:root {
    --dark-color1: #E6F5E1 !important;
    --dark-color2: #E6F5E1 !important;
    --dark-color3: #E6F5E1 !important;
    --dark-color4: #E6F5E1 !important;
    --color-white: #1A1A1A !important;
    --color-white2: #333333 !important;
    --color-gray: #4A4A4A !important;
}

body {
    background-color: #E6F5E1 !important;
    color: #333333 !important;
}

h1, h2, h3, h4, h5, h6, .title-anim {
    color: #1A1A1A !important;
}

.modern-testimonial-section {
    background-color: #E6F5E1 !important;
}

.glass-testi-card {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.glass-desc {
    color: #333333 !important;
}

.glass-author {
    color: #1A1A1A !important;
}

.glass-designation {
    color: #666666 !important;
}

.glass-divider {
    background: rgba(0, 0, 0, 0.1) !important;
}

.impact-stats h3 {
    color: #1A1A1A !important;
}

.impact-desc {
    color: #333333 !important;
}

.serinic-header-area .header-menu ul li a {
    color: #1A1A1A !important;
}

.sticky .header-menu ul li a {
    color: #1A1A1A !important;
}


/*
  font-family: "Geist", sans-serif;
  font-family: "Inter", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&family=Inter:wght@300;400;500;600;700&display=swap');

/*----------  Body CSS  ----------*/
:root {
    --font-size: 16px;
    --color-white:#fff;
    --color-white2:#F6F2ED;
    --color-white3:#FEFAF5;
    --color-white4:#F8F6F3;
    --color-btn:#F6F2ED4D;
    --color-btn1:#F6F2ED1A;
    --text-color: #4A4754;
    --primary-color:#C2F361;
    --title-color:#E6F5E1;
    --color-black1:#1E1E1E;
    --color-black2:#030404;
    --color-black3:#000000;
    --color-gray:#696969;
    --color-gray2:#282828;
    --color-border5:rgb(194 243 97 / 5%);
    --color-border15:rgb(194 243 97 / 15%);
    --black-op3:rgb(15 12 25 / 3%);
    --black-op5:rgb(15 12 25 / 5%);
    --black-op10:rgb(15 12 25 / 10%);
    --black-op15:rgb(15 12 25 / 15%);
    --black-op20:rgb(15 12 25 / 20%);
    --black-op60:rgb(15 12 25 / 60%);
    --black-op80:rgb(15 12 25 / 80%);
    --white-op3:rgb(255 255 255 / 3%);
    --white-op5:rgb(255 255 255 / 5%);
    --white-op7:rgb(255 255 255 / 7%);
    --white-op10:rgb(255 255 255 / 10%);
    --white-op15:rgb(255 255 255 / 15%);
    --white-op20:rgb(255 255 255 / 20%);
    --white-op25:rgb(255 255 255 / 25%);
    --white-op50:rgb(255 255 255 / 50%);
    --white-op60:rgb(255 255 255 / 60%);
    --white-op70:rgb(255 255 255 / 70%);
    --white-op90:rgb(255 255 255 / 90%);
    --primary-op30: rgb(194 243 97 / 30%);
    --transition: 500ms ease-in-out;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-medium: 500;
    --text-font:"Plus Jakarta Sans", "Inter", sans-serif;
    --title-font:"Outfit", "Plus Jakarta Sans", sans-serif;
    --container-width:1480px;

    /* background color */
    --bg-color1:#FCFEF7;
    --bg-color2:#F1F5E6;
    --bg-color3:#F1FFD4;
    --bg-color4:#F8FEE7;






    --color-gradient-1:linear-gradient(180deg, #212121 0%, #171717 100%);
    --border-grdient-1:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);

}


html,
body {
    overflow-x: hidden;
    width: 100%;
	overflow-x: clip;
}
::-webkit-scrollbar-track{
	background-color: var(--title-color);
	border-left: 1px solid var(--title-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--title-color);
}
::-webkit-scrollbar-thumb{
	background: var(--primary-color);
}

:root{
    --natural: #fff;
}
body {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    font-family:var(--text-font);
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    font-family:var(--text-font);
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 40px;
    line-height: 50px;
    color:var(--title-color);
    font-weight: 700;
    font-family:var(--title-font);
    font-style: normal;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;

}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color:var(--text-color);
}

.text-right{
    text-align: right;
}
.text-white{
    color:var(--color-white)
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

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

ul li{
    list-style: none;
}

input:focus,
button:focus {
    border-color: none;
    outline-color: none;
    border: 1px solid none;
}

textarea:focus {
    border-color:var(--text-color);
    outline-color:var(--title-color);
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
    list-style: none;
}

figure{
	margin: 0;
}
img{
	max-width: 100%;
}
.section-border {
    border-bottom: 1px solid var(--black-op10);
    flex-grow: 1;
    transform-origin: left;
    transform: scaleX(0);
}
.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.data-img-hover{
	position: relative;
	width: 100%;
}
.data-img-hover img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.data-img-hover canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.data-img-hover canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1 !important;
}
.border-color {
    border-bottom: 1px solid var(--color-border2);
}

