body {
    width: 100%;
    overflow-x: hidden !important;
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto;
    margin: auto;
}


.outfit {
    font-family: "Outfit", sans-serif;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.white_color {
    color: white;
}

.sensair_bg {
    background-color: #dc2016;
}

.sensair_color {
    color: #dc2016;
}

.sensair_border {
    border: 1px solid #dc2016 !important;
    /* Red border */
}

.white_bg {
    background-color: #ffffff;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    position: relative;
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 12px 29px !important;
    line-height: 1.714em !important;
    border-radius: 5px;
}

.btn-sensair {
    color: #fff !important;
    border: 1px solid #dc2016 !important;
    background-color: #dc2016 !important;
}


.btn-outer-sensair {
    color: #dc2016 !important;
    border: 1px solid #dc2016 !important;
    background-color: #fff !important;
}

.btn-outer-sensair:hover {
    color: #fff !important;
    border: 1px solid #dc2016 !important;
    background-color: #dc2016 !important;
}


.heading-section .section-subtitle {
    font-size: 20px;
    color: #dc2016;
    text-transform: uppercase;
}

.heading-section .title-with-image {
    display: flex;
    align-items: center;
    gap: 10px;

}

.heading-section .title-with-image img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.heading-section .section-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.208em;
}

p {
    color: #788094;
    letter-spacing: .5px;
}



header {
    /* position: fixed !important; */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: white;
    width: 100%;
}

header .top-bar .container {
    position: relative;
}

header .top-bar .container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #dc2016;
    border-radius: 0 0 60px 0;
    right: 25px;
    top: 0;
}

header .top-bar .container .top-bar_in {
    height: 40px;
    position: relative;
    color: white;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-bar_right p {
    color: white;
}

.social_links_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.6em;
    gap: 20px;
}

.social_links .social_btn .fa-brands {
    color: white;
}

header .main-header {
    width: 100%;
    position: relative;
}

header .sens-bg {
    background-color: #dc2016;
}

header .main-header .container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 97vw;
    background-color: #fff;
    border-radius: 60px 0 0;
    left: 2%;
    top: 0;
}

header .main-header .container nav .navbar-brand img {
    width: 100px;
    height: auto;
    object-fit: contain;
    margin: 0 30px;
}

.navbar-nav {
    justify-content: center;
    gap: 20px;
}

.nav-item .dropdown-menu {
    border-radius: 0 0 6px 6px;
    border: none;
    border-top: 2px solid #dc3545;
    top: 156% !important;
}

.common-page-bg {
    background: url(../images/page_heading_1.jpg);
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common-page-bg h1 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.156em;
}

.about-section {
    margin: 120px 0;
}

.about-section .about-content {
    padding-left: 30px;
}



/* carousel */
/* 
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.carousel-indicators {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 13px 30px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 14px;
}

*/

.carousel,
.carousel-inner,
.carousel-item {
    height: 75vh;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.carousel-indicators {
    top: 0;
    bottom: 0;
    flex-direction: column;
    margin-left: 0 !important;
}

.carousel-indicators::before,
.carousel-indicators::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    left: 56px;
    margin-left: -1px;
}

.carousel-indicators::before {
    top: 30% !important;
}

.carousel-indicators::after {
    top: 60% !important;
}

.carousel-indicators::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 15, 52, 0.7)), to(#fff));
    background: linear-gradient(180deg, rgba(1, 15, 52, 0.7) 0%, #fff 100%);
}

.carousel-indicators::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 15, 52, 0.7)), to(#fff));
    background: linear-gradient(0deg, rgba(1, 15, 52, 0.7) 0%, #fff 100%);
}

.carousel-indicators [data-bs-target] {
    width: 13px !important;
    height: 13px !important;
    margin: 13px 50px !important;
    border: 0 !important;
    border-radius: 14px;
}

.carousel-indicators .active {
    outline: 2px solid #dc2016;
    outline-offset: 8px;
    background-color: #dc2016 !important;
}

.carousel .carousel-inner .carousel-item>img {
    height: inherit;
    object-fit: cover;
}

.carousel-caption {
    right: auto !important;
    color: #fff !important;
    text-align: left !important;
    top: 0;
    bottom: 0 !important;
    margin: auto;
    height: max-content;
    left: 100px !important;
    max-width: 680px;
}

.carousel-caption h1 {
    font-size: 74px !important;
    line-height: 1.135em !important;
    margin-bottom: 18px !important;
    max-width: 600px;
}

.carousel-caption p {
    max-width: 570px;
    margin-bottom: 34px;
}

.carousel-item .right-side-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    max-width: 600px;
}

