

body {
    width: 100%;
    height: 100%;
     font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;}

html {
    width: 100%;
    height: 100%;
}








a {
    outline: none;
}

a:focus {
    outline: none;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}












.margin1{ margin-top: 10px;}
.margin2{ margin-top: 20px;}
.margin3{ margin-top: 30px;}
.margin4{ margin-top: 40px;}


.margin_b1{ margin-bottom: 50px;}

.padding1{ padding-left: 15px; padding-right: 15px;}






.btn_new1 {
    color:#fff;
    font-size: 18px;
    background-color:#237a74;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;          /* FLEX */
    align-items: center;           /* vertical center */
    justify-content: center;     /* keep text centered */
    padding: 14px 20px 14px 26px;  /* balanced padding */
    border-radius: 50px;
    gap: 0;                     /* space between text & icon */
    width: auto;                   /* no stretch */
}

/* icon circle */
.arr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    color: #fff;

    flex-shrink: 0;                /* prevent squish */
}

.arr-icon i {
    font-size: 14px;
}








.btn_new2 {
    color:#fff !important;
    font-size: 14px !important;text-transform: uppercase;
    background-color:#009846 !important; 
    outline: none !important;  border-radius:28px !important; letter-spacing: 1px; line-height:normal;
      padding:7px 12px !important; transition: all .7s !important;
}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
	background:#009846 !important;
}


.padding15{padding: 15px;}


@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}














