* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* menu-area-starting---------------- */

.container-common {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 25px;
}

.container-common-hdr {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
}

.mb-0-common {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


/* header */

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    /* padding: 0px 15px; */
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header .item-left {}

.header-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo-section {
    display: flex;
    margin: auto 0 !important;
    justify-content: center;
}

.header .logo a {}

.header .item-center {
    flex: 0 0 60%;
}

.header .item-right {
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #F5F5F5;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .item-right a:hover {
    color: #ffffff;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 30px;
    margin-right: 25px;
}

.header .menu>ul>li>a {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: normal;
    text-decoration: none;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
    width: 100%;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.gap-40s {
    gap: 40px;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}

.header .menu>ul>li .sub-menu.mega-menu.fab {
    left: 56%;
    transform: translateX(-50%);
    width: 20%;
}

.header .menu>ul>li .sub-menu.mega-menu.tra {
    left: 62%;
    transform: translateX(-50%);
    width: 25%;
}

.header .menu>ul>li .sub-menu.mega-menu.log {
    left: 70%;
    transform: translateX(-50%);
    width: 20%;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 100%;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px !important;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #007EC8;
    border-top: 4px solid #33b1fb;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    /* flex: 0 0 25%; */
    /* padding: 0 15px; */
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #007EC8;
}

.caraousel-head {
    font-size: 55px !important;
    font-weight: 400;
    color: #000000 !important;
}

.list-drp {
    padding-left: 0px !important;
    display: flex;
    flex-direction: row;
}

.listing {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding-bottom: 13px;
    text-decoration: none;
    /* Smooth animation */
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.listing:hover {
    transform: translateX(5px);
    /* move right */
    color: #ffffff;
    /* optional: smooth color change */
}


/* banner section-------------------------------------------------------------------------------- */


/* banner section-------------------------------------------------------------------------------- */

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}


/*responsive*/

@media(max-width: 991px) {
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #007EC8;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #007EC8;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active {
        transform: translate(0%);
    }
    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .header-area {
        align-items: center;
    }
    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #007EC8;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #007EC8;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #007EC8;
        font-size: 25px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
    .header .menu>ul>li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }
    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.click-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: end;
    gap: 35px;
}

.search-icon {
    display: flex;
    position: relative;
}

.round-ico {
    width: 23px;
    height: 23px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    top: -12px;
    left: 10px;
}

.head-slide {
    width: 100%;
    background: #000;
    overflow: hidden;
    padding: 10px 0;
}

.marquee {
    display: flex;
    gap: 40px;
    /* spacing between each text */
    white-space: nowrap;
    will-change: transform;
}

.marquee span {
    color: #fff;
    font-size: 18px;
}

.common-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 150px;
}

.common-btn-heading {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    border: 1px solid #E5E5E5;
    padding: 18px;
    justify-content: space-between;
}

.btn-heading {
    font-size: 40px;
    font-weight: 400;
    color: #000000;
    margin: auto 0;
}

.best-seller-grids {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_best_sellers {
    grid-auto-flow: row;
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width:575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 10px;
    }
}

