/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.edusynergy-about-page,.edusynergy-about-page *{box-sizing:border-box;}.edusynergy-about-page{--navy:#436f7a;--navy-dark:#23343a;--teal:#538a96;--teal-dark:#497a85;--teal-light:#e8f1f3;--blue-light:#f3f5f8;--white:#ffffff;--gray-50:#f3f5f8;--gray-100:#eef1f4;--gray-200:#d7e0e4;--gray-600:#5f6f76;--gray-800:#23343a;--shadow-sm:0 10px 30px rgba(35,52,58,0.08);--shadow-md:0 18px 40px rgba(35,52,58,0.12);--radius:1rem;--radius-sm:0.5rem;--section-y:3.5rem;--section-y-tight:2.5rem;color:var(--gray-800);line-height:1.6;}.edusynergy-about-page img{max-width:100%;height:auto;display:block;}.edusynergy-about-page .container{width:min(100% - 2rem,1200px);margin-inline:auto;}.edusynergy-about-page h1,.edusynergy-about-page h2,.edusynergy-about-page h3{color:var(--navy);line-height:1.25;font-weight:700;}.edusynergy-about-page h1{font-size:clamp(2rem,4vw,2.75rem);}.edusynergy-about-page h2{font-size:clamp(1.5rem,3vw,2rem);}.edusynergy-about-page h3{font-size:1.125rem;}.edusynergy-about-page .about-hero{padding:3rem 0;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);}.edusynergy-about-page .about-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}.edusynergy-about-page .pill-tag{display:inline-block;background:var(--blue-light);color:var(--teal);font-size:0.8125rem;font-weight:600;padding:0.375rem 1rem;border-radius:20px;margin-bottom:1.25rem;}.edusynergy-about-page .about-hero h1{margin-bottom:1rem;}.edusynergy-about-page .about-hero p{color:var(--gray-600);margin-bottom:2rem;}.edusynergy-about-page .about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}.edusynergy-about-page .stat-card{border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:1rem;text-align:center;background:var(--white);}.edusynergy-about-page .stat-card span{font-size:0.8125rem;font-weight:500;color:var(--navy);line-height:1.4;display:block;}.edusynergy-about-page .about-hero-image{width:100%;max-width:480px;margin:0 auto;}.edusynergy-about-page .mission-section{padding:var(--section-y-tight) 0;}.edusynergy-about-page .mission-section h2{margin-bottom:1.5rem;}.edusynergy-about-page .mission-box{background:var(--blue-light);border-radius:var(--radius);padding:2rem;}.edusynergy-about-page .mission-box p{color:var(--gray-800);line-height:1.75;font-size:1rem;margin:0;}.edusynergy-about-page .what-section{padding:var(--section-y-tight) 0 var(--section-y);}.edusynergy-about-page .what-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;}.edusynergy-about-page .section-label{font-size:0.75rem;font-weight:700;letter-spacing:0.1em;color:var(--teal);text-transform:uppercase;margin-bottom:0.75rem;}.edusynergy-about-page .what-content h2{margin-bottom:1.25rem;}.edusynergy-about-page .what-content p{color:var(--gray-600);margin-bottom:1rem;}.edusynergy-about-page .what-cards{display:flex;flex-direction:column;gap:1rem;}.edusynergy-about-page .what-card{background:var(--white);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);}.edusynergy-about-page .what-card h3{font-size:1rem;margin:0;}.edusynergy-about-page .who-section{padding:var(--section-y-tight) 0 var(--section-y);background:var(--gray-50);}.edusynergy-about-page .section-title{text-align:center;margin-bottom:2rem;}.edusynergy-about-page .who-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;}.edusynergy-about-page .who-card{background:var(--white);border-radius:var(--radius);padding:1.5rem 1rem;text-align:center;border:1px solid var(--gray-200);transition:box-shadow 0.2s;}.edusynergy-about-page .who-card:hover{box-shadow:var(--shadow-sm);}.edusynergy-about-page .who-card h3{font-size:0.875rem;line-height:1.4;margin:0;}.edusynergy-about-page .partners-section{padding:var(--section-y) 0;background:var(--white);}.edusynergy-about-page .partners-section h2{margin-bottom:1.5rem;}.edusynergy-about-page .partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;align-items:center;border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem 1.5rem;background:var(--white);box-shadow:var(--shadow-sm);}.edusynergy-about-page .partners-grid a{display:flex;align-items:center;justify-content:center;min-height:72px;padding:0.5rem;transition:opacity 0.2s,transform 0.2s;}.edusynergy-about-page .partners-grid a:hover{opacity:0.85;transform:scale(1.04);}.edusynergy-about-page .partners-grid img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain;}.edusynergy-about-page .cta-banner{padding:var(--section-y-tight) 0 var(--section-y);}.edusynergy-about-page .cta-inner{background:var(--navy);border-radius:var(--radius);padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}.edusynergy-about-page .cta-text h2{color:var(--white);font-size:1.375rem;margin:0;}.edusynergy-about-page .cta-actions{display:flex;gap:1rem;flex-wrap:wrap;}.edusynergy-about-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;font-size:0.9375rem;border:2px solid transparent;text-decoration:none !important;transition:background 0.2s,color 0.2s,border-color 0.2s,transform 0.15s;white-space:nowrap;}.edusynergy-about-page .btn:hover{transform:translateY(-1px);}.edusynergy-about-page .btn-white{background:var(--white);color:var(--navy) !important;border-color:var(--white);}.edusynergy-about-page .btn-white:hover{background:var(--gray-100);}.edusynergy-about-page .btn-outline-white{background:transparent;color:var(--white) !important;border-color:var(--white);}.edusynergy-about-page .btn-outline-white:hover{background:rgba(255,255,255,0.1);}@media (max-width:1024px){.edusynergy-about-page .who-grid{grid-template-columns:repeat(3,1fr);}}.edusynergy-about-page svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}.edusynergy-about-page .card-icon{width:32px;height:32px;margin:0 auto 0.75rem;color:var(--teal);display:flex;align-items:center;justify-content:center;}.edusynergy-about-page .what-card{display:flex;align-items:center;gap:1rem;}.edusynergy-about-page .what-card-icon{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.edusynergy-about-page .who-icon{width:56px;height:56px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;}.main-content__container,.region--highlighted,.region--breadcrumb,main#main{display:none !important;margin:0 !important;padding:0 !important;}.main-content,.main-content__container,#main-wrapper,#main{margin-bottom:0 !important;padding-bottom:0 !important;}.edusynergy-about-page .what-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:4rem;align-items:center;}.edusynergy-about-page .what-content h2{font-size:clamp(2rem,3.2vw,2.7rem);line-height:1.18;margin-bottom:1.5rem;}.edusynergy-about-page .what-content p{font-size:1rem;line-height:1.65;color:var(--gray-600);margin-bottom:1rem;max-width:620px;}.edusynergy-about-page .what-content p:first-of-type{font-size:1.05rem;font-weight:500;}.edusynergy-about-page .what-cards{justify-content:center;}.edusynergy-about-page .what-card{min-height:112px;padding:1.4rem 1.75rem;}.edusynergy-about-page .mission-box{display:grid;grid-template-columns:100px 1fr;gap:2rem;align-items:center;}.edusynergy-about-page .mission-icon{width:100px;height:100px;border-radius:50%;background:var(--white);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.edusynergy-about-page .mission-icon svg{width:48px;height:48px;}.edusynergy-about-page .what-section p,.edusynergy-about-page .mission-section p{font-family:inherit;}.edusynergy-about-page .what-section{padding-top:3rem;}.edusynergy-about-page .what-grid{display:block;}.edusynergy-about-page .what-content{margin-bottom:1.8rem;}.edusynergy-about-page .what-content h2{display:block;margin:0 0 1.8rem;color:var(--navy);font-size:clamp(2rem,3vw,2.4rem);font-weight:800;}.edusynergy-about-page .what-content h2{margin:0;color:var(--navy);font-size:clamp(2rem,3vw,2.4rem);font-weight:800;}.edusynergy-about-page .what-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}.edusynergy-about-page .what-card{min-height:94px;padding:1.4rem 1.6rem;display:flex;align-items:center;gap:1.2rem;background:#ffffff;border:1px solid var(--gray-100);border-radius:0.5rem;box-shadow:var(--shadow-sm);}.edusynergy-about-page .what-card-icon{width:52px;height:52px;border-radius:0.5rem;flex:0 0 52px;}.edusynergy-about-page .what-card h3{margin:0;font-size:1rem;font-weight:800;color:var(--navy);}.edusynergy-about-page .what-content .section-label{display:block;margin:0 0 1.8rem;color:#436f7a;font-size:clamp(2rem,3vw,2.4rem);font-weight:800;line-height:1.2;text-transform:none;letter-spacing:normal;}@media (max-width:900px){.edusynergy-about-page .what-cards{grid-template-columns:1fr;}}@media (max-width:768px){.edusynergy-about-page{--section-y:2.5rem;--section-y-tight:2rem;}.edusynergy-about-page .about-hero-grid,.edusynergy-about-page .what-grid{grid-template-columns:1fr;}.edusynergy-about-page .about-stats,.edusynergy-about-page .who-grid{grid-template-columns:1fr;}.edusynergy-about-page .cta-inner{flex-direction:column;text-align:center;}.edusynergy-about-page .cta-actions{justify-content:center;}.edusynergy-about-page .btn{width:100%;max-width:360px;}.edusynergy-about-page .what-grid{grid-template-columns:1fr;gap:2rem;}.edusynergy-about-page .mission-box{grid-template-columns:1fr;text-align:center;}.edusynergy-about-page .mission-icon{margin:0 auto;}}
.site-footer{background:#23343a !important;color:rgba(255,255,255,0.85);}.custom-footer-top{max-width:1200px;margin:0 auto;padding:42px 24px 52px;display:grid;grid-template-columns:1.2fr 1fr 1.4fr;gap:80px;}.footer-logo{width:110px;height:auto;margin-bottom:28px;}.footer-social{display:flex;gap:14px;}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff !important;font-weight:800;text-decoration:none !important;}.custom-footer-top h3{color:#ffffff;font-size:1rem;font-weight:800;margin-bottom:18px;}.footer-links ul{list-style:none;margin:0;padding:0;}.footer-links li{margin-bottom:10px;}.footer-links a{color:rgba(255,255,255,0.82) !important;text-decoration:none !important;}.footer-links a::before{content:"> ";color:#6ca7bb;margin-right:6px;}.footer-contact p{color:rgba(255,255,255,0.82);margin:0 0 14px;line-height:1.55;}.custom-footer-bottom{max-width:1200px;margin:0 auto;padding:22px 24px;border-top:1px solid rgba(255,255,255,0.12);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:0.9rem;}.custom-footer-bottom p{margin:0;color:rgba(255,255,255,0.72);}.footer-legal{display:flex;gap:10px;align-items:center;}.footer-legal a,.footer-legal span{color:rgba(255,255,255,0.8) !important;text-decoration:none !important;}.custom-footer-top{max-width:1200px;margin:0 auto;padding:36px 24px;display:grid;grid-template-columns:1fr 1fr 1.2fr;justify-content:space-between;gap:24px;}.footer-logo{width:110px;margin-bottom:18px;}.footer-social{display:flex;gap:10px;}.custom-footer-top h3{margin-bottom:10px;}.footer-links ul{margin:0;padding:0;}.footer-links li{margin-bottom:4px;line-height:1.4;}.footer-links a{display:inline-block;padding:2px 0;}.footer-contact p{margin:0 0 8px;line-height:1.45;}.custom-footer-bottom{padding:16px 24px;}#main-wrapper,#main,.layout-main,.main-content{margin-bottom:0 !important;padding-bottom:0 !important;}.path-frontpage .main-content__container,.path-frontpage .region--highlighted,.path-frontpage .region--breadcrumb,.path-frontpage main#main{display:none !important;margin:0 !important;padding:0 !important;}.path-frontpage .main-content,.path-frontpage .main-content__container,.path-frontpage #main-wrapper,.path-frontpage #main{margin-bottom:0 !important;padding-bottom:0 !important;}.site-footer,.site-footer__inner,.site-footer__inner.container{margin-top:0 !important;padding-top:0 !important;padding-bottom:0 !important;}.region--footer-top,.region--footer-top .region__footer_top__inner,.region--footer-top .block,.region--footer-top .block__content{margin:0 !important;padding-top:0 !important;padding-bottom:0 !important;}.custom-footer-top{padding-top:24px !important;padding-bottom:24px !important;gap:32px !important;}.region--footer-bottom,.region--footer-bottom .block,.region--footer-bottom .block__content{margin:0 !important;padding-top:0 !important;padding-bottom:0 !important;}.custom-footer-bottom{margin-top:0 !important;padding-top:14px !important;padding-bottom:14px !important;}@media (max-width:800px){.custom-footer-top{grid-template-columns:1fr;gap:34px;}.custom-footer-bottom{flex-direction:column;align-items:flex-start;}}
.site-header{min-height:0;padding-top:0;padding-bottom:0;}.site-header__inner__container{min-height:80px;padding-top:0;padding-bottom:0;display:flex;align-items:center;}.site-branding{display:flex;align-items:center;justify-content:center;height:90px;margin:0;padding:0;}.site-branding__inner{margin:0;padding:0;}.site-branding__logo img{max-height:80px;width:auto;display:block;}.site-branding,.site-branding__inner,.site-branding__logo,.site-branding__logo a{background:transparent !important;}.site-header,.site-header__inner,.site-header__inner__container{background:#ffffff !important;}.site-branding{padding:0 !important;margin:0 !important;}.site-branding__logo img{background:transparent !important;border:none !important;box-shadow:none !important;}
