
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sofia&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.heading-thin {
    font-family: "Sofia Sans Extra Condensed", sans-serif;

     font-style: normal;
    /* font-weight: 100; */
    color: white !important;
    display: block;
}

.heading-bold {
    font-family: 'math';
    font-weight: 700;
    color: #FFC107;
    display: block;
}


.product {
    background: linear-gradient(180deg, #f9f9fb 0%, #ffffff 100%);
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
}

.sec-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #212121;
}

.sec-heading span {
    color: #007bff;
}

.product-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.product-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.product-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-box:hover img {
    transform: scale(1.05);
}

.product-box h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 20px;
    color: #212121;
}

.product-box p {
    font-size: 1rem;
    color: #666;
    padding: 0 15px 20px;
}




* {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto";
    color: #050505;
}
.para1{
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto";
    color: #fff;

}

svg {
    width: 15px;
    height: 15px;
}

figure {
    margin-bottom: 0;
}

.default_btn {
    background: #fbbe07;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-family: "Roboto";
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.default_btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    background-color: #e31e24;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
}

.default_btn:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.default_btn:hover:before {
    transform: translateX(0);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.tra-btn {
    background: transparent;
    border: 2px solid #60a1c8;
}

.tra-btn:hover {
    border: 2px solid #c9a835;
}

.tra-btn:before {
    background-color: #c9a835;
}

input.default_btn {
    border: none;
}

input.default_btn:hover {
    background: #003366;
}

.sec_heading {
    position: relative;
}

.sec_heading h2:before {
    content: "";
    background: #ff3131;
    height: 8px;
    width: 80px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    z-index: 1;
}

.sec_heading h2:after {
    content: "";
    background: #ffffff;
    height: 1px;
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -27px;
    z-index: 0;
}

.h-left h2,
.h-left {
    text-align: left;
}

.h-left h2:after {
    background: #000;
    right: auto;
}

.h-left h2::before {
    right: auto;
    left: 80px;
}

/*header_start*/
header.header.sticky .header_bottom {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

header.header.sticky .header_bottom .logo_white img {
    width: 70px;
}

header.header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}

.header .header_top {
    transition: all 0.3s;
    background: #fbbe07;
    padding: 10px 0px;
}

.header .header_top .right_cont ul {
    padding: 0;
    margin: 0;
}

.header .header_top ul li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 0;
}

.header .header_top ul li img {
    margin-right: 8px;
    width: 15px;
    margin-top: -2px;
    filter: invert(1);
}

.header .header_top ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    transition: all 0.3s;
    font-family: "Roboto";
    letter-spacing: 0.25px;
}

.header .header_top ul li a:hover {
    color: #e31e24;
}

.header .header_top .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_bottom .logo_white img {
    width: 80px;
    transition: all 0.3s;
}

.header_bottom {
    padding: 12px 0px;
    position: relative;
    z-index: 999;
    transition: all 0.3s;
    background: #fff;
}

.header_bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    list-style: none;
    margin: 0px 10px;
    position: relative;
}

.navigation ul li a {
    transition: all 0.3s;
    color: #000000;
    font-size: 18px;
    padding: 0px 5px;
    font-family: inherit;
    font-weight: 300;
}

.navigation ul li a:hover {
    color: #e31e24;
}

.navigation ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: #e31e24;
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation ul li a:hover:before {
    width: 100%;
}

.header_bottom .menubar.clearfix {
    display: none;
}

.menu_call {
    display: flex;
    align-items: center;
    margin-left: 30px !important;
    margin-right: 0px !important;
}

.menu_call img {
    width: 20px;
    margin: 4px 10px 0 0;
    filter: invert(1);
}

.menu_call {
    font-family: 'Roboto' !important;
    padding: 10px 20px !important;
    background: #fbbe07;
    color: #fff !important;
    font-weight: 400 !important;
}

.menu_call::before {
    display: none !important;
}

.menu_call:hover {
    background: #e31e24;
}





.navigation .mobile_view {
    display: none;
}

.header_bottom .Header_social {
    margin: 0px;
}

.header_bottom .Header_social li {
    margin-bottom: 0px;
}

