/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com
Description: Child Theme for Twenty Twenty-Five
Author: Deepak
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/

:root {
    /* Header height — overridden by JS with real measured value */
    --header-h: 72px;

    --fs-10: clamp(8px, calc(0.5vw + 6px), 10px);
    --fs-11: clamp(12px, calc(0.55vw + 6px), 13px);
    --fs-12: clamp(9px, calc(0.6vw + 6px), 12px);
    --fs-13: clamp(11px, 0.975vw, 13px);
    --fs-14: clamp(16px, 0.975vw, 16px);
    --fs-15: clamp(13px, 1.041vw, 40px);
    --fs-16: clamp(16px, 1vw, 18px);
    --fs-17: clamp(14px, calc(0.55vw + 6px), 17px);
    --fs-18: clamp(16px, 0.94vw, 18px);
    --fs-19: clamp(12px, calc(0.95vw + 6px), 19px);
    /*     --fs-20: clamp(16px, 1.05vw, 20px); */
    --fs-20: clamp(16px, 1.042vw, 20px);

    --fs-22: clamp(18px, 1.53vw, 29px);
    --fs-24: clamp(15px, 0.9vw, 17px);
    --fs-26: clamp(16px, calc(1.3vw + 6px), 26px);
    --fs-28: clamp(16px, calc(1.4vw + 6px), 28px);
    --fs-30: clamp(20px, 2.36vw, 65px);

    --fs-32: clamp(18px, 2.222vw, 70px);
    --fs-33: clamp(20px, 33.024px, 33px);
    --fs-34: clamp(20px, 1.72vw, 34px);
    --fs-36: clamp(22px, calc(1.8vw + 6px), 36px);
    --fs-38: clamp(23px, calc(1.9vw + 6px), 38px);
    --fs-40: clamp(24px, calc(2vw + 6px), 40px);

    --fs-42: clamp(25px, calc(2.1vw + 6px), 42px);
    --fs-44: clamp(24px, 2.78vw, 100px);
    --fs-46: clamp(30px, calc(2.3vw + 6px), 46px);
    --fs-48: clamp(24px, 2.5vw, 52px);
    --fs-50: clamp(30px, calc(2.5vw + 6px), 50px);

    --fs-52: clamp(31px, calc(2vw + 6px), 52px);
    --fs-54: clamp(32px, calc(2.7vw + 6px), 54px);
    --fs-56: clamp(32px, calc(2.8vw + 6px), 56px);
    --fs-58: clamp(35px, calc(2.9vw + 6px), 58px);
    --fs-60: clamp(36px, calc(3vw + 6px), 60px);

    --fs-64: clamp(38px, calc(3.2vw + 6px), 64px);
    --fs-68: clamp(30px, 4.84vw, 100px);
    --fs-72: clamp(43px, calc(3.6vw + 6px), 72px);
    --fs-74: clamp(34px, 5.14vw, 120px);
    --fs-76: clamp(46px, calc(3.8vw + 6px), 76px);
    --fs-80: clamp(34px, 4.17vw, 80px);

    --fs-84: clamp(50px, calc(4.2vw + 6px), 84px);
    --fs-86: clamp(36px, 4.5vw, 86px);
    --fs-88: clamp(36px, 5vw, 96px);
    /* --fs-88: clamp(36px, calc(4.4vw + 6px), 88px); */
    --fs-92: clamp(55px, calc(4.6vw + 6px), 92px);
    --fs-96: clamp(58px, calc(4.8vw + 6px), 96px);
    --fs-100: clamp(60px, calc(5vw + 6px), 100px);

    --fs-104: clamp(62px, calc(5.2vw + 6px), 104px);
    --fs-108: clamp(36px, 5.625vw, 108px);
    --fs-110: clamp(66px, calc(5.5vw + 6px), 110px);
    --fs-140: clamp(40px, 8vw, 140px);
    --fs-150: clamp(48px, 8vw, 150px);

    --fs10: 10px;
    --fs12: 12px;
    --fs14: 14px;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs26: 26px;
    --fs28: 28px;
    --fs30: 30px;
    --fs32: 32px;
    --fs34: 34px;
    --fs36: 36px;
    --fs38: 38px;
    --fs40: 40px;
    --fs42: 42px;
    --fs44: 44px;
    --fs46: 46px;
    --fs48: 48px;
    --fs50: 50px;
    --fs52: 52px;
    --fs54: 54px;
    --fs56: 56px;
    --fs60: 60px;
    --fs62: 62px;
    --fs64: 64px;
    --fs70: 70px;
    --fs72: 72px;
    --fs74: 74px;

    --jakarta: "Plus Jakarta Sans", sans-serif;
    --intertight: var(--jakarta);
    --inter: var(--jakarta);
    --wp--preset--font-family--inter: var(--jakarta);
    --wp--preset--font-family--system-sans-serif: var(--jakarta);

    --black: #000;
    --white: #fff;
    --text1: #848484;

    --grey1: #F3F3F3;

    --primary: #EBF441;
    --secondary: #475569;
}

html,
body {
    height: auto;
    scroll-behavior: auto !important;
    /* Override Bootstrap 5's scroll-behavior: smooth so Lenis can take over */
}



html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    font-family: var(--intertight);
    background: var(--black);

}

