@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:Inter,sans-serif;background-color:#fff;color:#000;scroll-behavior:smooth;-webkit-text-size-adjust:100%}ul,li{list-style:none}a{text-decoration:none;color:inherit}input,textarea,select{font-size:16px}@media (max-width: 768px){input,textarea,select{font-size:16px!important;line-height:1.4;width:100%;max-width:400px;padding:10px 14px;margin:0;box-sizing:border-box;-webkit-appearance:none;appearance:none}}:root{--top-header-height: 35px}.navbar{width:100%;height:80px;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 6px #00000014;display:flex;align-items:center;position:fixed;top:35px;z-index:1500;padding:0 25px}.navbar-container{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{width:146px;height:38px;object-fit:contain;cursor:pointer}.nav-links{flex:1;display:flex;gap:20px;list-style:none;align-items:center;justify-content:center;transition:all .4s ease;min-width:0}.nav-links a{text-decoration:none;font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#000;padding:8px 14px;border-radius:41px;transition:all .3s ease}.nav-links a:hover,.nav-links a.active{background:#0f4fb31a;color:#0f4fb3}.signup-btn{width:196px;height:56px;background:#0f4fb3;border:none;border-radius:57px;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease}.signup-btn:hover{background:#0d3f91;transform:scale(1.03)}.right-section{display:flex;align-items:center;gap:15px}.profile-icon{width:35px;height:35px;border-radius:50%;background:#414141;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:8px;transition:all .3s ease}.profile-icon:hover{transform:scale(1.08)}.profile-icon.active{width:35px;height:35px;background:#0f4fb3;color:#fff;animation:pop .25s ease}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.profiles,.mobile-btn{display:none}.menu-icon{display:none;font-size:25px;color:#0f4fb3;cursor:pointer;transition:transform .3s ease;z-index:2000!important;position:relative}.menu-icon:hover{transform:scale(1.1)}.dropdown{position:relative}.dropbtn-container{display:flex;align-items:center;gap:4px}.dropbtn-link{padding:8px 0 8px 14px!important}.dropdown-arrow-btn{background:none;border:none;color:#000;cursor:pointer;padding:8px 10px 8px 0;font-size:14px;transition:transform .3s ease}.dropdown-content{visibility:hidden;opacity:0;position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);background:#fff;min-width:280px;padding:15px;border-radius:16px;box-shadow:0 15px 40px #0000001f;border:1px solid rgba(15,79,179,.05);transition:all .4s cubic-bezier(.165,.84,.44,1);z-index:1000}.dropdown:hover .dropdown-content{visibility:visible;opacity:1;transform:translate(-50%) translateY(10px)}.dropdown:hover .dropdown-arrow-btn{transform:rotate(180deg)}.dropdown-content a{display:flex;align-items:center;width:100%;padding:14px 18px;margin:2px 0;color:#444;font-size:14.5px;font-weight:500;border-radius:10px;transition:all .25s ease}.dropdown-content a:hover{background:linear-gradient(90deg,#0f4fb31f,#0f4fb30a);color:#0f4fb3!important;padding-left:24px}.dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 10px;width:100%}.dropdown-content{min-width:720px}@media (max-width: 1200px){.signup-btn{width:170px;height:50px;font-size:14px}}@media (max-width: 950px){.dropdown-arrow-btn{display:none}.dropbtn-link{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#0f4fb3;padding:8px 14px;border-radius:41px;cursor:pointer;transition:all .3s ease;display:block;text-align:center}.dropbtn-link:hover{background:#0f4fb326;color:#000;transform:scale(1.05)}.desktop-btn{display:none}.menu-icon{display:block;z-index:2000!important;position:relative}.profile-icon{display:none}.profiles{display:block}.nav-links{position:fixed;top:0;left:-110%;width:100%;height:100vh;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:100px;gap:30px;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:inset 0 0 20px #0000001a;transition:all .4s cubic-bezier(.25,1,.5,1);opacity:0;overflow-y:auto}body:after{content:"";position:fixed;inset:0;background:#0000004d;opacity:0;pointer-events:none;transition:opacity .3s ease}body.menu-open:after{opacity:1;pointer-events:all}.nav-links.open{left:0;opacity:1}.nav-links a{font-size:20px;color:#0f4fb3;font-weight:600}.nav-links a:hover,.nav-links a.active{background:#0f4fb326;color:#000;transform:scale(1.05)}.mobile-btn{display:block;margin-top:40px;width:180px;height:50px;font-size:16px;background:#0f4fb3;color:#fff;animation:fadeUp .6s ease forwards}}@media (max-width: 480px){.logo{width:120px}.menu-icon{font-size:22px}.mobile-btn{width:160px;height:46px;font-size:15px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.desktop-only{display:block}@media (max-width: 950px){.desktop-only{display:none}.mobile-services-panel{position:absolute;inset:0;background:#fff;padding-top:100px;display:flex;flex-direction:column;gap:25px;z-index:10;animation:slideFadeIn .45s cubic-bezier(.25,1,.5,1);will-change:transform,opacity}.mobile-back{font-size:18px;font-weight:600;color:#0f4fb3;padding:10px 20px;cursor:pointer}@keyframes slideFadeIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideFadeOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}}.hero{width:100%;height:714px;margin:126px auto 20px;border-radius:none;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;transition:all .5s ease-in-out;transition:background-image 1.5s ease-in-out}.hero-carousel{animation:fadeBg 1s ease-in-out}@keyframes fadeBg{0%{opacity:.4}to{opacity:1}}.hero:before{content:"";position:absolute;inset:0;background:#0f4fb359;transition:all .5s ease}.hero:hover:before{background:#0f4fb373}.hero-content{position:relative;z-index:2;padding-left:70px;max-width:900px;margin-bottom:20px;animation:fadeSlideIn 1.2s ease-out forwards}.hero-subtitle{font-family:Inter,sans-serif;font-weight:300;font-size:21.44px;letter-spacing:.25em;color:#fff;margin-bottom:15px}.hero-title{font-family:Helvetica,sans-serif;font-weight:600;font-size:80px;line-height:1.1;color:#fff;margin-bottom:40px}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.btn{border:none;border-radius:57px;padding:18px 38px;font-family:Inter,sans-serif;font-weight:500;font-size:18px;cursor:pointer;box-shadow:5px 6px 4px #00000026;transition:all .3s ease}.btn-primary{background:#fff;color:#0f4fb3}.btn-outline{background:#ffffff1a;color:#fff;border:1px solid #ffffff}.btn-outline a{color:#fff;text-decoration:none}.btn:hover{transform:scale(1.05);box-shadow:5px 8px 8px #0003}@media (max-width: 1200px){.hero{height:650px;width:100%;border-radius:none}.hero-content{padding-left:50px;margin-top:150px}.hero-title{font-size:65px}}@media (max-width: 900px){.hero{height:600px;text-align:center;justify-content:center;border-radius:none}.hero-content{padding:0 30px;margin-top:150px}.hero-title{font-size:55px}.hero-subtitle{font-size:18px;letter-spacing:.15em}.hero-buttons{justify-content:center}}@media (max-width: 600px){.hero{height:520px;border-radius:none}.hero-content{padding:0 20px;margin-top:100px}.hero-title{font-size:38px;line-height:1.2}.hero-subtitle{font-size:15px;letter-spacing:.1em}.btn{width:100%;text-align:center;padding:15px 20px;font-size:16px}}@media (max-width: 400px){.hero-title{font-size:32px}.hero-subtitle{font-size:14px}}.service-section{width:90%;max-width:1356px;margin:100px auto;text-align:center}.service-header{margin-bottom:60px}.service-subtitle{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:13.6px;letter-spacing:.1em;color:#41414180;margin-bottom:10px}.service-title{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:62px;color:#414141;margin-bottom:20px}.service-title span{color:#0f4fb3}.service-desc{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#41414180;max-width:839px;margin:0 auto}.service-grid{margin-top:60px;background:#f9f9f9;border-radius:10px;padding:50px 72px;display:grid;grid-template-columns:repeat(3,1fr);gap:35px;align-items:stretch}.service-card{background:#fff;border-radius:14px;box-shadow:3px 1px 6.8px 3px #0000001a;padding:30px 25px;text-align:left;opacity:0;transform:translateY(50px);transition:all .6s ease-out;height:100%}.service-card.show{opacity:1;transform:translateY(0)}.service-card:hover{transform:translateY(-9px) scale(1.01);box-shadow:0 8px 20px #0f4fb333}.service-card-text{flex-grow:1}.icon-box{width:55px;height:55px;border-radius:10px;background:#f0f4ff;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.icon{width:38px;height:38px;color:#0f4fb3}.service-card-title{font-family:Helvetica Neue,sans-serif;font-weight:700;font-size:20px;color:#414141;margin-bottom:10px}.service-card-text{font-family:Inter,sans-serif;font-weight:400;font-size:15px;color:#6c6c6c;line-height:1.6}@media (max-width: 1200px){.service-grid{grid-template-columns:repeat(2,1fr);padding:40px 50px}.service-title{font-size:50px}}.mobile-service-carousel{display:none}@media (max-width: 768px){.service-grid{display:none}.service-title{font-size:38px}.service-desc{font-size:15px}.service-card{text-align:center}.icon-box{margin:0 auto 15px}.mobile-service-carousel{display:block;overflow-x:visible;margin-top:20px}.carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:15px;cursor:grab}.carousel-track:active{cursor:grabbing}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{min-width:250px;background:#fff;border-radius:14px;padding:25px 20px;box-shadow:0 10px 25px #0000001a;scroll-snap-align:center;transform:rotate(-2deg) scale(.96);transition:all .35s ease}.carousel-card:nth-child(odd){transform:rotate(2deg) scale(.96)}.carousel-card:active,.carousel-card:hover{transform:rotate(0) scale(1)}.carousel-card .service-card-title,.carousel-card .service-card-text{text-align:center}}@media (max-width: 480px){.carousel-card{min-width:220px}.service-title{font-size:30px}.service-card-text{font-size:14px}}.about-section{width:90%;max-width:1234px;margin:100px auto;display:flex;align-items:center;justify-content:space-between;gap:138px;padding:72px 103px;overflow:hidden}.about-images{position:relative;width:545px;height:684px}.about-image-main img{width:422.8px;height:584px;border-radius:18px;object-fit:cover;box-shadow:0 10px 20px #0f4fb333;transition:transform .4s ease}.about-image-main img:hover{transform:scale(1.03)}.about-image-small{position:absolute;top:298px;left:194px}.about-image-small img{width:351px;height:385px;border-radius:15.5px;object-fit:cover;box-shadow:0 8px 18px #00000026;transition:transform .4s ease}.about-image-small img:hover{transform:scale(1.03)}.about-content{display:flex;flex-direction:column;gap:56px;width:550px}.about-text{display:flex;flex-direction:column;gap:20px}.about-subtitle{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:14px;letter-spacing:.2em;color:#41414180}.about-title{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:62px;line-height:1.21;color:#414141}.about-title span{color:#0f4fb3}.about-desc{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#414141;line-height:1.5}.about-btn{width:196px;height:56px;background:#0f4fb3;border:none;border-radius:57px;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 15px #0f4fb34d}.about-btn:hover{transform:scale(1.05);background:#0e44a2}.fade-up,.fade-left,.fade-right{opacity:0;transform:translateY(40px);transition:all .8s ease}.fade-left{transform:translate(60px)}.fade-right{transform:translate(-60px)}.show{opacity:1;transform:translate(0) translateY(0)}@media (max-width: 1200px){.about-section{gap:80px;padding:50px 60px}.about-content{margin-top:30px}.about-title{font-size:48px}.about-images{width:450px;height:600px}.about-image-small{top:250px;left:150px}}@media (max-width: 992px){.about-section{flex-direction:column;gap:60px;padding:40px;text-align:center}.about-images{width:100%;height:auto;display:flex;justify-content:center}.about-image-main img{width:300px;height:420px}.about-image-small{position:absolute;top:220px;left:180px}.about-image-small img{width:240px;height:280px}.about-content{width:100%;text-align:center;align-items:center}.about-btn{width:180px;height:52px}}@media (max-width: 600px){.about-section{padding:20px;gap:40px}.about-images{width:100%;height:auto}.about-image-main img{width:250px;height:350px}.about-image-small{top:200px;left:120px}.about-image-small img{width:180px;height:220px}.about-title{font-size:34px}.about-desc{font-size:15px}}@media (max-width: 400px){.about-image-small{top:180px;left:90px}.about-title{font-size:28px}}.patient-count{width:100%;min-height:250px;background:linear-gradient(90deg,#0f4fb3,#0b3e8c);display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;padding:60px 20px;animation:fadeIn 1s ease forwards}.stats{display:flex;justify-content:center;align-items:center;gap:90px;color:#fff;flex-wrap:wrap;animation:slideUp 1.3s ease forwards;margin-left:300px}.stat{text-align:center;transform:translateY(30px);opacity:0;animation:fadeSlideIn 1s ease forwards}.stat:nth-child(1){animation-delay:.3s}.stat:nth-child(2){animation-delay:.5s}.stat:nth-child(3){animation-delay:.7s}.stat:nth-child(4){animation-delay:.9s}.stat h2{font-family:Satoshi,sans-serif;font-weight:700;font-size:72px;line-height:1;margin-bottom:10px;color:#fff}.stat p{font-family:Satoshi,sans-serif;font-weight:500;font-size:28px;color:#fff;margin-bottom:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.ima{display:none}.patient-count{flex-direction:column;gap:40px;text-align:center}.stats{gap:50px}.stat h2{font-size:58px}.stat p{font-size:22px}.dna-icon img{width:100px;height:100px}}@media (max-width: 600px){.stats{flex-direction:column;gap:25px;margin-right:300px}.stat h2{font-size:48px}.stat p{font-size:20px}.dna-icon img{width:80px;height:80px}}.testimonials{width:100%;background:#fff;display:flex;justify-content:space-between;align-items:flex-start;padding:72px 103px;gap:40px;overflow:hidden;flex-wrap:wrap}.testimonials-left{flex:1;min-width:350px;margin-top:90px;opacity:0;transform:translate(-40px);animation:fadeInLeft 1.2s ease forwards}.subtitle{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:14px;letter-spacing:.2em;color:#414141;opacity:.8;margin-bottom:20px}.title{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:62px;line-height:1.2;color:#2f2e2e;margin-bottom:20px}.title span{color:#0e4eb3}.description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#414141;opacity:.8}.testimonials-right{position:relative;flex:1;min-width:500px;height:500px}.testimonial-card{position:absolute;width:580px;height:180px;background:#fff;border:1.14px solid #e4e7ec;border-radius:10px;display:flex;align-items:center;padding:20px;box-shadow:0 4px 10px #0000000d;overflow:hidden;transform:translateY(40px) scale(.95);opacity:0;transition:all .6s ease;animation:floaty 5s ease-in-out infinite;animation-delay:var(--delay)}.testimonial-card.visible{opacity:1;transform:translateY(0) scale(1)}.testimonial-card:nth-child(1){top:0;left:0;z-index:3}.testimonial-card:nth-child(2){top:160px;left:30px;z-index:2}.testimonial-card:nth-child(3){top:320px;left:60px;z-index:1}.color-bar{position:absolute;left:0;top:0;width:16px;height:100%}.user-image{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-left:30px}.testimonial-content{margin-left:20px;max-width:400px}.testimonial-content h3{font-family:Brother Signature,cursive;font-size:24px;color:#000;margin-bottom:10px}.testimonial-content p{font-family:Lato,sans-serif;font-size:16px;color:#6c6c6c;line-height:1.3}.quote-icon{position:absolute;top:20px;right:25px;font-size:40px;opacity:.7;transform:rotate(180deg)}.mobile-carousel{display:none}@media (max-width: 900px){.testimonials{flex-direction:column;padding:50px 25px;text-align:center}.testimonials-left{order:1;width:100%;margin:0 auto 30px;text-align:center;animation:none;opacity:1;transform:none}.title{font-size:40px}.testimonials-right{display:none}.mobile-carousel{display:block;width:100%;order:2;margin-top:20px;overflow:visible}.carousel-track{display:flex;gap:25px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px;cursor:grab;animation:none}.carousel-track:active{cursor:grabbing}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{min-width:260px;background:#fff;border-radius:20px;padding:25px 20px;box-shadow:0 12px 35px #0000001f;position:relative;scroll-snap-align:center;transform:rotate(-2deg) scale(.96);transition:.35s ease}.carousel-card:nth-child(1){transform:rotate(-3deg) scale(.95) translateY(6px)}.carousel-card:nth-child(2){transform:rotate(1deg) scale(.98)}.carousel-card:nth-child(3){transform:rotate(-1.5deg) scale(.95) translateY(5px)}.carousel-card:active,.carousel-card:hover{transform:rotate(0) scale(1)}.mobile-user-img{width:75px;height:75px;border-radius:50%;object-fit:cover;margin-bottom:12px}.mobile-name{font-size:20px;font-weight:600;margin-bottom:8px}.mobile-text{font-size:15px;color:#555;line-height:1.4}.mobile-color-dot{width:14px;height:14px;border-radius:50%;position:absolute;left:15px;top:15px}}@media (max-width: 480px){.carousel-card{min-width:220px}}.team-section{width:100%;background:#f8faff;padding:120px 104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px}.team-header{text-align:center;max-width:750px}.subtitle{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:14px;letter-spacing:.2em;color:#414141;opacity:.8;margin-bottom:18px}.description{font-family:Lato,sans-serif;font-weight:400;font-size:16px;color:#414141;opacity:.8;margin-top:8px}.title{font-family:Helvetica Neue,sans-serif;font-weight:600;font-size:60px;line-height:121%;color:#0f4fb3}.title span{color:#414141}.team-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;max-width:1232px;width:100%;justify-items:center}.team-card{width:100%;max-width:270px;background:#fff;box-shadow:2px 2px 8px #0000001f;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;cursor:pointer;padding-bottom:20px;height:auto}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.team-card:hover{transform:translateY(-6px);box-shadow:3px 3px 12px #0000002e}.team-img{width:250px;height:270px;margin-top:10px;border-radius:8px;overflow:hidden}.team-img img{width:90%;height:100%;border-radius:10px;object-fit:cover}.team-card h3{margin-top:18px;font-family:Satoshi,sans-serif;font-weight:700;font-size:20px;color:#414141}.team-card p{margin-top:6px;font-family:Lato,sans-serif;font-weight:400;font-size:12px;letter-spacing:.02em;opacity:.7;color:#414141}.team-specialty{font-weight:700}@media (max-width: 1024px){.team-section{padding:80px 40px}.title{font-size:46px}.team-cards{grid-template-columns:repeat(2,1fr);gap:35px}.team-img{height:240px}}@media (max-width: 768px){.team-section{padding:60px 20px}.title{font-size:38px}.team-cards{grid-template-columns:1fr;gap:25px}.team-card h3{font-size:18px}.team-card p{font-size:12px}}@media (max-width: 420px){.title{font-size:30px}.team-img{height:200px}.team-img img{width:80%;height:100%}.team-card h3{font-size:16px}}.moving-text-section{width:100%;height:289px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:72px 0;position:relative}.moving-wrapper{width:100%;overflow:hidden;white-space:nowrap}.moving-track{display:flex;align-items:center;gap:43px;animation:scrollLeft 20s linear infinite}.moving-item{display:flex;align-items:center;gap:43px;flex-shrink:0}.plus-icon{width:155px;height:155px;object-fit:contain}.moving-item h2{font-family:Satoshi,sans-serif;font-weight:700;font-size:74.29px;color:#0f4fb3;line-height:1}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1024px){.moving-item h2{font-size:48px}.plus-icon{width:110px;height:110px}}@media (max-width: 768px){.moving-item h2{font-size:36px}.plus-icon{width:80px;height:80px}}.faq-section{width:100%;min-height:100vh;background:#fff;padding:78px 0 120px;display:flex;flex-direction:column;align-items:center;gap:80px;overflow-x:hidden}.faq-subtitle{font-family:Helvetica Neue,sans-serif;font-weight:400;font-size:14px;letter-spacing:.2em;color:#414141;opacity:.8;text-transform:uppercase;text-align:center}.faq-container{width:90%;max-width:1280px;display:flex;justify-content:space-between;align-items:flex-start;gap:100px}.faq-left{flex:1;display:flex;flex-direction:column;gap:40px;animation:fadeSlideIn 1.2s ease forwards}.faq-title{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:58px;line-height:1.2;color:#2f2e2e}.faq-title span{color:#0e4eb3}.faq-description{font-family:Satoshi,sans-serif;font-weight:400;font-size:15px;color:#6c6c6c;line-height:1.6}.faq-box{background:#f0f4ff;border-radius:10px;padding:30px 23px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.faq-box:hover{transform:translateY(-4px)}.faq-box h3{font-weight:600;font-size:20px;color:#414141}.faq-box p{font-weight:400;font-size:14px;color:#6c6c6c;opacity:.8}.faq-box button{width:196px;height:56px;background:#0f4fb3;border:none;border-radius:57px;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;cursor:pointer;transition:.3s;margin-top:20px}.faq-box button:hover{background:#0d3f91;transform:scale(1.05)}.faq-right{flex:1;display:flex;flex-direction:column;gap:20px;animation:fadeSlideIn 1.5s ease forwards}.faq-card{background:#f0f4ff;border-radius:10px;padding:32px;transition:all .3s ease;cursor:pointer}.faq-card:hover{transform:translateY(-3px)}.faq-card h4{font-weight:500;font-size:16px;color:#414141}.faq-card.expanded{height:auto;padding:48px 32px}.faq-card.expanded h4{font-size:22px;margin-bottom:15px}.faq-card.expanded p{font-family:Satoshi,sans-serif;font-weight:500;font-size:15px;color:#414141;opacity:.85;line-height:1.5}@media (max-width: 1024px){.faq-container{flex-direction:column;align-items:center;gap:60px}.faq-title{font-size:48px;text-align:center}.faq-description,.faq-box p{font-size:14px;text-align:center}.faq-box{align-items:center}.faq-box button{align-self:center}}@media (max-width: 768px){.faq-section{padding:60px 0 80px}.faq-container{width:95%;gap:40px}.faq-title{font-size:38px}.faq-box{padding:25px 20px}.faq-card h4{font-size:15px}.faq-card.expanded h4{font-size:18px}}@media (max-width: 480px){.faq-title{font-size:28px}.faq-box button{width:160px;height:48px;font-size:14px}.faq-section{padding:50px 0}.faq-container{gap:30px}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.blog-page{margin-top:100px;min-height:100vh;background-color:#fff;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.blog-container{max-width:1200px;margin:0 auto}.blog-header{text-align:center;margin-bottom:40px}.blog-header h1{font-size:84px;font-weight:500;color:#2d3748;margin:0}.dropdown-icon{color:#718096;font-size:20px;margin-top:10px;cursor:pointer}.featured-article{display:flex;gap:30px;background:#f8faff;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 2px 8px #00000014}.featured-image{flex:1;max-width:400px}.featured-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.featured-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.featured-badge{display:inline-block;background-color:#cbd5e0;color:#2d3748;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;margin-bottom:15px;width:fit-content}.featured-content h2{font-size:28px;font-weight:700;color:#2d3748;margin:0 0 15px;line-height:1.3}.featured-content p{color:#4a5568;line-height:1.6;margin:0 0 20px;font-size:15px}.read-more-btn{width:105px;height:38px;background:#0f4fb3;border:none;border-radius:57px;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:.3s}.read-more-btn:hover{background-color:#1d4ed8}.categories{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px;padding:0 10px}.category-btn{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.category-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb}.category-btn:hover{border-color:#cbd5e0}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:30px;margin-bottom:40px}.blog-posts{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.blog-card-image{width:100%;height:200px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{padding:20px}.blog-card-content h3{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px;line-height:1.4}.blog-card-content p{color:#718096;font-size:14px;line-height:1.5;margin:0 0 12px}.blog-card-meta{display:flex;align-items:center;gap:8px;color:#a0aec0;font-size:12px;margin-bottom:15px}.blog-card-meta .dot{color:#cbd5e0}.blog-card-meta .read-time{display:flex;align-items:center;gap:4px}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.sidebar-section h3{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 20px}.most-viewed-list{display:flex;flex-direction:column;gap:16px}.most-viewed-item{display:flex;gap:12px;align-items:flex-start}.most-viewed-item .number{font-size:18px;font-weight:700;color:#2563eb;min-width:24px}.most-viewed-item p{color:#4a5568;font-size:13px;line-height:1.5;margin:0}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.instagram-item{aspect-ratio:1;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .2s}.instagram-item:hover{transform:scale(1.05)}.instagram-item img{width:100%;height:100%;object-fit:cover}.pagination{display:flex;justify-content:center;gap:8px;padding:20px 0}.pagination-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#4a5568;font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.pagination-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb}.pagination-btn:hover:not(.active){border-color:#cbd5e0;background-color:#f7fafc}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}.sidebar{flex-direction:row}.sidebar-section{flex:1}}@media (max-width: 768px){.blog-page{padding:20px 10px}.featured-article{flex-direction:column}.featured-image{max-width:100%}.blog-posts{grid-template-columns:1fr}.sidebar{flex-direction:column}.blog-header h1{font-size:24px}.featured-content h2{font-size:22px}.categories{overflow-x:auto;flex-wrap:nowrap}}@media (max-width: 480px){.instagram-grid{grid-template-columns:repeat(2,1fr)}}.about-page{margin-top:100px;min-height:100vh;padding:40px 20px;font-family:Inter,sans-serif;overflow-x:hidden}.about-container{width:100%;max-width:1400px;margin:0 auto}.about-header{text-align:center;margin-bottom:50px}.about-header h1{font-size:72px;font-weight:600;color:#2d3748;margin:0;letter-spacing:-1px;animation:fadeSlideDown 1s ease forwards}.dropdown-icon{color:#718096;font-size:28px;margin-top:10px;cursor:pointer;animation:bounce 2s infinite}.hero-sections{display:flex;flex-wrap:wrap;align-items:center;gap:40px;background:#f8faff;border-radius:16px;padding:50px;margin-bottom:60px;transition:.3s ease}.hero-images{flex:1 1 400px;display:flex;justify-content:center;animation:fadeInLeft 1s ease forwards}.hero-images img{width:100%;max-width:500px;border-radius:17px;object-fit:cover}.hero-contents{flex:1 1 500px;display:flex;flex-direction:column;justify-content:center;animation:fadeInRight 1s ease forwards}.hero-labels{font-size:13px;text-transform:uppercase;color:#718096;margin-bottom:10px;letter-spacing:.5px}.hero-contents h2{font-size:50px;font-weight:700;color:#2d3748;margin:0 0 20px;line-height:1.3}.hero-contents h2 span{color:#0f4fb3}.highlight{color:#2563eb}.hero-texts{color:#4a5568;line-height:1.8}.hero-texts p{margin-bottom:15px;font-size:15px}.bold-text{font-weight:600;color:#2d3748}.story-section{text-align:center;margin-bottom:60px;padding:60px;animation:fadeInUp 1.2s ease forwards}.section-label{font-size:12px;text-transform:uppercase;color:#718096;margin-bottom:10px;letter-spacing:1px}.story-section h2{font-size:54px;font-weight:700;color:#2d3748;margin-bottom:30px}.story-section h2 span{color:#0f4fb3}.story-content{text-align:left;color:#4a5568;line-height:1.8;font-size:15px}.story-content p{margin-bottom:20px}.vision-mission-section{text-align:center;margin-bottom:60px}.vision-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px;align-items:center;animation:fadeInUp 1.5s ease forwards}.vision-mission-content{display:flex;flex-direction:column;gap:80px;text-align:left}.vm-item h2{font-size:40px;font-weight:700;color:#2d3748;margin-bottom:10px;margin-left:70px}.vm-item h2 span{color:#0f4fb3}.vm-item p{color:#4a5568;font-size:15px;line-height:1.7}.vision-mission-image{display:flex;justify-content:center}.vision-mission-image img{width:100%;max-width:600px;height:400px;border-radius:20px;object-fit:cover}@media (max-width: 1024px){.hero-sections{flex-direction:column;padding:40px 30px}.hero-contents h2{font-size:38px;text-align:center}.hero-texts{text-align:center}.vision-mission-grid{grid-template-columns:1fr;text-align:center;gap:60px}.vision-mission-content{align-items:center}.vm-item h2{font-size:32px}.story-section{padding:50px 30px}.story-section h2{font-size:42px}}@media (max-width: 768px){.about-header h1{font-size:40px}.hero-contents h2{font-size:32px}.story-section{padding:40px 25px}.story-section h2{font-size:30px}.vm-item h2{font-size:26px}.vision-mission-grid{padding:40px 25px}}@media (max-width: 480px){.about-page{padding:30px 15px}.about-header h1{font-size:32px}.hero-contents h2{font-size:26px}.story-section h2{font-size:24px}.vm-item h2{font-size:22px}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.contact-page{margin-top:100px;min-height:100vh;background-color:#fff;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:50px}.contact-header h1{font-size:80px;font-weight:500;color:#2d3748;margin:0}.contact .dropdown-icon{color:#718096;font-size:24px;margin-top:10px;cursor:pointer}.contact-section{min-height:100vh;background-color:#f8faff;display:flex;align-items:center;justify-content:center;padding:40px 20px}.contact-container{max-width:1200px;width:100%;display:flex;align-items:center;gap:80px}.contact-image{flex:0 0 auto}.contact-image img{width:522.61px;height:388px;border-radius:16.97px;object-fit:cover;display:block}.contact-content{flex:1;display:flex;flex-direction:column;gap:20px}.contact-label{font-size:12px;font-weight:500;color:#718096;letter-spacing:1.5px;margin:0;text-transform:uppercase}.contact-heading{font-size:56px;font-weight:700;color:#1a202c;margin:0;line-height:1.2}.contact-highlight{color:#0e4eb3}.contact-tagline{font-size:16px;color:#4a5568;margin:0;font-weight:400}.contact-info{display:flex;flex-direction:column;gap:16px;margin-top:20px}.contact-item{display:flex;align-items:center;gap:12px}.contact-icon{width:20px;height:20px;color:#0e4eb3;flex-shrink:0}.contact-item span{font-size:16px;color:#2d3748;font-weight:400}@media (max-width: 1024px){.contact-container{gap:50px}.contact-image img{width:400px;height:297px}.contact-heading{font-size:48px}}@media (max-width: 768px){.contact-container{flex-direction:column;gap:40px;text-align:center}.contact-image img{width:100%;max-width:522.61px;height:auto;aspect-ratio:522.61 / 388}.contact-content{align-items:center}.contact-heading{font-size:40px}.contact-info{align-items:center}}@media (max-width: 480px){.contact-heading{font-size:32px}.contact-tagline,.contact-item span{font-size:14px}}.footer{background:#eff5ff;width:100%;padding:31px 24px;display:flex;justify-content:center}.footer-container{display:flex;justify-content:center;align-items:stretch;gap:73px;width:1280px;height:366px;margin:0 auto}.footer-left{width:441px;height:343px;background:#1c222c;border-radius:20px;padding:39px 43px;color:#fff;display:flex;flex-direction:column;justify-content:center}.footer-left h2{font-size:24px;font-weight:700;margin-bottom:16px}.footer-left p{font-size:15px;line-height:1.6;margin-bottom:30px}.footer-left button{background:#0f4fb3;color:#fff;border:none;padding:12px 28px;border-radius:50px;font-weight:600;cursor:pointer;transition:.3s}.footer-left button:hover{background:#5c6dc1;transform:scale(1.03)}.footer-right{width:1166px;height:366px;background:#fff;border-radius:20px;padding:50px 60px;display:flex;flex-direction:column;justify-content:space-between}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.footer-col h3{font-size:16px;font-weight:700;margin-bottom:12px;color:#0f4fb3}.footer-col p{font-size:14px;color:#333;line-height:1.6}.logo-col img{width:110px}.social-icons{display:flex;gap:12px;margin-top:10px;color:#0f4fb3}.social-icons svg{font-size:20px;color:#0f4fb3;cursor:pointer;transition:.3s}.social-icons svg:hover{color:#083b8a;transform:scale(1.1)}.footer-bottom{text-align:center;border-top:1px solid #eee;margin-top:30px;padding-top:15px}.footer-bottom p{font-size:13px;color:#666}.footer-links{display:flex;flex-direction:row;gap:50px}.footer-links a{color:#0f4fb3;font-weight:500;font-size:16px;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#0a3a86;transform:translate(4px)}@media (max-width: 1200px){.footer-container{flex-direction:column;align-items:stretch;width:100%;height:auto;gap:40px}.footer-left,.footer-right{width:100%;height:auto}.footer-right{padding:40px 30px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}.footer-left{text-align:center}.footer-left button{align-self:center}.footer-links{flex-direction:column;gap:20px}}.auth-container{display:flex;height:100vh;background-color:#fff;margin-top:150px}.auth-image{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.auth-image img{width:30rem;height:30rem;object-fit:cover;border-radius:50% 10%}.auth-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#fff}.form-wrapper{width:100%;max-width:420px}.auth-title{font-family:Satoshi,sans-serif;font-weight:700;font-size:28px;color:#0f4fb3;margin-bottom:10px}.auth-subtext{font-family:Lato,sans-serif;color:#555;margin-bottom:30px}.auth-subtext span{color:#0f4fb3;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;font-family:Lato,sans-serif;color:#333;font-size:14px}.form-group input{padding:12px 15px;border-radius:10px;border:1px solid #d6d6d6;outline:none;font-size:14px;font-family:Lato,sans-serif;transition:.3s ease}.form-group input:focus{border-color:#0f4fb3;box-shadow:0 0 5px #0f4fb34d}.form-row{display:flex;gap:15px}.auth-btn{background:#0f4fb3;color:#fff;border:none;border-radius:40px;padding:14px 0;font-weight:600;cursor:pointer;transition:.3s ease;font-family:Satoshi,sans-serif}.auth-btn:hover{background:#0d3f91;transform:translateY(-2px)}.auth-switch{text-align:center;margin-top:15px;font-size:14px;font-family:Lato,sans-serif}.auth-switch span{color:#0f4fb3;font-weight:600;cursor:pointer}.auth-switch span:hover{text-decoration:underline}.error-text{color:red;font-size:13px;margin-top:-10px;font-weight:500}.forgot-text{text-align:right;color:#0f4fb3;font-size:13px;font-weight:600;cursor:pointer;transition:.3s}.forgot-text:hover{text-decoration:underline}.forgot-popup{margin-top:20px;background:#f8faff;border-radius:15px;padding:20px;text-align:center;box-shadow:0 4px 15px #0f4fb31a;animation:fadeIn .5s ease-in-out}.close-forgot{color:#0f4fb3;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px}.close-forgot:hover{text-decoration:underline}.forgot-popup{background:#fff3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;box-shadow:0 10px 25px #00000026;padding:40px 30px;text-align:center;width:90%;max-width:400px;margin:0 auto;color:#1c222c;animation:fadeInUp .4s ease-out}.forgot-popup h3{font-size:22px;font-weight:700;color:#0f4fb3;margin-bottom:10px}.forgot-desc{font-size:15px;color:#555;margin-bottom:25px}.input-container{margin-bottom:20px}.in{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #dcdcdc;outline:none;font-size:15px;transition:.3s}.in:focus{border-color:#0f4fb3;box-shadow:0 0 5px #0f4fb34d}.auth-btnn{background:#0f4fb3;color:#fff;padding:12px 0;width:100%;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.auth-btnn:hover{background:#093b86;transform:translateY(-2px)}.back-to-login{margin-top:20px;color:#0f4fb3;font-size:14px;cursor:pointer;transition:.3s}.back-to-login:hover{text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.auth-container{flex-direction:column}.auth-image{display:none}.auth-form-section{flex:none;height:100vh;padding:30px 20px}.form-wrapper{max-width:100%}}.Appoints{display:flex;justify-content:space-between;gap:2rem;padding:2rem;background:#f9fafc;font-family:Inter,sans-serif;margin-top:110px;animation:fadeIn .8s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rights,.booking-card,.support-card{transition:transform .3s ease,box-shadow .3s ease}.rights:hover,.booking-card:hover,.support-card:hover{transform:translateY(-4px);box-shadow:0 5px 16px #00000014}.eachDate,.eachDate1,.eachTime,.eachTime1{transition:all .25s ease}.eachDate:hover,.eachDate1:hover,.eachTime:hover,.eachTime1:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000012}.rights{flex:1.6;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.left{flex:.8;display:flex;flex-direction:column;gap:1.5rem}.selectDate h5{font-weight:600;margin-bottom:1rem}.selectTime{display:flex;flex-wrap:wrap;gap:.8rem}.eachDate,.eachDate1{width:86px;height:75px;border-radius:10px;border:1px solid #dfe3e8;text-align:center;padding:.4rem;background:#fff;transition:all .3s ease}.eachDate h5,.eachDate1 h5{font-size:.8rem;color:#777}.eachDate h4,.eachDate1 h4{font-size:1.3rem;font-weight:600;margin-top:.3rem}.eachDate{background-color:#0f4fb3;color:#fff;border:none;transform:translateY(-2px)}.line{border-bottom:1px solid #e4e4e4;margin:1.5rem 0}.selectRealTime{margin-bottom:.8rem;font-weight:600}.time{display:flex;flex-wrap:wrap;gap:.7rem}.eachTime,.eachTime1{border-radius:8px;border:1px solid #dfe3e8;background:#fff;padding:.6rem 1.2rem;transition:all .3s ease}.eachTime h1,.eachTime1 h1{font-size:.85rem;font-weight:500;color:#555}.eachTime{background:#0056ff;color:#fff;border:none}.below-container{margin-top:2rem;display:flex;flex-direction:column;gap:2rem}.below-content{display:flex;align-items:flex-start;gap:1rem}.below-content .icon{color:#0056ff;margin-top:.3rem}.below-content h5{font-weight:600;margin-bottom:.2rem}.below-content p{font-size:.9rem;color:#777;margin-bottom:.6rem}.select{width:100%;padding:.8rem;border:1px solid #dfe3e8;border-radius:8px;background:#fff;font-size:.95rem}.note-field{width:100%;padding:.8rem;border:1px solid #dfe3e8;border-radius:8px;font-size:.95rem;resize:none;background:#fff}.booking-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.8rem}.booking-card .title{font-weight:500;margin-bottom:1.2rem;font-size:30px}.section{margin-bottom:1.4rem}.row{display:flex;justify-content:space-between;font-size:.95rem;color:#444}.amount{font-weight:600;color:#111}.datetime{color:#666;font-size:.9rem;margin-top:.5rem}.divider{border-top:1px solid #e4e4e4;margin:1rem 0}.total{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.total h4{font-weight:700;font-size:1.1rem}.buttonss{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.btn-primarys{background:#0056ff;color:#fff;border:none;border-radius:10px;padding:.9rem;font-weight:600;transition:.3s ease;cursor:pointer}.btn-primarys:hover{background:#0042cc}.btn-secondary{background:#fff;border:1px solid #dfe3e8;border-radius:10px;padding:.9rem;font-weight:600;color:#333;transition:.3s ease;cursor:pointer}.btn-secondary:hover{background:#f4f5f7}.support-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.8rem;text-align:center}.support-header{display:flex;align-items:center;justify-content:center;gap:.5rem}.support-header h3{font-weight:600}.support-text{color:#666;font-size:.9rem;margin:.8rem 0}.highlight{font-weight:600;color:#000}.support-btn{background:#0056ff;color:#fff;border:none;border-radius:8px;padding:.7rem 1.2rem;font-weight:500;cursor:pointer;transition:.3s ease}.support-btn:hover{background:#0042cc}.month-year-picker select{background:#fff;transition:.3s}.month-year-picker select:hover{border-color:#000}@media (max-width: 992px){.Appoints{flex-direction:column-reverse;gap:1.5rem;padding:1rem;margin-top:110px}.rights{padding:1.2rem}.left{width:100%;order:2}.booking-card{position:sticky;bottom:0;background:#fff;z-index:50;animation:slideUp .5s ease}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.selectTime{flex-wrap:nowrap;overflow-x:auto;gap:.6rem;scroll-behavior:smooth}.selectTime::-webkit-scrollbar{height:6px}.selectTime::-webkit-scrollbar-thumb{background:#ccc;border-radius:6px}.time{flex-wrap:nowrap;overflow-x:auto;gap:.6rem;scroll-behavior:smooth}.below-container{gap:1.5rem}.eachDate,.eachDate1{min-width:70px;height:70px}.eachTime,.eachTime1{min-width:85px;text-align:center}.btn-primarys,.btn-secondary{font-size:.9rem;padding:.7rem}.booking-card .title{font-size:1.2rem}.support-card{padding:1rem}}@media (max-width: 480px){.Appoints{padding:.8rem}.rights{padding:1rem}.eachDate,.eachDate1{width:60px;height:65px}.eachDate h5,.eachDate1 h5{font-size:.7rem}.eachDate h4,.eachDate1 h4{font-size:1rem}.eachTime,.eachTime1{padding:.5rem .8rem}.btn-primarys,.btn-secondary{padding:.6rem;font-size:.85rem}.booking-card{padding:1rem}}.profile-page-container{min-height:100vh;background-color:#fff;padding:40px 20px;margin-top:150px}.profile-content{max-width:900px;margin:0 auto}.profile-picture-section{text-align:center;margin-bottom:40px}.profile-avatar{width:80px;height:80px;margin:0 auto;border-radius:50%;overflow:hidden;border:3px solid #e0e0e0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.message-banner{padding:12px 20px;border-radius:8px;margin-bottom:25px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.message-banner.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-banner.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.close-msg{background:none;border:none;font-size:18px;cursor:pointer;padding:0;color:inherit;opacity:.7}.close-msg:hover{opacity:1}.info-section{background:#fff;border-radius:8px;padding:30px;margin-bottom:25px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #e9ecef}.section-header h2{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.edit-button{background-color:#2563eb;color:#fff;border:none;padding:8px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.edit-button:hover{background-color:#1d4ed8}.edit-actions{display:flex;gap:10px}.cancel-button{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.cancel-button:hover{background-color:#e5e7eb}.save-button{background-color:#2563eb;color:#fff;border:none;padding:8px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.save-button:hover{background-color:#1d4ed8}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.form-field{display:flex;flex-direction:column}.form-field label{font-size:13px;color:#6b7280;margin-bottom:8px;font-weight:500}.form-field input,.form-field select,.form-field textarea{padding:12px 14px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;color:#1f2937;background-color:#fff;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#2563eb}.form-field input[readonly],.form-field select:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.readonly-field{background-color:#f9fafb!important}.form-field input::placeholder{color:#9ca3af}.email-address-section{margin-top:30px;padding-top:30px;border-top:1px solid #e9ecef}.email-address-section h3{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:15px}.email-item{display:flex;align-items:center;gap:10px;padding:12px;background-color:#f9fafb;border-radius:6px;margin-bottom:15px}.email-icon{color:#6b7280;font-size:16px}.email-text{color:#1f2937;font-size:14px}.add-email-button{background:none;border:none;color:#2563eb;font-size:14px;font-weight:500;cursor:pointer;padding:0;transition:color .2s}.add-email-button:hover{color:#1d4ed8;text-decoration:underline}.appointment-filters{display:flex;gap:10px}.filter-btn{padding:8px 16px;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.filter-btn:hover{background-color:#f9fafb}.filter-btn.active{background-color:#2563eb;color:#fff;border-color:#2563eb}.appointments-table{overflow-x:auto;margin-top:20px}.appointments-table table{width:100%;border-collapse:collapse}.appointments-table th{text-align:left;padding:12px 16px;font-size:13px;font-weight:600;color:#6b7280;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.appointments-table td{padding:16px;font-size:14px;color:#1f2937;border-bottom:1px solid #f3f4f6}.appointments-table tr:hover{background-color:#f9fafb}.appointment-type{display:inline-block;padding:4px 12px;background-color:#dbeafe;color:#1e40af;border-radius:12px;font-size:12px;font-weight:500}.billing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.billing-item{display:flex;flex-direction:column;gap:8px}.billing-label{font-size:13px;color:#6b7280;font-weight:500}.billing-amount{font-size:20px;font-weight:600;color:#1f2937}.billing-total{font-size:14px;color:#6b7280}.empty-message{text-align:center;padding:40px 20px;color:#9ca3af;font-size:14px}.loading-text{text-align:center;padding:60px 20px;font-size:16px;color:#6b7280}@media (max-width: 768px){.profile-page-container{padding:20px 10px}.info-section{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:15px}.info-grid,.billing-grid{grid-template-columns:1fr;gap:15px}.appointment-filters{width:100%}.filter-btn{flex:1;font-size:12px;padding:8px 12px}.appointments-table{font-size:13px}.appointments-table th,.appointments-table td{padding:10px 8px;font-size:12px}.edit-actions{width:100%;justify-content:flex-end}}@media (max-width: 480px){.profile-page-container{padding:15px 8px}.info-section{padding:15px;margin-bottom:15px}.section-header h2{font-size:16px}.edit-button,.save-button{padding:6px 18px;font-size:13px}.cancel-button{padding:6px 16px;font-size:13px}.form-field input,.form-field select{padding:10px 12px;font-size:13px}.billing-amount{font-size:18px}.appointments-table th,.appointments-table td{padding:8px 6px;font-size:11px}}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-container{background:#fff;border-radius:14px;padding:25px;width:90%;max-width:480px;box-shadow:0 8px 20px #0003;overflow-y:auto;max-height:90vh}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px}.modal-header h2{font-size:1.3rem;font-weight:600;color:#0a0a0a}.close-btn{background:transparent;border:none;font-size:1.3rem;color:#444;cursor:pointer;transition:.2s}.close-btn:hover{color:#000;transform:scale(1.1)}.modal-body{display:flex;flex-direction:column;gap:12px}.modal-body p{margin:4px 0;font-size:.95rem;color:#333}.modal-label{display:flex;flex-direction:column;font-size:.9rem;color:#555}.modal-label span{margin-bottom:4px;font-weight:500}.modal-label textarea,.modal-label input{border:1px solid #ddd;border-radius:8px;padding:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.modal-label textarea:focus,.modal-label input:focus{border-color:#0d6efd;box-shadow:0 0 0 2px #0d6efd1a;outline:none}.modal-footer{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;justify-content:flex-end}.save-btn,.cancel-btn{padding:10px 14px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:.3s;color:#fff}.save-btn{background:#0d6efd}.save-btn:hover{background:#094dc7;transform:translateY(-1px)}.cancel-btn{background:#ef4444}.cancel-btn:hover{background:#b91c1c;transform:translateY(-1px)}@media screen and (max-width: 600px){.modal-container{width:95%;padding:20px}.modal-footer{flex-direction:column;align-items:stretch}.save-btn,.cancel-btn{width:100%}}.appointment-section{margin-top:40px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:24px;overflow-x:auto}.section-title{font-size:1.6rem;margin-bottom:20px;font-weight:600;color:#0a0a0a}.appointment-table{width:100%;border-collapse:collapse;display:table}.appointment-table th,.appointment-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #eee;font-size:.95rem;white-space:nowrap}.appointment-table th{background:#f9fafb;color:#333;font-weight:600}.status-badge{padding:5px 10px;border-radius:6px;font-size:.85rem;font-weight:500}.status-badge.pending{background:#fff4e5;color:#b7791f}.status-badge.confirmed{background:#e6fffa;color:#0d9488}.status-badge.completed{background:#edf7ed;color:#166534}.status-badge.cancelled{background:#fee2e2;color:#b91c1c}.view-btn{background:#0d6efd;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;transition:.3s}.view-btn:hover{background:#094dc7;transform:scale(1.05)}.no-appointments{text-align:center;color:#666;padding:20px}.appointment-cards{display:none}.appointment-card{background:#f9fafb;border-radius:10px;padding:16px;margin-bottom:16px;box-shadow:0 2px 6px #00000014;transition:.3s ease}.appointment-card:hover{transform:translateY(-3px);background:#fff}.appointment-card p{margin:6px 0;font-size:.95rem;color:#333}@media screen and (max-width: 768px){.appointment-table{display:none}.appointment-cards{display:block}.appointment-section{padding:16px}.section-title{font-size:1.3rem}}.payment-history-container{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 14px #00000014;overflow-x:auto;transition:all .3s ease}.payment-title{text-align:center;color:#0a74da;font-size:1.6rem;font-weight:700;margin-bottom:20px}.table-wrapper{width:100%;overflow-x:auto}.payment-table{width:100%;border-collapse:collapse;min-width:700px}.payment-table th,.payment-table td{padding:14px 12px;text-align:left;border-bottom:1px solid #e0e0e0;font-size:.95rem}.payment-table th{background-color:#f4f8ff;color:#0a74da;font-weight:700}.payment-table tr:hover{background:#f9fbff;transition:background .3s ease}.status.success{color:#2e7d32;font-weight:600}.status.pending{color:#f57c00;font-weight:600}.status.failed{color:#d32f2f;font-weight:600}.no-payments{text-align:center;color:#666;font-size:1rem}.payment-loading{text-align:center;font-size:1.1rem;color:#444}.receipt-button{background-color:#0a74da;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.receipt-button:hover{background-color:#064b9e;transform:scale(1.05)}@media (max-width: 768px){.payment-history-container{padding:20px;border-radius:10px}.payment-title{font-size:1.4rem}.payment-table th,.payment-table td{padding:10px 8px;font-size:.85rem}.receipt-button{padding:5px 10px;font-size:.8rem}}@media (max-width: 500px){.payment-table{font-size:.8rem}}.payment-success-page{display:flex;justify-content:center;align-items:center;min-height:80vh;background:#f8f9fa}.payment-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.payment-card h1{color:#28a745}.payment-card p{margin:16px 0}.payment-card button{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer}.payment-card button:hover{background:#0056b3}.top-header-container{width:100%;background:#f5f5f5;color:#0e4eb3;padding:8px 0;overflow-x:auto;white-space:nowrap;display:flex;position:fixed;height:var(--top-header-height);top:0;left:0;z-index:1600;scroll-behavior:smooth;cursor:grab}.top-header-container:active{cursor:grabbing}.top-header-container::-webkit-scrollbar{display:none}.top-header-content{display:inline-flex;align-items:center;gap:40px;padding:0 40px;animation:scrollLeft 25s linear infinite}.top-header-container.paused .top-header-content{animation-play-state:paused!important}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.top-header-content a{color:#0e4eb3;text-decoration:none;transition:color .2s}.top-header-content a:hover{color:#0e4eb3}.social-icones a{color:#0e4eb3;font-size:14px;margin-left:10px}.social-icones a:hover{color:#e0e0e0}@media (max-width: 768px){.top-header-content{gap:25px;font-size:12px}}.doctor-profile-wrapper{display:flex;width:100%;max-width:1350px;margin:0 auto 40px;padding-top:180px;gap:40px;align-items:flex-start;padding-left:60px}.left-column{width:424px;display:flex;flex-direction:column;gap:40px}.doctor-photo img{width:300px;height:400px;border-radius:8px;object-fit:cover}.contact-card{width:337px;padding:20px 10px;display:flex;flex-direction:column;gap:15px}.contact-card h3{font-size:20px;margin-bottom:10px;font-weight:600}.contact-line{display:flex;align-items:center;gap:10px;font-size:15px;color:#444}.social-heading{margin-top:15px;font-weight:600;font-size:16px}.social-links{display:flex;gap:15px;margin-top:5px}.social-links a{font-size:20px;color:#444;text-decoration:none}.social-links a:hover{color:#000}.right-column{width:854px;display:flex;flex-direction:column;gap:40px}.doctor-name{font-size:32px;font-weight:700;color:#242424}.doctor-specialty{font-size:20px;color:#999;margin-top:-10px}.doctor-about{line-height:1.6;font-size:15px;color:#555;width:95%}.profile-section{display:flex;flex-direction:column;gap:15px}.section-header{display:flex;align-items:center;gap:8px}.section-header svg{width:28px;height:28px;flex-shrink:0}.section-header h2{font-size:22px;font-weight:600;margin:0}.profile-section ul{margin-left:20px;display:flex;flex-direction:column;gap:8px;list-style:circle}.profile-section li{font-size:15px;line-height:1.5;color:#444;list-style:inside}@media (max-width: 950px){.doctor-profile-wrapper{flex-direction:column;padding-left:20px;padding-right:20px}.left-column,.right-column,.doctor-photo img,.contact-card{width:100%}}.service-details-page{max-width:850px;margin:150px auto 0;padding:40px 20px;font-family:Inter,sans-serif;color:#333}.back-link{display:inline-block;margin-bottom:25px;font-size:14px;color:#555;text-decoration:none}.back-link:hover{text-decoration:underline}.details-title{font-size:64px;font-weight:600;text-align:center;color:#222;margin-bottom:5px}.details-title span{color:#1a73e8}.scroll-down-icon{text-align:center;font-size:26px;margin:10px 0 45px;cursor:pointer;color:#777}.detail-section{margin-bottom:40px}.detail-heading{font-size:32px;font-weight:600;color:#222;display:flex;align-items:center;gap:10px;margin-bottom:12px}.detail-icon{font-size:20px}.detail-text{font-size:17px;font-family:Helvetica Neue;line-height:1.7;color:#444}.detail-list{margin-top:10px;padding-left:20px}.detail-list li{font-size:17px;line-height:1.7;margin-bottom:4px;font-family:Helvetica Neue}hr{border:none;height:1px;background:#e5e5e5;margin:35px 0}@media (max-width: 600px){.details-title{font-size:28px}.service-details-page{padding:25px 15px}.detail-heading{font-size:18px}.detail-text,.detail-list li{font-size:14px}}.ws-icon{position:fixed;bottom:30px;right:30px;background:#25d366;color:#fff;width:65px;height:65px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:32px;z-index:9999;box-shadow:0 0 15px #25d366,0 0 30px #25d366;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 15px #25d366}50%{transform:scale(1.08);box-shadow:0 0 30px #25d366}to{transform:scale(1);box-shadow:0 0 15px #25d366}}.ws-box{position:fixed;bottom:110px;right:30px;width:300px;background:#fff;border-radius:15px;overflow:hidden;z-index:9998;box-shadow:0 8px 25px #00000026;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ws-header{background:#25d366;color:#fff;padding:15px;text-align:center}.ws-header h3{margin:0;font-size:18px}.ws-body{padding:15px;font-size:14px;color:#333}.ws-btn{width:100%;margin-top:10px;padding:10px;background:#25d366;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:15px;transition:.3s ease}.ws-btn:hover{background:#1ebe5b}.join-container{width:100%;font-family:Inter,sans-serif;color:#1a1a1a;margin-top:140px}.join-title{text-align:center;margin-top:40px;font-size:42px;font-weight:700;color:#414141}.scroll-icon{text-align:center;font-size:20px;margin-bottom:40px}.hero-section{display:flex;align-items:center;gap:40px;padding:40px 190px;background:#f7faff}.hero-img img{width:350px;border-radius:10px}.hero-text{max-width:480px}.hero-tag{font-size:12px;padding:4px 10px;background:#000;color:#fff;border-radius:20px}.hero-text h2{margin-top:15px;font-size:28px}.hero-text p{margin-top:10px;line-height:1.6;color:#444}.benefits-section{width:100%;background:#fff;display:flex;justify-content:center;padding:60px 40px}.benefits-wrapper{width:100%;max-width:1220px;display:flex;justify-content:space-between;align-items:flex-start;gap:80px}.benefits-left{flex:1;min-width:280px;display:flex;flex-direction:column;gap:16px}.benefits-subtitle{color:#7a7a7a;font-size:14px;letter-spacing:1px}.benefits-title{font-size:32px;line-height:1.3}.benefits-title span{color:#0e4eb3}.benefits-desc{color:#555;font-size:16px;line-height:1.6}.benefits-right{flex:1;min-width:280px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.benefit-box{padding:20px;background:#fff;border-radius:10px;border:1px solid #eee;transition:all .3s ease;animation:fadeUp .7s ease forwards;opacity:0}.benefit-box:nth-child(1){animation-delay:.2s}.benefit-box:nth-child(2){animation-delay:.35s}.benefit-box:nth-child(3){animation-delay:.5s}.benefit-box:nth-child(4){animation-delay:.65s}.benefit-box:hover{transform:translateY(-6px);box-shadow:0 6px 18px #00000014}@keyframes fadeUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.benefit-icon{font-size:30px;color:#0e4eb3;margin-bottom:12px}.benefit-box h3{font-size:18px;margin-bottom:6px}.benefit-box p{color:#555;font-size:15px;line-height:1.5}@media (max-width: 1020px){.benefits-wrapper{flex-direction:column;gap:50px}.benefits-right{grid-template-columns:repeat(2,1fr)}}@media (max-width: 780px){.benefits-right{grid-template-columns:1fr;gap:18px}.benefit-box{width:100%}}@media (max-width: 500px){.benefits-title{font-size:26px}.benefits-section{padding:40px 20px}.benefits-right{gap:16px}}.career-section{padding:60px 40px;background:#f7faff}.career-small{text-align:center;color:#999;margin-bottom:5px}.career-title{text-align:center;font-size:30px;margin-bottom:40px}.career-title span{color:#0e4eb3}.career-list{max-width:700px;margin:auto}.career-item{background:#fff;padding:20px 25px;margin-bottom:15px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:.2s ease;border:1px solid #eee}.career-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000012}.career-label{font-size:12px;color:#888;margin-top:8px}.career-value{font-size:14px;font-weight:600}.career-arrow{font-size:22px;font-weight:300}.no-openings{text-align:center;padding:60px 20px}.no-job-wrapper{margin-top:40px}.no-jobs-img{width:180px;height:auto;margin:0 auto;display:block}.no-job-text{margin-top:20px;font-size:16px;color:#444;line-height:1.6}@media (max-width: 900px){.hero-section{flex-direction:column;text-align:center}}@media (max-width: 600px){.hero-img img{width:100%}}.talent-section{text-align:center;padding:80px 20px;background:#fff}.talent-title{font-size:32px;font-weight:700;color:#222}.talent-title span{color:#0e4eb3}.talent-sub{max-width:600px;margin:10px auto 40px;color:#777;font-size:14px;line-height:1.6}.talent-content{display:flex;justify-content:center;align-items:center;gap:60px;margin-top:20px}.talent-img{width:220px}.talent-mail{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600}.talent-mail a{color:#0e4eb3;text-decoration:none;font-size:20px;margin-bottom:30px}.talent-arrow{font-size:40px;color:#0e4eb3}@media (max-width: 780px){.talent-content{flex-direction:column;gap:25px}.talent-img{width:180px}.talent-mail{flex-direction:column;font-size:18px}.talent-arrow{font-size:30px;transform:rotate(90deg)}}@media (max-width: 600px){.hero-section{padding:30px 20px}.hero-text{text-align:center;padding:0 20px}.hero-text h2{font-size:22px;line-height:1.3}.hero-text p{font-size:15px;color:#555;margin-top:8px}}.faq-pages{width:100%;background:#f5f8ff;min-height:100vh;padding-bottom:80px;margin-top:110px}.faq-headers{text-align:center;padding-top:60px;padding-bottom:40px}.faq-headers h1{font-size:48px;font-weight:700;color:#333;line-height:1.2}.faq-headers .faq h1 span{color:#0e4eb3}.faq-down-icons{font-size:28px;margin-top:10px;cursor:pointer}.ask-sections{text-align:center;padding:20px 20px 40px}.ask-subs{font-size:12px;color:#777;margin-bottom:4px}.ask-titles{font-size:32px;font-weight:700}.ask-titles span{color:#0e4eb3}.faq-searchs{width:450px;height:48px;background:#fff;border-radius:24px;margin:20px auto;display:flex;align-items:center;padding:0 16px;gap:10px}.search-icons{color:#909090;font-size:18px}.faq-searchs input{width:100%;border:none;outline:none;font-size:15px}.faq-containers{width:90%;max-width:1100px;margin:auto;display:flex;flex-direction:column;gap:12px}.faq-items{background:#fff;border-radius:6px;padding:0 20px}.faq-questions{display:flex;justify-content:space-between;align-items:center;height:60px;cursor:pointer}.faq-questions p{font-size:16px;font-weight:600;color:#0e4eb3}.chevs{font-size:20px}.faq-answers{max-height:0;overflow:hidden;transition:all .35s ease}.faq-answers.show{max-height:200px;padding-bottom:15px}.faq-answers p{color:#555;font-size:15px;line-height:1.6}.faq-footers{width:90%;max-width:1100px;background:#fff;border-radius:8px;padding:30px;margin:50px auto 0;display:flex;justify-content:space-between;align-items:center}.footer-texts h3{font-size:18px}.footer-texts p{font-size:14px;color:#666}.contact-btns{background:#0e4eb3;color:#fff;border:none;padding:10px 22px;border-radius:6px;cursor:pointer;font-size:14px}@media (max-width: 768px){.faq-searchs{width:90%}.faq-footers{flex-direction:column;text-align:center;gap:20px}}.blog-detail-page{min-height:100vh;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-top:170px}.blog-hero-banner{position:relative;width:100%;height:400px;overflow:hidden}.blog-hero-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0000004d)}.blog-content-container{max-width:900px;margin:0 auto;padding:40px 20px}.blog-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.blog-title{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:16px;line-height:1.3}.blog-subtitle{font-size:16px;color:#6b7280;line-height:1.7;max-width:700px;margin:0 auto}.blog-article-content{margin-bottom:60px}.blog-paragraph{font-size:16px;color:#4b5563;line-height:1.8;margin-bottom:20px}.blog-paragraph.highlight-text{font-weight:600;color:#1a1a2e;margin-top:30px}.blog-section{margin-bottom:32px}.section-title{font-size:20px;font-weight:600;color:#1a1a2e;margin-bottom:16px;line-height:1.4}.blog-bullet-list{list-style:disc;padding-left:24px;margin-bottom:20px}.blog-bullet-list li{font-size:16px;color:#4b5563;line-height:1.8;margin-bottom:8px}.related-articles-section{margin-top:60px;padding-top:40px;border-top:1px solid #e5e7eb}.related-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.related-title{font-size:24px;font-weight:600;color:#1a1a2e}.pagination-dots{display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background-color:#d1d5db;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#2563eb}.dot:hover{background-color:#9ca3af}.related-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.related-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.related-article-image{width:100%;height:160px;overflow:hidden}.related-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-article-card:hover .related-article-image img{transform:scale(1.05)}.related-article-content{padding:16px}.related-article-title{font-size:14px;font-weight:600;color:#1a1a2e;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-footer{margin-top:60px;padding-top:30px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright{font-size:14px;color:#6b7280}.footer-links{display:flex;gap:24px}.footer-links a{font-size:14px;color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#2563eb}.footers-socials{display:flex;gap:12px}.socials-icons{width:36px;height:36px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#4b5563;text-decoration:none;transition:all .3s ease}.socials-icons:hover{background-color:#2563eb;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-content-container{animation:fadeIn .6s ease-out}@media (max-width: 768px){.blog-hero-banner{height:200px}.blog-content-container{padding:30px 16px}.blog-title{font-size:26px}.blog-subtitle{font-size:14px}.section-title{font-size:18px}.blog-paragraph,.blog-bullet-list li{font-size:15px}.related-articles-grid{grid-template-columns:1fr;gap:20px}.related-header{flex-direction:column;align-items:flex-start;gap:16px}.related-title{font-size:20px}.blog-footer{flex-direction:column;text-align:center}.footer-links,.footer-social{justify-content:center}}@media (max-width: 480px){.blog-hero-banner{height:180px}.blog-title{font-size:22px}.blog-subtitle{font-size:13px}.blog-paragraph,.blog-bullet-list li{font-size:14px}.section-title{font-size:16px}.related-article-image{height:140px}}@media (min-width: 769px) and (max-width: 1024px){.related-articles-grid{grid-template-columns:repeat(2,1fr)}}