.defult-btn a {
    display: inline-block;
    background: var(--primary-color);
    font-family: var(--title-font);
    color: var(--color-white);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 15px 40px;
    margin-top: 30px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.defult-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.defult-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.defult-btn a svg{
    margin-left: 10px;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
/* Default Background */

*::-moz-selection {
    background: var(--primary-color);
    color: var(--color-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--color-white);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: var(--color-white);
    text-shadow: none;
}
::placeholder {
    font-size: 16px;
    color: var(--color-white);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-white);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-white);
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: var(--color-white);
}

:-moz-placeholder {
    /* Firefox 18- */

     color: var(--color-white);
}

/* Contact Area */
.counter_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}

.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001d23;
}

.contact_area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #001d23;
}

.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001d23;
}

.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #001d23;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::selection {
    color: #151948;
}

.blog_reply::placeholder {
    color: #151948;
}

.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151948;
}

.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #151948;
}

.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #151948;
}

.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #151948;
}
.border_bg {
    border-bottom: 1px solid #cccdd894;
    padding-bottom: 120px;
}
.m-l-50 {
    margin-left: 50px;
}

/* Padding Top Css */
.pt-10{
    padding-top: 10px;
}
.pt-30{
    padding-top: 30px;
}
.pt-22{
    padding-top: 22px;
}


/* padding bottom css */

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pl-130 {
    padding-left: 130px;
}

.pr-0{
    padding-right: 0px;
}

.pl-0{
    padding-left: 0px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

/* Custom Logo Adaptation for KAY Foundation */
.header-logo {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.serinic-header-area:not(.sticky) .header-logo .logo_two {
    display: none !important;
}

.serinic-header-area.sticky .header-logo .active_logo {
    display: none !important;
}

.serinic-header-area.sticky .header-logo .logo_two {
    display: inline-flex !important;
}

.header-logo a {
    display: inline-flex;
    align-items: center;
}

.header-logo a img,
.header-logo .active_logo img,
.header-logo .logo_two img {
    max-height: 56px;
    height: auto;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.sticky .header-logo a img {
    max-height: 48px;
}

.mobile-logo a img,
.mobile-menu .mobile-logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.footer-widget-content .logo img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
}

/* ==========================================
   Home Hero Banner Section (No Overlay)
========================================== */

/* ==========================================
   Home Hero Banner Section (Optimized Contrast)
========================================== */

/* 1. Hero Section Background & Base */
.hero-section-one {
    background: url('../images/sapling-banner-right.png') no-repeat center center / cover !important;
    width: 100% !important;
    min-height: 85vh !important;
    position: relative;
    padding: 210px 0px 140px !important;
    display: flex;
    align-items: center;
}

/* Subtle soft left glow overlay (REMOVED as per user request) */
.hero-section-one::before {
    display: none !important;
}

.hero-section-one .auto-container {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .hero-section-one {
        padding: 160px 0px 80px !important;
        min-height: auto !important;
        background-position: 70% center !important;
    }
    .hero-section-one::before {
        width: 100% !important;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.4) 100%) !important;
    }
}

@media (max-width: 767px) {
    .hero-section-one {
        padding: 140px 0px 60px !important;
        background-position: 75% center !important;
    }
}

