@media only screen and (min-width: 300px) and (max-width: 767px) {
  /* contact us css */

  .contact-hero {
    padding-top: 5rem;
    height: 350px;
    position: relative;
    overflow: hidden;
  }

  .contactsection1 {
    padding-top: 6rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contactsection1 .contact-card {
    width: 100% !important;
    margin-bottom: 2rem;
    padding: 1rem;
    text-align: center !important;
  }

  .contactsection2 {
    padding-top: 1rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2em;
  }

  .contactsection2 iframe {
    width: 100% !important;
    height: 300px;
    border: 0;
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 2rem;
  }

  /* home section css */

  .homesection4 {
    padding: 2rem 1rem !important;
  }

  .homesection4 h1 {
    font-size: 1.5rem !important;
    text-align: center;
  }

  .card-wrapper {
    border-radius: 20px;
    aspect-ratio: 3/4;
  }

  .destination-img {
    object-fit: cover;
    border-radius: 20px;
  }

  .destination-label {
    font-size: 12px;
    padding: 4px 10px;
  }

  .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .filter-buttons .filter-btn {
    padding: 6px 12px;
    font-size: 12px;
    margin: 4px;
  }

  .hero {
    flex-direction: row;
    gap: 1.5rem;
    padding: 2rem 1rem;
    min-height: auto;
  }

  .god {
    margin-top: 2.5rem !important;
    width: 80%;
    height: 200px;
    border-radius: 40px 40px 0 0;
  }

  .god img {
    border-radius: 40px 40px 0 0;
  }

  .petal-overlay {
    background-size: contain;
  }

  .homesection1 {
    padding-top: 0rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    padding-bottom: 1rem;
  }

  .homesection2 {
    display: flex;
    flex-direction: column;
    padding: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .homesection2 .homesection2content {
    width: 100%;
  }

  .homesection2 img {
    width: 100%;
  }

  .homesection2 h3 {
    padding-top: 2.5rem;
    color: rgb(44, 44, 76);
    font-weight: bold;
    font-family: "Lora", serif;
    text-align: left;
  }

  .homesection2 p {
    font-size: 0.8rem;
  }

  .report-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .report-item {
    flex: 0 0 48%;
    background: #f9f9f9;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
  }

  .homesection3 {
    display: flex;
    flex-direction: column;
    padding: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    align-items: center;
    justify-content: space-around;
  }

  .homesection3 .homesection3content {
    width: 100%;
  }

  .homesection3 img {
    margin-top: 2rem;
    width: 100%;
  }

  .homesection3 h3 {
    color: rgb(44, 44, 76);
    font-weight: bold;
    font-family: "Lora", serif;
    text-align: left;
  }

  .homesection3 p {
    font-size: 0.8rem;
  }

  /* about us scetion css */

  .aboutussection2 {
    flex-direction: column;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 2rem;
  }

  .aboutussection2 .hero-images {
    flex-direction: column;
    align-items: center;
  }

  .aboutussection2 .side-images {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .aboutussection2 .img-style {
    width: 45%;
    height: auto;
    border-radius: 20px;
  }

  .aboutussection2 .img-center {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .aboutussection2 .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .aboutussection2 .features {
    grid-template-columns: 1fr;
  }

  .aboutussection2 .feature-box {
    justify-content: center;
    text-align: center;
  }

  .aboutussection1 {
    padding: 5rem;
    padding-top: 11rem;
  }

  .aboutussection1 h1 {
    font-weight: bold;
    color: #2a3958 !important;
    font-size: 2rem !important;
    font-family: "Dancing Script", cursive;
    padding-bottom: 1.2rem;
  }

  .aboutussection1 p {
    line-height: 20px;
  }

  .aboutussection1 {
    padding: 1rem;
    padding-top: 8rem;
    text-align: center;
  }

  .aboutussection1 h1 {
    font-weight: bold;
    color: #2a3958 !important;
    font-size: 2rem !important;
    font-family: "Dancing Script", cursive;
    padding-bottom: 1.2rem;
  }

  /* footer css */

  .first-footer {
    color: black;
    padding: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.8rem;
    background: url("images/footer_bg.jpg") center center / cover no-repeat;
  }



  .travel-btn {
    min-width: 140px;
    padding: 0.6rem !important;
    font-size: 1rem !important;
  }
  
  
      .homesection2 .btn-container {
    text-align: center !important;
    align-items: center !important;
  }
  
  
      .homesection3 .btn-container {
    text-align: center !important;
    align-items: center !important;
  }
}
