@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";
:root{--rph-color:#2aa1b4;--rph-color-darker:#157c8c;--rph-heading-font:"Playfair Display", serif;--rph-heading-font-weight:600;--rph-heading-color:#202135;--rph-content-color:#333}body{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,sans-serif;color:var(--rph-heading-color)!important}.text-muted{color:var(--rph-content-color)!important}.bg-primary{background:linear-gradient(135deg,#146d7b 0%,#1e8ea4 50%,#2caabe 100%) 0 0/200% 200%;animation:8s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn{border-radius:10px}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f766e2e}.btn-primary{background:var(--rph-color);border-color:var(--rph-color);color:#fff;transition:all .4s}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{color:#fff;background:var(--rph-color-darker)!important;border-color:var(--rph-color-darker)!important}.text-primary{color:var(--rph-color)!important}.section-container{padding:25px 0}.sub-title{text-transform:uppercase;display:inline-block;position:relative;color:var(--rph-color)!important}.section-title{font-family:var(--rph-heading-font);color:var(--rph-heading-color);font-size:3.2rem;font-weight:var(--rph-heading-font-weight)!important}.section-subtitle{font-size:1.1rem;line-height:1.5}.accordion .accordion-header .accordion-button{background:0 0}.accordion .accordion-header .accordion-button:focus{box-shadow:0px 0px 2px 1px var(--rph-color)}.accordion .accordion-header .accordion-button:not(.collapsed){color:#fff;background:var(--rph-color)}.accordion .accordion-header .accordion-button .badge{background-color:var(--rph-heading-color)!important}.accordion .accordion-item{background:0 0!important;border-color:#c4c6c7!important}.topbar{background:#202135;padding:4px 0;transition:all .35s cubic-bezier(.4,0,.2,1)}.topbar__text{color:#ffffffeb;font-size:1rem;font-weight:500}.topbar__text strong{color:#fff;font-weight:600}.topbar__text i{color:#ffffffe6}.topbar__social{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.topbar__social-link{color:#202135;background:#fff;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:32px;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex}.topbar__social-link:hover{filter:brightness(1.05);transform:translateY(-1px)}.topbar__social-link--whatsapp:hover{background:#1ca74f;border:none}.topbar__social-link--instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none}.topbar__social-link--facebook:hover{background:#1467d3;border:none}.topbar--hidden{opacity:0;max-height:0;padding:0;overflow:hidden}.navbar{background:#fff;border-bottom:1px solid #ddd;padding:.9rem 0;transition:all .35s cubic-bezier(.4,0,.2,1)}.navbar--sticky{padding:.75rem 0;box-shadow:0 4px 20px #0ea5a41a}.logo-icon{justify-content:center;align-items:center;width:180px;height:50px;display:flex}.nav-link{color:#374151;padding:.75rem .9rem;font-size:.95rem;font-weight:600;transition:color .25s;position:relative}.nav-link:after{content:"";background:var(--rph-color);height:2px;transition:transform .3s;position:absolute;bottom:.45rem;left:.9rem;right:.9rem;transform:scaleX(0)}.nav-link:hover,.nav-link.active{color:var(--rph-color)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.navbar .btn-appointment{white-space:nowrap;padding:.62rem 1.2rem;font-size:.92rem;font-weight:600;box-shadow:0 4px 12px #0ea5a424}.navbar .btn-appointment:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f766e2e}.navbar .btn-appointment i{font-size:.95rem}.navbar .dropdown{position:relative}.navbar .mega-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:none;border-radius:14px;min-width:500px;max-height:calc(100vh - 80px);padding:0;transition:all .3s;display:none;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%)translateY(10px);box-shadow:0 10px 35px #0000001a}.navbar .dropdown:hover .mega-menu,.navbar .dropdown .mega-menu.show{opacity:1;visibility:visible;display:block;transform:translate(-50%)translateY(0)}.mega-menu-inner{min-height:300px;max-height:calc(100vh - 100px);display:flex}.mega-menu-categories{background:#f8fafc;border-right:1px solid #e2e8f0;border-radius:14px 0 0 14px;width:200px;padding:1rem 0}.mega-category-item{cursor:pointer;color:#4b5563;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;position:relative}.mega-category-item:hover,.mega-category-item.active{color:var(--rph-color);background:#0ea5a414}.mega-category-item.active:after{content:"";background:var(--rph-color);border-radius:2px 0 0 2px;width:3px;height:60%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.category-arrow{color:#94a3b8;font-size:.75rem;transition:color .2s}.mega-category-item:hover .category-arrow,.mega-category-item.active .category-arrow{color:var(--rph-color)}.mega-menu-footer{border-top:1px solid #e2e8f0;margin-top:.5rem;padding:.5rem 1rem}.mega-menu-services{flex:1;max-height:calc(100vh - 120px);padding:1.25rem;position:relative;overflow-y:auto}.services-panel{animation:.25s fadeIn;display:none}.services-panel.show{display:block}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.panel-title{color:var(--rph-color-darker);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.85rem;font-weight:700}.services-list{flex-direction:column;gap:.25rem;display:flex}.services-list .dropdown-item{color:#4b5563;border-radius:10px;padding:.65rem 1rem;font-size:.9rem;transition:all .2s}.services-list .dropdown-item:hover{color:var(--rph-color-darker);background:#0ea5a414;padding-left:1.2rem}@media (max-width:991.98px){.navbar-collapse{z-index:1050;background:#fff;border-radius:14px;margin-top:1rem;padding:1rem;position:absolute;top:100%;left:1rem;right:1rem;box-shadow:0 10px 35px #00000014}.btn-appointment{text-align:center;width:auto;margin-top:.6rem;padding:.7rem 1.2rem}.navbar .mega-menu{z-index:1060;border:1px solid #00000014;border-radius:12px;min-width:100%;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;transform:translateY(10px);box-shadow:0 10px 35px #00000026}.navbar .dropdown:hover .mega-menu,.navbar .dropdown .mega-menu.show{transform:translateY(0)}.mega-menu-inner{flex-direction:column;min-height:auto;max-height:70vh;overflow-y:auto}.mega-menu-categories{border-bottom:1px solid #e2e8f0;border-right:none;border-radius:12px 12px 0 0;width:100%;padding:.5rem 0}.mega-category-item{padding:.75rem 1rem}.mega-category-item.active:after{display:none}.mega-menu-services{padding:.75rem}.services-panel{display:none}.services-panel.show{display:block}.category-arrow{transition:transform .2s;transform:rotate(90deg)}.mega-category-item.active .category-arrow{transform:rotate(-90deg)}}.hero-slider{height:600px;position:relative;overflow:hidden}.hero-track{will-change:transform;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex}.hero-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.hero-bg{object-fit:cover}.hero-overlay{background:radial-gradient(#1e3532c2 0%,#041413d9 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.hero-slider .hero-content h1.section-title{font-size:3.8rem}.hero-btns{gap:1rem;display:flex}.hero-btns .btn-primary{padding:1.1rem 2.2rem;font-weight:600}.hero-nav{z-index:10;color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav:hover{background:#ffffff40}.hero-nav.prev{left:1.5rem}.hero-nav.next{right:1.5rem}.hero-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.hero-dots button.active{background:#fff;border-radius:5px;width:28px}@media (max-width:767.98px){.hero-slider{height:500px}.hero-title{font-size:2.25rem}.hero-btns{flex-direction:column;width:100%;padding:0 1rem}.hero-btns .btn{width:100%}.hero-nav{display:none}}.bg-breadcrumb{background-color:#0000;background-image:linear-gradient(#00000091,#000000ad),url(/images/hero/slide-3.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.bg-breadcrumb .breadcrumb-item a,.breadcrumb-item+.breadcrumb-item:before{color:#f4f8fc;text-decoration:none}.bg-breadcrumb .breadcrumb-item a:hover{text-decoration:underline}.bg-breadcrumb .breadcrumb-item.active{color:var(--rph-color)}.service-card{border-color:#dddedf;box-shadow:0 0 45px #0003}.card-title{color:var(--rph-heading-color);font-size:1.1rem}.service-card .img-wrapper{z-index:1;height:200px;position:relative;overflow:hidden}.service-card .img-wrapper img{transition:all .5s}.service-card .img-wrapper:before{content:"";z-index:5;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:0;transition:all .5s;position:absolute;top:0;left:0}.service-card:hover .img-wrapper:before{background:#a2a2a285;height:100%}.service-card:hover .img-wrapper img{transform:scale(1.3)}.service-card .card-content{z-index:2;position:relative}.service-card .card-content .card-footer{background:#f8f9fa;border-color:#dddedf}.feature .feature-item{border:1px solid var(--rph-color);background:var(--bs-light);border-radius:10px;transition:all .5s;display:flex;position:relative}.feature .feature-item:before{content:"";border-radius:10px;width:0;height:100%;transition:all .5s;position:absolute;top:0;left:0}.feature .feature-item:hover:before{background:var(--rph-color);width:100%}.feature .feature-item .feature-icon{border-radius:10px;transition:all .5s;display:inline-flex}.feature .feature-item:hover .feature-icon{z-index:2;position:relative}.feature .feature-item .feature-icon .feature-svg{color:var(--rph-color-darker)}.feature .feature-item:hover .feature-content{color:var(--bs-white);z-index:2;position:relative}.feature .feature-item:hover .feature-content h5{color:var(--rph-heading-color)}.team .team-item{border:1px solid var(--rph-color);transition:all .5s;overflow:hidden}.team-img-wrapper{aspect-ratio:3/4;background:#f8f9fa;position:relative;overflow:hidden}.team-img-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.team-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s;display:block}.team .team-item:hover .team-img{transform:scale(1.05)}.team-img-wrapper:before{content:"";z-index:1;pointer-events:none;background:0 0;transition:all .5s;position:absolute;inset:0}.team .team-item:hover .team-img-wrapper:before{background:#15b9d94d}.team-detail{z-index:2;white-space:nowrap;transition:all .5s;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}.team .team-item:hover .team-detail{bottom:20px}.team-content{color:var(--rph-color-darker);background:var(--bs-white);border-top:none;transition:all .5s}.team-content h5{color:var(--bs-secondary);margin-bottom:6px;font-size:1.1rem;font-weight:600;transition:all .5s}.team-content p{color:var(--rph-color);font-size:.9rem}.team .team-item:hover{border-color:var(--rph-color)}.team .team-item:hover .team-content{background:var(--rph-color)}.team .team-item:hover .team-content h5,.team .team-item:hover .team-content p{color:var(--bs-white)}.team-detail-img{height:350px}.team-detail-img img{object-fit:contain;height:100%;min-height:350px}.team-detail-content{flex-direction:column;display:flex}.team-detail-row:not(:last-child){border-bottom:1px solid #eee}@media (max-width:991.98px){.team-detail-img{margin-bottom:1.5rem}}.condition{background-image:linear-gradient(#292727db,#000000c9),url(/images/hero/slide-1.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.condition .section-title,.condition p.section-subtitle{color:#f4f4f4!important}.testimonial{background-image:linear-gradient(#292727db,#000000c9),url(/images/hero/slide-1.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.testimonial .section-title{color:#f4f4f4!important}.testimonial .testimonial-card small{color:var(--rph-color)!important}.testimonial .testimonial-card,.testimonial .testimonial-card p{color:#f4f4f4!important}.appointment,.contact,.about,.service{background-color:#0000;background-image:linear-gradient(#ffffffe6,#ffffffe6),url(/images/hero/slide-1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.appointment-form{background:#efa2864d}.appointment-form .appointment-form-header h3{color:var(--rph-color)}.appointment-form .form-control,.appointment-form .form-select,.appointment-form .input-group-text{border-color:var(--rph-color);font-size:15px}.appointment-form .form-check-input:checked{background-color:var(--rph-color);border-color:var(--rph-color-darker)}.appointment-form .form-control:focus,.appointment-form .form-select:focus,.appointment-form .form-check-input:focus{box-shadow:0px 0px 2px 1px var(--rph-color);border-color:var(--rph-color)}.site-header{z-index:1030;position:relative}.site-header.is-sticky{animation:.35s cubic-bezier(.4,0,.2,1) slideDown;position:fixed;top:0;left:0;right:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.footer{color:#ffffffd9;background-image:linear-gradient(#0d6977,#0d6977);font-size:.92rem}.footer__top{padding:4rem 0 2.5rem}.footer__brand{margin-bottom:1.5rem}.footer__logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer__logo-icon{justify-content:center;align-items:center;display:flex}.footer__logo-text{color:#fff;font-size:1.15rem;font-weight:700}.footer__tagline{color:#ffffffb3;max-width:280px;line-height:1.7}.footer__heading{text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.25rem;font-size:1rem;font-weight:700;color:#fff!important}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.75rem}.footer__links a{color:#fffc;align-items:center;gap:.5rem;text-decoration:none;transition:all .2s;display:inline-flex}.footer__links a:hover{color:#fff;padding-left:4px}.footer__contact-item{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.footer__contact-item i,.footer__contact-item svg{color:#10afaf;flex-shrink:0;margin-top:3px}.footer__contact-item span{line-height:1.5}.footer__hours{background:#ffffff0f;border-radius:10px;padding:1.25rem}.footer__hours-row{justify-content:space-between;margin-bottom:.5rem;font-size:.88rem;display:flex}.footer__hours-row:last-child{margin-bottom:0}.footer__hours-day{color:#ffffffb3}.footer__hours-time{color:#fff;font-weight:600}.footer__social{gap:.75rem;margin-top:1.5rem;display:flex}.footer__social-link{color:#fff;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:inline-flex}.footer__social-link:hover{background:#0ea5a4;transform:translateY(-2px)}.footer__bottom{background:#202135;border-top:1px solid #ffffff14;padding:1.5rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__copyright{color:#fff9;margin-bottom:0;font-size:1rem}.footer__copyright strong{color:#f4f8fc}.footer__powered{color:#ffffff80;margin-bottom:0;font-size:1rem}.footer__powered a{color:#f4f8fc;font-weight:600;text-decoration:none;transition:color .2s}.footer__powered a:hover{text-decoration:underline}.btn-readmore{z-index:1;border-radius:10px;padding:8px 20px;font-size:.9rem;font-weight:500;position:relative;overflow:hidden}.btn-view-all{padding:14px 28px;font-size:1.2rem}@media (max-width:575.98px){body{font-size:.9rem}.section-container{padding:15px 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}}@media (max-width:767.98px){body{font-size:.92rem}.section-container{padding:20px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width:991.98px){.section-title{font-size:2.1rem!important}.section-subtitle{font-size:1.05rem}}@media (max-width:767.98px){.topbar__text{text-align:center;font-size:.85rem}.topbar__social{justify-content:center;margin-top:.4rem}.topbar .container .row{flex-direction:column;align-items:center;gap:.3rem}}@media (max-width:575.98px){.topbar__text{font-size:.78rem}.topbar__contact{text-align:center}.topbar__social-link{width:30px;height:28px;font-size:.8rem}}@media (max-width:991.98px){.navbar{padding:.7rem 0}.navbar-collapse{background:#fff;border-radius:14px;margin-top:1rem;padding:1rem;box-shadow:0 10px 35px #00000014}.btn-appointment{text-align:center;width:auto;margin-top:.6rem;padding:.7rem 1.2rem}.navbar .dropdown-menu{box-shadow:none;opacity:1;visibility:visible;border:1px solid #00000014;max-height:none;display:none;position:static;transform:none}.navbar .dropdown-menu.show{display:block}.logo-icon{width:150px;height:30px;margin-left:25px}.nav-link{padding:.6rem .8rem;font-size:.9rem}}@media (max-width:575.98px){.navbar{padding:.6rem 0}.logo-icon{width:130px;height:38px}.navbar .btn-appointment{padding:.55rem 1rem;font-size:.85rem}.navbar-collapse{border-radius:12px;padding:.75rem}.navbar .dropdown-item{padding:.55rem .85rem;font-size:.85rem}.navbar .dropdown-header{font-size:.78rem}}@media (max-width:991.98px){.hero-slider{height:520px}.hero-title{font-size:2.8rem}.hero-btns .btn-primary{padding:.9rem 1.8rem}}@media (max-width:767.98px){.hero-slider{height:500px}.hero-title{font-size:2.25rem}.hero-btns{flex-direction:column;width:100%;padding:0 1rem}.hero-btns .btn{width:100%}.hero-nav{display:none}.hero-dots{bottom:1rem}.hero-dots button{width:8px;height:8px}.hero-dots button.active{width:22px}}@media (max-width:575.98px){.hero-slider{height:420px}.hero-title{font-size:1.75rem}.hero-btns .btn-primary{padding:.8rem 1.4rem}.hero-dots button{width:7px;height:7px}.hero-dots button.active{width:18px}}@media (max-width:767.98px){.bg-breadcrumb{padding:2rem 0}.bg-breadcrumb h1{font-size:1.6rem}.bg-breadcrumb .breadcrumb{font-size:.85rem}}@media (max-width:575.98px){.bg-breadcrumb{padding:1.5rem 0}.bg-breadcrumb h1{font-size:1.35rem}}@media (max-width:991.98px){.service-card .img-wrapper{height:180px}.card-title{font-size:1rem}}@media (max-width:767.98px){.service-card{margin-bottom:1.5rem}.service-card .img-wrapper{height:200px}.service-card .card-content .card-footer{padding:.75rem 1rem}}@media (max-width:575.98px){.service-card .img-wrapper{height:170px}.card-title{font-size:.95rem}}@media (max-width:991.98px){.feature .feature-item{margin-bottom:1rem;padding:1rem}.feature .feature-item .feature-icon{width:50px;height:50px}}@media (max-width:767.98px){.feature .feature-item{text-align:center;flex-direction:column;padding:1.25rem}.feature .feature-item .feature-icon{margin-bottom:.75rem;margin-right:0!important}.feature .feature-item .feature-content h5{font-size:1rem}.feature .feature-item .feature-content p{font-size:.9rem}}@media (max-width:575.98px){.feature .feature-item{padding:1rem}.feature .feature-item .feature-icon{width:44px;height:44px}.feature .feature-item .feature-icon .feature-svg{width:22px;height:22px}}@media (max-width:991.98px){.team-img-wrapper{aspect-ratio:4/5}.team-detail-img{height:280px;margin-bottom:1.5rem}.team-detail-img img{min-height:280px}.team-detail-row:not(:last-child){margin-bottom:1rem;padding-bottom:1rem}}@media (max-width:767.98px){.team-img-wrapper{aspect-ratio:1}.team-content h5{font-size:1rem}.team-content p{font-size:.85rem}.team-detail-img{height:250px}.team-detail-img img{min-height:250px}}@media (max-width:575.98px){.team .team-item .team-content h5{font-size:1rem}.team .team-item .team-content p{font-size:.85rem}.team-detail-img{height:220px}.team-detail-img img{min-height:220px}}@media (max-width:991.98px){.condition .section-title{font-size:2.2rem}.condition p.section-subtitle{font-size:1rem}}@media (max-width:767.98px){.condition .section-title{font-size:1.8rem}.condition p.section-subtitle{font-size:.95rem}}@media (max-width:575.98px){.condition .section-title{font-size:1.5rem}.condition p.section-subtitle{font-size:.9rem}}@media (max-width:991.98px){.testimonial .section-title{font-size:2.2rem}.testimonial .testimonial-card{padding:1.5rem}}@media (max-width:767.98px){.testimonial .section-title{font-size:1.8rem}.testimonial .testimonial-card{margin-bottom:1rem;padding:1.25rem}.testimonial .testimonial-card p{font-size:.95rem}.testimonial .testimonial-card small{font-size:.85rem}}@media (max-width:575.98px){.testimonial .section-title{font-size:1.5rem}.testimonial .testimonial-card{padding:1rem}.testimonial .testimonial-card p{font-size:.9rem}}@media (max-width:991.98px){.appointment-form{padding:1.5rem}.appointment-form .appointment-form-header h3{font-size:1.5rem}}@media (max-width:767.98px){.appointment-form{margin-bottom:1.5rem;padding:1.25rem}.appointment-form .appointment-form-header h3{font-size:1.3rem}.appointment-form .form-control,.appointment-form .form-select{padding:.6rem .9rem;font-size:14px}.appointment-form .btn{width:100%;padding:.75rem}}@media (max-width:575.98px){.appointment-form{padding:1rem}.appointment-form .appointment-form-header h3{font-size:1.15rem}.appointment-form .form-label,.appointment-form .form-check-label{font-size:.85rem}}@media (max-width:991.98px){.footer__top{padding:3rem 0 2rem}.footer__brand{margin-bottom:2rem}.footer__heading{margin-top:1.5rem}.footer__hours{margin-top:1rem}}@media (max-width:767.98px){.footer__top{padding:2.5rem 0 1.5rem}.footer__logo-icon{margin:0 auto}.footer__heading{text-align:center}.footer__top .col-lg-4:nth-child(2) div.row div:first-child{display:none}.footer__top .col-lg-4:nth-child(2) div.row div:nth-child(2){margin:5px auto 20px}.footer__tagline{text-align:center;max-width:none}.footer__bottom-inner{text-align:center;flex-direction:column;gap:.75rem}.footer__copyright,.footer__powered{font-size:.9rem}.footer__social{justify-content:center}.footer__links{text-align:center}.footer__contact-item{text-align:center;flex-direction:column;justify-content:center;align-items:center}.footer__contact-item i,.footer__contact-item svg{margin-top:0;margin-bottom:.25rem}.footer__hours{max-width:300px;margin-left:auto;margin-right:auto}.footer__top .col-lg-4{border-bottom:1px solid #f4f4f4}.footer__top .col-lg-4:last-child{border-bottom:none}}@media (max-width:575.98px){.footer__top{padding:2rem 0 1rem}.footer__logo-text{font-size:1rem}.footer__tagline{text-align:center;max-width:none;font-size:.85rem}.footer__heading{margin-bottom:1rem;font-size:.9rem}.footer__links li{margin-bottom:.6rem}.footer__links a{font-size:.85rem}.footer__hours-row{font-size:.82rem}.footer__social-link{width:32px;height:32px}.footer__bottom{padding:1rem 0}.footer__copyright,.footer__powered{font-size:.82rem}.footer__top .col-lg-4{border-bottom:1px solid #f4f4f4}.footer__top .col-lg-4:last-child{border-bottom:none}.footer__top .col-lg-4:nth-child(2) div.row div:first-child{display:none}.footer__top .col-lg-4:nth-child(2) div.row div:nth-child(2){margin:5px auto 20px}.footer__logo-icon{margin:0 auto}.footer__heading{text-align:center}}@media (max-width:767.98px){.btn-readmore{padding:7px 16px;font-size:.85rem}.btn-view-all{margin-top:24pt;padding:12px 22px;font-size:1rem}}@media (max-width:575.98px){.btn-readmore{padding:6px 14px;font-size:.8rem}.btn-view-all{width:100%;margin-top:24pt;padding:10px 18px;font-size:.9rem}}@media (max-width:767.98px){.accordion .accordion-header .accordion-button{padding:.75rem 1rem;font-size:.9rem}.accordion .accordion-body{padding:1rem;font-size:.9rem}.accordion .accordion-header .accordion-button .badge{padding:.35em .55em;font-size:.75rem}}@media (max-width:575.98px){.accordion .accordion-header .accordion-button{padding:.65rem .85rem;font-size:.85rem}.accordion .accordion-body{padding:.85rem;font-size:.85rem}}