/* 2. Hero Header Navigation Links on Banner */
.serinic-header-area:not(.sticky) .header-menu ul li a {
    color: #1a1a1a !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.serinic-header-area:not(.sticky) .transparent-style {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.serinic-header-area:not(.sticky) .header-btn.inner a,
.serinic-header-area:not(.sticky) .header-btn a {
    background: #1a1a1a !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.serinic-header-area:not(.sticky) .header-btn a::before {
    display: none !important;
}

.serinic-header-area:not(.sticky) .header-btn a span,
.serinic-header-area:not(.sticky) .header-btn a i {
    background: #C2F361 !important;
    color: #E6F5E1 !important;
}

/* 3. Hero Subtitle Badge */
.hero-section-one .hero-sub {
    color: white !important;
    background: rgba(194, 243, 97, 0.45) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(15, 12, 25, 0.12) !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    display: inline-block;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* 4. Hero Headlines & Typography */
.hero-section-one .hero_content h2 {
    color: #ffffff !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 54px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: -1.2px !important;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5) !important;
    margin-bottom: 5px !important;
}

@media (max-width: 1199px) {
    .hero-section-one .hero_content h2 {
        font-size: 46px !important;
    }
}

@media (max-width: 767px) {
    .hero-section-one .hero_content h2 {
        font-size: 34px !important;
        letter-spacing: -0.5px !important;
    }
}

.hero-section-one .hero-desc {
    color: #e0e0e0 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
    margin-top: 18px !important;
    max-width: 600px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

/* 5. Hero Button Group Styles (Pristine & Vibrant) */
.hero-button {
    margin-top: 32px !important;
    padding-bottom: 10px !important;
}

.hero-btn-group {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.hero-section-one .btn-primary-hero::before,
.hero-section-one .btn-primary-hero::after,
.hero-section-one .btn-secondary-hero::before,
.hero-section-one .btn-secondary-hero::after,
.btn-primary-hero::before,
.btn-primary-hero::after,
.btn-secondary-hero::before,
.btn-secondary-hero::after {
    content: none !important;
    display: none !important;
}

/* Primary Hero Button */
.hero-section-one .btn-primary-hero,
.btn-primary-hero {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #228B22 !important;
    color: #ffffff !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
    padding: 12px 14px 12px 30px !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 28px rgba(34, 139, 34, 0.45), 0 4px 12px rgba(15, 12, 25, 0.08) !important;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: none !important;
    position: relative !important;
    text-decoration: none !important;
    line-height: 1 !important;
    z-index: 10 !important;
}

.hero-section-one .btn-primary-hero .btn-text,
.btn-primary-hero .btn-text {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-right: 12px !important;
}

.hero-section-one .btn-primary-hero .btn-icon-circle,
.btn-primary-hero .btn-icon-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.35s ease, background-color 0.35s ease !important;
    flex-shrink: 0 !important;
}

.hero-section-one .btn-primary-hero .btn-icon-circle svg path,
.btn-primary-hero .btn-icon-circle svg path {
    fill: #228B22 !important;
    transition: fill 0.35s ease !important;
}

.btn-primary-hero:hover {
    background: #E6F5E1 !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 14px 35px rgba(15, 12, 25, 0.3) !important;
}

.btn-primary-hero:hover .btn-text {
    color: #ffffff !important;
}

.btn-primary-hero:hover .btn-icon-circle {
    background: #228B22 !important;
    transform: translateX(3px) !important;
}

.btn-primary-hero:hover .btn-icon-circle svg path {
    fill: #ffffff !important;
}

/* Secondary Hero Button */
.hero-section-one .btn-secondary-hero,
.btn-secondary-hero {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px 14px 12px 28px !important;
    border-radius: 50px !important;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    text-decoration: none !important;
    line-height: 1 !important;
    z-index: 10 !important;
}

.hero-section-one .btn-secondary-hero .btn-text,
.btn-secondary-hero .btn-text {
    color: #ffffff !important;
    font-weight: 600 !important;
    margin-right: 12px !important;
}

.hero-section-one .btn-secondary-hero .btn-icon-circle.secondary,
.btn-secondary-hero .btn-icon-circle.secondary {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.35s ease, background-color 0.35s ease !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

.btn-secondary-hero:hover {
    background: #E6F5E1 !important;
    border-color: #E6F5E1 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.btn-secondary-hero:hover .btn-text {
    color: #ffffff !important;
}

.btn-secondary-hero:hover .btn-icon-circle.secondary {
    background: #C2F361 !important;
    color: #E6F5E1 !important;
    transform: translateY(3px) !important;
}

/* 6. Impact Counter Box on the Right */
.hero-section-one .autor-box {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2) !important;
    border-radius: 30px !important;
    padding: 30px !important;
}

.hero-section-one .counter-text h3,
.hero-section-one .counter-text span {
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.hero-section-one .counter-text p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}

.hero-section-one .autor-number {
    background: #E6F5E1 !important;
    color: #C2F361 !important;
}

/* 7. Panoramic Curved Carousel Section Below Hero Banner */
.hero-carousel-section {
    position: relative;
    background: #E6F5E1 !important;
    padding: 0 !important;
    overflow: hidden;
    margin-top: 0;
}

.hero-carousel-section .galary-section {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.hero-carousel-section .galary-sp1 {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    pointer-events: none;
}

.hero-carousel-section .galary-sp1 img,
.hero-carousel-section .galary-sp2 img {
    width: 100%;
    display: block;
    height: auto;
}

.hero-carousel-section .galary-sp2 {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    pointer-events: none;
}

.hero-carousel-section .gallary-thumb figure img {
    border-radius: 12px;
    height: 480px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

@media (max-width: 991px) {
    .hero-carousel-section .gallary-thumb figure img {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .hero-carousel-section .gallary-thumb figure img {
        height: 280px;
    }
}

.hero-carousel-section .gallary-thumb:hover figure img {
    transform: scale(1.03);
}

/* ==========================================
   Liquid Glass Floating Curved Pill Sticky Header
========================================== */
.serinic-header-area.sticky,
.sticky {
    position: fixed !important;
    top: 15px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 9999 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sticky .transparent-style {
    background: #ffffff !important;
    border-radius: 100px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    padding: 2px 25px !important;
}

.sticky .header-menu ul li a {
    color: #1a1a1a !important;
    font-weight: 600 !important;
    padding: 16px 14px !important;
    transition: all 0.3s ease !important;
}

.sticky .header-btn a {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.sticky .header-menu ul li a i {
    color: #1a1a1a !important;
}

.serinic-header-area:not(.sticky) .header-menu ul li a i {
    color: #1a1a1a !important;
}

.sticky .header-menu ul li a:hover,
.sticky .header-menu ul li a:hover i {
    color: #275604 !important;
}

/* Custom Dropdown Styling */
.serinic-header-area .header-menu ul .sub_menu,
.serinic-header-area.sticky .header-menu ul .sub_menu {
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    padding: 10px 0 !important;
    width: 220px;
    margin-top: 15px !important;
}

.serinic-header-area .header-menu ul .sub_menu:before,
.serinic-header-area.sticky .header-menu ul .sub_menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.04);
}

.serinic-header-area .header-menu ul .sub_menu li a,
.serinic-header-area.sticky .header-menu ul .sub_menu li a {
    color: #333333 !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-bottom: none !important;
    transition: all 0.3s ease !important;
    background: transparent !important;
    border-left: 3px solid transparent !important;
    text-shadow: none !important;
}

.serinic-header-area .header-menu ul .sub_menu li a:before,
.serinic-header-area.sticky .header-menu ul .sub_menu li a:before {
    display: none !important;
}

.serinic-header-area .header-menu ul .sub_menu li a:hover,
.serinic-header-area.sticky .header-menu ul .sub_menu li a:hover {
    color: #275604 !important;
    background: #f8fbf5 !important;
    border-left: 3px solid #C2F361 !important;
    padding-left: 25px !important;
    text-shadow: none !important;
}

.sticky .header-btn a,
.sticky .header-btn.inner a {
    background: #E6F5E1 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 15px rgba(15, 12, 25, 0.15) !important;
}

.sticky .header-btn a span,
.sticky .header-btn a i {
    background: #C2F361 !important;
    color: #E6F5E1 !important;
}

.sticky .header-logo a img {
    max-height: 52px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* ==========================================
   Causes & Initiatives Accordion Section (Interactive 6-Pillars)
========================================== */

.our-future-section {
    background: #FDFBFF !important;
    padding: 100px 0 110px !important;
    position: relative;
    overflow: hidden;
}

/* Header Typography */
.causes-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.badge-purpose {
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #4C1D95 !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 15px !important;
}

.badge-purpose .purple-text {
    color: #7C3AED !important;
    position: relative;
    padding-bottom: 2px;
}

.badge-purpose .purple-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: linear-gradient(90deg, #7C3AED 0%, #10B981 100%);
    border-radius: 2px;
}

.causes-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #E6F5E1 !important;
    letter-spacing: -1.5px !important;
    margin: 0 auto !important;
    text-transform: none !important;
}

.causes-main-title .dot-purple {
    color: #7C3AED !important;
}

.causes-desc {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #555261 !important;
    max-width: 580px !important;
    margin: 16px auto 0 auto !important;
    font-weight: 500 !important;
}

/* Accordion Layout Container */
.causes-accordion-wrapper {
    display: flex !important;
    gap: 16px !important;
    height: 380px !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 40px auto 0 auto !important;
    align-items: stretch !important;
    justify-content: center !important;
}

/* Individual Card Items */
.cause-card-item {
    position: relative !important;
    flex: 0 0 68px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: flex 0.45s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s ease, box-shadow 0.3s ease !important;
    user-select: none !important;
}

/* Purple Theme Tint */
.cause-card-item.theme-purple {
    background: rgba(139, 92, 246, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1.5px solid rgba(139, 92, 246, 0.3) !important;
}

/* Green Theme Tint */
.cause-card-item.theme-green {
    background: rgba(16, 185, 129, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1.5px solid rgba(16, 185, 129, 0.3) !important;
}

/* Collapsed State Content */
.cause-collapsed-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100% !important;
    padding: 18px 6px !important;
    transition: opacity 0.3s ease !important;
}

.cause-top-arrow {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    transition: transform 0.3s ease !important;
}

.cause-card-item.theme-purple .cause-top-arrow {
    color: #7C3AED !important;
}

.cause-card-item.theme-green .cause-top-arrow {
    color: #059669 !important;
}

.cause-icon-box {
    font-size: 20px !important;
    margin: 10px 0 !important;
}

.cause-card-item.theme-purple .cause-icon-box {
    color: #7C3AED !important;
}

.cause-card-item.theme-green .cause-icon-box {
    color: #059669 !important;
}

.cause-vertical-title {
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
    margin: auto 0 !important;
}

.cause-bottom-line {
    width: 26px !important;
    height: 3.5px !important;
    border-radius: 2px !important;
}

.cause-bottom-line.purple {
    background: #7C3AED !important;
}

.cause-bottom-line.green {
    background: #10B981 !important;
}

/* Expanded State Content */
.cause-expanded-content {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.4s ease 0.1s !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.cause-bg-image {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.7s ease !important;
}

.cause-overlay-gradient {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(15, 12, 25, 0.92) 0%, rgba(15, 12, 25, 0.35) 55%, rgba(15, 12, 25, 0.05) 100%) !important;
}

.cause-expanded-body {
    position: absolute !important;
    bottom: 22px !important;
    left: 22px !important;
    right: 80px !important;
    z-index: 2 !important;
}

.expanded-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.4px !important;
}

.expanded-sub {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13.5px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.cause-expanded-btn {
    position: absolute !important;
    bottom: 22px !important;
    right: 22px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #7C3AED !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #7C3AED, 0 8px 20px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.3s ease !important;
    z-index: 3 !important;
    text-decoration: none !important;
}

.cause-expanded-btn:hover {
    background: #C2F361 !important;
    color: #E6F5E1 !important;
    transform: scale(1.08) rotate(10deg) !important;
}

/* ACTIVE (EXPANDED) STATE STYLES */
.cause-card-item.active {
    flex: 0 0 320px !important;
    border-color: transparent !important;
    box-shadow: 0 15px 35px rgba(15, 12, 25, 0.15) !important;
}

.cause-card-item.active .cause-collapsed-content {
    opacity: 0 !important;
    pointer-events: none !important;
}

.cause-card-item.active .cause-expanded-content {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.cause-card-item.active:hover .cause-bg-image {
    transform: scale(1.04) !important;
}

/* Responsive Accordion Layout */
@media (max-width: 1199px) {
    .causes-main-title {
        font-size: 42px !important;
    }
    .causes-accordion-wrapper {
        height: 450px !important;
    }
    .cause-card-item {
        flex: 0 0 75px !important;
    }
}

@media (max-width: 991px) {
    .causes-accordion-wrapper {
        flex-direction: column !important;
        height: auto !important;
        gap: 16px !important;
    }
    .cause-card-item {
        flex: 1 1 auto !important;
        min-height: 90px !important;
        height: auto !important;
    }
    .cause-card-item.active {
        min-height: 380px !important;
    }
    .cause-collapsed-content {
        flex-direction: row !important;
        padding: 20px 24px !important;
    }
    .cause-vertical-title {
        writing-mode: horizontal-tb !important;
        transform: none !important;
        margin: 0 0 0 15px !important;
    }
}

/* ==========================================
   How We Create Impact Section
========================================== */
/* ==========================================
   How We Create Impact Section (Premium)
========================================== */
.impact-section {
    background: radial-gradient(circle at top left, rgba(124, 58, 237, 0.08) 0%, transparent 45%),
                radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.08) 0%, transparent 45%),
                #F8F9FC;
    padding: 110px 0 130px !important;
    position: relative;
    overflow: hidden;
}

.impact-header {
    text-align: center !important;
    margin-bottom: 80px !important;
}

.impact-header .causes-main-title {
    margin: 0 auto !important;
}

.impact-header .causes-desc {
    margin: 16px auto 0 auto !important;
    max-width: 600px !important;
}

.impact-steps-wrapper {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
    align-items: stretch;
}

/* Glassmorphism Card */
.impact-step-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 10px 40px rgba(15, 12, 25, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 2;
}

/* Hover Glowing Elevation */
.impact-step-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(255, 255, 255, 0.85);
}

.impact-step-card.theme-purple:hover {
    box-shadow: 0 25px 50px rgba(124, 58, 237, 0.12), 0 0 0 1px rgba(124, 58, 237, 0.2);
}

.impact-step-card.theme-green:hover {
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.12), 0 0 0 1px rgba(16, 185, 129, 0.2);
}

/* Staggered Layout */
.step-1 { transform: translateY(60px); }
.step-2 { transform: translateY(20px); }
.step-3 { transform: translateY(-20px); }
.step-4 { transform: translateY(-60px); }

/* Watermark Numbers */
.step-watermark {
    position: absolute;
    bottom: -15px;
    right: -10px;
    font-family: 'Outfit', sans-serif;
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    color: rgba(15, 12, 25, 0.03);
    z-index: -1;
    pointer-events: none;
    transition: color 0.4s ease;
}

.impact-step-card.theme-purple:hover .step-watermark {
    color: rgba(124, 58, 237, 0.06);
}

.impact-step-card.theme-green:hover .step-watermark {
    color: rgba(16, 185, 129, 0.06);
}

/* Top Left Dot */
.step-dot {
    position: absolute;
    top: -6px;
    left: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, 0 4px 8px rgba(0,0,0,0.15);
    z-index: 3;
}
.theme-purple .step-dot { background: #7C3AED; }
.theme-green .step-dot { background: #10B981; }

/* Icon Wrapper */
.step-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
}

.theme-purple .step-icon-wrap {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(124, 58, 237, 0.02) 100%);
    color: #7C3AED;
}

.theme-green .step-icon-wrap {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.02) 100%);
    color: #10B981;
}

.step-title {
    font-family: 'Outfit', sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #E6F5E1;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.step-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #555261;
    line-height: 1.55;
    margin: 0;
    font-weight: 500;
}

/* Animated Dashed Connector lines */
.impact-step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 25px;
    height: 2px;
    background-image: linear-gradient(to right, rgba(124, 58, 237, 0.4) 50%, transparent 50%);
    background-size: 8px 100%;
    z-index: 1;
    pointer-events: none;
}

.impact-step-card.theme-green:not(:last-child)::after {
    background-image: linear-gradient(to right, rgba(16, 185, 129, 0.4) 50%, transparent 50%);
}

/* Premium Quote Pill */
.impact-quote-pill {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 60px;
    padding: 22px 45px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.04);
    transition: transform 0.3s ease;
}