.carousel-item .right-side-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}


.carousel-caption .hero-btn {
    align-items: center;
}

.carousel-caption .hero-btn .video-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-left: 20px;
}


.carousel-caption .circle-btn {
    position: relative;
    z-index: 10;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 15px;
}

.carousel-caption .circle-btn img {
    z-index: 99;
}

.carousel-caption .circle-btn:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.carousel-caption .circle-btn:before,
.carousel-caption .circle-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dc2016;
    border-radius: 50%;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.cs_section_heading_1_with_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px 30px;
}

/* end carousel */

/* tab set */
.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}

.tabset {
    max-width: 65em;
}

.tabset>label {
    position: relative;
    /* display: inline-block; */
    cursor: pointer;
    font-weight: 600;
    padding: 7px 30px;
    background-color: #ECF1F5;
    border-radius: 1.6em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Outfit", sans-serif;
}

input:focus-visible+label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset>label:hover {
    color: #dc2016;

}

.tabset>input:focus+label,
.tabset>input:checked+label {
    background-color: #dc2016;
    color: #fff;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}

.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
}

/* tab set end */

/* tabset listing */
.tabset-listing {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap into multiple rows */
    margin-bottom: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.556em;
}

.tabset-listing li {
    width: calc(50% - 10px);
    /* Width for two columns */
    position: relative;
    /* Position for the pseudo-element */
    padding-left: 30px;
    /* Space for the image */
    margin: 5px;
    /* Space between items */
    color: #788094;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.556em;
}

.tabset-listing li::before {
    content: '';
    background-size: 20px 20px;
    /* Adjust size */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.tab-list-one li::before {
    background-image: url(../images/element-1.png);
}

.tab-list-two li::before {
    background-image: url(../images/element-2.png);
}


/* tabset listing end */


.mission-vision-values .about-us-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 40px;
}

.mission-vision-values .about-us-buttons .about_phone_number,
footer .footer-top .footer-top-in .footer-contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.mission-vision-values .about-us-buttons .about_phone_number .about_phone_number_icon {
    height: 56px;
    width: 56px;
}

.mission-vision-values .about-us-buttons .about_phone_number .about_phone_number_right .heading_color_medium {
    color: #010f34;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.556em;
    margin-bottom: 0 !important;
}

.list_2_wrap {
    position: relative;
    border-bottom: 1px solid #ecf1f5;
    padding-bottom: 30px;
    padding-right: 180px;
    margin-bottom: 25px;
}

.list_2_wrap .list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    list-style: none;
    font-size: 24px;
    line-height: 1.417em;
    color: #788094;
}

.list li:not(:last-child) {
    margin-bottom: 14px;
}

.list li {
    position: relative;
    padding-left: 20px;
}

.list li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #dc3545;
    left: 0;
    top: 12px;
}

.list_experience {
    position: absolute;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    bottom: 40px;
}

.list_experience h2 {
    -webkit-text-stroke: 3px #dc2016;
    color: transparent;
    font-size: 80px;
    line-height: 1.1em;
    font-family: "DM Sans", sans-serif;
    margin: 0 !important;
}

.list_experience h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.417em;
    margin: 0 !important;
    margin-bottom: 8px;
}