.best-seller-grid {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_best_seller {
    grid-auto-flow: row;
    gap: 30px 20px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width:991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }
    @media (max-width:767px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    @media (max-width:575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 10px;
    }
}

.product-name-cmn {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.product-details {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.product-rate {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    display: flex;
    position: relative;
    margin: auto 0;
}

.product-rate-without-ofr {
    font-weight: 400;
    color: #AEAEAE;
    font-size: 18px;
    display: flex;
    position: relative;
    text-decoration: line-through;
    margin: auto 0;
}

.offer-percentage {
    font-weight: 400;
    color: #E83D3D;
    font-size: 16px;
    display: flex;
    position: relative;
    margin: auto 0;
}

.best-seller-box {
    position: absolute;
    display: flex;
    width: fit-content;
    background-color: #E83D3D;
    color: #ffffff;
    padding: 14px 20px;
    top: 18px;
    left: 20px;
    z-index: 20;
    font-weight: 400;
    font-size: 14px;
}


/* our-story-section------------------------------------------------------------ */

.our-story-bg {
    background-color: #DAD2C7;
    z-index: 1;
}

.story-head {
    font-weight: 400;
    color: #E83D3D;
    font-size: 250px;
    line-height: 210px;
    color: #ffffff;
    z-index: 4;
}

.small-story {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

.common-w-b-butn {
    width: fit-content;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 3px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    /* smooth move */
}

.common-w-b-butn:hover {
    transform: translateX(8px);
    /* move right */
}


/* Text */

.w-b-head {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 15px;
    padding: 14px 23px;
    margin: auto;
    transition: color 0.3s ease-in-out;
}


/* Arrow Box */

.arrow-box {
    background-color: #000000;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}


/* Arrow image smooth opacity */

.arow-size {
    transition: opacity 0.3s ease-in-out;
}

.common-w-b-butn:hover .arow-size {
    opacity: 1;
}

.dude-width {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pad-top-200s {
    padding-top: 170px;
}

.pad-top-text {
    padding-top: 150px;
}


/* our-category-section------------- */

.category-head-area {
    width: 100%;
    position: relative;
    justify-content: center;
}

.category-head {
    font-weight: 400;
    color: #000000;
    font-size: 40px;
}

.category-head-content {
    color: #1D1D1D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.video-section {
    width: 100%;
    display: flex;
    gap: 10px;
}

.left-video {
    width: 50%;
    height: 750px;
    /* First video height */
    position: relative;
}

.right-videos {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top-video,
.bottom-video {
    height: 370px;
    /* Second + Third video height */
    position: relative;
}

.left-video video,
.right-videos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-category {
    position: absolute;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    left: 40px;
    bottom: 40px;
}


/* Responsive (Max-width 768px) */

.zwag-logo-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    padding: 16px 0;
}

.logo-track {
    display: flex;
    white-space: nowrap;
    gap: 40px;
    /* space between logos (edit if needed) */
}

.bg-collection {
    background-color: #EDEDED;
}

.logo-item {
    height: auto;
    /* adjust logo size */
    flex-shrink: 0;
}

.colction-sub {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.colction-big {
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
}

.colction-contents {
    width: 60%;
    color: #505050;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    display: flex;
    margin: auto;
}

.new-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    display: flex;
    align-items: center;
    /* center image + text vertically */
    gap: 6px;
    /* space between image and text */
    z-index: 3;
}

.icon-label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    top: 26px;
    left: 23px;
}

.testimonial-head {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.testimonial-content-head {
    color: #FAFAFA;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.testi-bg {
    background-color: #252525;
}


/* ------------------------ */

.testimonial-slider-container {
    width: 100%;
    position: relative;
    padding-top: 60px;
}


/* Top Right Navigation Buttons */


/* container */

.slider-nav {
    position: absolute;
    top: 0px;
    /* tweak as needed */
    right: 100px;
    /* tweak as needed */
    display: flex;
    gap: 10px;
    z-index: 20;
}


/* button base */

.slider-nav .nav-btn {
    display: inline-flex;
    height: 15px;
    padding: 15px 10px 15px 10px;
    /* exact padding */
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    /* exact background */
    border: none;
    border-radius: 50%;
    /* keep circular */
    cursor: pointer;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* make sure Swiper's default pseudo-elements are disabled */

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none !important;
}


/* rotate prev icon 180deg so it points left */

.swiper-button-prev svg {
    transform: rotate(180deg);
    display: block;
}


/* keep next icon as-is */

.swiper-button-next svg {
    transform: none;
    display: block;
}


/* optional: hover/focus states */

.slider-nav .nav-btn:hover,
.slider-nav .nav-btn:focus {
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}


/* Left arrow */

.swiper-button-prev::after {
    transform: translate(-50%, -50%) rotate(40deg);
}


/* Right arrow */

.swiper-button-next::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-prev svg {
    transform: rotate(0deg);
}

.swiper-button-next svg {
    transform: rotate(180deg);
}


/* Testimonial Slide */

.single-testi {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px;
}

.testimonial-content {
    width: 90%;
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 140px;
    padding-top: 20px;
}

.test-name {
    color: #505050;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: flex;
}

.img-brick {
    position: absolute;
    right: 0;
    bottom: 0;
}

.follow-area {
    text-align: center;
    color: #111;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    margin: auto;
}


/* infinite-slider---------- */

.infinite-slider {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px 25px 0px;
}

.slider-track {
    display: flex;
    gap: 9px;
    /* spacing between images */
    animation: scroll 15s linear infinite;
}


/* Image styling */

.slider-track img {
    width: 315px;
    height: auto;
    display: block;
}


/* Infinite scroll animation */

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Hover to pause animation */

.infinite-slider:hover .slider-track {
    animation-play-state: paused;
}


/* footer-section------------------------------------ */

.footer-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(./images/home/ftr-bg.webp);
    padding: 30px 30px 0px 30px;
    background-repeat: no-repeat;
    background-position: center;
    /* Center the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.footer-grid {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_footer {
    grid-auto-flow: row;
    gap: 20px 20px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width:991px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
}

.bg-ftr-box {
    background-color: #323232;
    padding: 35px 0px;
    border: 1px solid #494949;
}

.ftr-box-name {
    color: #8F8F8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
}

.gap-for-ftr {
    gap: 40px;
}

.subs-cntent {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.email-box {
    width: 80%;
    display: flex;
}

.email-box input {
    flex: 1;
    padding: 15px 20px;
    background: #333;
    /* dark background */
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: none;
}

.email-box input::placeholder {
    color: #ddd;
}

.email-box button {
    padding: 15px 25px;
    background: #ffffff;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.email-box button:hover {
    padding: 15px 25px;
    background: #000000 !important;
    color: #ffffff;
}

.email-box button:hover {
    background: #f1f1f1;
}


/* .logo-area {
    padding-right: 200px;
} */

.ftr-common-head {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.ftr-mail-call-head {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.ftr-common-link {
    color: #DADADA;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: inline-block;
    /* required for transform */
}

.ftr-mail-link {
    color: #DADADA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: inline-block;
}

.ftr-common-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.ftr-mail-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.copy-right-section {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    color: #E8E8E8;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.gl-link {
    text-decoration: none;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}


/* banner-slider--------------------------------------------------- */


/* ------------------------------
   MAIN SLIDER WRAPPER
------------------------------ */

.whatsapp-fixed {
    position: fixed;
    right: 10px;
    bottom: 100px;
    /* you can change */
    z-index: 9999;
    display: block;
}

.whatsapp-fixed img {
    width: 60px;
    /* adjust icon size */
    height: auto;
}


/* user-friendly----------------------------- */


/* popup-search-------------- */


/* Button */

.open-search-popup {
    cursor: pointer;
}

.unwanted {
    display: flex !important;
    margin-left: 0px !important;
}


/* Popup background */

.search-popup {
    position: fixed;
    top: 117px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: start;
    z-index: 9999;
}


/* Search bar container */

.search-box {
    width: 100%;
    background: #fff;
}


/* Search input wrapper */

.search-input-wrapper {
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 12px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-input-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    color: #000000;
}

.search-input-wrapper input::placeholder {
    color: #b3b3b3;
}


/* Updated icon class */

.popup-search-icon {
    width: 20px;
    opacity: 0.6;
}


/* Close (×) icon */

.close-search {
    font-size: 28px;
    cursor: pointer;
}

.com-pt-abs {
    padding-top: 70px;
}

.gl-pb-40-cmn {
    padding-bottom: 40px;
}

.auto-img {
    margin: auto 0;
}

.gap-40s-ban {
    gap: 40px;
}

.popup-title label {
    margin-left: 20px;
}

.header-fixed {
    /* width: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform; */
}

.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: headerSlideDown 0.35s ease forwards;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@keyframes headerFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header-fixed.is-fixed {
    animation: headerFadeIn .5s ease forwards;
}

.category-wrap-clr {
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    z-index: 95;
}

.category-wrap-clr.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F4F4F4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    margin-top: 67px;
}

.brdr-for-btn-commn {
    border: 1px solid #000000;
}


/* Initial hidden state */

.scroll-up-anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: transform, opacity;
}


/* When visible */

.scroll-up-anim.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.back-top-btn {
    position: fixed;
    left: 24px;
    bottom: 100px;
    width: 48px;
    height: 48px;
    background-color: #000;
    border: 1px solid #ffffff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}

.back-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border: 1px solid #2e2e2e;
}

.back-top-btn:hover {
    transform: translateY(-4px);
}

.back-top-icon {
    width: 25px;
    height: 25px;
    color: #fff;
}

.name_truncats {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.name_truncats_lists {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* search-container */

.search_box_vy {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 20px;
    border-radius: 40px;
    /* Glass effect */
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: 0.3s ease;
    cursor: pointer;
}


/* Hover effect */

.search_box_vy:hover {
    border-color: rgba(255, 255, 255, 0.5);
}


/* SVG icon */

.search_icon_vy {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    fill: rgba(255, 255, 255, 0.8);
}


/* Input field */

.search_input_vy {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.80);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* Placeholder */

.search_input_vy::placeholder {
    color: rgba(255, 255, 255, 0.7);
}


/* POPUP BACKGROUND */

.search_pop_vy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 9999;
}


/* ACTIVE STATE */

.search_pop_vy.active {
    opacity: 1;
    visibility: visible;
}


/* INNER */

.search_pop_inner_vy {
    width: 100%;
    max-width: 900px;
    position: relative;
}


/* CLOSE BUTTON */

.search_close_vy {
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}


/* SEARCH BOX INSIDE POPUP */

.search_pop_box_vy {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
}


/* ICON */

.search_pop_box_vy svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: rgba(255, 255, 255, 0.8);
}


/* INPUT */

.search_pop_box_vy input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}


/* PLACEHOLDER */

.search_pop_box_vy input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.line-brk {
    width: 1px;
    height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin: auto;
}

.contct-hdr {
    color: #007EC8 !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    margin-left: 0px !important;
    width: fit-content;
    border: 1px solid #007EC8;
    border-radius: 50px;
    padding: 5.5px 22px;
}

.gap-right {
    gap: 10px;
}

.gl-gap-5 {
    gap: 5px;
}

.header-item {
    margin: auto 0;
}

.gap-hdr {
    gap: 80px;
}


/* banner-slider---------------------------------------- */

.margin-negetive {
    margin-top: -100px;
}


/* ============================= */


/* VIDEO SLIDER MAIN */


/* ============================= */

.video_slider_vy {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


/* ============================= */


/* WRAPPER */


/* ============================= */

.video_slider_wrapper_vy {
    position: relative;
    width: 100%;
    height: 100%;
}


/* ============================= */


/* SLIDES */


/* ============================= */

.video_slide_vy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}


/* ============================= */


/* MASK REVEAL LAYER */


/* ============================= */


/* ============================= */


/* VIDEO BACKGROUND */


/* ============================= */

.video_bg_vy {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ============================= */


/* OVERLAY */


/* ============================= */

.overlay_vy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.25));
    z-index: 1;
    pointer-events: none;
}


/* ============================= */


/* CONTENT */


/* ============================= */

.content_vy {
    position: absolute;
    top: 75%;
    left: 50px;
    transform: translateY(-50%);
    color: #fff;
    max-width: 650px;
    z-index: 3;
}


/* TAG */

.tag_vy {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


/* TITLE */

.title_vy {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 25px;
}


/* BUTTON */

.btn_vy {
    padding: 12px 24px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
}

.btn_vy:hover {
    background: #fff;
    color: #000;
}


/* ============================= */


/* TEXT ANIMATION */


/* ============================= */

.video_slide_vy.active .tag_vy {
    animation: fadeUp_vy 0.8s ease forwards;
}

.video_slide_vy.active .title_vy {
    animation: fadeUp_vy 1s ease forwards;
    animation-delay: 0.3s;
}

.video_slide_vy.active .btn_vy {
    animation: fadeUp_vy 1s ease forwards;
    animation-delay: 0.6s;
}

@keyframes fadeUp_vy {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* ============================= */


/* RIGHT INDICATOR */


/* ============================= */

.indicator_vy {
    position: absolute;
    right: 30px;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 999;
    /* always visible */
}


/* DOT */

.dot_vy {
    width: 8px;
    height: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease, height 0.3s ease;
}


/* ACTIVE DOT */

.dot_vy.active {
    background: #fff;
    height: 18px;
}


/* ============================= */


/* RESPONSIVE */


/* ============================= */

@media (max-width: 768px) {
    .content_vy {
        left: 30px;
        right: 20px;
    }
    .title_vy {
        font-size: 34px;
    }
    .indicator_vy {
        right: 15px;
    }
}

.common-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}


/* Image default state */

.common-btn img {
    transition: transform 0.4s ease-in-out;
}


/* Hover effect */

.common-btn:hover img {
    transform: translateX(8px) rotate(45deg);
}

.white-btn {
    color: #3389B9;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #ffffff;
    padding: 10px 22px;
    border-radius: 50px;
    transition: all 0.6s ease-in-out;
}

.white-btn-brd {
    color: #3389B9;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid #007EC8;
    transition: all 0.6s ease-in-out;
}

.white-btn:hover {
    background-color: #007EC8;
    color: #ffffff;
    transform: translateY(-5px);
}

.white-btn-brd:hover {
    background-color: #007EC8;
    color: #ffffff;
    transform: translateY(-5px);
}

.black-btn {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    text-decoration-line: underline;
    text-underline-offset: 25%;
    text-transform: capitalize;
}


/* underline */

.nav_link_vy {
    position: relative;
    text-decoration: none;
    color: #ffffff;
}


/* underline */


/* hover effect */


/* active state */

.nav_link_vy.active_line {
    width: 100%;
    border: 1px solid #007EC8;
    padding: 5.5px 22px;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .nav_link_vy::after {
        display: none;
    }
    .listing:hover {
        transform: translateX(5px);
        color: #007EC8;
    }
    .nav_link_vy.active_line {
        border: 0px solid #007EC8;
        padding: 0;
        border-radius: 0px;
    }
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background-color: #007EC8;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    z-index: 999;
    border: 1px solid #ffffff42;
}


/* Show Button */

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Hover Effect */

.back-to-top:hover {
    background-color: #172747;
    transform: translateY(-3px);
}

.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 100px;
    /* above back-to-top */
    z-index: 999;
}

.whatsapp-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


/* contact-us---------------------- */

.bg-ex {
    background-color: #172747;
}

.contact_hpr_vy {
    padding: 180px 0px 120px 0px;
}


/* Flex Container */

.contact_hpr_inner_vy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}


/* Left Side */

.banr_box {
    width: 340px;
    position: absolute;
    overflow: hidden;
    right: 40px;
    bottom: 50px;
    z-index: 999;
}

.banr_inner {
    position: relative;
    display: flex;
    gap: 12px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
}


/* Image */

.banr_img {
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
}

.banr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}


