@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Disable body scroll */
.no-scroll {
    overflow: hidden;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins";
    background-color: #f3f3f3;
    overflow-x: hidden;
}

header {
    background-color: #F9F9F9;
    /* height: 123px; */
    height: auto;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
}

.container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}


.hdr-wrpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 15px;
}

/* Nav Collapse */
.nav-collapse {
    display: flex;
    align-items: center;
    gap: 160px;
}

.nav-collapse ul {
    list-style: none;
    display: flex;
    gap: 80px;
    margin: 0;
    padding: 0;
}

.nav-links {
    position: relative;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    text-wrap: nowrap;
}

.nav-links::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #7BC043;
    transition: width 0.3s ease;
}

.nav-links.active {
    color: #7BC043;
}

.nav-links:hover::after {
    width: 100%;
}

.nav-links:hover {
    color:  #7BC043;
}



/* Button */
.primary-btn {
    background-color: #7BC043;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 5px;
    text-wrap: nowrap;
}

.nav-btn :hover{
    background-color: black;
}
/* Hamburger Toggler */
.nav-toggler {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.nav-toggler span {
    height: 3px;
    width: 25px;
    background: #333;
    display: block;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Responsive Styling */
@media (max-width: 1024px) {
    .nav-collapse {
        position: absolute;
        top: 97px;
        right: 0;
        background-color: #F9F9F9;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        display: none;
        padding: 20px 40px;
    }

    .nav-collapse.active {
        display: flex;
    }

    .nav-collapse ul {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .nav-btn {
        margin-top: 20px;
    }

    .nav-toggler {
        display: flex;
    }

    /* Hamburger animation */
    .nav-toggler.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggler.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggler.open span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}


@media (max-width: 768px) {

    .nav-logo img {
        max-width: 150px;
        max-height: 150px;
    }
}

/* banner section */






.booking-sec{
    margin-top: 127px;
}
.col-12 {
  width: 100%;
}
.col-6 {
  width: 50%;
  padding: 0 15px;
}
.banner{
     width: 100vw; /* Full viewport width */
  margin-left: calc(-50vw + 50%);
  background-color: #2AA7FF30;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-best-docter{
  max-width: 580px ;
  /* min-height: 505px ; */
  width: 100% ;
  margin: auto;
}

.top-best-docter>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.your-health>h3{
  font-size: 53px;
  font-weight: 700;
  color: #274760;
  max-width: 550px;
  width: 100%;
}

.your-health>p{
  font-size:24px ;
  color: #274760 ;
  max-width: 535px;
  width: 100%;
  margin-top: 25px;
}

@media screen and ( max-width : 1100px ) {
  .banner{
    flex-wrap: wrap;
    flex-direction: column;
    gap: 35px;
  }
  .col-6{
    width: 60%;
  }
}

@media screen and  ( max-width : 768px) {
    .booking-sec{
        margin-top: 98px;
    }

    .your-health>h3 {
    font-size: 44px;
    font-weight: 700;
    color: #274760;
    max-width: 550px;
    width: 100%;
}
}

@media screen and ( max-width : 426px ) {
  .col-6{
    width: 100%;
  }
  .your-health>h3 {
    font-size: 36px;
    
 }
 .your-health>p {
    font-size: 17px;
    
    
}
}


/* form section */



.bg-wrapper {
    position: relative;
    width: 120px;
    /* Adjust as needed */
    min-width: 100px;
    margin-right: 20px;
}

.head-1 {
    flex: 1;
}


css Copy Edit .bg-wrapper {
    position: relative;
    width: 120px;
    /* Adjust as needed */
    min-width: 100px;
    margin-right: 20px;
}

.bg1,
.bg2,
.bg3 {
    position: absolute;
    /* width: 175px; */
    max-width: 100%;
}

.bg1 {
    top: -31px;
    left: -58px;
}

.bg2 {
    top: -23px;
    left: -42px;
}

.bg3 {
    top: 43px;
    left: -79px;
}


.form-section {
    /* padding: 50px; */
    background-color: #f8f9fa;
}

.form-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-top: 50px;
}

.form-col,
.image-col {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.form-col {
    padding-right: 20px;
}

.form-col h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="file"] {
    max-width: 100%;
    /* width: 100%; */
    flex: 1;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #69b4f4;
    border-radius: 8px;
    color: #00000042;
}

.section-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.submit-btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #2196f3;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #0b7dda;
}

.image-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 67px;
    color: #1B3C74;
}