.wrapper {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--intertight);
    margin: 0px;
    text-wrap: auto!important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

/* Buttons */


.btn-primary {
    background: var(--primary);
    border-radius: var(--fs40);
    border: 0px solid var(--primary);
    line-height: 100%;
    padding: 0.22vw 5px 0.22vw var(--fs-22);
    color: var(--black);
    font-size: clamp(14px, 0.835vw, 16px);
    height: 46px;
    /*     font-size: clamp(14px, 0.9vw, 15px); */
    /* font-size: clamp(14px, 1.2vw, 15px); */
    /* font-size: clamp(14px, 1.11vw, 16px); */
    font-weight: 500;
    gap: var(--fs14);
    border: 2px solid transparent;
}

.btn-primary span {
    width: clamp(32px, 2.16vw, 34px);
    height: clamp(32px, 2.16vw, 34px);
    /* width: var(--fs40);
    height: var(--fs40); */

    border-radius: var(--fs50);
    background: var(--black);
    color: var(--primary);
}

.btn-primary:hover {
    background: var(--black);
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-primary:hover span {
    background: var(--primary);
    color: var(--black);
}

.btn-secondary {
    background: var(--white);
    border-radius: var(--fs40);
    border: 0px solid var(--white);
    line-height: 100%;
    padding: 3px 3px 3px var(--fs18);
    color: var(--black);
    height: 40px;
    /* font-size: clamp(14px, 1.2vw, 15px); */
    /*     font-size: clamp(14px, 0.9vw, 15px); */
    font-size: clamp(14px, 0.835vw, 16px);
    font-weight: 500;
    gap: var(--fs14);
}

.btn-secondary span {
    width: clamp(32px, 2.16vw, 34px);
    height: clamp(32px, 2.16vw, 34px);
    /* width: var(--fs-30);
    height: var(--fs-30); */
    border-radius: var(--fs50);
    background: var(--black);
    color: var(--white);
}

.btn-secondary:hover {
    background: var(--primary);
    color: var(--black);
}


.btn-outline-primary {
    background: transparent;
    border-radius: var(--fs40);
    border: 2px solid var(--primary);
    line-height: 100%;
    height: 46px;
    /* padding: 0 var(--fs18); */
    padding: 5px var(--fs-26);
    color: var(--primary);
    /* font-size: clamp(14px, 1.2vw, 15px); */
    /*     font-size: clamp(14px, 0.9vw, 15px); */
    /* font-size: clamp(14px, 1.2vw, 16px); */
    font-size: clamp(14px, 0.835vw, 16px);
    font-weight: 500;
}

.btn-outline-primary:hover {
    background: var(--primary);
    color: var(--black);
    border: 2px solid var(--primary);
}

/* Push page content below the fixed header on mobile — prevents overlap */
@media (max-width: 767px) {
    body {
        padding-top: var(--header-h, 72px);
    }
}

/* Header */

a.h-logo img {
    height: 37px;
}

.header {
    background: #000000ba;
    /* fully transparent at page top */
    border-bottom: 1px solid transparent;
    height: auto;
    padding: 17px 0px;
    position: fixed;
    /* always fixed — zero layout shift */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

/* After scrolling 1vh — header solidifies into sticky bar */
.header.is-scrolled,
.header.fixed {
    background: rgba(0, 0, 0, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.header.drawer-open {
    background: transparent;
    border-bottom-color: transparent;
}

.mainmenu {
    display: block;
}

.mainmenu ul,
.mainmenu .mainmenu-list {
    gap: max(4vw, 64px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainmenu .mainmenu-list>li>a {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.mainmenu .mainmenu-list>li>a::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary);
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.14s ease, transform 0.14s ease;
}

/* Keeps hover active while moving from the top link into the full-width panel. */
.mainmenu-list>li.menu-item-has-children>a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 34px;
}

.mainmenu .mainmenu-list>li:hover>a::after,
.mainmenu .mainmenu-list>li:focus-within>a::after,
.mainmenu .mainmenu-list>li.is-mega-open>a::after,
.mainmenu .mainmenu-list>li.current-menu-item>a::after,
.mainmenu .mainmenu-list>li.current-menu-parent>a::after,
.mainmenu .mainmenu-list>li.current-menu-ancestor>a::after,
.mainmenu .mainmenu-list>li.current_page_item>a::after,
.mainmenu .mainmenu-list>li.current_page_parent>a::after,
.mainmenu .mainmenu-list>li.current_page_ancestor>a::after {
    opacity: 1;
    transform: scaleX(1);
}

.mainmenu ul li a {
    color: var(--white);
    /*     font-size:var(--fs-16); */
    font-size: clamp(14px, 0.835vw, 16px);
    font-weight: 500;
}

.mainmenu ul li a:hover {
    color: var(--white);
}

.hamburger {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1003;
}

.hamburger-box {
    width: 24px;
    height: 18px;
    position: relative;
    display: block;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--white);
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.25s ease, background-color 0.25s ease;
}

.hamburger-line:nth-child(1) {
    top: 0;
}

.hamburger-line:nth-child(2) {
    top: 8px;
}

.hamburger-line:nth-child(3) {
    top: 16px;
}

.hamburger:hover .hamburger-line {
    background: var(--primary);
}

.hamburger.is-open .hamburger-line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.hamburger.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.is-open .hamburger-line:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}

/* Mobile Nav Drawer */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.nav-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.nav-drawer {
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100vh;
    background: var(--black);
    z-index: 1001;
    padding: 92px 24px 24px;
    transition: right 0.35s ease;
    overflow-y: auto;
}

.nav-drawer.open {
    right: 0;
}

.drawer-close {
    display: none !important;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 32px;
}

.drawer-close span {
    font-size: 32px;
    color: #fff;
}

.drawer-close:hover span {
    color: var(--primary);
}

.drawer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.drawer-menu ul li a {
    color: var(--white);
    font-size: var(--fs16);
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    /* display: block; */
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-decoration: none;
}

.drawer-menu ul li a:hover {
    color: var(--primary);
}


/* Case Studies */

.case-studies {
    padding-top: 40px;
    /* padding-left: 5.5%; */
    /* min-height: calc(100vh - 80px); */
    overflow: hidden;
    /* padding: max(4.5vw, 54px) 0px max(3vw, 40px) 0px; */
    padding: clamp(50px, 5.25vw, 100px) 0px clamp(25px, 2.8vw, 50px) 0px;
}

.row.mb-5.\31 -col-layout h2 {
    font-size: clamp(26px, 2.5vw, 48px);
    line-height: 140%;
}

.case-studies .container {
    /* padding-top:40px; */
    /* padding-left: 5.5%; */
    /* min-height: calc(100vh - 80px); */
    overflow: visible;

}

/* .case-studies {
    padding-top:40px;
    padding-left: 5.5%;
    min-height: calc(100vh - 80px);
    overflow: hidden;
 */


.case-studies .row {
    margin-bottom: var(--fs50);
}

.case-studies .abt-text>p {
    color: var(--white);
    /*     font-size:var(--fs-33); */
    font-size: clamp(20px, 1.72vw, 33px);
    line-height: clamp(28px, 2.41vw, 46.2px);
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    max-width: 94%;
}

.case-studies .abt-text>p span {
    color: var(--primary);
}



.case-studies {
    overflow-x: hidden;
}

.case-studies .swiper {
    width: calc(100% + ((100vw - 100%) / 2));
    max-width: none;
    margin: 0;
}

.case-studies .swiper-slide {
    height: 34vw;
    /* width: 19.35vw!important; */
    border-radius: var(--fs20);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: 0.4s ease;
    min-height: 440px;
}

.case-studies .swiper-slide>img {
    width: auto;
    height: 100%;
}

.slide-inner {
    width: 100%;
    /* padding: 20px; */
    padding: clamp(20px, 2.085vw, 40px);
    position: relative;
    transform: translateY(1px);
    transition: 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: var(--fs-28); */
    z-index: 3;
}



.case-studies .swiper-slide.active .slide-inner {
    transform: translateY(1px);
}



/* expand width */

.case-studies .swiper-slide {
    width: 25%;
    overflow: hidden;
    border-radius: var(--fs20);
    transition: 0.4s ease;
}

.case-studies .slide-inner:before {
    content: "";
    position: absolute;
    background: linear-gradient(transparent, rgba(28, 28, 28, 1));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    content: "";
    z-index: 1;
    left: 0;
}

.case-studies .swiper-slide.active {
    width: 40.7vw !important;
}

.b-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
    z-index: 3;
}

.b-items>div {
    position: relative;
    z-index: 2;
    padding: clamp(7px, 0.45vw, 9px) clamp(7px, 1vw, 18px);
    /* padding: var(--fs-10) var(--fs-20); */
    display: inline-block;
    font-weight: 300;
    font-size: clamp(14px, 0.835vw, 16px);
    /*     text-transform: uppercase; */
    color: var(--white);
    background: rgba(0, 0, 0, 0.48);
    border-radius: var(--fs40);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.case-slider-controls span.material-symbols-outlined {
    font-size: 1.5vw;
}


.case-slider-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: max(1.563vw, 24px);
}

.case-slider-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.case-study-arrow {
    width: clamp(34px, 2.73vw, 53px);
    height: clamp(34px, 2.73vw, 53px);
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    flex: 0 0 auto;
    transition: none;
}

.case-study-arrow-icon {
    width: 14px;
    height: 14px;
    display: block;
}

.case-study-prev {
    background: var(--white);
    color: var(--black);
}

.case-study-next {
    background: var(--white);
    color: var(--black);
}

.case-study-arrow:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
}