/* Content */

.banr_content {
    flex: 1;
    position: relative;
}

.banr_content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-decoration: none !important;
}


/* Number */

.banr_content span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

.bnr-slide-txt {
    color: #676767;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.banr-slide-num {
    color: #DDD;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}


/* Animation classes */

.fade-out {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

#banrImage,
#banrText,
#banrNumber {
    transition: opacity 0.5s ease;
}


/* precision-area-------------- */


/* Container already given */


/* Main Section */

.precision_area_box {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 20px;
    position: relative;
}


/* Cards */

.precision_card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


/* Images */

.precision_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}


/* Hover Zoom */

.precision_card:hover img {
    transform: scale(1.08);
}


/* Center Card */

.precision_center {
    background: url('./images/home/center-bg.webp') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}


/* Overlay */


/* Content */

.precision_content {
    position: relative;
    z-index: 2;
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    max-width: 420px;
}


/* Tag */

.precision_tag {
    background: #fff;
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 12px;
    border-radius: 20px;
}


/* Heading */

.precision_content h3 {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
    padding-top: 30px;
}


/* Text */

.precision_content p {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


/* Button */

.precision_btn {
    display: inline-block;
    background: #fff;
    color: #0b5c8c;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}


/* Button Hover */

.precision_btn:hover {
    background: #0b5c8c;
    color: #fff;
    transform: translateY(-3px);
}


/* Responsive */

@media (max-width: 991px) {
    .precision_area_box {
        grid-template-columns: 1fr;
    }
    .precision_center {
        padding: 60px 20px;
    }
}

.beyond_quality_area {
    padding: 80px 0;
}


/* Heading */

.beyond_head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.beyond_head .tag {
    display: inline-block;
    background: #74CCFF;
    color: #1b7fbf;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.beyond_head h2 {
    color: #007EC8;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
}

.beyond_head p {
    color: #007EC8;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


/* Grid */

.beyond_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


/* Card */

.beyond_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}


/* Image */

.beyond_img {
    overflow: hidden;
}

.beyond_img img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


/* Content */

.beyond_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #F2F2F2;
}

.beyond_content span {
    color: #676767;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}


/* Arrow */

.arrow {
    width: 35px;
    height: 35px;
    background: #1b7fbf;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.arrow svg {
    stroke: #fff;
    transition: transform 0.3s ease;
}


/* 🔥 Hover Effects */

.beyond_card:hover {
    transform: translateY(-8px);
}

.beyond_card:hover .beyond_img img {
    transform: scale(1.1);
}

.beyond_card:hover .arrow {
    background: #1b7fbf;
}

.beyond_card:hover .arrow svg {
    transform: translateX(5px);
}


/* 📱 Responsive */

@media (max-width: 1200px) {
    .beyond_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .beyond_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .beyond_grid {
        grid-template-columns: 1fr;
    }
    .beyond_head h2 {
        font-size: 26px;
    }
}


/* beyond-area-section----------- */

.beyond_quality_sec {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background: url('./images/home/bg-transperent.png') no-repeat center/cover;
}


/* TOP AREA */

.beyond_quality_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.beyond_quality_left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.beyond_quality_title {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

.beyond_quality_img video {
    width: 120px;
    /* change as needed */
    height: 60px;
    /* change as needed */
    border-radius: 50px;
    object-fit: cover;
    display: block;
}

.beyond_quality_right {
    max-width: 420px;
}

.beyond_quality_desc {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


/* GRID */

.beyond_quality_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}


/* CARD */

.beyond_quality_card {
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.096);
    backdrop-filter: blur(2px);
    border: 1px solid #dbdbdbc4;
    transition: 0.4s ease;
    overflow: hidden;
}

.beyond_quality_card:hover {
    transform: translateY(-10px);
}


/* ICON */

.beyond_quality_icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* LINE */

.beyond_quality_line {
    position: absolute;
    top: 62px;
    left: 60px;
    right: 0;
    height: 17px;
    background: rgb(255 255 255);
    z-index: -1;
}


/* TEXT */

.beyond_quality_card_title {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    margin-top: 40px;
}

.beyond_quality_card_desc {
    margin-top: 15px;
    color: #27698F;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/* RESPONSIVE */

@media (max-width: 1200px) {
    .beyond_quality_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .beyond_quality_top {
        flex-direction: column;
    }
    .beyond_quality_title {
        font-size: 30px;
    }
    .beyond_quality_grid {
        grid-template-columns: 1fr;
    }
}


/* accordion-section */

.qstn_accor {
    position: relative;
    width: 100%;
    background: url("./images/home/acoor-banner.webp") no-repeat center/cover;
    height: 850px;
    padding: 100px 0;
    border-radius: 20px;
}

.qstn_accor_inner {
    display: flex;
    justify-content: flex-end;
}

.qstn_accor_box {
    width: 100%;
    max-width: 630px;
    /* height: 650px; */
    background: #007EC8;
    padding: 35px;
    border-radius: 15px;
    color: #fff;
    margin-right: 140px;
}

.qstn_title {
    color: #FAFAFA;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
}

.qstn_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.qstn_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    color: #FAFAFA;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.qstn_body {
    max-height: 0;
    overflow: hidden;
    color: #FAFAFA;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.4s ease;
}

.qstn_item.active .qstn_body {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 10px;
}

.qstn_item .icon {
    transition: transform 0.3s ease;
}

.qstn_item.active .icon {
    transform: rotate(180deg);
}

.qstn_bottom {
    margin-top: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #FAFAFA;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    gap: 40px;
}

.qstn_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #ffffff;
    color: #1B242C;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
}


/* TEXT */

.qstn_btn .btn_text {
    position: relative;
    z-index: 2;
}


/* ICON */

.qstn_btn .btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}