.col-content h2 span {
    color: #2AA7FF;
}

.col-content p {
    margin-top: 21px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #414146;
    font-family: "Lato", sans-serif;
}

.image-col img.responsive-img {
    max-width: 100%;
    max-height: 350px;
    object-fit: contain;
    border-radius: 10px;
}

label {
    font-weight: 400;
    color: #00000042;
}

input[type="radio"] {
    accent-color: #69b4f4;
}

.phone-input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9fafb;
    min-width: 300px;
    margin-top: 13px;
    font-family: "Poppins";
}

.country-code {
    padding: 10px;
    /* background-color: white; */
    /* border-right: 1px solid #e2e8f0; */
    color: black;
}

.phone-number {
    flex: 1;
    padding: 10px;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    color: #4a5568;
}

.phone-number::placeholder {
    color: #a0aec0;
}

/* button */

.cool-button {
    width: 146px;
    height: 50px;
    background-color: #1da1f2;
    color: white;
    border: none;
    font-size: 14px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.cool-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
}

.cool-button:hover::before {
    left: 100%;
}

.cool-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.btn {
    display: flex;
    /* justify-content: center; */
    gap: 31px;
    margin-top: 50px;
}

.google-play-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-family: sans-serif;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.google-play-btn i {
    font-size: 18px;
}

.google-play-btn:hover {
    transform: scale(1.05);
}


/* Responsive */


@media (max-width: 1250px) {
   /* .phone-input{
    display: block;
   } */
  
    }
@media (max-width: 1025px) {
    .form-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .form-col,
    .image-col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .form-col {
        padding-right: 0;
        /* padding-top: 30px; */
    }
}





@media (max-width: 576px) {

    .content h2 {
        font-size: 25px;
        line-height: 30px;
    }
     .btn{
        display: flex;
        justify-content: center;
        gap: 31px;
        margin-top: 50px;
     }

    
.col-content p{
    padding-left: 10px;
}

  .phone-number{
    width: 100%;
  }

    .content p {
        font-size: 16px;
    }

    .head-1 h2 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 10px;
    }

    .cool-button {
        margin: auto;
        width: 120px;
        height: 45px;
        /* margin-top: 15px; */
    }

    .bg1, .bg2, .bg3 {
        display: none;
    } 
}


/* Footer Section */

.footer {
    background: #f9f9f9;
    padding: 40px 20px;
    font-family: sans-serif;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-box {
    color: #333;
}

.col-20 {
    flex: 1 1 20%;
    min-width: 200px;
}

.footer-box h4 {
    color: #5cbe4a;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.footer-box p,
.footer-box li,
.footer-box a {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    text-decoration: none;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.newsletter-form input {
    padding: 10px;
    flex: 1 1 70%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.newsletter-form button {
    background-color: #7BC043;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 4px;
    cursor: pointer;
    flex: 1 1 25%;
}
.f-button:hover{
    background-color: black;
}

.f-button{
   background-color: #7BC043;
    color:  white;
    text-align: center;
    /* width: 100%; */
    /* display: inline-block; */
    border: none;
    padding: 10px 12px;
    border-radius: 4px;
    cursor: pointer;
    flex: 1 1 25%;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    font-size: 18px;
    color: #000;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #5cbe4a;
}
.footer-box ul li a:hover{
    color:  #5cbe4a;
}
.footer-3 :hover{
    color: #5cbe4a;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    color: #888;
}

.footer-link {
    position: relative;
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #7BC043;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}


/* Responsive */
@media (max-width: 991px) {
    .col-20 {
        flex: 1 1 45%;
    }
}

@media (max-width: 576px) {
    .col-20 {
        flex: 1 1 100%;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }

    .social-icons {
        justify-content: center;
    }
}