.impact-quote-pill:hover {
    transform: scale(1.02);
}

.quote-icon {
    font-size: 28px;
    color: #7C3AED;
    background: linear-gradient(135deg, #7C3AED, #9333EA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #E6F5E1;
    margin: 0;
    letter-spacing: -0.2px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .impact-steps-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin-bottom: 60px;
    }
    .impact-step-card {
        width: 100%;
        max-width: 450px;
        transform: none !important;
    }
    .impact-step-card:not(:last-child)::after {
        display: none;
    }
    .step-dot {
        top: 50%;
        left: -7px;
        transform: translateY(-50%);
    }
    .impact-quote-pill {
        flex-direction: column;
        text-align: center;
        border-radius: 24px;
        padding: 30px;
    }
}
/* ==========================================
   Counter Section Glassmorphism
========================================== */
.counter-section-one .single-counter-box {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    padding: 40px 20px !important;
    overflow: hidden !important;
    z-index: 2;
    position: relative;
}

.counter-section-one .single-counter-box::before {
    display: none !important;
}
.counter-section-one .single-counter-box::after {
    display: none !important;
}

.counter-section-one .single-counter-box:hover {
    transform: translateY(-5px) !important;
    background: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2) !important;
}

.counter-section-one .single-counter-box .counter-box-content h2.counter,
.counter-section-one .single-counter-box .counter-box-content span {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

.counter-section-one .single-counter-box .counter-box-content p {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

/* Ensure the background image covers properly and adds an overlay for contrast if needed */
.counter-section-one {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    z-index: 1;
}

.counter-section-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Subtle darkening overlay for readability */
    z-index: -1;
}

/* 7. Premium Glassmorphism for Our Projects */
.project-section-one {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%) !important;
    position: relative;
    z-index: 1;
}

