/* Responsive for tablets and mobiles */
@media (max-width: 991px) {
  .grid.previous-girl-grid {
    grid-template-columns: repeat(3, 1fr);  /* 3 columns on medium screens */
  }
}

@media (max-width: 767px) {
  .grid.previous-girl-grid {
    grid-template-columns: repeat(2, 1fr);  /* 2 columns on mobiles */
  }
  .img-wrap {
    height: 220px;
  }
  .girl-name {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .grid.previous-girl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-wrap {
    height: 220px;
  }
}

@media (max-width: 768px) {
    .callnow, .whatapp {
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  font-size: 10px;
  color: #fff;
}

.section-content-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section-content-box p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-big-py h1 {
  font-size: 20px;
  border-bottom: 2px solid #0c6aad;
  padding-bottom: 8px;
}

.section-big-py h2 {
  font-size: 18px;
  margin-top: 20px;
  color: #f0f8ff;
  border-left: 4px solid #0c6aad;
  padding-left: 10px;
}

.section-big-py p {
  color: #e0e0e0;
  margin-bottom: 13px;
  text-align: justify;
  font-size: 16px;
}
    
  .pricing-section .section-title {
    font-size: 20px;
  }

  .pricing-section p {
    font-size: 14px;
  }

  .pricing-table table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
    display: block;
    width: 100%;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tbody tr {
    margin-bottom: 20px;
    background-color: #4a136e;
    padding: 10px;
    border-radius: 8px;
  }

  .pricing-table tbody td {
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 14px;
  }

  .pricing-table tbody td:first-child {
    font-weight: bold;
  }
}

/* Responsive */
/*@media (max-width: 768px) {*/
/*  .search-box-container {*/
/*    top: 80px;*/
/*    width: 95%;*/
/*    padding: 15px;*/
/*  }*/

/*  .search-box-container input {*/
/*    padding: 12px;*/
/*    font-size: 15px;*/
/*  }*/

/*  .close-search {*/
/*    font-size: 20px;*/
/*    top: 10px;*/
/*    right: 12px;*/
/*  }*/
/*}*/

.Hd-content-section {
margin-top: 15px;

  padding-bottom: 0;
  background-color: #0d0d0d; /* Optional: matches your background */
}

.Hd-container {
  max-width: 100%;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically if needed */
  text-align: center;
}

.Hd-content-section h2 {
  color: #FFC300; /* Yellow shade */
  font-size: 32px;
  margin: 0;
}

/* Mobile view */
@media (max-width: 767px) {
  .Hd-content-section h2 {
    font-size: 20px;
  }
}