.header_bottom .Header_social li a {
    border-radius: 50%;
    line-height: 42px !important;
}


/*======Sub-menu-start========*/
.mobile-logo {
    display: none;
}

.navigation ul li.menu-item-has-children {
    position: relative;
    overflow: visible;
}

.navigation ul li.menu-item-has-children .sub-menu {
    color: #fff;
    position: absolute;
    min-width: 245px;
    width: 100%;
    left: 0;
    top: calc(100% + 20px);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: 0 0 0;
    margin-left: 0;
    -webkit-box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
    border-radius: 5px;
    background-color: #fff;
}

.navigation ul li:hover>.sub-menu {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.navigation ul li a:hover+.arrowicon svg {
    color: #e31e24;
}

.navigation ul li.menu-item-has-children .sub-menu li {
    width: 100%;
    margin: 0px 0px;
}

.navigation ul li.menu-item-has-children .arrowicon svg {
    color: #ffffff;
    transform: rotate(90deg);
    width: 10px;
    margin-left: 12px;
    color: #000;
}

.navigation ul li.menu-item-has-children span.arrowicon {
    margin-left: -10px;
}

.navigation ul li.menu-item-has-children .sub-menu li a {
    border-bottom: 1px solid #9d9d9d;
    display: block;
    width: 100%;
    color: #000;
    padding: 12px 15px;
    transition: all 0.3s;
    text-transform: capitalize;
}

.navigation ul li.menu-item-has-children .sub-menu li a:hover {
    color: #e31e24;
}

.navigation ul li.menu-item-has-children .sub-menu li a::before {
    bottom: 0;
    background-color: #e31e24;
}

.navigation ul li.menu-item-has-children .sub-menu li:last-child a {
    border-bottom: 0px;
}

.navigation ul li.menu-item-has-children .sub-menu li .sub-menu {
    left: 100%;
    top: 0px;
    min-width: 280px;
    width: 280px;
}

.navigation ul li.menu-item-has-children .sub-menu li .arrowicon {
    position: absolute;
    top: 8px;
    right: 15px;
}

.navigation ul li.menu-item-has-children .sub-menu li .arrowicon svg {
    color: #000;
}

/*======Sub-menu-End========*/
/*header_end*/

/* slider-start */
.Home_slider {
    position: relative;
}

.Home_slider::before {
    content: "";
    background: hsl(0deg 0% 0% / 0.06);
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}

.Home_slider .owl-nav,
.Home_slider .owl-dots {
    display: none;
}

.slider {
    position: relative;
}

.slider-cont {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    top: 55%;
    transform: translateY(-50%);
}

.slider-cont h1 {
    font-family: "Raleway";
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.slider-cont h1 span {
    display: block;
    color: #fbbe07;
    font-weight: 700;
}

/* about-start */
.sec-heading h2 {
    font-family: "math";
    font-size: 38px;
    font-weight: 500 !important;
    margin-bottom: 30px;
    color: #000000;
    line-height: 50px;
    background: url(../image/h5border.png) no-repeat bottom left;
}

.sec-heading h2 span {
    color: #fbbe07;
}

.about-shap-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-shap-main .about-shap {
    width: calc(50% - 20px);
    margin: 0px 10px;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.about-shap img {
    width: 100%;
}

.about-shap img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.about-shap img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.about {
    padding: 50px 0px;
}

.theme-title {
    margin-bottom: 30px;
}

.about-cont {
    padding-left: 40px;
}

.about-cont ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.about-cont ul li {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto";
    color: #4f4f4f;
    list-style: auto;
}

.about-cont ul li::marker {
    color: #e31e24;
    font-weight: 700;
}

.dr-sec {
    align-items: center;
    margin-bottom: 30px;
}

.dr-sec .flex-shrink h6 {
    font-size: 18px;
    font-family: "Raleway";
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}

.dr-sec .flex-shrink {
    margin-right: 20px;
}

.dr-sec .flex-shrink .text-theme {
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 400;
    color: #e31e24;
}

.about .row [class*="col"] {
    align-self: center;
}

/* product-start */
.product {
    padding: 50px 0px;
    background: #ffebec;
    position: relative;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.product::before {
    content: "";
    background-image: url(../images/shap01.png);
    right: 50px;
    height: 117px;
    width: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.product::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.oneline span {
    display: inline-block !important;
    padding-left: 10px;
}

/* .heading-center h2 {
    text-align: center;
} */

/* .product-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    margin: 15px 0px;
    position: relative;
} */
.product-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.product-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-box:before {
    content: "";
    background: #e63d42;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    height: 10px;
    border-radius: 10px;
}

.product-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: 0.6s;
}

.product-box h5 {
    font-size: 22px;
    font-family: "Raleway";
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}

.product-box p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 0px;
    text-align: center;
}

.product-box img:hover {
    transform: scale(1.08);
}

/* choose-start */
.choose {
    padding: 70px 0px;
}

.featured-sec {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.featured-sec .featured-item {
    width: 50%;
    padding-right: 15px;
}

.featured-item .featured-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.featured-item .featured-top .featured-icon {
    margin-right: 10px;
}

.featured-item .featured-top .featured-title h4 {
    font-size: 18px;
    font-family: "Raleway";
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}

.choose-right-img {
    position: relative;
}

.about-img-shape {
    width: 550px;
    height: 550px;
    background-size: cover;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.about-img-shape-small {
    width: 200px;
    height: 200px;
    background-size: cover;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    position: absolute;
    right: -2%;
    bottom: 5%;
}

.about-img-shape-small img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.about-img-shape-small img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

/* service-start */
.service .product-box p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

.service .product-box h5 {
    text-align: left;
}

.service::before {
    content: "";
    background-image: url(../images/shap02.png);
    left: 50px;
    height: 117px;
    width: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.service::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

/*contact-start*/
.form-group {
    margin-bottom: 15px;
}

.form-group .form-control {
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 16px;
    font-family: "Roboto";
    border-radius: 10px 0px 10px 0px;
}

.form-group textarea {
    height: 120px;
}

.contact-info .single-contact {
    display: flex;
    padding: 20px 30px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 0px 20px 0px 20px;
    transition: all 0.3s;
}

.contact-info .single-contact:hover {
    border-radius: 20px 0px 20px 0px;
}

.contact-info .single-contact .icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-155deg, #e31e24 25%, #fbbe07 75%);
    border-radius: 50%;
    margin-right: 30px;
}

.contact-info .single-contact .icon-box img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25px;
    filter: invert(1);
}

.contact-info .single-contact:hover img {
    -webkit-transform: scale(0.8) rotate(3deg);
    transform: scale(0.8) rotate(0deg);
}

.contact-info .single-contact .info-box {
    width: calc(100% - 100px);
}

.contact-info .single-contact .info-box .title {
    font-size: 22px;
    margin-bottom: 6px;
    color: #e31e24;
    font-weight: 700;
    font-family: "Roboto";
}

.contact-info .single-contact .info-box p {
    font-size: 16px;
    color: #434343;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Roboto";
    line-height: 26px;
}

.contact-info .single-contact .info-box p a:hover {
    color: #003366;
}

.contact-info .single-contact:last-child {
    margin-bottom: 0;
}

.contact {
    padding: 50px 0px;
    position: relative;
}

.contact::before {
    content: "";
    background-image: url(../images/shap03.png);
    right: 50px;
    height: 117px;
    width: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.contact::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

/*Gallery_start*/
.sub_category {
    background: #f3f3f3;
    padding: 60px 0;
}

.photos .gallery_show {
    box-shadow: 0.3rem 0.4rem 0.4rem rgb(0 0 0 / 40%);
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.gallery_show a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 400ms ease-out;
    height: 220px;
    /*object-fit: cover;*/
    border: 5px solid #ffffff;
}

.gallery_show a img:hover {
    transform: scale(1.15);
}

.photos .item {
    margin-bottom: 25px;
}

/* =============FAQ-start============== */
.faq {
    padding: 50px 0px;
    position: relative;
    border-bottom: 1px solid #e2ded7;
}

.faq::before {
    content: "";
    background-image: url(../images/shap03.png);
    left: 50px;
    height: 117px;
    width: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.faq::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.faq .container {
    max-width: 1184px;
    margin: auto;
}

.faq .sec-heading {
    text-align: center;
    margin-bottom: 50px;
}

.accordion-item {
    border-radius: 0;
    border: none;
    margin-bottom: 25px;
    box-shadow: 0px 2px 14px #ccc;
    margin-top: 0px !important;
    font-family: "Roboto";
}

.accordion-item .accordion-button {
    color: #343434;
    padding: 15px 40px 15px 15px;
    font-size: 20px;
    text-decoration: none;
    background: #fff;
    border: none;
    font-family: "Raleway";
    font-weight: 600;
}

.accordion-item .accordion-header {
    line-height: normal;
}

.accordion-item p {
    margin-bottom: 0;
    margin: 0;
    font-size: 16px;
    color: #171717;
    line-height: 24px;
}

.accordion-item .accordion-button:before {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    color: #8f8f8f;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 30px;
    font-weight: 900;
}

.accordion-item .accordion-button.collapsed::before {
    content: "\002b";
}

.accordion-button::after {
    display: none;
}

.accordion-item .accordion-body {
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto";
    color: #4f4f4f;
}

/* =============Footer-start============== */
footer.footer {
    background: #04192B;
    background: linear-gradient(171deg,rgba(4, 25, 43, 1) 0%, rgba(4, 25, 43, 1) 50%, rgba(219, 20, 20, 1) 95%);


}

.footer-bottom a {
    display: inline-block;
}

.footer-bottom .row .col-md-6 {
    align-self: center;
}

.footer-midd ul li span img {
    width: 20px;
}

.footer-bottom {
    padding: 10px 0px;
    background: #2e2b2b;
}

.footer-bottom p a:hover {
    color: #164863;
}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
}

.footer-bottom p a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-midd {
    padding: 40px 0px;
    border-top: 1px solid #e2ded7;
    border-bottom: 1px solid #e2ded7;
}

.footer-midd .logo_about p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-right: 30px;
    font-family: "Roboto";
    font-weight: 400;
    margin-top: 10px;
}

.footer-midd h6 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px;
    font-family: "Raleway";
    font-weight: 600;
}

.footer-midd ul {
    padding: 0;
    margin: 0;
}

.footer-midd ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-midd ul li span {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-midd ul li a {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s;
    font-family: "Roboto";
}

.footer-midd .row [class*="col"] {
    position: relative;
}

.footer-midd .row [class*="col"]:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #c2c1bd;
    right: 25px;
}

.footer-midd .row [class*="col"]:first-child::before {
    display: none;
}

.footer-midd .row [class*="col"]:last-child:before {
    display: none;
}

.footer-midd ul li a:hover {
    color: #e31e24;
}

.inner-page img {
    width: 100%;
        height: 200px;
    object-fit: cover;
}

/* .logo_about {
    display: flex;
} */

.logo_about img {
    width: 80px;
    margin-right: 20px;
}

.Footer_social_icon li {
    display: inline-block;
}

.Footer_social_icon li a {
    background: #fbbe07;
    text-align: center;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 44px !important;
    font-size: 22px !important;
    transition: all 0.3s;
    color: #fff !important;
    border-radius: 10px;
}

.Footer_social_icon li a:hover {
    color: #ffffff !important;
    background: #e31e24;
    transition: all 0.3s;
}

.Footer_social_icon {
    margin-top: 15px;
}

/* logo-start */
.brand_logo {
    padding: 40px 0px;
}

.logo_move .item { 
    padding: 20px 10px;
    border-radius: 20px;
    margin: 0 15px;
}

.brand_logo p {
    text-align: center;
    margin-bottom: 40px;
}

.logo_move .owl-nav,
.logo_move .owl-dots {
    display: none;
}

/* .logo_move .logo_detail img {
    width: 100px;
    margin: auto;
}

.logo_move .logo_detail {
    text-align: center;
} */
.logo_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 130px;
  margin: auto;
  height: 130px;
}

.logo_detail:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.logo_detail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


/* logo-end */
.brand_logo .team_slider .owl-stage-outer{ margin-bottom: 20px;}
.team_detail {
    margin: 0 10px;
    text-align: center;
}

.team_detail img {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 15px;
    margin-bottom: 15px;
}

.team-sec {
    background: #f3f3f3;
}

.team_detail h5 {
    margin-bottom: 6px;
    font-family: "Raleway";
    font-size: 18px;
}

.team_slider .owl-dots {
    display: none;
}

.team_slider .owl-nav {
    text-align: center;
}

.team_slider .owl-nav .owl-prev span,
.team_slider .owl-nav .owl-next span {
    font-size: 45px;
    line-height: 30px;
    color: #fff;
}

.team_slider .owl-nav .owl-prev,
.team_slider .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    background: #e31f25 !important;
    border-radius: 50px;
    margin: 0 6px;
    transition: all 0.3s;
}

.team_slider .owl-nav .owl-prev:hover,
.team_slider .owl-nav .owl-next:hover {
    background: #fbbe07 !important;
}

.team_detail p {
    margin-bottom: 20px;
}

.team_slider .owl-nav .owl-next span:focus {
    border: 0px solid #f3f3f3 !important;
    box-shadow: none;
}

.team_slider .owl-item img {
    display: block;
    width: 100%;
}

.img_banner {
    padding: 60px 0px;
    border-top: 1px dotted #ccc;
}

.img_banner img {
    width: 100%;
    border-radius: 10px;
}

.img_banner .img_shap {
    background-size: cover;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.img_banner .row [class*="col"] {
    align-self: center;
}


.social_icons_fix {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 5px;
    border-radius: 5px 0px 0px 5px;
}

.social_icons_fix ul li a img {
    width: 30px;
    margin: 1px 0px;
}

.social_icons_fix ul li {
    transition: all 0.3s;
}

.social_icons_fix ul li:hover {
    margin-left: -8px;
}

.social_icons_fix ul li a svg {
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px !important;
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
    right: 0;
}

.social_icons_fix ul li a svg {
    background: #ead26d;
}

.social_icons_fix ul li a svg:hover {
    border-radius: 5px;
    margin-left: -15px;
}

.social_icons_fix ul li a {
    display: inline-block;
}

.social_icons_fix ul li {
    background: #ffffff;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 50px;
    height: 45px;
    width: 45px;
}

.product-list {
    padding: 60px 0px;
}

/* table {
    background-color: transparent;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    height: auto !important;
} */

/* .pro_list tbody tr:first-child {
    background: #e31e24de !important;
} */

/* .pro_list tbody tr:nth-child(odd) {
    background: #ededed;
} */

/* .pro_list tr td {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    font-family: 'Roboto';
    font-weight: 300;
} */

/* .pro_list {
    border: 0px solid #e8e8e8 !important;
    width: 100%;
} */

/* .pro_list tbody tr:first-child td {
    color: #fff;
    font-weight: 400;
} */

/* .pro_list tbody {
    width: 100%;
    display: inline-table;
} */

/* .pro_list tbody tr td:first-child {
    width: 100px;
    min-width: 100px;
} */

   body, table, td, tr {
    font-family: 'Roboto', sans-serif;
  }

  /* Use a math-style serif font for the Product heading */
  .sec-heading h2 {
    font-family: "math";
    font-weight: bold;
    font-size: 32px;
    color: #333;
  }

  .product-list {
    padding: 30px 15px;
    background-color: #f8f9fa;
  }

  .product-list .sec-heading h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    color: #333;
  }

  .pro_list {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }

  .pro_list th,
  .pro_list td {
    padding: 15px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #eee;
  }

  .pro_list th {
    background-color: #e53935;
    color: white;
    font-weight: 600;
  }

  .pro_list tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .pro_list tbody tr:hover {
    background-color: #f1f1f1;
  }

  @media (max-width: 768px) {
    .pro_list th,
    .pro_list td {
      padding: 10px;
      font-size: 13px;
    }

    .product-list .sec-heading h2 {
      font-size: 24px;
    }
  }


/*RESPONSIVE_START*/
@media only screen and (max-width:1799px) {
    .service::before {
        left: 20px;
        height: 80px;
        width: 80px;
    }

    .contact::before {
        right: 20px;
        height: 80px;
        width: 80px;
    }

    .faq::before {
        left: 20px;
        height: 80px;
        width: 80px;
    }

    .product::before {
        right: 20px;
        height: 80px;
        width: 80px;
    }
}

@media only screen and (max-width:1599px) {
    .slider-cont h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .slider-cont {
        top: 60%;
    }

    .sec-heading h2 {
        font-size: 34px;
    }

    .product::before {
        top: 30px;
        height: 60px;
        width: 60px;
    }

    .contact::before {
        top: 30px;
        height: 60px;
        width: 60px;
    }

    .faq::before {
        top: 30px;
        height: 60px;
        width: 60px;
    }
}

@media only screen and (max-width: 1399px) {
    .slider-cont h1 {
        font-size: 40px;
    }

    .sec-heading h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .product {
        padding: 40px 0px;
    }

    .choose {
        padding: 60px 0;
    }

    .contact {
        padding: 40px 0px;
    }

    .sub_category {
        padding: 50px 0px;
    }

    .faq {
        padding: 40px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .Home_slider .owl-item img {
        height: 500px;
        object-fit: cover;
    }

    .about-img-shape {
        width: 100%;
        height: auto;
    }

    .about-img-shape-small {
        width: 150px;
        height: 150px;
    }

    .about-cont ul li {
        width: 100%;
        padding-right: 0;
    }

    .featured-sec .featured-item {
        width: 100%;
        padding-right: 0;
    }

    .featured-sec .featured-item:first-child {
        margin-bottom: 20px;
        border-bottom: 2px dotted #ccc;
        padding-bottom: 10px;
    }

    .footer-midd ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .navigation ul li a {
        font-size: 16px;
    }

    .navigation ul li {
        margin: 0px 5px;
    }

    .header .header_top ul li a {
        font-size: 18px;
    }

    .header .header_top ul li {
        margin-right: 0;
        margin-left: 15px;
    }

    .sec-heading h2 {
        font-size: 24px;
        line-height: 42px;
    }

    .product-box {
        padding: 15px;
    }

    .product-box h5 {
        font-size: 18px;
    }

    .product-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-info {
        margin-bottom: 20px;
    }

    .inner-page img {
        height: 320px;
        object-fit: cover;
    }
}


@media only screen and (max-width: 767px) {
    
.navigation .mobile_view {
    display: block;
}
.header_bottom .Header_social.destop_view
 {
    display: none;
}






 
nav.navigation .Header_social.mobile_view {
    margin: 10px 20px;
}

nav.navigation .Header_social.mobile_view li {
    width: auto;
    background: transparent;
}

nav.navigation .Header_social.mobile_view li a {
    line-height: normal !important;
    padding: 8px 5px;
}

nav.navigation .Header_social.mobile_view li a:hover {
    border-radius: 50%;
    background: #ff3131;
    border-bottom: none;
}

nav.navigation .Header_social.mobile_view li a::before {
    display: none;
}

nav.navigation .Header_social.mobile_view li a:hover svg {color: #fff;}





    /*menu_start*/
    .header .header_top ul li {
        margin-right: 10px;
    }

    .header.sticky .header_top ul li {
        margin-right: 10px;
    }

    nav.navigation {
        padding-right: 0;
    }

    .menubar {
        display: block;
    }

    .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        height: 46px;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 15px;
        right: 0;
        padding: 7px;
        z-index: 9999;
    }

    .navbar-fostrap span {
        height: 4px;
        background: #ff3131;
        margin: 7px;
        display: block;
        width: 35px;
    }

    .navigation {
        z-index: 999;
        background: #eeeeee;
        display: block;
        width: 100%;
        position: fixed;
        right: -100%;
        top: 73px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
    }

    .header .main_header nav.navigation {
        display: inline-block;
    }

    .navigation.visible {
        right: 0;
        -webkit-transition: right .4s ease;
        -moz-transition: right .4s ease;
        -ms-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease;
        width: 85%;
        margin: auto;
    }

    .navigation ul li {
        width: 100%;
        background: rgb(255 49 49);
        border-bottom: 1px solid #e6e6e6;
        padding: 0px 0px !important;
        position: relative;
        margin: 0;
    }

    .navigation ul li a {
        color: #fff;
        display: block !important;
        padding: 12px 15px;
    }

    .header_bottom .navigation ul li.has-child span.arrowicon svg {
        color: #000000;
    }

    header.header.sticky .header_bottom ul li a {
        padding: 8px 12px;
    }

    nav.navigation>ul>li .sub-menu>li span.arrowicon {
        left: auto;
        right: 0;
        transition: all 0.3s;
    }

    .header .header_bottom ul li a:hover {
        color: #000 !important;
        background: #f7f7f7;
        border-radius: 0;
    }

    .header_bottom .navigation ul li a.border_btn:hover {
        border: 1px solid;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-source: linear-gradient(0deg, rgb(49 183 131), rgb(85 184 206));
        border-image-slice: 1;
    }

    .header nav.navigation>ul>li:hover>.sub-menu li a:hover {
        background: #f7f7f7;
    }

    .header .header_bottom nav.navigation ul li span.arrowicon {
        position: absolute;
        top: 0px;
        right: 0;
        transform: inherit;
        font-size: 14px;
        color: #000000;
        bottom: 0;
        width: 40px;
        text-align: center;
        height: auto;
        line-height: 45px;
        background: #fff;
    }

    .header nav.navigation>ul>li .sub-menu {
        margin: 0px;
        top: inherit;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: none;
        border: none;
        box-shadow: none;
        opacity: 1;
        min-width: 100%;
        width: 100%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: none;
        visibility: visible;
        left: 0px;
        z-index: 99;
        background-color: #e6eaeb;
        position: inherit;
        display: none;
    }

    .open_menu .navbar-fostrap span:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -4px;
        background: #000;
    }

    .open_menu .navbar-fostrap span:nth-child(2),
    .navigation ul li a:hover,
    .navigation ul li.active a {
        border: none;
        display: none;
    }

    .open_menu .navbar-fostrap span:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -2px;
        background: #000;
    }

    .navigation.visible>ul>li .sub-menu>li {
        border-bottom: 1px solid #e6e6e6;
        background: #ffffff;
    }

    .header nav.navigation ul li>ul.sub-menu li>ul.sub-menu {
        background: #d6d6d6;
    }

    .header nav.navigation ul li>ul.sub-menu li>ul.sub-menu,
    .header nav.navigation ul li>ul.sub-menu li>ul.sub-menu li>ul.sub-menu {
        margin: 0px;
        top: inherit;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: none;
        border: none;
        box-shadow: none;
        opacity: 1;
        min-width: 100%;
        width: 100%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        transition: none;
        visibility: visible;
        left: 0px;
        z-index: 99;
        background-color: #e6eaeb;
        position: inherit;
        display: none;
    }

    .header nav.navigation>ul>li:hover>.sub-menu li a {
        color: #000;
    }

    .header nav.navigation ul li>ul.sub-menu li>ul.sub-menu li {
        background: rgb(255 255 255 / 89%);
        border: 0;
    }

    .open_menu {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }

    .header .header_bottom nav.navigation ul li span.arrowicon::after {
        content: "\f067";
        position: absolute;
        right: 0;
        left: 0;
        font-family: 'FontAwesome';
    }

    .header .header_bottom nav.navigation ul li span.arrowicon.open::after {
        content: "\f068";
        position: absolute;
        right: 0;
        left: 0;
        font-family: 'FontAwesome';
    }

    .header .header_bottom nav.navigation ul li span.arrowicon svg.svg-inline--fa.fa-chevron-right.fa-w-10 {
        display: none;
    }

    .menubar.clearfix {
        display: block;
    }

    .header_bottom .menubar.clearfix {
        display: block;
    }

    .menu_call {
        margin: 0px !important;
    }

    .header .header_bottom ul li a:hover img {
        filter: none;
    }

    /*menu_end*/
    .header_bottom .logo_white img {
        width: 60px;
    }

    .header_top {
        display: none;
    }

    .slider-cont h1 {
        font-size: 32px;
    }

    .default_btn {
        font-size: 17px;
        padding: 12px 15px;
    }

    .Home_slider .owl-item img {
        height: 350px;
    }

    .about {
        padding: 40px 0px;
    }

    .about-shap-main {
        margin-bottom: 25px;
    }

    .about-cont {
        padding-left: 0;
    }

    .sec-heading h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .product {
        padding: 30px 0;
    }

    .product-box {
        margin-bottom: 30px;
    }

    .contact-info .single-contact:last-child {
        margin-bottom: 30px;
    }

    .sub_category {
        padding: 30px 0px;
    }

    .footer-bottom {
        padding: 20px 15px;
    }

    .footer-midd ul li a {
        font-size: 16px;
    }

    .footer-midd .row [class*="col"]:before {
        display: none;
    }

    .service::before {
        left: 15px;
        height: 40px;
        width: 40px;
    }

    .contact::before {
        right: 15px;
        height: 20px;
        width: 20px;
    }

    .faq::before {
        left: 15px;
        height: 40px;
        width: 40px;
    }

    .product::before {
        right: 15px;
        height: 40px;
        width: 40px;
    }

    .sub_category .photos [class*="col"] {
        width: 50%;
        max-width: 50%;
    }

    .gallery_show a img {
        height: auto;
    }

    header.header.sticky .header_bottom .logo_white img {
        width: 60px;
    }

    .about-img-shape-small {
        right: 2%;
    }

    .choose-sec {
        margin-bottom: 40px;
    }

    .inner-page img {
        height: 200px;
        object-fit: cover;
    }

    /* logo-start */
    .brand_logo {
        padding: 30px 0px;
    }

    .brand_logo p {
        margin-bottom: 30px;
    }

    /* logo-start */

    .img_banner {
        padding: 30px 0px;
    }

    .img_banner .img_shap {
        margin-bottom: 30px;
    }


    .footer-midd .row [class*="col"] {
        margin-bottom: 20px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
    }

    .footer-midd {
        padding-bottom: 0;
    }
/* 
    .logo_about {
        display: block;
    } */

    .logo_about img {
        margin-bottom: 15px;
    }

    .footer-midd .logo_about p {
        padding: 0;
    }

    .footer-midd ul li span {
        margin-bottom: 5px;
    }

    .pro_list tr td {
        min-width: 180px;
    }

}


