.health-concerns-section{perspective:1000px;background:#fff;padding:3rem 2rem}.health-concerns-section .section-header{justify-content:space-between;align-items:start;max-width:1200px;margin:0 auto 2.5rem;display:flex}.health-concerns-section .section-header .header-content{text-align:left;flex-direction:column;display:flex}.health-concerns-section .section-header .header-content h2{color:#1a2b4b;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.health-concerns-section .section-header .header-content p{color:#64748b;margin-bottom:0;font-size:1rem}.health-concerns-section .section-header .view-all{color:#06f;border:1px solid #06f;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;text-decoration:none;transition:all .3s}.health-concerns-section .section-header .view-all:hover{color:#fff;background:#06f;text-decoration:none}.health-concerns-section .concerns-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.health-concerns-section .concern-card{text-align:center;transform-style:preserve-3d;background:#f8f9fc;border-radius:16px;height:100%;padding:1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 4px 6px #0000000d}.health-concerns-section .concern-card:hover{transform:translateY(-5px)rotateX(5deg)rotateY(5deg);box-shadow:0 15px 30px #0000001a}.health-concerns-section .concern-card:hover .concern-icon{transform:translateZ(20px);box-shadow:0 8px 16px #06f3}.health-concerns-section .concern-card:hover .concern-icon img{transform:scale(1.1)}.health-concerns-section .concern-card:hover .consult-now{color:#0052cc;transform:translateZ(15px)}.health-concerns-section .concern-card .concern-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto 1.25rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.health-concerns-section .concern-card .concern-icon img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.health-concerns-section .concern-card h3{color:#1a2b4b;margin-bottom:.75rem;font-size:.95rem;font-weight:500;line-height:1.4;transform:translateZ(10px)}.health-concerns-section .concern-card .consult-now{color:#06f;padding:.5rem 0;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-block}@media (max-width:1024px){.concerns-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.health-concerns-section{padding:2rem 1rem}.health-concerns-section .concerns-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.health-concerns-section .section-header h2{font-size:1.5rem}.health-concerns-section .concern-card{padding:1.25rem}.health-concerns-section .concern-card .concern-icon{width:64px;height:64px}}@media (max-width:768px){.health-concerns-section .section-header{text-align:center;flex-direction:column;gap:1rem}.health-concerns-section .section-header .header-content{text-align:center}.health-concerns-section .section-header .view-all{margin:0 auto}}@media (max-width:767px){.page-title{height:250px}}@media (max-width:575px){.page-title{height:150px}}@media (max-width:767px){.page-title .breadcumb-wrap h2{margin-bottom:10px;font-size:30px;line-height:55px}}@media (max-width:767px){.page-title .breadcumb-wrap ol li{font-size:18px}}@media (max-width:575px){.page-title .breadcumb-wrap ol li{padding:0 10px;font-size:16px}.page-title .breadcumb-wrap ol li:first-child{padding-left:0}}@media (max-width:767px){.page-title .breadcumb-wrap ol li a{font-size:18px}}@media (max-width:575px){.page-title .breadcumb-wrap ol li a{font-size:16px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service__section{background:#fff;padding:4rem 2rem;overflow:hidden}.service__header{max-width:1200px;margin:0 auto 2rem}.service__header h2{color:#1a2b4b;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.service__header p{color:#64748b;font-size:1rem}.service__slider{max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.service__slider:before,.service__slider:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.service__slider:before{background:linear-gradient(90deg,#fff,#0000);left:0}.service__slider:after{background:linear-gradient(270deg,#fff,#0000);right:0}.service__container{gap:1.5rem;width:-webkit-fit-content;width:fit-content;max-width:1200px;padding:1rem;display:flex}.service__card{cursor:pointer;background:#fff;border-radius:12px;min-width:280px;text-decoration:none;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #0000000d}.service__card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.service__card:hover .service__image img{transform:scale(1.05)}.service__inner{height:100%}.service__image{width:100%;height:180px;overflow:hidden}.service__image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.service__content{padding:1.5rem}.service__content h3{color:#1a2b4b;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.service__content p{color:#64748b;font-size:.9rem;line-height:1.5}@media (max-width:768px){.service__section{padding:3rem 1rem}.service__header h2{font-size:1.5rem}.service__card{min-width:260px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (max-width:1024px){.nav-container{padding:0 1rem}.nav-links{gap:1.5rem}}@media (max-width:768px){.header .mobile-menu-toggle{display:flex}.header .nav-links{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-left:1px solid #fff3;flex-direction:column;gap:0;width:320px;height:calc(100vh - 64px);padding:2.5rem 0 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:64px;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #00000026}.header .nav-links.active{animation:.4s cubic-bezier(.4,0,.2,1) slideInFromRight;right:0}.header .nav-links a{color:#374151;border-radius:12px;width:100%;margin:.25rem 1rem;padding:1.25rem 2rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.header .nav-links a:before{content:"";background:linear-gradient(135deg,#06f,#4f46e5);border-radius:2px;width:4px;height:0;transition:height .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header .nav-links a:hover{color:#06f;background:linear-gradient(135deg,#0066ff14,#4f46e50d);transform:translate(8px)}.header .nav-links a:hover:before{height:24px}.header .nav-links a:active{transform:scale(.98)translate(8px)}.header .nav-links .login-dropdown-container{background:linear-gradient(135deg,#0066ff08,#4f46e505);border-top:1px solid #0066ff1a;width:100%;margin-top:1rem;padding:1.5rem 2rem 1rem}.header .nav-links .login-dropdown-container .login-btn{background:linear-gradient(135deg,#06f,#4f46e5);border:none;border-radius:16px;justify-content:center;width:100%;height:52px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0066ff4d}.header .nav-links .login-dropdown-container .login-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.header .nav-links .login-dropdown-container .login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06f6}.header .nav-links .login-dropdown-container .login-btn:hover:before{left:100%}.header .nav-links .login-dropdown-container .login-btn:active{transform:translateY(0)}.header .nav-links .login-dropdown-container .login-btn i{color:#fff;margin-right:.75rem;font-size:1.1rem}.header .nav-links .login-dropdown-container .login-btn:after{content:"Login Options";color:#fff;letter-spacing:.5px;font-size:1rem;font-weight:600}.header.scrolled .nav-links{height:calc(100vh - 56px);top:56px}.header .login-dropdown{width:100%;box-shadow:none;background:#fff;border:1px solid #0066ff1a;border-radius:16px;margin-top:1.5rem;position:static;overflow:hidden}.header .login-dropdown:before{display:none}.header .login-dropdown .dropdown-item{border-bottom:1px solid #0066ff0d;padding:1.25rem 1.5rem;transition:all .3s;position:relative}.header .login-dropdown .dropdown-item:before{content:"";background:linear-gradient(135deg,#0066ff1a,#4f46e50d);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.header .login-dropdown .dropdown-item:hover{color:#06f;background:linear-gradient(135deg,#0066ff0d,#4f46e508);transform:translate(4px)}.header .login-dropdown .dropdown-item:hover:before{width:4px}.header .login-dropdown .dropdown-item:hover i{color:#4f46e5;transform:scale(1.1)}.header .login-dropdown .dropdown-item:last-child{border-bottom:none}.header .login-dropdown .dropdown-item i{color:#06f;font-size:1.1rem;transition:all .3s}}@media (max-width:480px){.header{height:56px}.header.scrolled{height:52px}.header .nav-links{width:100%;padding:2rem 0 1rem;top:56px;right:-100%}.header .nav-links.active{right:0}.header .nav-links a{margin:.25rem .75rem;padding:1rem 1.5rem}.header .nav-links .login-dropdown-container{padding:1.5rem 1rem 1rem}.header.scrolled .nav-links{height:calc(100vh - 52px);top:52px}.header .logo-image{width:60px;height:60px}.header .logo-text{font-size:1.25rem}.header .mobile-menu-toggle{width:28px;height:22px}.nav-container{padding:0 1rem}.login-btn{width:32px;height:32px}.login-btn i{font-size:.875rem}}@media (max-width:1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width:768px){.hero-container{padding:5rem 1rem 2rem}.hero-content{padding:1.5rem}.hero-logo{width:80px;height:80px}.hero-title{margin-top:1rem;font-size:2rem;line-height:1.3}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.services-grid{perspective:none;grid-template-columns:1fr;gap:1.5rem}.service-card{transform-style:flat;padding:2rem}.service-card img{width:120px;height:120px;margin-bottom:1.5rem}.service-card:hover{transform:translateY(-5px)}}@media (min-width:768px){.search-section{flex-flow:wrap;align-items:center}.location-input{flex:.4;min-width:150px}.search-input{flex:.6;min-width:250px}.search-button{margin-left:auto}.search-help-link{width:100%;margin-top:16px}}@media (max-width:768px){.footer__container{grid-template-columns:1fr;gap:2rem}.footer__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer__links{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:768px){.footer-section .lower-footer .row{text-align:center;flex-direction:column}.footer-section .lower-footer .lower-footer-link{justify-content:center}.footer-section .lower-footer .copy-right{text-align:center;margin-top:1rem}}@media (max-width:991px){.about-page .about-content{text-align:center}}@media (max-width:1199px){.about-page .about-content h2{font-size:100px;line-height:120px}}@media (max-width:991px){.about-page .about-content h2{font-size:80px;line-height:100px}}@media (max-width:575px){.about-page .about-content h2{font-size:50px;line-height:60px}}@media (max-width:1199px){.about-page .about-content h3{margin-bottom:30px;font-size:50px}}@media (max-width:991px){.about-page .about-content h3{font-size:40px}}@media (max-width:575px){.about-page .about-content h3{font-size:25px;line-height:30px}}@media (max-width:1199px){.about-page .event-section{padding:80px 0}}@media (max-width:991px){.about-page .event-section{padding-top:0}.about-page .event-section .event-items{text-align:center}}.about-page .event-section .event-items h3,.about-page .event-section .event-items .event-item h4,.about-page .event-section .event-items .event-item span{color:#1f1f1f}@media (max-width:991px){.about-page .about-apge-right-img{width:100%}}@media (max-width:991px){.about-us-page .service-section .service-left-text{padding-right:0}}.about-us-page .service-section .service-left-text span,.about-us-page .service-section .service-left-text h2,.about-us-page .service-section .service-left-text p,.about-us-page .service-section .service-wrap .service-item h2 a{color:#fff}@media (max-width:991px){.service-single-page .service-single-wrap h2{font-size:60px}}@media (max-width:575px){.service-single-page .service-single-wrap h2{font-size:40px}.service-single-page .service-single-wrap{text-align:center}}@media (max-width:1199px){.service-single-page .event-section{padding:80px 0}}@media (max-width:991px){.service-single-page .event-section{padding-top:0;padding-bottom:0}.service-single-page .event-section .event-items{text-align:center}}.service-single-page .event-section .event-items h3,.service-single-page .event-section .event-items .event-item h4,.service-single-page .event-section .event-items .event-item span{color:#1f1f1f}@media (max-width:991px){.service-single-page .event-section .event-left-img{width:100%;margin-bottom:0}.service-single-page .blog-sidebar{padding-bottom:60px}}.team-page .event-section .event-items h3,.team-page .event-section .event-items .event-item h4,.team-page .event-section .event-items .event-item span{color:#1f1f1f}@media (max-width:991px){.team-page .event-section .event-left-img{display:none}}@media (max-width:1199px){.team-single-page .team-details-text{margin-top:30px}}@media (max-width:1199px){.team-single-page .team-details-text h2{font-size:50px}}@media (max-width:991px){.team-single-page .team-details-text h2{font-size:40px}}@media (max-width:991px){.team-single-page .team-details-text .team-text-items .team-text-item span{font-size:13px}}@media (max-width:1199px){.team-single-page .team-details-text p{font-size:15px}}.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-title h3,.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-title p,.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-text h4,.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-icon i{color:#1f1f1f}@media (max-width:600px){.cta-b{margin-top:24rem}}@media (max-width:1024px){.wistia-grid{gap:100px}}@media (max-width:600px){.wistia-grid{gap:320px}}@media (max-width:820px){.cta-button{margin-top:21px}}@media (max-width:480px){.wistia-grid{gap:350px}.cta-button{margin-top:21px}}@media (max-width:767px){.map-section iframe{height:500px}}@media (max-width:575px){.map-section iframe{height:400px}}@media (max-width:767px){.contact-page .office-info{text-align:center}}@media (max-width:767px){.contact-page .office-info ul li{padding-left:0}}@media (max-width:767px){.contact-page .office-info ul li i{position:relative}}@media (max-width:767px){.contact-page .contact-form-area .submit-area{text-align:center}}@media (max-width:1199px){.blog-page-area .blog-item .blog-content h2{font-size:50px}}@media (max-width:991px){.blog-page-area .blog-item .blog-content h2{font-size:40px}}@media (max-width:767px){.blog-page-area .blog-item .blog-content h2{font-size:30px}}@media (max-width:767px){.blog-page-area .blog-item .blog-no-img{height:250px}}@media (max-width:767px){.blog-page-area .blog-item .blog-no-img h3{font-size:40px}}@media (max-width:991px){.blog-sidebar{margin-top:50px}}@media (max-width:1199px){.blog-sidebar .widget{margin-bottom:60px}}@media (max-width:1199px){.blog-sidebar .widget h3{font-size:32px;line-height:40px}}@media (max-width:1199px){.blog-sidebar .service-category{padding:30px}}@media (max-width:1199px){.blog-sidebar .cta-widget .cta-text{padding:80px 25px 40px}}@media (max-width:1199px){.blog-sidebar .cta-widget p{font-size:18px}}@media (max-width:1199px){.blog-sidebar .cta-widget span{font-size:25px}}.form input,.form textarea,.form select{box-shadow:none;color:#595959;border-color:#bfbfbf;border-radius:0;outline:0;font-style:normal}.form input:focus,.form textarea:focus,.form select:focus{-o-box-shadow:0 0 5px 0 #ff796e;-ms-box-shadow:0 0 5px 0 #ff796e;border-color:#ff4a3b;box-shadow:0 0 5px #ff796e}.form ::-webkit-input-placeholder{font-style:14px;color:#595959;font-style:italic}.form :-moz-placeholder-shown{font-style:14px;color:#595959;font-style:italic}.form ::-moz-placeholder{font-style:14px;color:#595959;font-style:italic}.form :-ms-placeholder-shown{font-style:14px;color:#595959;font-style:italic}.form select{-webkit-appearance:none;appearance:none;cursor:pointer;background:url(../media/select-icon.0ss_3w2anumaf.png) 100% no-repeat;font-style:normal;display:inline-block}.form select::-ms-expand{display:none}.form ::-webkit-input-placeholder{font-style:normal}.form :-ms-placeholder-shown{font-style:normal}.form ::placeholder{font-style:normal}.social-links{overflow:hidden}.social-links li{float:left;width:35px;height:35px;margin-right:1px}.social-links li a{color:#fff;text-align:center;background-color:#ff796e;width:35px;height:35px;line-height:35px;display:block}.social-links li a:hover{background-color:#ff4a3b}.header-search-form{z-index:99999;-o-transition:all .5s cubic-bezier(.86, 0, .07, 1);-webkit-transition:all .5s cubic-bezier(.86,0,.07,1);-moz-transition:all .5s cubic-bezier(.86,0,.07,1);-o-transition-timing-function:cubic-bezier(.86, 0, .07, 1);background-color:#000000e6;width:100%;height:100vh;margin-top:-540px;transition:all 1.5s cubic-bezier(.86,0,.07,1);position:fixed;top:0;left:0;transform:translateY(-100%)}.header-search-form .close-header-search{color:#fff;-o-transition:all .5s ease;opacity:0;visibility:hidden;background:#ff4a3b;border:none;border-radius:50%;width:50px;height:50px;margin:0;transition:all .5s;position:absolute;top:25px;left:auto;right:25px}.header-search-form .close-header-search i{color:#fff;font-size:20px;display:block;position:relative}.header-search-form form{transform-origin:50%;-o-transition:all .3s ease;background-color:#0000;max-width:700px;margin:-35px auto 0;transition:all .3s;position:absolute;top:50%;left:15px;right:15px;transform:scaleX(0)}.header-search-form .form-group{border-radius:40px;margin:0;position:relative;overflow:hidden}.header-search-form .form-group input[type=text],.header-search-form .form-group input[type=search]{color:#000;-o-transition:all .5s ease;text-transform:capitalize;background:#fff;border:0;border-radius:40px;width:100%;height:70px;padding:10px 30px;font-size:18px;font-weight:500;line-height:50px;transition:all .5s;display:block;position:relative}.header-search-form .form-group input[type=text]:focus,.header-search-form .form-group input[type=search]:focus{border-color:#ff4a3b;outline:none}.header-search-form .form-group input[type=submit]{text-align:center;color:#000;cursor:pointer;-o-transition:all .5s ease;background:0 0;height:70px;padding:0;font-size:24px;line-height:70px;transition:all .5s;position:absolute;top:0;right:30px}.header-search-form .form-group input[type=submit]:hover,.header-search-form .form-group button:hover{color:#000}.header-search-form .form-group .search-btn{color:#fff;background:#ff4a3b;border:0;width:60px;height:70px;position:absolute;top:0;right:0}.header-search-form input::placeholder,.header-search-form textarea::placeholder{color:#000}.header-search-form.active{margin-top:0;transform:translateY(0%)}.header-search-form.active .close-header-search{visibility:visible;opacity:1;-o-transition-delay:1.5s;transition-delay:1.5s}.header-search-form.active form{-o-transition-delay:1.2s;transition-delay:1.2s;transform:scaleX(1)}.page-title{z-index:1;background:linear-gradient(135deg,#1f1c2c 0%,#333337 100%);flex-direction:column;justify-content:center;align-items:center;height:40vh;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000004d}@media (max-width:767px){.page-title{height:250px}}@media (max-width:575px){.page-title{height:150px}}.page-title:after{content:"";opacity:.3;z-index:-1;filter:blur(2px);background-image:url(../media/background.0_kuz87y0u12k.jpg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.page-title .breadcumb-wrap{text-align:center;text-shadow:2px 2px 4px #000000b3;padding-bottom:30px}.page-title .breadcumb-wrap h2{color:#fff;margin-bottom:25px;font-size:80px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:767px){.page-title .breadcumb-wrap h2{margin-bottom:10px;font-size:30px;line-height:55px}}.page-title .breadcumb-wrap ol{justify-content:center;margin-bottom:0;padding-left:0;display:flex}.page-title .breadcumb-wrap ol li{color:#fff;padding:0 15px;font-size:20px;display:inline-block;position:relative}@media (max-width:767px){.page-title .breadcumb-wrap ol li{font-size:18px}}@media (max-width:575px){.page-title .breadcumb-wrap ol li{padding:0 10px;font-size:16px}.page-title .breadcumb-wrap ol li:first-child{padding-left:0}}.page-title .breadcumb-wrap ol li:after{content:"/";position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.page-title .breadcumb-wrap ol li:last-child span{color:#cbd4fd}.page-title .breadcumb-wrap ol li:last-child:after{display:none}.page-title .breadcumb-wrap ol li a{color:#fff;font-size:20px;transition:all .3s}@media (max-width:767px){.page-title .breadcumb-wrap ol li a{font-size:18px}}@media (max-width:575px){.page-title .breadcumb-wrap ol li a{font-size:16px}}.page-title .breadcumb-wrap ol li a:hover{color:#cbd4fd}.preloader{z-index:999;background:#1f1f1f;width:100%;height:100%;position:fixed;top:0;left:0}.loader{border:3px solid #0000;border-top-color:#ff4a3b;border-radius:50%;width:150px;height:150px;margin:-75px 0 0 -75px;animation:2s linear infinite spin;display:block;position:relative;top:50%;left:50%}.loader:before{content:"";border:3px solid #0000;border-top-color:#219653;border-radius:50%;animation:3s linear infinite spin;position:absolute;top:5px;bottom:5px;left:5px;right:5px}.loader:after{content:"";border:3px solid #0000;border-top-color:#f2c94c;border-radius:50%;animation:1.5s linear infinite spin;position:absolute;top:15px;bottom:15px;left:15px;right:15px}.custom-search-section{background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);justify-content:center;align-items:center;min-height:90vh;padding:2rem;animation:1s ease-out forwards sectionFadeIn;display:flex;position:relative;top:4rem;overflow:hidden}.custom-search-section:before{content:"";opacity:.1;pointer-events:none;mix-blend-mode:soft-light;background:url(https://images.unsplash.com/photo-1507413245164-6160d8298b31?auto=format&fit=crop&w=1920&q=80) 50%/cover;position:absolute;top:0;bottom:0;left:0;right:0}.search-content-wrapper{text-align:center;z-index:1;width:100%;max-width:1200px;position:relative}.search-header{margin-bottom:3rem}.search-header h1{color:#fff;text-shadow:0 2px 4px #0000001a;opacity:0;margin-bottom:1rem;font-size:3.5rem;font-weight:600;animation:.8s ease-out forwards slideUpFade}.search-header h2{color:#ffffffe6;opacity:0;font-size:2rem;font-weight:400;animation:.8s ease-out .2s forwards slideUpFade}.search-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff1a;border-radius:20px;max-width:800px;margin:0 auto;padding:2rem;animation:.8s ease-out .4s forwards slideUpFade}.custom-search-bar{background:#fff;border-radius:50px;gap:1rem;padding:.5rem;display:flex;box-shadow:0 10px 25px #0000001a}.select-wrapper{min-width:180px;position:relative}.select-wrapper input.custom-location-select{color:#333;cursor:text;background:#f8f9fa;border:none;border-radius:25px;width:100%;padding:.8rem 2rem .8rem 1rem;font-size:1rem}.select-wrapper input.custom-location-select::placeholder{color:#999}.select-wrapper input.custom-location-select:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #2575fc33}.select-wrapper select{-webkit-appearance:none;appearance:none;color:#333;cursor:pointer;background:#f8f9fa;border:none;border-radius:25px;width:100%;padding:.8rem 2rem .8rem 1rem;font-size:1rem}.select-wrapper select:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #2575fc33}.select-wrapper i{color:#666;pointer-events:none;font-size:.8rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.select-wrapper .location-dropdown{z-index:1000;background:#fff;border:1px solid #0000000f;border-radius:12px;max-height:320px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f,0 0 0 1px #0000000a}.select-wrapper .location-dropdown::-webkit-scrollbar{width:6px}.select-wrapper .location-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 12px 12px 0}.select-wrapper .location-dropdown::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.select-wrapper .location-dropdown::-webkit-scrollbar-thumb:hover{background:#a0aec0}.select-wrapper .location-dropdown .location-loading{text-align:center;color:#64748b;padding:1.5rem;font-size:.9rem}.select-wrapper .location-dropdown .location-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.select-wrapper .location-dropdown .location-item:last-child{border-bottom:none}.select-wrapper .location-dropdown .location-item:hover{background:linear-gradient(90deg,#f8fafc,#f1f5f9);padding-left:20px}.select-wrapper .location-dropdown .location-item .location-item-icon{color:#2575fc;text-align:center;flex-shrink:0;width:20px;font-size:1rem}.select-wrapper .location-dropdown .location-item .location-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.select-wrapper .location-dropdown .location-item .location-text .location-name{color:#1a202c;font-size:.95rem;font-weight:500;line-height:1.3}.select-wrapper .location-dropdown .location-item .location-text .location-region{color:#64748b;font-size:.85rem;line-height:1.2}.select-wrapper .location-dropdown .location-item span{color:#1a202c;flex:1;font-size:.95rem;font-weight:500;line-height:1.4}.select-wrapper .location-dropdown .location-item .doctor-count{color:#64748b;white-space:nowrap;background:#f1f5f9;border-radius:12px;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding:4px 10px;font-size:.8rem;font-weight:500;display:flex}.select-wrapper .location-dropdown .location-item .doctor-count i{color:#2575fc;font-size:.75rem}.select-wrapper .location-dropdown .location-no-results{text-align:center;color:#94a3b8;padding:1.5rem;font-size:.9rem}.search-input-wrapper input::placeholder{color:#999}.search-input-wrapper .search-icon{color:#666;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-input-wrapper .doctor-dropdown{z-index:1000;background:#fff;border-radius:12px;max-height:350px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.search-input-wrapper .doctor-dropdown .doctor-loading{text-align:center;color:#666;justify-content:center;align-items:center;padding:1.5rem;display:flex}.search-input-wrapper .doctor-dropdown .doctor-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:.875rem;padding:.875rem 1rem;transition:background .2s;display:flex}.search-input-wrapper .doctor-dropdown .doctor-item:last-child{border-bottom:none}.search-input-wrapper .doctor-dropdown .doctor-item:hover{background:#f8f9fa}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-icon{color:#2575fc;text-align:center;flex-shrink:0;width:24px;font-size:1.1rem}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-info{flex:1;min-width:0}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-info .doctor-name{color:#333;margin-bottom:.25rem;font-size:.95rem;font-weight:500;display:block}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-info .doctor-details{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;display:block;overflow:hidden}.search-input-wrapper .doctor-dropdown .doctor-no-results{text-align:center;color:#999;padding:1.5rem;font-size:.9rem}.custom-search-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2575fc,#6a11cb);border:none;border-radius:25px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.custom-search-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2575fc4d}.custom-popular-searches{opacity:0;margin-top:1.5rem;animation:.8s ease-out .6s forwards slideUpFade}.custom-popular-searches .popular-searches-label{color:#ffffffe6;margin-bottom:.75rem;font-size:1rem;display:block}.custom-search-tags-container{opacity:0;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.75rem;animation:.8s ease-out .7s forwards slideUpFade;display:flex}.custom-search-tag{color:#333;cursor:pointer;background:#fff;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000001a}.custom-search-tag .tag-icon{color:#666;font-size:1rem}.custom-search-tag:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.all-specialties-link{color:#fff;opacity:.9;align-items:center;gap:.5rem;margin-top:1rem;padding:.3rem .5rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.all-specialties-link:before{content:"";background:#ffffff26;border-radius:4px;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.all-specialties-link i{z-index:2;color:inherit;font-size:.8rem;transition:transform .3s;position:relative}.all-specialties-link span{z-index:2;color:inherit;position:relative}.all-specialties-link:hover{opacity:1;color:#fff}.all-specialties-link:hover:before{left:0}.all-specialties-link:hover i{transform:translate(5px)}.custom-action-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#ffffff1a;border-radius:20px;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2rem;margin-bottom:2rem;padding:1.5rem;animation:.8s ease-out .8s forwards slideUpFade;display:grid}.action-item{cursor:pointer;opacity:0;animation:.8s ease-out forwards slideUpFade;animation-delay:calc(.9s + var(--index,0)*.1s);border-radius:15px;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex}.action-item .action-icon{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.action-item .action-icon i{color:#fff;font-size:1.1rem}.action-item span{color:#fff;text-align:center;font-size:.85rem;font-weight:500}.action-item:hover{transform:translateY(-5px)}.action-item:hover .action-icon{background:#ffffff40;transform:scale(1.1)}@media (max-width:992px){.custom-action-section{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.custom-action-section{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem}}@media (max-width:480px){.custom-action-section{grid-template-columns:repeat(2,1fr);gap:.8rem;padding:1rem}.custom-search-bar{border-radius:1rem}.action-item{padding:1rem}.action-item .action-icon{width:40px;height:40px}.action-item .action-icon i{font-size:1.1rem}.action-item span{font-size:.8rem}}@media (max-width:992px){.search-header h1{font-size:2.8rem}.search-header h2{font-size:1.6rem}.custom-search-bar{flex-direction:column;padding:1rem}.select-wrapper,.search-input-wrapper,.custom-search-button{width:100%}}@media (max-width:768px){.custom-search-section{padding:1.5rem}.search-header h1{font-size:2.2rem}.search-header h2{font-size:1.4rem}.custom-action-section{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.action-item{padding:1rem}.action-item .action-icon{width:50px;height:50px}}@media (max-width:480px){.search-header h1{font-size:1.8rem}.search-header h2{font-size:1.2rem}.custom-action-section{grid-template-columns:1fr}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes sectionFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.search-page-container{flex-direction:column;align-items:center;width:100%;display:flex}.doctor-profiles-container{flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.custom-search-section{color:#fff;background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border-radius:0 0 20px 20px;min-width:100vw;padding:30px 20px}.search-input-wrapper{flex:1;position:relative}.search-input-wrapper input{background:#f8f9fa;border:none;border-radius:25px;width:100%;padding:.8rem 1rem .8rem 2.5rem;font-size:1rem}.search-input-wrapper input:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #2575fc33}.search-input-wrapper .doctor-dropdown .search-category-section{border-bottom:1px solid #eee}.search-input-wrapper .doctor-dropdown .search-category-section:last-child{border-bottom:none}.search-input-wrapper .doctor-dropdown .search-category-title{color:#666;text-transform:uppercase;letter-spacing:.5px;background-color:#f8f9fa;padding:8px 12px;font-size:.85rem;font-weight:600}.search-input-wrapper .doctor-dropdown .context-label{color:#666;background-color:#f5f5f5;border-bottom:1px solid #eee;padding:8px 12px;font-size:.9em;font-weight:500}.search-input-wrapper .doctor-dropdown .doctor-item{cursor:pointer;align-items:center;gap:12px;padding:12px;display:flex}.search-input-wrapper .doctor-dropdown .doctor-item:hover{background-color:#f5f5f5}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-icon{color:#4a90e2;text-align:center;width:24px;font-size:1.2em}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-info{flex:1}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-info .doctor-name{color:#333;font-weight:500;display:block}.search-input-wrapper .doctor-dropdown .doctor-item .doctor-item-info .doctor-details{color:#666;font-size:.9em;display:block}.doctor-item-photo{object-fit:cover;border:1px solid #eee;border-radius:50%;flex-shrink:0;width:40px;height:40px}.search-container{z-index:100;position:relative}.medicine-reminder-section{perspective:1000px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);padding:4rem 2rem;position:relative;overflow:hidden}.medicine-reminder-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b39b1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.medicine-reminder-section .reminder-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:1200px;transform-style:preserve-3d;background:#ffffffe6;border-radius:30px;margin:0 auto;padding:3rem;animation:6s ease-in-out infinite containerFloat;box-shadow:0 20px 40px #0000001a,0 0 100px #00b39b1a}.medicine-reminder-section .reminder-intro{justify-content:space-between;align-items:center;gap:4rem;padding:2rem 0;display:flex}.medicine-reminder-section .reminder-intro .intro-content{max-width:600px;transform-style:preserve-3d;flex:1;animation:1s ease-out contentSlide}.medicine-reminder-section .reminder-intro .intro-content h1{color:#333;text-shadow:2px 2px 4px #0000001a;margin-bottom:1rem;font-size:3.5rem;line-height:1.2;transform:translateZ(30px)}.medicine-reminder-section .reminder-intro .intro-content p{color:#666;margin-bottom:2rem;font-size:1.2rem;transform:translateZ(20px)}.medicine-reminder-section .reminder-intro .intro-content .feature-list{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid;transform:translateZ(10px)}.medicine-reminder-section .reminder-intro .intro-content .feature-list .feature-item{background:#fffc;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 4px 8px #0000000d}.medicine-reminder-section .reminder-intro .intro-content .feature-list .feature-item:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 8px 16px #0000001a}.medicine-reminder-section .reminder-intro .intro-content .feature-list .feature-item i{color:#2d68f8;font-size:1.5rem;animation:2s infinite iconPulse}.medicine-reminder-section .reminder-intro .intro-content .feature-list .feature-item span{color:#555;font-size:1rem;font-weight:500}.medicine-reminder-section .reminder-intro .intro-content .add-medicine-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2d68f8 0%,#2753c0 100%);border:none;border-radius:12px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;transform:translateZ(40px);box-shadow:0 4px 15px #00b39b4d}.medicine-reminder-section .reminder-intro .intro-content .add-medicine-btn:hover{transform:translateZ(40px)translateY(-5px);box-shadow:0 8px 25px #00b39b66,0 0 0 2px #00b39b33}.medicine-reminder-section .reminder-intro .intro-illustration{max-width:450px;transform-style:preserve-3d;flex:1;animation:1s ease-out illustrationFloat}.medicine-reminder-section .reminder-intro .intro-illustration .medicine-box-graphic{border-radius:30px;width:100%;height:400px;transition:all .5s;overflow:hidden;transform:translateZ(50px)rotateY(-5deg);box-shadow:0 20px 40px #00b39b33,0 0 0 1px #ffffff1a}.medicine-reminder-section .reminder-intro .intro-illustration .medicine-box-graphic:hover{transform:translateZ(60px)rotateY(0)}.medicine-reminder-section .reminder-intro .intro-illustration .medicine-box-graphic .medicine-image{object-fit:cover;filter:brightness(1.05)contrast(1.05);width:100%;height:100%;transition:transform .5s}.medicine-reminder-section .reminder-intro .intro-illustration .medicine-box-graphic .medicine-image:hover{transform:scale(1.05)}@keyframes containerFloat{0%,to{transform:translateY(0)rotateX(2deg)}50%{transform:translateY(-10px)rotateX(0)}}@keyframes contentSlide{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes illustrationFloat{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:992px){.medicine-reminder-section .reminder-intro{text-align:center;flex-direction:column;gap:2rem}.medicine-reminder-section .reminder-intro .intro-content{max-width:100%}.medicine-reminder-section .reminder-intro .intro-content .feature-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center}.medicine-reminder-section .reminder-intro .intro-content h1{font-size:3rem}.medicine-reminder-section .reminder-intro .intro-illustration{max-width:100%}.medicine-reminder-section .reminder-intro .intro-illustration .medicine-box-graphic{transform:translateZ(30px)rotateY(0)}}@media (max-width:576px){.medicine-reminder-section{padding:2rem 1rem}.medicine-reminder-section .reminder-container{padding:1.5rem}.medicine-reminder-section .reminder-intro{padding:1rem 0}.medicine-reminder-section .reminder-intro .intro-content h1{font-size:2rem}.medicine-reminder-section .reminder-intro .intro-content p{font-size:1rem}.medicine-reminder-section .reminder-intro .intro-content .feature-list{grid-template-columns:1fr}}.reminder-header{text-align:center;margin-bottom:2rem}.reminder-header h2{color:#333;margin-bottom:.5rem;font-size:2rem}.reminder-header p{color:#666;font-size:1.1rem}.upcoming-doses{margin-bottom:3rem}.upcoming-doses h3{color:#333;margin-bottom:1rem;font-size:1.5rem}.upcoming-doses .dose-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.upcoming-doses .dose-card{background:#fff;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 2px 10px #0000000d}.upcoming-doses .dose-card .dose-time{color:#00b39b;font-size:1.2rem;font-weight:600}.upcoming-doses .dose-card .dose-details{flex:1}.upcoming-doses .dose-card .dose-details h4{color:#333;margin:0;font-size:1.1rem}.upcoming-doses .dose-card .dose-details p{color:#666;margin:.25rem 0}.upcoming-doses .dose-card .dose-details .instructions{color:#888;font-size:.9rem}.upcoming-doses .dose-card .dose-actions{flex-direction:column;gap:.5rem;display:flex}.upcoming-doses .dose-card .dose-actions button{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.upcoming-doses .dose-card .dose-actions button.take-btn{color:#fff;background:#00b39b}.upcoming-doses .dose-card .dose-actions button.take-btn:hover{background:#00806f}.upcoming-doses .dose-card .dose-actions button.skip-btn{color:#666;background:#f0f0f0}.upcoming-doses .dose-card .dose-actions button.skip-btn:hover{background:#d7d7d7}.medicine-list .list-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.medicine-list .list-header h3{color:#333;font-size:1.5rem}.medicine-list .list-header .add-medicine-btn{color:#fff;cursor:pointer;background:#00b39b;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.medicine-list .list-header .add-medicine-btn:hover{background:#00806f;transform:translateY(-2px)}.medicine-list .medicine-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.medicine-list .medicine-cards .medicine-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.medicine-list .medicine-cards .medicine-card h4{color:#333;margin:0 0 1rem;font-size:1.1rem}.medicine-list .medicine-cards .medicine-card .medicine-info{flex-direction:column;gap:.75rem;display:flex}.medicine-list .medicine-cards .medicine-card .medicine-info .info-item{color:#666;align-items:center;gap:.75rem;display:flex}.medicine-list .medicine-cards .medicine-card .medicine-info .info-item i{color:#00b39b;font-size:1.1rem}.add-medicine-modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.add-medicine-modal .modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:2rem}.add-medicine-modal .modal-content h3{color:#333;margin:0 0 1.5rem}.add-medicine-modal .modal-content .form-group{margin-bottom:1rem}.add-medicine-modal .modal-content .form-group label{color:#555;margin-bottom:.5rem;display:block}.add-medicine-modal .modal-content .form-group input,.add-medicine-modal .modal-content .form-group textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.add-medicine-modal .modal-content .form-group input:focus,.add-medicine-modal .modal-content .form-group textarea:focus{border-color:#00b39b;outline:none}.add-medicine-modal .modal-content .form-group textarea{resize:vertical;height:100px}.add-medicine-modal .modal-content .form-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.add-medicine-modal .modal-content .form-actions button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.add-medicine-modal .modal-content .form-actions button:first-child{color:#666;background:#f0f0f0}.add-medicine-modal .modal-content .form-actions button:first-child:hover{background:#d7d7d7}.add-medicine-modal .modal-content .form-actions button:last-child{color:#fff;background:#00b39b}.add-medicine-modal .modal-content .form-actions button:last-child:hover{background:#00806f}@media (max-width:768px){.medicine-reminder-section{padding:1.5rem}.medicine-reminder-section .dose-card{text-align:center;flex-direction:column}.medicine-reminder-section .dose-card .dose-actions{flex-direction:row;justify-content:center}}@media (max-width:576px){.medicine-reminder-section{padding:2rem 1rem}.reminder-intro{padding:1rem 0}.reminder-intro .intro-content h1{font-size:2rem}.reminder-intro .intro-content p{font-size:1rem}.reminder-intro .intro-content .feature-list{grid-template-columns:1fr}}.appointment-section{perspective:1000px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);align-items:center;margin-top:0;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.appointment-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b39b1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.appointment-section .appointment-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:1200px;transform-style:preserve-3d;background:#ffffffe6;border-radius:30px;margin:0 auto;padding:3rem;animation:6s ease-in-out infinite containerFloat;box-shadow:0 20px 40px #0000001a,0 0 100px #00b39b1a}.appointment-container{background:#fff;border-radius:24px;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:40px;transition:transform .3s;display:flex;box-shadow:0 20px 40px #0000000d}.appointment-container:hover{transform:translateY(-5px)}.appointment-content{flex:1}.appointment-content .appointment-title{color:#2d3748;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.appointment-content .subtitle{color:#718096;margin-bottom:2.5rem;font-size:1.1rem}.appointment-content .features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.appointment-content .features-grid .feature-item{background:#f7fafc;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.appointment-content .features-grid .feature-item:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000000d}.appointment-content .features-grid .feature-item .icon{color:#fff;background:#00b5a3;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.appointment-content .features-grid .feature-item .text{color:#4a5568;font-weight:500}.appointment-content .add-medicine-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2d68f8 0%,#2753c0 100%);border:none;border-radius:12px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;transform:translateZ(40px);box-shadow:0 4px 15px #00b39b4d}.appointment-content .add-medicine-btn:hover{transform:translateZ(40px)translateY(-5px);box-shadow:0 8px 25px #00b39b66,0 0 0 2px #00b39b33}.app-preview{flex:1;position:relative}.app-preview img{border-radius:20px;width:100%;transition:all .5s;transform:perspective(1000px)rotateY(-5deg);box-shadow:20px 20px 60px #0000001a,-20px -20px 60px #fffc}.app-preview img:hover{transform:perspective(1000px)rotateY(0)}.app-preview:after{content:"";z-index:-1;background:radial-gradient(circle,#00b5a31a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:10%;right:-10%}@media (max-width:992px){.appointment-container{flex-direction:column;padding:30px}.appointment-content .appointment-title{font-size:2.5rem}}@media (max-width:768px){.appointment-section{padding:40px 20px}.features-grid{grid-template-columns:1fr!important}.appointment-content .appointment-title{font-size:2rem}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.appointment-title{color:#333;margin-bottom:30px;font-size:2.5rem}.guaranteed{color:#2d68f8;margin-left:8px}.appointment-stats{margin-bottom:30px}.stat-item{align-items:center;margin-bottom:15px;display:flex}.check-icon{color:#2d68f8;margin-right:10px}.find-doctor-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2d68f8 0%,#2753c0 100%);border:none;border-radius:12px;width:55%;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #00b39b4d}.find-doctor-btn:hover{color:#fff;transform:translateY(-5px);box-shadow:0 8px 25px #00b39b66,0 0 0 2px #00b39b33}.testimonial-section{margin-top:40px}.testimonial-carousel{position:relative}.testimonial-item{background:#f8f9fa;border-radius:12px;padding:20px;display:none}.testimonial-item.active{display:block}.rating{color:#ffc107;margin-bottom:10px}.testimonial-author{align-items:center;margin-top:15px;display:flex}.author-avatar{color:#fff;background:#2d68f8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:10px;display:flex}.app-preview{flex:1}.phone-mockup{background:#f8f9fa;border-radius:20px;flex-direction:column;padding:20px;display:flex;box-shadow:0 10px 30px #0000001a}.doctor-card{background:#fff;border-radius:12px;order:1;padding:20px;display:none}.doctor-card.active{display:block}.doctor-avatar{border:2px solid #f0f0f0;border-radius:50%;flex-shrink:0;width:60px;height:60px;overflow:hidden}.doctor-avatar img{object-fit:cover;width:100%;height:100%}.doctor-avatar .name-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#2d68f8 0%,#2753c0 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;font-weight:600;display:flex}.doctor-details h4{color:#333;margin:0}.doctor-details p{color:#666;margin:5px 0 0}.stat-row{color:#666;align-items:center;margin-bottom:10px;display:flex}.book-appointment-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#2d68f8 0%,#2753c0 100%);border:none;border-radius:12px;width:100%;height:39px;padding:5px 0;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #00b39b4d}.book-appointment-btn:hover{color:#fff;transform:translateY(-5px);box-shadow:0 8px 25px #00b39b66,0 0 0 2px #00b39b33}@media (max-width:768px){.appointment-container{flex-direction:column}.appointment-title{font-size:2rem}}@media (max-width:992px){.appointment-container{text-align:center;flex-direction:column;gap:2rem}.appointment-container .appointment-content{max-width:100%}.appointment-container .appointment-content .features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center}.appointment-container .appointment-content .appointment-title{text-align:left;font-size:2.5rem}.appointment-container .guaranteed{margin:0;display:block}.appointment-container .find-doctor-btn,.appointment-container .app-preview{width:70vw}}@media (max-width:576px){.appointment-container{padding:1.5rem}.appointment-section .appointment-container{padding:2rem}.appointment-content .appointment-title{font-size:2rem}.appointment-content .subtitle{font-size:1rem}.appointment-content .features-grid{grid-template-columns:1fr}.doctor-card{order:1}.patient-reviews-section{order:2;margin-top:15px}}.doctor-card{background-color:#fff;border-radius:10px;margin-bottom:15px;padding:15px;transition:all .3s;box-shadow:0 4px 8px #0000001a}.doctor-card.active{transform:scale(1.02);box-shadow:0 6px 12px #00000026}.doctor-info{align-items:center;margin-bottom:15px;display:flex}.name-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:16px;font-weight:600;display:flex}.doctor-details h4{color:#333;margin:0 0 5px;font-size:18px}.doctor-details p{color:#666;margin:0;font-size:14px}.doctor-stats{margin-bottom:15px}.stat-row{align-items:center;margin-bottom:8px;font-size:14px;display:flex}.stat-row i{color:#4caf50;margin-right:8px}.patient-reviews-section{background-color:#fff;border-radius:10px;order:2;margin-top:20px;padding:15px;box-shadow:0 4px 8px #0000001a}.patient-reviews-section h4{color:#333;margin:0 0 15px;font-size:18px}.review-item{background-color:#f9f9f9;border-radius:6px;margin-bottom:12px;padding:8px}.review-rating{margin-bottom:5px}.review-rating i{color:#ddd;font-size:14px}.review-rating i.filled{color:gold}.review-comment{color:#555;margin:5px 0;font-size:13px;font-style:italic}.review-author{text-align:right;color:#888;margin:0;font-size:12px}.error-message{color:#d32f2f;text-align:center;background-color:#ffebee;border-radius:4px;margin:10px 0;padding:10px}.loading-indicator{text-align:center;color:#666;padding:15px}.medical-record-intro{text-align:center;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);padding:4rem 2rem}.medical-record-intro .intro-container{max-width:1200px;margin:0 auto}.medical-record-intro .intro-title{color:#4b5563;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.medical-record-intro .intro-title .highlight{color:#3b82f6;text-transform:uppercase;letter-spacing:.1rem;background:0 0;-webkit-text-fill-color:#3b82f6;-webkit-background-clip:text;margin-top:.5rem;font-size:4rem;font-weight:900;display:block}.medical-record-intro .intro-description{color:#4b5563;max-width:800px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.6}.medical-record-intro .features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem auto;display:grid}.medical-record-intro .features-grid .feature-item{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 12px #0000000d}.medical-record-intro .features-grid .feature-item:hover{transform:translateY(-5px)}.medical-record-intro .features-grid .feature-item .feature-icon{margin-bottom:1rem;font-size:2rem}.medical-record-intro .features-grid .feature-item .feature-text{color:#1f2937;font-weight:500}.medical-record-intro .cta-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:21rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background-color .3s;position:relative;top:-20px;box-shadow:0 4px 14px #2563eb4d}.medical-record-intro .cta-button:hover{background:#1d4ed8}.medical-record-intro .cta-button:active{transform:translateY(1px)}@media (max-width:768px){.medical-record-intro{padding:2rem 1rem}.medical-record-intro .cta-button{width:80vw}.medical-record-intro .intro-title{font-size:2rem}.medical-record-intro .intro-title .highlight{font-size:2.5rem}.medical-record-intro .intro-description{font-size:1rem}.medical-record-intro .features-grid{grid-template-columns:1fr}}.qlyno-app-section{position:relative;overflow:hidden}.qlyno-app-section:before{content:"";z-index:0;background:linear-gradient(135deg,#dbeafe4d 0%,#ffffff80 100%);position:absolute;top:0;bottom:0;left:0;right:0}.qlyno-app-section .qlyno-app-content{z-index:1;position:relative}.qlyno-app-section .app-info{animation:.8s ease-out fadeInLeft}.qlyno-app-section .app-info h2{-webkit-text-fill-color:#0000;color:#0000;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem}.qlyno-app-section .app-info p{line-height:1.7}.qlyno-app-section .app-preview{animation:3s ease-in-out infinite floatAnimation}.qlyno-app-section .app-preview img{transition:transform .3s}.qlyno-app-section .app-preview img:hover{transform:translateY(-10px)}.qlyno-app-section .store-buttons{flex-wrap:wrap;gap:1rem;display:flex}.qlyno-app-section .store-buttons .MuiButton-root{border-radius:8px;min-width:180px;padding:.75rem 1.5rem;transition:all .3s}.qlyno-app-section .store-buttons .MuiButton-root:hover{transform:translateY(-2px)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.patient-auth-container{background-color:#f9fafb;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Poppins,sans-serif;display:flex}.patient-auth-container .auth-card{background-color:#fff;border-radius:12px;width:100%;max-width:400px;margin-top:2rem;padding:25px;transition:transform .3s,box-shadow .3s;animation:.6s ease-out fadeIn,.8s ease-out floatUp;box-shadow:0 10px 20px #00000014}.patient-auth-container .auth-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.patient-auth-container .auth-card .logo-container{text-align:center;margin-bottom:15px}.patient-auth-container .auth-card .logo-container .auth-logo{width:auto;height:45px;animation:2s infinite pulse}.patient-auth-container .auth-card .auth-title{color:#333;text-align:center;margin-bottom:20px;font-size:20px;font-weight:600}.patient-auth-container .auth-card .form-group{margin-bottom:15px}.patient-auth-container .auth-card .form-group label{color:#333;align-items:center;margin-bottom:5px;font-size:13px;display:flex}.patient-auth-container .auth-card .form-group label .input-icon{color:#3b82f6;margin-right:8px;animation:.5s ease-out fadeIn}.patient-auth-container .auth-card .form-group input{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;transition:all .3s}.patient-auth-container .auth-card .form-group input:focus{border-color:#3b82f6;outline:none;transform:translateY(-2px);box-shadow:0 0 0 2px #3b82f626}.patient-auth-container .auth-card .form-group input::placeholder{color:#9ca3af}.patient-auth-container .auth-card .form-row{gap:10px;margin-bottom:15px;display:flex}.patient-auth-container .auth-card .form-row .form-group{flex:1;margin-bottom:0}.patient-auth-container .auth-card .forgot-password{text-align:right;margin-bottom:15px}.patient-auth-container .auth-card .forgot-password a{color:#3b82f6;font-size:12px;text-decoration:none;transition:color .3s}.patient-auth-container .auth-card .forgot-password a:hover{color:#0a59da;text-decoration:underline}.patient-auth-container .auth-card .auth-button{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;width:100%;padding:10px;font-size:14px;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.patient-auth-container .auth-card .auth-button:hover{background-color:#1469f4;transform:translateY(-2px)}.patient-auth-container .auth-card .auth-button:active{transform:translateY(1px)}.patient-auth-container .auth-card .auth-button:after{content:"";opacity:0;transform-origin:50%;background:#ffffff80;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:scale(1)translate(-50%)}.patient-auth-container .auth-card .auth-button:focus:not(:active):after{animation:1s ease-out ripple}.patient-auth-container .auth-card .divider{align-items:center;margin:15px 0;display:flex}.patient-auth-container .auth-card .divider:before,.patient-auth-container .auth-card .divider:after{content:"";background-color:#e5e7eb;flex:1;height:1px}.patient-auth-container .auth-card .divider span{color:#6b7280;padding:0 10px;font-size:12px}.patient-auth-container .auth-card .google-button{color:#333;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:9px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.patient-auth-container .auth-card .google-button .google-icon{color:#ea4335;margin-right:10px}.patient-auth-container .auth-card .google-button:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 2px 5px #00000014}.patient-auth-container .auth-card .toggle-form{text-align:center;margin-top:15px}.patient-auth-container .auth-card .toggle-form p{color:#6b7280;font-size:12px}.patient-auth-container .auth-card .toggle-form button{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-weight:500;transition:color .3s}.patient-auth-container .auth-card .toggle-form button:hover{color:#0a59da;text-decoration:underline}@keyframes floatUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes ripple{0%{opacity:1;transform:scale(0)}20%{opacity:1;transform:scale(25)}to{opacity:0;transform:scale(40)}}@media (max-width:576px){.patient-auth-container{padding:10px}.patient-auth-container .auth-card{padding:20px 15px}.patient-auth-container .auth-card .auth-title{font-size:18px}.patient-auth-container .auth-card .form-group input{padding:8px 10px}.patient-auth-container .auth-card .form-row{flex-direction:column;gap:15px}}.header{z-index:1000;background-color:#fff;border-bottom:1px solid #f0f0f0;width:100%;height:64px;padding:0;transition:all .3s;position:fixed;top:0;box-shadow:0 1px 2px #00000008}.header.scrolled{background-color:#fffffffa;height:56px;box-shadow:0 2px 8px #0000000d}.header .mobile-menu-toggle{cursor:pointer;z-index:1002;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:space-between;width:32px;height:26px;padding:4px;transition:all .3s;display:none;position:relative}.header .mobile-menu-toggle:hover{background:#0066ff0d}.header .mobile-menu-toggle span{transform-origin:50%;background:linear-gradient(135deg,#06f,#4f46e5);border-radius:2px;width:100%;height:3px;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 1px 2px #06f3}.header .mobile-menu-toggle.active span:first-child{background:linear-gradient(135deg,#ff4757,#ff3838);transform:rotate(45deg)translate(7px,7px)}.header .mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:scale(0)}.header .mobile-menu-toggle.active span:nth-child(3){background:linear-gradient(135deg,#ff4757,#ff3838);transform:rotate(-45deg)translate(7px,-7px)}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.logo-section{z-index:1002;align-items:center;height:100%;display:flex}.logo-link{align-items:center;height:100%;text-decoration:none;transition:all .2s;display:flex}.logo-link:hover{opacity:.8;transform:scale(1.02)}.logo-image{object-fit:contain;width:auto;height:48px;margin-left:0}.logo-text{color:#06f;align-items:center;gap:.5rem;height:100%;font-size:1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.logo-text:hover{color:#0052cc}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{color:#4a5568;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#06f}.login-dropdown-container{position:relative}.login-btn{cursor:pointer;background-color:#06f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.login-btn i{color:#fff;font-size:1rem}.login-btn:hover{background-color:#0052cc;transform:translateY(-1px)}.login-dropdown{z-index:1001;background-color:#fff;border-radius:8px;width:180px;animation:.2s ease-out fadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.login-dropdown .dropdown-item{color:#4a5568;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;transition:background-color .2s;display:flex}.login-dropdown .dropdown-item i{color:#06f;font-size:1rem}.login-dropdown .dropdown-item:hover{color:#06f;background-color:#f7fafc}.login-dropdown:before{content:"";background-color:#fff;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;width:12px;height:12px;position:absolute;top:-6px;right:13px;transform:rotate(45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;background:linear-gradient(135deg,#0006,#0066ff1a);animation:.4s cubic-bezier(.4,0,.2,1) forwards fadeInOverlay;position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:1024px){.nav-container{padding:0 1rem}.nav-links{gap:1.5rem}}@media (max-width:768px){.header .mobile-menu-toggle{display:flex}.header .nav-links{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-left:1px solid #fff3;flex-direction:column;gap:0;width:320px;height:calc(100vh - 64px);padding:2.5rem 0 1rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:64px;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #00000026}.header .nav-links.active{animation:.4s cubic-bezier(.4,0,.2,1) slideInFromRight;right:0}.header .nav-links a{color:#374151;border-radius:12px;width:100%;margin:.25rem 1rem;padding:1.25rem 2rem;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.header .nav-links a:before{content:"";background:linear-gradient(135deg,#06f,#4f46e5);border-radius:2px;width:4px;height:0;transition:height .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header .nav-links a:hover{color:#06f;background:linear-gradient(135deg,#0066ff14,#4f46e50d);transform:translate(8px)}.header .nav-links a:hover:before{height:24px}.header .nav-links a:active{transform:scale(.98)translate(8px)}.header .nav-links .login-dropdown-container{background:linear-gradient(135deg,#0066ff08,#4f46e505);border-top:1px solid #0066ff1a;width:100%;margin-top:1rem;padding:1.5rem 2rem 1rem}.header .nav-links .login-dropdown-container .login-btn{background:linear-gradient(135deg,#06f,#4f46e5);border:none;border-radius:16px;justify-content:center;width:100%;height:52px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0066ff4d}.header .nav-links .login-dropdown-container .login-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.header .nav-links .login-dropdown-container .login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06f6}.header .nav-links .login-dropdown-container .login-btn:hover:before{left:100%}.header .nav-links .login-dropdown-container .login-btn:active{transform:translateY(0)}.header .nav-links .login-dropdown-container .login-btn i{color:#fff;margin-right:.75rem;font-size:1.1rem}.header .nav-links .login-dropdown-container .login-btn:after{content:"Login Options";color:#fff;letter-spacing:.5px;font-size:1rem;font-weight:600}.header.scrolled .nav-links{height:calc(100vh - 56px);top:56px}.header .login-dropdown{width:100%;box-shadow:none;background:#fff;border:1px solid #0066ff1a;border-radius:16px;margin-top:1.5rem;position:static;overflow:hidden}.header .login-dropdown:before{display:none}.header .login-dropdown .dropdown-item{border-bottom:1px solid #0066ff0d;padding:1.25rem 1.5rem;transition:all .3s;position:relative}.header .login-dropdown .dropdown-item:before{content:"";background:linear-gradient(135deg,#0066ff1a,#4f46e50d);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.header .login-dropdown .dropdown-item:hover{color:#06f;background:linear-gradient(135deg,#0066ff0d,#4f46e508);transform:translate(4px)}.header .login-dropdown .dropdown-item:hover:before{width:4px}.header .login-dropdown .dropdown-item:hover i{color:#4f46e5;transform:scale(1.1)}.header .login-dropdown .dropdown-item:last-child{border-bottom:none}.header .login-dropdown .dropdown-item i{color:#06f;font-size:1.1rem;transition:all .3s}}@media (max-width:480px){.header{height:56px}.header.scrolled{height:52px}.header .nav-links{width:100%;padding:2rem 0 1rem;top:56px;right:-100%}.header .nav-links.active{right:0}.header .nav-links a{margin:.25rem .75rem;padding:1rem 1.5rem}.header .nav-links .login-dropdown-container{padding:1.5rem 1rem 1rem}.header.scrolled .nav-links{height:calc(100vh - 52px);top:52px}.header .logo-image{width:60px;height:60px}.header .logo-text{font-size:1.25rem}.header .mobile-menu-toggle{width:28px;height:22px}.nav-container{padding:0 1rem}.login-btn{width:32px;height:32px}.login-btn i{font-size:.875rem}}.hero-container{background-color:#fff;justify-content:center;align-items:flex-start;min-height:100vh;padding:6rem 2rem 2rem;display:flex}.hero-content{background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:2rem;display:flex;box-shadow:0 2px 10px #00000008}.logo-section{flex-direction:column;align-items:center;gap:0;margin-bottom:0;display:flex}.hero-logo{object-fit:contain;width:100px;height:100px;margin-bottom:0}.logo-circle{background:#06f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.logo-circle .search-icon{color:#fff;font-size:1rem}.logo-text{color:#06f;font-size:1.75rem;font-weight:600}.hero-title{color:#1a2b4b;text-align:center;background:linear-gradient(135deg,#1a2b4b 0%,#2563eb 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;max-width:900px;margin-top:1.5rem;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#64748b;text-align:center;max-width:800px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.services-grid{perspective:1000px;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}@media (max-width:1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}.service-card{text-align:center;cursor:pointer;transform-style:preserve-3d;background:#f8f9fc;border-radius:16px;padding:2.5rem;transition:all .4s;position:relative;box-shadow:0 10px 20px #0000000d}.service-card:before{content:"";opacity:0;background:linear-gradient(45deg,#ffffff1a,#ffffff80);border-radius:16px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translateZ(-1px)}.service-card img{object-fit:cover;border:6px solid #fff;border-radius:50%;width:160px;height:160px;margin:0 auto 2rem;transition:all .4s;transform:translateZ(30px);box-shadow:0 8px 16px #0000001a}.service-card h3{color:#1a2b4b;margin-bottom:1rem;font-size:1.5rem;font-weight:600;transform:translateZ(20px)}.service-card p{color:#64748b;font-size:1rem;transform:translateZ(15px)}.service-card:hover{transform:rotateX(5deg)rotateY(5deg)scale(1.02);box-shadow:0 20px 40px #0000001a}.service-card:hover:before{opacity:1}.service-card:hover img{transform:translateZ(40px);box-shadow:0 12px 24px #00000026}.service-card:hover h3{color:#06f;transform:translateZ(30px)}.service-card:hover p{transform:translateZ(25px)}@media (max-width:768px){.hero-container{padding:5rem 1rem 2rem}.hero-content{padding:1.5rem}.hero-logo{width:80px;height:80px}.hero-title{margin-top:1rem;font-size:2rem;line-height:1.3}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.services-grid{perspective:none;grid-template-columns:1fr;gap:1.5rem}.service-card{transform-style:flat;padding:2rem}.service-card img{width:120px;height:120px;margin-bottom:1.5rem}.service-card:hover{transform:translateY(-5px)}}.search-section{background-color:#fff;border-radius:12px;flex-direction:column;gap:12px;max-width:1200px;margin:0 auto;padding:24px;display:flex;box-shadow:0 4px 12px #00000014}.location-input,.search-input{background-color:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:0 16px;transition:all .2s;display:flex;position:relative}.location-input:focus-within,.search-input:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f64d}.location-icon,.doctor-icon{color:#4b5563;margin-right:12px;font-size:18px}.location-input input,.search-input input{color:#1f2937;background:0 0;border:none;flex:1;width:100%;padding:14px 0;font-size:16px}.location-input input::placeholder,.search-input input::placeholder{color:#9ca3af}.location-input input:focus,.search-input input:focus{outline:none}.location-dropdown,.doctor-dropdown{z-index:10;background-color:#fff;border-radius:8px;max-height:300px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.location-loading,.doctor-loading,.location-no-results,.doctor-no-results{text-align:center;color:#6b7280;padding:16px}.location-item,.doctor-item{cursor:pointer;align-items:center;padding:12px 16px;transition:background-color .2s;display:flex}.location-item:hover,.doctor-item:hover{background-color:#f3f4f6}.location-item-icon,.doctor-item-icon{color:#4b5563;margin-right:12px;font-size:16px}.doctor-count{color:#6b7280;background-color:#e5e7eb;border-radius:12px;margin-left:8px;padding:2px 8px;font-size:14px}.doctor-item-info{flex-direction:column;flex:1;display:flex}.doctor-name{color:#1f2937;font-weight:600}.doctor-details{color:#6b7280;margin-top:4px;font-size:14px}.search-button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:background-color .2s}.search-button:hover{background-color:#1d4ed8}.search-button:active{transform:translateY(1px)}.search-help-link{text-align:center;margin-top:12px}.specialist-finder-link{color:#2563eb;justify-content:center;align-items:center;gap:6px;font-size:14px;text-decoration:none;display:flex}.specialist-finder-link:hover{text-decoration:underline}@media (min-width:768px){.search-section{flex-flow:wrap;align-items:center}.location-input{flex:.4;min-width:150px}.search-input{flex:.6;min-width:250px}.search-button{margin-left:auto}.search-help-link{width:100%;margin-top:16px}}.doctor-item{border-bottom:1px solid #e5e7eb}.doctor-item:last-child{border-bottom:none}.location-dropdown,.doctor-dropdown{animation:.2s ease-out fadeIn}.footer{color:#fff;background-color:#1a2b4b;padding:3rem 0 0;font-family:Arial,sans-serif}.footer__container{grid-template-columns:1fr 2fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.footer__logo img{object-fit:contain;width:auto;height:60px;margin-bottom:1rem}.footer__logo h2{margin-bottom:.5rem;font-size:1.8rem}.footer__logo p{color:#ffffffb3;font-size:.9rem}.footer__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer__column{flex-direction:column;gap:.6rem;display:flex}.footer__column h3{color:#fff;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;position:relative}.footer__column h3:after{content:"";background:#3b82f6;width:30px;height:2px;position:absolute;bottom:-6px;left:0}.footer__column a{color:#fff9;padding:2px 0;font-size:.9rem;text-decoration:none;transition:all .3s}.footer__column a:hover{color:#3b82f6;transform:translate(4px)}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:3rem auto 0;padding:1.5rem 2rem;display:flex}.footer__bottom p{color:#ffffff80;font-size:.8rem}.footer__social{gap:1rem;display:flex}.footer__social a{color:#ffffffb3;font-size:1.2rem;transition:color .3s}.footer__social a:hover{color:#fff}@media (max-width:768px){.footer__container{grid-template-columns:1fr;gap:2rem}.footer__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer__links{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}}.footer-section{color:#fff;background-color:#1a2b4b;padding:3rem 0 0}.footer-section .about-widget .logo img{object-fit:contain;filter:brightness(0)invert();width:auto;height:120px;margin-left:-3rem}.footer-section .widget-title{margin-bottom:1.5rem}.footer-section .widget-title h3{color:#fff;font-size:1.2rem;font-weight:600}.footer-section .contact-ft ul{margin:0;padding:0;list-style:none}.footer-section .contact-ft ul li{color:#ffffffb3;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.footer-section .contact-ft ul li i{color:#2563eb;margin-top:.25rem;font-size:1.1rem}.footer-section .link-widget ul{margin:0;padding:0;list-style:none}.footer-section .link-widget ul li{margin-bottom:.75rem}.footer-section .link-widget ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-section .link-widget ul li a:hover{color:#fff}.footer-section .instagram ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-section .instagram ul li{width:calc(33.333% - .35rem)}.footer-section .instagram ul li a{border-radius:8px;display:block;overflow:hidden}.footer-section .instagram ul li a img{width:100%;height:auto;transition:transform .3s;display:block}.footer-section .instagram ul li a:hover img{transform:scale(1.1)}.footer-section .lower-footer{border-top:1px solid #ffffff1a;margin-top:3rem;padding:1.5rem 0}.footer-section .lower-footer .lower-footer-link{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.footer-section .lower-footer .lower-footer-link li a{color:#ffffff80;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section .lower-footer .lower-footer-link li a:hover{color:#fff}.footer-section .lower-footer .copy-right{text-align:right}.footer-section .lower-footer .copy-right p{color:#ffffff80;margin:0;font-size:.9rem}.footer-section .lower-footer .copy-right p a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-section .lower-footer .copy-right p a:hover{color:#fff}@media (max-width:768px){.footer-section .lower-footer .row{text-align:center;flex-direction:column}.footer-section .lower-footer .lower-footer-link{justify-content:center}.footer-section .lower-footer .copy-right{text-align:center;margin-top:1rem}}.sticky-header{z-index:9999;opacity:0;-o-transition:all .7s;width:100%;transition:all .7s;position:fixed;top:-200px;left:0}.sticky-on{opacity:1;top:0}@media (max-width:991px){.about-page .about-content{text-align:center}}.about-page .about-content h2{font-size:114px;font-style:normal;font-weight:400;line-height:130px}@media (max-width:1199px){.about-page .about-content h2{font-size:100px;line-height:120px}}@media (max-width:991px){.about-page .about-content h2{font-size:80px;line-height:100px}}@media (max-width:575px){.about-page .about-content h2{font-size:50px;line-height:60px}}.about-page .about-content h3{letter-spacing:6px;margin-bottom:40px;font-size:60px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1199px){.about-page .about-content h3{margin-bottom:30px;font-size:50px}}@media (max-width:991px){.about-page .about-content h3{font-size:40px}}@media (max-width:575px){.about-page .about-content h3{font-size:25px;line-height:30px}}.about-page .about-content p{margin-bottom:0}.about-page .event-section{padding:100px 0}@media (max-width:1199px){.about-page .event-section{padding:80px 0}}@media (max-width:991px){.about-page .event-section{padding-top:0}.about-page .event-section .event-items{text-align:center}}.about-page .event-section .event-items h3,.about-page .event-section .event-items .event-item h4,.about-page .event-section .event-items .event-item span{color:#1f1f1f}.about-page .about-apge-right-img{z-index:11;width:120%;margin-bottom:-50px;position:relative}@media (max-width:991px){.about-page .about-apge-right-img{width:100%}}.about-us-page .service-section .service-left-text{padding-right:50px}@media (max-width:991px){.about-us-page .service-section .service-left-text{padding-right:0}}.about-us-page .service-section .service-left-text span,.about-us-page .service-section .service-left-text h2,.about-us-page .service-section .service-left-text p,.about-us-page .service-section .service-wrap .service-item h2 a{color:#fff}.about-us-page .service-section .service-wrap .service-item h2 a:hover{color:#ff4a3b}.about-us-page .service-section .service-wrap .service-item p{color:#fff}.about-us-page .project-section-s2 .project-text h2 a{color:#1f1f1f}.about-us-page .project-section-s2 .project-text h2 a:hover{color:#ff4a3b}.about-us-page .project-section-s2 .project-btn .fancy-btn{color:#fff}.image-icon img{filter:invert()sepia()saturate(10000%)hue-rotate(180deg);width:10rem;transition:filter .3s}.image-icon img:hover{filter:invert()sepia()saturate(10000%)hue-rotate(-120deg)}.service-page .service-section-s2{padding-bottom:50px}.service-page .exprience-service .exprience-service-wrap{background:#1f1f1f;padding:0}.service-page .exprience-service .exprience-service-wrap .exprience-service-item{border-color:#0000001a}.service-page .exprience-service .exprience-service-wrap .exprience-service-item ul li b{color:#fff}.service-page .exprience-service .exprience-service-wrap .exprience-service-item ul li:first-child:before{background:#0000001a}.service-page .exprience-service .exprience-service-wrap .exprience-service-item ul li span{color:#1f1f1f}.service-page .exprience-service .exprience-service-wrap .exprience-service-item:hover ul li i svg{stroke:#fff}.service-single-page .service-single-wrap h2{margin-bottom:20px;font-size:80px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:991px){.service-single-page .service-single-wrap h2{font-size:60px}}@media (max-width:575px){.service-single-page .service-single-wrap h2{font-size:40px}.service-single-page .service-single-wrap{text-align:center}}.service-single-page .service-single-wrap .inner-img{padding:60px 0}.service-single-page .service-single-wrap .inner-img img{width:100%;margin-bottom:10px}.service-single-page .event-section{padding:60px 0 100px}@media (max-width:1199px){.service-single-page .event-section{padding:80px 0}}@media (max-width:991px){.service-single-page .event-section{padding-top:0;padding-bottom:0}.service-single-page .event-section .event-items{text-align:center}}.service-single-page .event-section .event-items h3,.service-single-page .event-section .event-items .event-item h4,.service-single-page .event-section .event-items .event-item span{color:#1f1f1f}.service-single-page .event-section .event-left-img{width:360%;position:relative}@media (max-width:991px){.service-single-page .event-section .event-left-img{width:100%;margin-bottom:0}.service-single-page .blog-sidebar{padding-bottom:60px}}.team-page .event-section .event-items h3,.team-page .event-section .event-items .event-item h4,.team-page .event-section .event-items .event-item span{color:#1f1f1f}.team-page .event-section .event-left-img{text-align:center}@media (max-width:991px){.team-page .event-section .event-left-img{display:none}}.team-single-page .team-details-img img{object-fit:cover;width:100%;max-height:800px}@media (max-width:1199px){.team-single-page .team-details-text{margin-top:30px}}.team-single-page .team-details-text h2{margin-bottom:20px;font-size:80px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1199px){.team-single-page .team-details-text h2{font-size:50px}}@media (max-width:991px){.team-single-page .team-details-text h2{font-size:40px}}.team-single-page .team-details-text .team-text-items{flex-wrap:wrap;display:flex}.team-single-page .team-details-text .team-text-items .team-text-item{flex-basis:50%;margin-bottom:30px}.team-single-page .team-details-text .team-text-items .team-text-item h4{text-transform:uppercase;font-family:Space Mono;font-size:18px;font-style:normal;font-weight:700;line-height:29px}.team-single-page .team-details-text .team-text-items .team-text-item span{font-size:16px;font-style:normal;font-weight:400;line-height:29px}@media (max-width:991px){.team-single-page .team-details-text .team-text-items .team-text-item span{font-size:13px}}.team-single-page .team-details-text .team-text-items .team-text-item .social{display:flex}.team-single-page .team-details-text .team-text-items .team-text-item .social a{color:#1f1f1f;font-size:16px;font-style:normal;font-weight:400;line-height:29px;display:block}.team-single-page .team-details-text .team-text-items .team-text-item .social a+a{margin-left:20px}.team-single-page .team-details-text p{margin-bottom:0}@media (max-width:1199px){.team-single-page .team-details-text p{font-size:15px}}.team-single-page .contact-area .contact-area-wrapper{background:#fff;box-shadow:0 1px 15px #3e419f26}.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-title h3,.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-title p,.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-text h4,.team-single-page .contact-area .contact-area-wrapper .contact-info-wrap .contact-info-icon i{color:#1f1f1f}.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control{color:#1f1f1f;background:#fdf9f6}.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control::-webkit-input-placeholder{color:#1f1f1f}.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control::placeholder{color:#1f1f1f}.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control:placeholder-shown{color:#1f1f1f}.team-single-page .contact-area .contact-area-wrapper .contact-form-area .form-control:-ms-placeholder-shown{color:#1f1f1f}.team-single-page .contact-area .contact-area-wrapper .contact-form-area .submit-area button{color:#1f1f1f}.short-form-editing{color:#fff;text-align:center;background-color:#0a0a0a}.short-form-editing h1{color:#fff;margin-bottom:20px;font-size:3rem;font-weight:700}.short-form-editing h1 span{color:#ff0;position:relative}.short-form-editing h1 span:after{content:"";background-color:red;width:100%;height:5px;position:absolute;bottom:-10px;left:0}.cta-b{margin-top:-1rem}@media (max-width:600px){.cta-b{margin-top:24rem}}.short-form-editing p{color:#ccc;margin-bottom:40px;font-size:1rem}.thumbnail-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.thumbnail-grid video{border-radius:10px;width:150px;height:266px;transition:transform .3s,box-shadow .3s}.thumbnail-grid video:hover{transform:scale(1.05);box-shadow:0 4px 20px #ff0c}.cta-button{color:#000;cursor:pointer;background-color:#fff;border:none;padding:10px 20px;position:relative;top:-40px}.wistia-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (max-width:1024px){.wistia-grid{gap:100px}}@media (max-width:600px){.wistia-grid{gap:320px}}.wistia_responsive_padding{width:300px;margin-bottom:10px;position:relative;padding:48% 0 0!important}@media (max-width:820px){.cta-button{margin-top:21px}}@media (max-width:480px){.wistia-grid{gap:350px}.cta-button{margin-top:21px}}.long-form-editing{color:#fff;text-align:center;background-color:#0a0a0a}.long-form-editing h1{color:#fff;margin-bottom:20px;font-size:3rem;font-weight:700}.long-form-editing h1 span{color:#ff0;position:relative}.long-form-editing h1 span:after{content:"";background-color:red;width:100%;height:5px;position:absolute;bottom:-10px;left:0}.long-form-editing p{color:#ccc;font-size:1rem}.long-form-grid{flex-flow:column wrap;justify-content:center;width:70vw;margin:0 auto;display:flex}.wistia_responsive_wrapper_long{height:"100%";width:70vw;position:relative;top:0;left:0}.wistia_responsive_padding_long{margin:auto 10px;position:relative;padding:2% 0 0!important}.cta-button-long{color:#000;cursor:pointer;background-color:#fff;border:none;width:165px;margin:auto;padding:10px 20px;position:relative;top:50px}.map-section iframe{width:100%;height:700px}@media (max-width:767px){.map-section iframe{height:500px}}@media (max-width:575px){.map-section iframe{height:400px}}@media (max-width:767px){.contact-page .office-info{text-align:center}}.contact-page .office-info h3{color:#fff;margin-bottom:30px;font-size:30px;font-style:normal;font-weight:400;line-height:normal}.contact-page .office-info ul{padding-right:15px}.contact-page .office-info ul li{color:#fff;margin-bottom:30px;padding-left:30px;position:relative}@media (max-width:767px){.contact-page .office-info ul li{padding-left:0}}.contact-page .office-info ul li i{color:#ff4a3b;position:absolute;top:3px;left:0}@media (max-width:767px){.contact-page .office-info ul li i{position:relative}}.contact-page .contact-form-area .form-field{margin-bottom:30px}.contact-page .contact-form-area .form-control{background:#fdf9f6;border:0;height:60px;padding:15px}.contact-page .contact-form-area .form-control:focus{box-shadow:none;outline:none}.contact-page .contact-form-area textarea.form-control{height:109px}@media (max-width:767px){.contact-page .contact-form-area .submit-area{text-align:center}}.contact-page .contact-form-area .submit-area button{color:#fff;border:1px solid #ff4a3b;font-family:Space Mono;font-size:16px;font-style:normal;font-weight:400;line-height:29px}.instagram-section{padding-bottom:15px}.instagram-section .instagram-item a{display:block;position:relative}.instagram-section .instagram-item a:before{content:"";color:#fff;opacity:0;visibility:hidden;z-index:1;background:#26262699;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-family:themify;font-size:40px;transition:all .6s;display:flex;position:absolute;top:0;left:0}.instagram-section .instagram-item:hover a:before{opacity:1;visibility:visible}.instagram-section .owl-nav{display:none}.blog-grid-page .blog-section-s2 .blog-item{margin-bottom:30px}.blog-page-area .blog-item{margin-bottom:60px}.blog-page-area .blog-item:last-child{margin-bottom:0}.blog-page-area .blog-item .blog-content{padding-top:30px}.blog-page-area .blog-item .blog-content span{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:29px}.blog-page-area .blog-item .blog-content h2{margin-top:5px;margin-bottom:20px;font-size:58px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1199px){.blog-page-area .blog-item .blog-content h2{font-size:50px}}@media (max-width:991px){.blog-page-area .blog-item .blog-content h2{font-size:40px}}@media (max-width:767px){.blog-page-area .blog-item .blog-content h2{font-size:30px}}.blog-page-area .blog-item .blog-content h2 a{color:#fff}.blog-page-area .blog-item .blog-content h2 a:hover{color:#ff4a3b}.blog-page-area .blog-item .blog-content .read-more{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:29px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.blog-page-area .blog-item .blog-content .read-more:hover{color:#ff4a3b}.blog-page-area .blog-item .blog-no-img{text-align:center;background:#fdf9f6;flex-direction:column;justify-content:center;width:100%;height:429px;display:flex}@media (max-width:767px){.blog-page-area .blog-item .blog-no-img{height:250px}}.blog-page-area .blog-item .blog-no-img h3{color:#bababa;font-size:80px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:767px){.blog-page-area .blog-item .blog-no-img h3{font-size:40px}}@media (max-width:991px){.blog-sidebar{margin-top:50px}}.blog-sidebar .widget{color:#fff;margin-bottom:100px}@media (max-width:1199px){.blog-sidebar .widget{margin-bottom:60px}}.blog-sidebar .widget:last-child{margin-bottom:0}.blog-sidebar .widget h3{color:#fff;margin-bottom:20px;font-size:40px;font-style:normal;font-weight:400;line-height:50px}@media (max-width:1199px){.blog-sidebar .widget h3{font-size:32px;line-height:40px}}.blog-sidebar .service-category{background:#fdf9f6;padding:40px}@media (max-width:1199px){.blog-sidebar .service-category{padding:30px}}.blog-sidebar .service-category h4{margin-bottom:20px;font-size:30px;font-style:normal;font-weight:400;line-height:normal}.blog-sidebar .service-category ul li+li{margin-top:20px}.blog-sidebar .service-category ul li a{color:#fff;background:#3f3636;padding:15px 20px;font-size:16px;font-style:normal;font-weight:400;line-height:29px;display:block;position:relative}.blog-sidebar .service-category ul li a:after{content:"";font-family:themify;transition:all .3s;position:absolute;top:15px;right:15px}.blog-sidebar .service-category ul li a:hover{color:#fff;background:#ff4a3b}.blog-sidebar .blog-right-info p{color:#fff;margin-bottom:0}.blog-sidebar .recent-post .post{align-items:center;margin-bottom:30px;display:flex}.blog-sidebar .recent-post .post .post-img{flex-basis:40%;margin-right:20px}.blog-sidebar .recent-post .post .post-content{flex-basis:60%}.blog-sidebar .recent-post .post .post-content span{font-size:14px;font-style:normal;font-weight:400;line-height:normal}.blog-sidebar .recent-post .post .post-content h4{margin-top:6px;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.blog-sidebar .recent-post .post .post-content h4 a{color:#fff}.blog-sidebar .recent-post .post .post-content h4 a:hover{color:#ff4a3b}.blog-sidebar .category-widget ul li+li{margin-top:25px}.blog-sidebar .category-widget ul li a{color:#fff}.blog-sidebar .category-widget ul li a:hover{color:#ff4a3b}.blog-sidebar .tag-widget ul{flex-wrap:wrap;display:flex}.blog-sidebar .tag-widget ul li+li{margin-left:15px}.blog-sidebar .tag-widget ul li a{color:#fff}.blog-sidebar .tag-widget ul li a:hover{color:#ff4a3b}.blog-sidebar .cta-widget{background:url(../media/cta.16y~b58j-g_5..jpg) 0 0/cover;padding-top:160px}.blog-sidebar .cta-widget .cta-text{text-align:center;clip-path:polygon(50% 0%,100% 38%,100% 100%,0 100%,0% 38%);background:#1f1f1fe6;margin-top:50px;padding:120px 45px 50px}@media (max-width:1199px){.blog-sidebar .cta-widget .cta-text{padding:80px 25px 40px}}.blog-sidebar .cta-widget p{color:#fff;font-family:Italiana;font-size:22px;font-style:normal;font-weight:400;line-height:normal}@media (max-width:1199px){.blog-sidebar .cta-widget p{font-size:18px}}.blog-sidebar .cta-widget span{color:#fff;font-size:29px;font-style:normal;font-weight:400;line-height:29px}@media (max-width:1199px){.blog-sidebar .cta-widget span{font-size:25px}}