/* SVG */

.qstn_btn svg {
    transition: all 0.3s ease;
}


/* 🔥 HOVER EFFECT */

.qstn_btn:hover {
    background: #007EC8;
    color: #fff;
}


/* icon move */

.qstn_btn:hover .btn_icon {
    transform: translateX(5px);
}


/* svg color change */

.qstn_btn:hover svg path {
    stroke: #fff;
}


/* OPTIONAL: slight scale */


/* ✅ RESPONSIVE */

@media (max-width: 991px) {
    .qstn_accor_box {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .qstn_title {
        font-size: 24px;
    }
    .qstn_head {
        font-size: 14px;
    }
}


/* customer-review */

.customer-review-area {
    background: #007EC8;
    background: linear-gradient(180deg, rgba(0, 126, 200, 1) 0%, rgba(116, 204, 255, 1) 100%);
    padding: 65px 0px 55px 40px;
    overflow: hidden;
    border-radius: 20px;
}


/* HEADER */

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.review-sub {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.review-title {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}


/* NAV */

.review-nav {
    display: flex;
    gap: 10px;
    margin-right: 40px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* SLIDER */

.review-slider {
    overflow: hidden;
}

.review-track {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
}


/* CARD */
.review-card {
    flex: 0 0 calc(100% / 3.9);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 50px 40px;
    color: #fff;
    position: relative;
}

.brd-20 {
    border-radius: 20px;
}

.pad-20 {
    padding: 20px !important;
}

.quote-icon {
    position: absolute;
    top: 25px;
    right: 50px;
}

.review-text {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 50px;
}

.review-author {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 60px;
}

.review-role {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* RESPONSIVE */

@media (max-width: 1200px) {
    .review-card {
        flex: 0 0 calc(100% / 2.5);
    }
}

@media (max-width: 768px) {
    .review-card {
        flex: 0 0 calc(100% / 1.2);
    }
    .review-title {
        font-size: 28px;
        line-height: 34px;
    }
}


/* form-area-------------------- */

.speak_form_area {
    padding-top: 80px;
}

.speak_form_inner {
    display: flex;
    justify-content: space-between;
}


/* LEFT SIDE */

.speak_left {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.contact_tag {
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #4A4A4A;
    border-radius: 30px;
    color: #4A4A4A;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    width: fit-content;
}

.speak_title {
    color: #4A4A4A;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 35px;
}

.speak_desc {
    color: #4A4A4A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 700px;
}


/* MAP */

.speak_map iframe {
    width: 100%;
    height: 230px;
    border: 0;
    border-radius: 8px;
    margin-bottom: 25px;
}


/* INFO */

.speak_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 120px;
}

.info_box {
    display: flex;
    gap: 10px;
}

.info_icon {
    font-size: 18px;
    display: flex;
    margin: 0 0 auto 0;
}

.info_label {
    color: rgba(74, 74, 74, 0.74);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

.info_text {
    color: #4A4A4A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* FORM BOX */

.speak_form_box {
    width: 52%;
    background-image: url("./images/home/form-bg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 0 auto 0;
}


/* OVERLAY */


/* FORM */

.form_inner {
    position: relative;
    z-index: 2;
}

.form_row {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.form_row.full {
    flex-direction: column;
}


/* FORM GROUP */

.form_group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form_group label {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}


/* INPUT */

.form_group input,
.form_group textarea {
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    color: #fff;
    outline: none;
    transition: 0.3s;
}

.form_group textarea {
    height: 130px;
    resize: none;
}


/* FOCUS */

.form_group input:focus,
.form_group textarea:focus {
    border-color: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}


/* BUTTONS */


/* BUTTON WRAP */


/* MAIN BUTTON */


/* BUTTON WRAP */

.form_btn_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}


/* MAIN BUTTON */

.submit_btn {
    background: #ffffff;
    padding: 12px 22px;
    border-radius: 8px;
    border: none;
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
    transition: all 0.35s ease;
}


/* ARROW BUTTON */

.arrow_btn {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s ease;
}


/* SVG */

.arrow_icon {
    transition: transform 0.35s ease;
}


/* ========================= */


/* 🔥 GROUP HOVER EFFECT */


/* ========================= */


/* When hovering ANYWHERE on button group */

.form_btn_wrap:hover .submit_btn {
    background: #007EC8;
    color: #ffffff;
}

.form_btn_wrap:hover .arrow_btn {
    background: #007EC8;
}


/* SVG color change */

.form_btn_wrap:hover .arrow_icon path {
    stroke: #ffffff;
}


/* Arrow move */

.form_btn_wrap:hover .arrow_icon {
    transform: translateX(6px);
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .speak_form_inner {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .form_row {
        flex-direction: column;
    }
    .speak_info {
        grid-template-columns: 1fr;
    }
    .speak_title {
        font-size: 24px;
    }
}


/* dwnld-pdf--------- */

.dwnld_catalogue {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.dwnld_catalogue a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1E73BE;
    transition: all 0.3s ease;
}


/* CORNER BASE */

.corner {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #1E73BE;
}


/* TOP LEFT */

.corner.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}


/* TOP RIGHT */

.corner.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}


/* BOTTOM LEFT */

.corner.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}


/* BOTTOM RIGHT */

.corner.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}


/* HOVER EFFECT */


/* CORNER COLOR CHANGE */


/* SVG ANIMATION */

.arrow_icon svg {
    transition: transform 0.3s ease;
}

.dwnld_catalogue a:hover .arrow_icon svg {
    transform: translateX(6px);
}


/* Smooth Lift Effect */

.dwnld_catalogue a {
    transform: translateY(0);
    transition: transform 0.35s ease-in-out, background-color 0.3s ease, color 0.3s ease;
}


/* On Hover → Move Up */

.dwnld_catalogue a:hover {
    transform: translateY(-6px);
}


/* SVG COLOR CHANGE */


/* footer-section--------------------- */

.ftr-section-moriz {
    width: 100%;
    font-family: "Poppins", sans-serif;
}


/* GRID */

.ftr-container {
    display: grid;
    grid-template-columns: 32% 32% 36%;
}


/* LEFT */

.ftr-inner {
    display: flex;
    gap: 60px;
}

.ftr-title {
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 25px;
}

.ftr-block ul {
    list-style: none;
    padding: 0;
}

.ftr-block ul li {
    color: #7C7C7C;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;
    padding-bottom: 18px;
}

.ftr-block ul li:hover {
    color: #000;
}


/* CENTER */

.ftr-center {
    display: flex;
    justify-content: center;
}

.ftr-image-wrap {
    position: relative;
    overflow: hidden;
}

.ftr-main-img {
    width: 100%;
    height: auto;
    display: block;
}


/* SLIDER */

.ftr-overlay-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
}

.ftr-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ftr-track img {
    display: block;
    flex-shrink: 0;
    width: auto;
    height: auto;
}


/* PERFECT LOOP */

@keyframes slideLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* RIGHT */

.ftr-desc {
    color: #171717;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C4C4C4;
}

.ftr-update-title {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ftr-note {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 26px;
}


/* INPUT */

.ftr-input-wrap {
    position: relative;
    max-width: 320px;
    width: 100%;
}

.desc {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/* INPUT */

.ftr-input-wrap input {
    width: 100%;
    border: 1px solid #007bff;
    border-radius: 50px;
    padding: 12px 60px 12px 15px;
    /* space for button */
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
}


/* BUTTON INSIDE FIELD (RIGHT SIDE) */

.ftr-btn-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #0082C9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    padding: 0;
}


/* IMAGE */

.ftr-btn-icon img {
    object-fit: contain;
    transition: 0.3s;
    filter: brightness(0) invert(1);
    /* white icon */
}


/* HOVER */

.ftr-btn-icon:hover {
    background: #0082C9;
}

.ftr-btn-icon:hover img {
    transform: translateX(3px);
}


/* COPYRIGHT */

.ftr-bottom {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .ftr-container {
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .ftr-image-wrap {
        max-width: 260px;
    }
}

.line-area {
    border-bottom: 1px solid #CDCDCD;
}

.read_btn_wrapper {
    background: #dcdcdc;
    /* grey strip */
    padding: 14px 20px 0 20px;
}

.read_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #1e73be;
    /* blue text */
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.gap-20 {
    gap: 20px;
}


/* underline effect like image */

.read_btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background: #1e73be;
    transition: all 0.3s ease-in-out;
}

.read_btn_icon {
    transition: transform 0.3s ease-in-out;
}


/* Hover */

.read_btn:hover {
    color: #0d5aa7;
}

.read_btn:hover::after {
    width: 110%;
}

.read_btn:hover .read_btn_icon {
    transform: translateX(4px);
}

.country-list {
    display: inline-flex;
    align-items: center;
    background-color: #007EC8;
    border-radius: 50px;
    padding: 6px 12px;
}


/* Country text */

.country-item {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    padding: 6px 12px;
}


/* Divider line */

.divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
}


/* 🔥 Absolute positioning */

.read_more_btn {
    background-color: #ffffff;
    position: absolute;
    bottom: 20px;
    /* adjust as needed */
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #007EC8;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 20px 40px;
    border-radius: 20px 20px 0px 0px;
    bottom: 0px;
    transition: all 0.4s ease;
    left: 50%;
    transform: translate(-50%, -0%);
}


/* Arrow styling */

.arrow_icon {
    display: flex;
    transition: transform 0.4s ease;
}

.read_more_btn:hover .arrow_icon {
    transform: translateX(6px);
}


/* Optional smooth underline effect */

.read_more_btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: #007EC8;
    transition: width 0.4s ease;
}

.read_more_btn:hover::after {
    width: 100%;
}

.list-drp {
    display: flex;
    gap: 40px;
}


/* LEFT LIST */

.menu-links {
    display: flex;
    flex-direction: column;
}


/* RIGHT IMAGE CONTAINER */

.menu-images {
    position: relative;
    width: 220px;
    height: 150px;
}


/* ALL IMAGES STACKED */

.menu-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
}


/* DEFAULT IMAGE */

.menu-img.active {
    opacity: 1;
}


/* 🔥 HOVER LOGIC */

.menu-links a:nth-child(1):hover~.menu-images .img-1 {
    opacity: 1;
}

.menu-links a:nth-child(1):hover~.menu-images .img-2,
.menu-links a:nth-child(1):hover~.menu-images .img-3,
.menu-links a:nth-child(1):hover~.menu-images .img-4 {
    opacity: 0;
}

.menu-links a:nth-child(2):hover~.menu-images .img-2 {
    opacity: 1;
}

.menu-links a:nth-child(2):hover~.menu-images .img-1,
.menu-links a:nth-child(2):hover~.menu-images .img-3,
.menu-links a:nth-child(2):hover~.menu-images .img-4 {
    opacity: 0;
}

.menu-links a:nth-child(3):hover~.menu-images .img-3 {
    opacity: 1;
}

.menu-links a:nth-child(3):hover~.menu-images .img-1,
.menu-links a:nth-child(3):hover~.menu-images .img-2,
.menu-links a:nth-child(3):hover~.menu-images .img-4 {
    opacity: 0;
}

.menu-links a:nth-child(4):hover~.menu-images .img-4 {
    opacity: 1;
}

.menu-links a:nth-child(4):hover~.menu-images .img-1,
.menu-links a:nth-child(4):hover~.menu-images .img-2,
.menu-links a:nth-child(4):hover~.menu-images .img-3 {
    opacity: 0;
}

.list-drp {
    display: flex;
    gap: 40px;
}


/* image box */

.menu-images {
    width: 220px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
}

.menu-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}