.case-study-arrow.swiper-button-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.case-pagination {
    position: static !important;
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 0;
    width: auto !important;
}

.case-pagination .swiper-pagination-bullet {
    width: max(1.98vw, 26px);
    height: max(0.417vw, 6px);
    margin: 0 !important;
    background: var(--primary);
    opacity: 0.35;
    border-radius: 999px;
    transition: width 0.25s ease, opacity 0.25s ease, border-radius 0.25s ease;
}

.case-pagination .swiper-pagination-bullet-active {
    width: max(1.98vw, 26px);
    opacity: 1;
}

.brand-text>img {
    /* max-height: var(--fs30); */
    height: clamp(20px, 1.5vw, 24px);
    width: auto;
    margin-bottom: var(--fs20);
    transition: .4s;
}

.brand-text h3 {
    color: var(--white);
    font-family: var(--inter);
    margin-bottom: var(--fs16);
    /*     font-size: var(--fs-22); */
    font-size: clamp(20px, 1.565vw, 30px);
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .4s;
}

.brand-text p {
    color: rgba(255, 255, 255, 0.40);
    font-family: var(--inter);
    margin-bottom: calc(var(--fs14) - 1px);
    margin-top: 0px;
    font-size: clamp(14px, 0.835vw, 16px);
    line-height: 150%;
    display: none;
    transition: .4s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide.active .brand-text p {
    display: -webkit-box;
}

.swiper-slide.active .brand-text {
    max-width: 100%;
    position: relative;
    z-index: 3;
}

.brand-text {
    position: relative;
    z-index: 3;
}

.brand-text a {
    /*     font-size: var(--fs-14); */
    font-size: clamp(14px, 0.835vw, 16px);
    color: var(--white);
    font-weight: 600;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs10);
    display: none;
    transition: .4s;
}

