*{box-sizing:border-box;margin:0;padding:0}html,body{border:0;max-width:100%;margin:0;padding:0;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.header-container{box-sizing:border-box;z-index:1000;background-color:#eaf5f7;justify-content:center;width:100%;padding:0 16px;display:flex;position:fixed;top:0}.header-content{box-sizing:border-box;background-color:#eaf5f7;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1280px;height:70px;display:flex}.header-left{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.header-text-row{letter-spacing:2%;color:#717171;flex-wrap:wrap;align-items:center;gap:8px;font-family:Playfair Display,Georgia,serif;font-size:12px;font-weight:700;line-height:18px;display:flex}.header-subtitle{letter-spacing:2%;color:#717171;font-family:Playfair Display,Georgia,serif;font-size:12px;font-weight:700;line-height:18px}.physio-badge{letter-spacing:2%;color:#91ff0a;white-space:nowrap;background-color:#13707b;border-radius:2px;padding:1px 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:600;line-height:18px;animation:3s ease-in-out infinite badgeColor}@keyframes badgeColor{0%{color:#91ff0a}50%{color:#0afff7}to{color:#91ff0a}}.header-cta-image{cursor:pointer;flex-shrink:0;width:150px;height:auto}@media (max-width:480px){.header-container{padding:0 12px}.header-content{gap:8px;height:70px;padding:0}.header-left{flex:100%;gap:2px;padding:0 8px}.header-text-row{gap:4px;font-size:10px}.header-subtitle{font-size:10px}.physio-badge{padding:1px 3px;font-size:9px}.header-cta-image{width:80px}}@media (min-width:481px) and (max-width:767px){.header-container{padding:0 16px}.header-content{gap:12px;height:70px}.header-left{flex:1;padding:0 12px}.header-text-row,.header-subtitle{font-size:11px}.header-cta-image{width:100px}}@media (min-width:768px) and (max-width:1023px){.header-container{padding:0 24px}.header-content{gap:16px;height:70px}.header-text-row{font-size:12px}.header-cta-image{width:130px}}@media (min-width:1024px) and (max-width:1279px){.header-content{padding:0 32px}.header-cta-image{width:140px}}@media (min-width:1280px){.header-content{padding:0 40px}.header-text-row{font-size:12px}.header-cta-image{width:158px}}.navbar{z-index:100;background-color:#fff;justify-content:center;width:100%;display:flex;position:relative}.navbar-container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1280px;margin-top:70px;padding:15px 20px;display:flex;position:relative}.navbar-toggle{cursor:pointer;z-index:10000;background:0 0;border:none;padding:8px;display:none;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.navbar-toggle-icon{z-index:10001;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:28px;height:28px;display:flex}.navbar-toggle-icon span{background-color:#333;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.navbar-toggle.active .navbar-toggle-icon span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar-toggle.active .navbar-toggle-icon span:nth-child(2){opacity:0}.navbar-toggle.active .navbar-toggle-icon span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.navbar-logo{justify-content:center;margin-bottom:14px;display:flex}.navbar-logo-link{cursor:pointer}.navbar-logo-image{object-fit:contain;max-width:100%;height:38px}.navbar-menu{justify-content:center;align-items:center;gap:24px;margin:0;padding:0;list-style:none;display:flex}.navbar-menu-item{justify-content:center;align-items:center;padding:8px 12px;display:flex;position:relative}.navbar-menu-link{color:#6b6b6b;cursor:pointer;white-space:nowrap;letter-spacing:1%;justify-content:center;align-items:center;gap:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;line-height:20px;text-decoration:none;transition:color .3s;display:flex}.navbar-menu-link:hover,.navbar-menu-link.active{color:#1fa7a0}.navbar-dropdown-icon{font-size:16px;transition:transform .3s}.navbar-active-underline{opacity:0;background-color:#1fa7a0;border-radius:2px;width:calc(100% - 16px);height:2px;transition:opacity .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar-menu-item:hover .navbar-active-underline{opacity:1}.navbar-menu-item:has(.active) .navbar-active-underline{opacity:1}.services-mega-menu{z-index:9999;opacity:0;visibility:hidden;background:linear-gradient(135deg,#f2fffd,#fff);border-radius:12px;width:900px;max-width:90vw;padding:20px;transition:opacity .3s,visibility .3s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 20px 40px #0000001f}.navbar-menu-item:hover .services-mega-menu,.navbar-menu-item:focus-within .services-mega-menu,.services-mega-menu.active{opacity:1;visibility:visible}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-item{color:#222;border-radius:10px;align-items:flex-start;gap:12px;padding:10px;text-decoration:none;transition:background-color .2s;display:flex}.service-item:hover{background-color:#f0fffe}.service-item span{color:#0fa8a1;flex-shrink:0;font-size:20px}.service-item h4{color:#1a1a1a;margin-bottom:2px;font-size:14px;font-weight:600}.service-item p{color:#666;margin:0;font-size:12px;line-height:1.4}.service-item.explore h4{color:#0fa8a1}.navbar-menu-item{position:relative}.services-dropdown{z-index:9999;opacity:0;visibility:hidden;background:linear-gradient(135deg,#f2fffd,#fff);border-radius:10px;width:260px;padding:12px 0;transition:opacity .3s,visibility .3s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000001f}.navbar-menu-item:hover .services-dropdown,.navbar-menu-item:focus-within .services-dropdown,.services-dropdown.active{opacity:1;visibility:visible}.dropdown-item{color:#444;border-left:3px solid #0000;padding:10px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{color:#1fa7a0;background-color:#f0fffe;border-left-color:#1fa7a0}.dropdown-item.explore{color:#1fa7a0;border-top:1px solid #eee;margin-top:4px;padding-top:14px;font-weight:600}.dropdown-item.explore:hover{background-color:#e6f9f8}.navbar-overlay{z-index:9998;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;display:none;position:fixed;inset:0}.navbar-overlay.active{opacity:1;visibility:visible}.navbar-menu.open{transform:translate(0)}@media (max-width:480px){.navbar-container{padding:12px 16px}.navbar-toggle{display:flex;right:16px}.navbar-logo{margin-bottom:12px}.navbar-logo-image{height:32px}.navbar-menu{z-index:9999;background-color:#fff;flex-direction:column;align-items:flex-start;gap:8px;width:280px;height:100vh;padding:80px 24px 24px;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}.navbar-menu.open{transform:translate(0)}.navbar-menu-item{z-index:9999;border-bottom:1px solid #f0f0f0;justify-content:flex-start;width:100%;padding:12px 0;position:relative}.navbar-menu-link{justify-content:space-between;width:100%;font-size:12px}.navbar-active-underline{display:none}.services-mega-menu{width:100%;max-width:100%;box-shadow:none;opacity:1;visibility:visible;background:#f8fcfc;padding:16px;display:none;position:static;transform:none}.navbar-menu-item.active .services-mega-menu{display:block}.services-grid{grid-template-columns:1fr;gap:12px}.service-item{padding:12px}.service-item h4{font-size:14px}.service-item p{font-size:12px}}@media (min-width:481px) and (max-width:767px){.navbar-container{padding:12px 24px}.navbar-toggle{display:flex;right:24px}.navbar-logo{margin-bottom:12px}.navbar-logo-image{height:34px}.navbar-menu{z-index:9999;background-color:#fff;flex-direction:column;align-items:flex-start;gap:8px;width:320px;height:100vh;padding:80px 32px 24px;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}.navbar-menu.open{transform:translate(0)}.navbar-menu-item{z-index:9999;border-bottom:1px solid #f0f0f0;justify-content:flex-start;width:100%;padding:14px 0;position:relative}.navbar-menu-link{justify-content:space-between;width:100%;font-size:16px}.navbar-active-underline{display:none}.services-mega-menu{width:100%;max-width:100%;box-shadow:none;opacity:1;visibility:visible;background:#f8fcfc;padding:16px;display:none;position:static;transform:none}.navbar-menu-item.active .services-mega-menu{display:block}.services-grid{grid-template-columns:1fr;gap:12px}.service-item{padding:12px}.service-item h4{font-size:15px}.service-item p{font-size:13px}}@media (min-width:768px) and (max-width:1023px){.navbar-container{padding:14px 32px}.navbar-toggle{display:flex;right:32px}.navbar-logo{margin-bottom:14px}.navbar-logo-image{height:36px}.navbar-menu{z-index:9999;background-color:#fff;flex-direction:column;align-items:flex-start;gap:8px;width:360px;height:100vh;padding:90px 32px 24px;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}.navbar-menu.open{transform:translate(0)}.navbar-menu-item{z-index:9999;border-bottom:1px solid #f0f0f0;justify-content:flex-start;width:100%;padding:14px 0;position:relative}.navbar-menu-link{justify-content:space-between;width:100%;font-size:12px}.navbar-active-underline{display:none}.services-mega-menu{width:100%;max-width:100%;box-shadow:none;opacity:1;visibility:visible;background:#f8fcfc;padding:16px;display:none;position:static;transform:none}.navbar-menu-item.active .services-mega-menu{display:block}.services-grid{grid-template-columns:1fr;gap:12px}.service-item{padding:12px}.service-item h4{font-size:15px}.service-item p{font-size:13px}}@media (min-width:1024px) and (max-width:1279px){.navbar-container{padding:12px 32px}.navbar-logo-image{height:36px}.navbar-menu{gap:20px}.navbar-menu-link{font-size:13px}.services-mega-menu{width:700px}.services-grid{gap:12px}}@media (min-width:1280px){.navbar-container{padding:15px 40px}.navbar-logo-image{height:40px}.navbar-menu{gap:32px}.navbar-menu-link{font-size:12px}}.hero-section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:0;background:linear-gradient(#fff0 0%,#ffffff80 100%);width:100%;min-height:auto;padding:90px 20px 0;position:relative}.about-hero-section,.services-page-section,.blogs-page-container,.gallery-page-container,.privacy-hero-section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:0;background:linear-gradient(#fff0 0%,#ffffff80 100%);width:100%;padding:80px 20px;position:relative}.hero-container{grid-template-columns:1fr;align-items:end;gap:40px;width:100%;max-width:1280px;margin:0 auto;padding-bottom:0;display:grid}.hero-content{text-align:center;opacity:1;flex-direction:column;width:100%;max-width:621.41px;height:auto;min-height:263.34px;margin:auto;display:flex}.hero-title{color:#3f3f3f;margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.2}.hero-title-highlight{background:linear-gradient(135deg,#1b9aaa,#14f1f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:8px;font-size:32px;font-weight:700;display:block}.hero-features{color:#5f5f5f;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:28px;font-size:14px;font-weight:500;display:flex}.hero-feature-item{align-items:center;gap:6px;display:flex}.hero-feature-separator{opacity:.4}.hero-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.hero-cta-button{color:#fff;cursor:pointer;background-color:#1b9aaa;border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:200px;height:52px;padding:0 18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1b9aaa4d}.hero-cta-button-icon{color:#1b9aaa;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.hero-image-container{justify-content:center;align-items:flex-end;width:100%;margin-bottom:0;display:flex;position:relative}.hero-image-circle{z-index:0;background:linear-gradient(135deg,#defdff,#9effe8);border-radius:50%;width:280px;height:280px;position:absolute;bottom:80px;left:50%;transform:translate(-50%,30%)}.hero-dots{z-index:-1;opacity:.3;background-image:radial-gradient(#a2c6c2 3px,#0000 3px);background-size:16px 16px;width:204px;height:132px;position:absolute;bottom:0;left:307px;right:0}.hero-image{aspect-ratio:302/453;z-index:1;border-radius:16px;width:100%;max-width:250px;height:auto;position:relative}.hero-stats-section{z-index:10;background-color:#eaf6f7;justify-content:center;align-items:flex-start;width:100%;height:auto;min-height:144px;padding:32px 20px;display:flex;position:relative}.hero-stats-container{grid-template-columns:repeat(3,1fr);align-items:flex-start;gap:40px;width:100%;max-width:692px;display:grid}.hero-stat-item{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.hero-stat-value{letter-spacing:0%;text-align:center;color:#0e545c;width:auto;height:auto;margin:0;font-family:"Font 1",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:40px;font-weight:700;line-height:1.2}.hero-stat-label{letter-spacing:0%;text-align:center;color:#0e545c;width:auto;height:auto;margin:0;font-family:"Font 1",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;line-height:1.2}@media (min-width:320px) and (max-width:480px){.hero-stats-section{min-height:auto;padding:24px 16px}.hero-stats-container{grid-template-columns:repeat(3,1fr);gap:12px;max-width:100%}.hero-stat-item{gap:4px}.hero-stat-value{font-size:18px;line-height:1.2}.hero-stat-label{font-size:10px;line-height:1.2}}@media (min-width:481px) and (max-width:767px){.hero-stats-section{min-height:auto;padding:28px 20px}.hero-stats-container{grid-template-columns:repeat(3,1fr);gap:20px;max-width:100%}.hero-stat-item{gap:6px}.hero-stat-value{font-size:24px;line-height:1.2}.hero-stat-label{font-size:12px;line-height:1.2}}@media (min-width:768px) and (max-width:1023px){.hero-stats-section{min-height:auto;padding:30px 24px}.hero-stats-container{grid-template-columns:repeat(3,1fr);gap:28px;max-width:600px}.hero-stat-item{gap:8px}.hero-stat-value{font-size:32px;line-height:1.2}.hero-stat-label{font-size:16px;line-height:1.2}}@media (min-width:1024px) and (max-width:1279px){.hero-stats-section{min-height:auto;padding:32px}.hero-stats-container{grid-template-columns:repeat(3,1fr);gap:36px;max-width:650px}.hero-stat-item{gap:10px}.hero-stat-value{font-size:36px;line-height:1.2}.hero-stat-label{font-size:18px;line-height:1.2}}@media (min-width:1280px){.hero-stats-section{min-height:144px;padding:32px 40px}.hero-stats-container{grid-template-columns:repeat(3,1fr);gap:48px;max-width:692px}.hero-stat-item{gap:12px}.hero-stat-value{font-size:40px;line-height:1.2}.hero-stat-label{font-size:20px;line-height:1.2}}@media (min-width:1440px){.hero-stats-section{padding:36px 40px}.hero-stats-container{gap:56px;max-width:750px}.hero-stat-value{font-size:44px}.hero-stat-label{font-size:22px}}.footer{background-color:#fff;width:100%}.footer-cta{background:linear-gradient(90deg,#e6f7f6,#dff3f9);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.footer-cta-text{color:#2c3e50;margin:0;font-size:16px;font-weight:500}.footer-cta-button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#1fa7a0;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.footer-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1fa7a04d}.footer-main{text-align:center;grid-template-columns:1fr;gap:32px;max-width:1280px;margin:0 auto;padding:28px 24px;display:grid}.footer-section{flex-direction:column;align-items:center;display:flex}.footer-logo{height:60px;margin-bottom:12px}.footer-address{color:#6b7c93;max-width:300px;margin:0;font-size:14px;line-height:1.6}.footer-location-tag{color:#1fa7a0;margin-top:4px;font-size:12px;font-weight:500;display:block}.location-address{text-align:center;color:#555;margin-top:16px;font-size:14px;line-height:1.6}.location-address strong{color:#0e545c;font-size:16px}.location-address em{color:#1fa7a0;font-size:13px;font-style:normal;font-weight:500}.footer-title{color:#2c3e50;margin-bottom:14px;font-size:15px;font-weight:600}.footer-certification{text-align:center}.footer-certification-image{max-width:100%;height:90px}.footer-social-icons{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:12px;display:flex}.footer-social-icon{color:#fff;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:transform .2s;display:flex;position:relative;overflow:hidden}.footer-social-icon img{object-fit:contain;width:24px;height:24px;transition:opacity .2s;position:absolute}.social-icon-hover{opacity:0}.footer-social-icon:hover .social-icon-hover{opacity:1}.footer-social-icon:hover .social-icon-image:not(.social-icon-hover){opacity:0}.footer-social-icon:hover{transform:scale(1.1)}.footer-email{margin:0;font-size:14px}.footer-email-link{color:#000;text-decoration:none}.footer-copyright{text-align:center;color:#9aa5b1;border-top:1px solid #eee;padding:14px 20px;font-size:12px}.contact-popup-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.contact-popup-content{background:#fff;border-radius:14px;width:420px;padding:32px 28px 28px;position:relative;box-shadow:0 20px 50px #00000040}.contact-popup-close{color:#666;cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1;position:absolute;top:16px;right:16px}.contact-popup-title{color:#222;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;font-weight:600}.contact-popup-description{color:#777;margin-bottom:22px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.contact-popup-form-group{margin-bottom:16px}.contact-popup-label{color:#555;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;display:block}.contact-popup-input{border:1px solid #e2e2e2;border-radius:8px;outline:none;width:100%;height:42px;padding:10px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:border-color .2s}.contact-popup-input:focus{border-color:#35d6e0}.contact-popup-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1aa6b7,#54e8f0);border:none;border-radius:10px;width:100%;height:46px;margin-top:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;transition:transform .2s,box-shadow .2s}.contact-popup-submit:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1aa6b759}.contact-success-wrapper{text-align:center;padding:40px 20px}.success-icon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:36px;display:flex}.success-title{margin-bottom:10px;font-size:24px;font-weight:600}.success-text{color:#666;margin-bottom:30px;font-size:14px}.success-done-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1db5be,#4de3f5);border:none;border-radius:8px;width:100%;padding:14px;font-size:16px;font-weight:500}.card{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;padding:32px 24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px #1ab6ab}.card:hover{transform:translateY(-4px);box-shadow:0 8px #1ab6ab,0 12px 20px #1ab6ab26}.card:not(.card-highlight){box-shadow:0 4px #e0e0e0}.card:not(.card-highlight):hover{box-shadow:0 8px #e0e0e0,0 12px 20px #0000001a}.card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.card-icon-gradient{background:linear-gradient(#defdff 0%,#9effe8 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.card-icon-gradient img{width:26px;height:26px}.card-icon-small{width:48px;height:48px;margin:0 auto 16px}.card-icon-small .card-icon-gradient{width:100%;height:100%}.card-icon-small .card-icon-gradient img{width:24px;height:24px}.card-title{color:#0fa8a1;text-align:center;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600}.card-title-small{margin-bottom:12px;font-size:16px}.card-text{color:#555;text-align:center;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}.card-text-small{font-size:13px;line-height:1.5}.card-large,.card-small{height:auto;min-height:200px}.about-hero-section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);text-align:center;background:linear-gradient(#fff0 0%,#ffffff80 100%);width:100%;padding:80px 20px}.about-hero-title{color:#1f1f1f;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700}.about-hero-text{color:#6b6b6b;max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}.about-content-section{background-color:#fff;width:100%;padding:60px 20px}.about-content-container{grid-template-columns:1fr;align-items:center;gap:32px;max-width:1200px;margin:0 auto;display:grid}.about-content-left{flex-direction:column;display:flex;position:relative}.about-content-title{color:#1f1f1f;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.about-content-text{color:#555;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7}.about-content-image{border-radius:20px;justify-content:center;display:flex;overflow:hidden}.about-content-image img{object-fit:cover;border-radius:20px;width:100%;max-width:400px;height:auto}.mission-vision-section{background-color:#fafafa;width:100%;padding:60px 20px}.mission-vision-container{grid-template-columns:1fr;gap:24px;max-width:1200px;margin:0 auto;display:grid}.mission-vision-card{text-align:center;background-color:#fff;border-radius:16px;padding:32px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.mission-vision-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.mission-vision-icon{background-color:#dffff9;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.mission-vision-title{color:#1f1f1f;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;font-weight:700}.mission-vision-desc{color:#6b6b6b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7}.location-section{text-align:center;background-color:#fff;width:100%;padding:60px 20px}.location-title{color:#1f1f1f;margin-bottom:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.location-map-container{border-radius:16px;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container iframe{border:none;width:100%;height:400px}.services-page-section{background-color:#fff;width:100%;padding:60px 20px}.services-page-title{color:#1f1f1f;text-align:center;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700}.services-page-description{color:#6b6b6b;text-align:center;max-width:600px;margin:0 auto 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}.services-page-grid{flex-direction:column;gap:32px;max-width:1200px;margin:0 auto;display:flex}.services-page-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services-page-card{text-align:center;cursor:pointer;background-color:#fafafa;border:none;border-radius:12px;flex-direction:column;width:291px;height:364px;padding:0;transition:transform .3s;display:flex;position:relative;overflow:hidden}.services-page-card:hover{background:linear-gradient(135deg,#dffff9 0%,#9effe8 100%);transform:translateY(-4px)}.services-page-card-arrow{z-index:10;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex;position:absolute;top:16px;right:16px;transform:rotate(-45deg);box-shadow:0 2px 8px #00000026}.services-page-card-arrow svg{color:#1aa6b7;width:24px;height:24px}.services-page-card:hover .services-page-card-arrow{transform:rotate(0)}.services-page-card-content{flex-direction:column;flex:1;padding:16px;display:flex}.services-page-card-title{letter-spacing:1.25%;color:#0e545c;text-align:left;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700}.services-page-card-description{color:#6b6b6b;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6}.services-page-card-image-container{border-radius:12px;width:calc(100% - 32px);margin:0 16px 16px;overflow:hidden}.services-page-card-image{object-fit:cover;border-radius:12px;width:100%;height:100%;transition:transform .3s}.services-page-card:hover .services-page-card-image{transform:scale(1.1)}.services-page-card-link{color:#1aa6b7;align-items:center;gap:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.services-page-card-link:hover{gap:8px}@media (min-width:320px) and (max-width:480px){.services-page-section{padding:40px 16px}.services-page-title{margin-bottom:12px;font-size:26px}.services-page-description{max-width:100%;margin:0 auto 24px;padding:0 8px;font-size:14px}.services-page-grid{flex-direction:column;gap:20px;display:flex}.services-page-row{grid-template-columns:1fr;gap:16px;display:grid}.services-page-card{cursor:pointer;border-radius:12px;flex-direction:column;width:100%;max-width:340px;height:auto;min-height:280px;margin:0 auto;padding:0;display:flex}.services-page-card-arrow{width:32px;height:32px;top:12px;right:12px}.services-page-card-arrow svg{width:18px;height:18px}.services-page-card-content{flex-direction:column;flex:1;padding:14px;display:flex}.services-page-card-title{margin-bottom:8px;font-size:16px}.services-page-card-description{flex:1;font-size:13px;line-height:1.5}.services-page-card-image-container{border-radius:10px;width:calc(100% - 24px);margin:0 12px 12px}.services-page-card-image{aspect-ratio:16/10;border-radius:10px;width:100%;height:auto}}@media (min-width:481px) and (max-width:767px){.services-page-section{padding:50px 20px}.services-page-title{margin-bottom:14px;font-size:30px}.services-page-description{max-width:500px;margin:0 auto 28px;font-size:14px}.services-page-grid{flex-direction:column;gap:24px;display:flex}.services-page-row{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.services-page-card{border-radius:14px;flex-direction:column;width:100%;height:auto;min-height:300px;padding:0;display:flex}.services-page-card-arrow{width:36px;height:36px;top:14px;right:14px}.services-page-card-arrow svg{width:20px;height:20px}.services-page-card-content{flex:1;padding:16px}.services-page-card-title{font-size:17px}.services-page-card-description{font-size:13px}.services-page-card-image-container{border-radius:10px;width:calc(100% - 28px);margin:0 14px 14px}.services-page-card-image{aspect-ratio:16/10;width:100%;height:auto}}@media (min-width:768px) and (max-width:1023px){.services-page-section{padding:60px 32px}.services-page-title{margin-bottom:16px;font-size:32px}.services-page-description{max-width:550px;margin:0 auto 32px;font-size:15px}.services-page-grid{flex-direction:column;gap:28px;display:flex}.services-page-row{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.services-page-card{border-radius:14px;flex-direction:column;width:100%;height:auto;min-height:340px;padding:0;display:flex}.services-page-card-arrow{width:38px;height:38px;top:16px;right:16px}.services-page-card-arrow svg{width:22px;height:22px}.services-page-card-content{flex:1;padding:18px}.services-page-card-title{font-size:18px}.services-page-card-description{font-size:14px}.services-page-card-image-container{border-radius:12px;width:calc(100% - 32px);margin:0 16px 16px}.services-page-card-image{aspect-ratio:16/10;width:100%;height:auto}}@media (min-width:1024px) and (max-width:1279px){.services-page-section{padding:70px 40px}.services-page-title{margin-bottom:16px;font-size:34px}.services-page-description{max-width:600px;margin:0 auto 36px;font-size:15px}.services-page-grid{flex-direction:column;gap:32px;display:flex}.services-page-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services-page-card{border-radius:14px;flex-direction:column;width:100%;height:auto;min-height:360px;padding:0;display:flex}.services-page-card-arrow{width:40px;height:40px;top:16px;right:16px}.services-page-card-content{flex:1;padding:18px}.services-page-card-title{font-size:19px}.services-page-card-description{font-size:14px;line-height:1.6}.services-page-card-image-container{border-radius:12px;width:calc(100% - 32px);margin:0 16px 16px}.services-page-card-image{aspect-ratio:16/10;width:100%;height:auto}}@media (min-width:1280px){.services-page-section{padding:80px 40px}.services-page-title{margin-bottom:16px;font-size:36px}.services-page-description{max-width:700px;margin:0 auto 40px;font-size:16px;line-height:1.6}.services-page-grid{flex-direction:column;gap:32px;display:flex}.services-page-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services-page-card{cursor:pointer;background-color:#fafafa;border:none;border-radius:12px;flex-direction:column;width:291px;height:364px;padding:0;transition:transform .3s;display:flex;position:relative;overflow:hidden}.services-page-card:hover{background:linear-gradient(135deg,#dffff9 0%,#9effe8 100%);transform:translateY(-4px)}.services-page-card-arrow{z-index:10;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex;position:absolute;top:16px;right:16px;transform:rotate(-45deg);box-shadow:0 2px 8px #00000026}.services-page-card-arrow svg{color:#1aa6b7;width:24px;height:24px}.services-page-card:hover .services-page-card-arrow{transform:rotate(0)}.services-page-card-content{flex-direction:column;flex:1;padding:16px;display:flex}.services-page-card-title{letter-spacing:1.25%;color:#0e545c;text-align:left;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700}.services-page-card-description{color:#6b6b6b;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6}.services-page-card-image-container{border-radius:12px;width:calc(100% - 32px);margin:0 16px 16px;overflow:hidden}.services-page-card-image{object-fit:cover;border-radius:12px;width:100%;height:100%;transition:transform .3s}.services-page-card:hover .services-page-card-image{transform:scale(1.1)}}.service-detail-container{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.service-detail-back{cursor:pointer;color:#555;background:0 0;border:1px solid #ccc;border-radius:12px;align-self:flex-start;margin-bottom:20px;padding:6px 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:background-color .2s,border-color .2s}.service-detail-back:hover{background-color:#f5f5f5;border-color:#999}.service-detail-image{object-fit:cover;border-radius:16px;width:940px;height:340px;margin-bottom:30px}@media (min-width:320px) and (max-width:480px){.service-detail-container{flex-direction:column;align-items:center;max-width:100%;padding:0 8px;display:flex}.service-detail-container .services-page-title{font-size:26px}.service-detail-container .services-page-description{padding:0;font-size:14px}.service-detail-back{border-radius:10px;align-self:flex-start;margin-bottom:16px;margin-left:8px;padding:8px 16px;font-size:13px}.service-detail-image{aspect-ratio:16/9;object-fit:cover;border-radius:12px;width:100%;max-width:400px;height:auto;margin-bottom:20px}.service-detail-title{text-align:center;margin-bottom:16px;padding:0 12px;font-size:22px}.service-detail-description{width:100%;padding:0 16px}.service-detail-description p{margin-bottom:14px;font-size:14px;line-height:1.7}}@media (min-width:481px) and (max-width:767px){.service-detail-container{flex-direction:column;align-items:center;max-width:100%;padding:0 16px;display:flex}.service-detail-container .services-page-title{font-size:30px}.service-detail-container .services-page-description{font-size:14px}.service-detail-back{border-radius:12px;align-self:flex-start;margin-bottom:20px;margin-left:0;padding:10px 18px;font-size:14px}.service-detail-image{aspect-ratio:16/9;object-fit:cover;border-radius:14px;width:100%;max-width:500px;height:auto;margin-bottom:24px}.service-detail-title{text-align:center;margin-bottom:20px;padding:0 16px;font-size:26px}.service-detail-description{width:100%;max-width:600px;padding:0 20px}.service-detail-description p{margin-bottom:16px;font-size:14px;line-height:1.7}}@media (min-width:768px) and (max-width:1023px){.service-detail-container{flex-direction:column;align-items:center;max-width:100%;padding:0 24px;display:flex}.service-detail-container .services-page-title{font-size:32px}.service-detail-container .services-page-description{font-size:15px}.service-detail-back{border-radius:12px;align-self:flex-start;margin-bottom:24px;padding:10px 20px;font-size:14px}.service-detail-image{aspect-ratio:16/9;object-fit:cover;border-radius:16px;width:100%;max-width:650px;height:auto;margin-bottom:28px}.service-detail-title{text-align:center;margin-bottom:24px;padding:0 24px;font-size:28px}.service-detail-description{width:100%;max-width:700px;padding:0 32px}.service-detail-description p{margin-bottom:18px;font-size:15px;line-height:1.8}}@media (min-width:1024px) and (max-width:1279px){.service-detail-container{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding:0 20px;display:flex}.service-detail-container .services-page-title{font-size:34px}.service-detail-container .services-page-description{font-size:15px}.service-detail-back{border-radius:12px;align-self:flex-start;margin-bottom:24px;padding:10px 20px;font-size:14px}.service-detail-image{aspect-ratio:16/9;object-fit:cover;border-radius:16px;width:100%;max-width:800px;height:auto;margin-bottom:28px}.service-detail-title{text-align:center;margin-bottom:24px;padding:0;font-size:30px}.service-detail-description{width:100%;padding:0}.service-detail-description p{margin-bottom:18px;font-size:15px;line-height:1.8}}@media (min-width:1280px){.service-detail-container{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.service-detail-container .services-page-title{margin-bottom:16px;font-size:36px}.service-detail-container .services-page-description{max-width:700px;margin:0 auto 40px;font-size:16px;line-height:1.6}.service-detail-back{cursor:pointer;color:#555;background:0 0;border:1px solid #ccc;border-radius:12px;align-self:flex-start;margin-bottom:24px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:background-color .2s,border-color .2s}.service-detail-back:hover{background-color:#f5f5f5;border-color:#999}.service-detail-image{object-fit:cover;border-radius:16px;width:100%;max-width:940px;height:340px;margin-bottom:30px}.service-detail-title{color:#0b4c52;text-align:center;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.service-detail-description{text-align:left;width:100%}.service-detail-description p{color:#555;margin-bottom:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.8}.service-detail-description strong{color:#0b4c52;font-weight:600}}.service-detail-title{color:#0b4c52;text-align:center;margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.service-detail-description{text-align:left;width:100%}.service-detail-description p{color:#555;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7}.service-detail-description strong{color:#0b4c52;font-weight:600}.blogs-page-container{color:#fff;width:100%;padding:80px 40px}.blogs-page-heading{color:#000;text-align:center;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:42px;font-weight:700}.blogs-page-subheading{color:#6b6b6b;text-align:center;max-width:700px;margin:0 auto 50px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}.blogs-page-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.blogs-page-card{cursor:pointer;background-position:50%;background-size:cover;border-style:solid;border-width:2px;border-radius:12px;width:100%;height:300px;transition:transform .4s;position:relative;overflow:hidden}.blogs-page-card:hover{transform:translateY(-8px)}.blogs-page-card:before{content:"";z-index:1;background:linear-gradient(#0003 0%,#000000d9 75%);position:absolute;inset:0}.blogs-page-card-overlay{z-index:2;width:100%;padding:16px;position:absolute;bottom:0}.blogs-page-card-date{color:#cfcfcf;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px}.blogs-page-card-title{color:#67f0f5;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700}.blogs-page-card-description{color:#e0e0e0;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.blogs-page-card-link{text-transform:lowercase;color:#fff;opacity:.85;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;text-decoration:underline;transition:opacity .3s}.blogs-page-card-link:hover{opacity:1}@media (min-width:320px) and (max-width:480px){.blogs-page-container{padding:40px 16px}.blogs-page-heading{margin-bottom:12px;font-size:26px}.blogs-page-subheading{max-width:100%;margin:0 auto 24px;padding:0 8px;font-size:14px;line-height:1.5}.blogs-page-grid{grid-template-columns:1fr;gap:16px;max-width:100%;display:grid}.blogs-page-card{border-radius:12px;width:100%;height:280px}.blogs-page-card-overlay{padding:14px}.blogs-page-card-date{margin-bottom:4px;font-size:11px}.blogs-page-card-title{margin-bottom:6px;font-size:14px}.blogs-page-card-description{-webkit-line-clamp:2;margin-bottom:8px;font-size:12px;line-height:1.4}.blogs-page-card-link{font-size:12px}}@media (min-width:481px) and (max-width:767px){.blogs-page-container{padding:50px 20px}.blogs-page-heading{margin-bottom:14px;font-size:30px}.blogs-page-subheading{max-width:500px;margin:0 auto 28px;font-size:14px;line-height:1.6}.blogs-page-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:100%;display:grid}.blogs-page-card{border-radius:14px;width:100%;height:290px}.blogs-page-card-overlay{padding:16px}.blogs-page-card-date{font-size:11px}.blogs-page-card-title{font-size:15px}.blogs-page-card-description{-webkit-line-clamp:3;font-size:13px}}@media (min-width:768px) and (max-width:1023px){.blogs-page-container{padding:60px 32px}.blogs-page-heading{margin-bottom:16px;font-size:32px}.blogs-page-subheading{max-width:550px;margin:0 auto 32px;font-size:15px;line-height:1.6}.blogs-page-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:100%;display:grid}.blogs-page-card{border-radius:14px;width:100%;height:300px}}@media (min-width:1024px) and (max-width:1279px){.blogs-page-container{padding:70px 40px}.blogs-page-heading{margin-bottom:16px;font-size:34px}.blogs-page-subheading{max-width:600px;margin:0 auto 36px;font-size:15px;line-height:1.6}.blogs-page-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.blogs-page-card{border-radius:14px;width:100%;height:320px}}@media (min-width:1280px){.blogs-page-container{padding:80px 40px}.blogs-page-heading{margin-bottom:16px;font-size:36px}.blogs-page-subheading{max-width:700px;margin:0 auto 40px;font-size:16px;line-height:1.6}.blogs-page-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.blogs-page-card{border-radius:12px;width:100%;height:320px}.blogs-page-card:hover{transform:translateY(-8px)}}.blog-detail-layout{max-width:1200px;margin:0 auto}.blog-breadcrumb{align-items:center;gap:8px;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;display:flex}.blog-breadcrumb-link{color:#1aa6b7;cursor:pointer;transition:color .2s}.blog-breadcrumb-link:hover{color:#0f7a7a;text-decoration:underline}.blog-breadcrumb-separator{color:#888}.blog-breadcrumb-current{color:#555;font-weight:500}.blog-detail-main{grid-template-columns:654px 361px;align-items:start;gap:60px;margin-top:40px;display:grid}.blog-detail-left{background-color:#fafafa;border-radius:16px;width:702px;min-height:600px;padding:24px}.blog-detail-image-container{border-radius:12px;width:654px;height:216px;margin-bottom:16px;overflow:hidden}.blog-detail-image{object-fit:cover;width:100%;height:100%}.blog-detail-date{color:#888;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.blog-detail-content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-detail-heading{color:#0e545c;margin:24px 0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700;line-height:1.3}.blog-detail-subheading{color:#1a1a1a;margin:32px 0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;line-height:1.4}.blog-detail-subsubheading{color:#2a2a2a;margin:24px 0 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px;font-weight:600;line-height:1.4}.blog-detail-text{letter-spacing:1.75%;color:#616161;margin-bottom:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.blog-detail-content p{color:#555;margin-bottom:16px;font-size:15px;line-height:1.8}.blog-detail-list{margin-bottom:20px;padding-left:24px;list-style-type:disc}.blog-detail-list li{color:#616161;margin-bottom:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.6}.blog-sector-list{margin-top:16px;padding-left:20px;list-style-type:disc}.blog-sector-list li{color:#616161;margin-bottom:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.blog-detail-content li{color:#555;margin-bottom:8px;font-size:15px;line-height:1.6}.blog-faq-item{background-color:#f8fcfc;border-left:4px solid #1aa6b7;border-radius:12px;margin-bottom:16px;padding:16px 20px}.blog-faq-question{color:#0e545c;margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600}.blog-faq-item .blog-detail-text{margin-bottom:0;font-size:14px;line-height:1.7}.blog-contact-text{color:#0e545c;text-align:center;background:linear-gradient(135deg,#defdff 0%,#9effe8 100%);border-radius:12px;margin-top:32px;padding:16px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600}.blog-detail-right{flex-direction:column;gap:16px;width:361px;height:248px;display:flex}.fill-in-blank{flex-direction:column;gap:4px;display:flex}.fill-blank-text{color:#555;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}.fill-blank-underline{background-color:#bdbdbd;width:100%;height:1px;display:block}@media (min-width:320px) and (max-width:480px){.blog-detail-layout{max-width:100%;padding:0 8px}.blog-breadcrumb{flex-wrap:wrap;gap:6px;margin-bottom:16px;font-size:12px}.blog-detail-main{flex-direction:column;gap:24px;margin-top:20px;display:flex}.blog-detail-left{border-radius:12px;width:100%;height:auto;min-height:400px;padding:16px}.blog-detail-image-container{aspect-ratio:16/9;border-radius:10px;width:100%;height:auto;margin-bottom:12px}.blog-detail-image{object-fit:cover;width:100%;height:100%}.blog-detail-date{margin-bottom:16px;font-size:12px}.blog-detail-content p{margin-bottom:14px;font-size:14px;line-height:1.7}.blog-detail-text{font-size:13px;line-height:1.6}.blog-sector-list{margin-top:12px;padding-left:16px}.blog-sector-list li{margin-bottom:6px;font-size:13px;line-height:1.5}.blog-detail-content li{margin-bottom:6px;font-size:14px;line-height:1.5}.blog-detail-right{background-color:#fafafa;border-radius:12px;flex-direction:column;gap:12px;width:100%;height:auto;padding:16px;display:flex}.fill-in-blank{gap:2px}.fill-blank-text{font-size:13px}}@media (min-width:481px) and (max-width:767px){.blog-detail-layout{max-width:100%;padding:0 16px}.blog-breadcrumb{gap:8px;margin-bottom:20px;font-size:13px}.blog-detail-main{flex-direction:column;gap:32px;margin-top:28px;display:flex}.blog-detail-left{border-radius:14px;width:100%;height:auto;min-height:500px;padding:20px}.blog-detail-image-container{aspect-ratio:16/9;border-radius:12px;width:100%;height:auto;margin-bottom:14px}.blog-detail-date{margin-bottom:20px;font-size:12px}.blog-detail-content p{margin-bottom:16px;font-size:14px;line-height:1.7}.blog-detail-right{background-color:#fafafa;border-radius:14px;flex-direction:column;gap:14px;width:100%;height:auto;padding:20px;display:flex}.fill-blank-text{font-size:14px}}@media (min-width:768px) and (max-width:1023px){.blog-detail-layout{max-width:100%;padding:0 24px}.blog-breadcrumb{gap:8px;margin-bottom:24px;font-size:14px}.blog-detail-main{grid-template-columns:1fr;gap:32px;margin-top:32px;display:grid}.blog-detail-left{border-radius:16px;width:100%;height:auto;min-height:600px;padding:24px}.blog-detail-image-container{aspect-ratio:16/9;border-radius:12px;width:100%;height:auto;margin-bottom:16px}.blog-detail-date{margin-bottom:24px;font-size:13px}.blog-detail-content p{margin-bottom:18px;font-size:15px;line-height:1.8}.blog-detail-right{background-color:#fafafa;border-radius:16px;flex-flow:wrap;gap:16px;width:100%;height:auto;padding:24px;display:flex}.fill-in-blank{flex:40%;gap:4px}.fill-blank-text{font-size:14px}}@media (min-width:1024px) and (max-width:1279px){.blog-detail-layout{max-width:100%;padding:0 32px}.blog-detail-main{grid-template-columns:1.5fr 1fr;gap:40px;margin-top:40px;display:grid}.blog-detail-left{border-radius:16px;width:100%;height:auto;min-height:800px;padding:24px}.blog-detail-image-container{aspect-ratio:16/9;border-radius:12px;width:100%;height:auto;margin-bottom:16px}.blog-detail-right{background-color:#fafafa;border-radius:16px;flex-direction:column;gap:16px;width:100%;height:auto;padding:20px;display:flex}.fill-blank-text{font-size:14px}}@media (min-width:1280px){.blog-detail-layout{max-width:1200px;margin:0 auto;padding:0 20px}.blog-breadcrumb{gap:8px;margin-bottom:24px;font-size:14px}.blog-detail-main{grid-template-columns:654px 361px;align-items:start;gap:60px;margin-top:40px;display:grid}.blog-detail-left{background-color:#fafafa;border-radius:16px;width:100%;height:auto;min-height:600px;padding:24px}.blog-detail-image-container{aspect-ratio:3;border-radius:12px;width:100%;height:auto;margin-bottom:16px;overflow:hidden}.blog-detail-image{object-fit:cover;width:100%;height:100%}.blog-detail-date{color:#888;margin-bottom:24px;font-size:13px}.blog-detail-content p{color:#555;margin-bottom:16px;font-size:15px;line-height:1.8}.blog-detail-text{color:#616161;font-size:14px;line-height:1.7}.blog-sector-list li{color:#616161;margin-bottom:8px;font-size:14px;line-height:1.6}.blog-detail-content li{color:#555;margin-bottom:8px;font-size:15px;line-height:1.6}.blog-detail-right{flex-direction:column;gap:16px;width:100%;height:auto;display:flex}.fill-in-blank{flex-direction:column;gap:4px;display:flex}.fill-blank-text{color:#555;font-size:14px}.fill-blank-underline{background-color:#bdbdbd;width:100%;height:1px;display:block}}.gallery-page-container{background-color:#fff;width:100%;padding:60px 20px}.gallery-page-heading{color:#1f1f1f;text-align:center;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700}.gallery-page-subheading{color:#6b6b6b;text-align:center;max-width:600px;margin:0 auto 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}.gallery-page-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.gallery-page-item{cursor:pointer;border-radius:10.14px;width:350px;height:286px;position:relative;overflow:hidden}.gallery-page-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-item:hover img{transform:scale(1.1)}.gallery-page-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-page-item:hover .gallery-page-overlay{opacity:1}.gallery-page-icon{color:#fff;font-size:36px;font-weight:300}.gallery-see-all{background-color:#132321eb;border-radius:10.14px;justify-content:center;align-items:center;width:350px;height:286px;transition:transform .3s;display:flex}.gallery-see-all:hover{transform:scale(1.02)}.see-all-text{color:#fff;letter-spacing:1%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600}@media (min-width:320px) and (max-width:480px){.gallery-page-container{padding:40px 16px}.gallery-page-heading{margin-bottom:12px;font-size:26px}.gallery-page-subheading{max-width:100%;margin:0 auto 24px;padding:0 8px;font-size:14px;line-height:1.5}.gallery-page-grid{grid-template-columns:1fr;gap:16px;max-width:100%;display:grid}.gallery-page-item{aspect-ratio:350/286;cursor:pointer;border-radius:10px;width:100%;height:auto;overflow:hidden}.gallery-page-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-item:hover img{transform:scale(1.1)}.gallery-page-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-page-item:hover .gallery-page-overlay{opacity:1}.gallery-page-icon{color:#fff;font-size:28px;font-weight:300}.gallery-see-all{aspect-ratio:350/286;border-radius:10px;justify-content:center;align-items:center;width:100%;height:auto;transition:transform .3s;display:flex}.gallery-see-all:hover{transform:scale(1.02)}.see-all-text{color:#fff;letter-spacing:1%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600}}@media (min-width:481px) and (max-width:767px){.gallery-page-container{padding:50px 20px}.gallery-page-heading{margin-bottom:14px;font-size:30px}.gallery-page-subheading{max-width:500px;margin:0 auto 28px;font-size:14px;line-height:1.6}.gallery-page-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:100%;display:grid}.gallery-page-item{aspect-ratio:350/286;cursor:pointer;border-radius:10px;width:100%;height:auto;overflow:hidden}.gallery-page-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-item:hover img{transform:scale(1.1)}.gallery-page-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-page-item:hover .gallery-page-overlay{opacity:1}.gallery-page-icon{color:#fff;font-size:32px;font-weight:300}.gallery-see-all{aspect-ratio:350/286;border-radius:10px;justify-content:center;align-items:center;width:100%;height:auto;transition:transform .3s;display:flex}.gallery-see-all:hover{transform:scale(1.02)}.see-all-text{color:#fff;letter-spacing:1%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600}}@media (min-width:768px) and (max-width:1023px){.gallery-page-container{padding:60px 32px}.gallery-page-heading{margin-bottom:16px;font-size:32px}.gallery-page-subheading{max-width:550px;margin:0 auto 32px;font-size:15px;line-height:1.6}.gallery-page-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:100%;display:grid}.gallery-page-item{aspect-ratio:350/286;cursor:pointer;border-radius:10px;width:100%;height:auto;overflow:hidden}.gallery-page-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-item:hover img{transform:scale(1.1)}.gallery-page-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-page-item:hover .gallery-page-overlay{opacity:1}.gallery-page-icon{color:#fff;font-size:34px;font-weight:300}.gallery-see-all{aspect-ratio:350/286;border-radius:10px;justify-content:center;align-items:center;width:100%;height:auto;transition:transform .3s;display:flex}.gallery-see-all:hover{transform:scale(1.02)}.see-all-text{color:#fff;letter-spacing:1%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:19px;font-weight:600}}@media (min-width:1024px) and (max-width:1279px){.gallery-page-container{padding:70px 40px}.gallery-page-heading{margin-bottom:16px;font-size:34px}.gallery-page-subheading{max-width:600px;margin:0 auto 36px;font-size:15px;line-height:1.6}.gallery-page-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.gallery-page-item{aspect-ratio:350/286;cursor:pointer;border-radius:10px;width:100%;height:auto;overflow:hidden}.gallery-page-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-item:hover img{transform:scale(1.1)}.gallery-page-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-page-item:hover .gallery-page-overlay{opacity:1}.gallery-page-icon{color:#fff;font-size:36px;font-weight:300}.gallery-see-all{aspect-ratio:350/286;border-radius:10px;justify-content:center;align-items:center;width:100%;height:auto;transition:transform .3s;display:flex}.gallery-see-all:hover{transform:scale(1.02)}.see-all-text{color:#fff;letter-spacing:1%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600}}@media (min-width:1280px){.gallery-page-container{padding:80px 40px}.gallery-page-heading{color:#1f1f1f;text-align:center;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700}.gallery-page-subheading{color:#6b6b6b;text-align:center;max-width:700px;margin:0 auto 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}.gallery-page-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.gallery-page-item{cursor:pointer;border-radius:10.14px;width:350px;height:286px;position:relative;overflow:hidden}.gallery-page-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-page-item:hover img{transform:scale(1.1)}.gallery-page-overlay{opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-page-item:hover .gallery-page-overlay{opacity:1}.gallery-page-icon{color:#fff;font-size:36px;font-weight:300}.gallery-see-all{background-color:#132321eb;border-radius:10.14px;justify-content:center;align-items:center;width:350px;height:286px;transition:transform .3s;display:flex}.gallery-see-all:hover{transform:scale(1.02)}.see-all-text{color:#fff;letter-spacing:1%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600}}.privacy-hero-section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);text-align:center;background:linear-gradient(#fff0 0%,#ffffff80 100%);width:100%;padding:60px 20px}.privacy-hero-title{color:#1f1f1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700}.privacy-content-section{background-color:#fff;width:100%;padding:60px 20px}.privacy-content-container{flex-direction:column;gap:24px;max-width:1128px;margin:0 auto;display:flex}.privacy-content-block{width:100%}.privacy-content-title{color:#1f1f1f;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;font-weight:700}.privacy-content-text{color:#555;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7}.privacy-list{margin-bottom:16px;padding-left:24px;list-style-type:disc}.privacy-list li{color:#555;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.7}@media (min-width:320px) and (max-width:480px){.privacy-hero-section{padding:40px 16px}.privacy-hero-title{font-size:28px}.privacy-content-section{padding:40px 16px}.privacy-content-container{gap:16px;max-width:100%;padding:0}.privacy-content-block{margin-bottom:0}.privacy-content-title{margin-bottom:12px;font-size:18px}.privacy-content-text{margin-bottom:12px;font-size:14px;line-height:1.6}.privacy-list{margin-bottom:12px;padding-left:20px}.privacy-list li{margin-bottom:6px;font-size:14px;line-height:1.6}}@media (min-width:481px) and (max-width:767px){.privacy-hero-section{padding:50px 20px}.privacy-hero-title{font-size:32px}.privacy-content-section{padding:50px 20px}.privacy-content-container{gap:20px;max-width:100%;padding:0}.privacy-content-block{margin-bottom:0}.privacy-content-title{margin-bottom:14px;font-size:20px}.privacy-content-text{margin-bottom:14px;font-size:14px;line-height:1.7}.privacy-list{margin-bottom:14px;padding-left:22px}.privacy-list li{margin-bottom:8px;font-size:14px}}@media (min-width:768px) and (max-width:1023px){.privacy-hero-section{padding:60px 24px}.privacy-hero-title{font-size:34px}.privacy-content-section{padding:60px 24px}.privacy-content-container{gap:24px;max-width:100%;padding:0}.privacy-content-block{margin-bottom:0}.privacy-content-title{margin-bottom:16px;font-size:22px}.privacy-content-text{margin-bottom:16px;font-size:15px}.privacy-list{margin-bottom:16px;padding-left:24px}}@media (min-width:1024px) and (max-width:1279px){.privacy-hero-section,.privacy-content-section{padding:60px 32px}.privacy-content-container{gap:24px;max-width:100%;padding:0}}@media (min-width:1280px){.privacy-hero-section{padding:60px 40px}.privacy-hero-title{font-size:36px}.privacy-content-section{padding:60px 40px}.privacy-content-container{gap:24px;max-width:1128px;margin:0 auto}}.about-video-section{flex-direction:column;gap:24px;width:100%;max-width:1128px;margin:0 auto;padding-top:20px;display:flex}.about-section{background-color:#fff;width:100%;max-width:1128px;min-height:248px;margin:0;padding:0}.about-section h2,.about-section p{margin:0}.about-container{text-align:center;width:100%;max-width:1128px;margin:0 auto}.about-title{width:100%;max-width:1128px;height:auto;letter-spacing:0%;text-align:center;color:#0f2f2f;margin:0 0 24px;font-family:"Font 1",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700;line-height:52px}.about-title-break{display:block}.about-text-wrapper{flex-direction:column;gap:16px;width:100%;max-width:1128px;display:flex}.about-text{width:100%;max-width:1128px;letter-spacing:0%;text-align:center;color:#555;margin:0;font-family:"Font 1",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:26px}.video-section{background-color:#fff;width:100%;max-width:912px;min-height:192px;margin:-80px auto 0;padding:0}.video-container{width:100%;max-width:912px;margin:0 auto}.video-grid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.video-wrapper{aspect-ratio:16/9;background-color:#f0f0f0;border-radius:12px;width:100%;position:relative;overflow:hidden}.video-wrapper iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.why-choose-section{background-color:#fafafa;flex-direction:column;align-items:center;width:100%;padding:60px 20px;display:flex}.why-choose-container{flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.why-choose-header{text-align:center;width:100%;margin-bottom:32px}.why-choose-title{color:#1f1f1f;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700;line-height:1.3}.why-choose-subtitle{color:#6b6b6b;max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}.cards-wrapper{flex-direction:column;gap:24px;width:100%;display:flex}.cards-row-large{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;display:grid}.cards-row{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}@media (min-width:320px) and (max-width:480px){.why-choose-section{padding:40px 16px}.why-choose-header{margin-bottom:24px}.why-choose-title{margin-bottom:8px;font-size:22px}.why-choose-subtitle{max-width:100%;padding:0 8px;font-size:13px}.cards-wrapper{gap:16px}.cards-row-large,.cards-row{grid-template-columns:1fr;gap:16px}.card{padding:20px 16px}.card-icon{width:48px;height:48px}.card-title{margin-bottom:12px;font-size:16px}.card-text{font-size:13px;line-height:1.5}.card-icon-gradient img{width:22px;height:22px}.card-icon-small{width:44px;height:44px}.card-icon-small .card-icon-gradient img{width:20px;height:20px}.card-title-small{font-size:15px}.card-text-small{font-size:12px}}@media (min-width:481px) and (max-width:767px){.why-choose-section{padding:48px 20px}.why-choose-header{margin-bottom:28px}.why-choose-title{margin-bottom:10px;font-size:24px}.why-choose-subtitle{max-width:100%;font-size:14px}.cards-wrapper{gap:20px}.cards-row-large{grid-template-columns:1fr;gap:20px}.cards-row{grid-template-columns:repeat(2,1fr);gap:20px}.card{padding:24px 20px}.card-icon{width:52px;height:52px}.card-title{margin-bottom:14px;font-size:17px}.card-text{font-size:14px}.card-icon-gradient img{width:24px;height:24px}.card-icon-small{width:46px;height:46px}.card-icon-small .card-icon-gradient img{width:22px;height:22px}.card-title-small{font-size:16px}.card-text-small{font-size:13px}}@media (min-width:768px) and (max-width:1023px){.why-choose-section{padding:56px 32px}.why-choose-header{margin-bottom:32px}.why-choose-title{margin-bottom:12px;font-size:28px}.why-choose-subtitle{max-width:550px;font-size:15px}.cards-wrapper{gap:24px}.cards-row-large,.cards-row{grid-template-columns:repeat(2,1fr);gap:20px}.card{padding:28px 24px}.card-icon{width:54px;height:54px}.card-title{font-size:18px}.card-text{font-size:14px}.card-icon-gradient img{width:25px;height:25px}.card-icon-small{width:48px;height:48px}.card-icon-small .card-icon-gradient img{width:22px;height:22px}}@media (min-width:1024px) and (max-width:1279px){.why-choose-section{padding:70px 40px}.why-choose-header{margin-bottom:40px}.why-choose-title{margin-bottom:12px;font-size:32px}.why-choose-subtitle{max-width:600px;font-size:15px}.cards-wrapper{gap:28px}.cards-row-large,.cards-row{gap:24px}.card{padding:30px 24px}.card-icon{width:56px;height:56px}.card-title{font-size:19px}.card-text{font-size:14px;line-height:1.6}.card-icon-gradient img{width:26px;height:26px}.card-icon-small{width:48px;height:48px}.card-icon-small .card-icon-gradient img{width:24px;height:24px}}@media (min-width:1280px){.why-choose-section{padding:80px 40px}.why-choose-header{margin-bottom:48px}.why-choose-title{margin-bottom:14px;font-size:36px;line-height:1.3}.why-choose-subtitle{max-width:700px;font-size:16px;line-height:1.6}.cards-wrapper{gap:32px}.cards-row-large{grid-template-columns:repeat(2,1fr);gap:32px}.cards-row{grid-template-columns:repeat(3,1fr);gap:32px}.card{padding:32px 24px}.card-icon{width:56px;height:56px;margin-bottom:20px}.card-title{margin-bottom:16px;font-size:20px}.card-text{font-size:15px;line-height:1.6}.card-title-small{font-size:17px}.card-text-small{font-size:14px;line-height:1.6}}@media (min-width:1440px){.why-choose-section{padding:90px 48px}.why-choose-title{font-size:40px}.why-choose-subtitle{max-width:750px;font-size:17px}.cards-wrapper,.cards-row-large{gap:36px}.cards-row{gap:28px}.card{padding:36px 28px}.card-title{font-size:22px}.card-text{font-size:16px}}.who-we-are-section{background-color:#fff;width:100%;padding:60px 20px}.who-we-are-container{grid-template-columns:1fr;align-items:center;gap:32px;max-width:1200px;margin:0 auto;display:grid}.who-we-are-image{border-radius:20px;justify-content:center;display:flex;overflow:hidden}.who-we-are-image img{aspect-ratio:413/382;object-fit:cover;border-radius:20px;width:100%;max-width:300px;height:auto}.who-we-are-content{text-align:center;flex-direction:column;align-items:center;display:flex}.who-we-are-title{color:#212121;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.who-we-are-text{color:#616161;max-width:100%;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.7}.who-we-are-stats{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;display:grid}.who-we-are-stat{text-align:center;background:linear-gradient(135deg,#defdff 0%,#9effe8 100%);border-radius:14px;padding:20px 16px}.who-we-are-stat-value{color:#0f2f2f;margin-bottom:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:700}.who-we-are-stat-label{color:#0f2f2f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px}.our-services-section{background-color:#f5f5f5;flex-direction:column;width:100%;height:903px;padding:60px 20px 0;display:flex}.our-services-title{text-align:center;color:#1f1f1f;margin-bottom:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.services-scroll-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:10px;padding:0 20px 32px;display:flex;overflow-x:auto}.services-scroll-container::-webkit-scrollbar{display:none}.services-scroll-container::-webkit-scrollbar-track{display:none}.services-scroll-container::-webkit-scrollbar-thumb{display:none}.service-card{scroll-snap-align:start;background-color:#fff;border:1px solid #33b6c3;border-radius:26px;flex-direction:column;flex-shrink:0;width:300px;height:340px;padding:12px;display:flex}.service-card-image{border-radius:20px;width:100%;height:160px;margin-bottom:12px;overflow:hidden}.service-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.service-card:hover .service-card-image img{transform:scale(1.1)}.service-card-title{color:#2a2a2a;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600}.service-card-text{color:#6b6b6b;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.6}.service-card-link{color:#1aa6b7;align-items:center;gap:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.service-card-link:hover{gap:8px}.cta-section{background-color:#f2fbfb;margin-top:0;padding:60px 20px;position:relative}.cta-wave{width:100%;height:40px;position:absolute;top:-1px;left:0}.cta-container{grid-template-columns:1fr;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:grid}.cta-content{text-align:center}.cta-title{color:#2a2a2a;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700}.cta-button{color:#fff;cursor:pointer;background-color:#1aa6b7;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1aa6b74d}.cta-image{justify-content:center;display:flex}.cta-image img{width:100%;max-width:200px;height:auto}.specialized-section{background-color:#fff;width:100%;padding:60px 20px}.specialized-container{grid-template-columns:1fr;align-items:center;gap:32px;max-width:1200px;margin:0 auto;display:grid}.specialized-image{background:linear-gradient(135deg,#dffff9 0%,#9effe8 100%);border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;margin:0 auto;display:flex;overflow:hidden}.specialized-image img{object-fit:cover;width:100%;height:100%}.specialized-content{text-align:center;flex-direction:column;align-items:center;display:flex}.specialized-title{color:#1f1f1f;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.specialized-text{color:#6b6b6b;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.7}.specialized-list{flex-direction:column;gap:20px;width:100%;margin:0;padding:0;list-style:none;display:flex}.specialized-item{flex-direction:column;align-items:center;gap:12px;display:flex}.specialized-item-icon{border:1px solid;background-color:#fff;border-image-source:linear-gradient(40.6deg,#1b9aaa 4.72%,#0b3e4400 53.3%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:66px;height:66px;display:flex;box-shadow:0 4px 4px #11899166}.specialized-item-icon svg,.specialized-item-icon img{width:32px;height:32px}.specialized-item-icon img[src="/gome-plus.svg"]{width:66px;height:66px}.specialized-item-content{text-align:center}.specialized-item-title{color:#000;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600}.specialized-item-desc{color:#6b6b6b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.6}.testimonials-section{text-align:center;background-color:#fafafa;width:100%;padding:60px 20px}.testimonials-title{color:#1f1f1f;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700}.testimonials-subtitle{color:#6b6b6b;margin-bottom:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.7}.testimonials-images{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:28px;display:flex}.testimonial-avatar{border:2px solid #33b6c3;border-radius:50%;width:48px;height:48px;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonials-slider{background-color:#fff;border-radius:16px;max-width:100%;margin:0 auto;padding:24px;box-shadow:0 12px 30px #0000000f}.testimonial-slide-wrapper{min-height:150px;position:relative;overflow:hidden}.testimonial-slide{opacity:0;pointer-events:none;width:100%;transition:opacity .5s,transform .5s;position:absolute;top:0;left:0;transform:translate(100px)}.testimonial-slide.active{opacity:1;pointer-events:auto;position:relative;transform:translate(0)}.testimonial-name{color:#0fa8a1;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:700}.testimonial-rating{color:gold;margin-bottom:8px;font-size:16px}.testimonial-text{color:#6b6b6b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.7}.testimonial-dots{justify-content:center;gap:8px;display:flex}.testimonial-dots-wrapper{justify-content:center;margin-top:20px;display:flex}.testimonial-dot{cursor:pointer;background-color:#d3d3d3;border-radius:50%;width:10px;height:10px;transition:background-color .2s}.testimonial-dot.active{background-color:#33b6c3}@media (min-width:320px) and (max-width:480px){.card{padding:24px 20px}.card-icon{width:48px;height:48px}.card-title{font-size:16px}.about-title{font-size:22px}.why-choose-title,.who-we-are-title{font-size:24px}.who-we-are-stats{gap:12px}.who-we-are-stat-value{font-size:18px}.our-services-title{font-size:24px}.service-card{width:260px;height:340px}.cta-title{font-size:20px}.specialized-title,.testimonials-title{font-size:24px}}@media (min-width:481px) and (max-width:768px){.about-section{padding:70px 32px}.about-title{font-size:30px}.video-section{padding:60px 32px 70px}.video-grid{grid-template-columns:repeat(2,1fr);gap:24px}.why-choose-section{padding:70px 32px}.why-choose-title{font-size:32px}.cards-row-large{grid-template-columns:repeat(2,1fr)}.cards-row{grid-template-columns:repeat(3,1fr)}.who-we-are-section{padding:70px 32px}.who-we-are-container{gap:40px}.who-we-are-image img{max-width:350px}.who-we-are-title{font-size:32px}.who-we-are-stats{gap:20px}.our-services-section{height:auto;min-height:903px;padding:70px 20px 0}.our-services-title{font-size:32px}.service-card{width:280px;height:360px}.cta-section{padding:70px 32px}.cta-wave{height:50px}.cta-container{grid-template-columns:1fr 1fr;gap:40px}.cta-content{text-align:left}.cta-image{justify-content:flex-end}.specialized-section{padding:70px 32px}.specialized-container{gap:40px}.specialized-image{width:260px;height:260px}.specialized-title{font-size:32px}.specialized-item{flex-direction:row;align-items:flex-start;gap:16px}.specialized-item-content{text-align:left}.testimonials-section{padding:70px 32px}.testimonials-title{font-size:32px}.testimonials-slider{max-width:700px;padding:32px}}@media (min-width:769px) and (max-width:1024px){.about-section{padding:80px 40px}.about-title{font-size:34px}.video-grid{grid-template-columns:repeat(3,1fr);gap:24px}.why-choose-section{padding:80px 40px}.cards-row-large{grid-template-columns:repeat(2,1fr)}.cards-row{grid-template-columns:repeat(3,1fr)}.who-we-are-section{padding:80px 40px}.who-we-are-container{grid-template-columns:1fr 1fr;gap:48px}.who-we-are-image img{max-width:380px}.who-we-are-content{text-align:left;align-items:flex-start}.who-we-are-stats{gap:20px}.who-we-are-text{max-width:100%}.our-services-section{height:auto;min-height:903px;padding:80px 20px 0}.our-services-title{font-size:36px}.service-card{width:290px;height:365px}.cta-section{padding:80px 40px}.cta-wave{height:60px}.cta-container{grid-template-columns:1fr 1fr;gap:60px}.cta-title{font-size:28px}.cta-image img{max-width:260px}.specialized-section{padding:80px 40px}.specialized-container{grid-template-columns:1fr 1fr;gap:60px}.specialized-image{width:300px;height:300px}.specialized-content{text-align:left;align-items:flex-start}.specialized-item{flex-direction:row;align-items:flex-start;gap:16px}.specialized-item-content{text-align:left}.testimonials-section{padding:80px 40px}.testimonials-slider{max-width:800px;padding:40px}.testimonial-name{font-size:20px}.testimonial-text{font-size:15px}}@media (min-width:1025px){.about-section{padding:80px 40px}.about-title{font-size:36px;line-height:1.2}.about-text{letter-spacing:0.5%;font-size:16px;line-height:1.6}.video-section{padding:60px 40px 80px}.video-grid{grid-template-columns:repeat(3,1fr);gap:32px}.why-choose-section{padding:100px 40px}.why-choose-header{margin-bottom:56px}.why-choose-title{font-size:36px;line-height:1.3}.why-choose-subtitle{max-width:700px;font-size:16px;line-height:1.6}.cards-wrapper{gap:32px}.cards-row-large{grid-template-columns:repeat(2,1fr);gap:32px}.cards-row{grid-template-columns:repeat(3,1fr);gap:32px}.who-we-are-section{padding:100px 40px}.who-we-are-container{grid-template-columns:1fr 1fr;gap:64px}.who-we-are-image img{max-width:413px}.who-we-are-content{text-align:left;align-items:flex-start}.who-we-are-title{font-size:36px}.who-we-are-text{max-width:520px;margin-bottom:40px;font-size:15px;line-height:1.7}.who-we-are-stats{gap:24px}.who-we-are-stat{padding:24px}.who-we-are-stat-value{font-size:22px}.our-services-section{height:980px;padding:100px 20px 0}.our-services-title{margin-bottom:48px;font-size:36px}.services-scroll-container{gap:32px;padding:0 40px 40px}.service-card{border-radius:26px;width:300px;height:370px;padding:12px}.service-card-image{border-radius:20px;width:100%;height:160px;margin-bottom:12px}.service-card-image img{height:100%}.service-card-title{margin-bottom:12px;font-size:18px}.service-card-text{margin-bottom:20px;font-size:14px;line-height:22px}.service-card-link{font-size:14px}.cta-section{margin-top:0;padding:80px 40px}.cta-wave{height:80px}.cta-container{grid-template-columns:1fr 1fr;gap:80px}.cta-content{text-align:left}.cta-title{margin-bottom:20px;font-size:28px}.cta-button{padding:14px 28px;font-size:14px}.cta-image img{max-width:280px}.specialized-section{padding:100px 40px}.specialized-container{grid-template-columns:1fr 1fr;gap:64px}.specialized-image{width:300px;height:300px}.specialized-content{text-align:left;align-items:flex-start}.specialized-title{margin-bottom:20px;font-size:36px}.specialized-text{margin-bottom:32px;font-size:16px;line-height:1.6}.specialized-list{gap:24px}.specialized-item{flex-direction:row;align-items:flex-start;gap:16px}.specialized-item-icon{width:56px;height:56px}.specialized-item-content{text-align:left}.specialized-item-title{margin-bottom:8px;font-size:18px}.specialized-item-desc{font-size:14px;line-height:22px}.testimonials-section{padding:100px 40px}.testimonials-title{margin-bottom:16px;font-size:36px}.testimonials-subtitle{margin-bottom:40px;font-size:16px;line-height:1.6}.testimonials-images{gap:16px;margin-bottom:40px}.testimonial-avatar{width:60px;height:60px}.testimonials-slider{border-radius:16px;max-width:800px;padding:40px}.testimonial-name{margin-bottom:12px;font-size:20px}.testimonial-rating{margin-bottom:12px;font-size:18px}.testimonial-text{font-size:16px;line-height:1.7}.testimonial-dots{gap:8px}.testimonial-dots-wrapper{margin-top:20px}.testimonial-dot{width:12px;height:12px}}@media (min-width:481px) and (max-width:768px){.header-content{padding:16px 32px}.header-text-row{font-size:15px}.navbar-menu{gap:28px;font-size:12px}.hero-section{padding:70px 32px 50px}.hero-title{font-size:42px}.hero-title-highlight{font-size:38px}.hero-features{font-size:15px}.hero-image-circle{width:320px;height:320px}.hero-image{max-width:280px}.hero-stat-value{font-size:29px}.hero-stats-container{gap:24px}.footer-main{grid-template-columns:repeat(2,1fr);padding:32px}.footer-certification{grid-column:span 2}.footer-cta{padding:22px 32px}.footer-cta-text{font-size:17px}}@media (min-width:769px) and (max-width:1024px){.header-content{padding:16px 40px}.navbar-menu{gap:32px;font-size:12px}.hero-section{padding:80px 40px 60px}.hero-container{grid-template-columns:1fr 1fr;gap:40px}.hero-content{text-align:left}.hero-title{font-size:44px}.hero-title-highlight{font-size:40px}.hero-features{justify-content:flex-start;font-size:15px}.hero-cta-row{justify-content:flex-start}.hero-image-circle{width:340px;height:340px}.hero-image{max-width:290px}.hero-stats-container{gap:32px}.hero-stat-value{font-size:30px}.footer-main{grid-template-columns:1fr 1fr 1fr;padding:36px 40px}.footer-certification{grid-column:auto}.footer-cta{padding:22px 40px}}@media (min-width:1025px){.header-content{padding:16px 40px}.navbar-menu{gap:42px;font-size:12px}.hero-section{padding:0}.hero-container{grid-template-columns:1fr 1fr;gap:60px}.hero-content{text-align:left}.hero-title{font-size:48px}.hero-title-highlight{font-size:44px}.hero-features{justify-content:flex-start;font-size:13px}.hero-cta-row{justify-content:flex-start}.hero-image-circle{width:420px;height:420px}.hero-image{max-width:302px}.hero-stats-container{gap:40px}.hero-stat-value{font-size:32px}.hero-stat-label{font-size:16px}.footer-main{text-align:left;grid-template-columns:1fr 1fr 1fr;padding:36px 40px}.footer-section{align-items:flex-start}.footer-certification{text-align:center}.footer-social-icons{justify-content:flex-start}.footer-cta{padding:22px 40px}.footer-cta-text{font-size:18px}}@media (min-width:568px) and (max-width:667px){.header-content{flex-direction:row;justify-content:space-between}.header-text-row{font-size:14px}.navbar-menu{gap:16px;padding:0 10px;font-size:13px}.hero-features{gap:8px}.hero-stat-value{font-size:24px}}@media (min-width:1440px){.hero-container{gap:80px;max-width:1280px}.hero-title{font-size:52px}.hero-title-highlight{font-size:48px}}@media (min-width:320px) and (max-width:480px){.about-hero{padding:50px 16px}.about-hero h1{margin-bottom:8px;font-size:28px}.about-hero p{max-width:100%;padding:0 8px;font-size:14px}}@media (min-width:481px) and (max-width:767px){.about-hero{padding:60px 20px}.about-hero h1{font-size:34px}.about-hero p{font-size:15px}}@media (min-width:768px) and (max-width:1023px){.about-hero{padding:70px 32px}.about-hero h1{font-size:38px}.about-hero p{max-width:600px;font-size:16px}}@media (min-width:1024px) and (max-width:1279px){.about-hero{padding:80px 40px}.about-hero h1{font-size:40px}.about-hero p{max-width:650px;font-size:16px}}@media (min-width:1280px){.about-hero{padding:80px 40px}.about-hero h1{font-size:42px}.about-hero p{max-width:700px;font-size:16px}}@media (min-width:320px) and (max-width:480px){.about-content-section{padding:40px 16px}.about-content-container{grid-template-columns:1fr;gap:24px;padding:0 8px}.about-content-frame{display:none}.about-content-left{text-align:center;order:2}.about-content-title{margin-bottom:6px;font-size:22px}.about-content-subtitle{margin-bottom:12px;font-size:14px}.about-content-text{margin-bottom:12px;font-size:13px;line-height:1.6}.who-we-are-images{order:1;width:100%;max-width:280px;height:auto;margin:0 auto}.vertical-slider{border-radius:12px;width:100%;max-width:280px;height:auto;overflow:hidden}.vertical-slider-track{flex-direction:column;display:flex;position:relative!important;top:0!important}.image-card{aspect-ratio:362/421;border-radius:12px;flex-shrink:0;width:100%;max-width:280px;height:auto;opacity:1!important;margin:0!important;position:relative!important;left:0!important;transform:none!important}.image-card img{object-fit:cover;width:100%;height:100%}.vertical-slider-track .image-card:nth-child(n+2){display:none}.vertical-slider-track .image-card:first-child{display:flex}}@media (min-width:481px) and (max-width:767px){.about-content-section{padding:50px 20px}.about-content-container{grid-template-columns:1fr;gap:32px}.about-content-frame{display:none}.about-content-left{text-align:center;order:2}.about-content-title{font-size:26px}.about-content-subtitle{font-size:15px}.about-content-text{font-size:14px}.who-we-are-images{order:1;width:100%;max-width:360px;height:auto;margin:0 auto}.vertical-slider{border-radius:14px;width:100%;max-width:360px;height:auto;overflow:hidden}.vertical-slider-track{flex-direction:column;display:flex;position:relative!important;top:0!important}.image-card{aspect-ratio:362/421;border-radius:14px;flex-shrink:0;width:100%;max-width:360px;height:auto;opacity:1!important;margin:0!important;position:relative!important;left:0!important;transform:none!important}.image-card img{object-fit:cover;width:100%;height:100%}.vertical-slider-track .image-card:nth-child(n+2){display:none}.vertical-slider-track .image-card:first-child{display:flex}}@media (min-width:768px) and (max-width:1023px){.about-content-section{padding:60px 32px}.about-content-container{grid-template-columns:1fr 1fr;gap:40px;max-width:800px}.about-content-frame{height:160px;display:block;left:-16px}.about-content-left{order:1}.about-content-title{font-size:26px}.who-we-are-images{order:2;width:100%;max-width:350px;margin:0 auto}.vertical-slider{border-radius:14px;width:100%;max-width:350px;height:auto}.image-card{aspect-ratio:362/421;width:100%;max-width:350px;height:auto}}@media (min-width:1024px) and (max-width:1279px){.about-content-section{padding:70px 40px}.about-content-container{grid-template-columns:1fr 1fr;gap:48px;max-width:1000px}.about-content-frame{height:180px;left:-20px}.who-we-are-images{width:100%;max-width:400px}.vertical-slider,.image-card{width:100%;max-width:400px;height:auto}}@media (min-width:1280px){.about-content-section{padding:90px 40px}.about-content-container{grid-template-columns:1.1fr .9fr;gap:60px;max-width:1200px}.about-content-frame{height:187px;left:-20px}.about-content-title{margin-bottom:8px;font-size:28px}.about-content-subtitle{margin-bottom:18px;font-size:16px}.about-content-text{margin-bottom:14px;font-size:15px}.who-we-are-images{width:362px;height:493px}.vertical-slider{width:362px;height:503px}.image-card{width:362px;height:421px}}@media (min-width:320px) and (max-width:480px){.mission-vision-images-container{flex-direction:column;align-items:center;gap:20px;margin:40px auto;padding:0 16px}.mission-image-section,.vision-image-section{width:100%;max-width:100%}.mission-image-section img,.vision-image-section img{aspect-ratio:16/9;border-radius:12px;width:100%;height:auto}}@media (min-width:481px) and (max-width:767px){.mission-vision-images-container{flex-direction:column;align-items:center;gap:24px;margin:50px auto;padding:0 20px}.mission-image-section img,.vision-image-section img{aspect-ratio:16/9;border-radius:14px;width:100%;max-width:500px;height:auto}}@media (min-width:768px) and (max-width:1023px){.mission-vision-images-container{gap:32px;margin:60px auto;padding:0 32px}.mission-image-section img,.vision-image-section img{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:700px;height:auto}}@media (min-width:1024px) and (max-width:1279px){.mission-vision-images-container{gap:40px;margin:70px auto;padding:0 40px}.mission-image-section img,.vision-image-section img{width:100%;max-width:850px;height:auto}}@media (min-width:1280px){.mission-vision-images-container{gap:48px;margin:80px auto;padding:0 40px}.mission-image-section img,.vision-image-section img{object-fit:cover;width:975px;height:420px}}@media (min-width:320px) and (max-width:480px){.marquee-section{height:100px}.marquee-content{gap:16px;animation-duration:20s}.marquee-item img{object-fit:contain;width:600px;height:40px}}@media (min-width:481px) and (max-width:767px){.marquee-section{height:120px}.marquee-content{gap:20px;animation-duration:20s}.marquee-item img{width:800px;height:50px}}@media (min-width:768px) and (max-width:1023px){.marquee-section{height:150px}.marquee-content{gap:28px;animation-duration:22s}.marquee-item img{width:1000px;height:60px}}@media (min-width:1024px) and (max-width:1279px){.marquee-section{height:170px}.marquee-content{gap:32px;animation-duration:25s}.marquee-item img{width:1200px;height:68px}}@media (min-width:1280px){.marquee-section{height:196px}.marquee-content{gap:40px;animation-duration:25s}.marquee-item img{width:1439.4px;height:76.875px}}@media (min-width:320px) and (max-width:480px){.why-choose{padding:40px 16px}.why-grid{grid-template-columns:1fr;gap:24px}.why-image-wrapper{aspect-ratio:365/292;width:100%;max-width:260px;height:auto;margin:0 auto}.why-image-bg{border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:100%;height:100%}.why-content{text-align:center;order:2}.why-content h3{margin-bottom:12px;font-size:22px}.why-content .subtitle{margin-bottom:16px;font-size:14px}.why-list{text-align:left;margin-top:16px}.why-list li{min-height:20px;margin-bottom:12px;padding-left:32px;font-size:13px}.why-list li:before{width:20px;height:20px}.why-list li:after{font-size:11px;left:5px}}@media (min-width:481px) and (max-width:767px){.why-choose{padding:50px 20px}.why-grid{grid-template-columns:1fr;gap:32px}.why-image-wrapper{aspect-ratio:365/292;width:100%;max-width:320px;height:auto;margin:0 auto}.why-image-bg{border-bottom-right-radius:20px;border-bottom-left-radius:20px;width:100%;height:100%}.why-content{text-align:center;order:2}.why-content h3{font-size:26px}.why-list li{padding-left:36px;font-size:14px}}@media (min-width:768px) and (max-width:1023px){.why-choose{padding:60px 32px}.why-grid{grid-template-columns:1fr 1fr;gap:40px;max-width:800px;margin:0 auto}.why-image-wrapper{width:100%;max-width:320px;height:auto}.why-content h3{font-size:26px}}@media (min-width:1024px) and (max-width:1279px){.why-choose{padding:70px 40px}.why-grid{grid-template-columns:1fr 1fr;gap:48px;max-width:1000px;margin:0 auto}.why-image-wrapper{width:320px;height:auto}.why-content h3{font-size:28px}}@media (min-width:1280px){.why-choose{padding:80px 40px}.why-grid{grid-template-columns:1fr 1fr;gap:50px;max-width:1200px;margin:0 auto}.why-image-wrapper{width:365px;height:292px}.why-image-bg{border-bottom-right-radius:24px;border-bottom-left-radius:24px;width:365px;height:292px}.why-content h3{margin-bottom:16px;font-size:28px}.why-content .subtitle{margin:10px 0;font-size:16px}.why-list{margin-top:20px}.why-list li{margin-bottom:16px;padding-left:40px;font-size:15px}}@media (min-width:320px) and (max-width:480px){.location{text-align:center;background-color:#fff;width:100%;padding:40px 16px}.location h3{color:#1f1f1f;margin-bottom:20px;font-size:22px;font-weight:700}.location-card{border:none;border-radius:16px;flex-direction:column;gap:8px;width:100%;max-width:100%;height:auto;margin:0 auto;padding:12px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container{width:100%}.location-map-container iframe{border:none;border-radius:12px;width:100%;height:220px}}@media (min-width:481px) and (max-width:767px){.location{text-align:center;background-color:#fff;width:100%;padding:50px 20px}.location h3{color:#1f1f1f;margin-bottom:24px;font-size:26px;font-weight:700}.location-card{border:none;border-radius:20px;flex-direction:column;gap:10px;width:100%;max-width:100%;height:auto;margin:0 auto;padding:16px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container{width:100%}.location-map-container iframe{border:none;border-radius:14px;width:100%;height:280px}}@media (min-width:768px) and (max-width:1023px){.location{text-align:center;background-color:#fff;width:100%;padding:60px 32px}.location h3{color:#1f1f1f;margin-bottom:28px;font-size:28px;font-weight:700}.location-card{border:none;border-radius:24px;flex-direction:column;gap:12px;width:100%;max-width:100%;height:auto;margin:0 auto;padding:20px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container{width:100%}.location-map-container iframe{border:none;border-radius:16px;width:100%;height:350px}}@media (min-width:1024px) and (max-width:1279px){.location{text-align:center;background-color:#fff;width:100%;padding:70px 40px}.location h3{color:#1f1f1f;margin-bottom:30px;font-size:28px;font-weight:700}.location-card{border:none;border-radius:28px;flex-direction:column;gap:14px;width:100%;max-width:100%;height:auto;margin:0 auto;padding:22px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container{width:100%}.location-map-container iframe{border:none;border-radius:18px;width:100%;height:380px}}@media (min-width:1280px){.location{text-align:center;background-color:#fff;width:100%;padding:80px 40px}.location h3{color:#1f1f1f;margin-bottom:32px;font-size:28px;font-weight:700}.location-card{border:none;border-radius:32px;flex-direction:column;gap:10px;width:1094px;height:561px;margin:0 auto;padding:24px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container{width:1046px;height:513px;margin:0 auto}.location-map-container iframe{border:none;border-radius:24px;width:100%;height:100%}}@media (min-width:320px) and (max-width:480px){.info-card{border-radius:24px;margin:24px 16px;padding:24px 20px}.info-card:before,.info-card:after{border-radius:28px 26px 32px 24px}.info-card-icon{width:48px;height:48px;margin-bottom:14px}.info-card h4{margin-bottom:12px;font-size:20px}.info-card p{max-width:100%;font-size:13px;line-height:1.6}}@media (min-width:481px) and (max-width:767px){.info-card{border-radius:28px;margin:32px 20px;padding:32px 28px}.info-card:before,.info-card:after{border-radius:32px 30px 36px 28px}.info-card-icon{width:56px;height:56px;margin-bottom:16px}.info-card h4{margin-bottom:14px;font-size:22px}.info-card p{max-width:100%;font-size:14px;line-height:1.7}}@media (min-width:768px) and (max-width:1023px){.info-card{border-radius:34px;margin:40px 32px;padding:44px 40px}.info-card:before,.info-card:after{border-radius:38px 36px 42px 34px}.info-card-icon{width:64px;height:64px;margin-bottom:18px}.info-card h4{margin-bottom:16px;font-size:24px}.info-card p{max-width:600px;font-size:15px;line-height:1.75}}@media (min-width:1024px) and (max-width:1279px){.info-card{border-radius:38px;margin:60px 40px;padding:56px 48px}.info-card:before,.info-card:after{border-radius:42px 40px 48px 36px}.info-card-icon{width:68px;height:68px;margin-bottom:20px}.info-card h4{margin-bottom:18px;font-size:26px}.info-card p{max-width:750px;font-size:16px;line-height:1.8}}@media (min-width:1280px){.info-card{border-radius:40px;max-width:1100px;margin:80px auto;padding:64px 56px}.info-card:before,.info-card:after{border-radius:46px 42px 54px 38px}.info-card-icon{width:72px;height:72px;margin-bottom:20px}.info-card h4{margin-bottom:18px;font-size:26px}.info-card p{max-width:820px;font-size:16.5px;line-height:1.8}}:root{--primary:#0fa8a1;--light-bg:#e9fbfa;--border:#bdeeee;--text-dark:#1a1a1a;--text-light:#555}.about-hero{text-align:center;background:linear-gradient(#dff7f5,#fff);padding:80px 20px}.about-hero h1{color:var(--text-dark);margin-bottom:10px;font-size:42px;font-weight:700}.about-hero p{color:var(--text-light);max-width:700px;margin:auto;font-size:16px;line-height:1.6}.about-section{padding:80px 20px}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:auto;display:grid}.about-text h3{color:var(--text-dark);margin-bottom:16px;font-size:28px;font-weight:700}.about-text .subtitle{color:var(--primary);margin:10px 0;font-size:16px;font-weight:500}.about-text p{color:var(--text-light);margin-bottom:16px;font-size:15px;line-height:1.7}.about-image img{border-radius:16px;width:100%}.about-content-section{padding:90px 20px}.about-content-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;max-width:1200px;margin:auto;display:grid;position:relative}.about-content-frame{z-index:0;background:linear-gradient(#9effe8 0%,#defdff 100%);border-radius:8px;width:9px;height:187px;position:absolute;top:45%;left:-20px;transform:translateY(-50%)rotate(-180deg)}.about-content-title{color:var(--text-dark);margin-bottom:8px;font-size:28px;font-weight:700}.about-content-subtitle{margin-bottom:18px;font-size:16px;font-weight:500}.about-content-text{color:#555;margin-bottom:14px;font-size:15px;line-height:1.7}.who-we-are-images{width:362px;height:493px;position:relative}.vertical-slider{border-radius:15px;width:362px;height:503px;position:relative;overflow:hidden}.vertical-slider-track{flex-direction:column;display:flex}.image-card{opacity:1;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:362px;height:421px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}.image-card img{object-fit:cover;width:100%;height:100%}.image-card:first-child{transform:scale(1)}.image-card:nth-child(2),.image-card:nth-child(3){opacity:1;margin-top:-380px;transform:scale(1)}.card-back{z-index:1;top:18px;left:-40px}.card-middle{z-index:2;top:8px;left:-20px}.card-front{z-index:3;top:0;left:0}.slide-container{z-index:10;border-left:4px solid #fff;border-right:4px solid #fff;width:150px;height:35px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.slide-list{width:100%;margin:0;padding:0;list-style:none;position:absolute;top:0}.slide-item{justify-content:center;align-items:center;width:100%;height:35px;display:flex}.slide-item img{object-fit:cover;border-radius:4px;width:100%;height:100%}@media (max-width:768px){.about-content-container{grid-template-columns:1fr}.who-we-are-images{width:300px;height:380px;margin:40px auto 0}.card-back{left:-24px}.card-middle{left:-12px}.why-image-wrapper{width:280px;height:240px}.why-image-bg{border-bottom-right-radius:20px;border-bottom-left-radius:20px;width:280px;height:240px}}.marquee-section{background:radial-gradient(100% 24364.4% at 0%,#d9fffb 0%,#d9f5ff 16.49%,#d9efff 39.99%,#d9fff8 81.97%);align-items:center;width:100%;height:196px;padding:0;display:flex;overflow:hidden}.marquee-content{gap:40px;width:fit-content;padding-left:100%;animation:25s linear infinite marquee;display:flex}.marquee-item{flex-shrink:0;justify-content:center;align-items:center;display:flex}.marquee-item img{object-fit:contain;border:1px solid #0000;width:1439.4px;height:76.875px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width:768px){.marquee-section{height:120px}.marquee-content{gap:20px;animation-duration:20s}.marquee-item img{width:800px;height:50px}}.info-card{text-align:center;z-index:1;background:#eefbfc;border-radius:40px;max-width:1100px;margin:80px auto;padding:64px 56px;position:relative}.mission-vision-images-container{flex-wrap:wrap;justify-content:center;gap:48px;max-width:1200px;margin:80px auto;padding:0 20px;display:flex}.mission-image-section img,.vision-image-section img{object-fit:cover;width:975px;height:420px;display:block}@media (max-width:1024px){.mission-image-section img,.vision-image-section img{aspect-ratio:975/420;width:100%;max-width:975px;height:auto}}@media (max-width:768px){.mission-vision-images-container{flex-direction:column;align-items:center;margin:40px auto;padding:0 16px}}.info-card:before{content:"";z-index:-2;background:0 0;border-radius:46px 42px 54px 38px;position:absolute;inset:0}.info-card:after{content:"";pointer-events:none;z-index:-1;border-radius:46px 42px 54px 38px;position:absolute;inset:0}.info-card-icon{background:#dff6f5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.info-card-icon svg{color:#0f4c5c}.info-card h4{color:#0f4c5c;margin-bottom:18px;font-size:26px;font-weight:700}.info-card p{color:#5a5a5a;max-width:820px;margin:0 auto;font-size:16.5px;line-height:1.8}.why-choose{background-color:#fafafa;padding:80px 20px}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:50px;max-width:1200px;margin:auto;display:grid}.why-image img{border-radius:16px;width:100%}.why-image-wrapper{width:365px;height:292px;position:relative}.why-image-bg{z-index:0;background:linear-gradient(#defdff21 0%,#9effe8 100%);border-bottom-right-radius:24px;border-bottom-left-radius:24px;width:365px;height:292px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.why-image{z-index:1;width:100%;height:100%;position:relative}.why-image img{object-fit:cover;border-radius:16px;width:100%;height:100%}.why-content h3{color:var(--text-dark);margin-bottom:16px;font-size:28px;font-weight:700}.why-content .subtitle{margin:10px 0;font-size:16px;font-weight:500}.why-list{margin-top:20px;padding:0;list-style:none}.why-list li{color:var(--text-light);align-items:center;min-height:24px;margin-bottom:16px;padding-left:40px;font-size:15px;line-height:1.6;display:flex;position:relative}.why-list li:before{content:"";background:linear-gradient(#9cffac 0%,#00b59c 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.why-list li:after{content:"✓";color:#fff;font-size:14px;font-weight:700;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.location{text-align:center;background-color:#fff;width:100%;padding:80px 20px}.location h3{color:#1f1f1f;margin-bottom:32px;font-size:28px;font-weight:700}.location-card{border:none;border-radius:32px;flex-direction:column;gap:10px;width:1094px;height:561px;margin:0 auto;padding:24px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map-container{width:1046px;height:450px;margin:0 auto}.location-map-container iframe{border:none;border-radius:24px;width:100%;height:100%}@media (min-width:320px) and (max-width:480px){.about-hero{padding:60px 20px}.about-hero h1{font-size:32px}.about-hero p{font-size:14px}.about-grid{grid-template-columns:1fr;gap:32px}.about-text h3{font-size:24px}.about-image{order:-1}.about-image img{max-width:100%}.info-card{border-radius:30px;margin:24px auto;padding:32px 24px}.info-card:before,.info-card:after{border-radius:34px 32px 40px 28px}.info-card h4{margin-bottom:14px;font-size:22px}.info-card-icon{width:56px;height:56px;margin-bottom:16px}.info-card p{max-width:100%;font-size:14px;line-height:1.7}.why-grid{grid-template-columns:1fr;gap:32px}.why-image{order:-1}.why-content h3{font-size:24px}.location iframe{height:300px}}@media (min-width:481px) and (max-width:768px){.about-hero{padding:70px 24px}.about-hero h1{font-size:38px}.about-grid{gap:40px}.about-text h3{font-size:26px}.info-card{border-radius:36px;margin:40px auto;padding:48px 40px}.info-card:before,.info-card:after{border-radius:40px 38px 48px 34px}.info-card-icon{width:64px;height:64px;margin-bottom:18px}.info-card h4{margin-bottom:16px;font-size:24px}.info-card p{max-width:700px;font-size:15.5px;line-height:1.75}.why-grid{gap:40px}.why-content h3{font-size:26px}.location iframe{height:350px}}@media (min-width:769px) and (max-width:1024px){.about-grid{gap:48px}.why-grid{gap:40px}}@media (min-width:1025px){.about-hero{padding:80px 40px}.about-hero h1{font-size:42px}.about-section{padding:80px 40px}.about-grid{gap:60px}.info-card{border-radius:40px;max-width:1100px;margin:80px auto;padding:64px 56px}.info-card:before,.info-card:after{border-radius:46px 42px 54px 38px}.info-card-icon{width:72px;height:72px;margin-bottom:20px}.info-card h4{margin-bottom:18px;font-size:26px}.info-card p{max-width:820px;font-size:16.5px;line-height:1.8}.why-choose{padding:80px 40px}.why-grid{gap:60px}.location{padding:80px 40px}.location iframe{max-width:1100px;height:450px}}.whatsapp-float{z-index:1000;flex-direction:column;align-items:center;display:flex;position:fixed;bottom:200px;right:28px}.whatsapp-trigger{cursor:pointer;z-index:2;background:#e4ffeedb;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s;display:flex;position:relative;box-shadow:0 8px 20px #00000040}.whatsapp-trigger img{width:52px}.whatsapp-trigger:before,.whatsapp-trigger:after{content:"";z-index:-1;background:#25d36673;border-radius:50%;animation:2.4s ease-out infinite pulse-ring;position:absolute;inset:0}.whatsapp-trigger:after{animation-delay:1.2s}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.8)}to{opacity:0}}.whatsapp-float:hover .whatsapp-trigger{transform:scale(1.08)}.whatsapp-expand-map{gap:14px;margin-bottom:14px;display:flex}.whatsapp-icon-map{background:#eaf5f7;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;box-shadow:0 6px 16px #0003}.whatsapp-icon-map img{width:33.5px;height:33.5px;position:absolute;top:13px;left:13px}.booking-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.booking-modal-content{background:#fff;border-radius:16px;width:450px;max-width:90%;padding:32px 28px 28px;animation:.3s ease-out modalSlideIn;position:relative;box-shadow:0 25px 60px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.booking-modal-close{color:#888;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;line-height:1;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.booking-modal-close:hover{color:#333;background:#e0e0e0}.booking-modal-header{text-align:center;margin-bottom:24px}.booking-modal-title{color:#1a1a1a;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700}.booking-modal-description{color:#777;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.booking-modal-form-group{margin-bottom:20px}.booking-modal-label{color:#444;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;display:block}.booking-modal-input{background:#fafafa;border:2px solid #e8e8e8;border-radius:10px;outline:none;width:100%;height:48px;padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;transition:all .2s}.booking-modal-input:focus{background:#fff;border-color:#1b9aaa;box-shadow:0 0 0 4px #1b9aaa1a}.booking-modal-input::placeholder{color:#aaa}.booking-modal-select{cursor:pointer;appearance:none;background:#fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center/18px no-repeat;border:2px solid #e8e8e8;border-radius:10px;outline:none;width:100%;height:48px;padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;transition:all .2s}.booking-modal-select:focus{background-color:#fff;border-color:#1b9aaa;box-shadow:0 0 0 4px #1b9aaa1a}.booking-modal-error{color:#d32f2f;background:#fff0f0;border:1px solid #ffcdd2;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}.booking-modal-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b9aaa 0%,#14f1f1 100%);border:none;border-radius:12px;width:100%;height:52px;margin-top:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #1b9aaa4d}.booking-modal-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1b9aaa66}.booking-modal-submit:active:not(:disabled){transform:translateY(0)}.booking-modal-submit:disabled{opacity:.7;cursor:not-allowed}.booking-loading{justify-content:center;align-items:center;gap:8px;display:flex}.booking-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.booking-modal-success{text-align:center;padding:40px 20px}.booking-success-icon{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#66bb6a 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:36px;animation:.5s ease-out successPopIn;display:flex;box-shadow:0 8px 20px #4caf504d}@keyframes successPopIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.booking-modal-success h3{color:#2e7d32;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;font-weight:700}.booking-modal-success p{color:#666;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px}.hero-book-button{background:linear-gradient(135deg,#0fa8a1 0%,#1b9aaa 100%)!important;box-shadow:0 4px 15px #0fa8a159!important}.hero-book-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0fa8a173!important}.hero-book-button .hero-cta-button-icon{background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%)}@media (max-width:480px){.booking-modal-content{width:95%;padding:24px 20px}.booking-modal-title{font-size:20px}.booking-modal-input,.booking-modal-select{height:44px;font-size:14px}.booking-modal-submit{height:48px;font-size:15px}}