/* orthodontics-css */


/* Container already provided */

.container-common {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 25px;
}


/* Main Banner */

.other_common_banner {
    width: 100%;
    padding-top: 15px;
}


/* Breadcrumb */

.ocb_breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #555;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    flex-wrap: wrap;
}

.ocb_breadcrumb a {
    text-decoration: none;
    color: #777;
    transition: 0.3s;
}

.ocb_breadcrumb a:hover {
    color: #007EC8;
}

.ocb_breadcrumb .active {
    color: #000;
    font-weight: 500;
}


/* Banner Background Area */

.ocb_banner_wrap {
    position: relative;
    width: 100%;
    min-height: 280px;
    border-radius: 12px;
    overflow: hidden;
    /* 🔥 Add your background image here */
    background: url("./images/orthodontics/common-banner.webp") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Content */

.ocb_content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}


/* Title */

.ocb_content h1 {
    color: #007EC8;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 112.5% */
    text-transform: uppercase;
    margin-bottom: 13px;
}


/* Subtitle */

.ocb_content p {
    color: #606060;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
}


/* Button */

.ocb_download_btn {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    padding: 4px 4px 4px 25px;
    border-radius: 50px;
    background: #0082C9;
    color: #fff;
    text-decoration: none;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s ease;
}


/* Icon */