.brand-text a span {
    color: var(--primary);
}

.swiper-slide.active .brand-text a {
    display: flex;
}



.slabel {
    width: fit-content;
    margin: 0 0;
    text-align: center;
    text-transform: uppercase;
    /*     font-size:var(--fs-18); */
    line-height: 100%;
    font-size: clamp(14px, 1.042vw, 20px);
    color: var(--white);
    display: flex;
    align-items: center;
}

.slabel:before {
    /* width: clamp(11px, 0.74vw, 14px); */
    width: clamp(11px, 0.63vw, 12px);
    /* height: clamp(11px, 0.74vw, 14px); */
    height: clamp(11px, 0.63vw, 12px);
    /* width: var(--fs16);
    height: var(--fs16); */
    border-radius: var(--fs16);
    background: var(--primary);
    content: "";
    display: inline-block;
    margin-right: var(--fs10);
    position: relative;
    /* top: 2px; */
}

/* Blogs */

.articles {
    background: var(--grey1);
    padding: clamp(50px, 5.25vw, 100px) 0px;
    /* padding: max(4.5vw, 54px) 0px; */
}

.h-area {
    margin-bottom: var(--fs60);
}

/* .h-area .heading {
    max-width:500px;
} */

.articles .heading .slabel {
    color: var(--black);
}

.articles .heading .slabel:before {
    background: var(--black);
}

.articles .heading h2 {
    /*     font-size: var(--fs-48); */
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 120%;
    line-height: normal;
    color: var(--black);
}

.l-artitem {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--fs-20);
}

.artimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.artimg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.72) 70%,
            rgba(0, 0, 0, 0.94) 100%);
    pointer-events: none;
    z-index: 1;
}

.artimg img {
    width: 100%;
    height: 100%;
}

.artimg label,
.artimg .article-category-label {
    position: absolute;
    top: max(1.2vw, 20px);
    left: max(1.2vw, 20px);
    z-index: 2;
    padding: var(--fs-10) var(--fs-18);
    display: inline-block;
    font-weight: 300;
    /*     font-size: var(--fs-13); */
    font-size: clamp(14px, 0.835vw, 16px);
    text-transform: uppercase;
    color: var(--white);
    background: rgba(0, 0, 0, 0.48);
    border-radius: var(--fs40);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.artimg label:before,
.artimg .article-category-label:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0.05) 40%,
            transparent 60%);
    pointer-events: none;
}

.arttxt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: max(1.565vw, 20px) max(1.407vw, 20px);
    z-index: 3;
}

