@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}body{background:#f5f5f5}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.container{padding-left:10px;padding-right:10px}.btn{background:#fff;color:#212121;padding:14px 25px;font-size:16px;border-radius:30px;cursor:pointer;border:0;outline:0}@media (max-width: 1200px){.container{padding-left:5px;padding-right:5px}.btn{padding:14px 22px}}nav{width:100%;background:#007d8740;color:#f5f0f0;padding:10px 0;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:space-between;z-index:1000;transition:background .3s ease}nav .desktop-nav{display:flex;list-style:none;margin:0;padding:0}nav .desktop-nav li{margin:0 15px}nav ul li a{padding:8px 16px;border-radius:20px;transition:background .3s;display:inline-block}nav ul li a.active-link{background:#007d87;color:#fff}nav ul li a:hover{background:#03778080}.logo{width:200px}.menu-icon{display:none;width:30px;cursor:pointer}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;background:#007d8740;z-index:999;width:200px;padding-top:70px;transition:right .5s}.mobile-nav li{display:block;margin:25px 40px}.hide-mobile-menu{right:-200px}@media (max-width: 1000px){.logo{width:140px}nav .desktop-nav li{margin:0 10px}}@media (max-width: 840px){nav{padding:15px 0;background:transparent!important}.desktop-nav{display:none!important}.menu-icon,.mobile-nav{display:block}}.hero{width:100%;min-height:100vh;background:url(./TTA_Home1-DSsqOwAn.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 2rem;text-align:center}.hero-text{text-align:center;max-width:800px;background-color:#b0c2af80;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000004d}.hero-text h1{font-size:60px;font-weight:600}.hero-text h3{font-size:40px;font-weight:400}.hero-text p{max-width:700px;margin:10px auto 20px;line-height:1.4}.home-badge{margin:40px auto 0;padding:14px 0;width:250px;text-align:center;font-size:15px;display:block;background:#007d87;border-radius:2rem}.hero-text h2{position:absolute;color:#ffffff3e;bottom:20px;left:100%;white-space:nowrap;font-size:3.5rem;animation:moveLeft 30s linear infinite;text-transform:uppercase}@keyframes moveLeft{0%{left:100%}to{left:-100%}}@media (max-width: 768px){.hero{min-height:80vh;padding:0 1.5rem;background-position:center top}}@media (max-width: 480px){.hero{min-height:70vh;padding:0 1rem;flex-direction:column;background-position:center top}}@media (max-width: 850px){.hero-text h1{font-size:40px}}@media (max-width: 650px){.hero-text h1{font-size:30px;max-width:400px;margin:auto}.hero-text h1 .hero-text p{font-size:14px;margin:15px auto 30px}}.services-section{padding:4rem 0;background:#f9fafb}.services-container{max-width:1440px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;color:#007d87;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.1rem;color:#007d87;max-width:800px;margin:0 auto 3rem;line-height:1.6}.carousel-wrapper{position:relative;padding:0 2rem}.services-row{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-snap-align:start;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:2rem 1rem}.service-card{flex:0 0 280px;scroll-snap-align:start;scroll-snap-stop:always}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.card-image{position:relative;height:200px;border-top-left-radius:1rem;border-top-right-radius:1rem;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#000000b3 90%)}.card-content{width:100%;height:200px;padding:1.5rem;background-color:#007d87;border-radius:0 0 1rem 1rem;box-sizing:border-box;color:#fff}.card-title{color:#fff;font-size:1.25rem;margin-bottom:.75rem;font-weight:600}.card-description{color:#fff;font-size:.95rem;line-height:1.5;min-height:80px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-arrow:hover{background:#f7fafc;transform:translateY(-50%) scale(1.05)}.carousel-arrow.left{left:-1rem}.carousel-arrow.right{right:-1rem}@media (max-width: 768px){.services-container{padding:0 1rem}.section-title{font-size:2rem}.service-card{flex:0 0 260px}.carousel-arrow{width:40px;height:40px}}@media (max-width: 480px){.services-section{padding:2rem 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem;padding:0 1rem}.carousel-wrapper{padding:0}.carousel-arrow{display:none}}:root{--primary: #009cb0cc;--secondary: #9CB39BCC;--accent: #f59e0b;--light: #f8fafc;--dark: #1e293b;--text: #334155}.section-header h2{font-size:2.5rem;color:var(--dark);margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:#0d0e0dcc}.hero-image-container{position:relative;border-radius:1rem;overflow:hidden;height:400px;order:1}@media (min-width: 768px){.hero-image-container{order:2}}.stat-card p{font-size:.95rem;color:#2596be}.mission-card{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.vision-card .icon-container{background:#2563eb1a}.vision-card h2,.vision-card p{color:var(--dark)}.values-section{margin:5rem 0;padding:4rem 1.5rem;background:var(--light);border-radius:1.2rem}.value-card h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--dark)}.value-card p{font-size:.95rem;line-height:1.6;color:#2596be}.timeline{position:relative;max-width:1500px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;background:var(--primary);transform:translate(-50%)}.timeline-year{width:80px;height:80px;background:#fff;border:3px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:var(--primary);z-index:1;box-shadow:0 4px 6px -1px #0000001a}.timeline-content{flex:1;padding:1.5rem;background:#fff;border-radius:.8rem;box-shadow:0 4px 6px -1px #0000000d;margin:0 2rem;position:relative}.timeline-item:nth-child(odd) .timeline-content{text-align:right}.timeline-content:before{content:"";position:absolute;top:50%;width:20px;height:20px;background:var(--primary);border-radius:50%;transform:translateY(-50%)}.timeline-item:nth-child(odd) .timeline-content:before{left:-30px}.timeline-item:nth-child(2n) .timeline-content:before{right:-30px}.timeline-content h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--dark)}.founder-section{margin:5rem 0;padding:4rem 1.5rem;background:linear-gradient(to right,#f0f9ff,#e0f2fe);border-radius:1.2rem}.founder-quote{font-size:1.8rem;line-height:1.4;color:var(--dark);text-align:center;max-width:700px;margin:0 auto 3rem;font-style:italic;position:relative}.founder-quote:before,.founder-quote:after{content:'"';font-size:3rem;color:var(--primary);position:absolute}.founder-quote:before{top:-1.5rem;left:-2rem}.founder-quote:after{bottom:-2.5rem;right:-2rem}.founder-credentials{font-size:1.1rem;color:var(--primary);margin-bottom:1.5rem;font-weight:500}.founder-story{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.qoute-image-container{position:relative;border-radius:1rem;overflow:hidden;order:1}@media (min-width: 768px){.qoute-image-container{order:2}}.founder-photo{width:100%;height:100%;background:linear-gradient(45deg,#9c6db3,#9c6db3);background-size:cover;background-position:center}.founder-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#fff;padding:.8rem 1.5rem;border-radius:2rem;font-weight:600;box-shadow:0 5px 10px -3px #0000001a}.commitment-section{margin:5rem 0;padding:4rem 1.5rem;background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;border-radius:1.2rem}@media (max-width: 768px){.about-page .hero-title,.about-page .section-header h2{font-size:2rem}.about-page .founder-quote{font-size:1.5rem}.about-page .timeline:before{left:20px}.about-page .timeline-item{flex-direction:row;margin-left:60px}.about-page .timeline-item:nth-child(2n){flex-direction:row}.about-page .timeline-content{margin-left:40px;text-align:left}.about-page .timeline-item:nth-child(odd) .timeline-content{text-align:left}.about-page .timeline-content:before{left:-30px;right:auto}.about-page .mv-card,.about-page .value-card{padding:1.5rem}.about-page .timeline-year{width:60px;height:60px;font-size:1rem}.about-page .founder-image-container{height:300px}}@media (max-width: 480px){.about-page .hero-title,.about-page .section-header h2{font-size:1.8rem}.about-page .founder-quote{font-size:1.3rem}.about-page .hero-stats,.about-page .values-grid{grid-template-columns:1fr}.about-page .timeline-content{padding:1rem}.about-page .founder-details{gap:2rem}}:root{--primary: #009cb0cc;--secondary: #9CB39BCC;--accent: #f59e0b;--light: #f8fafc;--dark: #ffffff;--darkheader: #007d87;--text: #007d87}.about-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text)}.section-header{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.5rem;color:var(--primary);margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:var(--primary)}.section-header-founder{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.section-header-founder h2{font-size:2.5rem;color:var(--light);margin-bottom:.5rem}.section-header-founder p{font-size:1.1rem;color:var(--light)}.hero-section{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:5rem}@media (min-width: 768px){.hero-section{grid-template-columns:1fr 1fr}}.hero-content{order:2}@media (min-width: 768px){.hero-content{order:1}}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--dark)}.hero-title span{color:var(--primary)}.hero-description{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:var(--text)}.hero-image-container{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;height:350px;order:1}@media (min-width: 768px){.hero-image-container{order:2;height:400px}}.team-photo{width:100%;height:100%;background:linear-gradient(45deg,#9cb39bcc,#9cb39bcc);background-size:cover;background-position:center}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent 60%)}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:.8rem;box-shadow:0 4px 6px -1px #0000000d;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.stat-icon{font-size:3rem;color:var(--primary);padding:.8rem;background:#2563eb1a;border-radius:.6rem}.img-icon{width:50px;height:50px;object-fit:contain;margin-top:6px}.img-signature-icon{width:80px;height:80px;object-fit:contain}.stat-card h3{font-size:1.8rem;margin-bottom:.25rem;color:var(--primary)}.stat-card p{font-size:.95rem;color:#358998}.mv-section{display:grid;grid-template-columns:1fr;gap:2rem;margin:5rem 0}@media (min-width: 768px){.mv-section{grid-template-columns:repeat(2,1fr)}}.mv-card{padding:2.5rem;border-radius:1.2rem;position:relative;overflow:hidden}.mission-card{background:#007d87;color:#fff}.vision-card{background:#fff;border:1px solid rgba(37,99,235,.1);box-shadow:0 4px 6px -1px #0000000d}.card-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}.icon-container{padding:.8rem;background:#ffffff26;border-radius:.8rem;display:grid;place-items:center}.vision-card .icon-container{background:#566a941a}.mv-icon{font-size:1.8rem;color:#fff}.vision-card .mv-icon{color:var(--primary)}.mv-card h2{font-size:1.8rem;margin-bottom:1rem}.mv-card p{font-size:1.1rem;line-height:1.6}.vision-card h2,.vision-card p{color:#007d87}.values-section{margin:5rem 0;padding:4rem 1.5rem;background:var(--primary);border-radius:1.2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.value-card{padding:2rem 1.5rem;border-radius:1rem;background:#fff;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d}.value-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px -5px #0000001a}.impact-stat:hover,.mv-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.value-icon-container{width:70px;height:70px;background:#2563eb1a;border-radius:50%;display:grid;place-items:center;margin:0 auto 1.5rem}.value-icon{font-size:1.8rem;color:var(--primary)}.value-card h3{font-size:1.3rem;margin-bottom:.8rem;color:#fff}.value-card p{font-size:.99rem;line-height:1.6;color:var(--primary)}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.timeline-section{margin:5rem 0}.timeline{position:relative;max-width:1200px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--primary);transform:translate(-50%);z-index:0}.timeline-item{position:relative;margin-bottom:3rem;width:100%;display:flex}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-item:before{content:"";position:absolute;top:35%;left:50%;width:3px;height:100px;transform:translate(-50%,-50%);z-index:1}.timeline-item:nth-child(odd):before{background:var(--dark)}.timeline-item:nth-child(2n):before{background:var(--dark)}.timeline-year{width:80px;height:80px;background:var(--dark);border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:var(--primary);z-index:2;box-shadow:0 4px 6px -1px #0000001a}.timeline-content{flex:1;padding:1.5rem;border-radius:.8rem;box-shadow:0 4px 6px -1px #0000000d;margin:0 2rem;position:relative;z-index:2}.timeline-item:nth-child(odd) .timeline-content{background-color:var(--dark);color:var(--text);text-align:right}.timeline-item:nth-child(odd) .timeline-content h3{color:var(--darkheader)}.timeline-item:nth-child(2n) .timeline-content{background:#007d87;color:var(--dark);text-align:left}.timeline-item:nth-child(2n) .timeline-content h3{color:var(--dark)}.timeline-content p{margin:0}.founder-section{margin:5rem 0;padding:4rem 1.5rem;background:#007d87;border-radius:1.2rem}.founder-content{max-width:1000px;margin:0 auto}.founder-quote{font-size:1.8rem;line-height:1.4;color:#fff;text-align:center;max-width:700px;margin:0 auto 3rem;font-style:italic;position:relative}.founder-quote:before,.founder-quote:after{content:'"';font-size:3rem;color:#fff;position:absolute}.founder-quote:before{top:-1.5rem;left:-1.5rem}.founder-quote:after{bottom:-1.5rem;right:revert-layer}.founder-details{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.founder-image{flex:1;display:flex;align-items:center}.founder-image img{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px #0003}@media (min-width: 768px){.founder-details{grid-template-columns:1fr 1fr}}.founder-info{order:2}@media (min-width: 768px){.founder-info{order:1}}.founder-name{font-size:1.8rem;color:var(--dark);margin-bottom:.5rem}.founder-credentials{font-size:1.1rem;color:var(--secondary);margin-bottom:1.5rem;font-weight:500}.founder-story{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--light)}.founder-image-container{position:relative;border-radius:1rem;overflow:hidden;height:400px;order:1}@media (min-width: 768px){.founder-image-container{order:2}}.founder-photo{width:100%;height:100%;background:#007d87;background-size:cover;background-position:center}.founder-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#c40e0e;padding:.8rem 1.5rem;border-radius:2rem;font-weight:600;box-shadow:0 5px 10px -3px #0000001a}.commitment-section{margin:5rem 0;padding:4rem 1.5rem;background:#007d87;color:#fff;border-radius:1.2rem}.commitment-content{max-width:800px;margin:0 auto;text-align:center}.commitment-content h2{font-size:2.2rem;margin-bottom:1.5rem}.commitment-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.impact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.impact-stat{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:.8rem}.impact-icon{font-size:2.5rem}.impact-stat h3{font-size:2.2rem;margin-bottom:.25rem}.impact-stat p{font-size:1rem;margin-bottom:0}@media (max-width: 768px){.about-page .hero-title,.about-page .section-header h2,.about-page .section-header-founder h2{font-size:2rem}.about-page .founder-quote{font-size:1.5rem}.about-page .timeline:before{left:20px}.about-page .timeline-item{flex-direction:row;margin-left:60px}.about-page .timeline-item:nth-child(2n){flex-direction:row}.about-page .timeline-content{margin-left:40px;text-align:left}.about-page .timeline-item:nth-child(odd) .timeline-content{text-align:left}.about-page .timeline-content:before{left:-30px;right:auto}.about-page .mv-card,.about-page .value-card{padding:1.5rem}.about-page .timeline-year{width:60px;height:60px;font-size:1rem}.about-page .founder-image-container{height:300px}}@media (max-width: 480px){.about-page .hero-title,.about-page .section-header h2,.about-page .section-header-founder h2{font-size:1.8rem}.about-page .founder-quote{font-size:1.3rem}.about-page .hero-stats,.about-page .values-grid{grid-template-columns:1fr}.about-page .timeline-content{padding:1rem}.about-page .founder-details{gap:2rem}}.footer{display:flex;justify-content:space-between;padding:10px 10%;background-color:#f1efec;color:#000f38;flex-wrap:wrap;position:relative}.footer-left,.footer-right{flex:1;min-width:300px}.footer-left h4,.footer-right h4{text-transform:uppercase;font-size:14px;margin-bottom:16px;letter-spacing:1.5px;color:#a57901}.footer-left ul{list-style:none;padding:0;margin:0}.footer-left ul li{margin-bottom:10px}.footer-left ul li a{text-decoration:none;color:#000f38;font-size:16px;transition:.3s ease}.footer-left ul li a:hover{color:#a57901}.footer-right p{font-size:15px;margin:10px 0}.footer-right a{color:#000f38;text-decoration:underline}.social-icons{margin-top:10px;display:flex;gap:16px;justify-content:center}.social-icons a{color:#000f38;font-size:18px;transition:.3s ease}.social-icons a:hover{color:#a57901}.bee-certificate-link a{margin-top:10px;display:flex;gap:16px;justify-content:center}.bee-certificate-link a:hover{color:#aad8dd}:root{--primary: #009cb0cc;--secondary: #9CB39BCC;--accent: #f59e0b;--light: #f8fafc;--darkheader: #007d87;--text: #007d87}.contact-section{background:url(./contact-DXcsCdtp.jpg);color:#007d87;padding:5rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--light)}.contact-header p{font-size:1.1rem;max-width:700px;margin:0 auto;color:var(--light)}.contact-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.contact-left{flex:1;min-width:300px}.contact-left h1{font-size:2.8rem;margin-bottom:30px;color:var(--light)}.contact-info{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.info-item{display:flex;align-items:flex-start;gap:20px}.info-icon{width:50px;height:50px;background:#a579011a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#007d87}.info-item h3{font-size:1.3rem;margin-bottom:5px;color:var(--light)}.info-item p{margin:0;font-size:1rem;color:var(--primary)}.contact-hours{background:#fff;padding:25px;border-radius:10px;box-shadow:0 5px 15px #0000000d}.contact-hours h3{font-size:1.3rem;margin-bottom:15px;color:#007d87}.contact-hours p{margin:8px 0;font-size:1rem;color:#007d87}.contact-right{flex:1;min-width:300px}.contact-form-container{background:#fff;padding:40px;border-radius:10px;box-shadow:0 5px 20px #00000014;height:100%}.contact-form-container h3{font-size:1.8rem;margin-bottom:25px;color:#007d87}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.contact-form input,.contact-form textarea{width:100%;padding:15px;font-size:1rem;border:1px solid #ddd;border-radius:8px;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#2596be;box-shadow:0 0 0 3px #a579011a;outline:none}.contact-form textarea{resize:vertical;min-height:150px}.btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;font-size:1.1rem;background:#007d87;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600}.btn:hover{background:#9cb39bcc;transform:translateY(-3px);box-shadow:0 5px 15px #a579014d}.send-icon{font-size:1.2rem}@media (max-width: 768px){.contact-header h2{font-size:2rem}.contact-left h1{font-size:2.2rem}.contact-form-container{padding:30px}}@media (max-width: 480px){.contact-content{gap:30px}.contact-header h2{font-size:1.8rem}.contact-left h1{font-size:2rem}.contact-form-container{padding:25px}.contact-form-container h3{font-size:1.5rem}.btn{padding:12px;font-size:1rem}}.vision-container{width:100%;background-color:#007d87;color:#fff;font-family:Segoe UI,sans-serif;padding:60px 20px;box-sizing:border-box}.vision-header{text-align:center;margin-bottom:50px}.vision-header h2{font-size:32px;text-transform:uppercase;font-weight:700;margin:0;position:relative;display:inline-block}.vision-content{display:flex;align-items:stretch;max-width:1200px;margin:0 auto;gap:40px}.vision-items{flex:1;display:grid;grid-template-columns:1fr;gap:30px}.service-card{background:#ffffff1a;border-radius:10px;padding:25px;transition:transform .1s ease,box-shadow .1s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.service-card h3{font-size:20px;margin-top:0;margin-bottom:15px;color:#fff}.service-card p{font-size:16px;line-height:1.6;color:#f0f0f0;margin:0}.vision-image{flex:1;display:flex;align-items:stretch}.vision-image img{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px #0003}@media (max-width: 900px){.vision-content{flex-direction:column}.vision-image{order:-1;margin-bottom:30px}.vision-image img{height:auto;max-height:400px}.vision-items{grid-template-columns:1fr}}@media (max-width: 480px){.vision-header h2{font-size:26px}.service-card{padding:20px}}
