
 .extra-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bg-light {
    background-color: #ffffff !important;
}
   .green-link {
    color: #61ce70 !important;
  }
  
  .grid-2x2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      height: 100%;
    }

    .small-photo {
      width: 100%;
      height: 200px; 
      object-fit: cover;
      border-radius: 10px;
    }

    .large-photo {
      width: 100%;
      height: 90%;
      max-height: 430px; 
      object-fit: cover;
      border-radius: 10px;
    }

    .custom-bg {
  background-image: url('images/home.jpg');
  background-size: cover;
  background-position: center;
  color: white;
}

/* Optional: add padding if you want to control it here */
.custom-bg {
  padding: 1.5rem;
}

/* If you want a dark overlay for better text visibility */
.custom-bg {
  position: relative;
  background-image: url('images/home.jpg');
  background-size: 100% auto; /* 130% width, auto height */
  background-position: center;
  color: #fff;
  padding: 2rem;       /* increase padding if needed */
  min-height: 400px;  /* increase container height */
  overflow: hidden;
      opacity: 0.9;
}


/* Make sure container content is above overlay */
.custom-bg > .row {
  position: relative;
  z-index: 1;
}

.custom-bg > .container > .row {
  height: 100%;         
  display: flex;
  align-items: center;   
}

.col-md-8.mt-5 h1 {
    font-size: 3rem;
    color: #c9c8c8;
    font-weight: 700;
    margin-top: 30px;
}

.card-overlap {
  margin-top: -100px;
}

.card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}


  .details {
    width: fit-content;
    margin: 10px 0;
    font-family: sans-serif;
  }

 .summary {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .p {
    margin: 10px;
    padding-left: 10px;
    border-left: 2px solid #ccc;
  }

  .toggle-wrapper {
    width: fit-content;
    font-family: sans-serif;
    margin-top: 10px;
  }

  .toggle-label {
    display: block;
    cursor: pointer;
    background-color: #f0f0f0;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
  }

  .toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fafafa;
    padding-left: 10px;
    border-left: 2px solid #ccc;
  }

  input[type="checkbox"] {
    display: none;
  }

  input[type="checkbox"]:checked ~ .toggle-content {
    max-height: 100px; /* Or use a large enough value */
    padding: 10px;
  }

  .shadow-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* soft shadow */
  padding: 1rem;
  border-radius: 8px; /* optional for a softer look */
  background-color: #fff; /* ensure background contrasts the shadow */
}

.counter-section {
  color: white;
}

.counter-icon {
  font-size: 50px;
}

.counter-number {
  font-size: 64px;
  font-weight: 700;
}

.counter-label {
    color: #dad8d8;
    margin-top: 1rem;
}
.aboutbg{
  background-image: url('images/aboutbg.jpg');
}

.counter-box {
      text-align: center;
      padding: 30px 20px;
      margin: 15px 0;
      background-color: #f8f9fa;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .counter-number {
      font-size: 2.5rem;
      font-weight: bold;
      color: #007bff;
    }
    .counter-label {
      font-size: 1.1rem;
      color: #333;
    }

    .gallery-img {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
    }
    .phone{
      background-color: #f8f8f8;
    }