@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');





/* button */
.bg-primary {
    background-color: var(--pink) !important;
}

.btn:not(.nav-btns button) {
    background-color: #fff;
    color: rgb(218, 66, 29);
    padding: 10px 28px;
    border-radius: 25px;
    border: 1px solid rgb(85, 85, 85);
}

.btn:not(.nav-btns button):hover {
    background-color: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.btn i {
 color: white;
}



/* text color */
.text-primary {
    color: var(--pink) !important;
}

/* navbar */
.navbar {
    -webkit-box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
    /* background-color: #ffecd2; */
    background-color: #0a0619;
}


/*   custom style to hide the navbar */


   .navbar.hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  

.navbar-brand img {
    width: 100px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.navbar-brand span {
    letter-spacing: 2px;
    font-family: var(--lg-font);
}



.nav-link:hover {
    font: bold;
    color: var(--pink) !important;
    background-color: rgb(57, 214, 241);
    border-radius: 10px;
}

.nav-item {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}






/* title */
.title {
    margin: 20px;
    padding: 10px;
}



.title p {
    margin:  20px;
    
}
.title h2::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 50px;
    background-color: #0a0619;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}





header {
    background-color: #fcb69f;
    margin-top: 110px;
    width: 100%;
    display: inline-block;
}


  
  /* Media Query for Mobile Devices */
  @media (max-width: 576px) {
    .title h2 {
        
      font-size: 1.5rem; /* Adjust font size as needed */
    }
  }






.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
   
}

.whatsapp-icon img {
    width: 70px;
    height: 70px;
}



/* our team */
#ourteam {
    background-color: rgba(179, 179, 179, 0.05);
}

#ourteam p {
    max-width: 600px;
}

#ourteam .input-group {
    max-width: 500px;
}

#ourteam .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#ourteam .btn {
    background-color: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

#ourteam.btn:hover {
    background-color: #000;
    border-color: #000;
}


/* team cart */


.team-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}



.team-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
   min-width: 250px;
}



.team-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
}




.team-card h3 {
    margin: 0;
    font-size: 1.5rem;
}



.team-card p {
    color: #777;
    margin-top: 5px;
}





@media (max-width: 912px), (max-width: 820px) , (max-width: 768px) {
    .team-cards {
      flex-direction: column; /* Stack cards vertically on small screens */
      align-items: center; /* Center cards horizontally */
      gap: 15px; /* Reduce gap between cards */
      padding: 10px; /* Reduce padding */
    }
    
    .team-card {
      width: 50%; /* Full width on small screens */
      max-width: none; /* Reset max-width */
      margin-bottom: 15px; /* Add margin between cards */
    }
    
    .team-card img {
      width: 80px; /* Adjust image size for smaller screens */
      height: 80px;
    }
    
    .team-card h3 {
      font-size: 1.2rem; /* Adjust font size for smaller screens */
    }
  }
  

/* end team cart */








/* why to choose akgmedical cart  start*/
.choose-us-cards {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin-top: 5rem;
    padding: 0;
}

.choose-us-heading {
    text-align: center;
    padding: 20px;
    font-size: 2rem;
    color: #333;
}


.choose-us-cards {
    display: flex;
    justify-content: center;
    align-items: center;
  background-color: #fcb69f;
    gap: 15px;
    padding: 15px;
}

.choose-us-card {
    background-color: #0a0619;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
    /* Distribute available space equally */
    width: 310px;
    /* max-width: 300px; */
    height: 405px;
}


.choose-us-cards h3 {
    border-radius: 10px;
    text-align: center;  
}


.serial-number {
    background-color: #ffecd2;
    color: 0a0619;
    font-weight: bold;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.choose-us-card h3 {
    background-color: #524047;
    padding: 10px;
    font-size: 1.1rem;
    height: 70px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.choose-us-card p {
    color: #ffffff;
    margin-top: 5px;
}



/* footer */
footer .brand {
    font-family: var(--lg-font);
    letter-spacing: 2px;
}

footer a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--pink) !important;
}

footer p {
    font-size: 12px;
    color: white;
}

footer{
    
    background-color: #0a0619;
}



/* media queries */
@media(min-width: 992px) {
    .nav-item {
        border-bottom: none;
    }
}




 /* Add a media query for screens up to 768px */
 @media (max-width: 912px), (max-width: 820px) , (max-width: 768px) {
    .choose-us-cards {
        flex-direction: column; /* Stack cards vertically */
        align-items: center;
        gap: 20px; /* Increase gap between cards */
    }

    .choose-us-card {
        width: 75%; /* Cards take full width */
        height: auto; /* Let content determine height */
    }

    /* Adjust font size for smaller screens */
    .choose-us-card h3 {
        font-size: 1.2rem;
    }

}


 /* Add a media query for screens up to 912px */
 @media (max-width: 912px ) {
    .choose-us-cards {
        flex-direction: column; /* Stack cards vertically */
        align-items: center;
        gap: 20px; /* Increase gap between cards */
    }

    .choose-us-card {
        width: 80%; /* Cards take full width */
        height: auto; /* Let content determine height */
    }

    /* Adjust font size for smaller screens */
    .choose-us-card h3 {
        font-size: 1.2rem;
    }

}


/* media queries */
@media(min-width: 992px) {
    .nav-item {
        border-bottom: none;
    }
}