.arttxt h3 {
    /*     font-size: var(--fs-30); */
    font-size: clamp(20px, 1.565vw, 30px);
    color: var(--white);
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 135%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.arttxt p {
    color: rgba(255, 255, 255, 0.60);
    /*     font-size:var(--fs-17); */
    font-size: clamp(14px, 0.835vw, 16px);
    line-height: 150%;
    margin-top: var(--fs10);
    margin-bottom: var(--fs24);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: max(0.75vw, 12px) 0px;
}

.dtim {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}




.dtim li span {
    color: var(--primary);
    /*     font-size: var(--fs-11); */
    font-size: clamp(12px, 0.835vw, 16px);
    padding-right: var(--fs16);
    margin-right: var(--fs16);
    position: relative;
    text-transform: uppercase;
}

.dtim li span:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.dtim li span:after {
    position: absolute;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: var(--fs10);
    background: var(--black);
    content: "";
    top: 6px;
}

.dtim li span:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.dtim li span:after {
    content: none;
}

.articles .row>div:first-child .arttxt .dtim li span:after {
    background: var(--primary);
}

.a-artitem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.a-artimg {
    width: 49%;
    overflow: hidden;
    border-radius: var(--fs-20);
}

.a-artimg img {
    height: 100%;
    object-fit: cover;
}

.a-arttext {
    width: 49%;
}

.a-arttext h3 {
    /*     font-size: var(--fs-28); */
    font-size: clamp(20px, 1.565vw, 30px);
    line-height: 135%;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.a-arttext p {
    color: rgba(0, 0, 0, 0.6);
    /*     font-size: var(--fs-17); */
    font-size: clamp(14px, 0.835vw, 16px);
    line-height: 150%;
    margin: 0.75vw 0;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles .excerpt-clamp-2,
.articles .excerpt-clamp-2 p,
.articles .excerpt-clamp-3,
.articles .excerpt-clamp-3 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles .excerpt-clamp-2,
.articles .excerpt-clamp-2 p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.articles .a-arttext .excerpt-clamp-3,
.articles .a-arttext .excerpt-clamp-3 p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.a-arttext .dtim li {
    color: var(--black);
}



/* FAQs */

.faqs {
    background: var(--white);
    padding: clamp(40px, 4.25vw, 80px) 0px;
    /* padding: clamp(64px, 5.5vw, 120px) 0px; */
    
}

.faqs h2 {
    font-size: var(--fs-52);
    font-weight: 500;
    color: var(--black);
    line-height: 130%;
}

.faqszic {
    margin-top: 4rem;
}

.custom-accordion {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    column-gap: max(1.57vw, 24px);
}

.custom-accordion-item {
    border-bottom: 1px solid #E9E7E7;
    padding: var(--fs30) 0;
    /*     width: 48%; */
    width: 100%;
}

.custom-accordion-item:first-child {
    padding-top: 0px;
}

.custom-accordion-item:nth-child(2) {
    padding-top: 0px;
}

.custom-accordion-trigger {
    width: 100%;
    background: transparent;
    border: 0px;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: space-between;
    line-height: 1.8vw;
}

.custom-accordion-trigger h4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs44);
    /*     font-size: var(--fs-22); */
    font-size: clamp(20px, 1.57vw, 30px);
    font-weight: 400;
    color: var(--black);
    margin: 0px;
    width: calc(100% - 68px);
    line-height: 135%;
}

.custom-accordion-trigger h4 .numb {
    font-size: var(--fs16);
    color: #BBBBBB;
    line-height: 1.95vw;
}

.custom-accordion-trigger span {
    width: clamp(30px, 2.6vw, 49.5px);
    height: clamp(30px, 2.6vw, 49.5px);
    color: #050505;
    border: 1px solid #050505;
    border-radius: var(--fs50);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(22px, 1.565vw, 30px);
    transform: rotate(180deg);
    transition: 0.3s;
}

.custom-accordion-item.active .custom-accordion-trigger span {
    transform: rotate(0deg);
    transition: 0.3s;
}

.custom-accordion-trigger:hover {
    background: transparent;
}

.custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 10% 0px var(--fs62);
}

.custom-accordion-item.active .custom-accordion-trigger {
    margin-bottom: var(--fs14);
    transition: 0.3s;
    align-items: center;
}

.custom-accordion-content p {
    margin: 0px;
    /*     font-size: var(--fs-16); */
    font-size: clamp(14px, 0.835vw, 16px);
    color: #696F77;
    line-height: 150%;
    /* line-height:var(--fs24); */
}

@media screen and (max-width: 767px) {
    .custom-accordion {
        grid-template-columns: 1fr;
    }

    .a-arttext p {
        display: none;
    }

}






/* Footer */

.footer {
    height: auto;
    overflow: hidden;
    /* min-height: 93vh; */
    /* display: flex; */
    /* flex-direction: column;
    justify-content: flex-end; */
}

/* 
.footer-container{
    display: flex;
    height: 100%;
    justify-content: space-around;
	flex-direction:column;
    
} */

.ft-tp {
    /* padding: 5.85vw 0px 3.3vw; */
    padding: max(8vw, 40px) 0px 3.2vw;
    /* padding: max(4.167vw, 40px) 0px 3.2vw; */
}

.lg-head h2 {
    font-size: clamp(43px, 7.5vw, 144px);
    font-weight: 400;
    color: var(--white);
    margin: 0px;
}

.lg-head img {
    width: 100%;
    max-width: 800px;
}

.lg-head h2 strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    color: var(--primary);
    position: relative;
    width: fit-content;
}

.lg-head h2 strong:after {
    width: clamp(40px, 4.69vw, 90px);
    height: clamp(40px, 4.69vw, 90px);
    border-radius: var(--fs50);
    background-image: url(images/arrowf.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black);
    font-size: var(--fs50);
    content: "";
    display: block;
    position: relative;
    top: 11px;
    left: 20px;
}

.addresses>div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    padding-bottom: var(--fs32);
    margin-bottom: var(--fs32);
}

.addresses>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border: 0px;
}

.addresses>div label {
    color: var(--white);
    /*     font-size: clamp(14px, 1.095vw, 21px); */
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 1.67vw;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: var(--fs10);
    margin-bottom: var(--fs10);
}

.addresses>div label:before {
    width: var(--fs14);
    height: var(--fs14);
    border-radius: var(--fs20);
    background: var(--primary);
    content: "";
    display: block;
    /* margin-top: 7px;
    margin-right: var(--fs10); */
}

.addresses>div p {
    /*     font-size: clamp(14px, 0.938vw, 18px); */
    font-size: clamp(14px, 0.835vw, 16px);
    color: var(--text1);
    margin: 0px;
    line-height: 150%;
}

.addresses>div>ul li {
    color: var(--white);
    /* font-size: 0.95vw; */
    font-size: max(14px, 0.95vw);
    display: flex;
    align-items: center;
}

