.navbar{background-color:#1a202c;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;color:#fff;position:relative;box-shadow:0 2px 4px #0000001a;padding-left:20px;padding-right:20px}.navbar-logo{height:40px;width:auto}.navbar-brand{font-size:1.5rem;font-weight:700;padding-left:20px}.navbar-menu{display:flex;align-items:center;padding-right:20px}.navbar-item{color:#fff;text-decoration:none;margin-left:1.5rem;font-size:1rem;transition:color .3s ease}.navbar-item:hover{color:#a0aec0}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;padding-right:20px}.navbar-toggle span{width:25px;height:3px;background-color:#fff;margin:2px 0;transition:all .3s ease}.navbar-item-signin{background-color:#b33771;padding:.5rem 1rem;border-radius:5px}.navbar-item-signin:hover{background-color:#0056b3}@media (max-width: 768px){.navbar-menu{display:none;position:absolute;top:100%;left:2rem;right:2rem;background-color:#1a202ccc;flex-direction:column;padding:1rem;z-index:1000;opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease}.navbar-menu.is-active{display:flex;opacity:1;max-height:300px}.navbar-item{margin:.5rem 0;width:100%;text-align:center}.navbar-toggle{display:flex;padding-right:20px}.navbar-toggle:hover span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle:hover span:nth-child(2){opacity:0}.navbar-toggle:hover span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.footer{background-color:#1a202c;color:#fff;padding:2rem 1rem;font-family:Arial,sans-serif}.footer-container{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1200px;margin:0 auto}.footer-section{flex:1;min-width:200px;margin-bottom:1.5rem}.footer-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#a0aec0}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#a0aec0}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #2d3748;margin-top:1.5rem;font-size:.9rem;color:#a0aec0}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center}.footer-section{margin-bottom:2rem}}.welcome-section{position:relative;min-height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.welcome-image{width:100%;height:100%;object-fit:cover;animation:pulseZoom 40s infinite}.welcome-content{position:relative;z-index:2;text-align:center;padding:0 15px}.welcome-title{font-size:3rem;color:#fff;margin-bottom:1rem}.welcome-description{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;max-width:600px}.welcome-title,.welcome-description{opacity:1;transition:opacity 3s ease}.fade-out{opacity:0!important;transition:opacity 3s ease}.fade-in{opacity:1;transition:opacity 3s ease}.cta-button{padding:.75rem 1.5rem;font-size:1rem;background-color:#007bff;border:none;border-radius:5px;color:#fff;text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#0056b3}.middle-section{padding:4rem 0;background-color:#f8f9fa}.middle-item{padding:1rem}.bottom-section{padding:4rem 0;background-color:#e9ecef}.cards-title{font-size:24px;color:#333;text-align:center;margin-bottom:20px}.custom-card2{background-color:#fff;opacity:.8;box-shadow:0 2px 4px #0000001a;border-radius:8px;border:none;min-height:265px}.custom-card2:hover{opacity:1;transform:scale(1.01)}.card-image{aspect-ratio:1200 / 630;object-fit:cover;object-position:center bottom;border-radius:0}.text-content{padding:10px;display:flex;flex-direction:column;align-items:flex-start;width:100%}.text-content .card-title{color:#000!important;font-size:1.25rem;margin-bottom:.5rem}.text-content .card-text{color:#000!important;font-size:1rem;line-height:1.6}.test-details{display:flex;gap:15px;font-size:.875rem;font-weight:400;color:#666;line-height:1.5;padding-bottom:10px}@media (max-width: 768px){.welcome-title{font-size:1.8rem}.welcome-description{font-size:1rem}.middle-item{margin-bottom:2rem}.bottom-section .tests-container{flex-direction:column;align-items:center}.custom-card2{width:100%}}@keyframes pulseZoom{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.service-section{background-color:#3a465f;color:#fff;padding:4rem 0;min-height:100vh}.service-card{background-color:#e9ecef;border:none;border-radius:8px;box-shadow:0 4px 8px #0003;transition:transform .3s ease,box-shadow .3s ease;min-height:250px}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000004d}.service-icon-wrapper{text-align:center;padding:1.5rem 0}.service-icon{font-size:3rem;color:#b33771}.service-card .card-body{padding:1rem;text-align:center}.service-card .card-title{font-size:1.25rem;margin-bottom:.75rem}.service-card .card-text{* Reverted to light gray for p */ font-size: 1rem}.process-row{text-align:center}.process-item{padding:1rem}.process-icon{font-size:2.5rem;color:#b33771;margin-bottom:1rem}.process-item p{color:#e0e0e0;font-size:1rem}.process-item strong{color:#fff;font-weight:600}.future-text{color:#e0e0e0;font-size:1.1rem;text-align:center;max-width:800px;margin:0 auto}.scroll-to-top{position:fixed;bottom:20px;right:20px;width:40px;height:40px;background-color:#007bff;color:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .3s ease,transform .3s ease;z-index:1000}.scroll-to-top:hover{background-color:#0056b3;transform:scale(1.1)}@media (max-width: 768px){.section-title{font-size:1.5rem}.service-card{min-height:200px}.service-icon{font-size:2.5rem}.process-icon{font-size:2rem}.process-item p{font-size:.9rem}}.about-section{background-color:#3a465f;color:#fff;padding:4rem 0;min-height:100vh}.about-hero{margin-bottom:3rem}.about-hero-icon{font-size:3rem;color:#b33771;margin-bottom:1rem}.about-hero h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.about-hero .lead{font-size:1.25rem;color:#e0e0e0}.section-title1{font-size:2rem;color:#fff;text-align:center;margin-bottom:.5rem;font-weight:600}.mission-content,.coverage-content,.team-member{text-align:center;padding:1.5rem}.mission-content p,.coverage-content p,.team-member p{color:#e0e0e0;font-size:1rem;line-height:1.6;margin:0}.team-member h3{color:#fff;font-size:1.25rem;margin-bottom:.75rem}.mission-icon,.coverage-icon,.team-icon{font-size:2.5rem;color:#b33771}.team-members{margin-bottom:2rem}@media (max-width: 768px){.about-hero h1{font-size:2rem}.about-hero .lead{font-size:1.1rem}.section-title1{font-size:1.5rem;margin-bottom:.5rem}.mission-icon,.coverage-icon,.team-icon{font-size:2rem}.mission-content p,.coverage-content p,.team-member p{font-size:.9rem}}@media (max-width: 576px){.about-section{padding:2rem 0}.about-hero-icon{font-size:2.5rem}}.blog-section{background-color:#3a465f;color:#fff;padding:4rem 0;min-height:100vh}.blog-hero{margin-bottom:3rem}.blog-hero-icon{font-size:3rem;color:#b33771;margin-bottom:1rem}.blog-hero h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.blog-hero .lead{font-size:1.25rem;color:#e0e0e0}.article-card,.resource-card,.subscribe-card{background-color:#e9ecef;border:none;border-radius:12px;box-shadow:0 4px 8px #0003;transition:transform .3s ease,box-shadow .3s ease}.article-card:hover,.resource-card:hover,.subscribe-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000004d}.icon-wrapper{text-align:center;padding:1rem 0}.article-icon,.resource-icon,.subscribe-icon{font-size:2.5rem;color:#b33771}.article-card .card-body,.resource-card .card-body,.subscribe-card .card-body{padding:1.5rem;text-align:center;background-color:#e9ecef}.article-card .card-title{color:#000;font-size:1.25rem;margin-bottom:.75rem}.article-card .card-body .card-text{color:#000!important;font-size:1rem;line-height:1.6}.article-card .text-muted{color:#4b5563!important}.btn-primary{background-color:#007bff;border:none;transition:background-color .3s ease}.resource-button,.subscribe-button{width:100%;max-width:200px;margin:0 auto}.subscribe-card .form-control{background-color:#e9ecef;border:none;color:#000;margin-bottom:1rem}.subscribe-card .form-control::placeholder{color:#6b7280}.animate-card:nth-child(2){animation-delay:.2s}.animate-card:nth-child(3){animation-delay:.4s}@media (max-width: 768px){.blog-hero h1{font-size:2rem}.blog-hero .lead{font-size:1.1rem}.section-title{font-size:1.5rem}.article-icon,.resource-icon,.subscribe-icon{font-size:2rem}.article-card .card-title{font-size:1.1rem}.article-card .card-body .card-text{font-size:.9rem}}@media (max-width: 576px){.blog-section{padding:2rem 0}.blog-hero-icon{font-size:2.5rem}}.contact-section{background-color:#3a465f;color:#fff;padding:4rem 0;min-height:100vh}.contact-hero{margin-bottom:3rem}.contact-hero-icon{font-size:3rem;color:#b33771;margin-bottom:1rem}.contact-hero h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.contact-hero .lead{font-size:1.25rem;color:#e0e0e0}.section-title{font-size:2rem;color:#fff;text-align:center;margin-bottom:2rem;font-weight:600}.details-content{text-align:center;padding:1.5rem}.details-content p{color:#e0e0e0;font-size:1rem;line-height:1.6;margin-bottom:1rem}.details-content p strong{color:#fff}.icon-wrapper{text-align:center;padding:.5rem 0}.detail-icon,.location-icon,.collaborate-icon{font-size:2rem;color:#b33771;margin-right:.5rem}.location-map{border-radius:8px;margin-top:1rem;max-width:100%}.collaborate-card .form-control{background-color:#5a5a5a;border:none;color:#fff;margin-bottom:1rem}.collaborate-card .form-control::placeholder{color:#a0aec0}.btn-primary{background-color:#007bff;border:none;transition:background-color .3s ease;width:100%;max-width:200px;margin:0 auto}.btn-primary:hover{background-color:#0056b3}.submit-button{display:block}.animate-card{opacity:0;animation:fadeInUp .6s ease forwards}@media (max-width: 768px){.contact-hero h1{font-size:2rem}.contact-hero .lead{font-size:1.1rem}.section-title{font-size:1.5rem}.detail-icon,.location-icon,.collaborate-icon{font-size:1.8rem}.details-content p{font-size:.9rem}}@media (max-width: 576px){.contact-section{padding:2rem 0}.contact-hero-icon{font-size:2.5rem}.details-content{text-align:left}}.article-section{background-color:#3a465f;color:#fff;padding:4rem 0;min-height:100vh;opacity:1}.article-hero{margin-bottom:3rem}.article-hero-icon{font-size:3rem;color:#b33771;margin-bottom:1rem}.article-hero h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.article-hero .lead{font-size:1.25rem;color:#e0e0e0}.article-card{background-color:#4a4a4a;border:none;border-radius:8px;box-shadow:0 4px 8px #0003;transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000004d}.article-image{border-radius:8px 8px 0 0;max-height:300px;object-fit:cover}.article-card .card-body{padding:1.5rem}.article-card .card-text{color:#e0e0e0;font-size:1rem;line-height:1.6}.article-card .card-text strong{color:#fff}.article-card .card-text em{color:#b33771}.back-button{background-color:#6c757d;border:none;transition:background-color .3s ease;display:block;margin:1rem auto 0;max-width:200px}.back-button:hover{background-color:#5a6268}.animate-card{opacity:0;animation:fadeInUp .6s ease forwards;animation-delay:.1s}.article-paragraph{margin-bottom:1rem;text-align:justify}.article-card ul,.article-card ol{text-align:left;padding-left:2rem;margin-bottom:1rem}.article-card ul li,.article-card ol li{text-align:justify;font-size:1rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.article-hero h1{font-size:2rem}.article-hero .lead{font-size:1.1rem}.article-hero-icon{font-size:2.5rem}.article-card .card-text{font-size:.9rem}}@media (max-width: 576px){.article-section{padding:2rem 0}.article-image{max-height:200px}}