.project-section-one .single-project-box {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

.project-section-one .section-title h2,
.project-section-one .section-sub-title span {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

.project-section-one .project-content h4,
.project-section-one .project-content h4 a {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}

.project-section-one .project-content p {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* 8. Premium Glassmorphism for Testimonials */
.testimonial-section-two {
    background: url(../images/demo-image/testimonial-bg-1.jpg) center/cover no-repeat !important;
    position: relative;
    z-index: 1;
}

.testimonial-section-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.testimonial-section-two .testi-content {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
    border-radius: 20px;
    padding: 40px !important;
}

.testimonial-section-two .testi-desc p {
    color: #ffffff !important;
    font-size: 18px !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4) !important;
}

.testimonial-section-two .testi-autor .autor-title,
.testimonial-section-two .testi-autor .autor-desc,
.testimonial-section-two .section-title h1,
.testimonial-section-two .counter-text h2,
.testimonial-section-two .counter-text h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

/*==================================================*/
/* Areas of Impact Section CSS */
/*==================================================*/
.areas-impact-section {
    background-color: #E6F5E1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.areas-impact-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 10% 80%, rgba(194, 243, 97, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 90% 20%, rgba(194, 243, 97, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.impact-text-wrapper {
    position: sticky;
    top: 150px;
    padding-right: 30px;
}

.areas-impact-section .title {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
}

.areas-impact-section .desc {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 1.6;
}

.explore-link {
    display: inline-flex;
    align-items: center;
    color: #C2F361;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 30px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.explore-link i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.explore-link:hover {
    color: #C2F361;
    border-color: #C2F361;
}

.explore-link:hover i {
    transform: translateX(5px);
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;
}

.impact-grid-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1a1a24;
}

.impact-grid-card:hover {
    border-color: #C2F361;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(194, 243, 97, 0.15);
}

.impact-grid-card .card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.impact-grid-card .card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.impact-grid-card:hover .card-bg img {
    transform: scale(1.05);
}

.impact-grid-card .card-bg .overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(15, 12, 25, 0.95) 0%, rgba(15, 12, 25, 0.4) 50%, rgba(15, 12, 25, 0.1) 100%);
}