.ocb_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ocb_icon svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}


/* Hover Effect */

.ocb_download_btn:hover {
    transform: translateY(-3px);
    background: #005f99;
}


/* Responsive */

@media (max-width: 768px) {
    .ocb_content h1 {
        font-size: 24px;
    }
    .ocb_banner_wrap {
        min-height: 180px;
    }
}

@media (max-width: 768px) {
    .ocb_banner_wrap {
        min-height: 300px;
    }
}

.pad-top-140 {
    padding-top: 140px;
}

.pad-top-50 {
    padding-top: 50px;
}


/* category------------------------------------------ */

.product_cate {
    display: flex;
    gap: 30px;
    padding: 20px;
}


/* Sidebar */

.product_cate_sidebar {
    width: 260px;
    border-right: 1px solid #E5E5E5;
}

.product_cate_sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_cate_sidebar li {
    padding: 14px 16px;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #333;
}


/* Active */

.product_cate_sidebar li.active {
    background: #007EC8;
    color: #fff;
}


/* Hover */

.product_cate_sidebar li:hover {
    background: #007EC8;
    color: #fff;
}


/* Content */

.product_cate_content {
    flex: 1;
}

.product_cate.no-sidebar {
    display: block;
}


/* Title */

.filter_title {
    margin-bottom: 20px;
    font-size: 16px;
}


