/* 
  ╔════════════════════════════════════════════════════════════════╗
  ║    PM Health Care Solution – Premium Website Design            ║
  ║    Designed & Developed by Aplus Technology                    ║
  ║    Bengaluru | www.aplus-technology.com                        ║
  ║    © 2025 PM Health Care Solution. All rights reserved.        ║
  ╚════════════════════════════════════════════════════════════════╝
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");

.hero{position:relative;width:100%;height:80vh;overflow:hidden;display:flex;align-items:flex-start;justify-content:flex-start;margin-top:7%;}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:-1;}.floating-shape{position:absolute;border-radius:50%;opacity:.4;animation:float 6s ease-in-out infinite alternate;z-index:0;}.shape1{width:120px;height:120px;background:rgba(0,174,230,.5);top:20%;left:60%;}.shape2{width:200px;height:200px;background:rgba(122,229,130,.3);top:60%;left:10%;}@keyframes float{0%{transform:translateY(0) translateX(0)}100%{transform:translateY(-30px) translateX(20px)}}.hero-content{max-width:550px;margin:100px 0 0 80px;padding:2rem;border-radius:25px;position:relative;z-index:2;font-family:"Nunito",sans-serif;}.hero-title{font-size:3.2rem;font-weight:800;margin-bottom:15px;color:#1fdaff;text-shadow:0 4px 12px rgba(31,218,255,.5);letter-spacing:.5px;position:relative;}.hero-subtitle{font-size:1.4rem;margin-bottom:30px;color:#ffffff;line-height:1.7;font-weight:600;position:relative;padding-left:12px;}@keyframes shimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}}.hero-buttons{display:flex;}.cta-advanced{position:relative;border:none;padding:14px 38px;border-radius:60px;cursor:pointer;font-weight:700;font-size:1.05rem;display:flex;align-items:center;gap:12px;color:#fff;background:linear-gradient(135deg,#00c4ff,#0098c5);box-shadow:0 6px 25px rgba(0,180,216,.45);overflow:hidden;transition:all .4s ease;z-index:1;}.cta-advanced:hover{background:linear-gradient(135deg,#00d5ff,#00a2d9);transform:translateY(-4px) scale(1.05);box-shadow:0 10px 30px rgba(0,180,216,.6),0 0 20px rgba(0,180,216,.6) inset;}.cta-advanced::after{content:"";position:absolute;inset:0;border-radius:60px;padding:2px;background:conic-gradient(from 0deg,#00eaff 0%,transparent 25%,#00b4d8 50%,transparent 75%,#00eaff 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:dashRotate 3s linear infinite;z-index:-1;}@keyframes dashRotate{to{transform:rotate(360deg)}}.btn-text{position:relative;z-index:2;}.cta-advanced i{transition:transform .3s ease;}.cta-advanced:hover i{transform:translateX(6px) rotate(12deg);}.hero-stats-box{position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.4);padding:15px 30px;border-radius:50px;display:flex;gap:25px;backdrop-filter:blur(10px);z-index:2;}.stat-node{display:flex;flex-direction:column;align-items:center;color:#00b4d8;font-weight:600;text-align:center;transition:transform .3s ease,color .3s ease;cursor:default;}.stat-node:hover{transform:translateY(-5px);color:var(--light-green);}.stat-icon{font-size:1.5rem;margin-bottom:5px;}@media screen and (min-width:1441px){.hero-content{max-width:650px;margin:150px 0 0 120px}.hero-title{font-size:3.8rem}.hero-subtitle{font-size:1.6rem}}@media screen and (min-width:1025px) and (max-width:1440px){.hero-content{max-width:500px;margin:80px 0 0 60px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.shape1{width:100px;height:100px}.shape2{width:180px;height:180px}.stat-node{font-size:.9rem}}@media screen and (min-width:768px) and (max-width:1024px){.hero-content{max-width:450px;margin:60px 0 0 40px;padding:1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.cta-advanced{padding:12px 30px;font-size:1rem}.floating-shape{display:none}.hero-stats-box{bottom:20px;padding:12px 20px}.stat-node{gap:8px;font-size:.85rem}.stat-icon{font-size:1.3rem}}@media screen and (max-width:767px){.hero{height:auto;min-height:60vh;position:relative;flex-direction:column;align-items:center;justify-content:center;margin-top:25%;padding-bottom:20px}.hero-content{margin:0 auto;max-width:90%;text-align:center;padding:1.5rem}.hero-title{font-size:2.2rem;margin-bottom:10px}.hero-subtitle{font-size:1rem;padding-left:0;margin-bottom:20px}.hero-buttons{flex-direction:column;align-items:center;gap:15px}.floating-shape{display:none}.hero-stats-box{position:absolute;bottom:5px;left:50%;transform:translateX(-50%);width:95%;padding:15px 10px;border-radius:15px;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);display:flex;justify-content:space-around;gap:10px}.stat-node{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0;font-size:.8rem}.stat-icon{font-size:1.2rem;margin-bottom:5px}}@media screen and (max-width:374px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.cta-advanced{width:100%;justify-content:center}.stat-node{font-size:.7rem}.stat-icon{font-size:1rem}}.hero-heading-section{display:flex;justify-content:center;align-items:center;padding:2rem 1rem;background:linear-gradient(135deg,#f0fcff,#e6f9ff);position:relative;overflow:hidden;}.hero-heading-container{text-align:center;max-width:1200px;position:relative;}.hero-heading-container h2{font-size:1.3rem;font-weight:600;color:#005fb8;margin-bottom:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.decorative-line{display:block;width:60px;height:3px;background:linear-gradient(90deg,#00ade6,#22e6dd);margin:.5rem auto 1.5rem auto;border-radius:2px;}.contact-btn{display:inline-block;padding:.55rem 1.8rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#22e6dd,#00ade6);border-radius:50px;text-decoration:none;transition:transform .3s,box-shadow .3s;}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,173,173,.4);}.hero-heading-section::before{content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:rgba(0,173,173,.08);top:-20px;left:-20px;z-index:1;}.hero-heading-section::after{content:"";position:absolute;width:60px;height:60px;border-radius:50%;background:rgba(0,173,173,.08);bottom:-15px;right:-15px;z-index:1;}@media (min-width:1440px){.hero-heading-section{padding:2rem 1rem}.hero-heading-container h2{font-size:1.3rem}.decorative-line{width:80px;height:4px}.contact-btn{padding:.7rem 2.2rem;font-size:1.05rem}.hero-heading-section::before{width:100px;height:100px;top:-30px;left:-30px}.hero-heading-section::after{width:80px;height:80px;bottom:-25px;right:-25px}}@media (1024px <=width <=1439px){.hero-heading-section{padding:2rem 1rem}.hero-heading-container h2{font-size:1.3rem}.decorative-line{width:70px;height:3.5px}.contact-btn{padding:.65rem 2rem;font-size:1rem}.hero-heading-section::before{width:90px;height:90px;top:-25px;left:-25px}.hero-heading-section::after{width:70px;height:70px;bottom:-20px;right:-20px}}@media (768px <=width <=1023px){.hero-heading-section{padding:2rem 1rem}.hero-heading-container h2{font-size:1.3rem;white-space:normal}.decorative-line{width:60px;height:3px}.contact-btn{padding:.6rem 1.8rem;font-size:.95rem}.hero-heading-section::before{width:80px;height:80px;top:-20px;left:-20px}.hero-heading-section::after{width:60px;height:60px;bottom:-15px;right:-15px}}@media (600px <=width <=767px){.hero-heading-section{padding:1.8rem 1rem}.hero-heading-container h2{font-size:1.3rem;white-space:normal}.decorative-line{width:50px;height:2.8px}.contact-btn{padding:.55rem 1.6rem;font-size:.9rem}.hero-heading-section::before{width:60px;height:60px;top:-15px;left:-15px}.hero-heading-section::after{width:50px;height:50px;bottom:-12px;right:-12px}}@media (480px <=width <=599px){.hero-heading-section{padding:1.6rem .8rem}.hero-heading-container h2{font-size:1.15rem;white-space:normal;text-overflow:unset}.decorative-line{width:45px;height:2.5px}.contact-btn{padding:.5rem 1.4rem;font-size:.85rem}.hero-heading-section::before{width:50px;height:50px;top:-12px;left:-12px}.hero-heading-section::after{width:40px;height:40px;bottom:-10px;right:-10px}}@media (max-width:479px){.hero-heading-section{padding:1.4rem .6rem}.hero-heading-container h2{font-size:1rem;line-height:1.3;white-space:normal}.decorative-line{width:35px;height:2px}.contact-btn{padding:.45rem 1.2rem;font-size:.8rem}.hero-heading-section::before{width:40px;height:40px;top:-10px;left:-10px}.hero-heading-section::after{width:30px;height:30px;bottom:-8px;right:-8px}}.three-column-section{padding:4rem 1rem;background:#ffffff;}.container{display:flex;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto;}.column{flex:1;min-width:280px;background:#e6f8f5;padding:2rem 1.5rem;border:1px solid #00ade6;box-shadow:0 4px 15px rgba(0,173,173,.1);display:flex;flex-direction:column;align-items:center;}.request-service h3{color:#005fb8;margin-bottom:1rem;}.request-service p{font-size:.95rem;color:#333;margin-bottom:1.5rem;text-align:center;}.service-form{display:flex;flex-direction:column;gap:.5rem;}.service-form label{font-weight:600;color:#005fb8;font-size:.95rem;}.service-form input{width:100%;padding:.55rem 1rem;margin-top:.3rem;border-radius:40px;border:1.5px solid #00ade6;outline:none;}.service-form input:focus{border-color:#22e6dd;box-shadow:0 0 4px rgba(0,173,230,.4);}.required{color:red;margin-left:3px;font-weight:bold;}.get-quote-btn{background:linear-gradient(135deg,#22e6dd,#00ade6);color:#fff;font-weight:600;padding:.55rem 2rem;border:none;border-radius:50px;cursor:pointer;margin-top:.8rem;transition:transform .3s,box-shadow .3s;}.get-quote-btn:hover{transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,173,173,.35);}.info-section img{max-width:100%;border-radius:1rem;margin-bottom:1rem;}.info-section h4{color:#005fb8;margin-bottom:1rem;text-align:center;}.info-section p{font-size:.95rem;color:#333;line-height:1.6;text-align:justify;}@media (min-width:1600px){.container{gap:2.5rem;max-width:1400px}.column{padding:2.5rem 2rem}}@media (min-width:1200px) and (max-width:1599px){.container{gap:2rem;max-width:1200px}.column{padding:2rem 1.5rem}}@media (min-width:992px) and (max-width:1199px){.container{gap:1.8rem}.column{padding:1.8rem 1.3rem}}@media (min-width:768px) and (max-width:991px){.container{flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center}.column{min-width:45%;padding:1.5rem 1rem}}@media (min-width:480px) and (max-width:767px){.container{flex-direction:column;gap:1rem;padding:0 1rem}.column{min-width:100%;padding:1.2rem 1rem}.service-form input,.get-quote-btn{font-size:.9rem;padding:.5rem 1rem}}@media (max-width:479px){.container{flex-direction:column;gap:.8rem;padding:0 .8rem}.column{min-width:100%;padding:1rem .8rem}.service-form input,.get-quote-btn{font-size:.85rem;padding:.45rem .9rem}.info-section h4{font-size:1rem}.info-section p{font-size:.88rem}}.servicecontainer{max-width:1200px;margin:0 auto;}.services-section{padding:3rem 1rem;background:linear-gradient(135deg,#f0fcff,#e6f9ff);position:relative;}.services-heading{text-align:center;color:#005fb8;margin-bottom:2rem;}.services-wrapper{position:relative;}.services-container{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:1.5rem;padding:1rem 0 1.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(0,173,173,.3) transparent;position:relative;}.service-card{flex:0 0 300px;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);border:2px solid #00ade6;border-radius:1.25rem;padding:2rem 1.5rem;text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;position:relative;}.service-card::before{content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:rgba(34,230,221,.15);top:-20px;right:-20px;z-index:0;transition:all .3s ease;}.service-card:hover::before{transform:scale(1.4);background:rgba(0,173,173,.2);}.service-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 16px 40px rgba(0,173,173,.25);border-color:#22e6dd;}.service-card i{color:#00ade6;font-size:2rem;margin-bottom:1rem;position:relative;z-index:2;}.service-card h4{margin-bottom:.6rem;color:#005fb8;font-weight:700;font-size:1.35rem;position:relative;z-index:2;padding-bottom:.5rem;}.service-card h4::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:50px;height:3px;background:linear-gradient(135deg,#22e6dd,#00ade6);border-radius:2px;transition:all .3s ease;}.service-card:hover h4::after{width:70px;}.service-card p{font-size:.95rem;flex-grow:1;margin-bottom:1.2rem;color:#333;position:relative;z-index:2;}.book-btn{position:relative;display:inline-block;padding:.65rem 1.6rem;font-weight:600;color:#fff;font-size:.95rem;border:none;border-radius:50px;cursor:pointer;background:linear-gradient(135deg,#22e6dd,#00ade6,#1cafc9);background-size:300% 300%;transition:all .4s ease;box-shadow:0 6px 20px rgba(0,173,173,.3),0 0 10px rgba(34,230,221,.4);z-index:2;overflow:hidden;}.book-btn::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(60deg,rgba(34,230,221,.4),rgba(0,173,173,.3),rgba(34,230,221,.4));animation:gradientMove 4s linear infinite;z-index:1;border-radius:50px;}.book-btn span{position:relative;z-index:2;}.book-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px rgba(0,173,173,.4),0 0 15px rgba(34,230,221,.5);background-position:right center;}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.scroll-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem;}.scroll-btn{background:linear-gradient(135deg,#22e6dd,#00ade6);color:#fff;border:none;font-size:1.6rem;cursor:pointer;width:50px;height:50px;border-radius:50%;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 12px rgba(0,173,173,.3);}.scroll-btn:hover{transform:scale(1.15);box-shadow:0 8px 20px rgba(0,173,173,.4);}.services-container::-webkit-scrollbar{display:none;}@media (min-width:1600px){.services-container{gap:2rem;padding:2rem 0 2.5rem 0}.service-card{flex:0 0 350px;min-height:360px;padding:2.5rem 2rem}.service-card i{font-size:2.5rem}.service-card h4{font-size:1.5rem}.book-btn{padding:.75rem 1.8rem;font-size:1rem}}@media (min-width:1200px) and (max-width:1599px){.services-container{gap:1.8rem;padding:1.5rem 0 2rem 0}.service-card{flex:0 0 320px;min-height:330px}.service-card i{font-size:2.2rem}.service-card h4{font-size:1.4rem}.book-btn{padding:.7rem 1.7rem;font-size:.97rem}}@media (min-width:992px) and (max-width:1199px){.services-container{gap:1.5rem;padding:1.2rem 0 1.5rem 0}.service-card{flex:0 0 300px;min-height:310px}.service-card i{font-size:2rem}.service-card h4{font-size:1.35rem}.book-btn{padding:.65rem 1.6rem;font-size:.95rem}}@media (min-width:768px) and (max-width:991px){.services-container{gap:1.2rem;padding:1rem 0 1.2rem 0;flex-wrap:wrap;justify-content:center}.service-card{flex:0 0 45%;min-height:280px;padding:1.8rem 1.4rem}.service-card i{font-size:1.9rem}.service-card h4{font-size:1.25rem}.book-btn{padding:.6rem 1.5rem;font-size:.92rem}}@media (min-width:576px) and (max-width:767px){.services-container{gap:1rem;padding:1rem 0 1rem 0;flex-wrap:wrap;justify-content:center}.service-card{flex:0 0 70%;min-height:260px;padding:1.5rem 1.2rem}.service-card i{font-size:1.8rem}.service-card h4{font-size:1.2rem}.book-btn{padding:.55rem 1.4rem;font-size:.9rem}}@media (max-width:575px){.services-container{gap:.8rem;padding:.8rem 0 1rem 0;flex-wrap:nowrap;overflow-x:scroll}.service-card{flex:0 0 80%;min-height:240px;padding:1.2rem 1rem}.service-card i{font-size:1.7rem}.service-card h4{font-size:1.15rem}.book-btn{padding:.5rem 1.3rem;font-size:.88rem}}@media (max-width:400px){.services-container{gap:.6rem;padding:.6rem 0 .8rem 0}.service-card{flex:0 0 90%;min-height:220px;padding:1rem .9rem}.service-card i{font-size:1.6rem}.service-card h4{font-size:1.1rem}.book-btn{padding:.45rem 1.2rem;font-size:.85rem}}.features-premium{padding:4rem 2rem;position:relative;overflow:hidden;color:#333;font-family:"Montserrat",sans-serif;}.features-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff;z-index:-1;}.features-container{max-width:1200px;margin:0 auto;position:relative;z-index:1;}.features-header{text-align:center;max-width:800px;margin:0 auto 4rem;}.features-header h2{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:700;color:var(--dark-blue);margin-bottom:.75rem;}.features-underline{margin:.5rem auto 1.5rem;width:25%;height:4px;background-color:#66e0d8;border-radius:4px;position:relative;}.features-underline::after{content:"";position:absolute;width:10px;height:10px;background-color:#0099b3;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:bounce 2s infinite ease-in-out;}@keyframes bounce{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.5)}}.features-subtitle{font-size:1.1rem;color:#555;line-height:1.6;}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#ffffff;padding:2.5rem 1.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border:2px solid #b6ffcc;position:relative;overflow:hidden;}.feature-card::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:5px;background:linear-gradient(to right,#0099b3,#66e0d8);transition:width .3s ease;}.feature-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px rgba(0,0,0,.15);}.feature-card:hover::before{width:100%;}.feature-icon{width:80px;height:80px;background-color:#0099b3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.2rem;margin-bottom:1.5rem;position:relative;}.feature-icon i{z-index:2;}.feature-icon::before{content:"";position:absolute;width:100%;height:100%;background-color:#66e0d8;border-radius:50%;opacity:.4;animation:ripple 2s infinite;}@keyframes ripple{0%{transform:scale(1);opacity:.4}100%{transform:scale(1.5);opacity:0}}.feature-text h3{font-size:1.3rem;font-weight:700;color:#0099b3;margin-bottom:.5rem;}.feature-text p{font-size:.95rem;color:#666;line-height:1.6;}@media (min-width:1600px){.features-container{max-width:1400px}.features-header h2{font-size:2.8rem}.features-subtitle{font-size:1.2rem}.features-grid{gap:2.5rem}.feature-card{padding:3rem 2rem;border-radius:25px}.feature-icon{width:100px;height:100px;font-size:2.8rem}.feature-text h3{font-size:1.5rem}.feature-text p{font-size:1rem}}@media (min-width:1200px) and (max-width:1599px){.features-container{max-width:1200px}.features-header h2{font-size:2.5rem}.features-subtitle{font-size:1.15rem}.features-grid{gap:2rem}.feature-card{padding:2.7rem 1.8rem;border-radius:22px}.feature-icon{width:90px;height:90px;font-size:2.5rem}.feature-text h3{font-size:1.4rem}.feature-text p{font-size:.98rem}}@media (min-width:992px) and (max-width:1199px){.features-container{max-width:1000px}.features-header h2{font-size:2.2rem}.features-subtitle{font-size:1.1rem}.features-grid{gap:1.8rem}.feature-card{padding:2.5rem 1.5rem;border-radius:20px}.feature-icon{width:80px;height:80px;font-size:2.2rem}.feature-text h3{font-size:1.3rem}.feature-text p{font-size:.95rem}}@media (min-width:768px) and (max-width:991px){.features-container{max-width:90%;padding:0 1rem}.features-header h2{font-size:1.9rem}.features-subtitle{font-size:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.feature-card{padding:2rem 1.2rem;border-radius:18px}.feature-icon{width:70px;height:70px;font-size:2rem}.feature-text h3{font-size:1.2rem}.feature-text p{font-size:.9rem}}@media (min-width:576px) and (max-width:767px){.features-container{max-width:95%;padding:0 .8rem}.features-header h2{font-size:1.7rem}.features-subtitle{font-size:.95rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.2rem}.feature-card{padding:1.8rem 1rem}.feature-icon{width:65px;height:65px;font-size:1.9rem}.feature-text h3{font-size:1.15rem}.feature-text p{font-size:.88rem}}@media (max-width:575px){.features-container{max-width:100%;padding:0 .5rem}.features-header h2{font-size:1.5rem}.features-subtitle{font-size:.9rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.feature-card{padding:1.5rem .8rem}.feature-icon{width:60px;height:60px;font-size:1.7rem}.feature-text h3{font-size:1.1rem}.feature-text p{font-size:.85rem}}@media (max-width:400px){.features-container{padding:0 .3rem}.features-header h2{font-size:1.35rem}.features-subtitle{font-size:.85rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.8rem}.feature-card{padding:1.2rem .6rem}.feature-icon{width:55px;height:55px;font-size:1.5rem}.feature-text h3{font-size:1rem}.feature-text p{font-size:.82rem}}.section-header{text-align:center;margin-bottom:4rem;}.section-title{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;color:var(--dark-blue);position:relative;display:inline-block;margin-bottom:1rem;}.section-title::after{content:"";position:absolute;left:50%;bottom:-15px;transform:translateX(-50%);width:120%;height:2px;background:linear-gradient(to right,transparent,var(--lightgreen-color),transparent);}.section-title span{font-size:1.5rem;color:var(--dark-green);margin-left:.5rem;font-weight:400;}.section-subtitle{max-width:600px;margin:0 auto;font-size:1.1rem;color:#666;line-height:1.6;}.review-premium{background:linear-gradient(135deg,#f0fcff,#e6f9ff);padding:4rem 2rem;display:flex;justify-content:center;overflow:hidden;}.review-container{max-width:1200px;width:100%;position:relative;}.review-slider{position:relative;display:flex;align-items:center;}.review-track-wrapper{overflow:hidden;width:100%;}.review-track{display:flex;transition:transform .5s ease;gap:2rem;}.review-item{flex:0 0 490px;background:rgba(255,255,255,.08);border-radius:32px 8px 32px 8px;padding:2.5rem 2rem;display:flex;gap:1.5rem;align-items:flex-start;box-shadow:0 12px 28px rgba(0,173,230,.15),0 6px 12px rgba(0,0,0,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .4s ease,box-shadow .4s ease;position:relative;overflow:hidden;}.review-item::before{content:"";position:absolute;top:-20px;left:-20px;width:120%;height:40px;background:linear-gradient(90deg,#00ade6,#00ade6);border-radius:50%;transform:rotate(5deg);}.review-item:hover{transform:translateY(-12px) rotateZ(-1deg);box-shadow:0 20px 40px rgba(0,173,230,.25),0 8px 16px rgba(0,0,0,.08);}.review-avatar{width:65px;height:65px;min-width:65px;min-height:65px;font-weight:700;font-size:1.5rem;border-radius:50% 50% 50% 50% / 45% 55% 55% 45%;display:flex;align-items:center;justify-content:center;color:#fff;background:#00ade6;box-shadow:0 6px 16px rgba(0,173,230,.35),0 0 12px rgba(0,173,230,.2);position:relative;overflow:hidden;transition:transform .35s ease;}.review-avatar:hover{transform:scale(1.1) rotate(-2deg);}.review-avatar::before{content:"";position:absolute;width:140%;height:140%;border-radius:50%;top:-20%;left:-20%;border:2px solid rgba(0,173,230,.25);animation:rotateRing 6s linear infinite;}@keyframes rotateRing{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.review-content .review-msg{color:#000000;font-size:1rem;line-height:1.8;margin-bottom:1rem;position:relative;font-style:normal;}.review-meta{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;color:#00ade6;opacity:.95;}.review-meta .name{position:relative;padding-bottom:2px;}.review-meta .name::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#00ade6;border-radius:1px;opacity:.6;}.review-nav{position:relative;z-index:2;background:#00ade6;color:#fff;font-size:1.6rem;width:70px;height:42px;border-radius:50px;border:none;cursor:pointer;transition:all .35s ease;box-shadow:0 5px 14px rgba(0,173,230,.25);}.review-nav:hover{background:rgba(0,173,230,.9);transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,173,230,.35);}.review-nav:disabled{opacity:.4;pointer-events:none;}.review-cta-line{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:3rem;max-width:950px;margin-left:auto;margin-right:auto;padding:1rem 1.8rem;background:linear-gradient(135deg,rgba(0,173,230,.08),rgba(0,138,173,.08));border-radius:40px;border:1px solid rgba(0,173,230,.25);box-shadow:0 4px 15px rgba(0,173,230,.15);transition:all .3s ease-in-out;}.review-cta-line:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,173,230,.25);}.review-cta-icon{flex-shrink:0;font-size:2rem;color:#ffffff;background:linear-gradient(135deg,#00ade6,#005fb8);padding:.9rem;border-radius:50%;box-shadow:0 4px 12px rgba(0,173,230,.35);display:flex;align-items:center;justify-content:center;}.review-cta-text{font-size:1.3rem;font-weight:700;line-height:1.6;color:#004466;letter-spacing:.3px;}.review-cta-text strong{color:#008aad;font-weight:800;}@media only screen and (max-width:1920px){.review-track{gap:2rem}}@media only screen and (max-width:1440px){.review-item{flex:0 0 450px}}@media only screen and (max-width:1280px){.review-item{flex:0 0 420px;padding:2rem 1.5rem}.review-content .review-msg{font-size:.95rem}}@media only screen and (max-width:1024px){.review-track{gap:1.5rem}.review-item{flex:0 0 400px;padding:2rem 1.5rem}.review-cta-line{padding:.8rem 1.5rem}.review-cta-text{font-size:1.2rem}}@media only screen and (max-width:960px){.review-item{flex:0 0 380px}}@media only screen and (max-width:768px){.section-title{font-size:2rem}.section-title span{font-size:1.2rem}.section-subtitle{font-size:1rem;padding:0 1rem}.review-item{flex:0 0 350px;gap:1rem;padding:1.5rem 1rem}.review-avatar{width:55px;height:55px;min-width:55px;min-height:55px}.review-content .review-msg{font-size:.9rem}.review-nav{width:60px;height:38px;font-size:1.4rem}.review-cta-line{flex-direction:column;text-align:center;gap:1rem;padding:1rem 1.2rem}.review-cta-icon{font-size:1.8rem;padding:.7rem}.review-cta-text{font-size:1.1rem}}@media only screen and (max-width:600px){.review-premium{padding:2rem 1rem}.review-track-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:1rem}.review-track-wrapper::-webkit-scrollbar{display:none}.review-track{display:flex;gap:1rem;padding:0}.review-item{flex:0 0 85%;scroll-snap-align:start;margin-right:0}.review-nav{display:none}}@media only screen and (max-width:480px){.section-title{font-size:1.8rem}.section-title span{font-size:1.1rem}.review-avatar{width:50px;height:50px;min-width:50px;min-height:50px;font-size:1.2rem}.review-content .review-msg{font-size:.85rem}.review-cta-text{font-size:1rem}.review-item{flex:0 0 90%}}