/* ABOUT FIRST SECTION************************************************** START */
        :root {
            --primaryefw: #00C897;
            --primaryefw-dark: #009976;
            --primaryefw-start: #00C897;
            --primaryefw-end: #009976;
            --primaryefw-gradient: linear-gradient(135deg, #00C897, #009976);
            --secondaryef: #4A5FC1;
            --secondaryef-gradient: linear-gradient(135deg, #4A5FC1, #6B82FF);
            --accentwr: #FF6B8B;
            --accentwr-gradient: linear-gradient(135deg, #FF6B8B, #FF9EB8);
             --darkgfsd: #0A192F;
            --lightewg: #F7F9FC;
            --whitewgq: #FFFFFF;
            --grayetwq-light: #E8EDF5;
            --grayetwq: #8892B0;
            --transitionewg: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            --shadowwqr: 0 20px 60px rgba(0, 0, 0, 0.08);
            --shadowwqr-lg: 0 40px 80px rgba(0, 0, 0, 0.12);
            --glasswqr: rgba(255, 255, 255, 0.1);
            --glasswqr-border: rgba(255, 255, 255, 0.2);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            /* overflow-x: hidden; */
        }

        body {
            
            background: linear-gradient(135deg, #F7F9FC 0%, #EDF2F7 100%);
           
        }
        #aboutxx {
          margin-top: 150px;
            min-height: 100vh;
            font-family: 'Inter', sans-serif;
            color: var( --darkgfsd);
            line-height: 1.6;
              min-height: 100vh;
            overflow: hidden;
        }

        #aboutxx::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            border-top: 5px solid #009687ff;
            /* border-left: 5px solid #ff9900ff; */
            border-bottom: 5px solid #009687ff;
            border-right: 5px solid #ff9900ff;

            background: linear-gradient(45deg, #0096883b, #ff980038);
            --r: 20px;
            --s: 350px;
            --a: -20deg;
            --p: 50%;
            aspect-ratio: 2 / 3;
            border-radius: var(--r);
            --_m: , #000 calc(100% - 1px), #0000;
            --_r: var(--r) at calc(100% - var(--r));
            --_d: (var(--s) + var(--r)) * cos(var(--a));
            mask: radial-gradient(var(--_r) calc(var(--p) + var(--_d)) var(--_m)), radial-gradient(var(--_r) calc(var(--p) - var(--_d)) var(--_m)), radial-gradient(var(--s) at calc(100% + sin(var(--a)) * var(--s)) var(--p), #0000 100%, #000 calc(100% + 1px)) calc(var(--r) * (sin(var(--a)) - 1)) 0 no-repeat, linear-gradient(#000 calc(var(--p) - var(--_d)), #0000 0 calc(var(--p) + var(--_d)), #000 0);
            backdrop-filter: blur(10px);
            z-index: -1;
        }

       #aboutxx h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Outfit', sans-serif;
            font-weight: 700;
            line-height: 1.2;
        }

        .containerzz {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        section {
            padding: 120px 0;
            position: relative;
        }

        /* Background Elements */
        .background-elementsEWG {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
        }

        .bg-elementqefw {
            position: absolute;
            border-radius: 50%;
            filter: blur(40px);
            opacity: 0.3;
            animation: float22 20s infinite linear;
        }

        .bg-1ewg {
            width: 600px;
            height: 600px;
            background: var(--primaryefw-gradient);
            top: 10%;
            left: -200px;
            animation-duration: 25s;
        }

        .bg-2swf {
            width: 400px;
            height: 400px;
            background: var(--secondaryef-gradient);
            bottom: 10%;
            right: -100px;
            animation-duration: 30s;
            animation-direction: reverse;
        }

        .bg-3wef {
            width: 300px;
            height: 300px;
            background: var(--accentwr-gradient);
            top: 50%;
            left: 80%;
            animation-duration: 35s;
        }

        @keyframes float22 {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg);
            }

            25% {
                transform: translate(50px, 50px) rotate(90deg);
            }

            50% {
                transform: translate(0, 100px) rotate(180deg);
            }

            75% {
                transform: translate(-50px, 50px) rotate(270deg);
            }
        }

        /* Geometric Patterns */
        .geometric-pattern {
            position: absolute;
            pointer-events: none;
            --s: 60px;
            --n: 4;
            --t: 10px;
            --g: 10px;
            --c: #6a6a6a 25%, #ff980000 0;
            background: conic-gradient(at var(--g) var(--t), var(--c)) calc((var(--s) / var(--n) - var(--g) + var(--t)) / 2) 0 / calc(var(--s) / var(--n)) var(--s), conic-gradient(from 180deg at var(--t) var(--g), var(--c)) 0 calc((var(--s) / var(--n) - var(--g) + var(--t)) / 2) / var(--s) calc(var(--s) / var(--n));
            width: calc(round(down, 100%, var(--s)) + var(--t));
            height: calc(4 * var(--s) + var(--t));
            border-radius: 15px;
        }

        .pattern-1 {
            width: 200px;
            height: 200px;
            border: 4px solid var(--primaryefw);
            border-radius: 30px;
            transform: rotate(45deg);
            top: 15%;
            right: 10%;
            opacity: 0.1;
            animation: rotate 60s infinite linear;


        }

        .pattern-2 {
            width: 150px;
            height: 150px;
            border: 3px solid var(--secondaryef);
            border-radius: 20px;
            transform: rotate(15deg);
            bottom: 20%;
            left: 5%;
            opacity: 0.1;
            animation: rotate 40s infinite linear reverse;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        /* Main Content */
        .main-contentsa {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
        }

        /* Text Content */
        .text-contentegffe {
            position: relative;
            z-index: 2;
        }

        /* HTML: <div class="ribbon">Your text content</div> */
        /* HTML: <div class="ribbon">Your text content</div> */
        .ribbon {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
        }

        .ribbon {
            --s: 1.8em;
            /* the ribbon size */
            --d: .8em;
            /* the depth */
            --c: .8em;
            /* the cutout part */

            padding: 0 var(--c) var(--d) calc(var(--s) + .5em);
            line-height: 1.8;
            background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%, #0008 0 37.5%, #0004 0);
            clip-path: polygon(calc(100% - var(--c)) 0, var(--s) 0, var(--s) var(--d), 0 var(--d), var(--c) calc(50% + var(--d)/2), 0 100%, calc(var(--s) + var(--d)) 100%, calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(100% - var(--c)) calc(100% - var(--d)), 100% calc(50% - var(--d)/2));
            background-color: #BD1550;
            /* the main color */
            width: fit-content;
        }

        .section-tagfsw {
            display: inline-block;
            padding: 8px 20px;
            background: var(--primaryefw-gradient);

            width: fit-content;
            --s: 1.8em;
            /* the ribbon size */
            --d: .8em;
            /* the depth */
            --c: .8em;
            /* the cutout part */

            padding: 0 var(--c) var(--d) calc(var(--s) + .5em);
            line-height: 1.8;
            background:
                conic-gradient(at left var(--s) bottom var(--d),
                    #ff9800 25%,
                    var(--primaryefw-start) 0 37.5%,
                    var(--primaryefw-end) 0);
            clip-path: polygon(calc(100% - var(--c)) 0, var(--s) 0, var(--s) var(--d), 0 var(--d), var(--c) calc(50% + var(--d)/2), 0 100%, calc(var(--s) + var(--d)) 100%, calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(100% - var(--c)) calc(100% - var(--d)), 100% calc(50% - var(--d)/2));
            color: white;
            /* border-radius: 50px; */
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 25px;
            box-shadow: 0 10px 20px rgba(0, 200, 151, 0.2);
        }

        .main-titleetq {
            font-size: 4rem;
            margin-bottom: 25px;
            /* background: linear-gradient(135deg, var( --darkgfsd) 30%, var(--primaryefw) 70%); */
            background: linear-gradient(to right, #ff6b35, #115e3c);

            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            position: relative;
        }

        .main-titleetq .highlightewgt {
            /* position: relative; */
            display: inline-block;
        }

        .main-titleetq .highlightewgt:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 8px;
            background: var(--accentwr-gradient);
            --r: .8em;
            padding-inline: calc(var(--r) + .3em);
            line-height: 1.8;
            clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
            bottom: -5px;
            left: 0;
            z-index: -1;
            /* opacity: 0.5; */
            /* border-radius: 4px; */
        }

        .descriptioneqgw {
            font-size: 1.2rem;
            color: #6c748f;
            margin-bottom: 40px;
            line-height: 1.8;
        }

        /* Feature Cards */
        .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin-bottom: 50px;
        }

        .feature-card {
            background: var(--whitewgq);
            padding: 30px;
            border-radius: 20px;
            box-shadow: var(--shadowwqr);
            transition: var(--transitionewg);
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .feature-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: var(--primaryefw-gradient);
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadowwqr-lg);
            border-color: var(--primaryefw);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--lightewg), var(--grayetwq-light));
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 1.5rem;
            color: var(--primaryefw);
        }

        .feature-title {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: var( --darkgfsd);
        }

        .feature-desc {
            color: var(--grayetwq);
            font-size: 0.95rem;
        }

        /* Stats Section */
        .stats-section3r2t {
            display: flex;
            gap: 40px;
            margin-top: 50px;
        }

        .stat-itemeqg {
            text-align: center;
            flex: 1;
        }

        .stat-circlewf {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: conic-gradient(var(--primaryefw) var(--percent, 0%), var(--grayetwq-light) 0%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            position: relative;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            animation: circleFillwf 2s ease-out forwards;
        }

        .stat-circlewf:before {
            content: '';
            position: absolute;
            width: 90px;
            height: 90px;
            background: white;
            border-radius: 50%;
        }

        .stat-numberr4wg {
            position: relative;
            font-size: 2.2rem;
            font-weight: 800;
            color: var( --darkgfsd);
            z-index: 1;
        }

        .stat-labelqzswf {
            color: #5e667d;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        @keyframes circleFillwf {
            from {
                background: conic-gradient(var(--primaryefw) 0%, var(--grayetwq-light) 0%);
            }
        }

        /* Visual Content */
        .visual-contentwqf {
            position: relative;
            z-index: 2;
        }

        .image-containerwqf {
            position: relative;
            border-radius: 50%;
            overflow: hidden;
            /* background: linear-gradient(45deg, #00968830, #ff980030); */
            background: transparent;
            border: 8px inset;

            /* border: 8px solid #ffffff6d; */
            box-sizing: border-box;
            /* border-right: 10px dashed #07d9c6; */
            /* border-left: 10px dashed #FF9800; */
            /* box-shadow: 0px 0px 0px 15px rgb(76 175 80 / 30%); */
            transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
            transition: var(--transitionewg);
            height: 600px;
            /* border-top: 10px solid red; */
            /* border-bottom: 10px solid #ffff00; */
        }

        .image-containerwqf:hover {
            transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
        }

        .main-imagewq {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .image-containerwqf:hover .main-imagewq {
            transform: scale(1.05);
        }

        .floating-cardetqd {
            position: absolute;
            background: var(--whitewgq);
            padding: 25px;
            border-radius: 20px;
            box-shadow: var(--shadowwqr);
            width: 300px;
            z-index: 3;
            animation: floatCardqwf 6s infinite ease-in-out;
        }

        .card-1wqfr {
            top: -30px;
            right: -30px;
            background: linear-gradient(135deg, #00c8962c, #00997552);
            color: white;
            animation-delay: 0s;
        }

        .card-2ewg {
            bottom: -30px;
            left: -30px;
            background: linear-gradient(135deg, #ff6b8b25, #ff9eb85f);
            animation-delay: 2s;
        }

        .floating-cardetqd i {
            font-size: 2rem;
            margin-bottom: 15px;
            color: var(--accentwr);
        }

        .card-1wqfr i {
            color: white;
        }

        .floating-cardetqd h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .floating-cardetqd p {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        @keyframes floatCardqwf {

            0%,
            100% {
                transform: translateY(0) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(2deg);
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .main-contentsa {
                gap: 60px;
            }

            .main-titleetq {
                font-size: 3.5rem;
            }

            .image-containerwqf {
                max-width: 500px;
                height: 500px;
            }
        }

        @media (max-width: 992px) {
            .main-contentsa {
                grid-template-columns: 1fr;
                gap: 80px;
            }

            .main-titleetq {
                font-size: 3rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }

            .stats-section3r2t {
                flex-direction: column;
                gap: 30px;
            }

            .floating-cardetqd {
                position: relative;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: 20px 0;
                width: 100%;
                max-width: 300px;
            }

            .card-1wqfr,
            .card-2ewg {
                position: relative;
                margin: 20px auto;
            }
        }

        @media (max-width: 768px) {
          #aboutxx {
    margin-top: 50px;
          }
            .containerzz {
                padding: 0 25px;
            }

            section {
                padding: 80px 0;
            }

            .main-titleetq {
                font-size: 2.5rem;
            }

            .descriptioneqgw {
                font-size: 1.1rem;
            }

            .image-containerwqf {
                max-width: 400px;

                height: 400px;
            }

            .bg-elementqefw {
                display: none;
            }
            .floating-cardetqd{
                /* display:none; */
            }
        }

        @media (max-width: 576px) {
          #aboutxx {
    margin-top: 50px;
          }
            .container {
                padding: 0 20px;
            }

            .main-titleetq {
                font-size: 2.2rem;
            }
              .image-containerwqf {
                max-width: 300px;

                height: 300px;
            }


            .feature-card {
                padding: 25px;
            }

            .stat-circlewf {
                width: 100px;
                height: 100px;
            }

            .stat-circlewf:before {
                width: 75px;
                height: 75px;
            }

            .stat-numberr4wg {
                font-size: 1.8rem;
            }
        }

        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            background: var(--grayetwq-light);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--primaryefw-gradient);
            border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--primaryefw-dark);
        }

        /* Loading Animation
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .text-contentegffe,
        .visual-contentwqf {
            animation: fadeIn 1s ease-out forwards;
        }

        .feature-card,
        .stat-itemeqg,
        .floating-cardetqd {
            opacity: 0;
            animation: fadeIn 0.8s ease-out forwards;
        }

        .feature-card:nth-child(1) {
            animation-delay: 0.2s;
        }

        .feature-card:nth-child(2) {
            animation-delay: 0.3s;
        }

        .feature-card:nth-child(3) {
            animation-delay: 0.4s;
        }

        .feature-card:nth-child(4) {
            animation-delay: 0.5s;
        }

        .stat-itemeqg:nth-child(1) {
            animation-delay: 0.6s;
        }

        .stat-itemeqg:nth-child(2) {
            animation-delay: 0.7s;
        }

        .stat-itemeqg:nth-child(3) {
            animation-delay: 0.8s;
        }

        .card-1wqfr {
            animation-delay: 0.9s;
        }

        .card-2ewg {
            animation-delay: 1s;
        } */

        /* Micro-interactions */
        .feature-card:hover .feature-icon {
            transform: scale(1.1) rotate(5deg);
            transition: var(--transitionewg);
        }

        .stat-itemeqg:hover .stat-circlewf {
            transform: scale(1.1);
            transition: var(--transitionewg);
        }

        /* Particle Background */
        .particles8 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .particleAA {
            position: absolute;
            background: var(--primaryefw);
            border-radius: 50%;
            opacity: 0.15;
            animation: particleMove 20s infinite linear;
        }

        @keyframes particleMove {
            0% {
                transform: translateY(0) translateX(0);
            }

            100% {
                transform: translateY(-1000px) translateX(100px);
            }
        }
/* ABOUT FIRST SECTION************************************************** END */



/* GOUTAM SIR SECTION************************************************** START */

 :root {
            --primary55: #00C897;
            --primary55-dark: #009976;
            --secondary55: #4A5FC1;
            --accentWEFR: #FF6B8B;
            --sandWSF: #f8f1e9;
            --clay546: #c89f7d;
            --terracotta54: #b36a55;
            --forestGR5: #4a7043;
            --deep54: #2d3e2f;
            --warm12: #e8d5c3;
            --light548: #F7F9FC;
            --white45: #FFFFFF;
            --darkWRQT: #0A192F;
            --transition465: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

       

        .ghuiwe {
            font-family: 'Inter', sans-serif;
            /* background: linear-gradient(135deg, #fefcf8 0%, #f9f5f0 100%); */
            background: transparent;
            color: var(--deep54);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Abstract Background */
        .bg-canvasewqg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            background:
                radial-gradient(circle at 20% 80%, rgba(0, 200, 151, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(74, 95, 193, 0.05) 0%, transparent 50%),
                linear-gradient(135deg, #fefcf8 0%, #f9f5f0 100%);
        }

        /* Header */
        .headerxxx {
            padding: 40px 0;
            position: relative;
            z-index: 100;
        }

        .logo-containerwtq {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            text-align: center;
        }

        .logo-circleeqf {
            width: 200px;
            height: 150px;
            background: linear-gradient(135deg, var(--primary55), var(--forestGR5));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 40px;
            box-shadow:
                0 20px 40px rgba(0, 200, 151, 0.3),
                0 0 0 10px rgba(255, 255, 255, 0.8);
            position: relative;
            overflow: hidden;
        }

        .logo-circleeqf img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            background-repeat: no-repeat;
        }



        .logo-circleeqf::after {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: rotatezz 20s linear infinite;
        }

        @keyframes rotatezz {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .logo-titleweq {
            font-family: 'Playfair Display', serif;
            font-weight: 800;
            font-size: 48px;
            background: linear-gradient(135deg, var(--deep54) 0%, var(--forestGR5) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -1px;
        }

        .taglinewfq {
            font-size: 18px;
            color: var(--clay546);
            font-weight: 500;
            margin-top: 5px;
        }

        /* Hero Section */
        .hero-sectionweq {
            padding: 80px 0 20px;
            position: relative;
        }

        .hero-titlewqf {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }

        .hero-titlewqf h1 {
            font-family: 'Playfair Display', serif;
            font-size: 72px;
            line-height: 1.1;
            margin-bottom: 20px;
            color: var(--deep54);
            position: relative;
            display: inline-block;
        }

        .title-gradientewg {
            background: linear-gradient(135deg, var(--primary55) 0%, var(--terracotta54) 50%, var(--secondary55) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            position: relative;
        }



        .title-decorationw3t {
            font-size: 28px;
            font-weight: bold;
            width: 200px;
            height: 12px;
            background: linear-gradient(90deg, var(--primary55), var(--terracotta54), var(--secondary55));
            margin: 20px auto;
            --r: 0.8em;
            padding-inline: calc(var(--r) + 0.3em);
            line-height: 1.8;
            clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
            border-radius: 6px;
            position: relative;
            overflow: hidden;
        }

        .title-decorationw3t::after {
            content: '';
            position: absolute;

            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
            animation: shinezz 3s infinite;
        }

        @keyframes shinezz {
            0% {
                transform: translateX(-100%);
            }

            100% {
                transform: translateX(100%);
            }
        }

        /* Founder Display */
        .founder-displayeqf {
            display: grid;
            grid-template-columns: 700px 1fr;
            gap: 10px;
            margin-bottom: 80px;
            position: relative;
        }

        /* Founder Visual */
        .founder-visualwfq {
            position: relative;
            height: 500px;
            perspective: 1000px;
        }

        .visual-containerwefq {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .portrait-wrapperewr {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
        }

        .portrait-framewefq {
            width: 70%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2), 0 0 0 20px var(--white45), 0 0 0 22px var(--primary55), inset 0 0 50px rgba(0, 0, 0, 0.1);
            transition: all 0.5s ease
        }

        .portrait-framewefq::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg,
                    rgba(0, 200, 151, 0.1) 0%,
                    rgba(179, 106, 85, 0.1) 50%,
                    rgba(74, 95, 193, 0.1) 100%);
            z-index: 1;
        }

        .portrait-framewefq img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s ease;
        }

        .portrait-framewefq:hover img {
            transform: scale(1.05);
        }

        .badge-containerweg {
            position: absolute;
            bottom: -30px;
            right: -30px;
            z-index: 10;
        }

        .founder-badgew3q {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, var(--terracotta54), var(--accentWEFR));
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
            box-shadow: 0 20px 40px rgba(179, 106, 85, 0.4);
            position: relative;
            animation: badgeFloat3e 6s ease-in-out infinite;
        }

        .founder-badgew3q i {
            font-size: 36px;
            margin-bottom: 5px;
        }

        @keyframes badgeFloat3e {

            0%,
            100% {
                transform: translateY(0) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }

        /* Floating Elements */
        .floating-elementeg {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary55), var(--secondary55));
            opacity: 0.1;
            animation: floatElementewgq 20s infinite linear;
        }

        .element-1wq {
            width: 200px;
            height: 200px;
            top: 10%;
            left: 10%;
        }

        .element-2wqd {
            width: 150px;
            height: 150px;
            bottom: 20%;
            right: 15%;
            animation-delay: -10s;
        }

        .element-3refw {
            width: 100px;
            height: 100px;
            top: 40%;
            right: 25%;
            animation-delay: -5s;
        }

        @keyframes floatElementewgq {
            0% {
                transform: translate(0, 0) rotate(0deg);
            }

            33% {
                transform: translate(50px, -60px) rotate(120deg);
            }

            66% {
                transform: translate(-40px, 40px) rotate(240deg);
            }

            100% {
                transform: translate(0, 0) rotate(360deg);
            }
        }

        /* Founder Info */
        .founder-inforwegt {
            padding: 40px;
        }

        .founder-headerwqf {
            /* margin-bottom: 40px; */
            margin-top: 60px;
            text-align: center;
        }

        .founder-namewefg {
            font-family: 'Playfair Display', serif;
            font-weight: 800;
            font-size: 64px;
            line-height: 1;
            margin-bottom: 10px;
            background: linear-gradient(135deg, var(--deep54) 0%, var(--terracotta54) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .founder-titlewerqf {
            font-size: 24px;
            color: var(--clay546);
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .title-lineeqg {
            width: 100px;
            height: 8px;
            --r: 0.8em;
            padding-inline: calc(var(--r) + 0.3em);
            line-height: 1.8;
            clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
            background: linear-gradient(90deg, var(--primary55), transparent);
        }

        /* Quote Section */
        .quote-sectionewt {
            background: linear-gradient(135deg,
                    rgba(0, 200, 151, 0.05) 0%,
                    rgba(179, 106, 85, 0.05) 50%,
                    rgba(74, 95, 193, 0.05) 100%);
            border-radius: 30px;
            padding: 50px;
            margin: 40px 0;
            border-left: 8px solid var(--primary55);
            position: relative;
            overflow: hidden;
        }

        .quote-sectionewt::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background:
                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
        }

        .quote-titleefs {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 30px;
            color: var(--deep54);
            position: relative;
            display: inline-block;
        }

        .quote-titleefs::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, var(--terracotta54), transparent);
            border-radius: 2px;
        }

        .quote-texteffre {
            font-size: 20px;
            color: var(--deep54);
            line-height: 1.8;
            margin-bottom: 25px;
            position: relative;
            padding-left: 30px;
            border-left: 3px solid rgba(0, 200, 151, 0.3);
        }

        .highlight-quoteewg {
            font-size: 24px;
            font-weight: 700;
            color: var(--white45);
            background: linear-gradient(135deg, var(--terracotta54), var(--accentWEFR));
            padding: 25px;
            border-radius: 20px;
            text-align: center;
            margin-top: 30px;
            box-shadow: 0 20px 40px rgba(179, 106, 85, 0.2);
            position: relative;
            overflow: hidden;
        }

        .highlight-quoteewg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            animation: quoteShinewe 3s infinite;
        }

        @keyframes quoteShinewe {
            0% {
                transform: translateX(-100%);
            }

            100% {
                transform: translateX(100%);
            }
        }

        /* Contact Cards */
        .contact-sectionqwr {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            /* margin: 50px; */
        }

        .contact-cardewgq {
            background: var(--white45);
            border-radius: 20px;
            padding: 25px 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .contact-cardewgq::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary55), var(--secondary55));
        }

        .contact-cardewgq:hover {
            transform: translateY(-10px);
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);
        }

        .contact-iconwqfr {
            width: 60px;
            height: 60px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: white;
            flex-shrink: 0;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .contact-phonewqt .contact-iconwqfr {
            background: linear-gradient(135deg, var(--secondary55), #6B82FF);
        }

        .contact-emailfsw .contact-iconwqfr {
            background: linear-gradient(135deg, var(--primary55), var(--forestGR5));
        }

        .contact-detailsasd h3 {
            font-size: 16px;
            color: var(--clay546);
            margin-bottom: 8px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-detailsasd p {
            font-size: 20px;
            font-weight: 700;
            color: var(--deep54);
        }

        /* Organization Section */
        .org-sectiondes {
            background: linear-gradient(135deg, var(--white45) 0%, #f9f5f0 100%);
            border-radius: 40px;
            padding: 60px;
            margin: 100px;
            box-shadow:
                0 40px 80px rgba(0, 0, 0, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .org-sectiondes::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, var(--forestGR5), var(--terracotta54), var(--primary55));
        }

        .org-headerewqg {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 40px;
        }

        .org-iconwqfr {
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, var(--forestGR5), var(--primary55));
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: white;
            box-shadow: 0 20px 40px rgb(0 0 0 / 41%), 0px 0px 0px 9px #FF9800, inset 5px 5px 5px #ffffff;
        }

        .org-titleweq {
            font-family: 'Playfair Display', serif;
            font-weight: 800;
            font-size: 48px;
            line-height: 1.1;
            background: linear-gradient(135deg, var(--forestGR5) 0%, var(--deep54) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .org-contentqef {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 50px;
        }

        .org-descriptionwqef {
            font-size: 20px;
            color: var(--deep54);
            line-height: 1.8;
        }

        .org-descriptionwqef p {
            margin-bottom: 30px;
        }

        .mission-highlightwqfr {
            background: linear-gradient(135deg,
                    rgba(74, 112, 67, 0.08) 0%,
                    rgba(0, 200, 151, 0.08) 100%);
            border-radius: 25px;
            padding: 40px;
            border: 1px solid rgba(74, 112, 67, 0.1);
            position: relative;
            overflow: hidden;
        }

        .mission-highlightwqfr::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 100%;
            background: linear-gradient(to bottom, var(--forestGR5), var(--primary55));
        }

        .mission-highlightwqfr h4 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 28px;
            margin-bottom: 20px;
            color: var(--forestGR5);
            display: flex;
            align-items: center;
            gap: 15px;
            flex-direction: column;
        }

        .mission-highlightwqfr h4 i {
            color: #ffffff;
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, #FF5722, #FF9800);
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            /* color: white; */
            box-shadow: 0 20px 40px rgb(0 0 0 / 41%), 0px 0px 0px 9px #4CAF50, inset 5px 5px 5px #ffffff;
        }

        .mission-highlightwqfr p {
            font-size: 18px;
            color: var(--deep54);
            line-height: 1.7;
        }

        /* Footer */
        .footer11 {
            text-align: center;
            padding: 60px 0 40px;
            color: var(--clay546);
            font-size: 16px;
            /* margin-top: 100px; */
            position: relative;
        }

        .footer11::before {
            content: '';
            position: absolute;
            top: 0;
            --r: 0.8em;
            padding-inline: calc(var(--r) + 0.3em);
            line-height: 1.8;
            clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            height: 8px;
            background: linear-gradient(90deg, var(--primary55), transparent, var(--clay546));
        }

        .footer-quoteweqt {
            font-size: 20px;
            color: var(--deep54);
            font-weight: 500;
            margin-top: 20px;
            font-style: italic;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .founder-displayeqf {
                grid-template-columns: 1fr;
                gap: 80px;
            }

            .founder-visualwfq {
                height: 400px;
            }

            .portrait-framewefq {
                width: 300px;
                height: 300px;
            }

            .badge-containerweg {
                bottom: -20px;
                right: -20px;
            }
        }

        @media (max-width: 992px) {
            .hero-titlewqf h1 {
                font-size: 56px;
            }

            .founder-namewefg {
                font-size: 48px;
            }

            .org-contentqef {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .org-titleweq {
                font-size: 30px;
            }
        }

        @media (max-width: 768px) {
            .logo-titleweq {
                font-size: 36px;
            }

            .hero-titlewqf h1 {
                font-size: 42px;
            }
             .founder-inforwegt {
           padding: 40px 10px 40px 10px;
        }

            .founder-namewefg {
                font-size: 36px;
            }

            .quote-sectionewt {
                padding: 30px;
                margin-top: 80px;
            }

            .quote-titleefs {
                font-size: 28px;
            }

            .quote-texteffre {
                font-size: 18px;
            }

            .contact-cardewgq {
                flex-direction: column;
                text-align: center;
                padding: 30px;
            }

            .org-sectiondes {
                padding: 40px 30px;
                margin: 20px;
            }

            .founder-headerwqf {
                /* margin-bottom: 40px; */
                margin-top: 10px;

            }

            .founder-titlewerqf {

                flex-direction: column;
            }

            .org-headerewqg {
                flex-direction: column;
            }
        }

        @media (max-width: 576px) {
            .logo-circleeqf {
                width: 80px;
                height: 80px;
                font-size: 32px;
            }

            .hero-titlewqf h1 {
                font-size: 32px;
            }

            .founder-namewefg {
                font-size: 28px;
            }

            .portrait-framewefq {
                width: 250px;
                height: 250px;
            }

            .founder-badgew3q {
                width: 100px;
                height: 100px;
            }

            .highlight-quoteewg {
                font-size: 18px;
                padding: 20px;
            }
        }
/* GOUTAM SIR SECTION************************************************** END */


/* OUR PROGRAMS SECTION************************************************** START */
    :root {
            --primary65f: #0e5c38;
            --primary65f-dark: #0a4529;
            --primary65f-light: rgba(14, 92, 56, 0.08);
            --accent100: #f97316;
            --accent100-light: #fdba74;
            --dark100: #0f172a;
            --light100: #f9fafb;
            --gray100: #64748b;
            --border100: #e2e8f0;
            --transition100: all 0.45s cubic-bezier(0.2, 0.9, 0.3, 1);
            --shadow100-sm: 0 10px 30px rgba(15, 92, 58, 0.08);
            --shadow100-md: 0 20px 50px rgba(15, 92, 58, 0.12);
            --shadow100-lg: 0 30px 80px rgba(15, 92, 58, 0.18);
            --shadow100-accent: 0 20px 50px rgba(249, 115, 22, 0.15);
            --container-padding100: 4vw;
        }

       
        .jh456swd {
            font-family: 'Inter', system-ui, sans-serif;
            background: transparent;
            color: var(--dark100);
            line-height: 1.55;
            overflow-x: hidden;
            min-height: 100vh;
        }

        .container100 {
            max-width: 1800px;
            margin: 0 auto;
            padding: 0 var(--container-padding100);
            overflow: hidden;
        }

        /* Hero Title with Animation */
        .hero-section100 {
            position: relative;
            padding: clamp(60px, 8vw, 120px) 0 clamp(80px, 10vw, 150px);
            padding-bottom: 0;
            text-align: center;
            overflow: hidden;
        }

        .hero-section100::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: min(800px, 90vw);
            height: min(800px, 90vw);
            background: radial-gradient(circle, rgba(14, 92, 56, 0.04) 0%, transparent 70%);
            z-index: -1;
        }

        .hero-title100 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(3.5rem, 12vw, 14rem);
            font-weight: 800;
            letter-spacing: -0.05em;
            background: linear-gradient(90deg, var(--primary65f) 0%, var(--accent100) 70%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 0.85;
            margin: 0;
            position: relative;
            display: inline-block;
            padding: 10px;
            transition: font-size 0.3s ease;
        }

        .hero-title100::after {
            content: '';
            position: absolute;
            --r: 0.8em;
            padding-inline: calc(var(--r) + 0.3em);
            line-height: 1.8;
            clip-path: polygon(0 0,
                    100% 0,
                    calc(100% - var(--r)) 50%,
                    100% 100%,
                    0 100%,
                    var(--r) 50%);
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            width: min(300px, 70%);
            height: 8px;
            background: linear-gradient(90deg, var(--primary65f), var(--accent100));
            border-radius: 2px;
            opacity: 0.5;
        }

        .hero-subtitle100 {
            font-family: 'Inter', sans-serif;
            font-size: clamp(1rem, 1.5vw, 1.3rem);
            font-weight: 400;
            color: var(--gray100);
            max-width: min(700px, 90%);
            margin: clamp(30px, 5vw, 50px) auto 0;
            line-height: 1.6;
            opacity: 0.9;
        }

        /* Broken Grid Layout */
        .broken-grid100 {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: clamp(20px, 3.5vw, 60px);
            padding-bottom: clamp(40px, 8vw, 40px);
            padding-top: clamp(60px, 10vw, 200px);
            position: relative;
        }

        /* Decorative Background Elements */
        .grid-bg100 {
            position: absolute;
            z-index: -1;
            border-radius: 50%;
            filter: blur(60px);
            opacity: 0.3;
            display: none;
        }

        .bg-1100 {
            top: 10%;
            left: 5%;
            width: min(400px, 40vw);
            height: min(400px, 40vw);
            background: var(--primary65f);
        }

        .bg-2100 {
            bottom: 20%;
            right: 8%;
            width: min(500px, 50vw);
            height: min(500px, 50vw);
            background: var(--accent100);
        }

        /* Program Tiles */
        .program-tile100 {
            position: relative;
            display: flex;
            flex-direction: column;
            border-radius: 32px;
            overflow: hidden;
            background: transparent;
            box-shadow: var(--shadow100-sm);
            transition: transform 0.36s cubic-bezier(0.2, 0.9, 0.3, 1), 
                        box-shadow 0.36s cubic-bezier(0.2, 0.9, 0.3, 1),
                        opacity 0.36s ease;
            border: 1px solid rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            will-change: transform, box-shadow, opacity;
            transform: translateY(var(--ty, 0)) rotate(var(--rotate, 0)) scale(var(--scale, 1));
            opacity: 1;
            min-height: 300px;
        }

        /* Hover Effects */
        .program-tile100:hover {
            --ty: -20px;
            --scale: 1.025;
            box-shadow: var(--shadow100-lg);
            z-index: 10;
        }

        .program-tile100::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(14, 92, 56, 0.1), rgba(249, 115, 22, 0.05));
            opacity: 0;
            transition: opacity 0.45s cubic-bezier(0.2, 0.9, 0.3, 1);
            z-index: 1;
            pointer-events: none;
        }

        .program-tile100:hover::before {
            opacity: 1;
        }

        /* Unique Rotations and Positions */
        .tile-1100 {
            grid-column: 1 / 6;
            grid-row: 1;
            --rotate: -2.5deg;
        }

        .tile-2100 {
            grid-column: 5 / 10;
            grid-row: 1 / 3;
            --rotate: 3.2deg;
            margin-top: clamp(-40px, -6vw, -80px);
            z-index: 2;
        }

        .tile-3100 {
            grid-column: 8 / 13;
            grid-row: 1;
            --rotate: -1.8deg;
        }

        .tile-4100 {
            grid-column: 2 / 5;
            grid-row: 2 / 4;
            --rotate: 2.1deg;
            margin-top: clamp(20px, 4vw, 60px);
            margin-left: clamp(-40px, -6vw, -80px);
        }

        .tile-5100 {
            grid-column: 3 / 8;
            grid-row: 3;
            --rotate: -3.5deg;
            z-index: 2;
        }

        .tile-6100 {
            grid-column: 7 / 12;
            grid-row: 3 / 5;
            --rotate: 1.4deg;
            margin-top: clamp(-30px, -5vw, -60px);
            margin-right: clamp(-20px, -3vw, -40px);
        }

        /* Image Wrappers with Different Aspect Ratios */
        .image-wrapper100 {
            height: 0;
            position: relative;
            overflow: hidden;
            border-radius: 32px 32px 0 0;
            background: linear-gradient(135deg, var(--primary65f-light), var(--accent100-light));
        }

        .tile-1100 .image-wrapper100 {
            padding-bottom: 90%;
        }

        .tile-2100 .image-wrapper100 {
            padding-bottom: 150%;
        }

        .tile-3100 .image-wrapper100 {
            padding-bottom: 80%;
        }

        .tile-4100 .image-wrapper100 {
            padding-bottom: 70%;
        }

        .tile-5100 .image-wrapper100 {
            padding-bottom: 95%;
        }

        .tile-6100 .image-wrapper100 {
            padding-bottom: 110%;
        }

        .image-wrapper100 img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
            filter: brightness(0.95);
            will-change: transform, filter;
        }

        .program-tile100:hover .image-wrapper100 img {
            transform: scale(1.18) rotate(2deg);
            filter: brightness(1.05);
        }

        /* Gradient Overlay */
        .image-gradient100 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(14, 92, 56, 0.8) 0%, transparent 100%);
            z-index: 1;
            opacity: 0.7;
            transition: var(--transition100);
            pointer-events: none;
        }

        .program-tile100:hover .image-gradient100 {
            opacity: 0.9;
            height: 70%;
        }

        /* Content Styling */
        .content100 {
            padding: clamp(1.2rem, 2vw, 1.8rem);
            background: white;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            color: var(--dark100);
            z-index: 2;
            border-top: 1px solid rgba(15, 92, 58, 0.06);
            border-radius: 0 0 24px 24px;
            box-shadow: 0 8px 20px rgba(15, 92, 58, 0.04);
            transition: box-shadow 0.28s ease, transform 0.28s ease;
            flex-grow: 1;
        }

        .program-tile100:hover .content100 {
            box-shadow: 0 14px 36px rgba(15, 92, 58, 0.06);
        }

        /* Number Badge */
        .tile-number100 {
            position: absolute;
            top: clamp(20px, 2vw, 25px);
            right: clamp(20px, 2vw, 25px);
            width: clamp(50px, 4vw, 60px);
            height: clamp(50px, 4vw, 60px);
            background: var(--primary65f);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.5rem, 2vw, 1.8rem);
            font-weight: 800;
            z-index: 3;
            box-shadow: 0 10px 30px rgba(14, 92, 56, 0.3);
            transition: background 0.28s ease, 
                        transform 0.36s cubic-bezier(0.2, 0.9, 0.3, 1), 
                        box-shadow 0.36s cubic-bezier(0.2, 0.9, 0.3, 1);
            will-change: transform, background, box-shadow;
        }

        .program-tile100:hover .tile-number100 {
            background: var(--accent100);
            transform: scale(1.1) rotate(15deg);
            box-shadow: 0 15px 40px rgba(249, 115, 22, 0.4);
        }

        .category100 {
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 700;
            font-size: clamp(0.85rem, 1vw, 0.95rem);
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent100);
            margin-bottom: clamp(0.8rem, 1.5vw, 1rem);
            opacity: 0.9;
            position: relative;
            display: inline-block;
            padding-bottom: 8px;
        }

        .category100::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background: currentColor;
            transition: width 0.45s cubic-bezier(0.2, 0.9, 0.3, 1);
        }

        .program-tile100:hover .category100::after {
            width: 60px;
        }

        .title100 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(1.6rem, 3vw, 2.5rem);
            font-weight: 700;
            line-height: 1.15;
            margin-bottom: clamp(1rem, 1.5vw, 1.2rem);
            color: var(--primary65f-dark);
            transition: var(--transition100);
        }

        .program-tile100:hover .title100 {
            color: var(--accent100);
        }

        .short-desc100 {
            font-size: clamp(1rem, 1.2vw, 1.1rem);
            color: #475569;
            margin-bottom: clamp(1.5rem, 2vw, 2rem);
            opacity: 0.92;
            line-height: 1.6;
            flex-grow: 1;
        }

        /* Feature Tags */
        .features100 {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: clamp(1.5rem, 2vw, 2rem);
        }

        .features100 span {
            background: var(--primary65f-light);
            color: var(--primary65f);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: clamp(0.8rem, 0.9vw, 0.85rem);
            font-weight: 600;
            transition: var(--transition100);
            white-space: nowrap;
        }

        .program-tile100:hover .features100 span {
            background: rgba(249, 115, 22, 0.1);
            color: var(--accent100);
            transform: translateY(-3px);
        }

        /* Arrow Link with Animation */
        .arrow-link100 {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            color: var(--primary65f);
            font-weight: 700;
            font-size: clamp(1rem, 1.2vw, 1.1rem);
            text-decoration: none;
            transition: var(--transition100);
            padding: clamp(10px, 1vw, 12px) clamp(16px, 1.5vw, 24px);
            border-radius: 30px;
            background: rgba(14, 92, 56, 0.05);
            width: fit-content;
            position: relative;
            overflow: hidden;
            border: none;
            cursor: pointer;
        }

        .arrow-link100::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s cubic-bezier(0.2, 0.9, 0.3, 1);
        }

        .arrow-link100:hover::before {
            left: 100%;
        }

        .arrow-link100:hover {
            color: white;
            background: linear-gradient(90deg, var(--primary65f), var(--accent100));
            gap: 1.4rem;
            padding-right: clamp(24px, 2vw, 32px);
            box-shadow: var(--shadow100-accent);
        }

        .arrow-link100 i {
            transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
        }

        .arrow-link100:hover i {
            transform: translateX(6px) rotate(-45deg);
        }

        /* footer100 */
        .footer100 {
            text-align: center;
            padding: 40px 0;
            color: var(--gray100);
            font-size: 0.9rem;
            border-top: 1px solid var(--border100);
            margin-top: 40px;
        }

        /* Responsive Design - Tablet */
        @media (max-width: 1200px) {
            .grid-bg100 {
                display: block;
            }
            
            .broken-grid100 {
                grid-template-columns: repeat(10, 1fr);
                gap: clamp(15px, 3vw, 30px);
            }

            .tile-1100 {
                grid-column: 1 / 7;
                grid-row: 1;
                --rotate: -1.5deg;
            }

            .tile-2100 {
                grid-column: 4 / 11;
                grid-row: 2;
                --rotate: 2.5deg;
                margin-top: clamp(-60px, -8vw, -120px);
            }

            .tile-3100 {
                grid-column: 1 / 8;
                grid-row: 3;
                --rotate: -1deg;
            }

            .tile-4100 {
                grid-column: 5 / 12;
                grid-row: 4;
                --rotate: 2deg;
                margin-top: clamp(10px, 2vw, 40px);
                margin-left: 0;
            }

            .tile-5100 {
                grid-column: 2 / 9;
                grid-row: 5;
                --rotate: -2.5deg;
            }

            .tile-6100 {
                grid-column: 4 / 11;
                grid-row: 6;
                --rotate: 1.2deg;
                margin-top: clamp(-40px, -5vw, -80px);
                margin-right: 0;
            }

            .hero-title100 {
                font-size: clamp(3rem, 8vw, 8rem);
            }
        }

        /* Responsive Design - Mobile */
        @media (max-width: 768px) {
            :root {
                --container-padding100: 20px;
            }
            
            .grid-bg100 {
                display: none;
            }
            
            .broken-grid100 {
                display: flex;
                flex-direction: column;
                gap: clamp(40px, 8vw, 80px);
                padding-bottom: clamp(60px, 10vw, 120px);
                padding-top: clamp(40px, 8vw, 80px);
            }

            .program-tile100 {
                --ty: 0px !important;
                --scale: 1 !important;
                margin: 0 !important;
                --rotate: 0deg !important;
                max-width: 100%;
                min-height: auto;
            }

            .image-wrapper100 {
                padding-bottom: 70% !important;
            }

            .hero-section100 {
                padding: 40px 0 60px;
            }

            .hero-title100 {
                font-size: clamp(2.5rem, 10vw, 4.5rem);
                line-height: 0.9;
            }

            .hero-title100::after {
                width: min(200px, 60%);
                bottom: -20px;
                height: 6px;
            }

            .hero-subtitle100 {
                font-size: 1.1rem;
                margin-top: 30px;
                padding: 0;
            }

            .content100 {
                padding: 1.4rem 1.4rem 1.6rem;
                border-radius: 0 0 20px 20px;
            }

            .tile-number100 {
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
                top: 20px;
                right: 20px;
            }
            
            .features100 span {
                white-space: normal;
                padding: 8px 16px;
            }
        }

        @media (max-width: 480px) {
            .hero-title100 {
                font-size: 3rem;
            }

            .content100 {
                padding: 1.2rem 1.2rem 1.4rem;
                border-radius: 0 0 16px 16px;
            }

            .title100 {
                font-size: 1.8rem;
            }

            .short-desc100 {
                font-size: 1rem;
            }

            .features100 {
                gap: 6px;
            }

            .features100 span {
                padding: 6px 12px;
                font-size: 0.8rem;
            }

            .arrow-link100 {
                padding: 10px 20px;
                font-size: 1rem;
                width: 100%;
                justify-content: center;
            }
            
            .tile-number100 {
                width: 45px;
                height: 45px;
                font-size: 1.3rem;
                top: 15px;
                right: 15px;
            }
        }

        /* Animation for tiles */
        /* @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(60px) rotate(0);
            }

            to {
                opacity: 1;
                transform: translateY(0) rotate(var(--rotate));
            }
        } */

        /* .program-tile100 {
            animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
            opacity: 0;
        } */

        /* .tile-1100 {
            animation-delay: 0.1s;
        }

        .tile-2100 {
            animation-delay: 0.2s;
        }

        .tile-3100 {
            animation-delay: 0.3s;
        }

        .tile-4100 {
            animation-delay: 0.4s;
        }

        .tile-5100 {
            animation-delay: 0.5s;
        }

        .tile-6100 {
            animation-delay: 0.6s;
        } */

        /* Print Styles */
        @media print {
            .program-tile100 {
                break-inside: avoid;
                box-shadow: none;
                border: 1px solid #ddd;
            }
            
            .arrow-link100 {
                display: none;
            }
        }