/* Grid */

.product_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


/* Product card */

.product_item {
    display: block;
    background: #f5f5f5;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s;
    overflow: hidden;
    text-decoration: none;
}

.product_item img {
    width: 100%;
    object-fit: contain;
    border: 1px solid #007fc84d;
    border-radius: 10px 10px 0px 0px;
}

.product_item_category {
    display: block;
    padding: 14px 16px 0;
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.product_item p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px !important;
    background-color: #007EC8;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
}


/* Hide */

.hidden {
    display: none;
}

.product_empty {
    grid-column: 1 / -1;
    padding: 40px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
}

.product-detail-section {
    padding-top: 20px;
    padding-bottom: 60px;
}


/* Hover effect */

.product_item:hover {
    transform: translateY(-5px);
}


/* Responsive */

@media (max-width: 991px) {
    .product_cate {
        flex-direction: column;
    }
    .product_cate_sidebar {
        width: 100%;
        border-right: none;
    }
    .product_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contct-hdr {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .product_grid {
        grid-template-columns: 1fr;
    }
    .country-item {
        font-size: 11px;
        padding: 6px 5px;
    }
    .country-list {
        padding: 6px 7px;
    }
    .read_more_btn {
        font-size: 13px;
        padding: 13px 23px;
    }
}


/* product-detail-page-------------------- */

.container-common-product {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 230px;
}

.product_wrapper {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}


/* LEFT */

.product_images {
    flex: 1;
    min-width: 300px;
}


/* MAIN IMAGE */

.main_image {
    position: relative;
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
    border-radius: 10px;
    background: #F9F9F9;
    cursor: zoom-in;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
}


/* THUMBNAILS */

.thumbnail_images {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.product_thumb {
    width: 120px;
    height: 80px;
    object-fit: contain;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: 0.3s;
    background-color: #F9F9F9;
}

.product_thumb.active {
    opacity: 1;
    border-color: #007EC8;
}


/* RIGHT */

.product_content {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-heads {
    color: #3A3A3A;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.tag {
    width: fit-content;
    background: #007EC8;
    padding: 6px 15px;
    border-radius: 20px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}

.main-head-prdct {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.qty_box {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.qty_box button {
    width: 30px;
    height: 30px;
    border: none;
    background: #ffffff;
    color: #666;
    border-radius: 50%;
    cursor: pointer;
}

.type {
    color: #3A3A3A;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 50px;
    width: fit-content;
    background-color: #F2F9FC;
    margin-top: 10px;
}

.prd-info {
    color: #3A3A3A;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.varient {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.features {
    list-style: none;
    /* remove default bullets */
    padding-left: 0;
    margin-bottom: 0px !important;
}

.features li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}


/* Custom black round bullet */

.features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #3A3A3A;
    border-radius: 50%;
}

.ftr-list {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.btns {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    background-color: #3AAA34;
    width: fit-content;
    padding: 14px 54px;
    border-radius: 50px;
}

.btn {
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
}

.qty_box {
    background-color: #007EC8;
    width: fit-content;
    border-radius: 50px;
    padding: 5px;
}

.btn.primary {
    background: #007EC8;
}

.qty_box input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #007EC8;
    border-radius: 5px;
    outline: none;
    background-color: #007EC8;
    color: #FFFEFE;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}

.wsp-btns {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


/* Chrome, Safari, Edge */

.qty_box input::-webkit-outer-spin-button,
.qty_box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.qty_box input[type="number"] {
    -moz-appearance: textfield;
}


/* RESPONSIVE */

@media(max-width:860px) {
    .product_wrapper {
        flex-direction: column;
    }
}


/* whatsapp-popup */


/* WRAPPER */

.wsp-overlay-pop {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}


/* OVERLAY */

.wsp-overlay-pop-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}


/* BOX */

.wsp-overlay-pop-box {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: #fff;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px;
    border-radius: 12px;
    z-index: 2;
}


/* CLOSE */

.wsp-overlay-pop-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}


/* TITLE */

.wsp-overlay-pop-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.content_truncate-right-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* FORM */

#wspForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#wspForm input,
#wspForm textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#wspForm textarea {
    resize: none;
    height: 80px;
}


/* BUTTON */

#wspForm button {
    background: #1F8149;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}


/* ACTIVE */

.wsp-overlay-pop.active {
    display: block;
}


/* MOBILE */

@media(max-width:500px) {
    .wsp-overlay-pop-box {
        padding: 20px;
    }
}


/* grid-area----------------- */

.special_grids {
    display: flex;
    justify-content: center;
    padding: 40px 150px;
    background: linear-gradient(180deg, rgba(233, 242, 247, 1) 0%, rgba(188, 231, 255, 1) 100%);
    overflow: hidden;
}

.special_track {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}


/* ITEM */

.special_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}


/* IMAGE */

.special_item img {
    margin-bottom: 12px;
}


/* TEXT */

.special_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.special_text div {
    color: #3A3A3A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
}


/* MOBILE */

@media (max-width: 750px) {
    .special_grids {
        padding: 30px 20px;
    }
    .special_track {
        justify-content: flex-start;
        width: max-content;
    }
    .special_item {
        flex: none;
        min-width: 140px;
    }
}


/* related-product-slider------------- */

.related_products {
    width: 100%;
}


/* Header */

.related_products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.related_products-title {
    color: #007EC8;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

.related_products-arrows {
    display: flex;
    gap: 10px;
}

.related_products-arrows button {
    width: 51px;
    height: 45px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}


/* Slider */

.related_products-slider {
    overflow: hidden;
}

.related_products-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}


/* Slide */

.rp-slide {
    flex: 0 0 calc(25% - 15px);
}

.rp-inner {
    width: 100%;
    border: 1px solid #007fc859;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.rp-inner img {
    display: block;
}

.pt-90s {
    margin-top: 90px;
    margin-bottom: 30px;
}

.brd-btm-new {
    border-bottom: 1px solid #E5E5E5;
}


/* Tablet */

@media (max-width: 991px) {
    .rp-slide {
        flex: 0 0 calc(33.33% - 14px);
    }
}


/* Mobile */

@media (max-width: 575px) {
    .rp-slide {
        flex: 0 0 calc(50% - 10px);
    }
}

.abt_banner {
    width: 100%;
    height: 720px;
    background-image: url('./images/about/about-bannerr.webp');
    /* your image */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    border-radius: 0px 0px 20px 20px;
    display: flex;
}

.pad-top-90 {
    padding-top: 90px;
}


/* inner */

.abt_banner-inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 50px;
}