.impact-grid-card .card-content {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    padding: 24px;
    z-index: 2;
}

.impact-grid-card .card-num {
    font-size: 40px;
    font-weight: 300;
    color: transparent;
    -webkit-text-stroke: 1px rgba(194, 243, 97, 0.5);
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
}

.impact-grid-card:hover .card-num {
    -webkit-text-stroke: 1px #C2F361;
    color: rgba(194, 243, 97, 0.1);
}

.impact-grid-card .card-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
}

.impact-grid-card .card-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 30px;
    height: 2px;
    background: #C2F361;
    transition: width 0.3s ease;
}

.impact-grid-card:hover .card-title::after {
    width: 50px;
}

/* Grid Layout Spans */
.card-1 { grid-column: span 1; grid-row: span 1; }
.card-2 { grid-column: span 1; grid-row: span 1; }
.card-3 { grid-column: span 1; grid-row: span 2; }
.card-4 { grid-column: span 2; grid-row: span 1; }
.card-5 { grid-column: span 1; grid-row: span 1; }
.card-6 { grid-column: span 1; grid-row: span 1; }

@media (max-width: 991px) {
    .impact-text-wrapper {
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-3 { grid-column: span 2; grid-row: span 1; }
    .card-4 { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 767px) {
    .impact-grid {
        grid-template-columns: 1fr;
    }
    .card-1, .card-2, .card-3, .card-4, .card-5, .card-6 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

/*==================================================*/
/* How Impact Happens Section CSS */
/*==================================================*/
.how-impact-happens-section {
    background-color: #E6F5E1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.right-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 0;
}

.right-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-bg-image .bg-gradient-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, #E6F5E1 0%, rgba(15, 12, 25, 0.8) 40%, rgba(15, 12, 25, 0) 100%);
}

.content-column, .mobile-mockup-column, .steps-column {
    z-index: 1;
    position: relative;
}

.impact-text-content {
    margin-top: 50px;
}

.how-impact-happens-section .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

/* Phone Mockup Styling */
.phone-mockup {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.phone-frame {
    background: #000;
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 0 0 2px #555, inset 0 0 0 6px #222;
    position: relative;
    height: 600px;
}

.phone-screen {
    background: #1c1c2e;
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: #000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
}

.screen-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.screen-content {
    padding: 20px;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.screen-content > h2,
.screen-content > h3,
.screen-content > h4,
.screen-content > h5,
.screen-content > h6,
.screen-content > p,
.screen-content > div > h2,
.screen-content > div > h3 {
    color: #ffffff;
}

.bottom-nav {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background: #fff;
    height: 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    color: #999;
}

/* Process Steps Styling */
.impact-process-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.process-step-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.process-step-item:hover {
    border-color: #C2F361;
    transform: translateX(-5px);
}

.connector-dot {
    position: absolute;
    left: -25px;
    width: 10px;
    height: 10px;
    background: #C2F361;
    border-radius: 50%;
    box-shadow: 0 0 10px #C2F361;
}

.step-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}

.step-content {
    flex: 1;
}

.step-title {
    color: #C2F361;
    font-size: 18px;
    margin-bottom: 5px;
}

.step-num {
    background: #C2F361;
    color: #E6F5E1;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 700;
}

.step-desc {
    color: #ccc;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

/* Bottom Banner */
.bottom-impact-banner {
    background: linear-gradient(135deg, #16161e 0%, #232330 100%);
    border: 1px solid rgba(194, 243, 97, 0.2);
    border-radius: 50px;
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), inset 0 2px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin-top: 20px;
}

.bottom-impact-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(194, 243, 97, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.banner-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #C2F361, #a4c639);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #16161e;
    margin-right: 25px;
    box-shadow: 0 0 20px rgba(194, 243, 97, 0.5);
    position: relative;
    z-index: 1;
}

.bottom-impact-banner h2.banner-text {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.bottom-impact-banner h2.banner-text .highlight {
    color: #C2F361;
    position: relative;
    display: inline-block;
}

.bottom-impact-banner h2.banner-text .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(194, 243, 97, 0.3);
    border-radius: 3px;
}

@media (max-width: 991px) {
    .right-bg-image {
        display: none;
    }
    .mobile-mockup-column {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .connector-dot {
        display: none;
    }
}

.modern-testimonial-section {
    background-color: #E6F5E1;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.modern-testimonial-section .auto-container {
    position: relative;
    z-index: 2;
}

/* Glassmorphism Card */
.glass-testi-card {
    background: rgba(22, 25, 30, 0.85); /* Darker, more solid like the image */
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 50px 50px 45px 50px;
    position: relative;
    box-shadow: 0 40px 80px rgba(0,0,0,0.4);
    z-index: 2;
    width: 100%;
}

.quote-icon-top {
    position: absolute;
    top: 45px;
    right: 50px;
    font-size: 65px;
    color: #C2F361;
    line-height: 1;
    z-index: 2;
}

.glass-content {
    position: relative;
    z-index: 2;
}

.glass-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #f0f0f0;
    font-weight: 400;
    margin-bottom: 35px;
    padding-right: 90px; /* space for quote icon */
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.glass-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
}

.glass-author-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.glass-author-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #C2F361;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C2F361;
    font-size: 18px;
    background: transparent;
}

.glass-author-info {
    display: flex;
    flex-direction: column;
}

.glass-author {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
}

.glass-designation {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.modern-testi-swiper {
    position: static;
}

.modern-slider-nav {
    position: absolute;
    bottom: 45px;
    right: 50px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.modern-slider-nav div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.modern-slider-nav .modern-prev {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.modern-slider-nav .modern-next {
    border: 1px solid #C2F361;
    color: #C2F361;
}

.modern-slider-nav div:hover {
    background: #C2F361;
    color: #E6F5E1;
    border-color: #C2F361;
}

.testimonial-left-content {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .testimonial-left-content {
        padding-right: 0;
        text-align: center;
    }
    .testimonial-left-content .impact-stats {
        justify-content: center;
    }
    .glass-testi-card {
        padding: 30px;
    }
    .quote-icon-top {
        right: 30px;
        top: 30px;
        font-size: 40px;
    }
    .glass-desc {
        padding-right: 0;
        margin-top: 50px;
    }
    .modern-slider-nav {
        right: 30px;
        bottom: 30px;
    }
}

/* ==========================================
   Modern Footer Section
================================================== */
.modern-footer-section {
    background-color: #0a0a0a;
    padding-top: 100px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* CTA Banner */
.footer-cta-wrapper {
    margin-top: -160px;
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
}

.footer-cta-card {
    padding: 70px 60px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f1a0a 0%, #111c0d 50%, #0a1508 100%);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(194, 243, 97, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.cta-orb-left {
    width: 350px;
    height: 350px;
    background: rgba(194, 243, 97, 0.12);
    bottom: -30%;
    left: -5%;
}

.cta-orb-right {
    width: 400px;
    height: 400px;
    background: rgba(194, 243, 97, 0.08);
    top: -40%;
    right: -5%;
}

.footer-cta-card .row {
    position: relative;
    z-index: 1;
}

.cta-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C2F361;
    margin-bottom: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.cta-headline {
    font-size: 42px;
    font-family: 'Outfit', sans-serif;
    color: #ffffff !important;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 15px;
}

.cta-headline span {
    color: #C2F361 !important;
    text-shadow: 0 0 30px rgba(194, 243, 97, 0.4);
}

.cta-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.7) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.7;
    margin: 0;
}

.cta-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C2F361;
    color: #0a0a0a;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    white-space: nowrap;
}

.cta-primary-btn:hover {
    background: #ffffff;
    color: #0a0a0a;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(194, 243, 97, 0.3);
}

.cta-secondary-btn {
    display: inline-block;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.cta-secondary-btn:hover {
    color: #C2F361;
}

/* Main Footer Content */
.footer-main-content {
    padding-bottom: 60px;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer-mission-text {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.modern-social-links {
    display: flex;
    gap: 15px;
}

.modern-social-links a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-social-links a:hover {
    background: #C2F361;
    color: #E6F5E1;
    border-color: #C2F361;
    transform: translateY(-3px);
}

.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 25px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 15px;
}

.footer-links-list a {
    color: #a0a0a0;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: inline-block;
}

.footer-links-list a:hover {
    color: #C2F361;
    transform: translateX(5px);
}

.contact-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.contact-details-list .icon {
    width: 40px;
    height: 40px;
    background: rgba(194, 243, 97, 0.1);
    color: #C2F361;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-details-list .text span {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}

.contact-details-list .text a,
.contact-details-list .text p {
    color: #a0a0a0;
    font-size: 15px;
    margin: 0;
    transition: all 0.3s ease;
}

.contact-details-list .text a:hover {
    color: #C2F361;
}

/* Footer Bottom Bar */
.footer-bottom-bar {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
}

.copyright-text {
    color: #777;
    font-size: 15px;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #777;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #C2F361;
}

@media (max-width: 991px) {
    .footer-cta-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
    .footer-cta-card {
        padding: 40px 30px;
    }
    .cta-headline {
        font-size: 28px;
        text-align: center;
    }
    .modern-subscribe-form .subscribe-input-group {
        flex-direction: column;
        border: none;
        background: transparent;
        gap: 15px;
    }
    .modern-subscribe-form input {
        border-radius: 50px;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.1);
    }
    .modern-subscribe-form .subscribe-btn {
        justify-content: center;
    }
}

/* ==========================================
   Creative Vision & Mission Section
================================================== */
.creative-vision-mission {
    padding: 100px 0;
    background: #e1efe3;
    position: relative;
    overflow: hidden;
}

.vision-image-wrapper {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.vision-image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 40px;
}

.vision-content-wrapper {
    position: relative;
    padding-left: 30px;
}

.creative-vision-mission .section-subtitle,
.creative-our-approach .section-subtitle {
    color: #5c8d37;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}

.creative-vision-mission .section-title,
.creative-our-approach .section-title {
    font-size: 42px;
    color: #1a2c1f;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
}

.glass-cards-container {
    position: relative;
}

.glass-card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    max-width: 450px;
}

.vision-card {
    margin-bottom: 20px;
}

.mission-card {
    margin-left: auto;
    background: rgba(142, 175, 127, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.glass-card .card-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a9b40;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(106, 155, 64, 0.1);
}

.glass-card .card-text h3 {
    font-size: 20px;
    color: #2c4424;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

.glass-card .card-text p {
    font-size: 15px;
    color: #3b5034;
    line-height: 1.6;
    margin: 0;
}

.card-connector {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 150px;
    height: 120px;
    z-index: 1;
}

.card-connector svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}


/* ==========================================
   Modern Creative Subtitles
================================================== */
.creative-subtitle {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
.creative-subtitle-icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.creative-subtitle-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(194, 243, 97, 0.3);
    border-radius: 50%;
}
.creative-subtitle-icon::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #8c78b3;
    border-radius: 50%;
}
.creative-subtitle-text {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1a1a1a;
}

/* ==========================================
   Creative Our Approach Section
================================================== */
.creative-our-approach {
    background: #ffffff;
    padding-bottom: 100px;
    position: relative;
}

.top-wave-shape {
    position: absolute;
    top: -98px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    transform: scaleY(1.1);
}

.top-wave-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

.creative-our-approach .auto-container {
    padding-top: 60px;
}

.approach-title-wrapper .section-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.approach-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 20px;
}

.timeline-path {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 1;
}

.timeline-path svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.timeline-path path {
    stroke-dasharray: 6, 8;
    stroke-linecap: round;
}

.timeline-step {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 180px;
    padding-top: 195px; /* Reserves space for the bouncing circles */
    transition: transform 0.3s ease;
}

.timeline-step:hover {
    transform: translateY(-5px);
}

.step-circle {
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid transparent;
    transition: all 0.3s ease;
    z-index: 5;
}

.timeline-step:not(.step-down) .step-circle {
    top: 0;
}

.timeline-step.step-down .step-circle {
    top: 60px;
}

.step-1 { border-color: #C2F361; }
.timeline-step:hover .step-1 { box-shadow: 0 10px 25px rgba(194, 243, 97, 0.25); }

.step-2 { border-color: #a4c639; }
.timeline-step:hover .step-2 { box-shadow: 0 10px 25px rgba(164, 198, 57, 0.25); }

.step-3 { border-color: #8c78b3; }
.timeline-step:hover .step-3 { box-shadow: 0 10px 25px rgba(140, 120, 179, 0.25); }

.step-4 { border-color: #6a1b9a; }
.timeline-step:hover .step-4 { box-shadow: 0 10px 25px rgba(106, 27, 154, 0.25); }

.step-number {
    font-size: 26px;
    font-weight: 900;
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif;
    line-height: 1;
    margin-bottom: 12px;
}

.step-icon {
    font-size: 26px;
}
.step-1 .step-icon { color: #C2F361; }
.step-2 .step-icon { color: #a4c639; }
.step-3 .step-icon { color: #8c78b3; }
.step-4 .step-icon { color: #6a1b9a; }

.timeline-step .step-title {
    position: relative;
    z-index: 10;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: 'Outfit', sans-serif;
}

.timeline-step .step-desc {
    position: relative;
    z-index: 10;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .approach-timeline {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .timeline-path { display: none; }
    .timeline-step.step-down { margin-top: 0; }
    .card-connector { display: none; }
    .mission-card { margin-left: 0; margin-top: 20px; }
}

@media (max-width: 991px) {
    .vision-content-wrapper { padding-left: 0; margin-top: 40px; }
}