/* OUR PROGRAMS SECTION************************************************** END */

/* OUR IMPACT SECTION************************************************** START */
:root {
            --primary101: #0f6b47;
            --primary101-dark: #084d32;
            --accent101: #ff7b47;
            --accent101-dark: #e65c28;
            --dark101: #0f172a;
            --glass-bg101: rgba(255, 255, 255, 0.07);
            --glass-border101: rgba(255, 255, 255, 0.14);
            --shadow-neumorph101: 8px 8px 24px rgba(0,0,0,0.25),
                              -8px -8px 24px rgba(255,255,255,0.08);
            --transition101: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
            --gradient-main101: linear-gradient(135deg, #0f6b47 0%, #084d32 100%);
            --gradient-accent101: linear-gradient(135deg, #ff7b47 0%, #ff9a6e 100%);
        }

        .fghgthfgh {
            font-family: 'Inter', system-ui, sans-serif;
            background: transparent;
            color: var(--dark101);
            line-height: 1.6;
            overflow-x: hidden;
        }

        .impact101 {
            padding: 140px 0 120px;
            background:transparent;
            position: relative;
            isolation: isolate;
        }

        .impact101::before {
            content: '';
            position: absolute;
            inset: 0;
            background: transparent;
            z-index: 1;
        }

        .container101 {
            position: relative;
            z-index: 2;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 5%;
        }

        .section-title101 {
            text-align: center;
            margin-bottom: 100px;
        }

        .section-title101 h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(3.2rem, 6vw, 5.8rem);
            font-weight: 800;
            background: var(--gradient-accent101);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -1px;
            line-height: 0.95;
            margin-bottom: 1.2rem;
            text-shadow: 0 4px 20px rgba(255,123,71,0.3);
        }

        .section-title101 p {
            max-width: 720px;
            margin: 0 auto;
            font-size: 1.28rem;
            color: rgba(151, 151, 151, 0.92);
            font-weight: 400;
        }

        .impact-grid101 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
        }

        .impact-card101 {
               background: linear-gradient(180deg, #00968870, #ff98004d);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--glass-border101);
    border-radius: 28px;
    padding: 50px 35px;
    text-align: center;
    box-shadow: var(--shadow-neumorph101);
    transition: var(--transition101);
    position: relative;
    overflow: hidden;
    border-left: 5px solid #009688;
    border-right: 10px double black;
        }

        .impact-card101::before {
            content: '';
            position: absolute;
            inset: 0;
            background: var(--gradient-main101);
            opacity: 0;
            transition: opacity 0.7s ease;
            z-index: -1;
        }

        .impact-card101:hover::before {
            opacity: 0.12;
        }

        .impact-card101:hover {
            transform: translateY(-18px) scale(1.03);
            box-shadow: 0 30px 70px rgba(0,0,0,0.28),
                        0 0 0 1px rgba(255,255,255,0.15);
        }

        .impact-icon101 {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: rgba(255,255,255,0.12);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            transition: var(--transition101);
            box-shadow: inset 4px 4px 12px rgba(0,0,0,0.2),
                        inset -4px -4px 12px rgba(255,255,255,0.15);
        }

        .impact-card101:hover .impact-icon101 {
            transform: scale(1.15) rotate(8deg);
            background: var(--gradient-accent101);
            box-shadow: 0 0 40px rgba(255,123,71,0.6);
        }

        .impact-icon101 i {
            font-size: 3.2rem;
            color: white;
            transition: var(--transition101);
        }

        .impact-numbertwe {
            font-family: 'Playfair Display', serif;
            font-size: clamp(3.8rem, 7vw, 6.2rem);
            font-weight: 800;
            background: var(--gradient-accent101);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 1;
            margin-bottom: 12px;
            text-shadow: 0 6px 25px rgba(255,123,71,0.35);
        }

        .impact-labelewf {
            font-size: 1.4rem;
            font-weight: 600;
            color: rgba(255,255,255,0.95);
            letter-spacing: 0.5px;
        }

        /* Animation */
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-12px); }
        }

        .impact-card101 {
            animation: float 7s ease-in-out infinite;
            animation-delay: calc(var(--order) * 0.8s);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .impact-grid101 { gap: 32px; }
            .impact-card101 { padding: 45px 30px; }
        }

        @media (max-width: 768px) {
            section.impact { padding: 100px 0 80px; }
            .section-title101 { margin-bottom: 70px; }
            .section-title101 h2 { font-size: 3.8rem; }
        }
/* OUR IMPACT SECTION************************************************** END */