@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";body{margin-top:0}.header{background-color:#fff;color:#000;font-family:sans-serif;position:relative}.header .container{display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1200px}@media (max-width: 768px){.header .container{padding:0 1rem}}.header .logo{display:flex;align-items:center}.header .logo img{width:4rem;height:3rem;margin-right:1rem}.header .logo h1{font-size:1.5rem;font-weight:700}.header .logo p{font-size:.875rem;font-weight:300}.header .nav{display:none}@media (min-width: 768px){.header .nav{display:flex}.header .nav ul{display:flex;list-style:none;margin:0;padding:0}.header .nav ul li{margin:0 1rem}.header .nav ul li a{text-decoration:none;color:#000}.header .nav ul li a:hover{color:#1d4ed8}}.header .hamburger{display:block}@media (min-width: 768px){.header .hamburger{display:none}}.header .hamburger button{background:none;border:none;cursor:pointer}.header .hamburger button svg{width:2rem;height:2rem}.header .signup-dropdown button{background-color:#082567;color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;border:none;cursor:pointer}.header .signup-dropdown button:hover{background-color:#063b89}@media (max-width: 768px){.header .signup-dropdown button{display:none}}.header .signup-dropdown .dropdown-menu{position:absolute;right:0;margin-top:.5rem;background:#fff;border:2px solid #d1d5db;border-radius:.75rem}.header .signup-dropdown .dropdown-menu ul{list-style:none;padding:0}.header .signup-dropdown .dropdown-menu ul li{padding:.75rem 1rem}.header .signup-dropdown .dropdown-menu ul li a{color:#000;text-decoration:none}.header .signup-dropdown .dropdown-menu ul li a:hover{color:#1d4ed8}.header .signup-dropdown .dropdown-menu ul li hr{border-top:1px solid #d1d5db;margin:.5rem 0}.header .mobile-menu{display:none}@media (max-width: 768px){.header .mobile-menu{display:block;position:absolute;top:5rem;left:50%;transform:translate(-50%);width:100%;background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0}.header .mobile-menu .close-menu{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#000;font-size:1.5rem;cursor:pointer}.header .mobile-menu .close-menu:hover{color:red}.header .mobile-menu ul{list-style:none;text-align:center}.header .mobile-menu ul li{margin:1rem 0}.header .mobile-menu ul li a,.header .mobile-menu ul li button{color:#000;text-decoration:none}.header .mobile-menu ul li a:hover,.header .mobile-menu ul li button:hover{color:#1d4ed8}.header .mobile-menu ul li button{background:#082567;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.25rem}.header .mobile-menu ul li button:hover{background:#063b89}}.home-section{background-color:#fff;padding:1rem 0}.home-section .container{display:flex;flex-direction:column-reverse;justify-content:space-between;text-align:left;padding:0 1rem}@media (min-width: 1024px){.home-section .container{flex-direction:row;padding:0 2rem}}.home-section .left-content{width:100%;margin-top:2.5rem}@media (min-width: 1024px){.home-section .left-content{width:40%;margin-top:5rem}}.home-section .left-content .heading{font-family:Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;color:#082567;margin-bottom:1rem;text-align:left}.home-section .left-content .description{font-family:Roboto,sans-serif;font-size:1.125rem;color:#4a4a4a;margin-bottom:1.5rem;text-align:left}.home-section .left-content .search-bar-container{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.home-section .left-content .search-bar-container{flex-direction:row;gap:1rem}}.home-section .left-content .search-bar-container .search-input{width:100%;height:1rem;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;margin-bottom:1rem}@media (min-width: 768px){.home-section .left-content .search-bar-container .search-input{margin-bottom:0}}.home-section .left-content .specialties{margin-top:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){.home-section .left-content .specialties{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.home-section .left-content .specialties{grid-template-columns:repeat(4,1fr)}}.home-section .left-content .specialties .specialty-item{font-family:Roboto,sans-serif;cursor:pointer;padding:.5rem;background-color:#f3f4f6;text-align:center;border-radius:1.5rem;font-size:.875rem;font-weight:500;color:#6b7280}.home-section .right-image{width:100%;margin-top:2rem;justify-content:right}@media (min-width: 1024px){.home-section .right-image{width:60%;margin-top:0}}.home-section .right-image .image{width:100%;height:auto;display:block}.choose-us-section{background-color:#fff;padding:5rem 0;min-height:600px}.container{max-width:1200px;margin:0 auto;text-align:center;padding:2rem}.container .heading{font-family:Roboto,sans-serif;font-size:3rem;font-weight:600;color:#082567;margin-bottom:1.5rem}.container .description{font-family:Roboto,sans-serif;font-size:1.125rem;color:#4a4a4a;margin-bottom:2rem;padding:0 1rem}.container .features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.container .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.container .features-grid{grid-template-columns:repeat(3,1fr)}}.container .features-grid .feature-item{background-color:#fff;padding:1.5rem;cursor:pointer;border:2px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease-in-out}.container .features-grid .feature-item:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-8px)}.container .features-grid .feature-item .feature-image{width:4rem;height:4rem;margin-bottom:1rem;display:block;margin-left:0}.container .features-grid .feature-item .feature-title{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#082567;margin-bottom:1rem;text-align:left}.container .features-grid .feature-item .feature-description{font-family:Roboto,sans-serif;font-size:1rem;color:#4a4a4a;margin-bottom:1.5rem;text-align:left}.container .features-grid .feature-item .read-more-link{color:#1d4ed8;font-weight:500;text-decoration:none}.container .features-grid .feature-item .read-more-link:hover{text-decoration:underline}.fitness-journey-section{min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;border-radius:2rem;background-image:url(/assets/gym-men-DawlTZFc.jpg)}.fitness-journey-section .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.3;border-radius:2rem}.fitness-journey-section .content{position:relative;z-index:10;background-color:#ffffff0d;padding:2rem;border-radius:2rem;font-family:Roboto,sans-serif}.fitness-journey-section .content .heading{font-family:Roboto,sans-serif;font-size:2rem;font-weight:600;color:#ffffffe6;margin-bottom:1.5rem}.fitness-journey-section .content .description{font-family:Roboto,sans-serif;font-size:1.125rem;color:#fffc;margin-bottom:2rem}.fitness-journey-section .content .cta-button-container{display:flex;justify-content:center;gap:1rem}.fitness-journey-section .content .cta-button-container .cta-button{background-color:#082567;color:#fff;padding:1rem 2rem;border-radius:.5rem;box-shadow:0 4px 8px #0003;text-decoration:none;transition:background-color .3s ease-in-out;font-family:Roboto,sans-serif}.fitness-journey-section .content .cta-button-container .cta-button:hover{background-color:#1e3a8a}.how-it-works-section{background-color:#fff;min-height:100vh;padding:3rem 0;display:flex;justify-content:center;align-items:center}.how-it-works-section .container{text-align:center;padding:0 1rem}.how-it-works-section .heading{font-family:Roboto,sans-serif;font-size:3rem;font-weight:600;color:#082567;margin-bottom:2rem}.how-it-works-section .steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.how-it-works-section .steps-grid{grid-template-columns:1fr 1fr}}@media (min-width: 768px){.how-it-works-section .steps-grid{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 1024px){.how-it-works-section .steps-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.how-it-works-section .step-card{padding:1.5rem;border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease;font-family:Roboto,sans-serif;cursor:pointer}.how-it-works-section .step-card:hover{transform:translateY(-10px);box-shadow:0 6px 20px #00000026}.how-it-works-section .step-card .icon{margin-bottom:1rem}.how-it-works-section .step-card .step-icon{width:4rem;height:4rem;margin:0 auto}.how-it-works-section .step-card .step-title{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#082567;margin-bottom:1rem}.how-it-works-section .step-card .step-description{font-family:Roboto,sans-serif;font-size:1rem;color:#4a4a4a;margin-bottom:1.5rem}.experts-section{background-color:#f7fafc;padding:3rem 0;font-family:Roboto,sans-serif;border-radius:1rem;overflow:hidden}.experts-section .container{text-align:center}.experts-section .section-heading{font-family:Roboto,sans-serif;font-size:3rem;font-weight:600;color:#082567;margin-bottom:1rem}.experts-section .section-description{font-family:Roboto,sans-serif;font-size:1.25rem;color:#4a4a4a;margin-bottom:2rem}.experts-section .experts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.experts-section .experts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.experts-section .experts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.experts-section .experts-grid{grid-template-columns:1fr;gap:1rem}}.experts-section .expert-card{background-color:#fff;padding:1.5rem;border:2px solid #e2e8f0;border-radius:.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;cursor:pointer}.experts-section .expert-card:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}.experts-section .expert-image{width:100%;height:16rem;overflow:hidden;border-radius:.5rem;margin-bottom:1rem}.experts-section .expert-image .image{width:100%;height:100%;object-fit:cover}.experts-section .expert-details{width:100%;display:flex;flex-direction:column;align-items:flex-start}.experts-section .expert-details .header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.experts-section .expert-details .expert-name{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#082567}.experts-section .expert-details .rating{display:flex}.experts-section .expert-details .expert-title{font-family:Roboto,sans-serif;color:#4a4a4a;margin-bottom:.5rem}.experts-section .expert-details .speciality{width:100%;text-align:left}.experts-section .expert-details .speciality-text{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;color:#4a4a4a}.trainer-section{background-color:#fff;padding:4rem 0;font-family:Roboto,sans-serif}.trainer-section .container{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center;padding:0 2rem}@media (min-width: 1024px){.trainer-section .container{flex-direction:row}}.trainer-section .left-side{width:100%;text-align:left;margin-bottom:2rem}@media (min-width: 1024px){.trainer-section .left-side{width:50%;margin-bottom:0}}.trainer-section .left-side h2{font-size:2rem;font-weight:600;color:#082567;margin-bottom:1rem}.trainer-section .left-side p{font-size:1.125rem;color:#4a4a4a;margin-bottom:2rem}.trainer-section .left-side button{background-color:#082567;color:#fff;padding:.5rem 1.5rem;border:none;border-radius:.5rem;font-size:1.125rem;cursor:pointer;transition:background-color .3s ease;text-align:center}.trainer-section .left-side button:hover{background-color:#06588d}.trainer-section .right-side{width:100%}@media (min-width: 1024px){.trainer-section .right-side{width:50%}}.trainer-section .right-side img{width:100%;height:auto;object-fit:cover}.fitconnect-promotion{background-color:#f4f4f4;padding:2rem 0;font-family:Roboto,sans-serif;border-radius:1rem}.fitconnect-promotion .container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0 2rem}@media (min-width: 640px){.fitconnect-promotion .container{flex-direction:row}}.fitconnect-promotion .left-section{width:100%;text-align:center}@media (min-width: 640px){.fitconnect-promotion .left-section{width:50%;text-align:left}}.fitconnect-promotion .left-section h2{font-size:2rem;font-weight:600;color:#082567;margin-bottom:1rem}.fitconnect-promotion .left-section p{font-size:1.125rem;color:#4a4a4a;margin-bottom:2rem}.fitconnect-promotion .left-section .get-started-btn{background-color:#082567;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-size:1.125rem;text-align:center;transition:background-color .3s ease;cursor:pointer;text-decoration:none}.fitconnect-promotion .left-section .get-started-btn:hover{background-color:#06588d}.fitconnect-promotion .right-section{width:100%;display:flex;justify-content:center;align-items:center;position:relative}@media (min-width: 640px){.fitconnect-promotion .right-section{width:50%}}.fitconnect-promotion .right-section .success-rate,.fitconnect-promotion .right-section .client-growth{position:absolute;top:50%;transform:translateY(-50%);width:6rem;height:6rem;background-color:#fff;text-align:center;color:#000;border-radius:.5rem;display:flex;justify-content:center;align-items:center;padding:1rem}@media (min-width: 640px){.fitconnect-promotion .right-section .success-rate,.fitconnect-promotion .right-section .client-growth{width:7rem;height:7rem}}.fitconnect-promotion .right-section .success-rate{left:2rem}@media (min-width: 640px){.fitconnect-promotion .right-section .success-rate{left:4rem}}.fitconnect-promotion .right-section .client-growth{right:2rem}@media (min-width: 640px){.fitconnect-promotion .right-section .client-growth{right:4rem}}.fitconnect-promotion .right-section img{width:100%;height:auto;object-fit:cover}#clients{padding:4rem 0;background-color:#fff;font-family:Roboto,sans-serif}#clients .container{margin:0 auto;padding:0 2rem}#clients h2{font-size:3rem;font-weight:600;margin-bottom:3rem;text-align:center;color:#082567;font-family:Roboto,sans-serif}#clients .grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){#clients .grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){#clients .grid{grid-template-columns:repeat(3,1fr)}}#clients .client-testimonial{background-color:#fff;padding:1.5rem;border-radius:.5rem;border:2px solid #e0e0e0;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;font-family:Roboto,sans-serif}#clients .client-testimonial .client-header{display:flex;align-items:center;margin-bottom:1rem}#clients .client-testimonial .client-header .client-img{width:5rem;height:5rem;border-radius:50%;margin-right:1rem}#clients .client-testimonial .client-header .client-info h4{font-size:1.125rem;font-weight:600;font-family:Roboto,sans-serif}#clients .client-testimonial .client-header .client-info p{color:#6b6b6b;font-family:Roboto,sans-serif}#clients .client-testimonial .rating{display:flex;margin-bottom:1rem}#clients .client-testimonial .rating .star{color:#fbbf24}#clients .client-testimonial .rating .empty-star{color:#e0e0e0}#clients .client-testimonial .testimonial-text{font-size:1rem;color:#4a4a4a;margin-bottom:1rem;text-align:left;font-family:Roboto,sans-serif}#clients .client-testimonial .see-more-btn{color:#fff;background-color:#082567;font-size:.875rem;cursor:pointer;transition:color .3s ease,background-color .3s ease;border:1px solid rgb(8,37,103);padding:.5rem 1rem;border-radius:.375rem;font-family:Roboto,sans-serif;text-align:left;display:inline-block}#clients .client-testimonial .see-more-btn:hover{color:#082567;background-color:#02213a}#clients .client-testimonial .see-more-btn:focus{outline:none}#faq{padding:4rem 0;background-color:#fff;font-family:Roboto,sans-serif}#faq .container{margin:0 auto;padding:0 2rem}#faq h1{font-size:3rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#082567}#faq .max-w-7xl{max-width:80rem;margin:0 auto}#faq .faq-item{margin-bottom:1.5rem}#faq .faq-item .faq-button{width:100%;text-align:left;padding:.75rem 1.25rem;border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border:none;transition:background-color .3s ease,border .3s ease;font-family:Roboto,sans-serif}#faq .faq-item .faq-button:hover{border-color:#082567}#faq .faq-item .faq-button h4{font-size:1.125rem;font-weight:600;color:#000}#faq .faq-item .faq-button .icon{font-size:1.25rem;color:#000;transition:transform .3s ease}#faq .faq-item .faq-answer{margin-top:1rem;padding:1rem;background-color:#f9f9f9;border-left:3px solid rgb(8,37,103);border-radius:.5rem;color:#4a4a4a;font-size:1rem;line-height:1.5;font-family:Roboto,sans-serif}#footer{background-color:#082567;color:#fff;padding:1.5rem 0;font-family:Roboto,sans-serif;border-radius:1rem}#footer .container{margin:0 auto;padding:0 1.5rem}#footer .footer-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem;text-align:left}@media (min-width: 768px){#footer .footer-content{flex-direction:row;justify-content:space-between}}#footer .footer-content .footer-section{width:100%}@media (min-width: 768px){#footer .footer-content .footer-section{width:33.33%}}#footer .footer-content .footer-section.footer-section-logo{margin-bottom:1rem}#footer .footer-content .footer-section .footer-logo{display:flex;align-items:center;gap:.75rem}#footer .footer-content .footer-section .footer-logo img{width:2.5rem;height:2.5rem}#footer .footer-content .footer-section .footer-logo h1{font-weight:700;font-size:1.125rem;color:#fff}#footer .footer-content .footer-section .footer-logo p{font-size:.75rem;color:#d1d1d1;margin-top:.25rem}#footer .footer-content .footer-section .footer-description{font-size:.625rem;margin-top:.75rem;color:#d1d1d1}#footer .footer-content .footer-section .social-icons{margin-top:1rem;font-size:1.5rem}#footer .footer-content .footer-section .social-icons .icon{margin:0 .5rem;cursor:pointer;transition:color .3s ease,transform .3s ease}#footer .footer-content .footer-section .social-icons .icon:hover{color:#d1d1d1;transform:scale(1.2)}#footer .footer-content .footer-section .links{margin-top:1rem}#footer .footer-content .footer-section .links h4{font-weight:600;font-size:.875rem;margin-bottom:.75rem;color:#fff}#footer .footer-content .footer-section .links ul{list-style:none;padding:0;margin-bottom:1.5rem}#footer .footer-content .footer-section .links ul li{margin-bottom:1rem}#footer .footer-content .footer-section .links ul li a{font-size:.875rem;color:#fff;text-decoration:none;padding:.5rem 1rem;background-color:#1d73d4;border-radius:.5rem;display:inline-block;font-weight:600;transition:background-color .3s ease,transform .3s ease}#footer .footer-content .footer-section .links ul li a:hover{background-color:#0e60a1;transform:scale(1.05)}#footer .footer-content .footer-section .links ul li a:active{transform:scale(1)}#footer .footer-bottom{text-align:left;margin-top:1.5rem;font-size:.625rem;color:#d1d1d1}