.addresses>div>ul a {
    color: var(--white);
    font-size: clamp(14px, 0.835vw, 16px);
    font-weight: 500;
    margin-left: 7px;
}

.f-link h4 {
    color: var(--white);
    font-weight: 700;
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 120%;
    margin-bottom: max(1.67vw, 14px);
}

.f-link ul {
    display: flex;
    flex-direction: column;
    gap: max(0.73vw, 10px);
    /* gap: max(0.73vw, 14px); */
}

.f-link ul li {
    line-height: normal;
}

.f-link ul li a {
    color: var(--white);
    /*     font-size: clamp(14px, 0.938vw, 18px); */
    font-size: clamp(14px, 0.835vw, 16px);
    line-height: 120%;

}

.f-link ul li a:hover {
    color: var(--primary);
}

.f-lgo {
    max-width: max(38%, 300px);
}

.f-lgo img {
    height: clamp(40px, 2.87vw, 55px);
    margin-bottom: 1.36vw;
}

.f-lgo p {
    /*     font-size: clamp(14px, 0.938vw, 18px); */
    font-size: clamp(14px, 0.835vw, 16px);
    color: var(--white);
    line-height: 150%;
    margin-bottom: 2.3vw;
}

.socialmedia {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs20);
}

.socialmedia li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--fs30);
    height: var(--fs30);
    border-radius: var(--fs40);
    background: var(--primary);
    font-size: var(--fs18);
}

.socialmedia li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    line-height: 1;
    color: var(--black);
}

.socialmedia li a:hover {
    color: var(--black);
    background: var(--white);
}

