@charset "UTF-8";@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-20px) translateZ(0)}}@media (max-width: 768px){@keyframes float{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-15px) translateZ(0)}}}@media (max-width: 576px){@keyframes float{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-10px) translateZ(0)}}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) translateZ(0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-7px,0) translateZ(0)}90%{transform:translate3d(0,-2px,0) translateZ(0)}}@media (max-width: 576px){@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-8px,0) translateZ(0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-4px,0) translateZ(0)}90%{transform:translate3d(0,-1px,0) translateZ(0)}}}@media (max-width: 576px){.pulse-animation{animation-duration:3s}}@media (max-width: 576px){.heartbeat-animation{animation-duration:2.5s}}.custom-cursor{position:fixed;top:0;left:0;width:20px;height:20px;pointer-events:none;z-index:9998;opacity:0;transition:opacity .3s ease}.custom-cursor .cursor-dot{position:absolute;top:50%;left:50%;width:6px;height:6px;background:#ed3237;border-radius:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.custom-cursor .cursor-ring{position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid rgba(237,50,55,.3);border-radius:50%;transform:translate(-50%,-50%);transition:transform .2s ease}@media (max-width: 768px){.custom-cursor{display:none}}@media (min-width: 768px){body,a,button,.service-card,.location-card{cursor:none}}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease}.page-loader .loader-content{text-align:center;position:relative}.page-loader .logo-container{position:relative;margin-bottom:30px}.page-loader .logo-container .loader-logo{height:80px;width:auto;position:relative;z-index:10;animation:fadeIn 1s ease-in-out}@media (max-width: 576px){.page-loader .logo-container .loader-logo{height:60px}}.page-loader .logo-container .pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border:3px solid rgba(21,67,105,.3);border-radius:50%;z-index:1;animation:pulse-ring 2s ease-out infinite}@media (max-width: 576px){.page-loader .logo-container .pulse-ring{width:100px;height:100px}}.page-loader .logo-container .pulse-ring:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:3px solid rgba(237,50,55,.2);border-radius:50%;animation:pulse-ring 2s ease-out infinite .5s}.page-loader .loader-text{margin-bottom:20px}.page-loader .loader-text .typing-text{font-size:1.1rem;color:#154369;font-weight:500;animation:typing 2s ease-in-out infinite}@media (max-width: 576px){.page-loader .loader-text .typing-text{font-size:1rem}}.page-loader .health-line{width:200px;height:4px;background:#1543691a;border-radius:2px;margin:0 auto;position:relative;overflow:hidden}@media (max-width: 576px){.page-loader .health-line{width:150px}}.page-loader .health-line .heartbeat{position:absolute;top:0;left:-50%;width:50%;height:100%;background:linear-gradient(90deg,transparent,#ed3237,transparent);animation:heartbeat-line 2s ease-in-out infinite}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.2);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes typing{0%,to{opacity:1}50%{opacity:.5}}@keyframes heartbeat-line{0%{left:-50%}to{left:100%}}.top-bar{background:#154369;color:#fff;padding:10px 0;font-size:14px}.top-bar .top-info{display:flex;gap:2rem}@media (max-width: 1200px){.top-bar .top-info{flex-direction:column;gap:.5rem;text-align:center}}.top-bar .top-item{display:flex;align-items:center;gap:.5rem;justify-content:center}.top-bar .top-item i{color:#ed3237;flex-shrink:0}.top-bar .top-contact .top-phone{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.top-bar .top-contact .top-phone:hover{color:#ed3237}.top-bar .top-contact .top-phone i{color:#ed3237;flex-shrink:0}.navbar{padding:15px 0;transition:all .3s ease;background:#fffffff2!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 5px 15px #00000014}@media (max-width: 768px){.navbar{padding:12px 0;position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:1003!important;margin-top:0!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 5px 15px #00000014!important}}.navbar.scrolled{padding:10px 0;box-shadow:0 10px 30px #0000001f;background:#fffffffa!important}@media (max-width: 768px){.navbar.scrolled{padding:8px 0}}@media (max-width: 768px){.navbar.hero-integrated:not(.menu-open){background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.navbar.menu-open,.navbar.menu-open.hero-integrated,.navbar.menu-open.scrolled{background:#fffffffa!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;box-shadow:0 10px 30px #0000001f!important}}.navbar .navbar-brand .logo-wide{height:60px;transition:all .3s ease}@media (max-width: 992px){.navbar .navbar-brand .logo-wide{display:none}}.navbar .navbar-brand .logo-short{height:45px;display:none;transition:all .3s ease}@media (max-width: 992px){.navbar .navbar-brand .logo-short{display:block;height:40px}}@media (max-width: 768px){.navbar .navbar-brand .logo-short{height:35px}}.navbar .navbar-toggler{border:none;padding:4px;width:30px;height:24px;position:relative;background:none}@media (max-width: 576px){.navbar .navbar-toggler{width:28px;height:22px}}.navbar .navbar-toggler span{display:block;width:100%;height:3px;background:#154369;margin:4px 0;transition:all .3s ease;border-radius:2px}@media (max-width: 576px){.navbar .navbar-toggler span{height:2px;margin:3px 0}}.navbar .navbar-toggler:focus{box-shadow:none}.navbar .navbar-toggler[aria-expanded=true] span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar .navbar-toggler[aria-expanded=true] span:nth-child(2){opacity:0}.navbar .navbar-toggler[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 992px){.navbar .navbar-collapse{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001f;margin-top:15px;padding:20px}}@media (max-width: 576px){.navbar .navbar-collapse{padding:15px;margin-top:10px}}@media (max-width: 992px){.navbar .navbar-nav{text-align:center;margin-bottom:20px}}.navbar .navbar-nav .nav-link{color:#2c3e50!important;font-weight:500;margin:0 .5rem;padding:10px 16px!important;border-radius:15px;transition:all .3s ease;position:relative}@media (max-width: 992px){.navbar .navbar-nav .nav-link{margin:0;padding:12px 20px!important;border-bottom:1px solid #f0f0f0}.navbar .navbar-nav .nav-link:last-child{border-bottom:none}}@media (max-width: 576px){.navbar .navbar-nav .nav-link{padding:10px 15px!important;font-size:.95rem}}.navbar .navbar-nav .nav-link:hover{background:#e8f4fd;color:#154369!important}.navbar .navbar-nav .nav-link.active{color:#154369!important;background:#e8f4fd}@media (min-width: 992px){.navbar .navbar-nav .nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#ed3237;border-radius:1px}}@media (min-width: 768px) and (max-width: 992px){.navbar .navbar-nav .nav-item:nth-child(4){display:none}}@media (max-width: 992px){.navbar .navbar-nav .nav-item{margin-bottom:5px}.navbar .navbar-nav .nav-item:last-child{margin-bottom:0}}@media (max-width: 992px){.navbar .btn-appointment{width:100%;justify-content:center;margin-top:10px}}@media (max-width: 576px){.navbar .btn-appointment{font-size:.9rem;padding:10px 20px}}@media (min-width: 768px) and (max-width: 992px){.navbar-nav .nav-link{display:block;width:100%;text-align:left}.navbar-nav .nav-link:hover{transform:translate(5px)}}.navbar-toggler:focus{outline:2px solid #ed3237;outline-offset:2px}.nav-link:focus{outline:2px solid #ed3237;outline-offset:2px}.hero-section{background:linear-gradient(135deg,#e8f4fd,#fff);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}@media (max-width: 768px){.hero-section{padding:90px 0 60px;min-height:90vh}}@media (max-width: 576px){.hero-section{padding:80px 0 50px;min-height:85vh}}.hero-section .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .hero-bg .floating-shape{position:absolute;background:#1543690d;border-radius:50%;animation:float 6s ease-in-out infinite;opacity:1}.hero-section .hero-bg .floating-shape.shape-1{width:300px;height:300px;top:10%;right:-10%;animation-delay:0s}@media (max-width: 768px){.hero-section .hero-bg .floating-shape.shape-1{width:200px;height:200px;top:15%;right:-15%;animation-duration:8s}}@media (max-width: 576px){.hero-section .hero-bg .floating-shape.shape-1{width:150px;height:150px;animation-duration:10s}}.hero-section .hero-bg .floating-shape.shape-2{width:200px;height:200px;bottom:20%;left:-5%;animation-delay:2s}@media (max-width: 768px){.hero-section .hero-bg .floating-shape.shape-2{width:150px;height:150px;bottom:25%;left:-10%;animation-duration:8s}}@media (max-width: 576px){.hero-section .hero-bg .floating-shape.shape-2{width:100px;height:100px;animation-duration:10s}}.hero-section .hero-bg .floating-shape.shape-3{width:150px;height:150px;top:30%;left:20%;animation-delay:4s}@media (max-width: 768px){.hero-section .hero-bg .floating-shape.shape-3{width:120px;height:120px;top:35%;left:10%;animation-duration:8s}}@media (max-width: 576px){.hero-section .hero-bg .floating-shape.shape-3{width:80px;height:80px;animation-duration:10s}}.hero-section .hero-content{position:relative;z-index:2}.hero-section .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ed32371a;color:#ed3237;padding:8px 16px;border-radius:25px;font-size:14px;font-weight:500;margin-bottom:1.5rem}@media (max-width: 576px){.hero-section .hero-content .hero-badge{font-size:12px;padding:6px 12px;margin-bottom:1rem}}.hero-section .hero-content .hero-badge i{color:#ed3237}.hero-section .hero-content .hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:#154369;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 992px){.hero-section .hero-content .hero-title{font-size:3rem}}@media (max-width: 768px){.hero-section .hero-content .hero-title{font-size:2.5rem}}@media (max-width: 576px){.hero-section .hero-content .hero-title{font-size:2rem;margin-bottom:0}}.hero-section .hero-content .hero-title .typing-container{display:block;min-height:1.3em;overflow:visible}@media (max-width: 576px){.hero-section .hero-content .hero-title .typing-container{margin-bottom:1.5rem}}.hero-section .hero-content .hero-title .highlight-text{color:#ed3237;position:relative;display:inline-block}.hero-section .hero-content .hero-title .highlight-text .cursor-blink{animation:blink 1s infinite;margin-left:2px}.hero-section .hero-content .hero-subtitle{font-size:1.2rem;color:#6c757d;margin-bottom:2rem;line-height:1.7}@media (max-width: 768px){.hero-section .hero-content .hero-subtitle{font-size:1.1rem}}@media (max-width: 576px){.hero-section .hero-content .hero-subtitle{font-size:1rem;margin-top:1rem}}.hero-section .hero-content .hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}@media (max-width: 768px){.hero-section .hero-content .hero-stats{gap:1rem;justify-content:space-around;flex-wrap:wrap}}@media (max-width: 576px){.hero-section .hero-content .hero-stats{flex-direction:column;gap:1rem;text-align:center}}.hero-section .hero-content .hero-stats .stat-item{text-align:center}.hero-section .hero-content .hero-stats .stat-item .stat-number{display:block;font-size:2rem;font-weight:700;color:#ed3237;font-family:Playfair Display,serif}@media (max-width: 576px){.hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:1.5rem}}.hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:.9rem;color:#6c757d;margin-top:.25rem}@media (max-width: 576px){.hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:.8rem}}.hero-section .hero-content .hero-actions{display:flex;gap:1rem;margin-bottom:2.5rem}@media (max-width: 576px){.hero-section .hero-content .hero-actions{flex-direction:column;gap:.75rem;margin-bottom:2rem}.hero-section .hero-content .hero-actions .btn-primary,.hero-section .hero-content .hero-actions .btn-outline{justify-content:center;width:100%}}.hero-section .hero-content .trust-indicators{display:flex;gap:1.5rem}@media (min-width: 768px) and (max-width: 992px){.hero-section .hero-content .trust-indicators{flex-wrap:wrap;gap:1rem;justify-content:center}}@media (max-width: 768px){.hero-section .hero-content .trust-indicators{flex-direction:column;gap:.75rem}}.hero-section .hero-content .trust-indicators .trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6c757d}@media (max-width: 576px){.hero-section .hero-content .trust-indicators .trust-item{font-size:.8rem;padding:4px 0}}.hero-section .hero-content .trust-indicators .trust-item i{color:#28a745;font-size:1rem;flex-shrink:0;margin-right:4px}.hero-section .hero-image{position:relative;z-index:2}@media (max-width: 768px){.hero-section .hero-image{margin-top:2rem}}.hero-section .hero-image .image-container{position:relative;max-width:500px;margin:0 auto}@media (max-width: 576px){.hero-section .hero-image .image-container{max-width:320px}}.hero-section .hero-image .image-container .hero-img{width:100%;height:auto;border-radius:35px;box-shadow:0 20px 60px #00000026;transition:all .3s ease;aspect-ratio:3/4;object-fit:cover;object-position:center top}.hero-section .hero-image .image-container .hero-img:hover{transform:scale(1.02)}.hero-section .hero-image .image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(21,67,105,.1),transparent);border-radius:35px;pointer-events:none}.hero-section .hero-image .image-container .floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero-section .hero-image .image-container .floating-elements .medical-icon{position:absolute;width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000001f;font-size:1.5rem;color:#154369;animation:float 3s ease-in-out infinite;pointer-events:auto;cursor:pointer}@media (max-width: 768px){.hero-section .hero-image .image-container .floating-elements .medical-icon{width:50px;height:50px;font-size:1.2rem;animation-duration:4s}}@media (max-width: 576px){.hero-section .hero-image .image-container .floating-elements .medical-icon{width:40px;height:40px;font-size:1rem;animation-duration:5s}}.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-1{top:10%;right:-10%;animation-delay:0s;color:#ed3237}@media (max-width: 576px){.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-1{top:15%;right:-8%}}.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-2{bottom:30%;left:-15%;animation-delay:1s}@media (max-width: 576px){.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-2{bottom:35%;left:-10%}}.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-3{top:30%;right:-5%;animation-delay:2s}@media (max-width: 576px){.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-3{top:35%;right:-3%}}.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-4{bottom:10%;left:-10%;animation-delay:3s;color:#28a745}@media (max-width: 576px){.hero-section .hero-image .image-container .floating-elements .medical-icon.icon-4{bottom:15%;left:-8%}}.hero-section .scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6c757d;font-size:.9rem;animation:float 2s ease-in-out infinite}@media (max-width: 576px){.hero-section .scroll-indicator{bottom:20px;font-size:.8rem}}.hero-section .scroll-indicator i{font-size:1.2rem;color:#154369}@media (max-width: 576px){.hero-section .scroll-indicator i{font-size:1rem}}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-tag{display:inline-block;background:#ed32371a;color:#ed3237;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.section-header .section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#154369;margin-bottom:1rem}@media (max-width: 768px){.section-header .section-title{font-size:2rem}}.section-header .section-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.7}.about-section{padding:100px 0;background:#fff;position:relative}.about-section .section-bg{position:absolute;top:0;left:0;width:100%;height:200px}.about-section .section-bg .wave-top{position:absolute;bottom:0;left:0;width:100%;height:100px;fill:#e8f4fd}.about-section .section-bg .shape-fill{fill:#154369}.about-section .achievement-highlight{background:#ed32370d;padding:25px;border-radius:15px;margin-bottom:30px;display:flex;align-items:center;gap:20px;border-left:4px solid #ed3237}.about-section .achievement-highlight .achievement-icon{width:60px;height:60px;background:#ed3237;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.about-section .achievement-highlight .achievement-text h4{color:#154369;margin-bottom:5px;font-weight:600}.about-section .achievement-highlight .achievement-text p{color:#6c757d;margin:0;font-size:.95rem}.about-section .about-title{font-family:Playfair Display,serif;font-size:1.8rem;color:#154369;margin-bottom:20px}.about-section .about-description{color:#6c757d;line-height:1.7;margin-bottom:30px}.about-section .expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-bottom:30px}.about-section .expertise-grid .expertise-item{display:flex;align-items:center;gap:10px;padding:10px;background:#e8f4fd80;border-radius:15px;transition:all .3s ease}.about-section .expertise-grid .expertise-item:hover{background:#e8f4fd;transform:translate(5px)}.about-section .expertise-grid .expertise-item i{color:#28a745;font-size:1.1rem}.about-section .expertise-grid .expertise-item span{color:#2c3e50;font-weight:500}.about-section .qualifications-container .qualifications-title{font-family:Playfair Display,serif;font-size:1.8rem;color:#154369;margin-bottom:30px;text-align:center}.about-section .qualifications-container .qualification-timeline{position:relative;padding-left:30px}.about-section .qualifications-container .qualification-timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#ed3237,#154369)}.about-section .qualifications-container .qualification-timeline .qualification-item{position:relative;margin-bottom:30px;opacity:0;transform:translateY(20px);transition:all .6s ease}.about-section .qualifications-container .qualification-timeline .qualification-item.fade-in-up{opacity:1;transform:translateY(0)}.about-section .qualifications-container .qualification-timeline .qualification-item .qualification-marker{position:absolute;left:-23px;top:5px;width:16px;height:16px;background:#ed3237;border-radius:50%;border:3px solid #ffffff;box-shadow:0 0 0 3px #ed3237}.about-section .qualifications-container .qualification-timeline .qualification-item .qualification-content{background:#fff;padding:20px;border-radius:15px;box-shadow:0 5px 15px #00000014;border-left:3px solid #154369}.about-section .qualifications-container .qualification-timeline .qualification-item .qualification-content .qualification-degree{font-weight:600;color:#154369;margin-bottom:5px;font-size:1.1rem}.about-section .qualifications-container .qualification-timeline .qualification-item .qualification-content .qualification-institute{color:#6c757d;margin-bottom:10px}.about-section .qualifications-container .qualification-timeline .qualification-item .qualification-content .qualification-type{font-size:.85rem;color:#ed3237;background:#ed32371a;padding:4px 10px;border-radius:12px;display:inline-block;font-weight:500}.services-section{padding:100px 0;background:#f8f9fa}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:20px}.why-choose-section{padding:100px 0;background:#fff}.why-choose-section .why-choose-content .reason-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px;padding:25px;background:#e8f4fd4d;border-radius:15px;transition:all .3s ease}.why-choose-section .why-choose-content .reason-item:hover{background:#e8f4fd;transform:translateY(-5px);box-shadow:0 5px 15px #00000014}.why-choose-section .why-choose-content .reason-item .reason-icon{width:60px;height:60px;background:#154369;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.why-choose-section .why-choose-content .reason-item .reason-content h4{color:#154369;margin-bottom:10px;font-weight:600;font-family:Playfair Display,serif}.why-choose-section .why-choose-content .reason-item .reason-content p{color:#6c757d;line-height:1.6;margin:0}.why-choose-section .stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.why-choose-section .stats-container .stat-card{background:#fff;padding:30px 20px;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;border:1px solid #e9ecef;transition:all .3s ease}.why-choose-section .stats-container .stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.why-choose-section .stats-container .stat-card .stat-icon{width:60px;height:60px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#154369;font-size:1.5rem}.why-choose-section .stats-container .stat-card .stat-content .stat-number{display:inline;font-size:2rem;font-weight:700;color:#ed3237;font-family:Playfair Display,serif}.why-choose-section .stats-container .stat-card .stat-content .stat-plus{font-size:1.5rem;color:#ed3237;font-weight:700}.why-choose-section .stats-container .stat-card .stat-content .stat-label{display:block;color:#6c757d;margin-top:5px;font-size:.9rem}.testimonials-section{padding:100px 0;background:#e8f4fd}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:20px}.locations-section{padding:100px 0;background:#fff}.locations-section .locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:20px}.health-tips-section{padding:100px 0;background:#f8f9fa}.health-tips-section .tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:20px}.contact-section{padding:100px 0;background:#154369;color:#fff;position:relative}.contact-section .section-bg{position:absolute;top:0;left:0;width:100%;height:200px}.contact-section .section-bg .wave-top{position:absolute;bottom:0;left:0;width:100%;height:100px;fill:#fff}.contact-section .section-bg .shape-fill{fill:#154369}.contact-section .section-header .section-tag{background:#fff3;color:#fff}.contact-section .section-header .section-title{color:#fff}.contact-section .section-header .section-subtitle{color:#fffc}.contact-section .contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;border-radius:25px;border:1px solid rgba(255,255,255,.2)}.contact-section .contact-card .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}.contact-section .contact-card .contact-item .contact-icon{width:50px;height:50px;background:#ed3237;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;font-size:1.2rem;color:#fff}.contact-section .contact-card .contact-item .contact-details h5{color:#fff;font-weight:600;margin-bottom:10px}.contact-section .contact-card .contact-item .contact-details p{color:#ffffffe6;margin-bottom:5px}.contact-section .contact-card .contact-item .contact-details p a{color:#ffffffe6;text-decoration:none;transition:all .3s ease}.contact-section .contact-card .contact-item .contact-details p a:hover{color:#fff}.contact-section .contact-card .contact-item .contact-details .availability{color:#ffffffb3;font-size:.9rem}.contact-section .contact-card .contact-actions{display:flex;gap:15px;justify-content:center;margin-bottom:20px}@media (max-width: 576px){.contact-section .contact-card .contact-actions{flex-direction:column}}.contact-section .contact-card .emergency-note{text-align:center;padding:15px;background:#ffc10733;border-radius:15px;color:#ffffffe6;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:10px}.contact-section .contact-card .emergency-note i{color:#ffc107}.wave-top{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.wave-top svg{position:relative;display:block;width:calc(100% + 1.3px);height:100px}.wave-top .shape-fill{fill:currentColor}.service-card{background:#fff;padding:40px 30px;border-radius:25px;text-align:center;height:100%;transition:all .3s ease;border:1px solid #e9ecef;position:relative;overflow:hidden;transform-style:preserve-3d}@media (max-width: 768px){.service-card{padding:30px 25px}}@media (max-width: 576px){.service-card{padding:25px 20px}}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#ed3237;transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}@media (max-width: 768px){.service-card:hover{transform:translateY(-5px)}}.service-card .service-icon{width:80px;height:80px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;color:#154369;transition:all .3s ease}@media (max-width: 768px){.service-card .service-icon{width:70px;height:70px;font-size:1.8rem;margin-bottom:20px}}@media (max-width: 576px){.service-card .service-icon{width:60px;height:60px;font-size:1.6rem}}.service-card:hover .service-icon{background:#ed3237;color:#fff;transform:scale(1.1)}.service-card .service-title{font-size:1.3rem;font-weight:600;color:#154369;margin-bottom:15px;font-family:Playfair Display,serif}@media (max-width: 576px){.service-card .service-title{font-size:1.2rem}}.service-card .service-description{color:#6c757d;line-height:1.6;margin-bottom:20px;font-size:.95rem}@media (max-width: 576px){.service-card .service-description{font-size:.9rem}}.service-card .service-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:25px}@media (max-width: 576px){.service-card .service-features{gap:6px;margin-bottom:20px}}.service-card .service-features .feature-tag{background:#1543691a;color:#154369;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500}@media (max-width: 576px){.service-card .service-features .feature-tag{font-size:.75rem;padding:3px 8px}}.service-card .service-cta{display:inline-flex;align-items:center;gap:8px;color:#ed3237;text-decoration:none;font-weight:600;transition:all .3s ease}.service-card .service-cta:hover{color:#154369;transform:translate(5px)}.testimonial-card{background:#fff;border-radius:25px;padding:30px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;height:100%}@media (max-width: 768px){.testimonial-card{padding:25px}}@media (max-width: 576px){.testimonial-card{padding:20px}}.testimonial-card:hover{transform:scale(1.03);box-shadow:0 10px 30px #0000001f}@media (max-width: 768px){.testimonial-card:hover{transform:scale(1.02)}}.testimonial-card .testimonial-content{margin-bottom:25px}@media (max-width: 576px){.testimonial-card .testimonial-content{margin-bottom:20px}}.testimonial-card .testimonial-content .quote-icon{color:#ed3237;font-size:2rem;margin-bottom:15px}@media (max-width: 576px){.testimonial-card .testimonial-content .quote-icon{font-size:1.8rem;margin-bottom:12px}}.testimonial-card .testimonial-content .testimonial-text{color:#2c3e50;line-height:1.7;margin-bottom:20px;font-style:italic;font-size:.95rem}@media (max-width: 576px){.testimonial-card .testimonial-content .testimonial-text{font-size:.9rem;margin-bottom:15px}}.testimonial-card .testimonial-content .testimonial-rating{color:#ffc107}.testimonial-card .testimonial-content .testimonial-rating i{margin-right:2px;font-size:.9rem}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:15px}@media (max-width: 576px){.testimonial-card .testimonial-author{gap:12px}}.testimonial-card .testimonial-author .author-avatar{width:50px;height:50px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#154369;font-size:1.2rem;flex-shrink:0}@media (max-width: 576px){.testimonial-card .testimonial-author .author-avatar{width:40px;height:40px;font-size:1rem}}.testimonial-card .testimonial-author .author-info h5{color:#154369;margin-bottom:5px;font-weight:600;font-size:1rem}@media (max-width: 576px){.testimonial-card .testimonial-author .author-info h5{font-size:.95rem}}.testimonial-card .testimonial-author .author-info span{color:#6c757d;font-size:.9rem}@media (max-width: 576px){.testimonial-card .testimonial-author .author-info span{font-size:.85rem}}.location-card{background:#fff;padding:30px;border-radius:25px;border:2px solid #e9ecef;transition:all .3s ease;position:relative;height:100%}@media (max-width: 768px){.location-card{padding:25px}}@media (max-width: 576px){.location-card{padding:20px}}.location-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f;border-color:#154369}@media (max-width: 768px){.location-card:hover{transform:translateY(-3px)}}.location-card.primary-location{border-color:#ed3237;background:linear-gradient(135deg,#ed323705,#fff)}.location-card.primary-location .location-badge{background:#ed3237;color:#fff}.location-card .location-badge{position:absolute;top:-10px;right:20px;background:#154369;color:#fff;padding:5px 15px;border-radius:12px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:5px}@media (max-width: 576px){.location-card .location-badge{font-size:.75rem;padding:4px 12px;right:15px}}.location-card .location-badge.visiting{background:#28a745}.location-card .location-header{display:flex;align-items:center;margin-bottom:20px}@media (max-width: 576px){.location-card .location-header{margin-bottom:15px}}.location-card .location-header .location-icon{width:50px;height:50px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;color:#154369;font-size:1.2rem;flex-shrink:0}@media (max-width: 576px){.location-card .location-header .location-icon{width:40px;height:40px;font-size:1rem;margin-right:12px}}.location-card .location-header .location-name{color:#154369;font-weight:600;font-family:Playfair Display,serif;margin:0;font-size:1.2rem}@media (max-width: 576px){.location-card .location-header .location-name{font-size:1.1rem}}.location-card .location-address{color:#6c757d;line-height:1.6;margin-bottom:20px;font-size:.95rem}@media (max-width: 576px){.location-card .location-address{font-size:.9rem;margin-bottom:15px}}.location-card .location-details{margin-bottom:25px}@media (max-width: 576px){.location-card .location-details{margin-bottom:20px}}.location-card .location-details .detail-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#2c3e50;font-size:.95rem}@media (max-width: 576px){.location-card .location-details .detail-item{font-size:.9rem;margin-bottom:8px;gap:8px}}.location-card .location-details .detail-item i{color:#154369;width:16px;flex-shrink:0}.location-card .location-actions{display:flex;gap:10px}@media (max-width: 576px){.location-card .location-actions{flex-direction:column;gap:8px}}.location-card .location-actions .btn-primary{background:linear-gradient(135deg,#ed3237,#d91318);color:#fff;border:none;padding:10px 20px;border-radius:15px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;flex:1;font-size:.9rem}@media (max-width: 576px){.location-card .location-actions .btn-primary{padding:8px 16px;font-size:.85rem}}.location-card .location-actions .btn-primary:hover{background:#d91318;color:#fff;transform:translateY(-2px)}.location-card .location-actions .btn-outline{background:transparent;color:#154369;border:2px solid #154369;padding:8px 18px;border-radius:15px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;flex:1;font-size:.9rem}@media (max-width: 576px){.location-card .location-actions .btn-outline{padding:6px 14px;font-size:.85rem}}.location-card .location-actions .btn-outline:hover{background:#154369;color:#fff;transform:translateY(-2px)}.tip-card{background:#fff;padding:30px;border-radius:25px;text-align:center;transition:all .3s ease;border:1px solid #e9ecef;height:100%}@media (max-width: 768px){.tip-card{padding:25px}}@media (max-width: 576px){.tip-card{padding:20px 15px}}.tip-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}@media (max-width: 768px){.tip-card:hover{transform:translateY(-3px)}}.tip-card .tip-icon{width:70px;height:70px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#154369;transition:all .3s ease}@media (max-width: 576px){.tip-card .tip-icon{width:60px;height:60px;font-size:1.6rem;margin-bottom:15px}}.tip-card:hover .tip-icon{background:#154369;color:#fff;transform:scale(1.1)}.tip-card .tip-title{color:#154369;font-weight:600;margin-bottom:15px;font-family:Playfair Display,serif;font-size:1.2rem}@media (max-width: 576px){.tip-card .tip-title{font-size:1.1rem;margin-bottom:12px}}.tip-card .tip-description{color:#6c757d;line-height:1.6;margin-bottom:20px;font-size:.95rem}@media (max-width: 576px){.tip-card .tip-description{font-size:.9rem;margin-bottom:15px}}.tip-card .tip-link{color:#ed3237;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:all .3s ease}.tip-card .tip-link:hover{color:#154369;transform:translate(5px)}@media (min-width: 768px){.card-tilt{transition:transform .3s ease;transform-style:preserve-3d}.card-tilt:hover{transform:perspective(1000px) rotateX(5deg) rotateY(5deg) scale3d(1.05,1.05,1.05)}}.medical-icon{transition:all .3s ease}.medical-icon:hover{transform:scale(1.2);box-shadow:0 15px 40px #0003}.btn-appointment{background:linear-gradient(135deg,#ed3237,#d91318)!important;color:#fff!important;border:none;padding:12px 24px;border-radius:25px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease!important;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 5px 15px #00000014;animation:pulse 3s infinite}@media (max-width: 576px){.btn-appointment{padding:10px 20px;font-size:.9rem}}.btn-appointment:hover{background:#d91318!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 10px 30px #0000001f!important}.btn-appointment:focus,.btn-appointment:active,.btn-appointment:visited{background:linear-gradient(135deg,#ed3237,#d91318)!important;color:#fff!important}.btn-primary{background:linear-gradient(135deg,#ed3237,#d91318)!important;color:#fff!important;border:none;padding:15px 30px;border-radius:25px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease!important;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 10px 30px #0000001f;animation:pulse 3s infinite}@media (max-width: 576px){.btn-primary{padding:12px 24px;font-size:.9rem}}.btn-primary:hover{background:#d91318!important;color:#fff!important;transform:translateY(-3px)!important;box-shadow:0 20px 60px #00000026!important}.btn-primary:focus,.btn-primary:active,.btn-primary:visited{background:linear-gradient(135deg,#ed3237,#d91318)!important;color:#fff!important}.btn-outline{background:transparent;color:#154369;border:2px solid #154369;padding:13px 28px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 576px){.btn-outline{padding:10px 22px;font-size:.9rem}}.btn-outline:hover{background:#154369;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.btn-whatsapp{background:#25d366;color:#fff;border:2px solid #25D366;padding:13px 28px;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 576px){.btn-whatsapp{padding:10px 22px;font-size:.9rem}}.btn-whatsapp:hover{background:#1da851;border-color:#1da851;color:#fff!important;transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.floating-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.5rem;box-shadow:0 10px 30px #0000001f;transition:all .3s ease;border:none;cursor:pointer;position:fixed}@media (max-width: 768px){.floating-btn{width:50px;height:50px;font-size:1.2rem}}@media (max-width: 576px){.floating-btn{width:45px;height:45px;font-size:1.1rem}}.floating-btn:hover{transform:scale(1.1);box-shadow:0 20px 60px #00000026}.floating-btn.call-btn{background:#ed3237;color:#fff;bottom:40px;right:40px;z-index:1001}@media (max-width: 768px){.floating-btn.call-btn{bottom:35px;right:35px}}@media (max-width: 576px){.floating-btn.call-btn{bottom:30px;right:30px}}.floating-btn.call-btn:hover{background:#d91318;color:#fff}.floating-btn.whatsapp-btn{background:#25d366;color:#fff;bottom:110px;right:40px;z-index:1001}@media (max-width: 768px){.floating-btn.whatsapp-btn{bottom:95px;right:35px}}@media (max-width: 576px){.floating-btn.whatsapp-btn{bottom:85px;right:30px}}.floating-btn.whatsapp-btn:hover{background:#1da851;color:#fff}.floating-btn.scroll-top-btn{background:#154369;color:#fff;bottom:180px;right:40px;z-index:1001;display:none;opacity:0;transition:all .3s ease}@media (max-width: 768px){.floating-btn.scroll-top-btn{bottom:155px;right:35px}}@media (max-width: 576px){.floating-btn.scroll-top-btn{bottom:140px;right:30px}}.floating-btn.scroll-top-btn.show{display:flex;opacity:1}.floating-btn.scroll-top-btn:hover{background:#0d283f;color:#fff}.footer{background:#0a2d47;color:#fff;padding:60px 0 30px}.footer .footer-content{margin-bottom:40px}@media (max-width: 768px){.footer .footer-content{margin-bottom:30px}}.footer .footer-brand .footer-logo{height:60px;margin-bottom:20px;padding:8px 12px;background:#fff;border-radius:12px;width:auto;max-width:200px}@media (max-width: 576px){.footer .footer-brand .footer-logo{height:50px;max-width:160px;padding:6px 10px;border-radius:10px}}.footer .footer-brand .footer-description{color:#fffc;line-height:1.6;margin-bottom:25px}@media (max-width: 576px){.footer .footer-brand .footer-description{font-size:.9rem;margin-bottom:20px}}.footer .footer-brand .social-links{display:flex;gap:15px}@media (max-width: 576px){.footer .footer-brand .social-links{gap:12px}}.footer .footer-brand .social-links a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}@media (max-width: 576px){.footer .footer-brand .social-links a{width:35px;height:35px;font-size:.9rem}}.footer .footer-brand .social-links a:hover{background:#ed3237;transform:translateY(-3px)}.footer .footer-title{color:#ed3237;font-weight:600;margin-bottom:20px;font-family:Playfair Display,serif}@media (max-width: 576px){.footer .footer-title{font-size:1.1rem;margin-bottom:15px}}.footer .footer-links{list-style:none;padding:0}.footer .footer-links li{margin-bottom:10px}@media (max-width: 576px){.footer .footer-links li{margin-bottom:8px}}.footer .footer-links li a{color:#fffc;text-decoration:none;transition:all .3s ease;font-size:.95rem}@media (max-width: 576px){.footer .footer-links li a{font-size:.9rem}}.footer .footer-links li a:hover{color:#fff;transform:translate(5px)}.footer .footer-contact .contact-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px}@media (max-width: 576px){.footer .footer-contact .contact-item{gap:12px;margin-bottom:12px}}.footer .footer-contact .contact-item i{color:#ed3237;font-size:1.1rem;margin-top:3px;flex-shrink:0}@media (max-width: 576px){.footer .footer-contact .contact-item i{font-size:1rem}}.footer .footer-contact .contact-item div p{color:#fffc;margin-bottom:5px;font-size:.95rem}@media (max-width: 576px){.footer .footer-contact .contact-item div p{font-size:.9rem}}.footer .footer-contact .contact-item div p a{color:#fffc;text-decoration:none;transition:all .3s ease}.footer .footer-contact .contact-item div p a:hover{color:#fff}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center;color:#ffffffb3}@media (max-width: 768px){.footer .footer-bottom{padding-top:20px;text-align:center}.footer .footer-bottom .col-md-6{margin-bottom:10px}}@media (max-width: 576px){.footer .footer-bottom{font-size:.9rem}}.footer .footer-bottom p{margin-bottom:5px}@media (max-width: 576px){.footer .footer-bottom p{margin-bottom:3px}}.floating-elements{position:fixed;bottom:30px;right:30px;z-index:1000;display:flex;flex-direction:column;gap:15px}@media (max-width: 768px){.floating-elements{bottom:25px;right:25px;gap:12px}}@media (max-width: 576px){.floating-elements{bottom:20px;right:20px;gap:10px}}.floating-shape{opacity:1;transition:opacity .5s ease;will-change:transform}.floating-shape.shape-1,.floating-shape.shape-2,.floating-shape.shape-3{animation:float 6s ease-in-out infinite}.floating-shape.shape-1{animation-delay:0s}.floating-shape.shape-2{animation-delay:2s}.floating-shape.shape-3{animation-delay:4s}@media (max-width: 768px){.floating-shape{animation-duration:8s}}@media (max-width: 576px){.floating-shape{animation-duration:10s}}.medical-icon{transition:all .3s ease;cursor:pointer;animation:float 3s ease-in-out infinite}.medical-icon.icon-1{animation-delay:0s}.medical-icon.icon-2{animation-delay:1s}.medical-icon.icon-3{animation-delay:2s}.medical-icon.icon-4{animation-delay:3s}.medical-icon:hover{transform:scale(1.2)!important;box-shadow:0 15px 40px #0003!important}@media (max-width: 768px){.medical-icon:hover{transform:scale(1.1)!important}}.medical-icon:active{animation:heartbeat .5s ease-in-out}@media (max-width: 768px){.medical-icon{animation-duration:4s}.medical-icon:active{transform:scale(1.1)!important}}@media (max-width: 576px){.medical-icon{animation-duration:5s}}.service-card:hover .service-icon{animation:pulse 1s ease-in-out}@media (max-width: 768px){.service-card:active .service-icon{animation:pulse .5s ease-in-out}}.testimonial-card:hover .quote-icon{animation:bounce .5s ease-in-out}@media (max-width: 768px){.testimonial-card:active .quote-icon{animation:bounce .3s ease-in-out}}.fade-in-up{animation:fadeInUp .6s ease forwards}.fade-in-down{animation:fadeInDown .6s ease forwards}.slide-in-left{animation:slideInLeft .6s ease forwards}.slide-in-right{animation:slideInRight .6s ease forwards}.pulse-animation{animation:pulse 2s infinite}.heartbeat-animation{animation:heartbeat 1.5s infinite}.float-animation{animation:float 3s ease-in-out infinite}@media (max-width: 768px){.float-animation{animation-duration:4s}}@media (max-width: 576px){.float-animation{animation-duration:5s}}.hero-badge{animation-delay:.1s}.hero-title{animation-delay:.2s}.hero-subtitle{animation-delay:.3s}.hero-stats{animation-delay:.4s}.hero-actions{animation-delay:.5s}.trust-indicators{animation-delay:.6s}.hero-badge,.hero-title,.hero-subtitle,.hero-stats,.hero-actions,.trust-indicators{opacity:0;transform:translateY(20px);transition:all .6s ease}@media (max-width: 576px){.floating-shape{animation-duration:10s;transform:translateZ(0)}.medical-icon{animation-duration:6s;transform:translateZ(0)}.pulse-animation{animation-duration:3s}.heartbeat-animation{animation-duration:2s}}.floating-shape,.medical-icon{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@media (prefers-reduced-motion: reduce){.floating-shape,.medical-icon,.service-card .service-icon,.testimonial-card .quote-icon,.pulse-animation,.heartbeat-animation,.float-animation{animation:none!important}.fade-in-up,.fade-in-down,.slide-in-left,.slide-in-right{animation:none!important;opacity:1!important;transform:none!important}}.faq-section{padding:100px 0;background:#e8f4fd;position:relative}@media (max-width: 1200px){.faq-section{padding:80px 0}}@media (max-width: 768px){.faq-section{padding:70px 0}}@media (max-width: 576px){.faq-section{padding:60px 0}}.faq-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:20px}@media (max-width: 1200px){.faq-categories{gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){.faq-categories{grid-template-columns:1fr;gap:20px}}@media (max-width: 576px){.faq-categories{gap:15px}}.faq-category{background:#fff;border-radius:25px;box-shadow:0 10px 30px #0000001f;border:2px solid rgba(21,67,105,.15);transition:all .3s ease;height:fit-content;overflow:hidden}@media (max-width: 576px){.faq-category{border-radius:15px;border-width:1px;box-shadow:0 5px 15px #00000014}}.faq-category:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026;border-color:#15436940}@media (max-width: 768px){.faq-category:hover{transform:translateY(-2px)}}.category-header{padding:30px 25px 20px;text-align:center;border-bottom:1px solid #f0f0f0}@media (max-width: 576px){.category-header{padding:25px 20px 15px}}.category-header .category-icon{width:70px;height:70px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#154369;transition:all .3s ease}@media (max-width: 576px){.category-header .category-icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:15px}}.category-header .category-title{font-family:Playfair Display,serif;font-size:1.4rem;color:#154369;margin-bottom:8px;font-weight:600}@media (max-width: 576px){.category-header .category-title{font-size:1.2rem}}.category-header .category-description{color:#6c757d;font-size:.9rem;margin:0}@media (max-width: 576px){.category-header .category-description{font-size:.85rem}}.faq-category:hover .category-icon{background:#154369;color:#fff;transform:scale(1.1)}@media (max-width: 768px){.faq-category:hover .category-icon{transform:scale(1.05)}}.faq-items .faq-item{border-top:1px solid #f0f0f0}.faq-items .faq-item:first-child{border-top:none}.faq-items .faq-item:last-child .faq-answer{border-radius:0 0 25px 25px}@media (max-width: 576px){.faq-items .faq-item:last-child .faq-answer{border-radius:0 0 15px 15px}}.faq-items .faq-item:last-child .faq-answer.open{border-bottom:3px solid rgba(21,67,105,.1)}.faq-item .faq-question{padding:20px 25px;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;transition:all .3s ease;background:#fff}@media (max-width: 576px){.faq-item .faq-question{padding:15px 20px}}.faq-item .faq-question:hover{background:#e8f4fd4d}.faq-item .faq-question h4{margin:0;font-size:1rem;font-weight:600;color:#154369;line-height:1.4;flex:1;padding-right:15px}@media (max-width: 576px){.faq-item .faq-question h4{font-size:.95rem}}.faq-item .faq-question .faq-toggle{width:28px;height:28px;background:#1543691a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#154369;transition:all .3s ease;flex-shrink:0;margin-top:2px}@media (max-width: 576px){.faq-item .faq-question .faq-toggle{width:24px;height:24px;font-size:.8rem}}.faq-item .faq-question .faq-toggle i{transition:transform .3s ease}.faq-item .faq-question.active{background:#e8f4fd80}.faq-item .faq-question.active .faq-toggle{background:#154369;color:#fff}.faq-item .faq-question.active .faq-toggle i{transform:rotate(45deg)}.faq-item .faq-answer{max-height:0;overflow:hidden;transition:all .4s ease;background:#e8f4fd1a}.faq-item .faq-answer.open{max-height:300px;padding:0 25px 20px}@media (max-width: 576px){.faq-item .faq-answer.open{padding:0 20px 15px}}.faq-item .faq-answer p{margin:0;color:#2c3e50;line-height:1.6;font-size:.9rem;padding-top:5px}@media (max-width: 576px){.faq-item .faq-answer p{font-size:.85rem}}.faq-item .faq-answer p strong{color:#154369;font-weight:600}.faq-category{opacity:0;transform:translateY(30px);transition:all .6s ease}.faq-category.fade-in-up{opacity:1;transform:translateY(0)}.faq-category:nth-child(1){animation-delay:.1s}.faq-category:nth-child(2){animation-delay:.2s}.faq-category:nth-child(3){animation-delay:.3s}@media (max-width: 480px){.faq-categories{grid-template-columns:1fr;gap:12px}.category-header{padding:20px 15px 12px}.category-header .category-title{font-size:1.1rem}.category-header .category-description{font-size:.8rem}.faq-item .faq-question{padding:12px 15px}.faq-item .faq-question h4{font-size:.9rem}.faq-item .faq-answer.open{padding:0 15px 12px}.faq-item .faq-answer p{font-size:.8rem}}.faq-question:focus{outline:2px solid #ed3237;outline-offset:2px}@media print{.faq-section{page-break-inside:avoid}.faq-section .faq-toggle{display:none}.faq-section .faq-answer{max-height:none!important;padding:10px 25px!important;display:block!important}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.text-primary{color:#154369!important}.text-accent{color:#ed3237!important}.text-success{color:#28a745!important}.text-warning{color:#ffc107!important}.text-light{color:#6c757d!important}.text-dark{color:#2c3e50!important}.text-white{color:#fff!important}.bg-primary{background-color:#154369!important}.bg-accent{background-color:#ed3237!important}.bg-light{background-color:#f8f9fa!important}.bg-white{background-color:#fff!important}.bg-light-blue{background-color:#e8f4fd!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-primary{border-color:#154369!important}.border-accent{border-color:#ed3237!important}.rounded{border-radius:15px!important}.rounded-lg{border-radius:25px!important}.rounded-xl{border-radius:35px!important}.rounded-circle{border-radius:50%!important}.shadow-light{box-shadow:0 5px 15px #00000014!important}.shadow-medium{box-shadow:0 10px 30px #0000001f!important}.shadow-heavy{box-shadow:0 20px 60px #00000026!important}.shadow-none{box-shadow:none!important}.transition{transition:all .3s ease!important}.transition-slow{transition:all .5s ease!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-1000{z-index:1000!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}button:focus,a:focus,input:focus,select:focus,textarea:focus{outline:2px solid #ed3237;outline-offset:2px}*:focus-visible{outline:2px solid #ed3237;outline-offset:2px}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.health-insights-page{background:#fff}.health-insights-page .insights-header{background:linear-gradient(135deg,#e8f4fd,#fff);padding:120px 0 80px;position:relative}@media (max-width: 768px){.health-insights-page .insights-header{padding:100px 0 60px}}@media (max-width: 576px){.health-insights-page .insights-header{padding:90px 0 50px}}.health-insights-page .insights-breadcrumb{margin-bottom:30px}@media (max-width: 576px){.health-insights-page .insights-breadcrumb{margin-bottom:20px}}.health-insights-page .insights-breadcrumb .breadcrumb{background:transparent;padding:0;margin:0}.health-insights-page .insights-breadcrumb .breadcrumb .breadcrumb-item a{color:#154369;text-decoration:none;transition:all .3s ease}.health-insights-page .insights-breadcrumb .breadcrumb .breadcrumb-item a:hover{color:#ed3237}.health-insights-page .insights-breadcrumb .breadcrumb .breadcrumb-item.active{color:#6c757d}.health-insights-page .insights-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:">"}.health-insights-page .insights-hero .insights-hero-content .insights-tag{display:inline-block;background:#ed32371a;color:#ed3237;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-content .insights-tag{font-size:12px;padding:6px 16px}}.health-insights-page .insights-hero .insights-hero-content .insights-title{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:#154369;line-height:1.2;margin-bottom:20px}@media (max-width: 768px){.health-insights-page .insights-hero .insights-hero-content .insights-title{font-size:2.2rem}}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-content .insights-title{font-size:1.8rem}}.health-insights-page .insights-hero .insights-hero-content .insights-subtitle{font-size:1.1rem;color:#6c757d;line-height:1.7;margin-bottom:30px}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-content .insights-subtitle{font-size:1rem;margin-bottom:25px}}.health-insights-page .insights-hero .insights-hero-content .insights-meta{display:flex;gap:30px}@media (max-width: 768px){.health-insights-page .insights-hero .insights-hero-content .insights-meta{gap:20px;flex-wrap:wrap}}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-content .insights-meta{flex-direction:column;gap:10px}}.health-insights-page .insights-hero .insights-hero-content .insights-meta .meta-item{display:flex;align-items:center;gap:8px;color:#2c3e50;font-size:.95rem}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-content .insights-meta .meta-item{font-size:.9rem}}.health-insights-page .insights-hero .insights-hero-content .insights-meta .meta-item i{color:#154369;font-size:1rem}.health-insights-page .insights-hero .insights-hero-visual .visual-container{background:#fff;border-radius:25px;padding:40px;text-align:center;box-shadow:0 10px 30px #0000001f;border:2px solid rgba(21,67,105,.1)}@media (max-width: 768px){.health-insights-page .insights-hero .insights-hero-visual .visual-container{padding:30px;margin-top:30px}}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-visual .visual-container{padding:25px;margin-top:25px}}.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-icon{width:100px;height:100px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2.5rem;color:#154369}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-icon{width:80px;height:80px;font-size:2rem;margin-bottom:20px}}.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats{display:flex;justify-content:space-around;gap:20px}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats{gap:15px}}.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats .stat-item{text-align:center}.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats .stat-item .stat-number{display:block;font-size:1.8rem;font-weight:700;color:#ed3237;font-family:Playfair Display,serif}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats .stat-item .stat-number{font-size:1.5rem}}.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats .stat-item .stat-label{font-size:.9rem;color:#6c757d;margin-top:5px}@media (max-width: 576px){.health-insights-page .insights-hero .insights-hero-visual .visual-container .visual-stats .stat-item .stat-label{font-size:.8rem}}.health-insights-page .insights-section-one,.health-insights-page .insights-section-two{padding:80px 0}@media (max-width: 768px){.health-insights-page .insights-section-one,.health-insights-page .insights-section-two{padding:60px 0}}@media (max-width: 576px){.health-insights-page .insights-section-one,.health-insights-page .insights-section-two{padding:50px 0}}.health-insights-page .insights-section-one .section-title,.health-insights-page .insights-section-two .section-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#154369;margin-bottom:20px}@media (max-width: 768px){.health-insights-page .insights-section-one .section-title,.health-insights-page .insights-section-two .section-title{font-size:1.9rem}}@media (max-width: 576px){.health-insights-page .insights-section-one .section-title,.health-insights-page .insights-section-two .section-title{font-size:1.6rem}}.health-insights-page .insights-section-one .section-description,.health-insights-page .insights-section-two .section-description{font-size:1.1rem;color:#6c757d;line-height:1.7;margin-bottom:40px}@media (max-width: 576px){.health-insights-page .insights-section-one .section-description,.health-insights-page .insights-section-two .section-description{font-size:1rem;margin-bottom:30px}}.health-insights-page .insights-section-one{background:#fff}.health-insights-page .insights-section-two{background:#f8f9fa}.health-insights-page .key-points .point-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px;padding:25px;background:#e8f4fd4d;border-radius:15px;transition:all .3s ease}@media (max-width: 576px){.health-insights-page .key-points .point-item{padding:20px;margin-bottom:20px;gap:15px}}.health-insights-page .key-points .point-item:hover{background:#e8f4fd;transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.health-insights-page .key-points .point-item .point-icon{width:50px;height:50px;background:#154369;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;flex-shrink:0}@media (max-width: 576px){.health-insights-page .key-points .point-item .point-icon{width:40px;height:40px;font-size:1.1rem}}.health-insights-page .key-points .point-item .point-content h4{color:#154369;margin-bottom:8px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.health-insights-page .key-points .point-item .point-content h4{font-size:1rem}}.health-insights-page .key-points .point-item .point-content p{color:#6c757d;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 576px){.health-insights-page .key-points .point-item .point-content p{font-size:.9rem}}.health-insights-page .interactive-panel{background:#fff;border-radius:25px;padding:30px;box-shadow:0 10px 30px #0000001f;border:2px solid rgba(21,67,105,.1)}@media (max-width: 768px){.health-insights-page .interactive-panel{margin-top:40px}}@media (max-width: 576px){.health-insights-page .interactive-panel{padding:25px;margin-top:30px}}.health-insights-page .interactive-panel .panel-header{text-align:center;margin-bottom:30px}@media (max-width: 576px){.health-insights-page .interactive-panel .panel-header{margin-bottom:25px}}.health-insights-page .interactive-panel .panel-header h3{color:#154369;font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:8px}@media (max-width: 576px){.health-insights-page .interactive-panel .panel-header h3{font-size:1.2rem}}.health-insights-page .interactive-panel .panel-header p{color:#6c757d;font-size:.95rem;margin:0}@media (max-width: 576px){.health-insights-page .interactive-panel .panel-header p{font-size:.9rem}}.health-insights-page .strategies-tabs .tab-navigation,.health-insights-page .exercise-tabs .tab-navigation,.health-insights-page .management-tabs .tab-navigation{display:flex;justify-content:center;gap:10px;margin-bottom:40px;border-bottom:2px solid #e9ecef}@media (max-width: 768px){.health-insights-page .strategies-tabs .tab-navigation,.health-insights-page .exercise-tabs .tab-navigation,.health-insights-page .management-tabs .tab-navigation{flex-wrap:wrap;gap:8px;margin-bottom:30px}}@media (max-width: 576px){.health-insights-page .strategies-tabs .tab-navigation,.health-insights-page .exercise-tabs .tab-navigation,.health-insights-page .management-tabs .tab-navigation{flex-direction:column;gap:5px}}.health-insights-page .strategies-tabs .tab-navigation .tab-btn,.health-insights-page .exercise-tabs .tab-navigation .tab-btn,.health-insights-page .management-tabs .tab-navigation .tab-btn{background:transparent;border:none;padding:15px 25px;border-radius:15px 0;color:#2c3e50;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px;cursor:pointer;position:relative}@media (max-width: 576px){.health-insights-page .strategies-tabs .tab-navigation .tab-btn,.health-insights-page .exercise-tabs .tab-navigation .tab-btn,.health-insights-page .management-tabs .tab-navigation .tab-btn{padding:12px 20px;justify-content:center;border-radius:15px;margin-bottom:5px}}.health-insights-page .strategies-tabs .tab-navigation .tab-btn i,.health-insights-page .exercise-tabs .tab-navigation .tab-btn i,.health-insights-page .management-tabs .tab-navigation .tab-btn i{font-size:1.1rem;color:#154369}.health-insights-page .strategies-tabs .tab-navigation .tab-btn:hover,.health-insights-page .exercise-tabs .tab-navigation .tab-btn:hover,.health-insights-page .management-tabs .tab-navigation .tab-btn:hover{background:#e8f4fd80;color:#154369}.health-insights-page .strategies-tabs .tab-navigation .tab-btn.active,.health-insights-page .exercise-tabs .tab-navigation .tab-btn.active,.health-insights-page .management-tabs .tab-navigation .tab-btn.active{background:#e8f4fd;color:#154369}.health-insights-page .strategies-tabs .tab-navigation .tab-btn.active:after,.health-insights-page .exercise-tabs .tab-navigation .tab-btn.active:after,.health-insights-page .management-tabs .tab-navigation .tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#ed3237}@media (max-width: 576px){.health-insights-page .strategies-tabs .tab-navigation .tab-btn.active:after,.health-insights-page .exercise-tabs .tab-navigation .tab-btn.active:after,.health-insights-page .management-tabs .tab-navigation .tab-btn.active:after{display:none}}.health-insights-page .strategies-tabs .tab-content .tab-panel,.health-insights-page .exercise-tabs .tab-content .tab-panel,.health-insights-page .management-tabs .tab-content .tab-panel{display:none}.health-insights-page .strategies-tabs .tab-content .tab-panel.active,.health-insights-page .exercise-tabs .tab-content .tab-panel.active,.health-insights-page .management-tabs .tab-content .tab-panel.active{display:block;animation:fadeInUp .5s ease}.cross-references{padding:60px 0;background:#fff}@media (max-width: 768px){.cross-references{padding:50px 0}}@media (max-width: 576px){.cross-references{padding:40px 0}}.cross-references .cross-ref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:20px}@media (max-width: 768px){.cross-references .cross-ref-grid{gap:20px}}@media (max-width: 576px){.cross-references .cross-ref-grid{grid-template-columns:1fr;gap:15px}}.cross-references .cross-ref-item{background:#e8f4fd;border-radius:15px;padding:25px;text-align:center;transition:all .3s ease;border:2px solid transparent}@media (max-width: 576px){.cross-references .cross-ref-item{padding:20px}}.cross-references .cross-ref-item:hover{border-color:#154369;transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.cross-references .cross-ref-item .ref-icon{width:60px;height:60px;background:#154369;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.5rem}@media (max-width: 576px){.cross-references .cross-ref-item .ref-icon{width:50px;height:50px;font-size:1.3rem;margin-bottom:15px}}.cross-references .cross-ref-item h4{margin-bottom:10px}.cross-references .cross-ref-item h4 a{color:#154369;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}@media (max-width: 576px){.cross-references .cross-ref-item h4 a{font-size:1rem}}.cross-references .cross-ref-item h4 a:hover{color:#ed3237}.cross-references .cross-ref-item p{color:#6c757d;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 576px){.cross-references .cross-ref-item p{font-size:.9rem}}.insights-cta{padding:60px 0;background:#154369;color:#fff}@media (max-width: 768px){.insights-cta{padding:50px 0}}@media (max-width: 576px){.insights-cta{padding:40px 0}}.insights-cta .cta-content .cta-title{color:#fff;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:15px}@media (max-width: 768px){.insights-cta .cta-content .cta-title{font-size:1.7rem}}@media (max-width: 576px){.insights-cta .cta-content .cta-title{font-size:1.4rem;text-align:center;margin-bottom:10px}}.insights-cta .cta-content .cta-description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:0}@media (max-width: 576px){.insights-cta .cta-content .cta-description{font-size:1rem;text-align:center;margin-bottom:20px}}.insights-cta .cta-content .cta-actions{display:flex;gap:15px}@media (max-width: 576px){.insights-cta .cta-content .cta-actions{flex-direction:column;gap:10px;align-items:center}}.food-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media (max-width: 576px){.food-categories{grid-template-columns:1fr;gap:15px}}.food-categories .category-item{background:#fff;border-radius:15px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent}@media (max-width: 576px){.food-categories .category-item{padding:15px}}.food-categories .category-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.food-categories .category-item .category-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:1.2rem;color:#fff}@media (max-width: 576px){.food-categories .category-item .category-icon{width:40px;height:40px;font-size:1rem;margin-bottom:10px}}.food-categories .category-item .category-icon.low-impact{background:#28a745}.food-categories .category-item .category-icon.medium-impact{background:#ffc107}.food-categories .category-item .category-icon.high-impact{background:#ed3237}.food-categories .category-item h4{color:#154369;margin-bottom:8px;font-size:1rem}@media (max-width: 576px){.food-categories .category-item h4{font-size:.95rem}}.food-categories .category-item p{color:#6c757d;font-size:.9rem;margin-bottom:10px}@media (max-width: 576px){.food-categories .category-item p{font-size:.85rem}}.food-categories .category-item .impact-details .impact-label{font-size:.8rem;color:#154369;background:#1543691a;padding:4px 8px;border-radius:10px;display:inline-block}@media (max-width: 576px){.food-categories .category-item .impact-details .impact-label{font-size:.75rem}}.meal-timeline .timeline-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px;position:relative}@media (max-width: 576px){.meal-timeline .timeline-item{gap:15px;margin-bottom:20px}}.meal-timeline .timeline-item:not(:last-child):after{content:"";position:absolute;left:25px;top:40px;width:2px;height:25px;background:#1543694d}@media (max-width: 576px){.meal-timeline .timeline-item:not(:last-child):after{left:20px;height:20px}}.meal-timeline .timeline-item .timeline-time{background:#154369;color:#fff;padding:8px 15px;border-radius:15px;font-weight:600;font-size:.9rem;white-space:nowrap}@media (max-width: 576px){.meal-timeline .timeline-item .timeline-time{padding:6px 12px;font-size:.8rem}}.meal-timeline .timeline-item .timeline-content{flex:1}.meal-timeline .timeline-item .timeline-content h4{color:#154369;margin-bottom:8px;font-size:1.1rem}@media (max-width: 576px){.meal-timeline .timeline-item .timeline-content h4{font-size:1rem}}.meal-timeline .timeline-item .timeline-content p{color:#6c757d;margin-bottom:8px;font-size:.95rem}@media (max-width: 576px){.meal-timeline .timeline-item .timeline-content p{font-size:.9rem}}.meal-timeline .timeline-item .timeline-content .meal-example span{background:#ed32371a;color:#ed3237;padding:4px 10px;border-radius:12px;font-size:.85rem;font-weight:500}@media (max-width: 576px){.meal-timeline .timeline-item .timeline-content .meal-example span{font-size:.8rem;padding:3px 8px}}.food-choices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}@media (max-width: 768px){.food-choices-grid{gap:20px}}@media (max-width: 576px){.food-choices-grid{grid-template-columns:1fr;gap:15px}}.food-choices-grid .choice-category{background:#fff;border-radius:15px;padding:25px;border:2px solid}@media (max-width: 576px){.food-choices-grid .choice-category{padding:20px}}.food-choices-grid .choice-category.good-choices{border-color:#28a745}.food-choices-grid .choice-category.good-choices h3{color:#28a745}.food-choices-grid .choice-category.moderate-choices{border-color:#ffc107}.food-choices-grid .choice-category.moderate-choices h3{color:#ffc107}.food-choices-grid .choice-category.avoid-choices{border-color:#ed3237}.food-choices-grid .choice-category.avoid-choices h3{color:#ed3237}.food-choices-grid .choice-category h3{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:1.2rem}@media (max-width: 576px){.food-choices-grid .choice-category h3{font-size:1.1rem;margin-bottom:15px}}.food-choices-grid .choice-category h3 i{font-size:1.3rem}.food-choices-grid .choice-category .food-list .food-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}@media (max-width: 576px){.food-choices-grid .choice-category .food-list .food-item{flex-direction:column;align-items:flex-start;padding:10px 0;gap:5px}}.food-choices-grid .choice-category .food-list .food-item:last-child{border-bottom:none}.food-choices-grid .choice-category .food-list .food-item .food-name{font-weight:600;color:#154369;font-size:.95rem}@media (max-width: 576px){.food-choices-grid .choice-category .food-list .food-item .food-name{font-size:.9rem}}.food-choices-grid .choice-category .food-list .food-item .food-benefit{font-size:.85rem;color:#6c757d;font-style:italic}@media (max-width: 576px){.food-choices-grid .choice-category .food-list .food-item .food-benefit{font-size:.8rem}}.tips-list{list-style:none;padding:0}.tips-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}@media (max-width: 576px){.tips-list li{margin-bottom:10px}}.tips-list li i{color:#28a745;font-size:1rem;margin-top:2px;flex-shrink:0}.tips-list li span{color:#2c3e50;line-height:1.5;font-size:.95rem}@media (max-width: 576px){.tips-list li span{font-size:.9rem}}.portion-guide .portion-items .portion-item{display:flex;align-items:center;gap:20px;padding:20px;background:#fff;border-radius:15px;margin-bottom:15px;border:2px solid rgba(21,67,105,.1);transition:all .3s ease}@media (max-width: 576px){.portion-guide .portion-items .portion-item{padding:15px;gap:15px}}.portion-guide .portion-items .portion-item:hover{border-color:#154369;transform:translateY(-2px);box-shadow:0 5px 15px #00000014}.portion-guide .portion-items .portion-item .portion-visual{width:60px;height:60px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#154369;font-size:1.5rem;flex-shrink:0}@media (max-width: 576px){.portion-guide .portion-items .portion-item .portion-visual{width:50px;height:50px;font-size:1.3rem}}.portion-guide .portion-items .portion-item .portion-details h4{color:#154369;margin-bottom:5px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.portion-guide .portion-items .portion-item .portion-details h4{font-size:1rem}}.portion-guide .portion-items .portion-item .portion-details p{color:#6c757d;margin:0;font-size:.95rem;line-height:1.5}@media (max-width: 576px){.portion-guide .portion-items .portion-item .portion-details p{font-size:.9rem}}.portion-tips{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}@media (max-width: 576px){.portion-tips{padding:20px;margin-top:20px}}.portion-tips h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;font-size:1.3rem}@media (max-width: 576px){.portion-tips h3{font-size:1.2rem;margin-bottom:15px}}.tips-accordion .accordion-item{border:1px solid #e9ecef;border-radius:15px;margin-bottom:10px;overflow:hidden;transition:all .3s ease}.tips-accordion .accordion-item:hover{box-shadow:0 5px 15px #00000014}.tips-accordion .accordion-item.active{border-color:#154369}.tips-accordion .accordion-item.active .accordion-header{background:#1543690d}.tips-accordion .accordion-item.active .accordion-header i{transform:rotate(180deg);color:#154369}.tips-accordion .accordion-item .accordion-header{padding:15px 20px;background:#f8f9fa;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}@media (max-width: 576px){.tips-accordion .accordion-item .accordion-header{padding:12px 15px}}.tips-accordion .accordion-item .accordion-header:hover{background:#1543690d}.tips-accordion .accordion-item .accordion-header h4{margin:0;color:#154369;font-weight:600;font-size:1rem}@media (max-width: 576px){.tips-accordion .accordion-item .accordion-header h4{font-size:.95rem}}.tips-accordion .accordion-item .accordion-header i{color:#6c757d;transition:all .3s ease;font-size:.9rem}.tips-accordion .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:all .3s ease;opacity:0;padding:0 20px;background:#fff}@media (max-width: 576px){.tips-accordion .accordion-item .accordion-content{padding:0 15px}}.tips-accordion .accordion-item .accordion-content p{color:#6c757d;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 576px){.tips-accordion .accordion-item .accordion-content p{font-size:.9rem}}.benefit-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}@media (max-width: 768px){.benefit-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px}}@media (max-width: 576px){.benefit-cards{grid-template-columns:1fr;gap:12px}}.benefit-cards .benefit-card{background:#fff;border-radius:15px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid rgba(21,67,105,.1);position:relative;overflow:hidden}@media (max-width: 576px){.benefit-cards .benefit-card{padding:18px}}.benefit-cards .benefit-card:hover{border-color:#154369;transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.benefit-cards .benefit-card.active{border-color:#ed3237;background:#ed323705}.benefit-cards .benefit-card.active .card-icon{background:#ed3237;color:#fff;transform:scale(1.1)}.benefit-cards .benefit-card.active .benefit-details{max-height:100px;opacity:1;margin-top:15px}.benefit-cards .benefit-card .card-icon{width:50px;height:50px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#154369;font-size:1.3rem;transition:all .3s ease}@media (max-width: 576px){.benefit-cards .benefit-card .card-icon{width:45px;height:45px;font-size:1.2rem;margin-bottom:12px}}.benefit-cards .benefit-card h4{color:#154369;margin-bottom:8px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.benefit-cards .benefit-card h4{font-size:1rem}}.benefit-cards .benefit-card p{color:#6c757d;font-size:.9rem;margin-bottom:0;line-height:1.5}@media (max-width: 576px){.benefit-cards .benefit-card p{font-size:.85rem}}.benefit-cards .benefit-card .benefit-details{max-height:0;overflow:hidden;transition:all .3s ease;opacity:0;margin-top:0}.benefit-cards .benefit-card .benefit-details .benefit-description{font-size:.85rem;color:#ed3237;background:#ed32371a;padding:8px 12px;border-radius:10px;margin-top:10px;font-weight:500}@media (max-width: 576px){.benefit-cards .benefit-card .benefit-details .benefit-description{font-size:.8rem;padding:6px 10px}}.workout-plan{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}@media (max-width: 576px){.workout-plan{padding:20px}}.workout-plan h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:25px;font-size:1.4rem}@media (max-width: 576px){.workout-plan h3{font-size:1.2rem;margin-bottom:20px}}.workout-days .workout-day{background:#e8f4fd4d;border-radius:15px;padding:20px;margin-bottom:20px;border-left:4px solid #154369}@media (max-width: 576px){.workout-days .workout-day{padding:15px;margin-bottom:15px}}.workout-days .workout-day .day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}@media (max-width: 576px){.workout-days .workout-day .day-header{flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:12px}}.workout-days .workout-day .day-header h4{color:#154369;margin:0;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.workout-days .workout-day .day-header h4{font-size:1rem}}.workout-days .workout-day .day-header .workout-type{background:#ed3237;color:#fff;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:500}@media (max-width: 576px){.workout-days .workout-day .day-header .workout-type{font-size:.75rem;padding:3px 10px}}.workout-days .workout-day .workout-details .exercise-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(21,67,105,.1)}@media (max-width: 576px){.workout-days .workout-day .workout-details .exercise-item{flex-direction:column;align-items:flex-start;gap:3px;padding:6px 0}}.workout-days .workout-day .workout-details .exercise-item:last-child{border-bottom:none}.workout-days .workout-day .workout-details .exercise-item .exercise-name{font-weight:500;color:#2c3e50;font-size:.95rem}@media (max-width: 576px){.workout-days .workout-day .workout-details .exercise-item .exercise-name{font-size:.9rem}}.workout-days .workout-day .workout-details .exercise-item .exercise-duration{color:#6c757d;font-size:.9rem;font-weight:500}@media (max-width: 576px){.workout-days .workout-day .workout-details .exercise-item .exercise-duration{font-size:.85rem}}.cardio-tips{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014;height:fit-content}@media (max-width: 768px){.cardio-tips{margin-top:30px}}@media (max-width: 576px){.cardio-tips{padding:20px;margin-top:20px}}.cardio-tips h4{color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;font-size:1.2rem}@media (max-width: 576px){.cardio-tips h4{font-size:1.1rem;margin-bottom:15px}}.progress-tracker{margin-top:25px}@media (max-width: 576px){.progress-tracker{margin-top:20px}}.progress-tracker h5{color:#154369;margin-bottom:15px;font-weight:600;font-size:1rem}@media (max-width: 576px){.progress-tracker h5{font-size:.95rem;margin-bottom:12px}}.progress-tracker .progress-item{margin-bottom:15px}@media (max-width: 576px){.progress-tracker .progress-item{margin-bottom:12px}}.progress-tracker .progress-item span{display:block;color:#2c3e50;font-size:.9rem;font-weight:500;margin-bottom:5px}@media (max-width: 576px){.progress-tracker .progress-item span{font-size:.85rem}}.progress-tracker .progress-item .progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-tracker .progress-item .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#154369,#ed3237);border-radius:4px;transition:width 1s ease-out}.symptoms-list .symptom-item{background:#fff;border-radius:15px;padding:20px;margin-bottom:15px;border:2px solid rgba(21,67,105,.1);cursor:pointer;transition:all .3s ease}@media (max-width: 576px){.symptoms-list .symptom-item{padding:15px;margin-bottom:12px}}.symptoms-list .symptom-item:hover{border-color:#154369;transform:translateY(-2px);box-shadow:0 5px 15px #00000014}.symptoms-list .symptom-item.expanded{border-color:#ed3237;background:#ed323705}.symptoms-list .symptom-item.expanded .symptom-icon{transform:scale(1.1)}.symptoms-list .symptom-item.expanded .symptom-icon.high-severity{background:#d91318}.symptoms-list .symptom-item.expanded .symptom-icon.medium-severity{background:#d39e00}.symptoms-list .symptom-item.expanded .symptom-icon.low-severity{background:#1e7e34}.symptoms-list .symptom-item.expanded .management-tip{max-height:60px;opacity:1;padding:10px 0}.symptoms-list .symptom-item .symptom-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;margin-bottom:15px;transition:all .3s ease}@media (max-width: 576px){.symptoms-list .symptom-item .symptom-icon{width:40px;height:40px;font-size:1rem;margin-bottom:12px}}.symptoms-list .symptom-item .symptom-icon.high-severity{background:#ed3237}.symptoms-list .symptom-item .symptom-icon.medium-severity{background:#ffc107}.symptoms-list .symptom-item .symptom-icon.low-severity{background:#28a745}.symptoms-list .symptom-item .symptom-content h4{color:#154369;margin-bottom:8px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.symptoms-list .symptom-item .symptom-content h4{font-size:1rem}}.symptoms-list .symptom-item .symptom-content p{color:#6c757d;margin-bottom:0;font-size:.9rem;line-height:1.5}@media (max-width: 576px){.symptoms-list .symptom-item .symptom-content p{font-size:.85rem}}.symptoms-list .symptom-item .management-tip{max-height:0;overflow:hidden;transition:all .3s ease;opacity:0;padding:0;margin-top:10px}.symptoms-list .symptom-item .management-tip span{display:block;background:#1543691a;color:#154369;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:500}@media (max-width: 576px){.symptoms-list .symptom-item .management-tip span{font-size:.8rem;padding:6px 10px}}.lifestyle-tracker{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014;height:fit-content}@media (max-width: 768px){.lifestyle-tracker{margin-top:30px}}@media (max-width: 576px){.lifestyle-tracker{padding:20px;margin-top:20px}}.lifestyle-tracker h4{color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;font-size:1.2rem}@media (max-width: 576px){.lifestyle-tracker h4{font-size:1.1rem;margin-bottom:15px}}.tracker-metrics{margin-bottom:25px}@media (max-width: 576px){.tracker-metrics{margin-bottom:20px}}.tracker-metrics .metric-item{margin-bottom:20px}@media (max-width: 576px){.tracker-metrics .metric-item{margin-bottom:15px}}.tracker-metrics .metric-item .metric-label{display:block;color:#2c3e50;font-weight:500;margin-bottom:8px;font-size:.9rem}@media (max-width: 576px){.tracker-metrics .metric-item .metric-label{font-size:.85rem;margin-bottom:6px}}.tracker-metrics .metric-item .metric-progress .progress-bar{width:100%;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;margin-bottom:5px}@media (max-width: 576px){.tracker-metrics .metric-item .metric-progress .progress-bar{height:10px;border-radius:5px}}.tracker-metrics .metric-item .metric-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#154369);border-radius:6px;transition:width 1.5s ease-out}@media (max-width: 576px){.tracker-metrics .metric-item .metric-progress .progress-bar .progress-fill{border-radius:5px}}.tracker-metrics .metric-item .metric-progress .progress-text{font-size:.8rem;color:#6c757d;font-weight:500}@media (max-width: 576px){.tracker-metrics .metric-item .metric-progress .progress-text{font-size:.75rem}}.quick-tips h5{color:#154369;margin-bottom:15px;font-weight:600;font-size:1rem}@media (max-width: 576px){.quick-tips h5{font-size:.95rem;margin-bottom:12px}}.tips-checklist{list-style:none;padding:0}.tips-checklist li{display:flex;align-items:center;gap:10px;margin-bottom:10px}@media (max-width: 576px){.tips-checklist li{margin-bottom:8px}}.tips-checklist li input[type=checkbox]{width:16px;height:16px;accent-color:#154369;flex-shrink:0}@media (max-width: 576px){.tips-checklist li input[type=checkbox]{width:14px;height:14px}}.tips-checklist li label{color:#2c3e50;font-size:.9rem;cursor:pointer;line-height:1.4;transition:all .3s ease}@media (max-width: 576px){.tips-checklist li label{font-size:.85rem}}.tips-checklist li label:hover{color:#154369}.activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:15px}@media (max-width: 768px){.activity-grid{grid-template-columns:1fr;gap:12px}}@media (max-width: 576px){.activity-grid{gap:10px}}.activity-grid .activity-item{background:#fff;padding:15px;border-radius:15px;border:1px solid #e9ecef;transition:all .3s ease}@media (max-width: 576px){.activity-grid .activity-item{padding:12px}}.activity-grid .activity-item:hover{border-color:#154369;transform:translateY(-2px);box-shadow:0 5px 15px #00000014}.activity-grid .activity-item h5{color:#154369;margin-bottom:8px;font-weight:600;font-size:1rem}@media (max-width: 576px){.activity-grid .activity-item h5{font-size:.95rem;margin-bottom:6px}}.activity-grid .activity-item p{color:#6c757d;margin-bottom:8px;font-size:.9rem}@media (max-width: 576px){.activity-grid .activity-item p{font-size:.85rem;margin-bottom:6px}}.activity-grid .activity-item .benefit{background:#28a7451a;color:#28a745;padding:4px 8px;border-radius:8px;font-size:.8rem;font-weight:500;display:inline-block}@media (max-width: 576px){.activity-grid .activity-item .benefit{font-size:.75rem;padding:3px 6px}}.weight-strategies{display:grid;grid-template-columns:1fr;gap:15px;margin-top:15px}@media (max-width: 576px){.weight-strategies{gap:12px}}.weight-strategies .strategy-item{display:flex;align-items:center;gap:15px;padding:15px;background:#e8f4fd4d;border-radius:15px;transition:all .3s ease}@media (max-width: 576px){.weight-strategies .strategy-item{padding:12px;gap:12px}}.weight-strategies .strategy-item:hover{background:#e8f4fd;transform:translate(5px)}.weight-strategies .strategy-item .strategy-icon{width:40px;height:40px;background:#154369;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}@media (max-width: 576px){.weight-strategies .strategy-item .strategy-icon{width:35px;height:35px;font-size:.9rem}}.weight-strategies .strategy-item .strategy-content h5{color:#154369;margin-bottom:5px;font-weight:600;font-size:1rem}@media (max-width: 576px){.weight-strategies .strategy-item .strategy-content h5{font-size:.95rem}}.weight-strategies .strategy-item .strategy-content p{color:#6c757d;margin:0;font-size:.9rem;line-height:1.4}@media (max-width: 576px){.weight-strategies .strategy-item .strategy-content p{font-size:.85rem}}.category-section{background:#e8f4fd33;border-radius:15px;padding:20px;margin-bottom:25px}@media (max-width: 576px){.category-section{padding:15px;margin-bottom:20px}}.category-section h4{color:#154369;font-family:Playfair Display,serif;margin-bottom:15px;font-size:1.2rem;display:flex;align-items:center;gap:10px}@media (max-width: 576px){.category-section h4{font-size:1.1rem;margin-bottom:12px}}.category-section h4 i{color:#ed3237;font-size:1.3rem}@media (max-width: 576px){.category-section h4 i{font-size:1.2rem}}.nutrition-principles .principle-item{display:flex;align-items:flex-start;gap:20px;padding:20px;background:#fff;border-radius:15px;margin-bottom:20px;border:2px solid rgba(21,67,105,.1);transition:all .3s ease}@media (max-width: 576px){.nutrition-principles .principle-item{padding:15px;gap:15px;margin-bottom:15px}}.nutrition-principles .principle-item:hover{border-color:#154369;transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.nutrition-principles .principle-item .principle-icon{width:50px;height:50px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#154369;font-size:1.3rem;flex-shrink:0}@media (max-width: 576px){.nutrition-principles .principle-item .principle-icon{width:40px;height:40px;font-size:1.1rem}}.nutrition-principles .principle-item .principle-content h4{color:#154369;margin-bottom:8px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.nutrition-principles .principle-item .principle-content h4{font-size:1rem}}.nutrition-principles .principle-item .principle-content p{color:#6c757d;margin-bottom:10px;font-size:.95rem;line-height:1.6}@media (max-width: 576px){.nutrition-principles .principle-item .principle-content p{font-size:.9rem;margin-bottom:8px}}.nutrition-principles .principle-item .principle-content .food-examples span{background:#ed32371a;color:#ed3237;padding:6px 12px;border-radius:12px;font-size:.85rem;font-weight:500;display:inline-block}@media (max-width: 576px){.nutrition-principles .principle-item .principle-content .food-examples span{font-size:.8rem;padding:4px 10px}}.meal-planning{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}@media (max-width: 768px){.meal-planning{margin-top:30px}}@media (max-width: 576px){.meal-planning{padding:20px;margin-top:20px}}.meal-planning h4{color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;font-size:1.3rem}@media (max-width: 576px){.meal-planning h4{font-size:1.2rem;margin-bottom:15px}}.daily-meals .meal-item{padding:15px;background:#e8f4fd4d;border-radius:15px;margin-bottom:15px;border-left:4px solid #154369;transition:all .3s ease}@media (max-width: 576px){.daily-meals .meal-item{padding:12px;margin-bottom:12px}}.daily-meals .meal-item:hover{background:#e8f4fd;transform:translate(5px)}.daily-meals .meal-item h5{color:#154369;margin-bottom:8px;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:8px}@media (max-width: 576px){.daily-meals .meal-item h5{font-size:.95rem;margin-bottom:6px}}.daily-meals .meal-item h5 i{color:#ed3237;font-size:1.1rem}@media (max-width: 576px){.daily-meals .meal-item h5 i{font-size:1rem}}.daily-meals .meal-item p{color:#2c3e50;margin-bottom:8px;font-size:.95rem;line-height:1.5}@media (max-width: 576px){.daily-meals .meal-item p{font-size:.9rem;margin-bottom:6px}}.daily-meals .meal-item .nutrition-note{background:#28a7451a;color:#28a745;padding:4px 10px;border-radius:10px;font-size:.8rem;font-weight:500;display:inline-block}@media (max-width: 576px){.daily-meals .meal-item .nutrition-note{font-size:.75rem;padding:3px 8px}}.nutrition-supplements{margin-top:30px;padding-top:25px;border-top:2px solid #e9ecef}@media (max-width: 576px){.nutrition-supplements{margin-top:25px;padding-top:20px}}.nutrition-supplements h4{color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;font-size:1.2rem}@media (max-width: 576px){.nutrition-supplements h4{font-size:1.1rem;margin-bottom:15px}}.supplements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}@media (max-width: 768px){.supplements-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}}@media (max-width: 576px){.supplements-grid{grid-template-columns:1fr;gap:10px}}.supplements-grid .supplement-item{background:#ffc1071a;border:2px solid rgba(255,193,7,.3);border-radius:15px;padding:15px;text-align:center;transition:all .3s ease}@media (max-width: 576px){.supplements-grid .supplement-item{padding:12px}}.supplements-grid .supplement-item:hover{border-color:#ffc107;transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.supplements-grid .supplement-item h5{color:#154369;margin-bottom:8px;font-weight:600;font-size:1rem}@media (max-width: 576px){.supplements-grid .supplement-item h5{font-size:.95rem;margin-bottom:6px}}.supplements-grid .supplement-item p{color:#6c757d;font-size:.85rem;margin:0;line-height:1.4}@media (max-width: 576px){.supplements-grid .supplement-item p{font-size:.8rem}}.stress-management h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:25px;font-size:1.4rem}@media (max-width: 576px){.stress-management h3{font-size:1.2rem;margin-bottom:20px}}.technique-cards{display:grid;grid-template-columns:1fr;gap:20px}@media (max-width: 576px){.technique-cards{gap:15px}}.technique-cards .technique-card{background:#fff;border-radius:15px;border:2px solid rgba(21,67,105,.1);overflow:hidden;transition:all .3s ease}.technique-cards .technique-card:hover{border-color:#154369;transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.technique-cards .technique-card .card-header{background:#e8f4fd;padding:20px;display:flex;align-items:center;gap:15px}@media (max-width: 576px){.technique-cards .technique-card .card-header{padding:15px;gap:12px}}.technique-cards .technique-card .card-header i{color:#154369;font-size:1.5rem}@media (max-width: 576px){.technique-cards .technique-card .card-header i{font-size:1.3rem}}.technique-cards .technique-card .card-header h4{color:#154369;margin:0;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.technique-cards .technique-card .card-header h4{font-size:1rem}}.technique-cards .technique-card .card-content{padding:20px}@media (max-width: 576px){.technique-cards .technique-card .card-content{padding:15px}}.technique-cards .technique-card .card-content p{color:#6c757d;margin-bottom:15px;font-size:.95rem;line-height:1.6}@media (max-width: 576px){.technique-cards .technique-card .card-content p{font-size:.9rem;margin-bottom:12px}}.technique-cards .technique-card .card-content .technique-steps ul{list-style:none;padding:0}.technique-cards .technique-card .card-content .technique-steps ul li{color:#2c3e50;font-size:.9rem;position:relative;padding:8px 0 8px 20px}@media (max-width: 576px){.technique-cards .technique-card .card-content .technique-steps ul li{font-size:.85rem;padding:6px 0 6px 18px}}.technique-cards .technique-card .card-content .technique-steps ul li:before{content:"•";color:#ed3237;position:absolute;left:0;font-weight:700}.sleep-optimization h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:25px;font-size:1.4rem}@media (max-width: 576px){.sleep-optimization h3{font-size:1.2rem;margin-bottom:20px}}.sleep-guidelines .guideline-section{background:#fff;border-radius:15px;padding:20px;margin-bottom:20px;box-shadow:0 5px 15px #00000014}@media (max-width: 576px){.sleep-guidelines .guideline-section{padding:15px;margin-bottom:15px}}.sleep-guidelines .guideline-section h4{color:#154369;margin-bottom:15px;font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:10px}@media (max-width: 576px){.sleep-guidelines .guideline-section h4{font-size:1rem;margin-bottom:12px}}.sleep-guidelines .guideline-section h4 i{color:#ed3237;font-size:1.2rem}@media (max-width: 576px){.sleep-guidelines .guideline-section h4 i{font-size:1.1rem}}.sleep-tips .tip-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px}@media (max-width: 576px){.sleep-tips .tip-item{gap:12px;margin-bottom:12px}}.sleep-tips .tip-item .tip-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}@media (max-width: 576px){.sleep-tips .tip-item .tip-icon{font-size:1.3rem}}.sleep-tips .tip-item .tip-content h5{color:#154369;margin-bottom:5px;font-weight:600;font-size:1rem}@media (max-width: 576px){.sleep-tips .tip-item .tip-content h5{font-size:.95rem}}.sleep-tips .tip-item .tip-content p{color:#6c757d;margin:0;font-size:.9rem;line-height:1.5}@media (max-width: 576px){.sleep-tips .tip-item .tip-content p{font-size:.85rem}}.environment-checklist .checklist-item{display:flex;align-items:center;gap:10px;margin-bottom:10px}@media (max-width: 576px){.environment-checklist .checklist-item{margin-bottom:8px}}.environment-checklist .checklist-item input[type=checkbox]{width:16px;height:16px;accent-color:#154369;flex-shrink:0}@media (max-width: 576px){.environment-checklist .checklist-item input[type=checkbox]{width:14px;height:14px}}.environment-checklist .checklist-item label{color:#2c3e50;font-size:.9rem;cursor:pointer;line-height:1.4;transition:all .3s ease}@media (max-width: 576px){.environment-checklist .checklist-item label{font-size:.85rem}}.environment-checklist .checklist-item label:hover{color:#154369}.routine-steps .step-item{display:flex;align-items:center;gap:15px;padding:10px 0;border-bottom:1px solid #e9ecef}@media (max-width: 576px){.routine-steps .step-item{gap:12px;padding:8px 0}}.routine-steps .step-item:last-child{border-bottom:none}.routine-steps .step-item .step-time{background:#154369;color:#fff;padding:6px 12px;border-radius:15px;font-weight:600;font-size:.85rem;white-space:nowrap}@media (max-width: 576px){.routine-steps .step-item .step-time{padding:4px 10px;font-size:.8rem}}.routine-steps .step-item .step-activity{color:#2c3e50;font-size:.9rem;line-height:1.4}@media (max-width: 576px){.routine-steps .step-item .step-activity{font-size:.85rem}}.portion-tips .tips-accordion .accordion-item.active .accordion-content{max-height:120px!important;opacity:1!important;padding:15px 20px!important}@media (max-width: 576px){.portion-tips .tips-accordion .accordion-item.active .accordion-content{padding:12px 15px!important;max-height:100px!important}}.portion-tips .tips-accordion .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:all .4s ease!important;opacity:0;padding:0 20px;background:#fff}@media (max-width: 576px){.portion-tips .tips-accordion .accordion-item .accordion-content{padding:0 15px}}.portion-tips .tips-accordion .accordion-item .accordion-content p{color:#6c757d;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 576px){.portion-tips .tips-accordion .accordion-item .accordion-content p{font-size:.9rem}}.benefit-cards .benefit-card.active .benefit-details{max-height:150px!important;opacity:1;margin-top:15px;padding:0 5px}.benefit-cards .benefit-card .benefit-details{max-height:0;overflow:hidden;transition:all .4s ease;opacity:0;margin-top:0}.benefit-cards .benefit-card .benefit-details .benefit-description{font-size:.8rem!important;color:#ed3237;background:#ed32371a;padding:10px 12px;border-radius:12px;margin-top:10px;font-weight:500;line-height:1.4!important;word-wrap:break-word}@media (max-width: 576px){.benefit-cards .benefit-card .benefit-details .benefit-description{font-size:.75rem!important;padding:8px 10px;line-height:1.3!important}}.strength-routine .routine-overview{background:#1543690d;padding:20px;border-radius:15px;margin-bottom:30px;border-left:4px solid #154369}@media (max-width: 576px){.strength-routine .routine-overview{padding:15px;margin-bottom:25px}}.strength-routine .routine-overview h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:10px;font-size:1.3rem}@media (max-width: 576px){.strength-routine .routine-overview h3{font-size:1.2rem}}.strength-routine .routine-overview p{color:#6c757d;margin:0;font-size:1rem;line-height:1.6}@media (max-width: 576px){.strength-routine .routine-overview p{font-size:.95rem}}.exercise-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}@media (max-width: 768px){.exercise-categories{grid-template-columns:1fr;gap:20px}}@media (max-width: 576px){.exercise-categories{gap:15px}}.exercise-categories .category-block{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014;border:2px solid rgba(21,67,105,.1);transition:all .3s ease}@media (max-width: 576px){.exercise-categories .category-block{padding:20px}}.exercise-categories .category-block:hover{border-color:#154369;transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.exercise-categories .category-block h4{color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;font-size:1.2rem;display:flex;align-items:center;gap:10px}@media (max-width: 576px){.exercise-categories .category-block h4{font-size:1.1rem;margin-bottom:15px}}.exercise-categories .category-block h4 i{color:#ed3237;font-size:1.3rem}@media (max-width: 576px){.exercise-categories .category-block h4 i{font-size:1.2rem}}.exercise-categories .category-block .exercise-list .exercise-detail{padding:15px;background:#e8f4fd4d;border-radius:15px;margin-bottom:15px;border-left:3px solid #154369;transition:all .3s ease}@media (max-width: 576px){.exercise-categories .category-block .exercise-list .exercise-detail{padding:12px;margin-bottom:12px}}.exercise-categories .category-block .exercise-list .exercise-detail:hover{background:#e8f4fd;transform:translate(5px)}.exercise-categories .category-block .exercise-list .exercise-detail h5{color:#154369;margin-bottom:5px;font-weight:600;font-size:1rem}@media (max-width: 576px){.exercise-categories .category-block .exercise-list .exercise-detail h5{font-size:.95rem}}.exercise-categories .category-block .exercise-list .exercise-detail p{color:#2c3e50;margin-bottom:8px;font-size:.9rem;font-weight:500}@media (max-width: 576px){.exercise-categories .category-block .exercise-list .exercise-detail p{font-size:.85rem;margin-bottom:6px}}.exercise-categories .category-block .exercise-list .exercise-detail .benefit{background:#28a7451a;color:#28a745;padding:4px 10px;border-radius:10px;font-size:.8rem;font-weight:500;display:inline-block}@media (max-width: 576px){.exercise-categories .category-block .exercise-list .exercise-detail .benefit{font-size:.75rem;padding:3px 8px}}.yoga-routine{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}@media (max-width: 576px){.yoga-routine{padding:20px}}.yoga-routine h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:25px;font-size:1.3rem}@media (max-width: 576px){.yoga-routine h3{font-size:1.2rem;margin-bottom:20px}}.yoga-poses .pose-item{display:flex;align-items:center;gap:20px;padding:20px;background:#e8f4fd4d;border-radius:15px;margin-bottom:15px;border-left:4px solid #154369;transition:all .3s ease}@media (max-width: 576px){.yoga-poses .pose-item{padding:15px;gap:15px;margin-bottom:12px}}.yoga-poses .pose-item:hover{background:#e8f4fd;transform:translateY(-3px);box-shadow:0 5px 15px #00000014}.yoga-poses .pose-item .pose-icon{width:50px;height:50px;background:#154369;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;flex-shrink:0}@media (max-width: 576px){.yoga-poses .pose-item .pose-icon{width:40px;height:40px;font-size:1.1rem}}.yoga-poses .pose-item .pose-details h4{color:#154369;margin-bottom:5px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.yoga-poses .pose-item .pose-details h4{font-size:1rem}}.yoga-poses .pose-item .pose-details p{color:#6c757d;margin-bottom:5px;font-size:.9rem;line-height:1.5}@media (max-width: 576px){.yoga-poses .pose-item .pose-details p{font-size:.85rem}}.yoga-poses .pose-item .pose-details .duration{background:#ed32371a;color:#ed3237;padding:3px 8px;border-radius:8px;font-size:.8rem;font-weight:500;display:inline-block}@media (max-width: 576px){.yoga-poses .pose-item .pose-details .duration{font-size:.75rem;padding:2px 6px}}.flexibility-guide{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}@media (max-width: 768px){.flexibility-guide{margin-top:30px}}@media (max-width: 576px){.flexibility-guide{padding:20px;margin-top:20px}}.flexibility-guide h3{color:#154369;font-family:Playfair Display,serif;margin-bottom:25px;font-size:1.3rem}@media (max-width: 576px){.flexibility-guide h3{font-size:1.2rem;margin-bottom:20px}}.flexibility-sections .section-item{background:#e8f4fd33;border-radius:15px;padding:20px;margin-bottom:20px;border-left:4px solid #154369}@media (max-width: 576px){.flexibility-sections .section-item{padding:15px;margin-bottom:15px}}.flexibility-sections .section-item h4{color:#154369;margin-bottom:12px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.flexibility-sections .section-item h4{font-size:1rem;margin-bottom:10px}}.flexibility-sections .section-item ul{list-style:none;padding:0;margin:0}.flexibility-sections .section-item ul li{color:#2c3e50;font-size:.9rem;position:relative;padding:5px 0 5px 15px}@media (max-width: 576px){.flexibility-sections .section-item ul li{font-size:.85rem;padding:4px 0 4px 12px}}.flexibility-sections .section-item ul li:before{content:"•";color:#ed3237;position:absolute;left:0;font-weight:700}.breathing-exercise{background:#28a7450d;border:2px solid rgba(40,167,69,.2);border-radius:15px;padding:20px;margin-top:25px}@media (max-width: 576px){.breathing-exercise{padding:15px;margin-top:20px}}.breathing-exercise h4{color:#28a745;margin-bottom:15px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.breathing-exercise h4{font-size:1rem;margin-bottom:12px}}.breathing-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}@media (max-width: 576px){.breathing-steps{grid-template-columns:1fr;gap:10px}}.breathing-steps .step{text-align:center}.breathing-steps .step .step-number{display:inline-block;width:30px;height:30px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin:0 auto 8px;font-size:.9rem}@media (max-width: 576px){.breathing-steps .step .step-number{width:25px;height:25px;font-size:.8rem;margin-bottom:6px}}.breathing-steps .step p{color:#2c3e50;font-size:.85rem;margin:0;line-height:1.4}@media (max-width: 576px){.breathing-steps .step p{font-size:.8rem}}.symptoms-list .symptom-item.expanded .management-tip{max-height:80px!important;opacity:1;padding:12px 0!important;margin-top:12px}.symptoms-list .symptom-item .management-tip{max-height:0;overflow:hidden;transition:all .4s ease!important;opacity:0;padding:0;margin-top:10px}.symptoms-list .symptom-item .management-tip span{display:block;background:#1543691a;color:#154369;padding:10px 15px!important;border-radius:10px;font-size:.85rem;font-weight:500;line-height:1.4!important;word-wrap:break-word}@media (max-width: 576px){.symptoms-list .symptom-item .management-tip span{font-size:.8rem;padding:8px 12px!important;line-height:1.3!important}}.about-breadcrumb{padding:20px 0 10px;position:relative;z-index:10}.about-breadcrumb .breadcrumb{background:transparent;padding:0;margin:0;display:flex;align-items:center;gap:10px;font-size:.9rem}.about-breadcrumb .breadcrumb .breadcrumb-item{display:flex;align-items:center}.about-breadcrumb .breadcrumb .breadcrumb-item a{color:#154369;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:6px;font-weight:500}.about-breadcrumb .breadcrumb .breadcrumb-item a i{font-size:.85rem}.about-breadcrumb .breadcrumb .breadcrumb-item a:hover{color:#ed3237}.about-breadcrumb .breadcrumb .breadcrumb-item.active{color:#6c757d;font-weight:600}.about-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child):after{content:"›";margin-left:10px;color:#6c757d;font-size:1.2rem}@media (max-width: 576px){.about-breadcrumb{padding:15px 0 5px}.about-breadcrumb .breadcrumb{font-size:.85rem}}.about-hero-section{padding:150px 0 100px;background:linear-gradient(135deg,#e8f4fd,#fff);position:relative;overflow:hidden}.about-hero-section .section-bg{position:absolute;top:0;left:0;width:100%;height:200px}.about-hero-section .section-bg .wave-top{position:absolute;bottom:0;left:0;width:100%;height:150px;fill:#e8f4fd}.about-hero-section .section-bg .shape-fill{fill:#154369}.about-hero-section .min-vh-50{min-height:50vh}.about-hero-section .about-hero-content{position:relative;z-index:2}.about-hero-section .about-hero-content .hero-tag{display:inline-block;background:#ed32371a;color:#ed3237;padding:10px 25px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.about-hero-section .about-hero-content .about-hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:#154369;margin-bottom:25px;line-height:1.2}.about-hero-section .about-hero-content .about-hero-title .highlight-text{color:#ed3237;position:relative}.about-hero-section .about-hero-content .about-hero-subtitle{font-size:1.3rem;color:#6c757d;margin-bottom:50px;line-height:1.7}.about-hero-section .about-hero-content .about-hero-stats{display:flex;justify-content:center;gap:50px;margin-bottom:60px}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item{display:flex;align-items:center;gap:15px}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-icon{width:60px;height:60px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-text{display:flex;flex-direction:column}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-text .stat-number{font-weight:700;font-size:1.1rem;color:#154369}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-text .stat-label{font-size:.9rem;color:#6c757d}.about-hero-section .about-hero-content .scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:10px;color:#154369;animation:bounce 2s infinite}.about-hero-section .about-hero-content .scroll-indicator i{font-size:1.5rem}@media (max-width: 768px){.about-hero-section{padding:120px 0 80px}.about-hero-section .about-hero-content .about-hero-title{font-size:2.5rem}.about-hero-section .about-hero-content .about-hero-subtitle{font-size:1.1rem}.about-hero-section .about-hero-content .about-hero-stats{flex-direction:column;gap:25px}}@media (max-width: 576px){.about-hero-section .about-hero-content .about-hero-title{font-size:2rem}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-icon{width:50px;height:50px;font-size:1.2rem}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.professional-journey-section{padding:100px 0;background:#fff}.professional-journey-section .journey-content .journey-intro{margin-bottom:40px}.professional-journey-section .journey-content .journey-intro .journey-title{font-family:Playfair Display,serif;font-size:2rem;color:#154369;margin-bottom:20px}.professional-journey-section .journey-content .journey-intro .journey-text{color:#6c757d;line-height:1.8;margin-bottom:20px;font-size:1.05rem}.professional-journey-section .journey-content .recognition-card{background:linear-gradient(135deg,#ed32370d,#1543690d);border-left:4px solid #ed3237;padding:30px;border-radius:15px;display:flex;gap:25px}.professional-journey-section .journey-content .recognition-card .recognition-icon{width:70px;height:70px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;flex-shrink:0}.professional-journey-section .journey-content .recognition-card .recognition-content h4{color:#ed3237;font-weight:600;margin-bottom:10px;text-transform:uppercase;font-size:.9rem;letter-spacing:1px}.professional-journey-section .journey-content .recognition-card .recognition-content .recognition-title{font-family:Playfair Display,serif;font-size:1.4rem;color:#154369;font-weight:700;margin-bottom:10px}.professional-journey-section .journey-content .recognition-card .recognition-content .recognition-description{color:#6c757d;line-height:1.7;margin:0}.professional-journey-section .journey-highlights .highlight-card{background:#fff;border:2px solid rgba(21,67,105,.1);border-radius:15px;padding:30px;margin-bottom:25px;display:flex;gap:25px;transition:all .3s ease;position:relative;overflow:hidden}.professional-journey-section .journey-highlights .highlight-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(135deg,#154369,#1e5e94);transform:scaleY(0);transition:all .3s ease}.professional-journey-section .journey-highlights .highlight-card:hover{box-shadow:0 10px 30px #0000001f;transform:translate(10px)}.professional-journey-section .journey-highlights .highlight-card:hover:before{transform:scaleY(1)}.professional-journey-section .journey-highlights .highlight-card .highlight-number{width:60px;height:60px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#154369;flex-shrink:0;font-family:Playfair Display,serif}.professional-journey-section .journey-highlights .highlight-card .highlight-content h4{color:#154369;font-weight:600;margin-bottom:10px;font-size:1.2rem}.professional-journey-section .journey-highlights .highlight-card .highlight-content p{color:#6c757d;line-height:1.7;margin:0}@media (max-width: 576px){.professional-journey-section{padding:60px 0}.professional-journey-section .recognition-card{flex-direction:column;text-align:center}.professional-journey-section .recognition-card .recognition-icon{margin:0 auto}.professional-journey-section .highlight-card{flex-direction:column;text-align:center}.professional-journey-section .highlight-card .highlight-number{margin:0 auto}}.credentials-section{padding:100px 0;background:#f8f9fa}.credentials-section .credentials-timeline{position:relative;padding:40px 0}.credentials-section .credentials-timeline .timeline-item{display:flex;gap:40px;margin-bottom:60px;position:relative}.credentials-section .credentials-timeline .timeline-item:last-child{margin-bottom:0}.credentials-section .credentials-timeline .timeline-item .timeline-marker{display:flex;flex-direction:column;align-items:center;position:relative}.credentials-section .credentials-timeline .timeline-item .timeline-marker .marker-dot{width:24px;height:24px;background:#ed3237;border-radius:50%;border:4px solid #ffffff;box-shadow:0 0 0 4px #ed323733;position:relative;z-index:2}.credentials-section .credentials-timeline .timeline-item .timeline-marker .marker-dot.current{background:#154369;box-shadow:0 0 0 4px #15436933;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.credentials-section .credentials-timeline .timeline-item .timeline-marker .marker-line{width:3px;flex:1;background:linear-gradient(to bottom,#ed3237,#ed32374d);margin-top:10px}.credentials-section .credentials-timeline .timeline-item .timeline-content{flex:1;background:#fff;padding:35px;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.credentials-section .credentials-timeline .timeline-item .timeline-content:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:15px;font-size:.85rem;font-weight:600;margin-bottom:15px}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-badge.fellowship{background:#ed32371a;color:#ed3237}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-badge.experience{background:#1543691a;color:#154369}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-title{font-family:Playfair Display,serif;font-size:1.6rem;color:#154369;font-weight:700;margin-bottom:15px}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-institute{display:flex;align-items:center;gap:10px;color:#6c757d;margin-bottom:20px;font-weight:500}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-institute i{color:#ed3237;font-size:1.1rem}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-description{color:#6c757d;line-height:1.8;margin-bottom:20px}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-skills{display:flex;flex-wrap:wrap;gap:10px}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-skills .skill-tag{background:#e8f4fd;color:#154369;padding:6px 14px;border-radius:15px;font-size:.85rem;font-weight:500}.credentials-section .credentials-timeline .timeline-item.timeline-end .timeline-content{background:linear-gradient(135deg,#1543690d,#ed32370d);border:2px dashed rgba(21,67,105,.3)}.credentials-section .competencies-grid{margin-top:80px}.credentials-section .competencies-grid .competencies-title{font-family:Playfair Display,serif;font-size:2rem;color:#154369;text-align:center;margin-bottom:40px}.credentials-section .competencies-grid .competency-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 15px #00000014;text-align:center;transition:all .3s ease;height:100%}.credentials-section .competencies-grid .competency-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-8px)}.credentials-section .competencies-grid .competency-card .competency-icon{width:70px;height:70px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.8rem}.credentials-section .competencies-grid .competency-card h4{color:#154369;font-weight:600;margin-bottom:12px;font-size:1.1rem}.credentials-section .competencies-grid .competency-card p{color:#6c757d;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 576px){.credentials-section{padding:60px 0}.credentials-section .credentials-timeline .timeline-item{gap:20px}.credentials-section .credentials-timeline .timeline-item .timeline-content{padding:25px}.credentials-section .credentials-timeline .timeline-item .timeline-content .credential-title{font-size:1.3rem}.credentials-section .competencies-grid{margin-top:50px}}.philosophy-section{padding:100px 0;background:#fff}.philosophy-section .philosophy-intro{background:#e8f4fd;padding:40px;border-radius:25px;border-left:5px solid #154369}.philosophy-section .philosophy-intro .intro-text{font-size:1.3rem;font-style:italic;color:#2c3e50;line-height:1.8;margin-bottom:25px;font-family:Playfair Display,serif}.philosophy-section .philosophy-intro .intro-signature{display:flex;flex-direction:column;gap:5px}.philosophy-section .philosophy-intro .intro-signature .signature-name{font-weight:700;color:#154369;font-size:1.1rem}.philosophy-section .philosophy-intro .intro-signature .signature-title{color:#6c757d;font-size:.95rem}.philosophy-section .philosophy-pillars .pillar-card{background:#fff;border:2px solid rgba(21,67,105,.1);border-radius:15px;padding:35px;height:100%;transition:all .3s ease}.philosophy-section .philosophy-pillars .pillar-card:hover{box-shadow:0 10px 30px #0000001f;border-color:#154369;transform:translateY(-5px)}.philosophy-section .philosophy-pillars .pillar-card:hover .pillar-icon{transform:scale(1.1)}.philosophy-section .philosophy-pillars .pillar-card .pillar-icon{width:70px;height:70px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;margin-bottom:25px;transition:all .3s ease}.philosophy-section .philosophy-pillars .pillar-card .pillar-title{font-family:Playfair Display,serif;font-size:1.4rem;color:#154369;font-weight:700;margin-bottom:15px}.philosophy-section .philosophy-pillars .pillar-card .pillar-description{color:#6c757d;line-height:1.7;margin-bottom:20px}.philosophy-section .philosophy-pillars .pillar-card .pillar-features{list-style:none;padding:0;margin:0}.philosophy-section .philosophy-pillars .pillar-card .pillar-features li{display:flex;align-items:center;gap:12px;padding:10px 0;color:#6c757d;font-size:.95rem}.philosophy-section .philosophy-pillars .pillar-card .pillar-features li i{color:#28a745;font-size:1.1rem}.philosophy-section .treatment-process{margin-top:80px;background:#e8f4fd;padding:60px;border-radius:25px}.philosophy-section .treatment-process .process-title{font-family:Playfair Display,serif;font-size:2rem;color:#154369;text-align:center;margin-bottom:50px}.philosophy-section .treatment-process .process-steps{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.philosophy-section .treatment-process .process-steps .process-step{flex:1;min-width:200px;text-align:center}.philosophy-section .treatment-process .process-steps .process-step .step-number{width:60px;height:60px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.8rem;font-weight:700;font-family:Playfair Display,serif}.philosophy-section .treatment-process .process-steps .process-step .step-content h4{color:#154369;font-weight:600;margin-bottom:10px;font-size:1.1rem}.philosophy-section .treatment-process .process-steps .process-step .step-content p{color:#6c757d;line-height:1.6;margin:0;font-size:.95rem}.philosophy-section .treatment-process .process-steps .process-arrow{color:#ed3237;font-size:1.5rem}@media (max-width: 768px){.philosophy-section .treatment-process{padding:40px 30px}.philosophy-section .treatment-process .process-steps{flex-direction:column}.philosophy-section .treatment-process .process-steps .process-arrow{transform:rotate(90deg)}}@media (max-width: 576px){.philosophy-section{padding:60px 0}.philosophy-section .philosophy-intro{padding:30px 20px}.philosophy-section .philosophy-intro .intro-text{font-size:1.1rem}.philosophy-section .pillar-card{padding:25px}.philosophy-section .pillar-card .pillar-icon{width:60px;height:60px;font-size:1.5rem}.philosophy-section .pillar-card .pillar-title{font-size:1.2rem}}.why-choose-about-section{padding:100px 0;background:#f8f9fa}.why-choose-about-section .differentiator-list .differentiator-item{display:flex;gap:25px;margin-bottom:35px;padding:30px;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.why-choose-about-section .differentiator-list .differentiator-item:hover{box-shadow:0 10px 30px #0000001f;transform:translate(10px)}.why-choose-about-section .differentiator-list .differentiator-item:hover .diff-icon{transform:scale(1.1) rotate(5deg)}.why-choose-about-section .differentiator-list .differentiator-item .diff-icon{width:70px;height:70px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;flex-shrink:0;transition:all .3s ease}.why-choose-about-section .differentiator-list .differentiator-item .diff-content h4{color:#154369;font-weight:700;margin-bottom:12px;font-size:1.3rem;font-family:Playfair Display,serif}.why-choose-about-section .differentiator-list .differentiator-item .diff-content p{color:#6c757d;line-height:1.8;margin:0}.why-choose-about-section .patient-values{background:#fff;padding:40px;border-radius:25px;box-shadow:0 5px 15px #00000014;height:100%}.why-choose-about-section .patient-values .values-title{font-family:Playfair Display,serif;font-size:1.8rem;color:#154369;margin-bottom:30px}.why-choose-about-section .patient-values .value-card{display:flex;gap:20px;margin-bottom:25px;padding-bottom:25px;border-bottom:2px solid rgba(21,67,105,.1)}.why-choose-about-section .patient-values .value-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.why-choose-about-section .patient-values .value-card .value-number{width:50px;height:50px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#154369;flex-shrink:0;font-family:Playfair Display,serif}.why-choose-about-section .patient-values .value-card .value-content h4{color:#154369;font-weight:600;margin-bottom:8px;font-size:1.1rem}.why-choose-about-section .patient-values .value-card .value-content p{color:#6c757d;line-height:1.7;margin:0;font-size:.95rem}.why-choose-about-section .about-stats-showcase{margin-top:60px}.why-choose-about-section .about-stats-showcase .stat-box{background:#fff;padding:35px 25px;border-radius:15px;box-shadow:0 5px 15px #00000014;text-align:center;transition:all .3s ease;height:100%}.why-choose-about-section .about-stats-showcase .stat-box:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-8px)}.why-choose-about-section .about-stats-showcase .stat-box:hover .stat-icon{transform:scale(1.15)}.why-choose-about-section .about-stats-showcase .stat-box .stat-icon{width:70px;height:70px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff;font-size:1.8rem;transition:all .3s ease}.why-choose-about-section .about-stats-showcase .stat-box .stat-data{margin-bottom:15px}.why-choose-about-section .about-stats-showcase .stat-box .stat-data .stat-number{font-size:3rem;font-weight:700;color:#ed3237;font-family:Playfair Display,serif}.why-choose-about-section .about-stats-showcase .stat-box .stat-data .stat-plus{font-size:2rem;color:#ed3237;font-weight:700}.why-choose-about-section .about-stats-showcase .stat-box .stat-label{color:#6c757d;font-size:.95rem;line-height:1.4}.why-choose-about-section .testimonials-preview{margin-top:80px}.why-choose-about-section .testimonials-preview .testimonials-title{font-family:Playfair Display,serif;font-size:2rem;color:#154369;text-align:center;margin-bottom:40px}.why-choose-about-section .testimonials-preview .testimonial-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 15px #00000014;height:100%;transition:all .3s ease}.why-choose-about-section .testimonials-preview .testimonial-card:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.why-choose-about-section .testimonials-preview .testimonial-card .testimonial-stars{color:#ffc107;margin-bottom:20px;font-size:1.1rem}.why-choose-about-section .testimonials-preview .testimonial-card .testimonial-stars i{margin-right:3px}.why-choose-about-section .testimonials-preview .testimonial-card .testimonial-text{color:#6c757d;line-height:1.8;font-style:italic;margin-bottom:20px;min-height:120px}.why-choose-about-section .testimonials-preview .testimonial-card .testimonial-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:2px solid rgba(21,67,105,.1)}.why-choose-about-section .testimonials-preview .testimonial-card .testimonial-author i{font-size:2rem;color:#154369}.why-choose-about-section .testimonials-preview .testimonial-card .testimonial-author span{color:#154369;font-weight:600}@media (max-width: 576px){.why-choose-about-section{padding:60px 0}.why-choose-about-section .differentiator-item{flex-direction:column;text-align:center}.why-choose-about-section .differentiator-item .diff-icon{margin:0 auto}.why-choose-about-section .patient-values{padding:30px 20px}.why-choose-about-section .testimonials-preview{margin-top:50px}}.about-cta-section{padding:100px 0;background:linear-gradient(135deg,#154369,#0d283f)}.about-cta-section .cta-wrapper{background:#fffffff2;padding:60px;border-radius:35px;box-shadow:0 20px 60px #00000026}.about-cta-section .cta-wrapper .cta-content .cta-title{font-family:Playfair Display,serif;font-size:2.5rem;color:#154369;margin-bottom:20px;font-weight:700}.about-cta-section .cta-wrapper .cta-content .cta-description{font-size:1.2rem;color:#6c757d;line-height:1.8;margin-bottom:30px}.about-cta-section .cta-wrapper .cta-content .cta-benefits{display:flex;flex-direction:column;gap:15px}.about-cta-section .cta-wrapper .cta-content .cta-benefits .benefit-item{display:flex;align-items:center;gap:12px;color:#2c3e50;font-size:1.05rem}.about-cta-section .cta-wrapper .cta-content .cta-benefits .benefit-item i{color:#28a745;font-size:1.3rem}.about-cta-section .cta-wrapper .cta-actions{display:flex;flex-direction:column;gap:20px}.about-cta-section .cta-wrapper .cta-actions .btn-large{padding:18px 35px;font-size:1.1rem;width:100%;justify-content:center}.about-cta-section .cta-wrapper .cta-actions .cta-hours{display:flex;gap:15px;padding:20px;background:#e8f4fd;border-radius:15px;border-left:4px solid #154369}.about-cta-section .cta-wrapper .cta-actions .cta-hours i{font-size:2rem;color:#154369}.about-cta-section .cta-wrapper .cta-actions .cta-hours .hours-text{display:flex;flex-direction:column}.about-cta-section .cta-wrapper .cta-actions .cta-hours .hours-text .hours-label{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.about-cta-section .cta-wrapper .cta-actions .cta-hours .hours-text .hours-time{font-size:1.2rem;font-weight:700;color:#154369;margin-bottom:3px}.about-cta-section .cta-wrapper .cta-actions .cta-hours .hours-text .hours-days{font-size:.95rem;color:#6c757d}.about-cta-section .locations-quick-ref{margin-top:60px}.about-cta-section .locations-quick-ref .locations-title{font-family:Playfair Display,serif;font-size:2rem;color:#fff;text-align:center;margin-bottom:30px}.about-cta-section .locations-quick-ref .location-mini-card{background:#fffffff2;padding:30px;border-radius:15px;display:flex;gap:20px;transition:all .3s ease}.about-cta-section .locations-quick-ref .location-mini-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.about-cta-section .locations-quick-ref .location-mini-card .location-icon{width:60px;height:60px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.about-cta-section .locations-quick-ref .location-mini-card .location-info{flex:1}.about-cta-section .locations-quick-ref .location-mini-card .location-info h4{color:#154369;font-weight:600;margin-bottom:10px;font-size:1.2rem}.about-cta-section .locations-quick-ref .location-mini-card .location-info p{color:#6c757d;line-height:1.6;margin-bottom:15px;font-size:.95rem}.about-cta-section .locations-quick-ref .location-mini-card .location-info .location-link{color:#ed3237;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.about-cta-section .locations-quick-ref .location-mini-card .location-info .location-link:hover{gap:12px}.about-cta-section .locations-quick-ref .location-mini-card .location-info .location-link i{transition:all .3s ease}.about-cta-section .additional-navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}.about-cta-section .additional-navigation .nav-card{background:#fffffff2;padding:35px;border-radius:15px;text-align:center;transition:all .3s ease}.about-cta-section .additional-navigation .nav-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.about-cta-section .additional-navigation .nav-card i{font-size:3rem;color:#154369;margin-bottom:20px}.about-cta-section .additional-navigation .nav-card h4{color:#154369;font-weight:600;margin-bottom:12px;font-size:1.2rem}.about-cta-section .additional-navigation .nav-card p{color:#6c757d;line-height:1.6;margin-bottom:20px;font-size:.95rem}.about-cta-section .additional-navigation .nav-card .btn-outline-small{display:inline-block;padding:10px 25px;border:2px solid #154369;color:#154369;border-radius:15px;text-decoration:none;font-weight:600;transition:all .3s ease}.about-cta-section .additional-navigation .nav-card .btn-outline-small:hover{background:#154369;color:#fff}@media (max-width: 768px){.about-cta-section{padding:80px 0}.about-cta-section .cta-wrapper{padding:40px 30px}.about-cta-section .cta-wrapper .cta-content .cta-title{font-size:2rem}.about-cta-section .cta-wrapper .cta-content .cta-description{font-size:1.1rem}.about-cta-section .additional-navigation{grid-template-columns:1fr}}@media (max-width: 576px){.about-cta-section{padding:60px 0}.about-cta-section .cta-wrapper{padding:30px 20px}.about-cta-section .cta-wrapper .cta-content .cta-title{font-size:1.8rem}.about-cta-section .location-mini-card{flex-direction:column;text-align:center}.about-cta-section .location-mini-card .location-icon{margin:0 auto}}.highlight-card .highlight-number,.process-step .step-number,.value-card .value-number{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.stat-box .stat-data{display:flex;align-items:center;justify-content:center;gap:2px}.stat-box .stat-data .stat-number{line-height:1!important}.stat-box .stat-data .stat-plus{line-height:1!important;display:flex;align-items:center}.stat-card .stat-content .stat-number{line-height:1!important}.stat-card .stat-content .stat-plus{line-height:1!important;display:inline-flex;align-items:center}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:2px solid rgba(21,67,105,.1)}.testimonial-card .testimonial-author i{font-size:2rem;color:#154369;flex-shrink:0}.testimonial-card .testimonial-author .author-info{display:flex;flex-direction:column;gap:4px}.testimonial-card .testimonial-author .author-info .author-name{color:#154369;font-weight:600;font-size:1rem}.testimonial-card .testimonial-author .author-info .author-type{color:#6c757d;font-size:.85rem}.about-hero-section{padding-bottom:90px!important}.about-hero-section .about-hero-content{position:relative;padding-bottom:0!important}.about-hero-section .about-hero-content .about-hero-stats{margin-bottom:70px!important}.about-hero-section .about-hero-content .scroll-indicator{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;margin-top:40px!important;width:100%!important;text-align:center!important;gap:10px!important;color:#154369!important;cursor:pointer!important;z-index:10!important;animation-name:scrollIndicatorBounce!important;animation-duration:2s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;animation-fill-mode:both!important}.about-hero-section .about-hero-content .scroll-indicator span{font-size:.9rem!important;font-weight:500!important;text-align:center!important;display:block!important;width:100%!important}.about-hero-section .about-hero-content .scroll-indicator i{font-size:1.5rem!important;display:block!important;text-align:center!important}.about-hero-section .about-hero-content .scroll-indicator:hover{opacity:.8}@media (max-width: 991px) and (min-width: 769px){.about-hero-section{padding-bottom:80px!important}.about-hero-section .about-hero-content .about-hero-stats{margin-bottom:60px!important}.about-hero-section .about-hero-content .scroll-indicator{margin-top:35px!important}.about-hero-section .about-hero-content .scroll-indicator span{font-size:.85rem!important}}@media (max-width: 768px){.about-hero-section{padding-bottom:65px!important}.about-hero-section .about-hero-content{padding-bottom:0!important}.about-hero-section .about-hero-content .about-hero-stats{margin-bottom:50px!important}.about-hero-section .about-hero-content .scroll-indicator{margin-top:30px!important}.about-hero-section .about-hero-content .scroll-indicator span{font-size:.85rem!important}}@media (max-width: 480px){.about-hero-section{padding-bottom:50px!important}.about-hero-section .about-hero-content{padding-bottom:0!important}.about-hero-section .about-hero-content .about-hero-stats{margin-bottom:40px!important}.about-hero-section .about-hero-content .scroll-indicator{margin-top:25px!important}.about-hero-section .about-hero-content .scroll-indicator span{font-size:.8rem!important}.about-hero-section .about-hero-content .scroll-indicator i{font-size:1.2rem!important}}@keyframes scrollIndicatorBounce{0%{transform:translateY(0)}20%{transform:translateY(0)}40%{transform:translateY(-10px)}50%{transform:translateY(0)}60%{transform:translateY(-5px)}80%{transform:translateY(0)}to{transform:translateY(0)}}.btn-outline-white{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid #ffffff;color:#fff;background:transparent;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-outline-white i{font-size:.9rem}.btn-outline-white:hover{background:#fff;color:#154369;border-color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff4d}.btn-outline-white:focus{outline:2px solid #ffffff;outline-offset:2px}.services-hero-section{padding:120px 0 80px;background:linear-gradient(135deg,#154369,#1e5e94);color:#fff;position:relative;overflow:hidden}.services-hero-section:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.services-hero-section .breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:.95rem}.services-hero-section .breadcrumb .breadcrumb-link{color:#fffc;text-decoration:none;transition:all .3s ease}.services-hero-section .breadcrumb .breadcrumb-link:hover{color:#fff}.services-hero-section .breadcrumb .breadcrumb-separator{color:#fff9;font-size:.75rem}.services-hero-section .breadcrumb .breadcrumb-current{color:#fff;font-weight:600}.services-hero-section .services-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.services-hero-section .services-hero-content .hero-text-content .hero-tag{display:inline-block;padding:8px 20px;background:#fff3;border-radius:30px;font-size:.9rem;font-weight:600;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-hero-section .services-hero-content .hero-text-content .hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:20px}.services-hero-section .services-hero-content .hero-text-content .hero-description{font-size:1.15rem;line-height:1.7;margin-bottom:30px;color:#fffffff2}.services-hero-section .services-hero-content .hero-text-content .hero-stats{display:flex;gap:40px;margin-bottom:30px;padding:25px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-number{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:8px;display:flex;align-items:center;justify-content:flex-start}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-label{font-size:.9rem;color:#ffffffd9}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons{display:flex;gap:15px;flex-wrap:wrap}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-primary{background:#fff;color:#154369}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-primary:hover{background:#ed3237;color:#fff}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-outline{border-color:#fff;color:#fff}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-outline:hover{background:#fff;color:#154369}.services-hero-section .services-hero-content .hero-visual .services-icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.services-hero-section .services-hero-content .hero-visual .services-icon-grid .service-icon-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:15px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.services-hero-section .services-hero-content .hero-visual .services-icon-grid .service-icon-card i{font-size:2rem;margin-bottom:10px;color:#fff}.services-hero-section .services-hero-content .hero-visual .services-icon-grid .service-icon-card span{display:block;font-size:.85rem;color:#fff;font-weight:500}.services-hero-section .services-hero-content .hero-visual .services-icon-grid .service-icon-card:hover{background:#ffffff40;transform:translateY(-5px)}.services-hero-section .hero-wave{position:absolute;bottom:-40px;left:0;width:100%;line-height:0}.services-hero-section .hero-wave svg{width:100%;height:auto}@media (max-width: 768px){.services-hero-section{padding:100px 0 60px}.services-hero-section .services-hero-content{grid-template-columns:1fr;gap:40px}.services-hero-section .services-hero-content .hero-text-content .hero-title{font-size:2.5rem}.services-hero-section .services-hero-content .hero-text-content .hero-stats{gap:30px}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-number{font-size:2rem}.services-hero-section .services-hero-content .hero-visual .services-icon-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 576px){.services-hero-section{padding:80px 0 40px}.services-hero-section .services-hero-content .hero-text-content .hero-title{font-size:2rem}.services-hero-section .services-hero-content .hero-text-content .hero-stats{flex-direction:column;gap:20px}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons{flex-direction:column}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-primary,.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-outline{width:100%;justify-content:center}.services-hero-section .services-hero-content .hero-visual .services-icon-grid{grid-template-columns:repeat(2,1fr)}}.services-overview-section{padding:100px 0;background:#f8f9fa}.services-overview-section .services-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}.services-overview-section .services-grid-layout .service-overview-card{background:#fff;border-radius:15px;padding:35px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border-top:4px solid transparent}.services-overview-section .services-grid-layout .service-overview-card .service-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.services-overview-section .services-grid-layout .service-overview-card .service-icon-wrapper i{font-size:2rem;color:#fff}.services-overview-section .services-grid-layout .service-overview-card .service-card-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.services-overview-section .services-grid-layout .service-overview-card .service-card-description{color:#6c757d;line-height:1.7;margin-bottom:20px}.services-overview-section .services-grid-layout .service-overview-card .service-features-list{list-style:none;padding:0;margin:0 0 20px}.services-overview-section .services-grid-layout .service-overview-card .service-features-list li{padding:8px 0;color:#6c757d;display:flex;align-items:center;gap:10px}.services-overview-section .services-grid-layout .service-overview-card .service-features-list li i{color:#ed3237;font-size:.9rem}.services-overview-section .services-grid-layout .service-overview-card .service-learn-more{display:inline-flex;align-items:center;gap:8px;color:#154369;font-weight:600;text-decoration:none;transition:all .3s ease}.services-overview-section .services-grid-layout .service-overview-card .service-learn-more i{transition:all .3s ease}.services-overview-section .services-grid-layout .service-overview-card .service-learn-more:hover{color:#ed3237}.services-overview-section .services-grid-layout .service-overview-card .service-learn-more:hover i{transform:translate(5px)}.services-overview-section .services-grid-layout .service-overview-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0000001f;border-top-color:#154369}.services-overview-section .services-quick-cta{margin-top:50px;background:linear-gradient(135deg,#154369,#1e5e94);padding:35px 40px;border-radius:15px;box-shadow:0 10px 30px #0000001f}.services-overview-section .services-quick-cta .quick-cta-content{display:flex;align-items:center;gap:25px}.services-overview-section .services-quick-cta .quick-cta-content i{font-size:3rem;color:#fff}.services-overview-section .services-quick-cta .quick-cta-content .cta-text{flex:1;color:#fff}.services-overview-section .services-quick-cta .quick-cta-content .cta-text h4{font-size:1.4rem;margin-bottom:5px}.services-overview-section .services-quick-cta .quick-cta-content .cta-text p{margin:0;opacity:.9}.services-overview-section .services-quick-cta .quick-cta-content .btn-primary{background:#fff;color:#154369;flex-shrink:0}.services-overview-section .services-quick-cta .quick-cta-content .btn-primary:hover{background:#ed3237;color:#fff}@media (max-width: 768px){.services-overview-section{padding:80px 0}.services-overview-section .services-grid-layout{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.services-overview-section .services-quick-cta .quick-cta-content{flex-direction:column;text-align:center}.services-overview-section .services-quick-cta .quick-cta-content .btn-primary{width:100%}}@media (max-width: 576px){.services-overview-section{padding:60px 0}.services-overview-section .services-grid-layout{grid-template-columns:1fr}}.detailed-services-section{padding:100px 0;background:#fff}.detailed-services-section .detailed-services-accordion{margin-top:40px}.detailed-services-section .detailed-services-accordion .service-detail-item{background:#fff;border:1px solid #e0e0e0;border-radius:15px;margin-bottom:20px;overflow:hidden;transition:all .3s ease}.detailed-services-section .detailed-services-accordion .service-detail-item:hover{box-shadow:0 5px 15px #00000014}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;cursor:pointer;background:#f8f9fa;transition:all .3s ease}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left{display:flex;align-items:center;gap:20px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left .detail-icon{width:60px;height:60px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left .detail-icon i{font-size:1.8rem;color:#fff}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left h3{font-size:1.4rem;color:#2c3e50;margin:0}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .accordion-toggle{background:none;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:#1543691a}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .accordion-toggle i{font-size:1.2rem;color:#154369;transition:all .3s ease}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .accordion-toggle:hover{background:#154369}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .accordion-toggle:hover i{color:#fff}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header:hover{background:#fefefe}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content{max-height:0;overflow:hidden;transition:max-height .5s ease}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;padding:30px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-description h4{font-size:1.2rem;color:#154369;margin-bottom:15px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-description p{color:#6c757d;line-height:1.7;margin-bottom:20px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-description .detail-features{list-style:none;padding:0;margin:0}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-description .detail-features li{padding:10px 0;color:#6c757d;display:flex;align-items:flex-start;gap:12px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-description .detail-features li i{color:#ed3237;margin-top:4px;flex-shrink:0}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-benefits h4{font-size:1.1rem;color:#154369;margin-bottom:20px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-benefits .benefit-card{background:#f8f9fa;padding:20px;border-radius:15px;margin-bottom:15px;text-align:center}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-benefits .benefit-card i{font-size:2rem;color:#154369;margin-bottom:10px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid .detail-benefits .benefit-card p{margin:0;color:#6c757d;font-size:.95rem;font-weight:500}.detailed-services-section .detailed-services-accordion .service-detail-item.active .service-detail-header{background:#fff}.detailed-services-section .detailed-services-accordion .service-detail-item.active .service-detail-header .accordion-toggle i{transform:rotate(180deg)}.detailed-services-section .detailed-services-accordion .service-detail-item.active .service-detail-content{max-height:1000px}.detailed-services-section .detailed-services-cta{text-align:center;margin-top:50px;padding:40px;background:#f8f9fa;border-radius:15px}.detailed-services-section .detailed-services-cta h3{font-size:1.8rem;color:#2c3e50;margin-bottom:15px}.detailed-services-section .detailed-services-cta p{color:#6c757d;font-size:1.1rem;margin-bottom:25px}@media (max-width: 768px){.detailed-services-section{padding:80px 0}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header{padding:20px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left{gap:15px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left .detail-icon{width:50px;height:50px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left .detail-icon i{font-size:1.5rem}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left h3{font-size:1.2rem}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-content .detail-grid{grid-template-columns:1fr;gap:30px;padding:25px 20px}}@media (max-width: 576px){.detailed-services-section{padding:60px 0}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header{padding:15px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left{flex-direction:column;align-items:flex-start;gap:10px}.detailed-services-section .detailed-services-accordion .service-detail-item .service-detail-header .header-left h3{font-size:1.1rem}}.why-our-services-section{padding:100px 0;background:linear-gradient(to bottom,#f8f9fa,#fff)}.why-our-services-section .why-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.why-our-services-section .why-services-grid .why-service-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-align:center}.why-our-services-section .why-services-grid .why-service-card .why-icon{width:80px;height:80px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.why-our-services-section .why-services-grid .why-service-card .why-icon i{font-size:2.2rem;color:#fff}.why-our-services-section .why-services-grid .why-service-card h3{font-size:1.3rem;color:#2c3e50;margin-bottom:15px}.why-our-services-section .why-services-grid .why-service-card p{color:#6c757d;line-height:1.7;margin:0}.why-our-services-section .why-services-grid .why-service-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0000001f}.why-our-services-section .why-services-grid .why-service-card:hover .why-icon{background:#d91318;transform:scale(1.1)}.why-our-services-section .why-services-grid .why-service-card:hover .why-icon i{color:#fff}.why-our-services-section .services-statistics{display:flex;justify-content:space-around;margin-top:60px;padding:40px;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014}.why-our-services-section .services-statistics .stat-highlight{text-align:center}.why-our-services-section .services-statistics .stat-highlight .stat-number{font-size:3rem;font-weight:700;color:#154369;line-height:1;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.why-our-services-section .services-statistics .stat-highlight .stat-label{color:#6c757d;font-size:.95rem}.why-our-services-section .services-testimonial-highlight{display:flex;align-items:center;gap:40px;margin-top:50px;padding:40px;background:linear-gradient(135deg,#154369,#0d283f);border-radius:15px;color:#fff}.why-our-services-section .services-testimonial-highlight .testimonial-content{flex:1}.why-our-services-section .services-testimonial-highlight .testimonial-content .quote-icon{font-size:2.5rem;opacity:.3;margin-bottom:15px}.why-our-services-section .services-testimonial-highlight .testimonial-content .testimonial-text{font-size:1.1rem;line-height:1.7;margin-bottom:20px;font-style:italic}.why-our-services-section .services-testimonial-highlight .testimonial-content .testimonial-author .author-rating{margin-bottom:10px}.why-our-services-section .services-testimonial-highlight .testimonial-content .testimonial-author .author-rating i{color:gold;margin-right:3px}.why-our-services-section .services-testimonial-highlight .testimonial-content .testimonial-author .author-name{font-weight:600;margin:0}.why-our-services-section .services-testimonial-highlight .testimonial-cta{flex-shrink:0}.why-our-services-section .services-testimonial-highlight .testimonial-cta .btn-outline{border:2px solid #ffffff;color:#fff;background:transparent;padding:12px 24px}.why-our-services-section .services-testimonial-highlight .testimonial-cta .btn-outline:hover{background:#fff;color:#154369;border-color:#fff}@media (max-width: 768px){.why-our-services-section{padding:80px 0}.why-our-services-section .why-services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.why-our-services-section .services-statistics{flex-wrap:wrap;gap:30px}.why-our-services-section .services-statistics .stat-highlight{flex:1 1 45%}.why-our-services-section .services-testimonial-highlight{flex-direction:column;text-align:center}.why-our-services-section .services-testimonial-highlight .testimonial-cta,.why-our-services-section .services-testimonial-highlight .testimonial-cta .btn-outline-white{width:100%}}@media (max-width: 576px){.why-our-services-section{padding:60px 0}.why-our-services-section .why-services-grid{grid-template-columns:1fr}.why-our-services-section .services-statistics{flex-direction:column}.why-our-services-section .services-statistics .stat-highlight{flex:1 1 100%}.why-our-services-section .services-statistics .stat-highlight .stat-number{font-size:2.5rem}}.service-process-section{padding:100px 0;background:#fff}.service-process-section .process-timeline{margin-top:50px;position:relative}.service-process-section .process-timeline:before{content:"";position:absolute;left:30px;top:60px;bottom:60px;width:3px;background:linear-gradient(to bottom,#154369,#ed3237)}.service-process-section .process-timeline .process-step{position:relative;padding-left:100px;margin-bottom:60px}.service-process-section .process-timeline .process-step:last-child{margin-bottom:0}.service-process-section .process-timeline .process-step:last-child .step-connector{display:none}.service-process-section .process-timeline .process-step .step-number{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#154369,#ed3237);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #1543694d;z-index:2}.service-process-section .process-timeline .process-step .step-content{background:#f8f9fa;padding:30px;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.service-process-section .process-timeline .process-step .step-content .step-icon{width:60px;height:60px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-process-section .process-timeline .process-step .step-content .step-icon i{font-size:1.8rem;color:#fff}.service-process-section .process-timeline .process-step .step-content h3{font-size:1.5rem;color:#2c3e50;margin-bottom:15px}.service-process-section .process-timeline .process-step .step-content p{color:#6c757d;line-height:1.7;margin-bottom:20px}.service-process-section .process-timeline .process-step .step-content .step-details,.service-process-section .process-timeline .process-step .step-content .step-checklist,.service-process-section .process-timeline .process-step .step-content .step-highlights,.service-process-section .process-timeline .process-step .step-content .test-categories,.service-process-section .process-timeline .process-step .step-content .plan-includes,.service-process-section .process-timeline .process-step .step-content .ongoing-features{display:flex;flex-wrap:wrap;gap:15px}.service-process-section .process-timeline .process-step .step-content .step-details .detail-item,.service-process-section .process-timeline .process-step .step-content .step-details .checklist-item,.service-process-section .process-timeline .process-step .step-content .step-details .highlight-badge,.service-process-section .process-timeline .process-step .step-content .step-details .test-category,.service-process-section .process-timeline .process-step .step-content .step-details .include-item,.service-process-section .process-timeline .process-step .step-content .step-details .feature-point,.service-process-section .process-timeline .process-step .step-content .step-checklist .detail-item,.service-process-section .process-timeline .process-step .step-content .step-checklist .checklist-item,.service-process-section .process-timeline .process-step .step-content .step-checklist .highlight-badge,.service-process-section .process-timeline .process-step .step-content .step-checklist .test-category,.service-process-section .process-timeline .process-step .step-content .step-checklist .include-item,.service-process-section .process-timeline .process-step .step-content .step-checklist .feature-point,.service-process-section .process-timeline .process-step .step-content .step-highlights .detail-item,.service-process-section .process-timeline .process-step .step-content .step-highlights .checklist-item,.service-process-section .process-timeline .process-step .step-content .step-highlights .highlight-badge,.service-process-section .process-timeline .process-step .step-content .step-highlights .test-category,.service-process-section .process-timeline .process-step .step-content .step-highlights .include-item,.service-process-section .process-timeline .process-step .step-content .step-highlights .feature-point,.service-process-section .process-timeline .process-step .step-content .test-categories .detail-item,.service-process-section .process-timeline .process-step .step-content .test-categories .checklist-item,.service-process-section .process-timeline .process-step .step-content .test-categories .highlight-badge,.service-process-section .process-timeline .process-step .step-content .test-categories .test-category,.service-process-section .process-timeline .process-step .step-content .test-categories .include-item,.service-process-section .process-timeline .process-step .step-content .test-categories .feature-point,.service-process-section .process-timeline .process-step .step-content .plan-includes .detail-item,.service-process-section .process-timeline .process-step .step-content .plan-includes .checklist-item,.service-process-section .process-timeline .process-step .step-content .plan-includes .highlight-badge,.service-process-section .process-timeline .process-step .step-content .plan-includes .test-category,.service-process-section .process-timeline .process-step .step-content .plan-includes .include-item,.service-process-section .process-timeline .process-step .step-content .plan-includes .feature-point,.service-process-section .process-timeline .process-step .step-content .ongoing-features .detail-item,.service-process-section .process-timeline .process-step .step-content .ongoing-features .checklist-item,.service-process-section .process-timeline .process-step .step-content .ongoing-features .highlight-badge,.service-process-section .process-timeline .process-step .step-content .ongoing-features .test-category,.service-process-section .process-timeline .process-step .step-content .ongoing-features .include-item,.service-process-section .process-timeline .process-step .step-content .ongoing-features .feature-point{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#fff;border-radius:20px;font-size:.9rem;color:#6c757d}.service-process-section .process-timeline .process-step .step-content .step-details .detail-item i,.service-process-section .process-timeline .process-step .step-content .step-details .checklist-item i,.service-process-section .process-timeline .process-step .step-content .step-details .highlight-badge i,.service-process-section .process-timeline .process-step .step-content .step-details .test-category i,.service-process-section .process-timeline .process-step .step-content .step-details .include-item i,.service-process-section .process-timeline .process-step .step-content .step-details .feature-point i,.service-process-section .process-timeline .process-step .step-content .step-checklist .detail-item i,.service-process-section .process-timeline .process-step .step-content .step-checklist .checklist-item i,.service-process-section .process-timeline .process-step .step-content .step-checklist .highlight-badge i,.service-process-section .process-timeline .process-step .step-content .step-checklist .test-category i,.service-process-section .process-timeline .process-step .step-content .step-checklist .include-item i,.service-process-section .process-timeline .process-step .step-content .step-checklist .feature-point i,.service-process-section .process-timeline .process-step .step-content .step-highlights .detail-item i,.service-process-section .process-timeline .process-step .step-content .step-highlights .checklist-item i,.service-process-section .process-timeline .process-step .step-content .step-highlights .highlight-badge i,.service-process-section .process-timeline .process-step .step-content .step-highlights .test-category i,.service-process-section .process-timeline .process-step .step-content .step-highlights .include-item i,.service-process-section .process-timeline .process-step .step-content .step-highlights .feature-point i,.service-process-section .process-timeline .process-step .step-content .test-categories .detail-item i,.service-process-section .process-timeline .process-step .step-content .test-categories .checklist-item i,.service-process-section .process-timeline .process-step .step-content .test-categories .highlight-badge i,.service-process-section .process-timeline .process-step .step-content .test-categories .test-category i,.service-process-section .process-timeline .process-step .step-content .test-categories .include-item i,.service-process-section .process-timeline .process-step .step-content .test-categories .feature-point i,.service-process-section .process-timeline .process-step .step-content .plan-includes .detail-item i,.service-process-section .process-timeline .process-step .step-content .plan-includes .checklist-item i,.service-process-section .process-timeline .process-step .step-content .plan-includes .highlight-badge i,.service-process-section .process-timeline .process-step .step-content .plan-includes .test-category i,.service-process-section .process-timeline .process-step .step-content .plan-includes .include-item i,.service-process-section .process-timeline .process-step .step-content .plan-includes .feature-point i,.service-process-section .process-timeline .process-step .step-content .ongoing-features .detail-item i,.service-process-section .process-timeline .process-step .step-content .ongoing-features .checklist-item i,.service-process-section .process-timeline .process-step .step-content .ongoing-features .highlight-badge i,.service-process-section .process-timeline .process-step .step-content .ongoing-features .test-category i,.service-process-section .process-timeline .process-step .step-content .ongoing-features .include-item i,.service-process-section .process-timeline .process-step .step-content .ongoing-features .feature-point i{color:#ed3237}.service-process-section .process-timeline .process-step .step-connector{display:none}.service-process-section .process-timeline .process-step:hover .step-content{transform:translate(10px);box-shadow:0 10px 30px #0000001f}.service-process-section .process-action-box{margin-top:60px;background:linear-gradient(135deg,#154369,#1e5e94);padding:40px;border-radius:15px;box-shadow:0 10px 30px #0000001f;display:flex;justify-content:space-between;align-items:center;gap:30px}.service-process-section .process-action-box .action-content{color:#fff}.service-process-section .process-action-box .action-content h3{font-size:1.8rem;margin-bottom:10px}.service-process-section .process-action-box .action-content p{margin:0;opacity:.95;font-size:1.05rem}.service-process-section .process-action-box .action-buttons{display:flex;gap:15px;flex-shrink:0}.service-process-section .process-action-box .action-buttons .btn-large{padding:15px 30px;font-size:1.05rem}.service-process-section .process-action-box .action-buttons .btn-primary{background:#fff;color:#154369}.service-process-section .process-action-box .action-buttons .btn-primary:hover{background:#ed3237;color:#fff}.service-process-section .process-action-box .action-buttons .btn-outline{border-color:#fff;color:#fff}.service-process-section .process-action-box .action-buttons .btn-outline:hover{background:#fff;color:#154369}.service-process-section .process-faq-teaser{display:flex;align-items:center;gap:25px;margin-top:40px;padding:30px;background:#f8f9fa;border-radius:15px;border-left:4px solid #154369}.service-process-section .process-faq-teaser .faq-icon{flex-shrink:0}.service-process-section .process-faq-teaser .faq-icon i{font-size:3rem;color:#154369}.service-process-section .process-faq-teaser .faq-content{flex:1}.service-process-section .process-faq-teaser .faq-content h4{font-size:1.3rem;color:#2c3e50;margin-bottom:8px}.service-process-section .process-faq-teaser .faq-content p{margin:0;color:#6c757d}.service-process-section .process-faq-teaser .btn-outline-small{padding:10px 25px;font-size:.95rem;flex-shrink:0}@media (max-width: 768px){.service-process-section{padding:80px 0}.service-process-section .process-timeline:before{left:20px}.service-process-section .process-timeline .process-step{padding-left:80px}.service-process-section .process-timeline .process-step .step-number{width:50px;height:50px;font-size:1.3rem}.service-process-section .process-timeline .process-step .step-content{padding:25px}.service-process-section .process-timeline .process-step .step-content h3{font-size:1.3rem}.service-process-section .process-action-box{flex-direction:column;text-align:center}.service-process-section .process-action-box .action-buttons{width:100%;flex-direction:column}.service-process-section .process-action-box .action-buttons .btn-large{width:100%}.service-process-section .process-faq-teaser{flex-direction:column;text-align:center}.service-process-section .process-faq-teaser .btn-outline-small{width:100%}}@media (max-width: 576px){.service-process-section{padding:60px 0}.service-process-section .process-timeline:before{display:none}.service-process-section .process-timeline .process-step{padding-left:0;margin-bottom:40px}.service-process-section .process-timeline .process-step .step-number{position:static;margin:0 auto 20px}.service-process-section .process-timeline .process-step .step-content{padding:20px}.service-process-section .process-timeline .process-step .step-content .step-details,.service-process-section .process-timeline .process-step .step-content .step-checklist,.service-process-section .process-timeline .process-step .step-content .step-highlights,.service-process-section .process-timeline .process-step .step-content .test-categories,.service-process-section .process-timeline .process-step .step-content .plan-includes,.service-process-section .process-timeline .process-step .step-content .ongoing-features{flex-direction:column}}.services-cta-section{padding:100px 0;background:linear-gradient(135deg,#154369,#1e5e94);color:#fff;position:relative;overflow:hidden}.services-cta-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.services-cta-section .cta-wrapper{position:relative;z-index:1}.services-cta-section .cta-wrapper .cta-main-content{text-align:center;margin-bottom:50px}.services-cta-section .cta-wrapper .cta-main-content .cta-icon-large{width:100px;height:100px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.services-cta-section .cta-wrapper .cta-main-content .cta-icon-large i{font-size:3rem;color:#fff}.services-cta-section .cta-wrapper .cta-main-content .cta-text{margin-bottom:30px}.services-cta-section .cta-wrapper .cta-main-content .cta-text h2{font-size:2.5rem;margin-bottom:15px}.services-cta-section .cta-wrapper .cta-main-content .cta-text p{font-size:1.15rem;opacity:.95;max-width:700px;margin:0 auto}.services-cta-section .cta-wrapper .cta-main-content .cta-actions{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.services-cta-section .cta-wrapper .cta-main-content .cta-actions .btn-large{padding:18px 40px;font-size:1.1rem}.services-cta-section .cta-wrapper .cta-main-content .cta-actions .btn-primary{background:#fff;color:#154369}.services-cta-section .cta-wrapper .cta-main-content .cta-actions .btn-primary:hover{background:#ed3237;color:#fff}.services-cta-section .cta-wrapper .cta-main-content .cta-actions .btn-outline-white{border:2px solid #ffffff;color:#fff;background:transparent}.services-cta-section .cta-wrapper .cta-main-content .cta-actions .btn-outline-white:hover{background:#fff;color:#154369;border-color:#fff}.services-cta-section .cta-wrapper .cta-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:50px}.services-cta-section .cta-wrapper .cta-info-cards .info-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:25px;border-radius:15px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-icon{width:50px;height:50px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-icon i{font-size:1.5rem;color:#fff}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-content h4{font-size:1.2rem;margin-bottom:8px}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-content p{margin:5px 0;font-size:.95rem}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-content p.small-text{font-size:.85rem;opacity:.8}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-content .card-link{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:.9rem;margin-top:10px;opacity:.9;transition:all .3s ease}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-content .card-link:hover{opacity:1}.services-cta-section .cta-wrapper .cta-info-cards .info-card .card-content .card-link:hover i{transform:translate(5px)}.services-cta-section .cta-wrapper .cta-info-cards .info-card:hover{background:#ffffff40;transform:translateY(-5px)}.services-cta-section .additional-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:50px}.services-cta-section .additional-nav-grid .nav-card-item{background:#fff;padding:30px;border-radius:15px;text-align:center;transition:all .3s ease}.services-cta-section .additional-nav-grid .nav-card-item .nav-icon{width:70px;height:70px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.services-cta-section .additional-nav-grid .nav-card-item .nav-icon i{font-size:2rem;color:#fff}.services-cta-section .additional-nav-grid .nav-card-item h4{font-size:1.2rem;color:#2c3e50;margin-bottom:12px}.services-cta-section .additional-nav-grid .nav-card-item p{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:15px}.services-cta-section .additional-nav-grid .nav-card-item .nav-link{display:inline-flex;align-items:center;gap:8px;color:#154369;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.services-cta-section .additional-nav-grid .nav-card-item .nav-link i{transition:all .3s ease}.services-cta-section .additional-nav-grid .nav-card-item .nav-link:hover{color:#ed3237}.services-cta-section .additional-nav-grid .nav-card-item .nav-link:hover i{transform:translate(5px)}.services-cta-section .additional-nav-grid .nav-card-item:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0000001f}.services-cta-section .additional-nav-grid .nav-card-item:hover .nav-icon{background:#d91318;transform:scale(1.1)}.services-cta-section .additional-nav-grid .nav-card-item:hover .nav-icon i{color:#fff}.services-cta-section .emergency-notice{display:flex;align-items:center;gap:20px;margin-top:50px;padding:25px 30px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;border:2px solid rgba(255,107,107,.5)}.services-cta-section .emergency-notice .notice-icon{flex-shrink:0}.services-cta-section .emergency-notice .notice-icon i{font-size:2.5rem;color:#ff6b6b}.services-cta-section .emergency-notice .notice-content h4{font-size:1.3rem;margin-bottom:8px;color:#fff}.services-cta-section .emergency-notice .notice-content p{margin:0;opacity:.95;font-size:.95rem}@media (max-width: 768px){.services-cta-section{padding:80px 0}.services-cta-section .cta-wrapper .cta-main-content .cta-text h2{font-size:2rem}.services-cta-section .cta-wrapper .cta-main-content .cta-actions{flex-direction:column}.services-cta-section .cta-wrapper .cta-main-content .cta-actions .btn-large{width:100%}.services-cta-section .cta-wrapper .cta-info-cards{grid-template-columns:1fr}.services-cta-section .additional-nav-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.services-cta-section{padding:60px 0}.services-cta-section .cta-wrapper .cta-main-content .cta-text h2{font-size:1.8rem}.services-cta-section .additional-nav-grid{grid-template-columns:1fr}.services-cta-section .emergency-notice{flex-direction:column;text-align:center}}@media (max-width: 768px){.services-overview-section{padding:50px 0!important}.services-overview-section .services-overview-grid{grid-template-columns:1fr!important;gap:20px!important}.service-overview-card{padding:24px 20px!important;margin-bottom:16px!important}.service-overview-card .service-card-header{flex-direction:column!important;text-align:center!important;gap:15px!important}.service-overview-card .service-card-header .service-icon{margin:0 auto!important}.service-overview-card .service-card-title{font-size:1.25rem!important;line-height:1.4!important}.service-overview-card .service-features-list{padding-left:0!important}.service-overview-card .service-features-list li{font-size:.95rem!important;line-height:1.7!important;padding:10px 0 10px 30px!important}.service-overview-card .service-learn-more{width:100%!important;justify-content:center!important;padding:14px 24px!important}.services-details-section{padding:50px 0!important}.services-details-section .service-detail-item{margin-bottom:16px!important}.services-details-section .service-detail-item .service-detail-header{padding:16px 18px!important;font-size:1.05rem!important}.services-details-section .service-detail-item .service-detail-content{padding:20px 18px!important}}@media (max-width: 480px){.service-overview-card{padding:20px 16px!important}.service-overview-card .service-card-title{font-size:1.15rem!important}.service-overview-card .service-features-list li{font-size:.9rem!important;padding-left:25px!important}}.services-hero-section{padding:120px 0 80px;background:linear-gradient(135deg,#154369,#1e5e94)}@media (min-width: 769px){.services-hero-section{padding:120px 0 80px!important;min-height:600px;position:relative;overflow:visible}.services-hero-section .services-hero-content{position:relative;z-index:2}.services-hero-section .services-hero-content .hero-cta-buttons{position:relative;z-index:4}.services-hero-section .services-hero-content .hero-cta-buttons .btn-primary,.services-hero-section .services-hero-content .hero-cta-buttons .btn-outline{pointer-events:auto;cursor:pointer}.services-hero-section:before{z-index:1}.services-hero-section .hero-wave{z-index:1}}@media (max-width: 768px){.services-hero-section{padding:140px 0 80px!important;min-height:auto}.services-hero-section .services-hero-content{gap:30px!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats{display:flex!important;flex-wrap:wrap!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item{text-align:center!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-number,.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-label{display:block!important;text-align:center!important}}.locations-hero-section{position:relative;padding:120px 0 100px;background:linear-gradient(135deg,#e8f4fd,#f6fbfe);overflow:hidden}@media (max-width: 768px){.locations-hero-section{padding:80px 0 60px}}.locations-hero-section .hero-content{position:relative;z-index:2}.locations-hero-section .hero-tag{display:inline-block;background:#fff;color:#154369;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:20px;box-shadow:0 2px 10px #0000000d}.locations-hero-section .hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:#154369;margin-bottom:25px;line-height:1.2}@media (max-width: 768px){.locations-hero-section .hero-title{font-size:2.2rem}}.locations-hero-section .hero-title .highlight{color:#ed3237;position:relative;display:inline-block}.locations-hero-section .hero-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:3px;background:#ed3237;opacity:.3}.locations-hero-section .hero-subtitle{font-size:1.2rem;color:#6c757d;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.8}@media (max-width: 768px){.locations-hero-section .hero-subtitle{font-size:1rem}}.locations-hero-section .hero-quick-stats{display:flex;justify-content:center;gap:40px;margin-bottom:40px;flex-wrap:wrap}.locations-hero-section .hero-quick-stats .stat-item{display:flex;align-items:center;gap:15px;background:#fff;padding:20px 30px;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.locations-hero-section .hero-quick-stats .stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.locations-hero-section .hero-quick-stats .stat-item .stat-icon{width:50px;height:50px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#154369;font-size:1.3rem}.locations-hero-section .hero-quick-stats .stat-item .stat-content{display:flex;flex-direction:column}.locations-hero-section .hero-quick-stats .stat-item .stat-content .stat-number{font-size:1.5rem;font-weight:700;color:#154369;line-height:1}.locations-hero-section .hero-quick-stats .stat-item .stat-content .stat-label{font-size:.85rem;color:#6c757d;margin-top:5px}.locations-hero-section .hero-cta-group{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:50px}.locations-hero-section .btn-primary-hero,.locations-hero-section .btn-secondary-hero{padding:15px 35px;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:none;cursor:pointer}.locations-hero-section .btn-primary-hero{background:#ed3237;color:#fff;box-shadow:0 5px 15px #ed32374d}.locations-hero-section .btn-primary-hero:hover{background:#e21419;transform:translateY(-2px);box-shadow:0 8px 20px #ed323766}.locations-hero-section .btn-secondary-hero{background:#25d366;color:#fff;box-shadow:0 5px 15px #25d3664d}.locations-hero-section .btn-secondary-hero:hover{background:#1fb055;transform:translateY(-2px);box-shadow:0 8px 20px #25d36666}.locations-hero-section .scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;animation:bounce 2s infinite}.locations-hero-section .scroll-indicator .scroll-icon{width:30px;height:30px;border:2px solid #154369;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#154369}.locations-hero-section .scroll-indicator .scroll-text{font-size:.85rem;color:#154369;font-weight:500}.locations-hero-section .hero-wave{position:absolute;bottom:0;left:0;width:100%;z-index:1}.locations-hero-section .hero-wave svg{display:block;width:100%;height:auto}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.locations-overview-section{padding:100px 0;background:#fff}@media (max-width: 768px){.locations-overview-section{padding:60px 0}}.locations-overview-section .section-tag{display:inline-block;background:#e8f4fd;color:#154369;padding:6px 18px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:15px}.locations-overview-section .section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#154369;margin-bottom:20px;line-height:1.3}@media (max-width: 768px){.locations-overview-section .section-title{font-size:1.8rem}}.locations-overview-section .section-title .highlight{color:#ed3237}.locations-overview-section .section-description{font-size:1.1rem;color:#6c757d;line-height:1.8;margin-bottom:30px}.locations-overview-section .location-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 768px){.locations-overview-section .location-benefits-grid{grid-template-columns:1fr}}.locations-overview-section .location-benefits-grid .benefit-card{background:#e8f4fd;padding:25px;border-radius:15px;transition:all .3s ease}.locations-overview-section .location-benefits-grid .benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.locations-overview-section .location-benefits-grid .benefit-card .benefit-icon{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#154369;font-size:1.5rem;margin-bottom:15px}.locations-overview-section .location-benefits-grid .benefit-card h4{font-size:1.1rem;font-weight:700;color:#154369;margin-bottom:10px}.locations-overview-section .location-benefits-grid .benefit-card p{font-size:.95rem;color:#6c757d;margin:0;line-height:1.6}.locations-overview-section .location-types{margin-top:60px}.locations-overview-section .location-types .location-type-card{background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:40px;height:100%;transition:all .3s ease;position:relative;overflow:hidden}.locations-overview-section .location-types .location-type-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#154369,#ed3237);transform:scaleX(0);transition:transform .3s ease}.locations-overview-section .location-types .location-type-card:hover{border-color:#154369;box-shadow:0 10px 30px #0000001a}.locations-overview-section .location-types .location-type-card:hover:before{transform:scaleX(1)}.locations-overview-section .location-types .location-type-card.primary-type{background:linear-gradient(135deg,#e8f4fd,#f1f8fe);border-color:#154369}.locations-overview-section .location-types .location-type-card .type-badge{display:inline-flex;align-items:center;gap:8px;background:#154369;color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:20px}.locations-overview-section .location-types .location-type-card h3{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#154369;margin-bottom:15px}.locations-overview-section .location-types .location-type-card .type-description{font-size:1rem;color:#6c757d;line-height:1.7;margin-bottom:25px}.locations-overview-section .location-types .location-type-card .type-features{margin-bottom:25px}.locations-overview-section .location-types .location-type-card .type-features .feature-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e0e0e0}.locations-overview-section .location-types .location-type-card .type-features .feature-item:last-child{border-bottom:none}.locations-overview-section .location-types .location-type-card .type-features .feature-item i{color:#28a745;font-size:1.1rem}.locations-overview-section .location-types .location-type-card .type-features .feature-item span{font-size:.95rem;color:#2c3e50;font-weight:500}.locations-overview-section .location-types .location-type-card .btn-explore{display:inline-flex;align-items:center;gap:10px;background:#154369;color:#fff;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.locations-overview-section .location-types .location-type-card .btn-explore:hover{background:#0e2d47;transform:translate(5px);color:#fff}.primary-clinic-section{padding:100px 0;background:#e8f4fd}@media (max-width: 768px){.primary-clinic-section{padding:60px 0}}.primary-clinic-section .section-header{margin-bottom:50px}.primary-clinic-section .clinic-detail-card{background:#fff;border-radius:25px;padding:50px;box-shadow:0 10px 40px #00000014}@media (max-width: 768px){.primary-clinic-section .clinic-detail-card{padding:30px 20px}}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ed3237,#d91318);color:#fff;padding:10px 25px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:25px}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-name{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#154369;margin-bottom:30px}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid{display:grid;gap:25px;margin-bottom:35px}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item{display:flex;gap:20px;padding:20px;background:#e8f4fd;border-radius:15px;transition:all .3s ease}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item:hover{background:#daedfc}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-icon{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ed3237;font-size:1.3rem;flex-shrink:0}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content{flex:1}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content h4{font-size:1.1rem;font-weight:700;color:#154369;margin-bottom:8px}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content p{font-size:.95rem;color:#2c3e50;margin-bottom:5px;line-height:1.6}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content p:last-child{margin-bottom:0}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content p a{color:#ed3237;text-decoration:none;font-weight:600}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content p a:hover{text-decoration:underline}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content .highlight-text{color:#ed3237;font-weight:700;font-size:1.1rem}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content .small-text{font-size:.85rem;color:#6c757d}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-info-grid .info-item .info-content .closed-text{font-size:.85rem;color:#999;font-style:italic}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons{display:flex;gap:15px;flex-wrap:wrap}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-primary,.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-secondary,.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-outline{padding:14px 30px;border-radius:50px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;font-size:.95rem}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-primary{background:#ed3237;color:#fff}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-primary:hover{background:#e21419;transform:translateY(-2px);box-shadow:0 5px 15px #ed32374d}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-secondary{background:#154369;color:#fff}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-secondary:hover{background:#0e2d47;transform:translateY(-2px);box-shadow:0 5px 15px #1543694d}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-outline{background:#fff;color:#25d366;border:2px solid #25d366}.primary-clinic-section .clinic-detail-card .clinic-main-info .clinic-action-buttons .btn-outline:hover{background:#25d366;color:#fff;transform:translateY(-2px)}.primary-clinic-section .clinic-detail-card .clinic-features-panel{background:#e8f4fd;padding:35px;border-radius:20px;height:100%}.primary-clinic-section .clinic-detail-card .clinic-features-panel .features-title{display:flex;align-items:center;gap:12px;font-size:1.3rem;font-weight:700;color:#154369;margin-bottom:25px}.primary-clinic-section .clinic-detail-card .clinic-features-panel .features-title i{color:#ed3237}.primary-clinic-section .clinic-detail-card .clinic-features-panel .features-list{margin-bottom:30px}.primary-clinic-section .clinic-detail-card .clinic-features-panel .features-list .feature-item{display:flex;align-items:center;gap:12px;padding:10px 0}.primary-clinic-section .clinic-detail-card .clinic-features-panel .features-list .feature-item i{color:#28a745;font-size:1rem}.primary-clinic-section .clinic-detail-card .clinic-features-panel .features-list .feature-item span{font-size:.95rem;color:#2c3e50}.primary-clinic-section .clinic-detail-card .clinic-features-panel .appointment-tip{background:#fff;padding:20px;border-radius:12px;border-left:4px solid #ed3237;display:flex;gap:15px;align-items:start}.primary-clinic-section .clinic-detail-card .clinic-features-panel .appointment-tip i{color:#ed3237;font-size:1.5rem;flex-shrink:0;margin-top:2px}.primary-clinic-section .clinic-detail-card .clinic-features-panel .appointment-tip p{font-size:.9rem;color:#2c3e50;margin:0;line-height:1.6}.primary-clinic-section .clinic-detail-card .clinic-features-panel .appointment-tip p strong{color:#ed3237}.primary-clinic-section .map-section{margin-top:50px}.primary-clinic-section .map-section .map-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#154369;text-align:center;margin-bottom:30px}.primary-clinic-section .map-section .map-container{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.primary-clinic-section .map-section .map-container iframe{width:100%;height:450px;border:none}.visiting-locations-section{padding:100px 0;background:#fff}@media (max-width: 768px){.visiting-locations-section{padding:60px 0}}.visiting-locations-section .visiting-hospitals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:50px}@media (max-width: 768px){.visiting-locations-section .visiting-hospitals-grid{grid-template-columns:1fr}}.visiting-locations-section .visiting-hospitals-grid .hospital-card{background:#fff;border:2px solid #e0e0e0;border-radius:20px;overflow:hidden;transition:all .3s ease}.visiting-locations-section .visiting-hospitals-grid .hospital-card:hover{border-color:#154369;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-header{background:linear-gradient(135deg,#e8f4fd,#f6fbfe);padding:30px;text-align:center}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-header .hospital-badge{display:inline-flex;align-items:center;gap:8px;background:#154369;color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:15px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-header .hospital-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#154369;margin-bottom:5px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-header .hospital-area{font-size:.95rem;color:#6c757d;font-weight:600}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body{padding:30px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item{display:flex;gap:15px;margin-bottom:20px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item i{color:#ed3237;font-size:1.2rem;margin-top:3px;flex-shrink:0}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item .info-text strong{display:block;font-size:.9rem;color:#154369;margin-bottom:5px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item .info-text p{font-size:.9rem;color:#2c3e50;margin-bottom:3px;line-height:1.6}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item .info-text p:last-child{margin-bottom:0}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item .info-text p a{color:#ed3237;text-decoration:none;font-weight:600}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-info-item .info-text p a:hover{text-decoration:underline}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-features{background:#e8f4fd;padding:20px;border-radius:12px;margin-top:25px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-features h4{font-size:1rem;font-weight:700;color:#154369;margin-bottom:15px}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-features ul{list-style:none;padding:0;margin:0}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-features ul li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.9rem;color:#2c3e50}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-body .hospital-features ul li i{color:#28a745;font-size:.9rem}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer{padding:20px 30px;background:#e8f4fd;display:flex;gap:10px;justify-content:space-between}@media (max-width: 576px){.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer{flex-direction:column}}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer .btn-hospital-primary,.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer .btn-hospital-secondary{flex:1;padding:12px 20px;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer .btn-hospital-primary{background:#ed3237;color:#fff}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer .btn-hospital-primary:hover{background:#e21419;transform:translateY(-2px)}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer .btn-hospital-secondary{background:#fff;color:#154369;border:2px solid #154369}.visiting-locations-section .visiting-hospitals-grid .hospital-card .hospital-footer .btn-hospital-secondary:hover{background:#154369;color:#fff;transform:translateY(-2px)}.visiting-locations-section .visiting-note{background:#fffaed;border-left:4px solid #ffc107;padding:25px 30px;border-radius:12px;display:flex;gap:20px;align-items:start}.visiting-locations-section .visiting-note .note-icon{color:#d39e00;font-size:2rem;flex-shrink:0}.visiting-locations-section .visiting-note .note-content h4{font-size:1.1rem;font-weight:700;color:#154369;margin-bottom:10px}.visiting-locations-section .visiting-note .note-content p{font-size:.95rem;color:#2c3e50;margin:0;line-height:1.7}.visiting-locations-section .visiting-note .note-content p a{color:#ed3237;text-decoration:none;font-weight:600}.visiting-locations-section .visiting-note .note-content p a:hover{text-decoration:underline}.areas-served-section{padding:100px 0;background:#e8f4fd}@media (max-width: 768px){.areas-served-section{padding:60px 0}}.areas-served-section .areas-grid{margin-bottom:60px}.areas-served-section .areas-grid .area-card{background:#fff;border-radius:20px;padding:30px;text-align:center;transition:all .3s ease;height:100%;border:2px solid transparent}.areas-served-section .areas-grid .area-card:hover{border-color:#154369;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.areas-served-section .areas-grid .area-card .area-icon{width:70px;height:70px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#154369;font-size:1.8rem;transition:all .3s ease}.areas-served-section .areas-grid .area-card:hover .area-icon{background:#154369;color:#fff;transform:rotate(360deg)}.areas-served-section .areas-grid .area-card .area-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#154369;margin-bottom:8px}.areas-served-section .areas-grid .area-card .area-clinic{font-size:.9rem;color:#ed3237;font-weight:600;margin-bottom:20px}.areas-served-section .areas-grid .area-card .nearby-areas{list-style:none;padding:0;margin:0 0 20px}.areas-served-section .areas-grid .area-card .nearby-areas li{font-size:.9rem;color:#6c757d;padding:5px 0}.areas-served-section .areas-grid .area-card .area-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ed3237,#d91318);color:#fff;padding:8px 20px;border-radius:50px;font-size:.8rem;font-weight:600}.areas-served-section .areas-grid .area-card .area-badge.secondary{background:linear-gradient(135deg,#154369,#0d283f)}.areas-served-section .extended-coverage{text-align:center;margin-bottom:60px}.areas-served-section .extended-coverage .coverage-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#154369;margin-bottom:30px}.areas-served-section .extended-coverage .coverage-areas{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:25px}.areas-served-section .extended-coverage .coverage-areas .coverage-tag{background:#fff;color:#154369;padding:10px 25px;border-radius:50px;font-size:.95rem;font-weight:600;border:2px solid #e0e0e0;transition:all .3s ease}.areas-served-section .extended-coverage .coverage-areas .coverage-tag:hover{border-color:#ed3237;color:#ed3237;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.areas-served-section .extended-coverage .coverage-note{display:flex;align-items:center;justify-content:center;gap:12px;font-size:.95rem;color:#6c757d;font-style:italic}.areas-served-section .extended-coverage .coverage-note i{color:#ed3237}.areas-served-section .transportation-guide .guide-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#154369;text-align:center;margin-bottom:40px}.areas-served-section .transportation-guide .transport-card{background:#fff;padding:35px;border-radius:20px;text-align:center;transition:all .3s ease;height:100%;border:2px solid transparent}.areas-served-section .transportation-guide .transport-card:hover{border-color:#154369;box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.areas-served-section .transportation-guide .transport-card i{font-size:3rem;color:#ed3237;margin-bottom:20px;display:block}.areas-served-section .transportation-guide .transport-card h4{font-size:1.3rem;font-weight:700;color:#154369;margin-bottom:15px}.areas-served-section .transportation-guide .transport-card p{font-size:.95rem;color:#6c757d;margin:0;line-height:1.6}.how-to-reach-section{padding:100px 0;background:#fff}@media (max-width: 768px){.how-to-reach-section{padding:60px 0}}.how-to-reach-section .directions-panel{background:#e8f4fd;padding:40px;border-radius:20px;height:100%}@media (max-width: 768px){.how-to-reach-section .directions-panel{padding:30px 20px}}.how-to-reach-section .directions-panel .panel-title{display:flex;align-items:center;gap:15px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#154369;margin-bottom:30px}@media (max-width: 768px){.how-to-reach-section .directions-panel .panel-title{font-size:1.4rem}}.how-to-reach-section .directions-panel .panel-title i{color:#ed3237}.how-to-reach-section .directions-panel .direction-steps .step-item{display:flex;gap:20px;margin-bottom:30px;position:relative}.how-to-reach-section .directions-panel .direction-steps .step-item:not(:last-child):after{content:"";position:absolute;left:22px;top:50px;width:2px;height:calc(100% - 20px);background:linear-gradient(to bottom,#ed3237,transparent)}.how-to-reach-section .directions-panel .direction-steps .step-item .step-number{width:45px;height:45px;background:#ed3237;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0;box-shadow:0 4px 15px #ed32374d}.how-to-reach-section .directions-panel .direction-steps .step-item .step-content{flex:1;padding-top:5px}.how-to-reach-section .directions-panel .direction-steps .step-item .step-content h4{font-size:1.1rem;font-weight:700;color:#154369;margin-bottom:8px}.how-to-reach-section .directions-panel .direction-steps .step-item .step-content p{font-size:.95rem;color:#2c3e50;line-height:1.6;margin:0}.how-to-reach-section .directions-panel .parking-info{background:#fff;padding:20px;border-radius:15px;display:flex;gap:15px;align-items:center;margin-top:30px;border-left:4px solid #28a745}.how-to-reach-section .directions-panel .parking-info i{font-size:2rem;color:#28a745;flex-shrink:0}.how-to-reach-section .directions-panel .parking-info .parking-text h4{font-size:1rem;font-weight:700;color:#154369;margin-bottom:5px}.how-to-reach-section .directions-panel .parking-info .parking-text p{font-size:.9rem;color:#6c757d;margin:0}.how-to-reach-section .reach-assistance-panel .panel-title{display:flex;align-items:center;gap:15px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#154369;margin-bottom:30px}@media (max-width: 768px){.how-to-reach-section .reach-assistance-panel .panel-title{font-size:1.4rem}}.how-to-reach-section .reach-assistance-panel .panel-title i{color:#ed3237}.how-to-reach-section .reach-assistance-panel .assistance-options{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card{background:#e8f4fd;padding:25px;border-radius:15px;transition:all .3s ease}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card:hover{box-shadow:0 8px 20px #0000001a}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .assistance-icon{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .assistance-icon i{font-size:1.8rem;color:#ed3237}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card h4{font-size:1.2rem;font-weight:700;color:#154369;margin-bottom:10px}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card p{font-size:.95rem;color:#2c3e50;margin-bottom:15px;line-height:1.6}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .btn-assistance{display:inline-flex;align-items:center;gap:10px;background:#ed3237;color:#fff;padding:12px 25px;border-radius:50px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .btn-assistance:hover{background:#e21419;transform:translateY(-2px);box-shadow:0 5px 15px #ed32374d}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .btn-assistance.whatsapp{background:#25d366}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .btn-assistance.whatsapp:hover{background:#1fb055}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .phone-buttons{display:flex;flex-direction:column;gap:10px}.how-to-reach-section .reach-assistance-panel .assistance-options .assistance-card .phone-buttons .btn-assistance{width:100%;justify-content:center}.how-to-reach-section .reach-assistance-panel .landmarks-box{background:#fff;border:2px solid #e0e0e0;padding:25px;border-radius:15px}.how-to-reach-section .reach-assistance-panel .landmarks-box h4{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:700;color:#154369;margin-bottom:20px}.how-to-reach-section .reach-assistance-panel .landmarks-box h4 i{color:#ed3237}.how-to-reach-section .reach-assistance-panel .landmarks-box .landmarks-list{list-style:none;padding:0;margin:0}.how-to-reach-section .reach-assistance-panel .landmarks-box .landmarks-list li{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:.95rem;color:#2c3e50;border-bottom:1px solid #e0e0e0}.how-to-reach-section .reach-assistance-panel .landmarks-box .landmarks-list li:last-child{border-bottom:none}.how-to-reach-section .reach-assistance-panel .landmarks-box .landmarks-list li i{color:#ed3237;font-size:1.1rem}.how-to-reach-section .reach-assistance-panel .landmarks-box .landmarks-list li strong{color:#154369}.how-to-reach-section .reach-tips{margin-top:60px;background:#e8f4fd;padding:50px;border-radius:25px}@media (max-width: 768px){.how-to-reach-section .reach-tips{padding:30px 20px}}.how-to-reach-section .reach-tips .tips-title{display:flex;align-items:center;justify-content:center;gap:15px;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#154369;margin-bottom:40px;text-align:center}@media (max-width: 768px){.how-to-reach-section .reach-tips .tips-title{font-size:1.5rem}}.how-to-reach-section .reach-tips .tips-title i{color:#ffc107}.how-to-reach-section .reach-tips .tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.how-to-reach-section .reach-tips .tips-grid .tip-item{background:#fff;padding:25px;border-radius:15px;text-align:center;transition:all .3s ease}.how-to-reach-section .reach-tips .tips-grid .tip-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.how-to-reach-section .reach-tips .tips-grid .tip-item i{font-size:2.5rem;color:#ed3237;margin-bottom:15px;display:block}.how-to-reach-section .reach-tips .tips-grid .tip-item p{font-size:.95rem;color:#2c3e50;line-height:1.6;margin:0}.how-to-reach-section .reach-tips .tips-grid .tip-item p strong{color:#154369;display:block;margin-bottom:5px}.locations-cta-section{padding:100px 0;background:linear-gradient(135deg,#154369,#0d283f);position:relative;overflow:hidden}@media (max-width: 768px){.locations-cta-section{padding:60px 0}}.locations-cta-section:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:#ffffff0d;border-radius:50%}.locations-cta-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.locations-cta-section .cta-wrapper{position:relative;z-index:2}.locations-cta-section .cta-content .cta-tag{display:inline-block;background:#ffffff26;color:#fff;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:20px}.locations-cta-section .cta-content .cta-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.3}@media (max-width: 768px){.locations-cta-section .cta-content .cta-title{font-size:1.8rem}}.locations-cta-section .cta-content .cta-title .highlight{color:#ed3237}.locations-cta-section .cta-content .cta-description{font-size:1.1rem;color:#ffffffe6;margin-bottom:30px;line-height:1.8}.locations-cta-section .cta-content .cta-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.locations-cta-section .cta-content .cta-benefits .benefit-item{display:flex;align-items:center;gap:12px;color:#fff}.locations-cta-section .cta-content .cta-benefits .benefit-item i{color:#ed3237;font-size:1.2rem}.locations-cta-section .cta-content .cta-benefits .benefit-item span{font-size:.95rem;font-weight:500}.locations-cta-section .cta-action-panel{background:#fff;padding:40px;border-radius:25px;box-shadow:0 15px 50px #0003}@media (max-width: 768px){.locations-cta-section .cta-action-panel{margin-top:40px;padding:30px 20px}}.locations-cta-section .cta-action-panel .action-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#154369;text-align:center;margin-bottom:30px}.locations-cta-section .cta-action-panel .contact-method{margin-bottom:25px}.locations-cta-section .cta-action-panel .contact-method .method-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem}.locations-cta-section .cta-action-panel .contact-method .method-icon.phone-icon{background:#fdeeee;color:#ed3237}.locations-cta-section .cta-action-panel .contact-method .method-icon.whatsapp-icon{background:#f9fefb;color:#25d366}.locations-cta-section .cta-action-panel .contact-method .method-content{text-align:center}.locations-cta-section .cta-action-panel .contact-method .method-content h4{font-size:1.2rem;font-weight:700;color:#154369;margin-bottom:15px}.locations-cta-section .cta-action-panel .contact-method .method-content .phone-numbers{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.locations-cta-section .cta-action-panel .contact-method .method-content .phone-numbers .phone-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#ed3237;color:#fff;padding:12px 25px;border-radius:50px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.locations-cta-section .cta-action-panel .contact-method .method-content .phone-numbers .phone-link:hover{background:#e21419;transform:translateY(-2px);box-shadow:0 5px 15px #ed32374d}.locations-cta-section .cta-action-panel .contact-method .method-content .whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#25d366;color:#fff;padding:14px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;width:100%}.locations-cta-section .cta-action-panel .contact-method .method-content .whatsapp-button:hover{background:#1fb055;transform:translateY(-2px);box-shadow:0 5px 15px #25d3664d}.locations-cta-section .cta-action-panel .contact-method .method-content .availability{font-size:.85rem;color:#6c757d;font-style:italic}.locations-cta-section .cta-action-panel .divider{text-align:center;position:relative;margin:30px 0}.locations-cta-section .cta-action-panel .divider:before,.locations-cta-section .cta-action-panel .divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#e0e0e0}.locations-cta-section .cta-action-panel .divider:before{left:0}.locations-cta-section .cta-action-panel .divider:after{right:0}.locations-cta-section .cta-action-panel .divider span{background:#fff;padding:0 15px;color:#6c757d;font-weight:600;font-size:.9rem;position:relative;z-index:1}.locations-cta-section .cta-action-panel .consultation-hours-box{background:#e8f4fd;padding:20px;border-radius:15px;display:flex;align-items:center;gap:20px;margin-top:25px}.locations-cta-section .cta-action-panel .consultation-hours-box .hours-icon{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ed3237;font-size:1.5rem;flex-shrink:0}.locations-cta-section .cta-action-panel .consultation-hours-box .hours-text{display:flex;flex-direction:column}.locations-cta-section .cta-action-panel .consultation-hours-box .hours-text .hours-label{font-size:.85rem;color:#6c757d;font-weight:600;margin-bottom:3px}.locations-cta-section .cta-action-panel .consultation-hours-box .hours-text .hours-time{font-size:1.2rem;font-weight:700;color:#154369;line-height:1.2}.locations-cta-section .cta-action-panel .consultation-hours-box .hours-text .hours-days{font-size:.9rem;color:#2c3e50;margin-top:3px}.locations-cta-section .additional-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:60px}.locations-cta-section .additional-nav-grid .nav-card-item{background:#fff;padding:30px;border-radius:20px;text-align:center;transition:all .3s ease}.locations-cta-section .additional-nav-grid .nav-card-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.locations-cta-section .additional-nav-grid .nav-card-item .nav-icon{width:70px;height:70px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#154369;font-size:1.8rem;transition:all .3s ease}.locations-cta-section .additional-nav-grid .nav-card-item:hover .nav-icon{background:#ed3237;color:#fff;transform:scale(1.1)}.locations-cta-section .additional-nav-grid .nav-card-item h4{font-size:1.2rem;font-weight:700;color:#154369;margin-bottom:12px}.locations-cta-section .additional-nav-grid .nav-card-item p{font-size:.9rem;color:#6c757d;margin-bottom:15px;line-height:1.6}.locations-cta-section .additional-nav-grid .nav-card-item .nav-link{display:inline-flex;align-items:center;gap:8px;color:#ed3237;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.locations-cta-section .additional-nav-grid .nav-card-item .nav-link:hover{gap:12px}.locations-cta-section .final-note{background:#fffffff2;border-left:4px solid #ed3237;padding:25px 30px;border-radius:12px;margin-top:50px;display:flex;gap:20px;align-items:start}.locations-cta-section .final-note i{color:#ed3237;font-size:2rem;flex-shrink:0;margin-top:3px}.locations-cta-section .final-note p{font-size:1rem;color:#2c3e50;margin:0;line-height:1.7}.locations-cta-section .final-note p strong{color:#154369}@media (max-width: 992px){.locations-hero-section .hero-title{font-size:2.5rem}.section-title{font-size:2rem!important}.clinic-detail-card .clinic-name{font-size:1.8rem!important}}@media (max-width: 768px){.hero-quick-stats .stat-item{padding:15px 20px!important}.location-benefits-grid,.tips-grid,.additional-nav-grid{grid-template-columns:1fr!important}.hospital-footer{flex-direction:column!important}}@media (max-width: 768px){.locations-overview-section{padding:50px 0!important}.locations-overview-section .locations-grid{grid-template-columns:1fr!important;gap:24px!important}.location-card{padding:24px 20px!important;margin-bottom:20px!important}.location-card .location-header{flex-direction:column!important;text-align:center!important;gap:12px!important}.location-card .location-header .location-icon{margin:0 auto!important}.location-card .location-title{font-size:1.25rem!important;text-align:center!important}.location-card .location-address{text-align:center!important;font-size:.95rem!important;line-height:1.7!important}.primary-clinic-section{padding:50px 0!important}.primary-clinic-section .clinic-map-container{height:300px!important;margin-bottom:24px!important}.primary-clinic-section .clinic-map-container iframe{height:100%!important;border-radius:12px!important}.primary-clinic-section .clinic-info-grid{grid-template-columns:1fr!important;gap:20px!important}.locations-contact-section{padding:50px 0!important}.locations-contact-section .contact-methods-grid{grid-template-columns:1fr!important;gap:20px!important}.locations-contact-section .contact-method{padding:24px 20px!important}.locations-contact-section .contact-method .method-icon{width:60px!important;height:60px!important;font-size:1.6rem!important}.locations-contact-section .contact-method .phone-numbers{flex-direction:column!important;gap:12px!important}.locations-contact-section .contact-method .phone-numbers .phone-link{width:100%!important;justify-content:center!important;font-size:1rem!important;padding:14px 24px!important}.locations-contact-section .contact-method .whatsapp-button{width:100%!important;padding:16px 24px!important}.areas-served-section{padding:50px 0!important}.areas-served-section .areas-grid{grid-template-columns:1fr!important;gap:12px!important}.areas-served-section .area-item{padding:14px 18px!important;font-size:.95rem!important}}@media (max-width: 480px){.location-card{padding:20px 16px!important}.clinic-map-container{height:250px!important}.contact-method{padding:20px 16px!important}.contact-method .phone-link{font-size:.95rem!important;padding:12px 20px!important}}.contact-hero-section{padding:120px 0 80px;background:linear-gradient(135deg,#e8f4fd,#fff);position:relative;overflow:hidden}@media (max-width: 768px){.contact-hero-section{padding:100px 0 60px}}.contact-hero-section .breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:.9rem}.contact-hero-section .breadcrumb .breadcrumb-link{color:#154369;text-decoration:none;transition:all .3s ease}.contact-hero-section .breadcrumb .breadcrumb-link:hover{color:#ed3237}.contact-hero-section .breadcrumb .breadcrumb-separator,.contact-hero-section .breadcrumb .breadcrumb-current{color:#6c757d}.contact-hero-section .contact-hero-content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}@media (max-width: 768px){.contact-hero-section .contact-hero-content{grid-template-columns:1fr;gap:40px}}.contact-hero-section .hero-text-content .hero-tag{display:inline-block;background:#1543691a;color:#154369;padding:8px 20px;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:20px}.contact-hero-section .hero-text-content .hero-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#154369;margin-bottom:20px;line-height:1.2}@media (max-width: 768px){.contact-hero-section .hero-text-content .hero-title{font-size:2.2rem}}.contact-hero-section .hero-text-content .hero-description{font-size:1.1rem;color:#2c3e50;line-height:1.8;margin-bottom:40px}.contact-hero-section .hero-text-content .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 576px){.contact-hero-section .hero-text-content .hero-stats{grid-template-columns:1fr}}.contact-hero-section .hero-text-content .hero-stats .stat-item{display:flex;align-items:center;gap:15px;padding:20px;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014}.contact-hero-section .hero-text-content .hero-stats .stat-item .stat-icon{width:50px;height:50px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}.contact-hero-section .hero-text-content .hero-stats .stat-item .stat-content .stat-label{display:block;font-size:.85rem;color:#6c757d;margin-bottom:5px}.contact-hero-section .hero-text-content .hero-stats .stat-item .stat-content .stat-value{display:block;font-size:1.1rem;font-weight:700;color:#154369}.contact-hero-section .hero-image-content{position:relative}.contact-hero-section .hero-image-content .hero-image-wrapper{position:relative;border-radius:35px;overflow:hidden;box-shadow:0 20px 60px #00000026}.contact-hero-section .hero-image-content .hero-image-wrapper .hero-image{width:100%;height:auto;display:block}.contact-hero-section .hero-image-content .hero-image-wrapper .hero-badge{position:absolute;bottom:20px;left:20px;background:linear-gradient(135deg,#ed3237,#d91318);color:#fff;padding:15px 25px;border-radius:50px;display:flex;align-items:center;gap:10px;font-weight:600;box-shadow:0 10px 30px #0000001f}.contact-methods-section{padding:100px 0;background:#fff}@media (max-width: 768px){.contact-methods-section{padding:70px 0}}.contact-methods-section .contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin:50px 0}@media (max-width: 576px){.contact-methods-section .contact-cards-grid{grid-template-columns:1fr}}.contact-methods-section .contact-card{background:#fff;border:2px solid #e0e0e0;border-radius:25px;padding:40px 30px;transition:all .3s ease;text-align:center}.contact-methods-section .contact-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026;border-color:#154369}.contact-methods-section .contact-card .contact-icon{width:80px;height:80px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;color:#fff}.contact-methods-section .contact-card .contact-title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#154369;margin-bottom:15px}.contact-methods-section .contact-card .contact-description{color:#6c757d;margin-bottom:30px;line-height:1.6}.contact-methods-section .contact-card .contact-details .phone-numbers{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.contact-methods-section .contact-card .contact-details .phone-numbers .phone-link{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px 25px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease}.contact-methods-section .contact-card .contact-details .phone-numbers .phone-link.primary{background:#ed3237;color:#fff}.contact-methods-section .contact-card .contact-details .phone-numbers .phone-link.primary:hover{background:#d91318}.contact-methods-section .contact-card .contact-details .phone-numbers .phone-link.secondary{background:#154369;color:#fff}.contact-methods-section .contact-card .contact-details .phone-numbers .phone-link.secondary:hover{background:#0d283f}.contact-methods-section .contact-card .contact-details .availability-info{display:flex;align-items:center;justify-content:center;gap:8px;color:#6c757d;font-size:.9rem}.contact-methods-section .contact-card .contact-details .availability-info i{color:#ed3237}.contact-methods-section .contact-card .contact-details .address-info{margin-bottom:25px}.contact-methods-section .contact-card .contact-details .address-info .address-text{color:#2c3e50;line-height:1.8;margin-bottom:15px}.contact-methods-section .contact-card .contact-details .address-info .landmark{display:flex;align-items:center;justify-content:center;gap:8px;color:#6c757d;font-size:.9rem}.contact-methods-section .contact-card .contact-details .address-info .landmark i{color:#ed3237}.contact-methods-section .contact-card .contact-details .btn-location{display:inline-flex;align-items:center;gap:10px;padding:12px 30px;background:#154369;color:#fff;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.contact-methods-section .contact-card .contact-details .btn-location:hover{background:#0d283f}.contact-methods-section .contact-card .contact-details .hours-info{margin-bottom:25px}.contact-methods-section .contact-card .contact-details .hours-info .hours-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0}.contact-methods-section .contact-card .contact-details .hours-info .hours-row:last-child{border-bottom:none}.contact-methods-section .contact-card .contact-details .hours-info .hours-row.closed .hours-value{color:#ed3237}.contact-methods-section .contact-card .contact-details .hours-info .hours-row .hours-label{color:#6c757d;font-weight:500}.contact-methods-section .contact-card .contact-details .hours-info .hours-row .hours-value{color:#154369;font-weight:700}.contact-methods-section .contact-card .contact-details .btn-appointment{display:inline-flex;align-items:center;gap:10px;padding:12px 30px;background:#ed3237;color:#fff;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.contact-methods-section .contact-card .contact-details .btn-appointment:hover{background:#d91318}.contact-methods-section .social-media-section{margin:60px 0;padding:50px;background:#e8f4fd;border-radius:25px}@media (max-width: 576px){.contact-methods-section .social-media-section{padding:30px 20px}}.contact-methods-section .social-media-section .social-header{text-align:center;margin-bottom:40px}.contact-methods-section .social-media-section .social-header h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#154369;margin-bottom:10px}.contact-methods-section .social-media-section .social-header p{color:#6c757d;font-size:1.05rem}.contact-methods-section .social-media-section .social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}@media (max-width: 576px){.contact-methods-section .social-media-section .social-links{grid-template-columns:1fr}}.contact-methods-section .social-media-section .social-links .social-link{display:flex;align-items:center;gap:20px;padding:25px;background:#fff;border-radius:15px;text-decoration:none;transition:all .3s ease;border:2px solid #e0e0e0}.contact-methods-section .social-media-section .social-links .social-link:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.contact-methods-section .social-media-section .social-links .social-link.facebook:hover{background:#1877f2;border-color:#1877f2}.contact-methods-section .social-media-section .social-links .social-link.facebook:hover .social-icon{background:#fff;color:#1877f2}.contact-methods-section .social-media-section .social-links .social-link.facebook:hover .social-content .social-name,.contact-methods-section .social-media-section .social-links .social-link.facebook:hover .social-content .social-handle,.contact-methods-section .social-media-section .social-links .social-link.facebook:hover .social-arrow{color:#fff}.contact-methods-section .social-media-section .social-links .social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#e4405f}.contact-methods-section .social-media-section .social-links .social-link.instagram:hover .social-icon{background:#fff;color:#e4405f}.contact-methods-section .social-media-section .social-links .social-link.instagram:hover .social-content .social-name,.contact-methods-section .social-media-section .social-links .social-link.instagram:hover .social-content .social-handle,.contact-methods-section .social-media-section .social-links .social-link.instagram:hover .social-arrow{color:#fff}.contact-methods-section .social-media-section .social-links .social-link.website:hover{background:#154369;border-color:#154369}.contact-methods-section .social-media-section .social-links .social-link.website:hover .social-icon{background:#fff;color:#154369}.contact-methods-section .social-media-section .social-links .social-link.website:hover .social-content .social-name,.contact-methods-section .social-media-section .social-links .social-link.website:hover .social-content .social-handle,.contact-methods-section .social-media-section .social-links .social-link.website:hover .social-arrow{color:#fff}.contact-methods-section .social-media-section .social-links .social-link .social-icon{width:60px;height:60px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#154369;transition:all .3s ease}.contact-methods-section .social-media-section .social-links .social-link .social-content{flex:1}.contact-methods-section .social-media-section .social-links .social-link .social-content .social-name{display:block;font-weight:700;color:#154369;font-size:1.1rem;margin-bottom:5px;transition:all .3s ease}.contact-methods-section .social-media-section .social-links .social-link .social-content .social-handle{display:block;color:#6c757d;font-size:.9rem;transition:all .3s ease}.contact-methods-section .social-media-section .social-links .social-link .social-arrow{color:#6c757d;transition:all .3s ease}.contact-methods-section .social-media-section .social-links .social-link:hover .social-arrow{transform:translate(5px)}.contact-methods-section .specializations-info{text-align:center;padding:50px;background:#fff;border:2px solid #e0e0e0;border-radius:25px}@media (max-width: 576px){.contact-methods-section .specializations-info{padding:30px 20px}}.contact-methods-section .specializations-info h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#154369;margin-bottom:40px}.contact-methods-section .specializations-info .specializations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}@media (max-width: 1200px){.contact-methods-section .specializations-info .specializations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.contact-methods-section .specializations-info .specializations-grid{grid-template-columns:1fr}}.contact-methods-section .specializations-info .specializations-grid .specialization-item{display:flex;flex-direction:column;align-items:center;gap:15px;padding:25px;background:#e8f4fd;border-radius:15px;transition:all .3s ease}.contact-methods-section .specializations-info .specializations-grid .specialization-item:hover{transform:translateY(-3px);background:#f1f8fe}.contact-methods-section .specializations-info .specializations-grid .specialization-item .specialization-icon{width:60px;height:60px;background:linear-gradient(135deg,#ed3237,#d91318);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.contact-methods-section .specializations-info .specializations-grid .specialization-item span{font-weight:600;color:#154369;text-align:center}.contact-cta-section{padding:100px 0;background:#f8f9fa}@media (max-width: 768px){.contact-cta-section{padding:70px 0}}.contact-cta-section .main-cta-card{padding:60px;background:linear-gradient(135deg,#154369,#1e5e94);border-radius:35px;text-align:center;margin-bottom:50px;box-shadow:0 20px 60px #00000026}@media (max-width: 576px){.contact-cta-section .main-cta-card{padding:40px 25px}}.contact-cta-section .main-cta-card .cta-content{max-width:800px;margin:0 auto}.contact-cta-section .main-cta-card .cta-content .cta-icon{width:100px;height:100px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;font-size:3rem;color:#fff}.contact-cta-section .main-cta-card .cta-content .cta-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:20px}@media (max-width: 576px){.contact-cta-section .main-cta-card .cta-content .cta-title{font-size:1.8rem}}.contact-cta-section .main-cta-card .cta-content .cta-description{font-size:1.1rem;color:#ffffffe6;line-height:1.8;margin-bottom:40px}.contact-cta-section .main-cta-card .cta-content .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.contact-cta-section .main-cta-card .cta-content .cta-buttons .btn-cta-primary{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:#ed3237;color:#fff;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 30px #0000001f}.contact-cta-section .main-cta-card .cta-content .cta-buttons .btn-cta-primary:hover{background:#d91318;transform:translateY(-3px)}.contact-cta-section .main-cta-card .cta-content .cta-buttons .btn-cta-secondary{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:#fff;color:#154369;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 30px #0000001f}.contact-cta-section .main-cta-card .cta-content .cta-buttons .btn-cta-secondary:hover{background:#f2f2f2;transform:translateY(-3px)}.contact-cta-section .additional-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}@media (max-width: 576px){.contact-cta-section .additional-info-grid{grid-template-columns:1fr}}.contact-cta-section .additional-info-grid .info-card{background:#fff;padding:40px 30px;border-radius:25px;text-align:center;border:2px solid #e0e0e0;transition:all .3s ease}.contact-cta-section .additional-info-grid .info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f;border-color:#154369}.contact-cta-section .additional-info-grid .info-card .info-icon{width:70px;height:70px;background:#e8f4fd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#154369}.contact-cta-section .additional-info-grid .info-card h4{font-weight:700;color:#154369;margin-bottom:15px;font-size:1.3rem}.contact-cta-section .additional-info-grid .info-card p{color:#6c757d;line-height:1.6}.contact-cta-section .additional-navigation{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}@media (max-width: 576px){.contact-cta-section .additional-navigation{grid-template-columns:1fr}}.contact-cta-section .additional-navigation .nav-card{background:#fff;padding:35px 30px;border-radius:25px;text-align:center;border:2px solid #e0e0e0;transition:all .3s ease}.contact-cta-section .additional-navigation .nav-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f;border-color:#ed3237}.contact-cta-section .additional-navigation .nav-card i{font-size:2.5rem;color:#ed3237;margin-bottom:20px}.contact-cta-section .additional-navigation .nav-card h4{font-weight:700;color:#154369;margin-bottom:15px;font-size:1.3rem}.contact-cta-section .additional-navigation .nav-card p{color:#6c757d;line-height:1.6;margin-bottom:25px}.contact-cta-section .additional-navigation .nav-card .btn-outline-small{display:inline-block;padding:10px 25px;border:2px solid #154369;color:#154369;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.contact-cta-section .additional-navigation .nav-card .btn-outline-small:hover{background:#154369;color:#fff}.contact-cta-section .emergency-note{background:#ffc1071a;border:2px solid #ffc107;border-radius:15px;padding:25px 30px;display:flex;align-items:flex-start;gap:20px}@media (max-width: 576px){.contact-cta-section .emergency-note{flex-direction:column;text-align:center;align-items:center}}.contact-cta-section .emergency-note i{font-size:2rem;color:#ffc107;flex-shrink:0}.contact-cta-section .emergency-note p{color:#2c3e50;line-height:1.8;margin:0}.contact-cta-section .emergency-note p strong{color:#ffc107}@media (max-width: 768px){.contact-methods-section{padding:50px 0!important}.contact-methods-section .contact-cards-grid{grid-template-columns:1fr!important;gap:24px!important}.contact-card{padding:28px 24px!important;margin-bottom:20px!important}.contact-card .contact-icon{width:60px!important;height:60px!important;font-size:1.8rem!important;margin:0 auto 16px!important}.contact-card .contact-title{font-size:1.3rem!important;text-align:center!important;margin-bottom:12px!important}.contact-card .contact-description{text-align:center!important;font-size:.95rem!important;margin-bottom:20px!important}.contact-card .contact-details .phone-numbers{flex-direction:column!important;gap:12px!important;margin-bottom:16px!important}.contact-card .contact-details .phone-numbers .phone-link{width:100%!important;justify-content:center!important;padding:14px 20px!important;font-size:1rem!important}.contact-card .contact-details .phone-numbers .phone-link.primary{font-size:1.05rem!important}.contact-card .contact-details .availability-info{text-align:center!important;font-size:.9rem!important;padding:12px!important}.contact-card .contact-details .address-info{text-align:center!important}.contact-card .contact-details .address-info .address-text{font-size:.95rem!important;line-height:1.7!important}.contact-card .contact-details .btn-location{width:100%!important;justify-content:center!important;margin-top:16px!important}.contact-card .contact-details .hours-info .hours-row{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:4px!important;padding:10px 0!important}.contact-card .contact-details .btn-appointment{width:100%!important;justify-content:center!important}.social-media-section{padding:40px 20px!important;margin:50px 0!important}.social-media-section .social-header{margin-bottom:30px!important}.social-media-section .social-header h3{font-size:1.5rem!important}.social-media-section .social-header p{font-size:.95rem!important}.social-media-section .social-links-grid{grid-template-columns:1fr!important;gap:16px!important}.social-media-section .social-link-card{padding:20px 18px!important}.social-media-section .social-link-card .social-icon{width:50px!important;height:50px!important;font-size:1.4rem!important}.social-media-section .social-link-card .social-content h4{font-size:1.1rem!important}.social-media-section .social-link-card .social-content .social-handle{font-size:.9rem!important}.social-media-section .social-link-card .social-arrow{font-size:1rem!important}.specializations-info{margin-top:40px!important;padding:30px 20px!important}.specializations-info h3{font-size:1.4rem!important;margin-bottom:24px!important;text-align:center!important}.specializations-info .specializations-grid{grid-template-columns:1fr!important;gap:16px!important}.specializations-info .specialization-item{padding:16px!important;justify-content:flex-start!important}.specializations-info .specialization-item .specialization-icon{width:40px!important;height:40px!important;font-size:1.2rem!important;flex-shrink:0!important}.specializations-info .specialization-item span{font-size:.95rem!important;text-align:left!important}}@media (max-width: 480px){.contact-card{padding:24px 18px!important}.contact-card .contact-title{font-size:1.2rem!important}.contact-card .phone-link{font-size:.95rem!important;padding:12px 18px!important}.social-link-card{padding:18px 16px!important}.specialization-item{padding:14px!important}.specialization-item span{font-size:.9rem!important}}@media (max-width: 576px){.typing-container{min-height:2.8rem;margin-bottom:1.5rem;display:block;overflow:visible}}@media (max-width: 576px){.container{padding-left:24px;padding-right:24px}}@media (max-width: 1200px){.hero-section{padding:100px 0 70px}}@media (max-width: 768px){.hero-section{padding:80px 0 60px}}@media (max-width: 576px){.hero-section{padding:70px 0 50px}}@media (max-width: 1200px){.about-section,.services-section,.why-choose-section,.testimonials-section,.locations-section,.health-tips-section,.contact-section{padding:80px 0}}@media (max-width: 768px){.about-section,.services-section,.why-choose-section,.testimonials-section,.locations-section,.health-tips-section,.contact-section{padding:70px 0}}@media (max-width: 576px){.about-section,.services-section,.why-choose-section,.testimonials-section,.locations-section,.health-tips-section,.contact-section{padding:60px 0}}@media (max-width: 1400px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 576px){.services-grid{gap:20px}}@media (max-width: 1400px){.locations-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}}@media (max-width: 1200px){.locations-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}}@media (max-width: 768px){.locations-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 576px){.locations-grid{gap:20px}}@media (max-width: 1200px){.testimonials-grid{gap:24px}}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 576px){.testimonials-grid{gap:20px}}@media (max-width: 1200px){.tips-grid{gap:24px}}@media (max-width: 768px){.tips-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 576px){.tips-grid{gap:20px}}@media (max-width: 1200px){.contact-grid{gap:24px}}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 576px){.contact-grid{gap:20px}}@media (max-width: 1200px){.stats-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.stats-container{gap:18px}}@media (max-width: 576px){.stats-container{grid-template-columns:1fr;gap:16px}}@media (max-width: 768px){.expertise-grid{grid-template-columns:1fr;gap:12px}}@media (max-width: 576px){.expertise-grid{gap:10px}}@media (max-width: 1200px){.hero-stats{gap:1.5rem}}@media (max-width: 768px){.hero-stats{justify-content:space-around;flex-wrap:wrap;gap:1.25rem}}@media (max-width: 576px){.hero-stats{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 576px){.hero-title{margin-bottom:0}}@media (max-width: 576px){.typing-container{min-height:2.8rem;margin-bottom:0;display:block;overflow:visible}}@media (max-width: 576px){.top-bar{padding:12px 0}}@media (max-width: 1200px){.hero-actions{gap:1rem;margin-bottom:2rem}}@media (max-width: 576px){.hero-actions{flex-direction:column;gap:1rem;margin-bottom:2rem}.hero-actions .btn-primary,.hero-actions .btn-outline{justify-content:center;width:100%}}@media (max-width: 1200px){.trust-indicators{gap:1.25rem;margin-top:1rem}}@media (max-width: 768px){.trust-indicators{flex-wrap:wrap;gap:1rem;margin-top:1.5rem}}@media (max-width: 576px){.trust-indicators{flex-direction:column;gap:1rem;margin-top:1.5rem;align-items:flex-start}}@media (max-width: 576px){.hero-title{font-size:2rem;height:2.8rem}.section-title{font-size:1.8rem}.hero-subtitle,.section-subtitle{font-size:1rem;line-height:1.6}.hero-badge{font-size:12px;padding:6px 12px}.section-tag{font-size:12px;padding:6px 16px}.top-bar{font-size:12px;padding:8px 0}.navbar-brand .logo-short{height:40px}}@media (max-width: 576px){.service-card{padding:28px 24px;margin-bottom:20px}.testimonial-card,.location-card{padding:24px;margin-bottom:20px}.tip-card{padding:24px 20px;margin-bottom:20px}.contact-card{padding:28px 24px}}@media (max-width: 576px){.contact-actions,.location-actions{flex-direction:column;gap:12px}.floating-btn{width:45px;height:45px;font-size:1.1rem}.floating-btn.call-btn{bottom:30px;right:30px}.floating-btn.whatsapp-btn{bottom:85px;right:30px}.floating-btn.scroll-top-btn{bottom:140px;right:30px}}@media (max-width: 576px){.hero-image .image-container{max-width:320px}.hero-image .image-container .medical-icon{width:40px;height:40px;font-size:1rem}}@media (max-width: 576px){.qualification-timeline{padding-left:20px}.qualification-timeline:before{left:10px}.qualification-timeline .qualification-item .qualification-marker{left:-18px}}@media (max-width: 480px){.hero-title{font-size:1.8rem;height:2.3rem}.section-title{font-size:1.6rem}.hero-subtitle,.section-subtitle{font-size:.95rem}.service-card,.testimonial-card,.location-card,.tip-card,.contact-card{padding:24px 20px}.hero-badge,.section-tag{font-size:11px;padding:5px 10px}.container{padding-left:20px;padding-right:20px}.floating-btn{width:40px;height:40px;font-size:1rem}.hero-image .image-container{max-width:300px}}@media print{.page-loader,.custom-cursor,.floating-elements,.floating-btn,.top-bar{display:none!important}body{font-size:12pt;line-height:1.4}.hero-section{min-height:auto;page-break-inside:avoid}.section-title{font-size:18pt;page-break-after:avoid}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-img,.loader-logo,.footer-logo{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.floating-shape,.medical-icon{animation:none!important}}@media (max-width: 768px){.top-bar{display:none!important}}@media (max-width: 768px){.navbar{position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:1003!important;margin-top:0!important}}@media (min-width: 768px) and (max-width: 992px){.about-section .row{--bs-gutter-x: 3rem}.about-section .col-lg-6:first-child{margin-bottom:2rem}}@media (max-width: 768px){.about-section .row{--bs-gutter-x: 1.5rem}.about-section .col-lg-6:first-child{margin-bottom:3rem}}@media (min-width: 768px) and (max-width: 992px){.about-section .about-content .btn-primary{margin-bottom:2.5rem;margin-right:1rem}}@media (max-width: 768px){.about-section .about-content .btn-primary{margin-bottom:2rem}}@media (max-width: 768px){.about-section .section-bg{height:120px}.about-section .section-bg .wave-top{height:70px}.about-section .section-bg .wave-top svg{height:70px}}@media (max-width: 576px){.about-section .section-bg{height:80px}.about-section .section-bg .wave-top{height:50px}.about-section .section-bg .wave-top svg{height:50px}}@media (max-width: 768px){.hero-section{padding-top:90px!important;position:relative;z-index:1}}@media (max-width: 576px){.hero-section{padding-top:80px!important}}@media (max-width: 768px){.hero-section .hero-content{padding-top:30px}}@media (max-width: 576px){.hero-section .hero-content{padding-top:20px}}@media (max-width: 576px){.typing-container{margin-bottom:2rem!important;padding-bottom:1rem!important;position:relative;z-index:1}}@media (max-width: 576px){.hero-subtitle{margin-top:2rem!important;padding-top:.5rem!important;position:relative;z-index:2}}@media (max-width: 768px){.floating-btn{width:52px;height:52px;font-size:1.25rem}}@media (max-width: 576px){.floating-btn{width:55px!important;height:55px!important;font-size:1.3rem!important}.floating-btn.call-btn{bottom:30px;right:30px}.floating-btn.whatsapp-btn{bottom:95px;right:30px}.floating-btn.scroll-top-btn{bottom:160px;right:30px}}@media (min-width: 768px) and (max-width: 992px){.about-section,.services-section,.why-choose-section,.testimonials-section,.locations-section,.health-tips-section,.contact-section{padding:70px 0}}@media (max-width: 768px){.about-section,.services-section,.why-choose-section,.testimonials-section,.locations-section,.health-tips-section,.contact-section{padding:60px 0}}@media (max-width: 576px){.about-section,.services-section,.why-choose-section,.testimonials-section,.locations-section,.health-tips-section,.contact-section{padding:50px 0}}@media (min-width: 768px) and (max-width: 992px){.services-grid,.locations-grid,.testimonials-grid,.tips-grid{gap:24px}}@media (max-width: 768px){.services-grid,.locations-grid,.testimonials-grid,.tips-grid{grid-template-columns:1fr;gap:20px}}@media (min-width: 768px) and (max-width: 992px){.stats-container{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width: 768px){.stats-container{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 576px){.stats-container{grid-template-columns:1fr;gap:14px}}@media (min-width: 768px) and (max-width: 992px){.trust-indicators{flex-wrap:wrap;gap:1rem;justify-content:center}}@media (max-width: 768px){.trust-indicators{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width: 576px){.trust-indicators .trust-item{padding:8px 0}.trust-indicators .trust-item i{margin-right:8px}}@media (max-width: 768px){.navbar{transition:all .3s ease!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 5px 15px #00000014!important}.navbar.hero-integrated:not(.menu-open){background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.navbar.menu-open{background:#fffffffa!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;box-shadow:0 10px 30px #0000001f!important}}@media (max-width: 576px){.container{padding-left:20px;padding-right:20px}}@media (min-width: 768px) and (max-width: 992px){.service-card,.testimonial-card,.location-card,.tip-card{padding:30px 25px;margin-bottom:20px}}@media (max-width: 768px){.service-card,.testimonial-card,.location-card,.tip-card{padding:25px 20px;margin-bottom:18px}}@media (max-width: 576px){.service-card,.testimonial-card,.location-card,.tip-card{padding:24px 18px;margin-bottom:16px}}@media (min-width: 768px) and (max-width: 992px){.contact-card{padding:35px 30px}}@media (max-width: 768px){.contact-card{padding:30px 25px}}@media (max-width: 576px){.contact-card{padding:25px 20px}}@media (max-width: 768px){.footer{padding:40px 0 20px}}@media (max-width: 576px){.footer{padding:35px 0 18px}}@media (max-width: 768px){.btn,.btn-primary,.btn-outline,.phone-link,.btn-location,.btn-appointment{min-height:44px!important;padding:14px 24px!important;font-size:1rem!important}}@media (max-width: 768px){input,textarea,select{font-size:16px!important}}@media (max-width: 768px){body.page-services .navbar.hero-integrated:not(.menu-open){background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}body.page-services .navbar.hero-integrated:not(.menu-open) .container{display:flex;align-items:center;justify-content:space-between}body.page-services .navbar.hero-integrated:not(.menu-open) .navbar-brand{background:#fff!important;padding:10px 18px!important;border-radius:50px!important;box-shadow:0 3px 12px #00000026!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important;display:inline-flex!important;align-items:center!important}body.page-services .navbar.hero-integrated:not(.menu-open) .navbar-brand .logo-wide{filter:none!important;opacity:1!important}body.page-services .navbar.hero-integrated:not(.menu-open) .navbar-brand .logo-short{filter:none!important;opacity:1!important;height:35px!important}body.page-services .navbar.hero-integrated:not(.menu-open) .mobile-hamburger{background:#fff!important;padding:12px!important;border-radius:10px!important;box-shadow:0 3px 12px #00000026!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;transition:all .3s ease!important}body.page-services .navbar.hero-integrated:not(.menu-open) .mobile-hamburger .hamburger-bar{background:#154369!important}body.page-services .navbar.scrolled:not(.menu-open):not(.hero-integrated),body.page-services .navbar:not(.hero-integrated):not(.menu-open){background:#fffffffa!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 5px 15px #00000014!important}body.page-services .navbar.scrolled:not(.menu-open):not(.hero-integrated) .navbar-brand,body.page-services .navbar:not(.hero-integrated):not(.menu-open) .navbar-brand{background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}body.page-services .navbar.scrolled:not(.menu-open):not(.hero-integrated) .mobile-hamburger,body.page-services .navbar:not(.hero-integrated):not(.menu-open) .mobile-hamburger{background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}body.page-services .navbar.menu-open{background:#fffffffa!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;box-shadow:0 10px 30px #0000001f!important}body.page-services .navbar.menu-open .navbar-brand{background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important}body.page-services .navbar.menu-open .mobile-hamburger{background:transparent!important;padding:2px!important;border-radius:0!important;box-shadow:none!important}}.services-hero-section{padding:126px 0 84px}@media (min-width: 769px){.services-hero-section{min-height:630px!important;overflow:visible!important}.services-hero-section .services-hero-content{position:relative;z-index:2}.services-hero-section .services-hero-content .hero-cta-buttons{position:relative;z-index:4}.services-hero-section .services-hero-content .hero-cta-buttons a{pointer-events:auto!important;cursor:pointer!important}}@media (max-width: 768px){.services-hero-section{padding:140px 0 80px!important;min-height:auto}}@media (max-width: 576px){#typingText{white-space:nowrap!important;overflow:visible!important;margin-bottom:1rem!important;padding-bottom:.5rem!important;position:relative!important;display:inline-block!important}}@media (max-width: 576px){.cursor-blink{margin-left:2px;display:inline!important;vertical-align:baseline!important}}@media (max-width: 576px){.hero-content{position:relative;z-index:1}.hero-content *{margin-collapse:separate}.hero-content .hero-title+.hero-subtitle{margin-top:3rem!important}}@media (max-width: 576px){.medical-icon{animation:float 3s ease-in-out infinite!important}.medical-icon.icon-1{animation-delay:0s!important}.medical-icon.icon-2{animation-delay:1s!important}.medical-icon.icon-3{animation-delay:2s!important}.medical-icon.icon-4{animation-delay:3s!important}}@media (max-width: 576px){@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}}@media (max-width: 576px){.typing-debug .typing-container{border:2px solid red!important}.typing-debug .hero-subtitle{border:2px solid blue!important}.typing-debug .highlight-text{border:1px solid green!important}}@media (max-width: 768px){.hero-section{padding-top:80px!important;position:relative;z-index:1}}@media (max-width: 768px){.hero-section .hero-content{padding-top:20px}}@media (max-width: 576px){.hero-section .hero-content{padding-top:15px}}@media (max-width: 768px){.navbar-nav .nav-item{margin-bottom:12px}.navbar-nav .nav-link{padding:15px 20px!important;border-radius:15px!important;font-weight:500!important;transition:background-color .15s ease!important}.navbar-nav .nav-link:hover{background:#e8f4fd!important;color:#154369!important}}@media (max-width: 768px){.navbar .btn-appointment{margin-top:20px!important;padding:15px 30px!important;border-radius:25px!important;font-weight:700!important;background:linear-gradient(135deg,#ed3237,#d91318)!important;border:none!important;box-shadow:0 8px 25px #ed32374d!important;transition:none!important}}@media (max-width: 768px){.navbar-brand .logo-short{height:55px!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:none!important}}@media (max-width: 576px){.navbar-brand .logo-short{height:50px!important}}@media (max-width: 768px){.navbar.hero-integrated .navbar-nav .nav-link{color:#154369!important;font-weight:600!important;text-shadow:0 1px 3px rgba(255,255,255,.8)!important}.navbar.hero-integrated .navbar-nav .nav-link:hover{background:#fff6!important;color:#154369!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.navbar.hero-integrated .navbar-nav .nav-link.active{background:#fff9!important;color:#154369!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.navbar.hero-integrated .navbar-toggler{background:#fffffff2!important;border:2px solid rgba(21,67,105,.3)!important;box-shadow:0 4px 20px #0000001a!important}.navbar.hero-integrated .navbar-brand .logo-short{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))!important}.navbar.hero-integrated .btn-appointment{background:#ed3237f2!important;border:2px solid #ed3237!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 6px 20px #ed32374d!important}}@media (max-width: 768px){.navbar:not(.hero-integrated) .navbar-nav .nav-link{color:#2c3e50!important;text-shadow:none!important}.navbar:not(.hero-integrated) .navbar-nav .nav-link:hover{background:#e8f4fd!important;color:#154369!important}.navbar:not(.hero-integrated) .navbar-nav .nav-link.active{background:#e8f4fd!important;color:#154369!important}.navbar:not(.hero-integrated) .navbar-toggler{background:#ffffffe6!important;border:2px solid #154369!important;box-shadow:0 4px 12px #00000026!important}.navbar:not(.hero-integrated) .btn-appointment{background:linear-gradient(135deg,#ed3237,#d91318)!important;border:none!important;box-shadow:0 5px 15px #00000014!important}}@media (max-width: 768px){.hero-bg .floating-shape.shape-1{top:15%}.hero-bg .floating-shape.shape-3{top:35%}}@media (max-width: 768px){.navbar-nav .nav-item{margin-bottom:8px}.navbar-nav .nav-item:last-child{margin-bottom:0}.navbar-nav .nav-link{border-radius:15px!important;transition:all .3s ease!important;padding:12px 20px!important}.navbar-nav .nav-link:focus{outline:2px solid #154369!important;outline-offset:2px!important}}@media (max-width: 768px){.navbar .btn-appointment{width:100%!important;justify-content:center!important;margin-top:15px!important;padding:12px 24px!important;font-weight:700!important}.navbar .btn-appointment i{margin-right:8px!important}}@media (max-width: 576px){.navbar .btn-appointment{margin-top:12px!important;padding:10px 20px!important;font-size:.95rem!important}}@media (max-width: 768px){.hero-section .hero-content,.hero-section .hero-image{position:relative;z-index:1}}@media (max-width: 768px){.navbar:focus-within{outline:2px solid #154369;outline-offset:2px}.skip-to-content{position:absolute;top:-40px;left:20px;background:#154369;color:#fff;padding:8px 16px;text-decoration:none;border-radius:15px;z-index:9999}.skip-to-content:focus{top:20px}}:root{--vh: 1vh}@media (max-width: 991px){body.mobile-menu-open{position:fixed;width:100%;height:100%;overflow:hidden}}@media (min-width: 992px){.mobile-hamburger,.mobile-nav-menu{display:none!important}.navbar-brand .logo-wide{display:block;height:60px}.navbar-brand .logo-short{display:none}.navbar-collapse{display:flex!important}}@media (max-width: 991px){.navbar-collapse{display:none!important}.navbar-brand .logo-wide{display:none}.navbar-brand .logo-short{display:block!important;height:45px}.mobile-hamburger{display:flex!important;flex-direction:column;justify-content:space-around;width:32px;height:26px;background:none;border:none;cursor:pointer;padding:2px;z-index:1001;position:relative}.mobile-hamburger .hamburger-bar{width:100%;height:3px;background-color:#154369;border-radius:2px;transition:all .3s ease}.mobile-hamburger.active .hamburger-bar:nth-child(1){transform:rotate(45deg) translate(6px,6px);background-color:#ed3237}.mobile-hamburger.active .hamburger-bar:nth-child(2){opacity:0}.mobile-hamburger.active .hamburger-bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);background-color:#ed3237}.mobile-nav-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;visibility:hidden;opacity:0;transition:all .3s ease}.mobile-nav-menu.active{visibility:visible;opacity:1}.mobile-nav-menu.active .mobile-menu-panel{transform:translate(0)}.mobile-menu-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.mobile-menu-panel{position:absolute;top:80px;right:0;width:280px;max-height:calc(100vh - 100px);background:linear-gradient(135deg,#154369,#0d283f);border-radius:0 0 0 25px;box-shadow:-5px 0 20px #0000004d;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}}@media (max-width: 991px) and (max-height: 600px){.mobile-menu-panel{top:70px;max-height:calc(100vh - 80px)}}@media (max-width: 991px) and (max-height: 500px){.mobile-menu-panel{top:65px;max-height:calc(100vh - 75px);width:260px}}@media (max-width: 991px){.mobile-menu-links{flex:1;padding:20px 15px 15px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;min-height:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.mobile-link{display:flex;align-items:center;gap:12px;padding:12px 15px;color:#fff;text-decoration:none;border-radius:15px;background:#ffffff1a;transition:all .3s ease;flex-shrink:0;font-size:.95rem}.mobile-link:hover{background:#fff3;color:#fff;transform:translate(3px)}.mobile-link i{color:#ed3237;width:18px;text-align:center;flex-shrink:0;font-size:.9rem}.mobile-menu-footer{padding:12px 15px 18px;border-top:1px solid rgba(255,255,255,.2);flex-shrink:0;background:#081a29e6}.mobile-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;background:linear-gradient(135deg,#ed3237,#d91318);color:#fff;text-decoration:none;border-radius:15px;font-weight:600;font-size:.9rem;transition:all .3s ease;flex-shrink:0}.mobile-cta-btn:hover{background:#d91318;color:#fff;transform:translateY(-1px)}.mobile-cta-btn i{flex-shrink:0;font-size:.85rem}}@media (max-width: 768px){.navbar{position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:1003!important;padding:15px 0!important;transition:all .4s ease!important}.navbar.menu-open,.navbar.menu-open.hero-integrated,.navbar.menu-open.scrolled{background:#fffffffa!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;box-shadow:0 10px 30px #0000001f!important}.navbar.menu-open:before{display:none!important}.navbar:not(.menu-open){background:#fffffff2!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 5px 15px #00000014!important}.navbar:not(.menu-open).hero-integrated{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.navbar:not(.menu-open).hero-integrated:before{display:none!important}}@media (max-width: 576px){.navbar{padding:12px 0!important}}@media (max-width: 768px){.services-hero-section .services-hero-content{gap:30px!important}.services-hero-section .services-hero-content .hero-text-content .hero-tag{display:block!important;margin-bottom:32px!important}.services-hero-section .services-hero-content .hero-text-content .hero-title{font-size:2rem!important;line-height:1.3!important;margin-top:0!important;margin-bottom:24px!important;padding-bottom:8px!important}.services-hero-section .services-hero-content .hero-text-content .hero-description{font-size:1rem!important;line-height:1.7!important;margin-top:0!important;margin-bottom:30px!important;padding-top:8px!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:20px!important;margin-top:30px!important;margin-bottom:30px!important;padding:20px 0!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item{flex:1 1 calc(33.333% - 20px)!important;min-width:120px!important;text-align:center!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-number{display:block!important;text-align:center!important;font-size:2rem!important;font-weight:700!important;line-height:1!important;margin-bottom:8px!important;justify-content:center!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-label{display:block!important;text-align:center!important;font-size:.85rem!important;line-height:1.4!important;color:#ffffffd9!important}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons{margin-top:30px!important;gap:12px!important}}@media (max-width: 576px){.services-hero-section{padding:120px 0 60px!important}.services-hero-section .services-hero-content .hero-text-content .hero-title{font-size:1.75rem!important;margin-bottom:40px!important}.services-hero-section .services-hero-content .hero-text-content .hero-description{font-size:.95rem!important;margin-bottom:25px!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats{flex-direction:column!important;gap:16px!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item{flex:1 1 100%!important;width:100%!important;text-align:center!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-number{font-size:2.5rem!important;text-align:center!important}.services-hero-section .services-hero-content .hero-text-content .hero-stats .stat-item .stat-label{font-size:.9rem!important;text-align:center!important}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons{flex-direction:column!important;width:100%!important}.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-primary,.services-hero-section .services-hero-content .hero-text-content .hero-cta-buttons .btn-outline{width:100%!important;justify-content:center!important}}@media (max-width: 768px){.contact-hero-section{padding:140px 0 80px!important}.contact-hero-section .contact-hero-content{gap:30px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-tag{display:block!important;margin-bottom:16px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-title{font-size:2rem!important;line-height:1.3!important;margin-top:0!important;margin-bottom:35px!important;padding-bottom:8px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-description{font-size:1rem!important;line-height:1.7!important;margin-top:0!important;margin-bottom:30px!important;padding-top:8px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-stats{margin-top:30px!important;margin-bottom:30px!important;gap:16px!important}}@media (max-width: 576px){.contact-hero-section{padding:120px 0 60px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-title{font-size:1.75rem!important;margin-bottom:40px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-description{font-size:.95rem!important;margin-bottom:25px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-stats{grid-template-columns:1fr!important;gap:12px!important}.contact-hero-section .contact-hero-content .hero-text-content .hero-stats .stat-item{justify-content:flex-start!important}}@media (max-width: 768px){.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item{text-align:left!important}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-text{text-align:left!important;display:block!important}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-number,.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-label{text-align:left!important}}@media (max-width: 576px){.about-hero-section .about-hero-content .about-hero-stats{flex-direction:column!important;gap:16px!important}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item{width:100%!important;text-align:left!important}.about-hero-section .about-hero-content .about-hero-stats .hero-stat-item .stat-text{text-align:left!important}}@media (max-width: 768px){.services-cta-section .cta-content .cta-buttons{margin-top:30px!important;gap:15px!important}.services-cta-section .cta-content .cta-buttons .btn-primary,.services-cta-section .cta-content .cta-buttons .btn-large{margin-top:10px!important}}@media (max-width: 576px){.services-cta-section .cta-content .cta-buttons{flex-direction:column!important;margin-top:25px!important}.services-cta-section .cta-content .cta-buttons .btn-primary,.services-cta-section .cta-content .cta-buttons .btn-large{width:100%!important;margin-top:12px!important}.services-cta-section .cta-content .cta-buttons .btn-primary:first-child,.services-cta-section .cta-content .cta-buttons .btn-large:first-child{margin-top:0!important}}@media (max-width: 768px){.about-cta-section .cta-wrapper .cta-content .cta-actions{margin-top:30px!important;gap:15px!important}.about-cta-section .cta-wrapper .cta-content .cta-actions .btn-primary,.about-cta-section .cta-wrapper .cta-content .cta-actions .btn-large{margin-top:10px!important}}@media (max-width: 576px){.about-cta-section .cta-wrapper .cta-content .cta-actions{flex-direction:column!important;margin-top:25px!important}.about-cta-section .cta-wrapper .cta-content .cta-actions .btn-primary,.about-cta-section .cta-wrapper .cta-content .cta-actions .btn-large{width:100%!important;margin-top:12px!important}.about-cta-section .cta-wrapper .cta-content .cta-actions .btn-primary:first-child,.about-cta-section .cta-wrapper .cta-content .cta-actions .btn-large:first-child{margin-top:0!important}}@media (max-width: 576px){.cta-section .btn-primary,.cta-section .btn-large,.cta-section .btn-call,.cta-wrapper .btn-primary,.cta-wrapper .btn-large,.cta-wrapper .btn-call,.cta-content .btn-primary,.cta-content .btn-large,.cta-content .btn-call{margin-top:12px!important}.cta-section .btn-primary:first-child,.cta-section .btn-large:first-child,.cta-section .btn-call:first-child,.cta-wrapper .btn-primary:first-child,.cta-wrapper .btn-large:first-child,.cta-wrapper .btn-call:first-child,.cta-content .btn-primary:first-child,.cta-content .btn-large:first-child,.cta-content .btn-call:first-child{margin-top:0!important}.cta-section .btn-primary[href^=tel],.cta-section .btn-large[href^=tel],.cta-section a[href^=tel].btn,.cta-wrapper .btn-primary[href^=tel],.cta-wrapper .btn-large[href^=tel],.cta-wrapper a[href^=tel].btn,.cta-content .btn-primary[href^=tel],.cta-content .btn-large[href^=tel],.cta-content a[href^=tel].btn{margin-top:15px!important}}@media (max-width: 768px){.locations-hero-section{padding:140px 0 80px!important}.locations-hero-section .hero-tag{margin-bottom:16px!important}.locations-hero-section .hero-title{font-size:2rem!important;line-height:1.3!important;margin-bottom:24px!important;padding-bottom:8px!important}.locations-hero-section .hero-subtitle{font-size:1rem!important;line-height:1.7!important;margin-bottom:30px!important;padding-top:8px!important}.locations-hero-section .hero-quick-stats{margin-top:30px!important;margin-bottom:30px!important;gap:15px!important}}@media (max-width: 576px){.locations-hero-section{padding:120px 0 60px!important}.locations-hero-section .hero-title{font-size:1.75rem!important;margin-bottom:20px!important}.locations-hero-section .hero-subtitle{font-size:.95rem!important;margin-bottom:25px!important}.locations-hero-section .hero-quick-stats{flex-direction:column!important;gap:12px!important}.locations-hero-section .hero-quick-stats .stat-item{width:100%!important;justify-content:center!important}}@media (max-width: 768px){.services-hero-section *,.locations-hero-section *,.contact-hero-section *,.about-hero-section *,[class*=-hero-section] *{clear:both!important}.services-hero-section .hero-tag,.services-hero-section .hero-title,.services-hero-section .hero-subtitle,.services-hero-section .hero-description,.services-hero-section .about-hero-title,.services-hero-section .about-hero-subtitle,.locations-hero-section .hero-tag,.locations-hero-section .hero-title,.locations-hero-section .hero-subtitle,.locations-hero-section .hero-description,.locations-hero-section .about-hero-title,.locations-hero-section .about-hero-subtitle,.contact-hero-section .hero-tag,.contact-hero-section .hero-title,.contact-hero-section .hero-subtitle,.contact-hero-section .hero-description,.contact-hero-section .about-hero-title,.contact-hero-section .about-hero-subtitle,.about-hero-section .hero-tag,.about-hero-section .hero-title,.about-hero-section .hero-subtitle,.about-hero-section .hero-description,.about-hero-section .about-hero-title,.about-hero-section .about-hero-subtitle,[class*=-hero-section] .hero-tag,[class*=-hero-section] .hero-title,[class*=-hero-section] .hero-subtitle,[class*=-hero-section] .hero-description,[class*=-hero-section] .about-hero-title,[class*=-hero-section] .about-hero-subtitle{display:block!important;width:100%!important;max-width:100%!important}.services-hero-section .hero-text-content>*,.services-hero-section .about-hero-content>*,.locations-hero-section .hero-text-content>*,.locations-hero-section .about-hero-content>*,.contact-hero-section .hero-text-content>*,.contact-hero-section .about-hero-content>*,.about-hero-section .hero-text-content>*,.about-hero-section .about-hero-content>*,[class*=-hero-section] .hero-text-content>*,[class*=-hero-section] .about-hero-content>*{margin-top:0!important}.services-hero-section .hero-text-content>*:not(:first-child),.services-hero-section .about-hero-content>*:not(:first-child),.locations-hero-section .hero-text-content>*:not(:first-child),.locations-hero-section .about-hero-content>*:not(:first-child),.contact-hero-section .hero-text-content>*:not(:first-child),.contact-hero-section .about-hero-content>*:not(:first-child),.about-hero-section .hero-text-content>*:not(:first-child),.about-hero-section .about-hero-content>*:not(:first-child),[class*=-hero-section] .hero-text-content>*:not(:first-child),[class*=-hero-section] .about-hero-content>*:not(:first-child){margin-top:16px!important}}@media (max-width: 576px){.hero-tag,.section-tag{font-size:.75rem!important;padding:6px 14px!important;margin-bottom:12px!important}.hero-title,.about-hero-title{font-size:1.75rem!important;line-height:1.3!important;font-weight:700!important;margin-bottom:18px!important}.hero-subtitle,.hero-description,.about-hero-subtitle{font-size:.95rem!important;line-height:1.65!important;font-weight:400!important;margin-bottom:24px!important}}@media (max-width: 576px){[class*=cta-section] .cta-title,[class*=cta-wrapper] .cta-title{margin-bottom:16px!important}[class*=cta-section] .cta-description,[class*=cta-wrapper] .cta-description{margin-bottom:24px!important}[class*=cta-section] .cta-actions,[class*=cta-section] .cta-buttons,[class*=cta-section] .hero-cta-buttons,[class*=cta-wrapper] .cta-actions,[class*=cta-wrapper] .cta-buttons,[class*=cta-wrapper] .hero-cta-buttons{margin-top:24px!important;display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}[class*=cta-section] .cta-actions .btn,[class*=cta-section] .cta-actions .btn-primary,[class*=cta-section] .cta-actions .btn-large,[class*=cta-section] .cta-actions .btn-outline,[class*=cta-section] .cta-actions a[class*=btn],[class*=cta-section] .cta-buttons .btn,[class*=cta-section] .cta-buttons .btn-primary,[class*=cta-section] .cta-buttons .btn-large,[class*=cta-section] .cta-buttons .btn-outline,[class*=cta-section] .cta-buttons a[class*=btn],[class*=cta-section] .hero-cta-buttons .btn,[class*=cta-section] .hero-cta-buttons .btn-primary,[class*=cta-section] .hero-cta-buttons .btn-large,[class*=cta-section] .hero-cta-buttons .btn-outline,[class*=cta-section] .hero-cta-buttons a[class*=btn],[class*=cta-wrapper] .cta-actions .btn,[class*=cta-wrapper] .cta-actions .btn-primary,[class*=cta-wrapper] .cta-actions .btn-large,[class*=cta-wrapper] .cta-actions .btn-outline,[class*=cta-wrapper] .cta-actions a[class*=btn],[class*=cta-wrapper] .cta-buttons .btn,[class*=cta-wrapper] .cta-buttons .btn-primary,[class*=cta-wrapper] .cta-buttons .btn-large,[class*=cta-wrapper] .cta-buttons .btn-outline,[class*=cta-wrapper] .cta-buttons a[class*=btn],[class*=cta-wrapper] .hero-cta-buttons .btn,[class*=cta-wrapper] .hero-cta-buttons .btn-primary,[class*=cta-wrapper] .hero-cta-buttons .btn-large,[class*=cta-wrapper] .hero-cta-buttons .btn-outline,[class*=cta-wrapper] .hero-cta-buttons a[class*=btn]{width:100%!important;margin:6px 0!important}[class*=cta-section] .cta-actions .btn:first-child,[class*=cta-section] .cta-actions .btn-primary:first-child,[class*=cta-section] .cta-actions .btn-large:first-child,[class*=cta-section] .cta-actions .btn-outline:first-child,[class*=cta-section] .cta-actions a[class*=btn]:first-child,[class*=cta-section] .cta-buttons .btn:first-child,[class*=cta-section] .cta-buttons .btn-primary:first-child,[class*=cta-section] .cta-buttons .btn-large:first-child,[class*=cta-section] .cta-buttons .btn-outline:first-child,[class*=cta-section] .cta-buttons a[class*=btn]:first-child,[class*=cta-section] .hero-cta-buttons .btn:first-child,[class*=cta-section] .hero-cta-buttons .btn-primary:first-child,[class*=cta-section] .hero-cta-buttons .btn-large:first-child,[class*=cta-section] .hero-cta-buttons .btn-outline:first-child,[class*=cta-section] .hero-cta-buttons a[class*=btn]:first-child,[class*=cta-wrapper] .cta-actions .btn:first-child,[class*=cta-wrapper] .cta-actions .btn-primary:first-child,[class*=cta-wrapper] .cta-actions .btn-large:first-child,[class*=cta-wrapper] .cta-actions .btn-outline:first-child,[class*=cta-wrapper] .cta-actions a[class*=btn]:first-child,[class*=cta-wrapper] .cta-buttons .btn:first-child,[class*=cta-wrapper] .cta-buttons .btn-primary:first-child,[class*=cta-wrapper] .cta-buttons .btn-large:first-child,[class*=cta-wrapper] .cta-buttons .btn-outline:first-child,[class*=cta-wrapper] .cta-buttons a[class*=btn]:first-child,[class*=cta-wrapper] .hero-cta-buttons .btn:first-child,[class*=cta-wrapper] .hero-cta-buttons .btn-primary:first-child,[class*=cta-wrapper] .hero-cta-buttons .btn-large:first-child,[class*=cta-wrapper] .hero-cta-buttons .btn-outline:first-child,[class*=cta-wrapper] .hero-cta-buttons a[class*=btn]:first-child{margin-top:0!important}[class*=cta-section] .cta-actions .btn[href^=tel],[class*=cta-section] .cta-actions .btn-primary[href^=tel],[class*=cta-section] .cta-actions .btn-large[href^=tel],[class*=cta-section] .cta-actions .btn-outline[href^=tel],[class*=cta-section] .cta-actions a[class*=btn][href^=tel],[class*=cta-section] .cta-buttons .btn[href^=tel],[class*=cta-section] .cta-buttons .btn-primary[href^=tel],[class*=cta-section] .cta-buttons .btn-large[href^=tel],[class*=cta-section] .cta-buttons .btn-outline[href^=tel],[class*=cta-section] .cta-buttons a[class*=btn][href^=tel],[class*=cta-section] .hero-cta-buttons .btn[href^=tel],[class*=cta-section] .hero-cta-buttons .btn-primary[href^=tel],[class*=cta-section] .hero-cta-buttons .btn-large[href^=tel],[class*=cta-section] .hero-cta-buttons .btn-outline[href^=tel],[class*=cta-section] .hero-cta-buttons a[class*=btn][href^=tel],[class*=cta-wrapper] .cta-actions .btn[href^=tel],[class*=cta-wrapper] .cta-actions .btn-primary[href^=tel],[class*=cta-wrapper] .cta-actions .btn-large[href^=tel],[class*=cta-wrapper] .cta-actions .btn-outline[href^=tel],[class*=cta-wrapper] .cta-actions a[class*=btn][href^=tel],[class*=cta-wrapper] .cta-buttons .btn[href^=tel],[class*=cta-wrapper] .cta-buttons .btn-primary[href^=tel],[class*=cta-wrapper] .cta-buttons .btn-large[href^=tel],[class*=cta-wrapper] .cta-buttons .btn-outline[href^=tel],[class*=cta-wrapper] .cta-buttons a[class*=btn][href^=tel],[class*=cta-wrapper] .hero-cta-buttons .btn[href^=tel],[class*=cta-wrapper] .hero-cta-buttons .btn-primary[href^=tel],[class*=cta-wrapper] .hero-cta-buttons .btn-large[href^=tel],[class*=cta-wrapper] .hero-cta-buttons .btn-outline[href^=tel],[class*=cta-wrapper] .hero-cta-buttons a[class*=btn][href^=tel]{margin-top:12px!important}}@media (max-width: 768px){body.page-services .navbar,body.page-services .navbar.hero-integrated,body.page-services .navbar.scrolled{background:#fffffffa!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 5px 15px #00000014!important}body.page-services .navbar.menu-open{background:#fffffffa!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;box-shadow:0 10px 30px #0000001f!important}body.page-services .navbar .navbar-brand img{opacity:1!important;filter:none!important}body.page-services .navbar .mobile-hamburger .hamburger-bar{background:#154369!important}}@media (max-width: 768px){.about-hero-section .section-bg{display:none!important}}@media (max-width: 576px){.about-hero-section .section-bg{display:none!important}}@media (max-width: 768px){.about-hero-section{padding:140px 0 80px!important}.about-hero-section .about-hero-content{position:relative;z-index:2;padding-top:0!important}}@media (max-width: 576px){.about-hero-section{padding:120px 0 60px!important}}@media (max-width: 768px){.about-section .section-bg{display:none!important}}@media (max-width: 576px){.about-section .section-bg{display:none!important}}@media (max-width: 768px){body.page-services .navbar .navbar-nav .nav-link{color:#2c3e50!important;text-shadow:none!important}body.page-services .navbar .navbar-nav .nav-link:hover,body.page-services .navbar .navbar-nav .nav-link.active{background:#e8f4fd!important;color:#154369!important}body.page-services .navbar .navbar-toggler{background:#ffffffe6!important;border:2px solid #154369!important;box-shadow:0 4px 12px #00000026!important}body.page-services .navbar .btn-appointment{background:linear-gradient(135deg,#ed3237,#d91318)!important;border:none!important;box-shadow:0 5px 15px #00000014!important}}.error-page{background:linear-gradient(135deg,#e8f4fd,#fff);position:relative;min-height:auto;height:auto;overflow-x:hidden;padding:0;margin:0}.error-page:before{content:"";position:fixed;top:-10%;right:-10%;width:300px;height:300px;background:#15436908;border-radius:50%;z-index:1;pointer-events:none}@media (max-width: 768px){.error-page:before{width:200px;height:200px}}.error-page:after{content:"";position:fixed;bottom:-15%;left:-15%;width:400px;height:400px;background:#ed323705;border-radius:50%;z-index:1;pointer-events:none}@media (max-width: 768px){.error-page:after{width:250px;height:250px}}.error-container{position:relative;z-index:2;padding:40px 0}@media (max-width: 768px){.error-container{padding:30px 0}}@media (max-width: 576px){.error-container{padding:20px 0}}.error-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;padding:50px 40px;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(21,67,105,.1)}@media (max-width: 768px){.error-content{padding:40px 30px;border-radius:20px;margin:20px}}@media (max-width: 576px){.error-content{padding:30px 20px;border-radius:15px;margin:15px}}.error-logo{margin-bottom:30px}@media (max-width: 768px){.error-logo{margin-bottom:25px}}.error-logo a{display:inline-block;transition:transform .3s ease}.error-logo a:hover{transform:scale(1.05)}.error-logo img{height:70px;width:auto}@media (max-width: 768px){.error-logo img{height:60px}}@media (max-width: 576px){.error-logo img{height:50px}}.error-code{font-size:8rem;font-weight:700;color:#ed3237;font-family:Playfair Display,serif;line-height:1;margin-bottom:20px;text-shadow:0 2px 4px rgba(237,50,55,.2)}@media (max-width: 768px){.error-code{font-size:6rem;margin-bottom:15px}}@media (max-width: 576px){.error-code{font-size:4.5rem;margin-bottom:10px}}.error-title{font-size:2.5rem;font-weight:600;color:#154369;font-family:Playfair Display,serif;margin-bottom:20px;line-height:1.2}@media (max-width: 768px){.error-title{font-size:2rem;margin-bottom:15px}}@media (max-width: 576px){.error-title{font-size:1.6rem;margin-bottom:12px}}.error-message{font-size:1.1rem;color:#6c757d;margin-bottom:30px;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.error-message{font-size:1rem;margin-bottom:25px}}@media (max-width: 576px){.error-message{font-size:.95rem;margin-bottom:20px}}.error-suggestions{background:#e8f4fd80;border-radius:15px;padding:25px;margin-bottom:30px;text-align:left}@media (max-width: 768px){.error-suggestions{padding:20px;margin-bottom:25px;border-radius:12px}}@media (max-width: 576px){.error-suggestions{padding:15px;margin-bottom:20px;border-radius:10px}}.error-suggestions h4{color:#154369;margin-bottom:15px;font-weight:600;font-size:1.1rem}@media (max-width: 576px){.error-suggestions h4{font-size:1rem;margin-bottom:12px}}.error-suggestions ul{margin:0;padding-left:20px}@media (max-width: 576px){.error-suggestions ul{padding-left:15px}}.error-suggestions ul li{margin-bottom:8px;color:#6c757d}@media (max-width: 576px){.error-suggestions ul li{margin-bottom:6px;font-size:.9rem}}.error-suggestions ul li a{color:#154369;text-decoration:none;font-weight:500;transition:color .3s ease}.error-suggestions ul li a:hover{color:#ed3237;text-decoration:underline}.error-actions{display:flex;gap:15px;justify-content:center;margin-bottom:30px}@media (max-width: 576px){.error-actions{flex-direction:column;gap:12px;margin-bottom:25px}}.error-actions .btn-primary,.error-actions .btn-outline{padding:12px 24px;border-radius:15px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}@media (max-width: 576px){.error-actions .btn-primary,.error-actions .btn-outline{padding:10px 20px;font-size:.9rem;justify-content:center}}.error-actions .btn-primary i,.error-actions .btn-outline i{font-size:.9rem}.error-actions .btn-primary{background:linear-gradient(135deg,#ed3237,#d91318);color:#fff;border:none;box-shadow:0 5px 15px #ed32374d}.error-actions .btn-primary:hover{background:#d91318;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #ed323766}.error-actions .btn-outline{background:transparent;color:#154369;border:2px solid #154369}.error-actions .btn-outline:hover{background:#154369;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #1543694d}.emergency-contact{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:15px;font-size:.9rem;color:#6c757d}@media (max-width: 576px){.emergency-contact{padding:12px;font-size:.85rem;border-radius:10px}}.emergency-contact i{color:#ffc107;margin-right:5px}.emergency-contact a{color:#154369;text-decoration:none;font-weight:600}.emergency-contact a:hover{color:#ed3237;text-decoration:underline}.emergency-contact p{margin:0;line-height:1.5}
