    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html,
    body {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      height: 100%;
      overflow-x: hidden;
      font-family: sans-serif;
      scroll-behavior: smooth;
    }

    .sticky-navbar {
      position: sticky;
      top: 0;
      background-color: rgb(240, 240, 240);
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 10;
      height: 60px;

    }

    /* .navbar {
      margin-left: 250px;
      margin-right: 550px;
      width: 30vw;
      display: flex;
      justify-content: space-around;
    } 

   

    .navbar a {
      text-decoration: none;
      font-size: 16px;
      color: rgb(96, 95, 95);
    }

    .navbar a:hover {
      color: navy;
    } */
    .navbar {
      display: flex;
      gap: 20px;
    }

    .navbar a {
      text-decoration: none;
      font-size: 16px;
      margin: 20px;
      color: rgb(96, 95, 95);
    }

    .navbar a:hover {
      color: navy;
    }
    .social {
      display: flex;
      justify-content: space-around;
      width: 100px
    }


    /* Footer */
    .footer {
      background: #4e4e4e;
      color: #fff;
      padding: 10px 20px 8px 20px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      box-shadow: 0 -1px 4px rgb(0 0 0 / 0.03);
      margin-top: 10rem;
      /* padding: 10px 20px; */
      /* text-align: center; */
      font-family: 'Poppins', sans-serif;
    }

    .full-footer h3 {
      margin-bottom: 10px;
      font-size: 1.5rem;
    }

    .full-footer a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .full-footer a:hover {
      color: #0f172a;
    }

    .footer-links {
      margin-top: 10px;
    }

    .footer-links i {
      font-size: 25px;
    }

    .footer-copyright {
      /* margin-top: 10px; */
      text-align: center;
      font-size: 0.7rem;
      color: #c9c8c8;
      user-select: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
    }

    .footer-about {
      margin-left: 20vw;
      margin-right: 20vw;
      display: flex;
      direction: column;

    }

    .left {
      width: 50vw;
      display: flex;
      justify-content: end;
    }

    .left img {
      border-radius: 4px;
      margin-right: 20px;
      height: 250px;
      width: 150px;
    }

    .right {
      width: 70vw;
    }

    .extra {
      text-align: center;
      height: auto;
    }

    .right a {
      text-decoration: underline;
    }

    .home-img {
      height: 350px;
      width: 100%;
      display: flex;
      justify-content: center;
      /* align-items: center;  */
    }

    .home-img img {
      border-radius: 4px;
      height: 350px;
      width: 600px;
      object-fit: cover;
    }

    .info {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
      justify-content: center;
      /* Vertical alignment */
      align-items: center;
    }

    .info-sub {
      width: 40vw;
    }

    .welcome {
      font-size: 20px;
      color: #244059;
    }

    .info-sub p {
      color: rgb(84, 84, 84);
    }

    .info-sub h4 {
      font-family: "Special Elite", system-ui;
    }

    /* Trip page */
    .trip-div {
      display: flex;
      justify-content: center;
      align-items: center;
      /* display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap; */

    }




    .card-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      /* Always 2 columns */
      /* gap: 5px; */
      justify-content: center;
      max-width: 800px;
      margin: auto;
    }

    .card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s;
      margin:10px;
    }

    .card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .card-content {
      padding: 15px;
    }

    .card-content h3 {
      margin: 0 0 10px;
      font-size: 20px;
      color: #333;
    }

    .card-content p {
      color: #555;
      font-size: 14px;
    }

    .card a {
      margin: 8px 0 0;
      font-size: 14px;
      text-decoration: none;
    }

    .card-content h3 {
      font-family: "Special Elite", system-ui;
      font-weight: lighter;
      margin-top: 10px;
      font-size: 20px;
    }



    .card-content:hover h3,
    .card-content:hover p {
      color: rgb(82, 139, 246);
    }

    .quote {
      font-family: "Special Elite", system-ui;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin:30px;
      color: rgb(90, 90, 90);
    }

    .fa-arrow-right {
      font-size: 10px;
    }

    .individual-trip-card {
      margin-top: 30px;
      /* height: 800px; */
      width: 1050px;
      border: 2px solid rgb(246, 244, 244);
      padding: 80px 80px 80px 80px;
      box-shadow: 0 2px 6px rgba(127, 126, 126, 0.1);
      background-color: #fff;
    }

    .individual-card-title {
      font-family: "Special Elite", system-ui;
      font-weight: lighter;
      margin-top: 10px;
      font-size: 40px;
      /* text-align: center */
    }

    .update {
      font-weight: lighter;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .writter-quote {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      flex-direction: column;
      font-family: Georgia, serif;
      color: #86034f;
    }

    .individual-quote {
      font-style: italic;
      font-size: 1.3rem;
      text-align: center;
      position: relative;
    }

    .individual-quote1 {
      font-style: italic;
      font-size: 1.3rem;
      text-align: center;
      position: relative;
      color: #0f2a88;
    }

    .writter {
      font-style: italic;
      font-size: 1rem;
      text-align: right;
      width: fit-content;
      align-self: flex-end;
      margin-top: 0.15rem;
      color: #555;
      margin-bottom: 1rem;

    }

    .heading {
      color: rgb(51, 51, 51);
      font-weight: 400;
      font-size: 21px;
      margin-top: 15px;
      margin-bottom: 5px;
    }

    .heading1 {
      color: rgb(79, 79, 79);
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 5px;
    }



    .bullets {
      padding-top: 15px;
      padding-left: 70px;
      font-size: 16px;
      line-height: 26px;
      color: rgb(79, 79, 79);
    }


    .img1 {
      width: 100%;
      padding: 10px 40px 10px 40px;
      margin: 30px auto;
    }

    .resize1 {
      width: 55%;
      padding: 0px;
      /* margin: 30px auto; */
    }

    .img1 img {
      border-radius: 4px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      /* border-radius: 0.6rem; */
      /* border: 2px solid #dadada; */
    }

    .img2 {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 90%;
      max-width: 1000px;
      margin: 30px auto;
    }

    .row {
      display: flex;
      justify-content: space-between;
      gap: 5px;
    }

    .horizontal img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 4px;
      /* border-radius: 0.6rem; */
    }

    .vertical img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 4px;
      /* border-radius: 0.6rem; */
    }

    .image-box {
      flex: 1;
    }

    .img3 {
      width: 90%;
      max-width: 1000px;
      margin: 30px auto;
      display: flex;
      flex-direction: column;
      gap: 5px;
      font-family: sans-serif;
    }

    .vertical-row {
      display: flex;
      justify-content: space-between;
      gap: 5px;
    }

    .vertical-row img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      /* border-radius: 0.6rem; */
      flex: 1;
      border-radius: 4px;
    }

    .horizontal-row img {
      width: 100%;
      height: 450px;
      object-fit: cover;
      border-radius: 4px;
      /* border-radius: 0.6rem; */
    }

    .img4 {
      width: 90%;
      max-width: 1000px;
      margin: 30px auto;
      font-family: sans-serif;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .top-row {
      display: flex;
      gap: 5px;
    }

    .top-row img {
      flex: 1;
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 4px;
      /* border-radius: 10px; */
    }

    .bottom-column {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .bottom-column img {
      width: 100%;
      height: 450px;
      object-fit: cover;
      border-radius: 4px;
      /* border-radius: 10px; */
    }

    hr {

      width: 30%;
      border: 0.5px solid teal;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .logo-div {
      height: 120px;
      width: 120px;
      margin-left: 30px;
      margin-top: 50px;
    }

    .logo-div img {
      width: 120px;
      height: 120px;
      object-fit: cover;
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 7px;
      padding: 7px;
      /* transform: scale(0.75); */
      /* background-color: #f9f5f0; */
    }

    .gallery img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .img5 {
      display: flex;
      width: 90%;
      gap: 5px;
      height: 800px;
      /* Adjust as needed */
      margin: 30px auto;
    }

    .vertical5 {
      display: flex;
      flex-direction: column;
      gap: 5px;
      flex: 1;
    }

    .vertical5 img {
      width: 100%;
      height: 32.3%;
      /* 4 images -> 100% / 4 = 25% */
      object-fit: cover;
      border-radius: 4px;
    }

    .horizontal5 {
      flex: 2;
    }

    .horizontal5 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
    }

    .img6 {
      display: flex;
      gap: 5px;
      height: 800px;
      /* Adjust height as needed */
      max-width: 1000px;
      margin: 30px auto;
    }

    .vertical6 {
      flex: 1;
    }

    .vertical6 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
    }

    .horizontal6 {
      flex: 2;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .horizontal6 img {
      width: 100%;
      height: 24.5%;
      /* 4 horizontal images -> 25% each */
      object-fit: cover;
      border-radius: 4px;
    }

    .gallery-animal {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 0fr));
      gap: 7px;
      padding: 7px;
      transform: scale(0.75);
      /* background-color: #f9f5f0; */
    }

    .no-padding {
      padding: 0px;
    }

    .gallery-animal img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }


    .details {
      padding-top: 15px;
      padding-left: 20px;
      white-space: normal;
      flex-shrink: 0;
      /* only if inside a flexbox */
      font-size: 16px;
      line-height: 26px;
      color: rgb(79, 79, 79);
    }

    .hamburger {
      margin-right: 10px;
      display: none;
      font-size: 28px;
      cursor: pointer;
      user-select: none;
    }
 

    .show1 {
      display: none;
    }

    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .popup img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .popup.showImg {
      display: flex;
    }

    .popup-close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 2rem;
      color: white;
      cursor: pointer;
    }

    .bottom{
      margin-top: 20px;
      display: flex;
      height: 200px;
      width: 100vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #244059;
      font-weight: 400px;
      font-size: 22px;
    }
    .bottom img{
      margin-top: 5px;
      height: 150px;
      width: 150px;
    }

    .bottom img:hover{
      box-shadow: 0 4px 20px rgba(36, 64, 89, 0.5);
    }

    @media (max-width: 700px) {
      .details {
        font-size: 16px;
      }

      .individual-trip-card {

        padding: 30px 30px 30px 30px;

      }

      .heading {
        color: rgb(51, 51, 51);
        font-weight: 300;
        font-size: 21px;
      }

      .img3 {
        width: 90%;
        max-width: 400px;
        margin: 30px auto;
      }

      .vertical-row img {
        width: 500%;
        height: 200px;
        object-fit: cover;
        /* border-radius: 0.6rem; */
        flex: 1;
        border-radius: 4px;
      }

      .footer {
        background: #4e4e4e;
        color: #fff;
        padding: 10px 0px 0px 0px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        box-shadow: 0 -1px 4px rgb(0 0 0 / 0.03);
        margin-top: 7rem;
        font-family: 'Poppins', sans-serif;
      }

      .full-footer h3 {
        margin-bottom: 10px;
        font-size: 1rem;
      }

      .full-footer a {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
        font-weight: 300;
        transition: color 0.3s ease;
      }

      .full-footer a:hover {
        color: #0f172a;
      }

      .footer-links {
        margin-top: 10px;
      }

      .footer-links i {
        font-size: 25px;
      }

      .footer-copyright {
        /* margin-top: 10px; */
        text-align: center;
        font-size: 0.7rem;
        color: #c9c8c8;
        user-select: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
      }

      .footer-about {
        margin: 0px auto;
        display: flex;
        direction: column;

      }

      .left {
        /* width: 50vw; */
        display: flex;
        justify-content: end;
      }

      .left img {
        border-radius: 4px;
        margin-right: 20px;
        height: 150px;
        width: 90px;
      }

      .right {
        /* width: 70vw; */
        font-size: 12px;
      }

      .extra {
        text-align: center;
        height: auto;
      }

      .right a {
        text-decoration: underline;
      }

    .navbar {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background: #f0f0f0;
        width: 200px;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      }

      .navbar.show {
        display: flex;
      }

      .hamburger {
        display: block;
      }

      .social{
        display:none;
      }
      .logo-div {
      height: 80px;
      width: 80px;
      margin-left: 15px;
      margin-top: 30px;
    }

    .logo-div img {
      width: 80px;
      height: 80px;
      object-fit: cover;
    }

     .card {
      margin:10px;
    }

    .home-img {
      width: 100vw;
    }
     .home-img img {
      border-radius: 4px;
      height: 350px;
      width: 100%;
      object-fit: contain;
    }

    .info-sub {
      width: 80vw;
    }
      .card-grid {
      grid-template-columns: repeat(1, 1fr);
    }
    }