/* .section-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: #f44336; 
  transition: width 0.4s ease-in-out;
}

.section-title:hover::after {
  width: 100%;
} */

.section-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 4px;
  width: 60px;
  background: linear-gradient(to right, #f44336, #f44336);
  animation: line-grow 2s ease-in-out infinite;
}

@keyframes line-grow {
  0% {
    width: 0;
  }
  50% {
    width: 60px;
  }
  100% {
    width: 0;
  }
}
.section-underline-black {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.section-underline-black::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  width: 60px;
  background: linear-gradient(to right, #000, #000); 
  animation: line-grow-black 2s ease-in-out infinite;
}
.sec-heading.heading-center {
  text-align: center;
}

@keyframes line-grow-black {
  0% {
    width: 0;
  }
  50% {
    width: 60px;
  }
  100% {
    width: 0; 
  }
}

.team_detail {
  background: #fff;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 12px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.team_detail:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); /* more depth on hover */
}

.team_detail img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}



 
.review-section {
  background-color: #fdfdfd;
  padding: 60px 20px;
  text-align: center;
}

.review-heading {
  font-size: 32px;
  margin-bottom: 40px;
  color: #222;
  position: relative;
  display: inline-block;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
}

.review-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  border: 3px solid #e91e63;
}

.review-text {
  font-style: italic;
  color: #444;
  margin-bottom: 15px;
}

.review-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.review-role {
  font-size: 14px;
  color: #888;
}
.brand_logo {
  background-color: #f9f9f9; /* light grey */
  padding: 60px 0;
}

.review-section {
  background-color: #eef7ff; /* soft blue */
  padding: 60px 0;
}