.bg-service {
    background: url(../images/service_bg_1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-section {
    padding: 115px 0;
}

.service-card {
    position: relative;
    margin-bottom: 50px;
}

.service-card-content {
    position: relative;
    z-index: 2;
    height: 384px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.service-card .service-card-content .service_card_number {
    color: transparent;
    -webkit-text-stroke: 1px gray;
    height: 90px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 65px;
    font-weight: bold;
}

.service-card-content:hover .service_card_number {
    -webkit-text-stroke: 1px #ffffff;
}

.service-card-content .service_card_title {
    font-size: 24px;
    line-height: 1.417em;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card-content .service_card_subtitle {
    margin-bottom: 15px;
}


.service_text_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #010f34;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.714;
    text-transform: uppercase !important;
}

.service_card_icon {
    height: 80px;
    width: 80px;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service_card_icon img {
    width: 100%;
}

.service-card-content:hover .service_card_icon {
    background-color: #dc2016;
}

.service-card-content:hover .service_card_icon img {

    filter: invert(1) brightness(2)
}

.service-card-svg {
    position: absolute;
    top: -40px;
    width: 486px;
    left: 50%;
    margin-left: 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ECF1F5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-card-svg svg .change-fill-svg {
    fill: #ECF1F5;
}

.service-card-svg svg .change-stroke-svg {
    stroke: #ECF1F5;
}


.service-card-content:hover~.service-card-svg svg .change-fill-svg {
    fill: #dc2016;
}


.service-card-content:hover~.service-card-svg svg .change-stroke-svg {
    stroke: #dc2016;
}

/* why choose */


.why-choose-us-section {
    background: url(../images/why_chose_us_bg_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose-us-section .why-choose-us-card {
    position: relative;
    z-index: 2;
    margin-left: 34%;
}

.iconbox {
    justify-items: left;
}

.iconbox .iconbox_icon {
    margin-bottom: 17px;
}

.iconbox .iconbox_icon img {
    height: 60px;
}


.iconbox .iconbox_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.417em;
    margin-bottom: 6px;
}



/* pricing */

.price-widget-container .pricing_plan {
    padding: 30px 30px 40px 30px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
}

.price-widget-container .pricing_plan::before {
    left: -15px;
    height: 85%;
    width: 15px;
    bottom: 0;
    border-radius: 8px 0 0 0;
}

.price-widget-container .pricing_plan::after {
    left: -15px;
    width: 85%;
    height: 15px;
    bottom: -15px;
    border-radius: 0 0 8px 0;
}

.price-widget-container .pricing_plan::before,
.price-widget-container .pricing_plan::after {
    content: "";
    position: absolute;
    background-color: rgba(216, 221, 225, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.price-widget-container:hover .pricing_plan::before,
.price-widget-container:hover .pricing_plan::after {
    background-color: #dc2016;
}

.price-widget-container .pricing_plan .pricing_shape {
    position: absolute;
    right: 34px;
    top: 34px;
    width: 65px;
    height: auto;
}

.pricing_plan .pricing_plan_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.pricing_plan .price {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.pricing_plan .price_in {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 15px 0 15px;
}

.pricing_plan .price_in h3 span {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    top: -11px;
}

.pricing_plan .price_in h3 {
    margin: 0 0 -6px;
    line-height: 1em;
    color: white;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.278em;
}

.pricing_plan .price_in p {
    color: white;
    font-size: 18px;
    line-height: 1.556em;
    font-weight: 500;
    margin: 0;
}

.pricing_plan .pricing_plan_heading {
    position: relative;
    border-bottom: 4px solid #dc2016;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 160px;
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
}

.pricing_plan ul {
    color: #010f34;
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
}

.pricing_plan ul li:not(:last-child) {
    margin-bottom: 14px;
}

.pricing_plan ul li {
    position: relative;
    padding-left: 26px;
}

.pricing_plan ul li img {
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* testimonial section */

.testimonial-section {
    position: relative;
    background: url(../images/testimonial_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-side-image {
    background: url(../images/testimonial_img.png);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 39%;
    background-size: cover;
    background-position: left center;
}

.testimonial-section .testimonial_quote_wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 120px;
    width: 120px;
    border: 3px solid #dc2016;
    border-radius: 50%;
    padding: 7px;
    left: -40px;
}

.testimonial-section .testimonial_quote {
    height: 100%;
    border-radius: inherit;
}

.testimonial-section .testimonial_quote_wrap img {
    height: 40px;
    width: 30px;
}

.testimonial-section .star-rating {
    margin-bottom: 25px;
}

.testimonial-section p {
    font-size: 16px;
    line-height: 1.625em;
    margin-bottom: 25px;
}

.testimonial-section .client-details-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.testimonial-section .client-details-section .client_avatar_img,
.client_avatar_img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #dc2016;
}

.testimonial-section .client-details-section .client_details h3,
.client_details h3 {
    font-size: 24px;
    line-height: 1.417em;
    margin: 0;
    font-weight: 600;
}

.testimonial_slider .indicators {
    text-align: right;
    margin-top: 10px;
}

.testimonial_slider .indicator {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.testimonial_slider .indicator.active {
    background: #dc2016;
    outline: 2px solid #dc2016;
    outline-offset: 8px;
}

.client_details p {
    margin: 0;
}

/* faq-section */

.faq {
    width: 90% !important;
    margin: 0 5% !important;
}

.faq-section .faq_thumb {
    position: relative;
    margin-right: 30px;
    margin-left: 35px;
}

.faq_thumb .faq_thumb_1 {
    padding: 0 26% 75px 0;
    position: relative;
    z-index: 2;
}

.faq_thumb .faq_thumb_1 img {
    border-radius: 30px 0 0;
}

.faq_thumb .faq_thumb_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 46%;
    z-index: 3;
}

.faq_thumb .faq_thumb_2_in {
    position: relative;
}

.faq_thumb .faq_experience_box {
    width: 137px;
    height: 156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 30%;
    margin-left: 5px;
    bottom: 100%;
}


.faq_thumb .faq_experience_box h3 {
    margin-bottom: 2px;
    font-size: 48px;
    line-height: 1.208em;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 70px solid #DC2016;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: 0;
    top: -48px;
}

.faq_thumb .faq_thumb_2 img {
    border: 5px solid #fff;
    border-right: 0;
    border-bottom: 0;
    border-radius: 5px 0 30px 0;
}

.faq_thumb .thumb_text {
    position: absolute;
    bottom: 35px;
    left: -40px;
    width: 330px;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #dc2016;
    color: #fff;
    border-radius: 30px 0 0 0;
    padding-left: 60px;
    padding-bottom: 6px;
}

.faq_thumb .thumb_text::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    height: 80px;
    width: 1px;
    left: 20px;
    background-color: #fff;
}


.faq-section .accordion-item {
    border: 1px solid #dadcdd;
    border-radius: 5px;
    -webkit-transition: border 0.4s ease;
    transition: border 0.4s ease;
    margin-bottom: 25px;
    overflow: hidden;
    /* Ensures border-radius applies correctly */
}

.faq-section .accordion-button:focus {
    outline: none;
    box-shadow: none;

}

.faq-section .accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.556em;
}

.faq-section .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dadcdd;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: white;
    border-bottom: 1px solid #dadcdd96;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: border 0.4s ease;
    transition: border 0.4s ease;
    color: black;
}

.faq-section .accordion-button {
    position: relative;
    padding-right: 40px;
}

.faq-section .accordion-button.collapsed:hover {
    color: #DC2016;
}

.faq-section .accordion-button::after {
    content: '+';
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
    background-image: none !important;
    width: 20px;
    height: 20px;
    background-color: black;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .accordion-button.collapsed::after {
    content: '+';
    background-image: none !important;
}


.faq-section .accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none !important;
}

/* how to work */

.how-to-work-section {
    position: relative;
    background: url(../images/how_to_work_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.heading-with-para {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.heading-with-para p {
    max-width: 370px;
    padding-bottom: 5px;
    letter-spacing: 0;
}

.how-to-work-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
}

.card_1_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0;
}

.card_1_wrap .card_1_col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 305px;
}

.card_style_1 {
    position: relative;
    padding: 0 20px 20px 20px;
    margin-top: 40px;
}

.card_style_1 .card_in {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 1px 25px 25px;
    border-radius: 20px;
}

.card_style_1 .card_icon {
    font-size: 20px;
    font-weight: 900;
    height: 90px;
    width: 90px;
    border: 5px solid #ecf1f5;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card_style_1:hover .card_icon {
    border: 5px solid #dc2016;
}

.card_style_1:hover .card_shape svg path {
    fill: #dc2016;
}

.card_style_1 .card_in h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.417em;
    margin-bottom: 6px;
}

.card_style_1 .card_in p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 0;
}

.card_style_1 .card_shape {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ecf1f5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card_style_1.type_1 {
    padding: 20px 20px 0 20px;
    margin-bottom: 40px;
    margin-top: 0;
}

.card_style_1.type_1 .card_in {
    padding: 25px 25px 1px;
}

.card_style_1.type_1 .card_shape {
    top: 0;
    bottom: initial;
}

.card_style_1.type_1 .card_icon {
    margin-top: 0;
    margin-bottom: -45px;
}

.card_in a {
    text-decoration: none;
    /* remove underline */
    color: inherit;
    /* keep text color same as parent */
    display: block;
    /* makes the whole link area clickable */
}

.card_in a:hover {
    text-decoration: none;
    /* prevent underline on hover */
    color: inherit;
    /* prevent color change on hover */
}

/* footer */
footer .footer-top {
    background-color: #00172d;
}

footer .footer-top .footer-top-in {
    padding: 30px 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px 20px;
}

footer .footer-top .footer-top-in .footer-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}


footer .footer-top .footer-top-in .footer-social-media .social-btn {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: rgba(105, 105, 105, 0.3);
    color: #fff;
}

footer .footer-top .footer-top-in .sensair-logo img {
    height: 100px;
}

footer .footer-top .footer-top-in .footer-contact-us .footer_contact_card_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: white;
    padding: 12px;
}

footer .footer-top .footer-top-in .footer-contact-us p {
    font-size: 14px;
}

footer .footer-top .footer-top-in .footer-contact-us h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.417em;
}

footer .footer-middle-bg {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 0;
    background-color: #010f34;
}

footer .footer-middle-bg .footer_widget_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.417em;
}

footer .footer-middle-bg .footer_widget_seperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
}

.footer_widget_seperator span {
    height: 5px;
    width: 80px;
    border-radius: 5px;
}

.footer_widget_seperator span:nth-child(2) {
    width: 15px;
}

.footer_widget_seperator span:nth-child(3) {
    width: 6px;
}

footer .menu {
    margin-bottom: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li:not(:last-child) {
    margin-bottom: 0px;
}

.footer-menu li {
    padding-left: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-menu ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.footer-menu .table>:not(caption)>*>* {
    background-color: transparent !important;
    color: white !important;
    padding-top: 0;
    padding-bottom: 10px;
}

.recent_post_widget li:not(:last-child) {
    margin-bottom: 20px;
}

.footer_post_widget1 li {
    padding-left: 0;
}

.recent_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.recent_post .recent_post_thumb {
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
}

.recent_post .recent_post_thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.size-thumbnail {
    margin-bottom: 20px;
}

.recent_post .recent_posted_by {
    padding-left: 20px;
    position: relative;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.714;
}

.recent_post .recent_posted_by i {
    position: absolute;
    left: 0;
    top: 4px;
}

.recent_post h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.556em;
}

.footer_bottom .footer_bottom_in {
    padding: 23px 0;
    gap: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px 20px;
}

.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mp_0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_menu li:not(:last-child) {
    padding-right: 35px;
}

.footer_menu li {
    position: relative;
}

.footer_menu li:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #fff;
    right: 15px;
    top: 10px;
}

footer a {
    color: #fff;
}

@media screen and (max-width: 1450px) {
    .carousel-indicators::before {
        top: 24% !important;
    }

    .carousel-indicators::after {
        top: 62% !important;
    }

    header .main-header .container::before {
        width: 98vw;
    }
}

@media screen and (max-width: 1430px) {
    .carousel-indicators::before {
        top: 22% !important;
    }

    .carousel-indicators::after {
        top: 62% !important;
    }

    .service-card-svg {
        width: 456px;
    }

    .service-card-content {
        height: 335px;
    }


}

@media screen and (max-width: 1285px) {
    .carousel-item .right-side-img {
        display: none;
    }

    .service-card-svg {
        width: 380px;
        top: -70px;
    }

    .service-card-content {
        height: 325px;
        max-width: 266px;
    }

    .service-card .service-card-content .service_card_number {
        height: 70px;
        font-size: 44px;
        margin-bottom: 10px;
    }

    .faq_thumb .faq_experience_box {
        width: 125px;
        height: 130px;
        left: 30%;
        margin-left: 3px;
    }

    .faq_thumb .faq_experience_box h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991.5px) {
    .about-content {
        margin-top: 50px;
    }

    .service-card .service-card-content .service_card_number {
        height: 90px;
    }

    .service-card-content .service_card_title {
        font-size: 20px;
    }

    .service-card-content .service_card_subtitle {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .service_text_btn {
        font-size: 12px;
    }

    .service_card_icon {
        height: 65px;
        width: 66px;
        padding: 16px;
    }

    .why-choose-us-section .why-choose-us-card {
        margin-left: 20%;
    }

    .price-widget-container {
        margin-bottom: 50px;
    }

    .testimonial-side-image {
        display: none;
    }

    .faq_thumb .faq_experience_box {
        left: 40%;
        margin-left: 0;
    }

    .faq_allcontent {
        margin-top: 50px !important;
    }

    footer .footer-top .footer-top-in .footer-social-media .social-btn {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    footer .footer-top .footer-top-in .sensair-logo img {
        height: 85px;
    }

    footer .footer-top .footer-top-in .footer-contact-us p {
        font-size: 12px;
    }

    footer .footer-top .footer-top-in .footer-contact-us h3 {
        font-size: 20px;
    }

    footer .footer-top .footer-top-in .footer-contact-us .footer_contact_card_icon {
        width: 42px;
        height: 42px;
    }

    .list_2_wrap .list {
        font-size: 22px;
    }
}

/* Media Query for Smaller Screens */
@media (max-width: 769px) {
    .tabset-listing li {
        width: 100%;
        /* Stack items on smaller screens */
    }

    .faq_thumb .faq_experience_box {
        left: 36%;
        margin-left: 0;
    }

    .about-section {
        margin: 75px 0;
    }

    .why-choose-us-section {
        background-position: 62%;
    }

    .services-section .heading-section {
        width: 90%;
        margin: auto;
    }

    .heading-section .title-with-image {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-start !important;
        width: 100%;
    }

    .heading-section .section-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .inner-section {
        padding: 50px 0;
    }

    .carousel-indicators::before,
    .carousel-indicators::after {
        content: none;
    }

    .carousel-indicators {
        top: unset;
        bottom: 0 !important;
        right: 0 !important;
        flex-direction: row;
        margin: 1rem 0 !important;
    }

    .carousel-indicators [data-bs-target] {
        margin: 13px 20px !important;
    }

    .carousel-caption {
        left: 50px !important;
        right: 50px !important;
    }

    .service-card-svg {
        width: 345px;
        top: -75px;
    }

    .service-card-content {
        height: 335px;
        max-width: 225px;
    }

    .service_card_icon {
        height: 60px;
        width: 60px;
        padding: 16px;
        bottom: 50px;
    }

    .service-card .service-card-content .service_card_number {
        height: 100px;
        font-size: 36px;
        margin-bottom: 0px;
    }

    .service-card-content .service_card_title {
        margin-bottom: 8px;
    }

    .why-choose-us-section .why-choose-us-card {
        margin-left: 0;
    }

    .footer-top-in {
        flex-direction: column;
        /* Ensure the layout is still column for smaller screens */
    }

    .footer-social-media {
        order: 2;
        /* Position it second */
    }

    .sensair-logo {
        order: 1;
        /* Position logo first */
    }

    .footer-contact-us {
        order: 3;
        /* Position it third */
    }

    .list_experience {
        bottom: 32px;
    }
}

@media screen and (max-width: 600px) {
    .btn {
        font-size: 12px !important;
        padding: 10px 20px !important;
    }

    p {
        letter-spacing: 0;
        font-size: 14px;
    }

    .heading-section .section-title {
        font-size: 40px;
    }

    header .top-bar .container::before {
        height: 100%;
        width: 100%;
        border-radius: 0;
        right: 0;
    }

    header .top-bar .top-bar_left {
        font-size: 12px;
    }

    .top-bar .container {
        max-width: 100% !important;
    }

    header .main-header .container nav .navbar-brand img {
        width: 80px;
    }

    .navbar-brand {
        margin-left: 18px;
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 88vh;
    }

    .carousel-caption h1 {
        font-size: 50px !important;
        line-height: 1.125em !important;
    }

    .heading-section .title-with-image img {
        width: 12px;
        height: 12px;
    }

    .heading-section .section-subtitle {
        font-size: 16px;
    }

    .carousel-caption .hero-btn {
        align-items: center;
    }

    .carousel-caption .hero-btn {
        flex-direction: column;
        align-items: flex-start;
    }

    .carousel-caption .hero-btn .video-a {
        margin-top: .5rem;
        margin-left: 0;
        padding-left: 0 !important;
    }

    .about-section .client_avatar_img {
        height: 50px;
        width: 50px;
    }

    .about-section .client_details h3 {
        font-size: 20px;
    }

    .tab-panel {
        padding: 20px 0;
    }

    .tabset>label {
        padding: 5px 20px;
        font-size: 14px;
    }

    .tabset-listing li {
        font-size: 14px;
    }

    .tabset-listing li::before {
        background-size: 16px 16px;
    }

    .mission-vision-values .about-us-buttons .about_phone_number .about_phone_number_icon {
        height: 44px;
        width: 44px;
    }

    .mission-vision-values .about-us-buttons .about_phone_number .about_phone_number_right .heading_color_medium {
        font-size: 16px;
    }

    .iconbox .iconbox_title {
        font-size: 20px;
    }

    .faq_thumb .faq_experience_box {
        left: 30%;
        margin-left: 2px;
    }

    .faq-section .accordion-button {
        font-size: 16px;
        padding: 15px;
    }

    .accordion-body {
        padding: 15px;
        font-size: 14px;
    }

    footer .footer-middle-bg {
        padding: 30px 0;
    }

    .about-section .about-content {
        padding-left: 0;
    }

    .recent_post .recent_posted_by {
        font-size: 12px;
    }

    .recent_post h3 {
        font-size: 15px;
    }

    .list_2_wrap .list {
        font-size: 18px;
    }

    .list_experience h2 {
        font-size: 60px;
        font-weight: 700;
    }

    .list_experience h3 {
        font-size: 18px;
    }

    .list li::before {
        top: 8px;
    }
}

@media screen and (max-width: 576px) {
    .heading-section .section-title {
        font-size: 36px;
    }

    .service-card-content {
        height: 275px;
    }

    .service_card_icon {
        bottom: -10px;
    }

    .iconbox .iconbox_icon img {
        height: 45px;
    }

    .pricing_plan .price_in h3 {
        font-size: 14px;
    }

    .pricing_plan .price_in h3 span {
        font-size: 10px;
        top: -4px;
    }

    .pricing_plan_head .price svg {
        height: 60px;
        width: 80px;
    }

    .pricing_plan .price_in p {
        font-size: 12px;
        line-height: 2em;
    }

    .pricing_plan .pricing_plan_heading {
        margin-top: 10px;
        font-size: 16px;
    }

    .price-widget-container .pricing_plan .pricing_shape {
        right: 24px;
        top: 24px;
    }

    .pricing_plan ul li {
        font-size: 12px;
        padding-left: 18px;
    }

    .pricing_plan ul li img {
        top: 4px;
        width: 10px;
    }

    .faq_thumb .faq_experience_box {
        width: 100px;
        height: 125px;
        left: 34%;
        margin-left: 5px;
    }

    .triangle-right {
        border-left: 60px solid #DC2016;
    }

    .faq_thumb .faq_experience_box h3 {
        font-size: 32px;
    }

    .faq-section .faq_thumb {
        margin-right: 20px;
    }

    .faq_thumb .thumb_text {
        bottom: 45px;
        left: -25px;
        width: 250px;
        height: 250px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    .faq_thumb .thumb_text::before {
        left: 14px;
    }
}

@media screen and (max-width: 475px) {
    .carousel-caption {
        left: 25px !important;
        right: 25px !important;
    }

    .iconbox .iconbox_icon img {
        height: 40px;
    }

    .testimonial-section .mb-5 {
        margin-bottom: 10px !important;
    }

    .testimonial-section .star-rating {
        margin-bottom: 15px;
    }

    .testimonial-section p {
        font-size: 14px;
    }

    .faq_thumb .faq_experience_box {
        width: 75px;
        height: 100px;
        left: 34%;
        margin-left: 5px;
    }

    .faq_thumb .faq_experience_box h3 {
        font-size: 24px;
    }

    .faq_thumb .faq_experience_box p {
        font-size: 12px;
    }

    .triangle-right {
        border-left: 42px solid #DC2016;
        border-top: 36px solid transparent;
        top: -36px;
    }

    .list_2_wrap {
        padding-top: 10px;
        padding-right: 110px;
    }

    .list_2_wrap .list {
        font-size: 16px;
    }

    .list li {
        padding-left: 14px;
    }

    .list li::before {
        top: 8px;
        height: 6px;
        width: 6px;
    }
}

@media screen and (max-width: 425px) {
    .card_1_wrap .card_1_col {
        width: 275px;
    }

    .card_1_wrap .card_1_col .card_shape svg {
        width: 275px;
        height: 130px;
    }

    .card_style_1 .card_in {
        padding: 1px 15px 15px;
    }

    .card_style_1 .card_in h3 {
        font-size: 20px;
    }

    .about-content p {
        text-align: justify;
    }

    .faq_thumb .thumb_text {
        width: 230px;
        height: 230px;
    }

    .triangle-right {
        border-left: 50px solid #DC2016;
    }
}

@media screen and (max-width: 375px) {
    .heading-section .title-with-image img {
        width: 10px;
        height: 10px;
    }

    .heading-section .section-subtitle {
        font-size: 14px;
    }

    .carousel-caption {
        left: 15px !important;
        right: 15px !important;
    }

    .carousel-caption h1 {
        font-size: 40px !important;
        line-height: 1.125em !important;
    }
}

@media (min-width: 768px) {
    .container {
        margin: 0 50px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100% !important;
        width: 96% !important;
        margin: 0 2% !important;
    }
}

/* video section */
/* ===== Base Styles ===== */
.about {
    padding: 60px 20px;
    /* background: #f9f9f9; */
    font-family: 'Outfit', sans-serif;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

/* ===== Videos ===== */
.about-videos {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.video-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.2);
}

.video-card img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    transition: background 0.3s ease;
}

.video-card:hover .play-btn {
    background: rgba(255, 0, 0, 0.8);
}

/* ===== Content ===== */
.about-content {
    flex: 1 1 50%;
}

.about-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #0077b6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-subtitle img {
    width: 24px;
    height: 24px;
}

.about-title {
    font-size: 32px;
    margin: 10px 0 20px;
    color: #222;
}

.about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.about-approvals {
    margin-top: 30px;
}

.about-approvals h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #222;
}

.approvals-list {
    display: flex;
    align-items: center;
    gap: 25px;
}

.approvals-list img {
    width: 15%;
    max-width: 80px;
}

/* ===== Modal ===== */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal-content {
    position: relative;
    max-width: 800px;
    width: 90%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal-content iframe {
    width: 100%;
    height: 450px;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

/* ===== Responsive Breakpoints ===== */
@media (max-width: 992px) {
    .about-title {
        font-size: 26px;
    }

    .video-modal-content iframe {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .about-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-videos {
        align-items: center;
    }

    .about-subtitle {
        justify-content: center;
    }

    .approvals-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .video-modal-content iframe {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 22px;
    }

    .video-card {
        max-width: 90%;
    }

    .play-btn {
        font-size: 36px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .video-modal-content iframe {
        height: 200px;
    }
}




/* carousel */

/* ===== Section Base ===== */
.products {
    padding: 60px 20px;
    /* background: #f9f9f9; */
    font-family: 'Outfit', sans-serif;
}

.products-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Product Card ===== */
.product-card {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
} */

.product-card img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin: 0 auto 12px;
    border-radius: 8px;
}

/* ===== Product Label ===== */
.product-label {
    position: absolute;
    bottom: 12px;
    left: 0;
    background: #dc2016;
    color: #fff;
    padding: 3px 12px;
    font-size: 14px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* ===== Owl Carousel Overrides ===== */
.owl-carousel .item {
    padding: 12px;
}

.owl-carousel .owl-item img {
    width: unset !important;
}

.owl-nav {
    margin-top: 12px;
    text-align: center;
}

/* .owl-nav button {
    padding: 6px 12px !important;
    border-radius: 8px;
    background: #0077b6 !important;
    color: #fff !important;
    transition: background .3s ease;
} 

.owl-nav button:hover {
    background: #005f87 !important;
}*/

/* ===== Responsive Breakpoints ===== */



@media (max-width: 992px) {

    .product-card {
        height: 240px;
    }
}

@media (max-width: 768px) {

    .product-card {
        height: 220px;
    }
}

@media (max-width: 576px) {

    .product-card {
        height: auto;
        padding: 6px;
    }

    .product-card img {
        max-height: 120px;
    }

    .product-label {
        font-size: 12px;
        padding: 2px 8px;
    }
}








/* keybees technology section  */

.keybees-img img {
    margin-left: 45%;
    border-top-left-radius: 30px;
}

.keybees-img {
    width: 325px;
}

@media (max-width:1024px) {
    .keybees-img img {
        margin-left: 0;
    }
}




/* FAQ Section Base */
.faq {
    padding: 60px 20px;
    /* background: #f9f9f9; */
    font-family: 'Outfit', sans-serif;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    /* Important for responsiveness */
}

/* Image Section */
.faq-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: flex-start;
}

.faq-image img {
    max-width: 80%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Content Section */
.faq-content {
    flex: 1 1 50%;
}

.faq-title {
    font-size: 32px;
    margin: 10px 0 20px;
    color: #222;
    line-height: 1.3;
    text-align: justify;
}

.faq-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: justify;
}

/* ✅ Mobile Responsive */
@media (max-width: 1024px) {
    .faq-image img {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .faq-row {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .faq-row {
        flex-direction: column;
        text-align: center;
    }

    .faq-content {
        flex: 1 1 100%;
    }


    .faq-image {
        justify-content: center;
    }
}


/* ===== ventures Section Base ===== */
.ventures {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: 'Outfit', sans-serif;
    text-align: center;
}

.ventures-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Logos ===== */
.ventures-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.venture-logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
    transition: transform .3s ease;
}

.venture-logo img:hover {
    transform: scale(1.08);
}

/* ===== Responsive Breakpoints ===== */

@media (max-width: 992px) {
    .ventures-title {
        font-size: 28px;
    }

    .venture-logo img {
        max-width: 160px;
    }
}

@media (max-width: 768px) {
    .ventures-title {
        font-size: 24px;
    }

    .ventures-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .venture-logo img {
        max-width: 140px;
    }
}

@media (max-width: 576px) {
    .ventures-subtitle {
        font-size: 14px;
    }

    .ventures-title {
        font-size: 20px;
    }

    .ventures-text {
        font-size: 14px;
        padding: 0 10px;
    }

    .ventures-logos {
        gap: 20px;
    }

    .venture-logo img {
        max-width: 120px;
    }
}