@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* background-color: #f2f2f2; */
    text-decoration: none;
}

.list-nav-dsign {
    text-decoration: none;
    color: rgb(37, 45, 53);;
    font-size: 18px;
    /* font-weight: 600; */
}




.hover-login{
    width: 100px;
    padding: 5px;
    background-color: white; 
    border: 2px solid #000000;
    cursor: pointer;
    border-radius: 6px;
    height: 40px;
}

.hover-login:hover{
    background-color: #241d1e;
    color: white;
    border: 0px;
}

.hover-reg{
    width: 100px;
    padding: 5px;
    text-align: center; 
    background-color: rgb(218, 66, 66);
    cursor: pointer; 
    border: 0px; 
    border-radius: 6px;
    height: 41px;
    color: white;
}

.hover-reg:hover{
    background-color: #241d1e;
    color: white;
    border: 0px;
}
/* body */

.container{
  padding: 20px;
  margin-top: 80px;

}

.content-box{
  background-color: #ffffff;
  border-radius: 10px;
}

.content-box h1{
  font-weight: bold;
}

.content-box h2{
  font-size: smaller;
  /* font-weight: lighter; */
  color: #666;
}

/* footer */
/* Touch us */
.contact-section {
    /* background-color: #1e293b; */
    padding: 30px;
    max-width: 400px;
    margin: 50px auto;
    border-radius: 8px;
    color: white;
  }
  
  .contact-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .contact-details {
    font-size: 16px;
  }
  
  .contact-item {
    margin-bottom: 20px;
  }
  
  .contact-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  
  
  .contact-number,
  .contact-email {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  
  .contact-hours {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
  }
  
  .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .social-media {
    margin-top: 20px;
  }
  
  .social-label {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
  }
  
  .social-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.2s;
  }
  
  .social-icon:hover {
    transform: scale(1.1);
  }

  .sub-list{
    margin-top: 40%;
  }

  .sub-list ul li{
    list-style: none;
    font-size: large;
  }
  .sub-list h4{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 12%;
  }

  .white-icon {
    filter: invert(1);
  }

  /* cards */
.card-golbal {
  text-align: center;
  color: #333;
}

.icon {
  font-size: 50px;
  color: transparent; /* Hides the inner color */
  -webkit-text-stroke: 2px #1d1d75; /* Creates the border using text stroke */
}

.count {
  font-size: 24px;
  font-weight: lighter;
  color: #333; /* Text color for "1 Crore" */
}

.count .plus {
  color: #1d1d75; /* Red color for "+" */
}

.description {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}


/* nav bar res */
.navbar-responsive {
  flex: auto;
  flex-direction: row;
  justify-content: end;
}

@media (max-width: 992px) {
  .navbar-responsive {
      flex: auto;
      flex-direction: column;
      /* justify-content: end;
      position: fixed;
      background-color: beige;
      padding: 10px;
      width: 150px; */
  }
}


/* normal res */
@media (max-width: 375px) {
  .register-btn{
    height: 55px;
    font-size:18px
  }
}
/* Target devices with widths around 430px */
@media (max-width: 430px) {
  .register-btn{
    height: 50px;
    font-size:18px
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .register-btn{
    height: 50px;
    font-size:18px
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .register-btn{
    height: 50px;
    font-size:18px
  }
}