.bexon-hero-wrapper { 
            background:url(../images/bg1.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;
            position: relative; 
            overflow: hidden;
            padding-bottom:70px;
        }

        /* --- HEADER --- */
        .bexon-header { padding: 30px 0; position: relative; z-index: 1000; }
        .header-flex { display: flex; align-items: center; justify-content: space-between; }
        .logo img { height:82px; display: block; }

        /* Desktop Nav Pill */
        .desktop-nav { 
            background: #fff; border-radius: 50px; padding: 12px 30px; 
            display: flex; gap: 26px; list-style: none; margin: 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.04);margin-left:30px;
        }
        .desktop-nav li { position: relative; }
        .desktop-nav li a { text-decoration: none; color: #1a1a1a; font-size: 14px; font-weight: 500; transition: 0.3s; }
        .desktop-nav li a i { font-size: 10px; color: #167a78; margin-left: 5px; }

        /* Dropdown Fix */
        .submenu {
            position: absolute; top: 100%; left: 0; background: #fff; min-width: 200px;
            padding: 15px 0; border-radius: 12px; list-style: none;
            opacity: 0; visibility: hidden; transform: translateY(20px);
            transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1); z-index: 100;
        }
        .desktop-nav li:hover .submenu { opacity: 1; visibility: visible; transform: translateY(10px); }
        .submenu li a { padding: 8px 25px; display: block; font-size: 13px; color: #666; }
        .submenu li a:hover { color: #167a78; padding-left: 30px; }

        /* Header Right Actions */
        .header-actions { display: flex; align-items: center; gap: 20px; }
        .dt-phone-pill { 
            background: #fff; padding: 8px 22px; border-radius: 40px; 
            text-decoration: none; color: #1a1a1a; font-weight: 700; 
            font-size: 15px; display: flex; align-items: center;
        }
        .dt-phone-pill .icon-p { color: #167a78; margin-right: 10px; }
.dt-phone-pill:hover{text-decoration: none;}



        /* PREMIUM HAMBURGER (Hidden on Desktop) */
        .premium-hamburger { 
            width: 30px; height: 16px; cursor: pointer; 
            display: none; flex-direction: column; justify-content: space-between; 
        }
        .h-line { display: block; width: 100%; height: 2px; background: #167a78; transition: 0.4s; }
        .premium-hamburger span:last-child { width: 65%; align-self: flex-end; }

        /* --- MOBILE SIDE DRAWER (Scrollable) --- */
        .mobile-drawer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; visibility: hidden; }
        .drawer-overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.3); backdrop-filter: blur(10px); opacity: 0; transition: 0.5s; }
        .drawer-panel { 
            position: absolute; right: -100%; width: 89%; max-width: 400px; height: 100%; 
            background: #fff; transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1); 
            display: flex; flex-direction: column; padding:10px 35px 40px 35px;
        }
        .mobile-drawer.active { visibility: visible; }
        .mobile-drawer.active .drawer-overlay { opacity: 1; }
        .mobile-drawer.active .drawer-panel { right: 0; }

        .drawer-close { font-size: 45px; cursor: pointer; text-align: right; margin-bottom:10px; }
        .drawer-content { flex-grow: 1; overflow-y: auto; scrollbar-width: none; }
        .drawer-content::-webkit-scrollbar { display: none; }

        .m-nav-links { list-style: none; padding: 0; margin-bottom: 50px; }
        .m-nav-links li { margin-bottom: 20px; transform: translateX(30px); opacity: 0; transition: 0.5s; transition-delay: calc(0.1s * var(--i)); }
        .mobile-drawer.active li { transform: translateX(0); opacity: 1; }
        .m-nav-links li a { font-size: 30px; font-weight: 700; color: #1a1a1a; text-decoration: none; }
        .m-nav-links li a span { font-size: 13px; color: #167a78; margin-right: 12px; font-weight: 400; }

        .drawer-footer { border-top: 1px solid #eee; padding-top: 30px; }
        .m-phone { font-size: 20px; font-weight: 700; color: #167a78; text-decoration: none; display: block; margin-bottom: 15px; }
        .m-social{
    display:flex;
    gap:20px;
    font-size:18px;
}

.m-social a{
    color:#1a1a1a;
    text-decoration:none;
    transition:0.3s;
}

.m-social a:hover{
    color:#0d5453;
}
.m-social a:hover{
    color:#0d5453;
    transform:translateY(-2px);
}

        /* --- HERO SECTION --- */
        .hero-main { padding-top: 50px; }
        
        /* Left Meta (Rotation Fix) */
        .hero-left-meta{
    padding-right:20px;
}

/* full grey line */
.dash-line{
    width:100%;
    height:2px;
    background:#c9d1d1;
    position:relative;
    margin-bottom:22px;
}

/* teal segment */
.dash-line:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:45px;
    height:2px;
    background:#0d5453;
}

/* text styling */
.meta-txt{
    font-size:18px;
    line-height:1.7;
    color:#5f6f73;
    max-width:420px;
    margin:0;
}

        .badge-wrapper { 
            position: relative; width: 160px; height: 160px; margin-top:20px; 
            display: flex; align-items: center; justify-content: center;
        }
        .rotating-box { 
            width: 100%; height: 100%; 
            animation: full-rotation 12s linear infinite; 
        }
        .rotating-box img { width: 100%; height: auto; }
        .center-char { position: absolute; font-size: 34px; font-weight: 800; color: #1a1a1a; }
.center-char img{max-width:44px;}    
        @keyframes full-rotation { 
            from { transform: rotate(0deg); } 
            to { transform: rotate(360deg); } 
        }

        /* Right Content (Button & Side Text Fix) */
        .hero-title { font-size: 76px; line-height: 1.1; font-weight: 500; letter-spacing: -2px; margin-bottom: 50px;word-break: keep-all; /* Do not break a word at the character level */
    overflow-wrap: break-word; /* Allows long words to be able to break and wrap onto the next line if the width is too small */
    -webkit-hyphens: none; /* Prevents browsers from auto-hyphenating the words */
    hyphens: none;margin-top:-10px;color: #000;}

/* Container styling */
.reveal-text {
    font-size: 74px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 40px;
    overflow: hidden; /* Taaki characters niche se nikalte huye dikhein */
}

/* Har alphabet (char) ki styling */
.reveal-text .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}

.reveal-text.active .char {
    opacity: 1;
    transform: translateY(0);
}

        .diag-arr { display: inline-block; transform: rotate(-45deg); font-size: 45px; margin-left: 10px; }

        .hero-cta-row { display: flex; align-items: center; gap: 40px; }
        .btn-get-started { 
            background: #167a78; color: #fff !important; padding:14px 26px; border-radius: 50px; font-size: 18px;
            text-decoration: none !important; font-weight: 600; display: flex; align-items: center; white-space: nowrap;
        }
        .arr-icon { 
            background: #000; width: 24px; height: 24px; border-radius: 50%; 
            margin-left: 15px; display: flex; align-items: center; justify-content: center; 
            font-size: 13px; transform: rotate(45deg);
        }
        .cta-side-txt { font-size: 15px; color: #666; line-height: 1.5; margin: 0; }

        /* --- VIDEO FRAME --- */
      .video-container{
    position:relative;
    border-radius:40px;
    overflow:hidden;
    background:#000; margin-top: 60px;
    height:clamp(300px,35vw,450px); /* controls video height responsively */
}

.video-container video{
    width:100%;
    height:100%;
    object-fit:cover; /* prevents distortion and keeps it responsive */
    display:block;
}

.video-ui-overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:10;
    pointer-events:none;
}

.play-pulse-btn{
    width:90px;
    height:90px;
    background:#26c4b2;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:26px;
    position:relative;
}

.pulse-ring{
    position:absolute;
    width:100%;
    height:100%;
    border:2px solid #26c4b2;
    border-radius:50%;
    animation:pulse-anim 2s infinite;
}

@keyframes pulse-anim{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(1.8);
        opacity:0;
    }
}

        /* --- RESPONSIVE FIXES --- */
        @media (max-width: 991px) {
            .hero-title{font-size:55px;}
            .hero-main{padding-top:0;}
            
        }

        @media (max-width: 767px) {
            
            .bexon-header{padding:10px 0 30px 0;}
            .reveal-text {   
    margin-bottom:25px;}
            
            .desktop-nav, .dt-phone-pill { display: none !important; }
            .premium-hamburger { display: flex; }
            .hero-title { font-size: 36px; line-height: 1.2; }
            .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 20px; }
            .video-container { border-radius: 20px; margin-top: 40px; }
            .play-pulse-btn { width: 65px; height: 65px; font-size: 20px; }
            .badge-wrapper { width: 130px; height: 130px;}
            
            .btn-get-started{padding: 12px 18px;}
            
            .video-container{
        height:auto;   /* remove fixed height */
        border-radius:20px; /* optional */
    }

    .video-container video{
        height:auto;   /* let it scale naturally */
        object-fit:contain; /* show full video (no crop) */
    }
            
            
            
        }








/* --- Global Section Styling --- */
.faq-section {
    background-color: #f7f9f9; 
    padding: 100px 0;
    
}


.faq-title {
    font-size: 52px;
    font-weight: 700;
    color: #0d1b1b;
    margin-bottom: 35px;margin-top: 0;
    letter-spacing: -1px;
}

.faq-title span { color: #167a78; }

/* --- Accordion Design --- */
.faq-container { 
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
}

.faq-item {
    background: #ffffff;
    border: 1px solid #eef2f2;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.faq-item.active {
    border-color: rgba(22, 122, 120, 0.2);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 28px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.faq-question span {
    font-size: 19px;
    font-weight: 600;
    color: #0d1b1b;
    line-height: 1.4;
}

/* THE FIX: Icon Squeezing Prevents Here */
.faq-icon-box {
    width: 36px;
    height: 36px;
    min-width: 36px; /* Icon width locked */
    min-height: 36px;
    flex-shrink: 0;   /* Text cannot push icon */
    background: #f1f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #167a78;
    font-size: 12px;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon-box {
    background: #167a78;
    color: #fff;
}

.faq-answer {
    padding: 0 40px 30px 40px;
    display: none;
}

.faq-answer p {
    color: #556b6b;
    line-height: 1.8;
    font-size: 16px;
    border-top: 1px solid #f1f5f5;
    padding-top: 20px;
    margin: 0;
}

/* Staggered Reveal Animation */
.reveal-item {
    opacity: 0;
    transform: translateY(20px);
}

.reveal-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* --- MOBILE RESPONSIVE PRO --- */
@media (max-width: 767px) {
    .faq-section {padding:30px 0; }
    
    .faq-title { 
        font-size: 34px; 
        margin-bottom:15px; 
        padding: 0 0;
    }

    .faq-question {
        padding: 20px 20px;
        gap: 15px;
    }

    .faq-question span {
        font-size: 16px;
        line-height: 1.5;
    }

    .faq-icon-box {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 10px;
    }

    .faq-answer { padding: 0 20px 20px 20px; }
    
    .faq-answer p { font-size: 14px; }
}











.solutions-section {
    background-color: #f1f5f5;
    padding: 100px 0;
    }

.solutions-header {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-bottom:50px;
}


.header-right h5{font-weight: bold; color: #000;}


.sub-badge { color: #167a78; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; display: block; margin-bottom: 15px; }
.main-heading { font-size: 52px; font-weight: 600; color: #000; line-height: 1.1; margin: 0;}

.btn-explore {
    background: #167a78; color: #fff; padding: 15px 32px; border-radius: 50px;
    text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 12px;
}
.arrow-box { background: #000; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; transform: rotate(45deg); }

/* Slider Wrapper */
.swiper-outer-wrapper { position: relative; padding-bottom: 60px;overflow: hidden;}

.solutionsSwiper {
    overflow: visible !important; 
    clip-path: inset(-100px -100px -100px -100px); /* Keeps overflow visible but prevents layout issues */
}

/* EQUAL HEIGHT LOGIC */
/* 1. Ensure the Swiper wrapper allows children to stretch */
.swiper-wrapper {
    display: flex !important;
    align-items: stretch !important; /* Forces slides to match the tallest one */
}

/* 2. Force the slide to be a flex container */
.swiper-slide {
    height: auto !important; /* Overrides default Swiper behavior */
    display: flex !important;
    flex-direction: column;
}

/* 3. Force the card to fill 100% of the slide height */
.solution-card {
    background: #fff;
    border-radius: 15px;
    border-top-right-radius: 0;
    padding: 50px 40px;
    position: relative;
    
    display: flex !important;
    flex-direction: column;
    flex-grow: 1; /* This is the "magic" property for equal height */
    
    width: 100%;
    transition: all 0.4s ease;
    cursor: pointer;
}

/* 4. Ensure the footer stays at the bottom of the equal-height card */
.card-footer {
    margin-top: auto; /* Pushes the button/text to the very bottom */
    display: flex;
    align-items: center;
    gap: 10px;
}

.foot_anchor{text-decoration: none !important;}

/* Number Notch */
.card-number {
    position: absolute;
    top: 0; right: 0;
    background: #f1f5f5;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 13px;
    color: #333;
    border-bottom-left-radius: 15px;
}

/* Rounded Small Image */
.card-img-circle {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 35px;
    border: 1px solid rgba(0,0,0,0.08);
}
.card-img-circle img { width: 100%; height: 100%; object-fit: cover; }

.card-title { font-size: 24px; font-weight: 600; color: #0b1c1c; margin-bottom: 15px;margin-top: 10px;}
.card-text { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 30px; }

.card-footer { margin-top: auto; display: flex; align-items: center; gap: 10px; }
.learn-more-text { font-weight: 700; font-size: 14px; color: #fff; display: none; }
.card-btn {
    width: 34px; height: 34px; background: #0b1c1c; color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 9px; transform: rotate(45deg); transition: 0.3s;
}

/* ACTIVE & HOVER STATES */
.active-green, .solution-card:hover { background: #167a78; }
.active-green .card-title, .active-green .card-text, .solution-card:hover .card-title, .solution-card:hover .card-text { color: #fff; }
.active-green .card-number, .solution-card:hover .card-number { color: #167a78; }
.active-green .card-btn, .solution-card:hover .card-btn { background: #fff; color: #167a78; }
.active-green .learn-more-text, .solution-card:hover .learn-more-text { display: inline-block; }

/* PAGINATION POSITIONING */
/* 3. Center and Position the Pagination */
.custom-pagination {
    position: relative !important; /* Change from absolute to relative to sit below the swiper */
    bottom: 0 !important;
    margin-top: 50px !important; /* Gap between boxes and dots */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    z-index: 99 !important;
}

/* 4. Dot Styling */
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 12px !important;
    background: #167a78 !important; /* Your signature green */
}

@media (max-width: 991px) {
    .main-heading { font-size: 34px; }
    
    .solutions-header {
    display: block;    
    margin-bottom: 30px;}
    
    .solutions-section {
    background-color: #f1f5f5;
    padding: 40px 0 50px 0;}
    
    .swiper-outer-wrapper {   
    padding-bottom: 0;}
    
    
}














.future-section{
    padding:40px 0 80px 0;
}

.future-box{
    background:#1d8b8a;
    border-radius:12px;
    overflow:hidden;
    padding-left:70px;
    position:relative;
}

/* left side */
.future-left{
    position:absolute;
    top:50%;
    left:70px;
    transform:translateY(-50%);
    width:40%;
}

/* right image */
.future-right{
    width:50%;
    float:right;
}

.future-image img{
    width:100%;
    display:block;
}

/* heading */
.future-text h2{
    font-size:36px;
    line-height:1.1;
    color:#fff;
    font-weight:500;
    margin-bottom:40px;margin-top: 0;
}


/* button (unchanged) */

.btn-tax{
    background:#000;
    color:#fff;
    padding:12px 20px;
    border-radius:40px;
    font-size:16px;
    font-weight:600;
    display:inline-block;
    text-decoration:none;
}

.tax-cir{
    background:#fff;
    width:24px;
    height:24px;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    line-height:24px;
    font-size:10px;
    transform:rotate(45deg);
    margin-left:6px;
}

.tax-cir i{
    color:#000;
}

a.btn-tax:hover{
    text-decoration:none;
    color:#fff;
}




@media (max-width:768px){

.future-left{
    position:static;
    transform:none;
    width:100%;
    padding:25px 30px 20px;
}

.future-right{
    width:100%;
    float:none;
}

.future-box{
    padding-left:0;
}

    .future-text{text-align: center;}
    
.future-text h2{
    font-size:24px;margin-bottom:15px;
}
    
   .future-section{padding:40px 0 40px 0;} 
    
    

}









.how-it-works {
    background: radial-gradient(circle at 15% 50%, #163a39 0%, #061111 100%);
    padding:70px 0 100px 0;
    text-align: center;
    color: #fff;
   position: relative;
}

.section-title {
    font-size:52px;
    font-weight:600;
    margin-bottom: 80px;margin-top: 0;
    
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
}

.work-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 60px 30px 40px;
    position: relative;
    overflow: visible;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}



.work-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: #167a78;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}



.work-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 20px;

    background: linear-gradient(
        90deg,
        #167a78,
        transparent,
        #167a78,
        transparent
    );

    background-size: 300% 300%;
    animation: workBorderMove 4s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.work-card::before{
    z-index:0;
}

.work-card > *{
    position:relative;
    z-index:1;
}


@keyframes workBorderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}











/* Numbered Badge */
.step-badge {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #167a78; /* Theme Teal */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(22, 122, 120, 0.4);
}

.card-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.card-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Dash Line Decoration */
.connecting-line {
    position: absolute;
    bottom: -40px;
    left: 10%;
    right: 10%;
    height: 2px;
    border-bottom: 2px dashed rgba(255,255,255,0.2);
    display: flex;
    justify-content: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .section-title { font-size: 32px;margin-bottom: 15px;}
    .work-card { margin-top: 40px; }
    
    .how-it-works {    
    padding: 50px 0;}
    
    
    
}
















.design-thinking-section {
    background-color: #ffffff;
    padding: 80px 0 40px 0;
    font-family: 'Inter', sans-serif;
}

/* Tabs Navigation Styling */
.tabs-nav-outer {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.tabs-nav-wrapper {
    background: #f8fafb;
    border: 1px solid #edf2f5;
    border-radius: 100px;
    padding: 8px;
    width: 100%;
    overflow: hidden;
}

.custom-design-tabs {
    border: none;
    display: flex;
}

.custom-design-tabs li { flex: 1; list-style: none; }

.custom-design-tabs li a {
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    display: flex;
    align-items: center;
    padding:15px 20px;
    border-radius:100px;
    text-decoration: none;
    transition: 0.3s;
}

.custom-design-tabs li.active a {
    background:#167a78 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.2);
}

.tab-num {
    width: 30px; height: 30px;
    background: rgba(0,0,0,0.05);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-right: 12px; font-size: 11px; font-weight: 700;
}

.custom-design-tabs li.active .tab-num { background: rgba(255,255,255,0.2); }

/* Stacking & Layout */
.flex-responsive-row {
    display: flex;
    align-items:flex-start;
}

.section-heading { font-size: 48px; font-weight: 700; color: #0f172a; margin:0 0 10px 0;}
.section-desc { color: #64748b; font-size: 16px; margin-bottom: 30px; }




.stats-row{
    margin-bottom:30px;
}

.stat-item{
    margin-bottom:25px;
}

.counter-num{
    font-size:42px;
    color:#167a78;
    font-weight:700;
    margin:0;
}

.stat-item span{
    font-size:14px;
    letter-spacing:1px;
    display:block;
    margin-top:5px;
}






















.image-premium-wrapper {
    position: relative;
    }

.speed-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(8px);
    padding: 12px 20px;
    border-radius: 12px;
    display: flex; align-items: center; gap: 12px;
}



.feature-list-premium {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap; /* Allows 2 columns on desktop */
    gap: 20px;
}

.feature-list-premium li {
    display: flex;
    align-items: flex-start;
    flex: 0 0 calc(50% - 10px); /* 2 columns on desktop */
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.feature-list-premium li:hover {
    transform: translateX(5px);
}

.feature-icon {
    font-size: 18px;
    color: #167a78; /* Your signature teal */
    background: rgba(22, 122, 120, 0.1); /* Soft background for icon */
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.feature-text strong {
    display: block;
    color: #0f172a; /* Dark heading color */
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.feature-text span {
    color: #64748b; /* Muted description color */
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive: 1 column on mobile */
@media (max-width: 767px) {
    .feature-list-premium li {
        flex: 0 0 100%;
    }
}
















/* MOBILE RESPONSIVE FIXES */
@media (max-width: 991px) {
    .flex-responsive-row {
        flex-direction: column !important; /* Forces vertical stacking */
    }
    .image-col {margin-top:0; width: 100%;}
    .content-col {width:100%;}
    
    .tabs-nav-wrapper {
        margin: 0 45px;        
        border-radius: 15px;border:none; background: none;
        -webkit-overflow-scrolling: touch;
    }
    
    .custom-design-tabs { width: max-content; }
    .custom-design-tabs li { width: 180px; }
    
    .tab-arrow {
        display: flex;
        position: absolute;
        width: 35px; height: 35px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        z-index: 5;
        cursor: pointer;
    }
    .left-arrow{left:0;}
    .right-arrow{right:0;}
    
    .custom-design-tabs li.active .tab-num {display: none;}
    .tab-num {
   display: none;}
    
    .section-heading {font-size: 32px;}    
    .tabs-nav-outer{margin-bottom: 20px;}
    .design-thinking-section {   
    padding: 40px 0;}
    
}

@media (min-width: 992px) {
    .tab-arrow { display: none; }
}













.premium-counter-section {
    padding: 20px 0 0 0;
    background: #ffffff; /* Clean white background as requested */   
}

.counter-box {
    background:#f8fafb;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid rgba(255, 255, 255, 0.3); /* Premium glossy edge */
    box-shadow: 0 15px 35px rgba(29, 139, 138, 0.2);
    margin-bottom: 30px;
}

.counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(29, 139, 138, 0.3);
}

.counter-content {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
}

.timer {
    font-size: 52px;    
    margin: 0;
    line-height: 1;color:#167a78;
    letter-spacing: -2px;
}

.plus {
    font-size: 32px;
    font-weight: 600;
    margin-left: 5px;
    color:#167a78;
}

.counter-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-transform: capitalize;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .timer { font-size: 42px; }
    .premium-counter-section { padding:20px 0; }
}


















.testimonial-section{
background:url(../images/r_bg.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;
padding:160px 0 120px 0;
color:white;position: relative;
overflow:hidden;margin-top: 50px; margin-bottom: 30px;
}

.feedback-tag{
font-size:13px;
letter-spacing:1px;
color:#2ec4b6;
display:inline-block;
margin-bottom:20px;
}

.testimonial-heading h2{
font-size:48px;
font-weight:600;
line-height:1.2;
}

.testimonial-slider-area{
position:relative;
}

/* arrows top right */
.testimonial-arrows{
position:absolute;
right:0;
top:-70px;
display:flex;
gap:15px;
z-index:10;
}

.testimonial-arrows div{
width:45px;
height:45px;
border-radius:50%;
border:1px solid rgba(255,255,255,0.3);
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
transition:0.3s;
}

.testimonial-arrows div:hover{
background:#1ab2a6;
border:none;
}

.testimonial-slider{
padding-top:10px;
padding-bottom:60px;
}

.testimonial-card{
background:rgba(255,255,255,0.08);
padding:30px;
border-radius:12px;
backdrop-filter:blur(10px);
height:100%;
}

.client-top{
display:flex;
align-items:center;
gap:0;
margin-bottom:20px;
}

.client-top img{
width:35px;
height:35px;
border-radius:50%;display: none;
}

.client-top h4{
margin:0;
font-size:18px;
}

.client-top span{
font-size:13px;
opacity:0.7;
}

.testimonial-card p{
font-size:15px;
line-height:1.7;
opacity:0.9;
margin-bottom:25px;
}

.stars{
color:#27d2c3;
}

/* pagination below slider */
.swiper-pagination{
    position:relative !important;
    bottom:auto !important;
    margin-top:40px;
    text-align:center;
}

.swiper-pagination-bullet{
background:#6c8a8a;
opacity:1;
}

.swiper-pagination-bullet-active{
background:#27d2c3;
width:35px;
border-radius:10px;
}







.work-card2 {
  
    border-radius: 12px;    
    position: relative;
    overflow: visible;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}



.work-card2:hover {    
  
    border-color: #167a78;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}



.work-card2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius:12px;

    background: linear-gradient(
        90deg,
        #167a78,
        transparent,
        #167a78,
        transparent
    );

    background-size: 300% 300%;
    animation: workBorderMove 4s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.work-card2::before{
    z-index:0;
}

.work-card2 > *{
    position:relative;
    z-index:1;
}


@keyframes workBorderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}





@media (max-width: 767px) {

.testimonial-heading h2 {
    font-size: 32px;    
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-section{padding:30px 0 50px 0;}

}














.breadcrumb-section {
    position: relative;
    padding: 120px 0;
    /* Replace with your actual background image URL */
   background:url(../images/con_bg.jpg) no-repeat bottom center; background-size: cover;  
    color: #ffffff;border-radius:22px;
    
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 72px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.breadcrumb-nav {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-list li, 
.breadcrumb-list li a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.breadcrumb-list li a:hover {
    color: #1abc9c;
}

.breadcrumb-list li a i {
    color: #1abc9c; /* The teal home icon */
    margin-right: 5px;
}

.separator i {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-list li.active {
    color: #ffffff;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .page-title {
        font-size: 36px;
    }
    .breadcrumb-section {
        padding: 80px 0;
    }
    
    .bexon-hero-wrapper {   
    padding-bottom: 50px;
}
    
    
}







.breadcrumb-section2 {
    position: relative;
    padding: 120px 0;
    /* Replace with your actual background image URL */
   background:url(../images/tax_audit_bg.jpg) no-repeat bottom center; background-size: cover;  
    color: #ffffff;border-radius:22px;
    
}









.contact-page-section {
    background-color: #fcfcfc;
    padding: 100px 0 60px 0;    
}

/* Card Bases */
.light-gray {
    background-color: #f4f7f7;
    border: 1px solid #e1e8e8;
}

.white-card {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

/* Info Cards (Left) */
.info-card {
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.info-icon {
    background: #1d8b8a;
    color: white;
    width: 45px; height: 45px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 20px;
}

.info-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #333; }
.info-detail { font-weight: 600; font-size: 16px; margin-bottom: 5px; color: #000; }
.info-sub { font-size: 13px; color: #666; display: flex; align-items: center; }
.dot { height: 8px; width: 8px; background-color: #1d8b8a; border-radius: 50%; display: inline-block; margin-right: 8px; }

.mini-info {
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

/* Form Container (Right) */
.form-container {
    padding: 30px;
    border-radius: 20px;
}

.badge-custom {
    background: #e0f2f1;
    color: #1d8b8a;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

.form-container h2 { font-size: 36px; font-weight: 800; margin-bottom: 15px; color: #111; }
.form-desc { color: #666; line-height: 1.6; margin-bottom: 40px; }

/* Input Styling */
.form-group { margin-bottom: 20px; }
.form-control {
    background: #f9f9f9;
    border: 1px solid #ddd;
    height: 55px;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: none !important;
}

textarea.form-control { height: auto; }

.btn-send {
    background: #167a78;
    color: white;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.3s;
}

.btn-send:hover { background: #16706f; }

.disclaimer { text-align: center; margin-top: 15px; font-size: 13px; color: #888; }
.form-divider { margin: 40px 0; border-top: 1px solid #eee; }

/* Stats & Socials */
.stats-row h3 { font-size: 28px; font-weight: 800; color: #1d8b8a; margin-bottom: 5px; }
.stats-row p { font-size: 14px; color: #666; }

.social-links p { font-size: 14px; color: #888; margin: 30px 0 15px; }
.social-icons a {
    display: inline-flex;
    width: 40px; height: 40px;
    background: #f4f7f7;
    border-radius: 50%;
    align-items: center; justify-content: center;
    margin: 0 5px;
    color: #1d8b8a;
    transition: 0.3s;
    text-decoration: none;
}
.social-icons a:hover { background: #1d8b8a; color: white; }





.btn-get-started2 {  
    background: #167a78;
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;   /* ADD THIS */

    width: 100%;               /* if you want full width */
    gap: 5px;                 /* space between text & arrow */
}




.map-wrapper iframe {
    filter: grayscale(100%) invert(90%) contrast(90%); /* Optional: Matches the dark/gray theme */
    transition: 0.3s;
}

.map-wrapper:hover iframe {
    filter: grayscale(0%) invert(0%) contrast(100%); /* Color returns on hover */
}




@media (max-width: 767px) {
.contact-page-section {
    background-color: #fcfcfc;
    padding: 40px 0;
}
    
    .form-container {
    padding: 30px;
    border-radius: 20px;}
    
    .form-divider{margin: 20px 0;}
    .form-container h2{margin-top: 0;}

}















.audit-experience-section {
    padding: 100px 0;
    background-color: #f8fbfb; /* Light subtle background as seen in image */   
}

/* Vertical alignment for larger screens */
@media (min-width: 992px) {
    .display-flex {
        display: flex;
           }
}

/* Left Side Styling */
.audit-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #0b1c1c;
}


.tablet-container{margin-top: 30px;}

.tablet-container img {
    max-width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

/* Right Side Styling */
.main-heading2 {
    font-size:36px;
    font-weight: 700;
    line-height: 1.3;
    color: #0b1c1c;
    margin-bottom: 50px;margin-top:10px;
}

.experience-stats-wrapper {
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}

.border-right {
    border-right: 1px dashed #cccccc;
}

.big-number {
    font-size: 110px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    color: #0b1c1c;
    letter-spacing: -2px;
}

.big-number sup {
    font-size: 50px;
    top: -0.5em;
    font-weight: 400;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin-top: 15px;
}

.experience-text {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
    padding-left: 15px;
}

/* Button Styling */
.btn-learn-more {
    display: inline-flex;
    align-items: center;
    background-color: #1d8b8a;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    margin-left: 15px;
    transition: 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #0b1c1c;
    color: #fff;
    text-decoration: none;
}

.arrow-icon {
    background: #0b1c1c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 12px;
}

/* Mobile Fixes */
@media (max-width: 767px) {
    .border-right{border-right: none; border-bottom: 1px dashed #ccc; padding-bottom: 30px; margin-bottom: 30px;}   
    .main-heading2{font-size:22px;margin-bottom: 30px;margin-top: 20px;}
    .experience-text{padding-left:0;}
    .btn-learn-more{margin-left:0;}
    
    .audit-experience-section{padding: 30px 0;}
    .experience-stats-wrapper {
    border-top: 1px solid #e0e0e0;padding-top: 30px;}
    
    
    
    .big-number, 
    .stat-label {
        display: inline-block; /* Dono ko ek line mein laane ke liye */
        vertical-align: middle; /* Beech mein align karne ke liye */
        margin: 0; 
    }

    .stat-label {
        margin-left: 15px; /* Number aur text ke beech gap */
        text-align: left;
        line-height: 1.2; /* Mobile par spacing thodi kam */
    }

    .big-number {
        font-size: 70px; /* Mobile par size thoda chhota kar diya taaki fit ho jaye */
    }

    .big-number sup {
        font-size: 30px;
    }
    
    
    
}

















/* Isolated Namespace to prevent global CSS leaks */
.tax-expert-section {
    padding: 90px 0 60px 0;
    background-color: #ffffff;
}

/* Left Side Visual Architecture */
.tax-visual-container {
    position: relative;
    padding: 20px;
}

.tax-main-image-frame {
    position: relative;
    z-index: 2;
    border-radius: 60px 5px 60px 5px; /* Premium Asymmetrical Cut */
    overflow: hidden;
    box-shadow: 0 45px 90px rgba(0, 0, 0, 0.15);
}

.tax-main-image-frame img {
    transition: transform 1s cubic-bezier(0.2, 0, 0.2, 1);
}

.tax-main-image-frame:hover img {
    transform: scale(1.08);
}

.tax-backdrop-glow {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background: #f1f7f7;
    border-radius: 60px 5px 60px 5px;
    z-index: 1;
}

.tax-vertical-bar {
    position: absolute;
    bottom: 50px;
    right: -10px;
    width: 5px;
    height: 100px;
    background-color: #237a74;
    z-index: 3;
}

/* Right Side Content */
.tax-content-right {
    padding-left: 50px;
}

.tax-hero-title {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.1;
    color: #0b1c1c;
    margin-bottom: 60px;
    letter-spacing: -2px;
}

.tax-brand-color {
    color: #237a74;
}


.tax-features-wrapper{margin-top: 0;}


/* Custom Table-based Feature Layout (No Generic Classes) */
.tax-item-row {
    display: table;
    width: 100%;
    margin-bottom:30px;
    padding: 20px;
    border-radius: 20px;background: #f9fbfb;
    transition: all 0.4s ease;
}

.tax-item-row:hover {
    background: #f9fbfb;
    transform: translateX(15px);
}

.tax-item-icon-col {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.tax-icon-image-box {
    width: 90px;
    height: 90px;   
    border-radius: 20px;    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.tax-icon-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.tax-item-text-col {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.tax-item-title {
    font-size: 24px;
    font-weight: 800;
    color: #0b1c1c;
    margin: 0 0 10px 0;
}

.tax-item-desc {
    font-size: 16px;
    color: #5d6a6a;
    line-height: 1.8;
    margin: 0;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .tax-content-right { padding-left: 0; margin-top:40px;}
    .tax-hero-title { font-size: 38px; }
    .tax-item-row:hover { transform: none; }
    
    .tax-backdrop-glow {
    top: 4px;
    left: -4px;}
    
    .tax-expert-section {
    padding: 50px 0 0px 0;}
    .tax-item-text-col {   
    padding-left: 15px;}
    
    .tax-item-title{font-size: 19px;}
    
}
















/* Isolated Namespace: ax- */
.ax-process-wrapper {
    padding: 100px 5%;
    background: radial-gradient(circle at 15% 50%, #163a39 0%, #061111 100%);
    position: relative;
    overflow: hidden;margin-bottom: 20px;
}

/* Background Gradients to eliminate "blank space" */
.ax-bg-glow-top {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(35, 122, 116, 0.15) 0%, transparent 70%);
    z-index: 1;
}

.ax-bg-glow-bottom {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(35, 122, 116, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.ax-sticky-header {
    position: relative;
    top: 0;    
}

.ax-tagline {
    color: #237a74;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}

.ax-main-heading {
    color: #ffffff;
    font-size: 52px;    
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom:10px;font-weight: 700;
}

.ax-main-heading span {
    color: #237a74;
}

.ax-subtext {
    color: #8fa1a1;
    font-size: 18px;
    line-height: 1.6;
}

/* Grid Flow */
.ax-grid-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns for a packed look */
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Glass Cards */
.ax-step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.ax-card-head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ax-step-num {
    font-size: 32px;
    font-weight: 900;
    color: #237a74;
    margin-right: 20px;
}

.ax-step-line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to right, #237a74, transparent);
}

.ax-card-body p {
    color: #cbd5d5;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

/* Premium Hover Interaction */
.ax-step-card:hover {
    background: rgba(35, 122, 116, 0.08);
    border-color: #237a74;
    transform: translateY(-10px) scale(1.02);
}

.ax-step-card:hover .ax-step-num {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(35, 122, 116, 0.8);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .ax-grid-flow { grid-template-columns: 1fr; }
    .ax-process-wrapper { padding: 40px 20px;margin-bottom:0;}
    .ax-main-heading { font-size: 38px; }
    .ax-sticky-header { position: relative; top: 0; margin-bottom:20px;}
    .ap1_pic{margin-bottom: 30px;}    
    .ap1_pic{width:100%;height: 300px;object-fit: cover;}    
    
}

.blur1a{position:absolute; top:3%; left: -1%;}

.ap1_pic{border-radius:20px;}









/* Container Fixes */
.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }

.enterprise-content-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Dark Panel (Left) */
.dark-panel {
    background-color: #0b1c1c; /* Brand Deep Teal */
    padding: 100px 8%;
    color: #ffffff;
    position: relative;
}

.top-tag {
    color: #1abc9c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: block;
}

.enterprise-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 50px;
}

.text-highlight { color: #1abc9c; }

.fi_wrap{margin-top:80px;}


.feature-item {
    display: flex;
    margin-bottom: 35px;
    max-width: 500px;
}

.icon-box {
    font-size: 24px;
    color:#237a74;
    margin-right: 20px;
    padding-top: 5px;
}

.text-box h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-box p {
    color: #a5b1b1;
    line-height: 1.6;
    font-size: 15px;
}

/* Light Panel (Right) */
.light-panel {
    padding: 100px 8%;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
}

.image-overlap-container {
    position: relative;
    margin-bottom: 50px;
}

.main-img {
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.12));
    border-radius: 20px;
}

/* Expert Floating Card */
.expert-card {
    position: absolute;
    top: 20%;
    right: -30px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.expert-label { font-size: 12px; color: #888; margin: 0; }
.expert-status { font-size: 15px; font-weight: 700; color: #0b1c1c; margin: 0; }
.pulse-dot {
    height: 8px; width: 8px;
    background-color: #1abc9c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    animation: pulse 1.5s infinite;
}

.btn-cta-round {
    width: 45px; height: 45px;
    background:#237a74;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-left: 20px;
    transition: 0.3s;
}

/* Footer & Button */
.summary-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
    border-left: 3px solid #1abc9c;
    padding-left: 20px;
}

.btn-upscale {
    display: inline-block;
    background: #1abc9c;
    color: #fff;
    padding: 18px 45px;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-upscale:hover {
    background: #0b1c1c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(26, 188, 156, 0.3);
}

/* Animations */
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(26, 188, 156, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(26, 188, 156, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(26, 188, 156, 0); }
}

@media (min-width: 992px) {
    .display-flex-wrap { display: flex; flex-wrap: wrap; }
}




@media (max-width: 767px) {
.dark-panel {   
    padding: 30px 8% 10px 8%;    
}
    
   .fi_wrap {
    margin-top: 30px;
} 
   .light-panel {
    padding: 40px 8%;} 
    
    .expert-card{display: none;}

}



















/* Section & Typography */
.executive-services-section {
    padding: 120px 0 60px 0;
    background-color: #ffffff;    
}

.header-margin { margin-bottom: 80px; }
.premium-tag {
    font-size: 12px;
    font-weight: 800;
    color: #1abc9c;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}
.executive-title {
    font-size: 48px;
    font-weight: 800;
    color: #0b1c1c;
    margin-bottom: 20px;
}
.title-underline {
    width: 60px;
    height: 4px;
    background: #1abc9c;
    margin: 0 auto;
}

/* Vertical Grid Stability */
.mb-30 { margin-bottom: 30px; }

.exec-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #f1f4f4;
    padding: 45px 35px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    height: 100%; /* Vertical alignment */
}

/* Automatic SVG Animated Border */
.card-border-svg {
    position: absolute;
    top: -1px; left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    fill: none;
    pointer-events: none;
}

.line-path-auto {
    stroke: #1abc9c;
    stroke-width: 2px;
    stroke-dasharray: 120, 280; /* Adjust for line length vs gap */
    stroke-dashoffset: 400;
    animation: border-travel 6s linear infinite;
}

/* Sequential animation delays for each box */
.col-md-4:nth-child(1) .line-path-auto { animation-delay: 0s; }
.col-md-4:nth-child(2) .line-path-auto { animation-delay: 1s; }
.col-md-4:nth-child(3) .line-path-auto { animation-delay: 2s; }
.col-md-4:nth-child(4) .line-path-auto { animation-delay: 3s; }
.col-md-4:nth-child(5) .line-path-auto { animation-delay: 4s; }
.col-md-4:nth-child(6) .line-path-auto { animation-delay: 5s; }

@keyframes border-travel {
    0% { stroke-dashoffset: 400; }
    100% { stroke-dashoffset: 0; }
}

/* Card Hover Logic */
.exec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(11, 28, 28, 0.08);
    border-color: transparent;
}

.exec-card:hover .line-path-auto {
    stroke-width: 3px;
    animation-duration: 3s; /* Speeds up on hover */
}

/* Icon & Header Styles */
.exec-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.exec-img-wrap {
    width: 65px; height: 65px;
    background: #f8fbfb;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: 0.5s;
}

.exec-img-wrap img { max-width: 38px; transition: 0.5s; }
.card-number { font-size: 13px; font-weight: 800; color: #e1e8e8; }

.exec-card:hover .exec-img-wrap {
    background: #0b1c1c;
    transform: rotateY(180deg);
}

.exec-card:hover .exec-img-wrap img { filter: brightness(0) invert(1); }

/* Body Content */
.exec-card-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0b1c1c;
    margin-bottom: 18px;
    transition: color 0.3s;
}

.exec-card-body p {
    font-size: 15px;
    color: #667070;
    line-height: 1.7;
}

.exec-card:hover h3 { color: #1abc9c; }

/* Responsive Adjustments */
@media (max-width: 991px) {
    .executive-title { font-size: 34px; }
    .exec-card { padding: 30px;}
    .executive-services-section {
    padding: 30px 0 0 0;
    background-color: #ffffff;
}
    
    .header-margin {
    margin-bottom: 0;
}
    
}
















/* Core Section Style */
.architect-suite { background: #ffffff; overflow: hidden; }
.arch-row { padding: 180px 0; position: relative; }
.alt-dark { background: #0b1c1c; }

/* Ghost Typography */
.ghost-number {
    position: absolute;
    top: -150px;
    right: 6px;
    font-size: 220px;
    font-weight: 900;
    color: #f1f4f4; /* Extremely light gray */
    line-height: 1;
    z-index: 0;
    user-select: none;
}
.ghost-number.light { color: rgba(255,255,255,0.03); right: auto; left: 50px; }

/* Content Typography - Clean & Bold */
.arch-h2 {
    font-size: 52px;
    font-weight: 800;
    color: #0b1c1c;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
.white-text .arch-h2 { color: #ffffff; }

.arch-accent-line {
    width: 30px;
    height: 6px;
    background: #0b1c1c;
    margin-bottom: 40px;
}
.teal-bg { background: #1abc9c; }

.arch-lead {
    font-size: 20px;
    font-weight: 700;
    color: #0b1c1c;
    margin-bottom: 20px;
    line-height: 1.5;
}
.white-text .arch-lead { color: #ffffff; }

.arch-body {
    font-size: 16px;
    color: #667070;
    line-height: 1.8;
}
.white-text .arch-body { color: rgba(255,255,255,0.7); }

.arch-status {
    display: inline-block;
    margin-top: 40px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
    padding-left: 20px;
    border-left: 2px solid #1abc9c;
    color: #0b1c1c;
}
.arch-status.teal { color: #1abc9c; }

/* Visual Interaction */
.arch-visual { position: relative; z-index: 1; }

.image-frame {
    position: relative;
    overflow: visible; /* To allow glass panel to sit outside */
}

.arch-img {
    box-shadow: 0 60px 120px rgba(0,0,0,0.15);
    filter: grayscale(20%);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);border-radius:20px;
}

.arch-visual:hover .arch-img {
    filter: grayscale(0%);
    transform: translateY(-10px);
}

/* Glassmorphism Panel */
.glass-panel {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 300px;
    padding: 30px; border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px); /* Modern blur effect */
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 3;
}

.alt-dark .glass-panel {
    background: rgba(11, 28, 28, 0.7);
    color: #fff;
    right: auto;
    left: -40px;
}

.panel-tag {
    display: block;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #1abc9c;
    margin-bottom: 10px;
}

.glass-panel p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Flex Alignment for Bootstrap 3 */
@media (min-width: 992px) {
    .display-flex-center { display: flex; align-items: center; }
}

@media (max-width: 991px) {
    .arch-row { padding:50px 0;}
    .arch-h2 { font-size: 36px;}
    .glass-panel { position: relative; right: 0; bottom: 0; width: 100%; margin-top: 20px; left: 0 !important; }
    .ghost-number { display: none;}
    
    .arch-status {   
    margin-top: 30px;}
    
    
    
}

















/* Section Base */
.luxury-video-suite {
    position: relative;
    overflow: hidden;
    background: #000;margin-bottom: 35px;
}

/* The Video Wrap - Forced 16:9 or Cinema Ratio */
.video-window-wrap {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.video-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-fit {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills space without distortion */
}

/* Luxury Vignette Overlay */
.luxury-vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(11,28,28,0.2) 0%, rgba(11,28,28,0.7) 100%);
    z-index: 2;
}

/* The Floating Card */
.signature-card {
    position: relative;
    z-index: 10;
    
    /* The Glass Core */
    background: rgba(255, 255, 255, 0.75); /* More transparent for glass feel */
    backdrop-filter: blur(25px) saturate(180%); /* Stronger blur + color boost */
    -webkit-backdrop-filter: blur(25px) saturate(180%); /* Safari support */
    
    /* The Signature Glass Border (The Glint) */
    border: 1px solid rgba(255, 255, 255, 0.4); 
    
    /* Inner Glow (Simulates thickness of glass) */
    box-shadow: 
        0 50px 100px rgba(0, 0, 0, 0.2), 
        inset 0 0 0 1px rgba(255, 255, 255, 0.1); 
    
    padding: 60px;
    border-radius: 24px; /* Slightly softer for premium look */
    
    /* Smooth entrance */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Optional: Slight hover depth increase */
.signature-card:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-5px);
    box-shadow: 0 60px 120px rgba(0, 0, 0, 0.25);
}

.brand-accent-line {
    width: 40px;
    height: 6px;
    background:#167a78;
    margin-bottom: 40px;
}

.card-meta {
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-title {
    font-size: 48px;
    font-weight: 800;
    color: #0b1c1c;
    line-height: 1;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

/* Promise Text Styling */
.main-promise {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #0b1c1c;
    margin-bottom: 20px;
    position: relative;
}

.secondary-promise {
    font-size: 15px;
    line-height: 1.8;
    color: #5d6b6b;
    border-left: 1px solid #000;
    padding-left: 20px;
}

/* Footer & Icon */
.signature-footer {
    margin-top: 50px;
    display: flex;
    align-items: center;
   
}

.seal-icon {
    font-size: 24px;
    color:#167a78;
    margin-right: 15px;
}

.seal-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #0b1c1c;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .signature-card {
        padding: 40px;
        margin: 20px;
    }
    .card-title { font-size: 34px; }
    .glass-panel{display: none;}
    
    .arch-accent-line{display: none;}
    
    .arch-visual {
   margin-bottom: 15px;}
    
    .luxury-video-suite{margin-bottom: 5px;}
    
    
    
    
    
    
    
}


















/* Section Layout */
.executive-prestige-section {
    padding: 100px 0;
    background: linear-gradient(90deg, #f8fbfb 40%, #ffffff 40%);
    overflow: hidden;
}

/* Visual Side */
.prestige-visual-wrap {
    position: relative;
    padding: 20px;
}

.prestige-main-img {
    border-radius:16px;
    box-shadow: 0 40px 80px rgba(11, 28, 28, 0.15);
    position: relative;
    z-index: 2;
}

.image-border-frame {
    position: absolute;
    top: -20px;
    left: -5px;
    width: 100%;
    height: 80%;
    border: 2px solid #1abc9c;
    z-index: 1;
}

.experience-badge {
    position: absolute;
    top: -4px;
    right: -10px;
    background: #0b1c1c;
    color: #fff;
    padding: 10px;
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.badge-num { font-size: 30px; font-weight: 800; display: block; line-height: 1; color: #1abc9c; }
.badge-txt { font-size: 9px; font-weight: 700; letter-spacing: 2px; margin-top: 5px; display: block; }

/* Content Side */
.prestige-meta {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 5px;
    color: #1abc9c;
    margin-bottom: 20px;
}

.prestige-title {
    font-size: 52px;
    font-weight: 800;
    color: #0b1c1c;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.prestige-title span {
    font-weight: 300;
    color: #667070;
}

.prestige-divider {
    width: 60px;
    height: 1px;
    background: #0b1c1c;
    margin-bottom:25px;
}

.prestige-lead {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    color: #0b1c1c;
    margin-bottom: 25px;
}

.prestige-body {
    font-size: 16px;
    color: #5d6b6b;
    line-height: 1.8;
}

.highlight-text {
    color: #1abc9c;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* Luxury Button */
.btn-prestige {
    display: inline-flex;
    align-items: center;
    background: #0b1c1c;
    color: #fff;
    padding: 20px 40px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-decoration: none;
    transition: all 0.4s ease;
    margin-top: 40px;
    border: none;
}

.btn-prestige i { margin-left: 20px; transition: 0.4s; }

.btn-prestige:hover {
    background: #1abc9c;
    color: #fff;
    transform: translateY(-5px);
}

.btn-prestige:hover i { transform: translateX(10px); }


.prestige-content-box{padding-left: 15px;}


/* Responsive */
@media (max-width: 991px) {
    .executive-prestige-section { background: #fff; padding:76px 0 30px 0; }
    .prestige-title { font-size: 38px; }
    .prestige-visual-wrap { margin-bottom: 20px; }
    
    .prestige-body {
   margin-bottom: 20px;}
    
}

@media (min-width: 992px) {
    .display-flex-center { display: flex; align-items:flex-start;}
}

















/* Section & Typography Base */
.luxe-service-suite {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.vertical-meta {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #e1e8e8;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
}

.luxe-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 6px;
    color: #1abc9c;
    margin-bottom: 20px;
    display: block;
}

.luxe-h2 {
    font-size: 56px;
    font-weight: 800;
    color: #0b1c1c;
    line-height: 1;
    letter-spacing: -2px;
}

.luxe-underline {
    width: 80px;
    height: 1px;
    background: #0b1c1c;
    margin: 40px 0 80px;
}

/* Card Architecture */
.luxe-grid {
    display: flex;
    flex-wrap: wrap;
}

.luxe-col {
    padding: 0 10px;
}

.luxe-card {
    position: relative;
    padding: 60px 45px 40px 45px;
    background: #f8fbfb;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.luxe-card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background:radial-gradient(circle at 15% 50%, #163a39 0%, #061111 100%);
    transform: translateY(101%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.luxe-number {
    font-size: 12px;
    font-weight: 900;
    color: #1abc9c;
    display: block;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.luxe-icon-wrap {
    width: 45px;
    margin-bottom: 30px;
    transition: 0.6s;
}

.luxe-icon-wrap img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(87%) saturate(354%) hue-rotate(120deg) brightness(91%) contrast(88%);
}

.luxe-h3 {
    font-size: 30px;
    font-weight: 800;
    color: #0b1c1c;
    margin-bottom: 25px;
    line-height: 1.1;
    transition: 0.5s;
}

.luxe-p {
    font-size: 15px;
    color: #5d6b6b;
    line-height: 1.8;
    margin-bottom: 40px;
    transition: 0.5s;
}

.luxe-discover {
    font-size: 11px;
    font-weight: 900;
    color: #0b1c1c;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
    display: inline-block;
    transition: 0.5s;
}

/* Hover & Active States */
.luxe-card:hover, .active-luxe {
    transform: translateY(-15px);
   
}

.luxe-card:hover .luxe-card-bg, .active-luxe .luxe-card-bg {
    transform: translateY(0);
}

.luxe-card:hover .luxe-h3, .active-luxe .luxe-h3 { color: #fff; }
.luxe-card:hover .luxe-p, .active-luxe .luxe-p { color: rgba(255,255,255,0.7); }
.luxe-card:hover .luxe-discover, .active-luxe .luxe-discover { 
    color: #1abc9c; 
    border-color: #1abc9c; 
    padding-left: 10px;
}
.luxe-card:hover .luxe-icon-wrap img, .active-luxe .luxe-icon-wrap img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

/* Bootstrap 3 Fixes */
@media (max-width: 991px) {
    .luxe-h2 { font-size: 38px; }
    .luxe-col { margin-bottom: 30px; }
    .vertical-meta { display: none;}
    
    .luxe-service-suite {
    padding: 20px 0;}
    
    
    
}























/* Section Base */
.learning-suite-premium {
    position: relative;
    overflow: hidden;
    background: #0b1c1c; /* Deep base color */
}

.learning-hero-wrap {
    padding: 160px 0;
    position: relative;
    background: url('../images/pre_bg1.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 600px;
}

/* Glass Dark Overlay */
.learning-bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(11,28,28,0.92), rgba(11,28,28,0.7), rgba(11,28,28,0.92));
    z-index: 1;
}

/* The Content Card */
.learning-content-card {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 0;
}

.top-accent-line {
    width: 60px;
    height: 1px;
    background: #1abc9c;
    margin: 0 auto 40px;
}

.learning-meta {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 6px;
    color: #1abc9c;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.learning-title {
    font-size: 64px; /* Large cinematic size */
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.learning-title span {
    font-weight: 300;
    color: rgba(255,255,255,0.5);
}

.learning-body p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 50px;
    font-weight: 400;
}

/* Luxury Button Design */
.learning-btn-luxe {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 0; /* Managed by children for effect */
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0px;
}

.btn-text {
    padding: 22px 40px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: 0.5s;
}

.btn-icon {
    padding: 22px 25px;
    background: #1abc9c;
    color: #fff;
    transition: 0.5s;
}

.learning-btn-luxe:hover {
    border-color: #1abc9c;
    transform: translateY(-5px);
}

.learning-btn-luxe:hover .btn-text {
    background: rgba(255,255,255,0.05);
}

.learning-btn-luxe:hover .btn-icon {
    background: #0b1c1c;
    padding-left: 35px;
    padding-right: 15px;
}

.learning-header h2{color: #fff;;}



/* Responsive */
@media (max-width: 991px) {
    .learning-title { font-size: 42px; }
    .learning-hero-wrap { padding:40px 0; }
    .learning-body p { font-size: 16px; }
    .btn-text { padding: 18px 25px; font-size: 10px;}
    
    .luxe-card {    
    padding: 30px;}
    
    
    
    
    
}














/* Premium Section Styles */
.premium-legacy-section {
    background-color: #ffffff;
    padding: 80px 0;    
}

.legacy-subtitle {
    color:#167a78;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.legacy-title {    
    font-size: 54px;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 400;
}

.legacy-emphasis {
    font-size: 22px;
    line-height: 1.6;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}

.legacy-text-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.personal-footer-note {
    margin-top: 40px;
    padding: 30px;
    background: #f8fbff;
    border-left: 3px solid #014b18;
    font-style: italic;
    color: #555;
}

/* Visual Block & Stats Overlay */
.legacy-visual-block {
    position: relative;
    margin-top: 20px;
}

.legacy-img-frame {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 40px 80px rgba(0,0,0,0.1);
}

.founder-img {
    width: 100%;
    display: block;border-radius:14px;
}

.legacy-stats-overlay {
    position: absolute;
    bottom: -50px;
    left: -40px;
    background:radial-gradient(circle at 15% 50%, #163a39 0%, #061111 100%);
    width: 320px;
    display: table; /* Equal Height Fix */
    box-shadow: 0px 20px 40px rgba(0,0,0,0.2);border-radius: 12px;
}

.stat-unit {
    display: table-cell;
    width: 50%;
    padding: 40px 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
    vertical-align: middle;
}

.stat-unit:last-child { border-right: none; }

.stat-number {
    display: block;
    color: #2fb467;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.readmore-content {
    display: none;
}



.abt_btn{display: inline;margin-top: 35px;padding:7px 16px;}






/* Tablet & Mobile Fixes */
@media (max-width: 991px) {
    .legacy-stats-overlay { position: static; width: 100%; margin-top: 30px; }
    .legacy-title { font-size: 42px; }
    
    .premium-legacy-section {
    background-color: #ffffff;
    padding:30px 0;    
}
    
}



















/* Premium Elite Bio Styles */
.jc-elite-bio {
    background-color:#f1f5f5;
    padding-top:70px;
    padding-bottom:60px;margin-bottom: 20px;
    
}

/* Left Column Styling */
.jc-branding-box {
    position: relative;
    padding-bottom: 60px;
}

.jc-image-container {
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 30px 60px rgba(0,0,0,0.1);
}

.jc-main-img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;border-radius: 12px;
}

.jc-identity-card {
    background: radial-gradient(circle at 15% 50%, #163a39 0%, #061111 100%);
    padding: 40px;
    width: 90%;
    margin-top: -80px;
    position: relative;
    z-index: 2;border-radius: 10px;
    margin-left: auto;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.2);
}

.jc-display-name {
    color: #ffffff;    
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 0 25px 0;
    font-weight: 400;
}

.jc-stat-item {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

.jc-stat-val {
    color: #2fb467;
    font-size: 48px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.jc-stat-tag {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    display: block;
}

/* Right Column Styling */
.jc-narrative-box {
    padding-left: 30px;
}

.jc-content-inner p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom:15px;
    font-weight: 300;
}

.jc-intro-para {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #000 !important;
    margin-bottom: 30px !important;
}

.jc-final-note {
    font-weight: 700 !important;
    color: #121f27 !important;
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #eef2f3;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .jc-elite-bio { padding-top:40px; padding-bottom:40px; }
    .jc-identity-card { width: 100%; margin-top: -40px; margin-left: 0; }
    .jc-narrative-box { padding-left: 0; margin-top: 0;}
}





.tc_outer{margin-top:60px;text-align: center;}


.ts-loc_title{margin-bottom: 10px;}


.ts-loc-card {
   
    margin-bottom: 20px;
}

.ts-loc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.ts-loc-icon {
    background: #1d8b8a;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size:17px;
}

.ts-loc-title {
    margin: 0;
    font-size: 20px;font-weight: bold;
}


.new_address{margin-bottom:25px;}
















.sched-meet-btn,
.sched-meet-btn:link,
.sched-meet-btn:visited,
.sched-meet-btn:hover,
.sched-meet-btn:active,
.sched-meet-btn:focus {
    position: fixed;
    top: 125px;
    right: 13px;
    width: 90px;
    height:90px;
    background: #1d8b8a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;text-transform: uppercase;
    padding: 10px;
    line-height: 1.3;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    animation: slowBlink 3s infinite ease-in-out;
}

/* Hover effect */
.sched-meet-btn:hover {
    background: #166d6c;
    transform: scale(1.05);
}

/* Remove focus outline */
.sched-meet-btn:focus {
    outline: none;
}

/* Slow blinking animation */
@keyframes slowBlink {
    0%   { opacity: 1; }
    50%  { opacity: 0.5; }
    100% { opacity: 1; }
}













/* CTA Section Styling */
.tax-cta-section {
    background-color:#167a78; /* Deep Navy Background */
    padding: 60px 0;
    color: #ffffff;
    
}

.tax-main-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

.tax-phone-link {
    display: inline-block;
    font-size: 52px;
    font-weight: 700;
    color: #6bdd70; /* Vibrant Green */
    text-decoration: none;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.tax-phone-link:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Checklist Styling */
.tax-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.tax-feature-list li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;margin-right:15px;
    display:inline-block;
}

.tax-feature-list li i {
    color: #ffffff;
    margin-right:5px;
    font-size: 20px;
}

/* Trust Badges Wrapper */
.tax-trust-badges {
    margin:;
    display: flex;
    justify-content: flex-start;   /* items left se start */
    align-items: center;
    gap: 25px;                     /* spacing between logos */
    flex-wrap: wrap;               /* responsive wrap */
    width: fit-content;            /* ⭐ shrink to content */
}

/* Each badge item */
.badge-item {
    display: block;
}

/* Badge images */
.badge-item img {
    display: block;
    max-width: 100px;
    height: auto;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .tax-main-title { font-size: 38px; }
    .tax-phone-link { font-size: 42px; }
    .tax-feature-list li { font-size: 20px; }
}

@media (max-width: 767px) {
    .tax-cta-section { text-align: center; padding: 40px 15px; }
    .tax-main-title { font-size: 32px; }
    .tax-phone-link { font-size: 36px; display: block; }
    .tax-feature-list li { font-size: 18px; text-align: left; display: inline-block; width: 100%; max-width: 300px; }
    .tax-trust-badges { display: flex; flex-wrap: wrap; justify-content: center; }
    .badge-item { float: none; margin: 10px; }
}








/* Tax Hive Savings Section Styles */
.th-savings-section {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom:60px;   
}

/* Headings Typography */
.th-sub-heading {
    font-size: 36px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.th-highlight {
    color: #167a78; /* Premium Orange Accent */
}

.th-main-title {    
    font-size: 72px;
    font-weight: 900;
    color: #000000;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.th-brand-tag {
    font-size: 28px;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 300;
}

/* Premium Counter Card Styling */
.th-counter-card {
    background-color: #f8fbff;
    border-top: 4px solid #f5a623;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 40px 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.th-counter-card:hover {
    transform: translateY(-5px);
}

.th-currency {
    font-size: 42px;
    font-weight: 700;
    color: #2fb467; /* Growth Green Accent */
    vertical-align: top;
    display: inline-block;
    margin-top: 8px;
    margin-right: 2px;
}

.th-animated-num {
    display: inline-block;
    font-size: 64px;
    font-weight: 700;
    color: #2fb467;
    margin: 0 0 10px 0;
    line-height: 1;
}

.th-counter-label {
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
}

/* Responsive Structural Fixes */
@media (max-width: 991px) {
    .th-sub-heading { font-size: 28px; }
    .th-main-title { font-size: 56px; }
    .th-brand-tag { font-size: 22px; }
    .th-animated-num { font-size: 52px; }
    .th-currency { font-size: 34px; }
}

@media (max-width: 767px) {
    .th-savings-section { padding-top: 60px; padding-bottom: 60px; }
    .th-sub-heading { font-size: 22px; line-height: 1.4; }
    .th-main-title { font-size: 38px; }
    .th-brand-tag { font-size: 18px; margin-bottom: 35px; }
    .th-animated-num { font-size: 46px; }
}











/* Tax Hive Guarantees Section Styling */
.th-guarantee-section {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Header Heading */
.th-g-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.th-g-highlight {
    color: #f5a623; /* Gold/Orange branding color matching the original image */
}

/* Grid Layout Elements */
.th-g-grid-row {
    margin-top: 20px;
}

.th-g-col {
    padding-left: 25px;
    padding-right: 25px;
}

.th-g-card {
    text-align: center;
    background: transparent;
}

/* Badge Layout Formatting */
.th-g-badge-wrap {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 30px auto;
    min-height: 220px; /* Maintains baseline vertical alignment across variants */
    display: table;
}

.th-g-badge-img {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Section Text Typography Rules */
.th-g-sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
    padding: 0 15px;
}

.th-g-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
    font-weight: 300;
    padding: 0 10px;
}

/* Responsive Adaptive Viewports */
@media (max-width: 1199px) {
    .th-g-sub-title { font-size: 18px; padding: 0; }
    .th-g-text { font-size: 15px; padding: 0; }
}

@media (max-width: 991px) {
    .th-g-main-title { font-size: 34px; margin-bottom: 40px; }
    .th-g-col { margin-bottom: 50px; }
    .th-g-col:last-child { margin-bottom: 0; }
    .th-g-badge-wrap { min-height: 180px; margin-bottom: 20px; }
    .th-g-sub-title { font-size: 18px; }
}

@media (max-width: 767px) {
    .th-guarantee-section { padding-top: 50px; padding-bottom: 50px; }
    .th-g-main-title { font-size: 28px; line-height: 1.3; margin-bottom: 30px; }
    .th-g-sub-title { font-size: 19px; }
    .th-g-text { font-size: 15px; max-width: 450px; margin: 0 auto; }
}




























.bexon-footer {
    background: radial-gradient(circle at 15% 50%, #163a39 0%, #061111 100%);
    padding: 100px 0 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.blur1{position:absolute; bottom: 10%; left: 10%;}
.blur2{position:absolute; bottom: 15%; right: 10%;}


/* Background texture effect */
.bexon-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.1;
    pointer-events: none;
}

.footer-big-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

.footer-mail-pill {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    color: #00d2c1;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.footer-mail-pill:hover { background: #00d2c1; color: #fff; }



/* Lists */
.f-list-title { font-size: 18px; margin-bottom: 25px; font-weight: 600; }
.f-list { list-style: none; padding: 0; }
.f-list li { margin-bottom: 12px; }
.f-list li a { color:#a9b8b8; text-decoration: none; transition: 0.3s; font-size: 15px; }
.f-list li a:hover { color: #00d2c1; padding-left: 5px; }

.badge-new {
    background: #00d2c1;
    color: #000;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: middle;
}

.f-addr, .f-contact {color:#a9b8b8; font-size: 15px; line-height: 1.6; }
.f-time { color: #00d2c1; margin-top: 20px; font-size: 14px; }

/* Newsletter - Glassmorphism */
.newsletter-wrap {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px;
    border-radius: 20px;
    margin: 80px 0 60px;
}

.news-title { font-size: 32px; font-weight: 500; }

.news-form {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 50px;
    margin-bottom: 0;
}

.news-form input {
    background: transparent;
    border: none;
    padding: 0 25px;
    flex: 1;
    color: #fff;
    outline: none;
}

.news-btn {
    background: #26c4b2;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.arr-cir {
    background: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transform: rotate(45deg);margin-left: 5px;
}

.terms-label { font-size: 13px; color: #888; cursor: pointer; }
.terms-label input { margin-right: 10px; accent-color: #26c4b2; }

/* Bottom Bar */
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px; }
.copy { color: #a9b8b8; font-size: 14px; }
.f-socials a { color: #a9b8b8; margin: 0 10px; font-size: 18px; transition: 0.3s; }
.f-socials a:hover { color: #fff; }
.f-bottom-links a { color: #a9b8b8; text-decoration: none; font-size: 14px; }
.sep { margin: 0 10px; color: #a9b8b8; }

/* Responsive */
@media (max-width: 767px) {
    .footer-big-title {font-size:27px;line-height: normal;}
    .newsletter-wrap { padding: 30px 20px;margin-top:30px; margin-left:15px; margin-right:15px;}
   .news-form {
        flex-direction: column;
        border-radius: 15px;padding-bottom: 15px;
    }

    .news-form input {
        width: 100%;
        margin-bottom: 20px;margin-top: 10px;
    }

    .news-btn {
        width: 100%;
        justify-content: center;
    }
    .news-title {
   margin-top: 0;margin-bottom: 15px;}
    
    .bexon-footer {
        padding:30px 0 30px;}
    
    .copy {
    text-align: center;margin-bottom: 15px;}
    
    .f-bottom-links{text-align: center;margin-top: 15px;}
    
    .no_row_margin_later{margin-left: 0; margin-right: 0;}
    
    
    
    
}