/* content */

.abt_banner-content {
    max-width: 520px;
}


/* title */

.abt_title {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
}


/* description */

.abt_desc {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


/* button */

.abt_btn {
    display: inline-block;
    padding: 12px 28px;
    background: #1e73be;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.abt_btn:hover {
    background: #155a96;
}


/* ================= RESPONSIVE ================= */


/* Tablet */

@media (max-width: 991px) {
    .abt_banner {
        height: 500px;
        background-position: center;
    }
    .abt_title {
        font-size: 36px;
    }
    .abt_desc {
        font-size: 15px;
    }
}


/* Mobile */

@media (max-width: 575px) {
    .abt_banner {
        height: 450px;
        padding: 20px 0;
        background-position: center;
    }
    .abt_banner-content {
        max-width: 100%;
    }
    .abt_title {
        font-size: 24px;
        line-height: 32px;
    }
    .abt_desc {
        font-size: 14px;
    }
    .abt_banner-inner {
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

.white-btn-two {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #0082C9;
    padding: 10px 22px;
    border-radius: 50px;
    transition: all 0.6s ease-in-out;
    width: fit-content;
}

.white-btn-two:hover {
    background-color: #ffffff;
    color: #0082C9;
    transform: translateY(-5px);
}


/* about-us-wrapper---------------- */

.abt-us-section {
    width: 100%;
    padding: 60px 0;
}

.abt-us-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.abt-us-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.abt-title {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.abt-text {
    color: #27698F;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* Right */

.abt-us-right {
    width: 50%;
}


/* VIDEO BOX */

.abt-video-box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* VIDEO STYLE */

.abt-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* Responsive */

@media (max-width: 991px) {
    .abt-us-left,
    .abt-us-right {
        width: 100%;
    }
    .abt-video-box {
        height: 300px;
    }
}


/* journy-area------------------------------- */

.journy_excellence_area {
    width: 100%;
    background: url('./images/about/journy-bg.webp') no-repeat center/cover;
    padding: 80px 50px;
    position: relative;
    border-radius: 20px;
}


/* TOP */

.journey_top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}


/* LEFT */

.journey_left {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* HEADING + VIDEO */

.journey_heading_row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.journey_heading {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}


/* VIDEO */

.journey_video {
    width: 120px;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.journey_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* CONTENT */

.journey_content {
    color: #27698F;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* RIGHT */

.journey_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.year {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 130px;
}

.year_text {
    color: #27698F;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


/* COUNTERS */

.journey_counters {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 20px;
}

.counter_box {
    width: 18%;
    text-align: center;
    padding: 30px;
    position: relative;
}


/* CORNERS */

.counter_box::before,
.counter_box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #0f6fae;
}


/* TOP LEFT */

.counter_box::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}


/* BOTTOM RIGHT */

.counter_box::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}


/* EXTRA CORNERS */

.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #0f6fae;
}


/* TOP RIGHT */

.corner.tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}


/* BOTTOM LEFT */

.corner.bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}


/* TEXT */

.counter_number {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    min-width: 100px;
    /* prevents shaking */
    display: inline-block;
}

.counter_text {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .journey_top {
        flex-direction: column;
    }
    .journey_left,
    .journey_right {
        width: 100%;
    }
    .journey_right {
        align-items: flex-start;
    }
    .year {
        font-size: 80px;
    }
    .counter_box {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .journey_heading {
        font-size: 28px;
    }
    .year {
        font-size: 60px;
    }
    .journey_video {
        width: 170px;
        height: 50px;
    }
    .whatsapp-img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
}


/* advantage-area------- */

.moriz_advanatage_sec {
    padding: 80px 0;
}


/* Header */

.moriz_header {
    text-align: center;
    margin-bottom: 50px;
}

.moriz_tag {
    color: #007EC8;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.moriz_tag::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #0a74c9;
    border-radius: 50%;
    display: inline-block;
}

.moriz_tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.moriz_title {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.moriz_desc {
    max-width: 650px;
    margin: 0 auto;
    color: #27698F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* Grid */

.moriz_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


/* Box */

.moriz_box {
    background: #F2F2F2;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.3s ease;
    justify-content: space-between;
}

.moriz_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Icon */

.moriz_icon {
    width: 45px;
    height: 45px;
    background: #e9f2fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Number */

.moriz_number {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #C8C8C8;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}


/* Content */

.moriz_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.moriz_heading {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.moriz_text {
    color: #27698F;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


/* ================= RESPONSIVE ================= */


/* Tablet */

@media (max-width: 1024px) {
    .moriz_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile */

@media (max-width: 576px) {
    .moriz_grid {
        grid-template-columns: 1fr;
    }
    .moriz_title {
        font-size: 24px;
    }
}

.pad-0 {
    padding: 0px !important;
}

.bg-extra {
    background-color: #BDE7FF !important;
    background: linear-gradient(180deg, #BDE7FF 0%, #BDE7FF 100%);
}

.clr-cer-hd {
    color: #007EC8;
}

.achievement {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-top: 30px;
}

.col5_col4lg_col3-achievement {
    grid-auto-flow: row;
    gap: 20px 20px;
    grid-template-columns: repeat(5, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* contact-us-------------------------------------------------------------------------------------------------------- */

.contact-us-banner {
    width: 100%;
    height: 720px;
    background-image: url('./images/contact/contact-banner.webp');
    /* your image */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    border-radius: 0px 0px 20px 20px;
    display: flex;
}

@media (max-width: 991px) {
    .contact-us-banner {
        height: 500px;
        background-position: center;
    }
    .pad-top-90 {
        padding-top: 20px;
    }
}


/* Mobile */

@media (max-width: 575px) {
    .contact-us-banner {
        height: 450px;
        padding: 20px 0;
        background-position: center;
    }
}

.wht-clr {
    color: #ffffff;
}

.category-land-head {
    color: #007EC8;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}