.header{background-color:var(--bg-color);padding:15px 40px;background-color:#fff;box-shadow:0 2px 10px #0000000d;font-family:var(--text-font);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:1000;margin:0 auto;max-width:1920px}.header .logo-container{z-index:1001}.header .logo-container .title-link{text-decoration:none}.header .logo-container .logo-text{display:flex;flex-direction:column;line-height:1;text-transform:uppercase;font-weight:800;color:#222}.header .logo-container .logo-text .brand-community{font-size:18px;letter-spacing:1px}.header .logo-container .logo-text .brand-rander{font-size:18px;letter-spacing:1px;color:#222}.header .logo-container .logo-text .brand-rander .brand-and{text-transform:lowercase;font-style:italic;color:var(--primary-color)}.header .mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1001}.header .mobile-menu-toggle .hamburger{display:block;width:25px;height:3px;background-color:#333;position:relative;transition:all .3s ease}.header .mobile-menu-toggle .hamburger:before,.header .mobile-menu-toggle .hamburger:after{content:"";position:absolute;width:25px;height:3px;background-color:#333;left:0;transition:all .3s ease}.header .mobile-menu-toggle .hamburger:before{top:-8px}.header .mobile-menu-toggle .hamburger:after{top:8px}.header .mobile-menu-toggle .hamburger.open{background-color:transparent}.header .mobile-menu-toggle .hamburger.open:before{transform:rotate(45deg);top:0}.header .mobile-menu-toggle .hamburger.open:after{transform:rotate(-45deg);top:0}.header .nav{display:flex;align-items:center}.header .nav .nav-list{display:flex;gap:30px;list-style:none;padding:0;margin:0}.header .nav .nav-list .nav-item{font-size:16px;font-weight:500}.header .nav .nav-list .nav-item .nav-link{text-decoration:none;color:#333;transition:color .2s ease}.header .nav .nav-list .nav-item .nav-link:hover{color:#2a7c6f}@media(max-width:768px){.header{padding:15px 20px}.header .mobile-menu-toggle{display:block}.header .nav{position:absolute;top:calc(100% + 10px);right:20px;width:70vw;max-width:300px;height:auto;background-color:#fff;flex-direction:column;justify-content:flex-start;border-radius:8px;box-shadow:0 4px 20px #00000026;border:1px solid #eaeaea;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease-in-out}.header .nav.open{opacity:1;visibility:visible;transform:translateY(0)}.header .nav .nav-list{flex-direction:column;justify-content:flex-start;padding:30px 20px;gap:25px;text-align:center}.header .nav .nav-list .nav-item{font-size:18px;padding:5px 0}}.footer{background-color:#fafafa;color:#333;padding:80px 40px 40px;border-top:1px solid #eee}.footer.simplified{padding:40px 40px 30px;border-top:none}.footer.simplified .footer-bottom{padding-top:30px}.footer .footer-content{max-width:1200px;margin:0 auto 60px;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:60px;align-items:start}.footer .footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-section .footer-heading{font-size:1.1rem;font-weight:700;margin-bottom:25px;color:#111;text-transform:uppercase;letter-spacing:1px;text-align:left;width:100%}.footer .footer-section.footer-logo .logo-text{display:flex;flex-direction:column;line-height:1;text-transform:uppercase;font-weight:800;color:#222;margin-bottom:20px}.footer .footer-section.footer-logo .logo-text .brand-community,.footer .footer-section.footer-logo .logo-text .brand-rander{font-size:22px;letter-spacing:1.5px}.footer .footer-section.footer-logo .logo-text .brand-rander .brand-and{text-transform:lowercase;font-style:italic;color:var(--primary-color)}.footer .footer-section.footer-logo .footer-tagline{font-size:1rem;color:#666;line-height:1.6;max-width:320px}.footer .footer-section.footer-contact .footer-contact-links{display:flex;flex-direction:column;gap:16px}.footer .footer-section.footer-contact .footer-contact-links .contact-item{display:flex;align-items:center;gap:12px;font-size:1rem;color:#555;transition:color .3s ease}.footer .footer-section.footer-contact .footer-contact-links .contact-item:hover{color:#2a7c6f}.footer .footer-section.footer-contact .footer-contact-links .contact-item svg{flex-shrink:0;color:#2a7c6f;width:18px;height:18px}.footer .footer-section.footer-contact .footer-contact-links .contact-item .contact-link{color:inherit;text-decoration:none;line-height:1;transition:color .3s ease}.footer .footer-section.footer-contact .footer-contact-links .contact-item .contact-link:hover{color:#2a7c6f}.footer .footer-section.social-section .social-icons{display:flex;gap:16px}.footer .footer-section.social-section .social-icons a{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #eee;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);color:#555}.footer .footer-section.social-section .social-icons a svg{width:20px;height:20px}.footer .footer-section.social-section .social-icons a:hover{background:#2a7c6f;border-color:#2a7c6f;color:#fff;transform:translateY(-5px);box-shadow:0 10px 20px #2a7c6f26}.footer .footer-bottom{max-width:1200px;margin:0 auto;padding-top:30px;border-top:1px solid #eee;display:flex;justify-content:center;align-items:center}.footer .footer-bottom p{color:#888;font-size:.9rem;margin:0}@media(max-width:992px){.footer .footer-content{gap:80px}}@media(max-width:768px){.footer{padding:60px 20px 30px}.footer .footer-content{flex-direction:column;text-align:left;gap:40px}.footer .footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-section.footer-logo .footer-tagline{max-width:100%}.footer .footer-section.footer-contact .footer-contact-links{align-items:flex-start}.footer .footer-section.social-section .social-icons{justify-content:flex-start}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:0;background-color:#fff;max-width:1440px;margin:0 auto;overflow:hidden;gap:10px}.hero-section .content-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-section .content-container .headline{font-size:64px;font-weight:800;color:#111;margin-bottom:24px;line-height:1.1;letter-spacing:-1px}.hero-section .content-container .subheadline{font-size:20px;color:#555;margin-bottom:40px;line-height:1.6;font-weight:400}.hero-section .content-container .cta-button{display:inline-block;background-color:#2a7c6f;color:#fff;padding:18px 40px;font-size:18px;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #2a7c6f4d}.hero-section .content-container .cta-button:hover{background-color:#205e55;transform:translateY(-2px);box-shadow:0 6px 20px #2a7c6f66}.hero-section .image-container{flex:1.5;height:600px}.hero-section .image-container .hero-image{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none}@media(max-width:768px){.hero-section{flex-direction:column;padding:40px 20px;gap:30px;text-align:center}.hero-section .content-container{padding-right:0;max-width:100%}.hero-section .content-container .headline{font-size:42px}.hero-section .content-container .subheadline{font-size:18px;margin-left:auto;margin-right:auto}.hero-section .image-container{width:100%}.hero-section .image-container .hero-image{width:100%;max-height:300px}}.services-section{padding:60px 40px;background-color:#f5f7f8;text-align:center}.services-section .section-title{font-size:36px;color:#333;margin-bottom:40px;font-weight:600;text-align:left;max-width:1500px;margin-left:auto;margin-right:auto;padding-left:15px}.services-section .services-grid{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;max-width:1500px;margin:0 auto}.services-section .services-grid .service-card{background-color:#fff;border-radius:12px;overflow:hidden;width:350px;text-align:left;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.services-section .services-grid .service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.services-section .services-grid .service-card .services-image-container{height:200px;width:100%;overflow:hidden}.services-section .services-grid .service-card .services-image-container .service-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.services-section .services-grid .service-card:hover .service-image{transform:scale(1.05)}.services-section .services-grid .service-card .service-content{padding:25px;flex:1;display:flex;flex-direction:column}.services-section .services-grid .service-card .service-content .service-header{display:flex;align-items:center;gap:15px}.services-section .services-grid .service-card .service-content .service-header .service-icon{background-color:#2a7c6f;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-section .services-grid .service-card .service-content .service-header .service-icon svg{width:20px;height:20px;color:#fff}.services-section .services-grid .service-card .service-content .service-header .service-title{font-size:20px;color:#222;font-weight:700}.services-section .services-grid .service-card .service-content .service-description{font-size:15px;color:#666;line-height:1.6;margin-bottom:20px;flex-grow:1}.services-section .services-grid .service-card .service-content .learn-more{text-decoration:none;color:#2a7c6f;font-weight:600;font-size:14px}.services-section .services-grid .service-card .service-content .learn-more:hover{text-decoration:underline}@media(max-width:1024px){.services-section .services-grid{justify-content:center}.services-section .services-grid .service-card{width:45%;min-width:300px}}@media(max-width:767px){.services-section{padding:40px 20px}.services-section .section-title{padding-left:0%;font-size:28px;text-align:center}.services-section .services-grid{flex-direction:column;align-items:center}.services-section .services-grid .service-card{width:100%;max-width:400px}}.process-section{padding:60px 40px;background-color:#f0f4f4;text-align:center}.process-section .section-title{font-size:36px;color:#333;margin-bottom:50px}.process-section .steps-container{display:flex;justify-content:center;gap:30px;position:relative;z-index:1;max-width:1400px;margin:0 auto}.process-section .steps-container .step{flex:1;padding:30px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.process-section .steps-container .step:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.process-section .steps-container .step .step-number{font-size:50px;font-weight:800;color:#2a7c6f33;color:#2a7c6f;line-height:1;margin-bottom:15px}.process-section .steps-container .step .step-title{font-size:20px;color:#222;margin-bottom:10px;font-weight:700}.process-section .steps-container .step .step-description{font-size:15px;color:#666;line-height:1.6}@media(max-width:768px){.process-section{padding:40px 20px}.process-section .steps-container{flex-direction:column;gap:20px}.process-section .steps-container .step{width:100%;padding:25px;box-sizing:border-box}}.contact-section{padding:100px 20px;background-color:#fcfcfc}.contact-section .container{max-width:1200px;margin:0 auto}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.contact-section .contact-header{text-align:left;margin-bottom:0}.contact-section .contact-header h2{font-size:3rem;color:var(--primary-color, rgb(42, 124, 111));margin-bottom:24px;line-height:1.2}.contact-section .contact-header p{color:#555;font-size:1.25rem;line-height:1.6;margin-bottom:40px}.contact-section .contact-header .contact-info{margin-top:40px;display:flex;flex-direction:column;gap:15px}.contact-section .contact-header .contact-info p{margin-bottom:0;font-size:1.1rem;color:#333}.contact-section .contact-header .contact-info p a{color:inherit;text-decoration:none;transition:color .3s ease;cursor:pointer}.contact-section .contact-header .contact-info p a:hover{color:var(--primary-color)}.contact-section .contact-header .contact-info p strong{color:var(--primary-color);margin-right:8px}.contact-section .contact-form-container{background:#fff;padding:50px;border-radius:20px;box-shadow:0 20px 40px #0000000d}.contact-section .contact-form{display:flex;flex-direction:column;gap:32px}.contact-section .contact-form .form-group{display:flex;flex-direction:row;align-items:center;gap:30px;transition:all .3s ease}.contact-section .contact-form .form-group label{font-weight:600;color:#222;font-size:1rem;min-width:100px}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group select,.contact-section .contact-form .form-group textarea{flex:1;padding:15px 0;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;font-size:1rem;font-family:inherit;background-color:transparent;transition:all .3s ease}.contact-section .contact-form .form-group input:focus,.contact-section .contact-form .form-group select:focus,.contact-section .contact-form .form-group textarea:focus{outline:none;border-color:var(--primary-color, rgb(42, 124, 111))}.contact-section .contact-form .form-group input::placeholder,.contact-section .contact-form .form-group select::placeholder,.contact-section .contact-form .form-group textarea::placeholder{color:#ccc}.contact-section .contact-form .form-group.message-group{align-items:flex-start}.contact-section .contact-form .form-group.message-group label{padding-top:15px}.contact-section .contact-form .submit-btn{align-self:flex-start;background-color:#2a7c6f;color:#fff;padding:18px 40px;border:none;border-radius:50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2a7c6f4d;margin-top:20px}.contact-section .contact-form .submit-btn:hover{background-color:#205e55;transform:translateY(-2px);box-shadow:0 6px 20px #2a7c6f66}.contact-section .contact-form .submit-btn:active{transform:translateY(0)}@media(max-width:992px){.contact-section .contact-grid{grid-template-columns:1fr;gap:60px}.contact-section .contact-header{text-align:center}.contact-section .contact-header .contact-info{align-items:center}}@media(max-width:768px){.contact-section{padding:80px 20px}.contact-section .contact-header h2{font-size:2.5rem}.contact-section .contact-form-container{padding:30px 25px}.contact-section .contact-form .form-group{flex-direction:column;align-items:flex-start;gap:5px}.contact-section .contact-form .form-group label{min-width:auto;padding-top:0}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{width:100%;padding:10px 0}.contact-section .contact-form .submit-btn{width:100%}}.page-container,.home-page{text-align:center}.page-container h2,.home-page h2{color:#2a7c6f;margin-bottom:20px}.page-container,.services-page{text-align:center}.page-container h2,.services-page h2{color:#2a7c6f;margin-bottom:20px}.services-page{text-align:left;background-color:#f9f9f9;min-height:100vh;padding-bottom:80px}.services-page .services-hero{background-color:#fff;padding:80px 40px;text-align:center;border-bottom:1px solid #eee;background-image:linear-gradient(#fff9,#fff9),url(/assets/20230302_155515-BdtJkDqm.jpg);background-size:cover;background-position:center}.services-page .services-hero .h1{font-weight:800}.services-page .services-hero h1{font-size:48px;color:#333;margin-bottom:16px;font-weight:400;letter-spacing:-.5px}.services-page .services-hero p{font-size:18px;color:#080808}.services-page .services-content{max-width:1200px;margin:60px auto 0;padding:0 40px}.services-page .services-content .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.services-page .services-content .services-grid .service-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.services-page .services-content .services-grid .service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.services-page .services-content .services-grid .service-card h3{font-size:22px;color:#222;margin-bottom:15px;font-weight:600}.services-page .services-content .services-grid .service-card p{font-size:15px;color:#555;line-height:1.6}@media(max-width:768px){.services-page .services-hero{padding:60px 20px}.services-page .services-hero h1{font-size:36px}.services-page .services-content{padding:0 20px}}.page-container,.about-page{text-align:center}.page-container h2,.about-page h2{color:#2a7c6f;margin-bottom:20px}.about-page .about-hero{position:relative;background-image:url(/assets/about_header_bg-B9hXsO0_.png);background-size:cover;background-position:center;padding:120px 40px;text-align:center;color:#fff}.about-page .about-hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.about-page .about-hero h1,.about-page .about-hero p{position:relative;z-index:2}.about-page .about-hero h1{color:#2a7c6f!important;font-weight:600}.about-page .about-hero p{color:#f0f0f0!important;font-size:20px}.about-page .about-hero h1{font-size:48px;color:#333;margin-bottom:16px;font-weight:400;letter-spacing:-.5px}.about-page .about-hero p{font-size:18px;color:#080808}.about-page .about-content{padding:80px 20px;background-color:#fff}.about-page .about-content .content-wrapper{max-width:900px;margin:0 auto}.about-page .about-content .content-wrapper .about-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center}@media(max-width:768px){.about-page .about-content .content-wrapper .about-grid{grid-template-columns:1fr;gap:30px}}.about-page .about-content .content-wrapper .image-column .alan-image{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:8px;box-shadow:0 10px 30px #0000001a}.about-page .about-content .content-wrapper .text-column{text-align:left}.about-page .about-content .content-wrapper .text-column h2{font-size:36px;margin-bottom:24px;font-weight:500}.about-page .about-content .content-wrapper .text-column p{font-size:18px;line-height:1.7;color:#4a4a4a;margin-bottom:24px}.about-page .about-content .content-wrapper .text-column p:last-child{margin-bottom:0}.page-container,.gallery-page{text-align:center}.page-container h2,.gallery-page h2{color:#2a7c6f;margin-bottom:20px}.gallery-page{text-align:left;background-color:#fff;min-height:100vh;padding-bottom:80px}.gallery-page .gallery-hero{background-color:#f5f7f8;padding:80px 40px;text-align:center;margin-bottom:40px;background-image:linear-gradient(#fff6,#fff6),url(/assets/20210119_191630-pQ0MiNyY.jpg);background-size:cover;background-position:center}.gallery-page .gallery-hero h1{font-size:48px;color:#333;margin-bottom:16px;font-weight:400;letter-spacing:-.5px}.gallery-page .gallery-hero p{font-size:18px;color:#080808}.gallery-page .filter-bar{display:flex;justify-content:center;gap:15px;margin-bottom:50px;flex-wrap:wrap}.gallery-page .filter-bar .filter-btn{background:none;border:none;font-size:16px;color:#555;cursor:pointer;padding:8px 20px;border-radius:20px;transition:all .3s ease;font-weight:500}.gallery-page .filter-bar .filter-btn:hover{color:#2a7c6f;background-color:#2a7c6f0d}.gallery-page .filter-bar .filter-btn.active{background-color:#2a7c6f;color:#fff}.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;max-width:1400px;margin:0 auto;padding:0 40px}.gallery-page .gallery-grid .project-card{position:relative;border-radius:8px;overflow:hidden;height:300px;cursor:pointer;box-shadow:0 4px 10px #0000001a}.gallery-page .gallery-grid .project-card .project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-page .gallery-grid .project-card:hover .project-image{transform:scale(1.05)}.gallery-page .lightbox-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.gallery-page .lightbox-overlay .lightbox-content{position:relative;max-width:90%;max-height:90vh;display:flex;justify-content:center;align-items:center}.gallery-page .lightbox-overlay .lightbox-content .fullscreen-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 0 20px #00000080}.gallery-page .lightbox-overlay .lightbox-content .close-btn{position:absolute;top:-40px;right:-40px;background:none;border:none;color:#fff;font-size:40px;cursor:pointer;transition:color .3s ease}.gallery-page .lightbox-overlay .lightbox-content .close-btn:hover{color:#ddd}@media(max-width:768px){.gallery-page .lightbox-overlay .lightbox-content .close-btn{top:-40px;right:0}}@media(max-width:768px){.gallery-page .gallery-hero{padding:60px 20px}.gallery-page .gallery-hero h1{font-size:36px}.gallery-page .gallery-grid{padding:0 20px;grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.page-container,.testimonials-page{text-align:center}.page-container h2,.testimonials-page h2{color:#2a7c6f;margin-bottom:20px}.testimonials-page{text-align:left;background-color:#f9f9f9;min-height:100vh;padding-bottom:0}.testimonials-page .testimonials-hero{background-color:#fff;padding:80px 40px;text-align:center;border-bottom:1px solid #eee;background-image:linear-gradient(#fff6,#fff6),url(/assets/20220819_112336-CYgtPYwb.jpg);background-size:cover;background-position:center}.testimonials-page .testimonials-hero h1{font-size:48px;color:#333;margin-bottom:16px;font-weight:400;letter-spacing:-.5px}.testimonials-page .testimonials-hero p{font-size:18px;color:#080808}.testimonials-page .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;max-width:1200px;margin:60px auto;padding:0 40px}.testimonials-page .testimonials-grid .testimonial-card{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease}.testimonials-page .testimonials-grid .testimonial-card:hover{transform:translateY(-5px)}.testimonials-page .testimonials-grid .testimonial-card .card-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.testimonials-page .testimonials-grid .testimonial-card .card-header .client-photo{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonials-page .testimonials-grid .testimonial-card .card-header .client-name{font-size:18px;font-weight:600;color:#222;margin:0}.testimonials-page .testimonials-grid .testimonial-card .card-header .client-location{font-size:14px;color:#888;margin:0}.testimonials-page .testimonials-grid .testimonial-card .rating{color:#ffc107;font-size:20px;margin-bottom:15px}.testimonials-page .testimonials-grid .testimonial-card .rating .star.filled{color:#ffc107}.testimonials-page .testimonials-grid .testimonial-card .rating .star{color:#e4e5e9}.testimonials-page .testimonials-grid .testimonial-card .testimonial-text{font-size:16px;color:#555;font-style:italic;line-height:1.6}.testimonials-page .video-testimonial{background-color:#fff;padding:80px 40px;text-align:center}.testimonials-page .video-testimonial h2{font-size:32px;color:#333;margin-bottom:40px}.testimonials-page .video-testimonial .video-container{max-width:800px;height:450px;background-color:#eee;margin:0 auto;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer;background-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-size:cover;background-position:center}.testimonials-page .video-testimonial .video-container:before{content:"";position:absolute;inset:0;background-color:#0000004d;border-radius:12px}.testimonials-page .video-testimonial .video-container .play-button{width:80px;height:80px;background-color:#2a7c6f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:20px;z-index:1;transition:transform .3s ease}.testimonials-page .video-testimonial .video-container p{color:#fff;font-size:18px;font-weight:600;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.5)}.testimonials-page .video-testimonial .video-container:hover .play-button{transform:scale(1.1)}.testimonials-page .cta-section{background-color:#f5f7f8;padding:80px 40px;text-align:center}.testimonials-page .cta-section h2{font-size:36px;color:#333;margin-bottom:20px}.testimonials-page .cta-section p{font-size:18px;color:#666;margin-bottom:40px}.testimonials-page .cta-section .cta-button{display:inline-block;background-color:#2a7c6f;color:#fff;padding:15px 40px;font-size:18px;border-radius:50px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.testimonials-page .cta-section .cta-button:hover{background-color:#205e55}@media(max-width:768px){.testimonials-page .testimonials-grid{grid-template-columns:1fr;padding:0 20px}.testimonials-page .video-testimonial .video-container{height:300px}}html{scroll-behavior:smooth;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{--primary-color: rgb(42, 124, 111);--bg-color: #ffffff;--text-font: "Inter", sans-serif}body{margin:0;padding:0;font-family:var(--text-font);background-color:var(--bg-color);color:#333}.text-center{text-align:center}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}.page-container,.contact-page{text-align:center}.page-container h2,.contact-page h2{color:#2a7c6f;margin-bottom:20px}.contact-page{text-align:left;background-color:#f9f9f9}.contact-page .contact-hero{background-color:#fff;padding:80px 40px;text-align:center;border-bottom:1px solid #eee;margin-bottom:60px;background-image:linear-gradient(#ffffffe6,#ffffffe6),url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center}@media(max-width:768px){.contact-page .contact-hero{padding:60px 20px}}.contact-page .contact-hero h1{font-size:48px;color:#333;margin-bottom:16px;font-weight:400;letter-spacing:-.5px}.contact-page .contact-hero p{font-size:18px;color:#080808}.contact-page .contact-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;gap:60px}.contact-page .contact-container .contact-form-section{flex:1.5;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 15px #0000000d}.contact-page .contact-container .contact-form-section h2{font-size:28px;color:#333;margin-bottom:30px}.contact-page .contact-container .contact-form-section .contact-form{display:flex;flex-direction:column;gap:20px}.contact-page .contact-container .contact-form-section .contact-form .form-group{display:flex;flex-direction:column;gap:8px}.contact-page .contact-container .contact-form-section .contact-form .form-group label{font-weight:600;color:#555;font-size:14px}.contact-page .contact-container .contact-form-section .contact-form .form-group input,.contact-page .contact-container .contact-form-section .contact-form .form-group select,.contact-page .contact-container .contact-form-section .contact-form .form-group textarea{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .3s}.contact-page .contact-container .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-container .contact-form-section .contact-form .form-group select:focus,.contact-page .contact-container .contact-form-section .contact-form .form-group textarea:focus{outline:none;border-color:#2a7c6f}.contact-page .contact-container .contact-form-section .contact-form .form-group textarea{resize:vertical}.contact-page .contact-container .contact-form-section .contact-form .submit-btn{margin-top:10px;background-color:#2a7c6f;color:#fff;padding:15px;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.contact-page .contact-container .contact-form-section .contact-form .submit-btn:hover{background-color:#205e55}.contact-page .contact-container .contact-info-section{flex:1}.contact-page .contact-container .contact-info-section h2{font-size:28px;color:#333;margin-bottom:30px}.contact-page .contact-container .contact-info-section .info-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:30px}.contact-page .contact-container .contact-info-section .info-item .icon{width:40px;height:40px;background-color:#2a7c6f1a;color:#2a7c6f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.contact-page .contact-container .contact-info-section .info-item h3{font-size:16px;color:#888;margin:0 0 5px;text-transform:uppercase;letter-spacing:1px}.contact-page .contact-container .contact-info-section .info-item p{font-size:18px;color:#333;margin:0;line-height:1.5}.contact-page .contact-container .contact-info-section .map-container{margin-top:40px}.contact-page .contact-container .contact-info-section .map-container h3{font-size:22px;color:#333;margin-bottom:20px}.contact-page .contact-container .contact-info-section .map-container .map-wrapper{width:100%;height:250px;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000001a;border:1px solid #eee}.contact-page .contact-container .contact-info-section .map-container .map-wrapper iframe{display:block}.contact-page .contact-container .contact-info-section .map-container .service-area-text{margin-top:15px;font-size:16px;color:#666;font-weight:500;font-style:italic}@media(max-width:900px){.contact-page .contact-container{flex-direction:column;gap:40px;padding:0 20px}.contact-page .contact-container .contact-form-section,.contact-page .contact-container .contact-info-section{width:100%;padding:30px}}