.p-links ul {
    gap: var(--fs30);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.p-links ul li {
    line-height: normal;
}

.p-links ul li a,
.copyright {
    color: var(--white);
    font-size: clamp(14px, 0.835vw, 16px);
}

.p-links ul li a:hover {
    color: var(--primary);
}

.fl1 {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    padding: 3.386vw 0px 2.605vw;
}

.ft-btm {
    background-image: url(images/fbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.fl2 {
    padding: max(20px, 2.085vw) 0px;
}




h2.hndle.ui-sortable-handle {
    font-size: 24px !important;
}

p:empty {
    display: none;
}

.container {
    max-width: 100%;
    padding: 0px min(8.33vw, 90px);
    margin: 0px;
}


/* Mobile Responsive */


@media only screen and (max-width:767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mega-menu-left-title::after{
        display: none;
    }



}

@media only screen and (min-width:768px) {
    .mainmenu {
        display: block !important;
    }

    .hamburger {
        display: none !important;
    }



    .artimg img {
        min-height: auto;
        object-fit: cover;
    }

    /* .articles {
        padding: 4rem 0px;
    } */

}

@media only screen and (max-width:1399px) {
    /* .lg-head h2 {
        font-size: clamp(36px, 7.5vw, 150px);
    } */

    .f-link ul {
        gap: var(--fs16);
    }

    .addresses>div {
        padding-bottom: var(--fs24);
        margin-bottom: var(--fs24);
    }

    /*     .ft-tp{padding-top:var(--fs30);} */
    .f-lgo img {
        margin-bottom: var(--fs16);
    }

    /*     .f-lgo p{font-size: var(--fs14);} */
    .lg-head h2 strong:after {
        width: var(--fs60);
        height: var(--fs60);
        top: 0;
    }

    .addresses>div p {
        font-size: var(--fs14);
    }

    .f-link ul {
        gap: var(--fs12);
    }

    .fl1 {
        padding: max(4.167vw, 24px) 0px max(3.2vw, 24px);
    }

}



@media only screen and (max-width:1199px) {
    .lg-head h2 strong:after {
        width: var(--fs60);
        height: var(--fs60);
        top: 0;
    }
}

@media only screen and (max-width:1023px) {
    .lg-head h2 strong:after {
        width: var(--fs50);
        height: var(--fs50);
        top: 0;
    }
}



@media only screen and (max-width:767px) {
    .header {
        padding: var(--fs12) 0;
        width: 100%;
    }

    .mainmenu {
        display: none !important;
    }

    .hamburger {
        display: flex !important;
    }

    .testimonial-nav .nav-item img {
        max-width: none !important;
    }

    .p-links ul {
        justify-content: space-around;
    }

    .addresses>div label:before {
        width: var(--fs10);
        height: var(--fs10);
    }

    .f-link ul {
        gap: 6px;
    }

    /* .header .btn-secondary{line-height: var(--fs30);} */
    /* .header .btn-secondary span{width:var(--fs30); height: var(--fs30); font-size:var(--fs16);} */
}

/* Mega Menu Styles */
.mainmenu,
.mainmenu-list,
.mainmenu-list>li.menu-item-has-children {
    position: static;
}

.mainmenu-list>li.menu-item-has-children>ul.sub-menu {
    display: none !important;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0b0b0b;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 1000;
    /* padding: clamp(34px, 2.2vw, 60px) 0; */
    padding: clamp(40px, 3.15vw, 60px) 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid #ebf44120;
    max-height: 84vh;
    /* max-height: 82vh; */
}

.mega-menu h3 {
    margin-bottom: clamp(20px, 2.5vw, 48px);
}

.mega-menu-left-list {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}

.mega-menu-left-item {
    display: flex;
    flex: 1 1 0;
    /* min-height: 0; */
    min-width: 0;
}

.mega-menu-left-item.has-divider {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    /* border-bottom: 1px solid rgba(108, 117, 125, 0.25); */
}

.mega-menu-left-link {
    flex: 1 1 auto;
    height: 100%;
    justify-content: center;
    gap: 12px;
    padding: 0 !important;
    color: var(--white);
    position: relative;
}

.mega-menu-left-link:hover,
.mega-menu-left-link:focus {
    color: var(--white);
}

.mega-menu-left-title {
    position: relative;
    width: 100%;
    padding-right: clamp(34px, 2.5vw, 48px);
}

.mainmenu .mega-menu-left-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: clamp(15px, 1.25vw, 20px);
    height: clamp(15px, 1.25vw, 20px);
    /* width: clamp(15px, 1.25vw, 24px);
    height: clamp(15px, 1.25vw, 24px); */
    border-top: 4px solid var(--white);
    border-right: 4px solid var(--white);
    border-radius: 1px;
    transform: translate(-8px, -50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.mainmenu .mega-menu-left-link:hover::after,
.mainmenu .mega-menu-left-link:focus::after {
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
}

.mega-menu-left-description,
.mega-menu-left-description p,
.mega-menu-left-link:hover .mega-menu-left-description,
.mega-menu-left-link:hover .mega-menu-left-description p,
.mega-menu-left-link:focus .mega-menu-left-description,
.mega-menu-left-link:focus .mega-menu-left-description p {
    color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 992px) {
    .mega-menu>.container>.w-100 {
        align-items: stretch;
        min-height: clamp(420px, 30vw, 560px);
    }

    .mega-menu .col-lg-7 {
        display: flex;
        flex-direction: column;
    }

    .mainmenu .mega-menu-left-list {
        --mega-menu-left-item-gap: clamp(56px, 4vw, 80px);
        row-gap: 0;
    }

    .mainmenu .mega-menu-left-item {
        position: relative;
    }

    .mainmenu .mega-menu-left-item.has-divider {
        border-bottom: 0;
        padding-bottom: calc(var(--mega-menu-left-item-gap) / 2);
    }

    .mainmenu .mega-menu-left-item.has-divider + .mega-menu-left-item {
        padding-top: calc(var(--mega-menu-left-item-gap) / 2);
    }

    .mainmenu .mega-menu-left-item.has-divider::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: rgb(255 255 255 / 10%);
        pointer-events: none;
    }
}

@media (max-width: 1600px) {
    .mega-menu {
        padding: clamp(34px, 2.2vw, 60px) 0 clamp(34px, 3.5vw, 60px) 0;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .mega-menu>.container>.w-100 {
        min-height: clamp(390px, 28vw, 500px);
    }
}

/* Page background blur overlay */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 1001;
    /* Behind header (1002) */
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: none;
}

body:has(.mainmenu-list>li.menu-item-has-children:hover)::after,
body:has(.mainmenu-list>li.menu-item-has-children:focus-within)::after,
body:has(.mainmenu-list>li.menu-item-has-children.is-mega-open)::after {
    opacity: 1;
    visibility: visible;
}

.mega-menu ul li {
    width: 100%;
}

.mega-menu ul {
    gap: 0px !important;
}

.mainmenu-list>li.menu-item-has-children:hover .mega-menu,
.mainmenu-list>li.menu-item-has-children:focus-within .mega-menu,
.mainmenu-list>li.menu-item-has-children.is-mega-open .mega-menu {
    opacity: 1;
    visibility: visible;
}

.mainmenu-list>li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    position: relative;
}

.mainmenu-list>li.menu-item-has-children:hover>a,
.mainmenu-list>li.menu-item-has-children:focus-within>a,
.mainmenu-list>li.menu-item-has-children.is-mega-open>a {
    color: var(--white);
}

.mega-case:hover {
    transform: translateY(-5px);
}

.case-link span {
    transition: transform 0.3s ease;
}

.case-link:hover span {
    transform: translateX(5px);
}

@media only screen and (max-width:767px) {
    .header.drawer-open {
        background: var(--black);
        border-bottom-color: rgba(255, 255, 255, 0.08);
    }

    .header .btn-secondary {
        height: 34px;
        padding: 3px 3px 3px 14px;
        font-size: 12px;
        gap: 8px;
        white-space: nowrap;
    }

    .header .btn-secondary span {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    a.h-logo img {
        height: 30px;
    }

    .hamburger {
        width: 34px;
        height: 34px;
    }

    .hamburger-box {
        width: 20px;
        height: 16px;
    }

    .hamburger-line:nth-child(2) {
        top: 7px;
    }

    .hamburger-line:nth-child(3) {
        top: 14px;
    }

    .hamburger.is-open .hamburger-line:nth-child(1),
    .hamburger.is-open .hamburger-line:nth-child(3) {
        top: 7px;
    }

    .nav-overlay {
        background: rgba(0, 0, 0, 0.68);
        z-index: 1000;
    }

    .nav-drawer {
        right: -100%;
        width: 100%;
        height: 100dvh;
        /* padding: calc(var(--header-h, 64px) + 34px) 34px 0; */
        padding-top: calc(var(--header-h, 64px));
        /* padding-top: calc(var(--header-h, 64px) + 34px); */
        background: var(--black);
        z-index: 1001;
        overflow: hidden;
    }

    .nav-drawer.open {
        right: 0;
    }

    .drawer-menu {
        position: relative;
        height: calc(100dvh - var(--header-h, 64px) - 34px);
        overflow: hidden;
    }

    /* .drawer-menu::after {
        content: '';
        position: absolute;
        right: -34px;
        bottom: clamp(76px, 17dvh, 118px);
        left: -34px;
        height: 1px;
        background: rgba(235, 244, 65, 0.34);
        pointer-events: none;
        z-index: 5;
    } */

    .drawer-menu-list {
        position: relative;
        min-height: 100%;
        padding: 0 0 150px;
    }

    .drawer-menu .drawer-menu-list>li {
        position: static;
        width: 100%;
    }

    .drawer-menu .drawer-menu-list>li>ul.sub-menu {
        display: none !important;
    }

    .drawer-menu .drawer-menu-list>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 16px;
        min-height: 44px;
        padding: 10px 0;
        border-bottom: 0;
        color: rgba(255, 255, 255, 0.92);
        font-size: 15px;
        line-height: 1.4;
        font-weight: 400;
    }

    .drawer-menu-list>li+li {
        margin-top: 14px;
    }

    .drawer-menu-list>li.menu-item-has-children>a::after {
        content: 'chevron_right';
        flex: 0 0 auto;
        margin-left: auto;
        font-family: 'Material Symbols Outlined' !important;
        font-size: 22px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.82);
        font-weight: 300;
        transition: transform 0.25s ease, color 0.25s ease;
    }

    .drawer-menu-list>li.menu-item-has-children>a:hover::after {
        color: var(--primary);
        transform: translateX(3px);
    }

    .drawer-menu-list>li>.mega-menu {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        padding: 0px 0px!important;
        background: var(--black);
        border: 0;
        border-bottom: 0;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.34s ease, opacity 0.24s ease, visibility 0.24s ease;
        z-index: 4;
    }

    .drawer-menu-list>li.mobile-mega-open>.mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-mega-back {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 0 0 34px;
        padding: 0;
        border: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.72);
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        margin-top: 20px;
    }

    .mobile-mega-back span:first-child {
        font-size: 22px;
    }

    .drawer-menu .mega-menu>.container {
        width: 100%;
        max-width: none;
        padding: 0 !important;
    }

    .drawer-menu .mega-menu>.container>.w-100 {
        display: block !important;
    }

    .drawer-menu .mega-menu .col-lg-7,
    .drawer-menu .mega-menu .col-lg-5 {
        width: 100%;
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-right: 0 !important;
    }

    .drawer-menu .mega-menu .col-lg-7>h3 {
        max-width: 270px;
        margin: 0 0 20px;
        font-size: 22px !important;
        line-height: 1.26;
        font-weight: 700;
    }

    .drawer-menu .mega-menu ul {
        gap: 0 !important;
    }

    .drawer-menu .mega-menu ul li a {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 18px !important;
        min-height: 48px;
        padding: 12px 0 !important;
        border-bottom: 0 !important;
        color: rgba(255, 255, 255, 0.84) !important;
    }

    .drawer-menu .mega-menu ul li a::after {
        content: 'chevron_right';
        flex: 0 0 auto;
        font-family: 'Material Symbols Outlined' !important;
        font-size: 22px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.82);
        font-weight: 300;
    }

    .drawer-menu .mega-menu ul li a>div:first-child {
        display: block !important;
        min-width: 0;
    }

    .drawer-menu .mega-menu ul li a img,
    .drawer-menu .mega-menu ul li a p {
        display: none !important;
    }

    .drawer-menu .mega-menu ul li a h4 {
        margin: 0 !important;
        color: rgba(255, 255, 255, 0.84) !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
    }

    .drawer-menu .mega-menu .col-lg-5 {
        margin-top: 30px;
        padding: 32px 0px!important;
        border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important; */
        border-bottom: 2px solid #ebf44120 !important;
    }

    .drawer-menu .mega-menu .col-lg-5>h3 {
        margin: 0 0 24px !important;
        color: var(--primary) !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
        letter-spacing: 0;
    }

    .drawer-menu .mega-menu .col-lg-5>.d-flex {
        gap: 24px !important;
    }

    .drawer-menu .mega-menu .mega-case {
        display: block !important;
        overflow: visible !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .drawer-menu .mega-menu .mega-case:hover {
        transform: none;
    }

    .drawer-menu .mega-menu .mega-case>div:first-child {
        display: none !important;
    }

    .drawer-menu .mega-menu .mega-case>div:last-child {
        width: 100% !important;
        padding: 0 !important;
    }

    .drawer-menu .mega-menu .mega-case h4 {
        max-width: 270px;
        margin: 0 0 2px !important;
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: 12px !important;
        line-height: 1.32 !important;
        font-weight: 400 !important;
    }

    .drawer-menu .mega-menu .case-link {
        display: inline-flex !important;
        align-items: center;
        gap: 4px !important;
        padding: 0 !important;
        border-bottom: 0 !important;
        color: var(--primary) !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
    }

    .drawer-menu .mega-menu .case-link span {
        font-size: 13px !important;
    }
}
