* {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    max-width: 2400px;
    margin: 5px auto;
  }
  .navbar_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .navbar_logo > img {
    height: 60px;
    width: auto;
  }
  .navbar_links > a {
    margin: 0 12px;
  }
  .navbar_links > a {
    text-decoration: none;
    text-align: center;
    font-size: large;
    color: black;
  }
  .navbar_links > a:hover {
    text-decoration: underline;
  }
  .book-trip-btn {
    padding: 10px 20px;
    border: 2.5px solid orange;
    border-radius: 30px;
    background-color: rgb(250, 238, 214);
    color: rgb(255, 123, 0);
    font-size: larger;
    cursor: pointer;
  }
  .bg {
    height: 800px;
    width: 100%;
    border-radius: 50px;
    position: relative;
  }
  
  .hero {
    background-image: url("https://sb.kaleidousercontent.com/67418/1920x1100/2ed9107761/bg.png");
    background-size: cover;
    height: 800px;
    width: 100%;
    display: flex;
    border-radius: 30px;
  }
  
  .content {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .box-1 {
    height: 500px;
    width: 500px;
  }
  .box-2 {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 12px;
  }
  .p-1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .p-2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .buttons {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .buttons > button {
    box-shadow: 0 8px 16px 0 rgba(255, 254, 254, 0.2),
      0 6px 20px 0 rgba(255, 255, 255, 0.2);
    font-size: medium;
    font-weight: 500;
    padding: 20px 40px;
    border-radius: 30px;
    border: 2.5px solid white;
    cursor: pointer;
  }
  .btn-1 {
    background-color: transparent;
    color: #fff;
  }
  .btn-2 {
    background-color: #fff;
    color: rgb(255, 145, 0);
  }
  .boxes {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: center;
  }
  .b-1 > img,
  .b-2 > img,
  .b-3 > img,
  .b-4 > img {
    height: 50px;
    width: auto;
  }
  .b-1,
  .b-2,
  .b-3,
  .b-4 {
    padding: 60px 15px;
    background-color: rgb(248, 243, 243);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0;
  }
  .header {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    margin: 10px 0;
  }
  .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 80px;
  }
  .heading-1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
  }
  .heading-2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 15px;
  }
  .chatBot {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 5%;
    background-color: #fff;
    border: 3px solid rgb(255, 136, 0);
    border-radius: 10px;
    margin: 50px auto;
    overflow: hidden;
    overflow-y: clip;
    height: 650px;
    width: 500px;
    background: rgb(255, 255, 255);
    background-size: contain;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
  }
  header {
    background-color: rgb(255, 136, 0);
    text-align: center;
    padding: 10px 0;
    border-radius: 7px 7px 0 0;
    margin: 0;
  }
  header h2 {
    color: #fff;
    font-weight: 600;
    margin: 0;
  }
  .chatbox {
    padding: 15px;
    list-style: none;
    overflow-y: auto;
    height: 425px;
    margin: 0;
  }
  .chatbox li {
    margin-bottom: 10px;
  }
  .chat p {
    padding: 10px 15px;
    max-width: 70%;
    word-wrap: break-word;
  }
  .chat-outgoing p {
    background-color: rgb(255, 136, 0);
    color: #fff;
    display: flex;
    justify-self: flex-end;
    border-radius: 17px 17px 0 17px;
    margin: 0;
  }
  .chat-incoming p {
    background-color: #eaeaea;
    display: flex;
    justify-self: flex-start;
    border-radius: 17px 17px 17px 0;
    margin: 0;
  }
  .chat-input {
    padding: 10px;
    border-top: 1px solid #ccc;
  }
  .chat-input textarea {
    width: 522px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    resize: none;
    outline: none;
    overflow-y: scroll;
    background-color: #dcdcdc85;
    font-size: 16px;
    color: rgb(255, 136, 0);
    font-weight: 600;
    margin-top: -10px;
    margin-left: -15px;
    height: 40px;
  }
  #cross {
    float: right;
    position: relative;
    top: -30px;
    left: -15px;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    font-size: 26px;
    margin-top: 0;
  }
  #cross:hover {
    color: red;
    transition: all 0.5s;
  }
  .chatbox .chat p.error {
    color: #ffffff;
    background-color: #ff3737e8;
  }
  #sendBTN {
    width: 100%;
    padding: 8px;
    border: 0;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgb(255, 136, 0);
    cursor: pointer;
    color: white;
    margin-top: 12px;
  }
  .lastMessage {
    margin-top: 50px;
    font-size: 35px;
    font-weight: 600;
    color: rgb(255, 136, 0);
    margin-left: 550px;
  }
  .open-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 80px;
    width: 80px;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
  }
  .open-icon > img {
    width: 100%;
    height: 100%;
  }
  @media only screen and (max-width: 1000px) {
    .content {
      flex-direction: column;
      gap: 30px;
    }
    .box-1 {
      height: 320px;
      width: 320px;
    }
    .navbar_links {
      display: none;
    }
    .buttons {
      flex-direction: column;
    }
    .p-1 {
      font-size: 30px;
    }
    .p-2 {
      font-size: 17px;
    }
    .buttons > button {
      padding: 15px 30px;
    }
    .book-trip-btn {
      font-size: medium;
    }
    .boxes {
      flex-direction: column;
    }
    .heading {
      margin-top: 13px;
    }
    .heading-1 {
      font-size: 30px;
    }
    .heading-2 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 550px) {
    .chatBot {
      width: 330px;
    }
    .navbar {
      padding: 5px 0;
    }
    .navbar_logo_heading {
      font-size: x-large;
    }
    .navbar_logo > img {
      height: 45px;
    }
  }
  @media only screen and (max-width: 385px) {
    .chatBot {
      height: 540px;
    }
    .chatbox {
      height: 300px;
    }
    .box-1 {
      height: 250px;
      width: 90%;
    }
  }
  @media only screen and (max-width: 355px) {
    .p-1 {
      margin-bottom: 0;
    }
    .chatBot {
      width: 90%;
    }
    .box-1 {
      height: 280px;
      width: 90%;
    }
    .book-trip-btn {
      padding: 8px 11px;
    }
    .open-icon {
      height: 60px;
      width: 60px;
    }
  }
  @media only screen and (max-width: 303px) {
    .book-trip-btn {
      visibility: hidden;
    }
  }
  
  .footer {
    background-color: rgb(248, 243, 243);
    color: black;
    padding: 20px 0;
  }
  .footer-container {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .footer-section {
    flex: 1;
    padding: 10px;
    min-width: 200px;
    margin-right: 20px;
  }
  .footer-section h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
  }
  .footer-section p,
  .footer-section ul {
    font-size: 1em;
  }
  .footer-section ul {
    list-style-type: none;
    padding: 0;
  }
  .footer-section ul li {
    margin: 5px 0;
  }
  .footer-section ul li a {
    color: black;
    text-decoration: none;
  }
  .footer-section ul li a:hover {
    text-decoration: underline;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    background-color: rgb(248, 243, 243);
    padding: 10px;
  }
  
  /* Make footer sections stack on smaller screens */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
    .footer-section {
      text-align: center;
      margin: 10px 0;
    }
  }
  
  /* For even smaller screens */
  @media (max-width: 480px) {
    .footer-container {
      padding: 0 10px;
    }
  }
  
  .newsletter-container {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 90px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .newsletter-content h2 {
    margin: 0 15px;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    color: black;
  }
  .newsletter-content p {
    margin: 0 15px;
    font-size: 20px;
    margin-bottom: 50px;
    color: black;
    font-weight: 400;
  }
  .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .newsletter-form input {
    padding: 15px;
    font-size: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    width: 80%;
    max-width: 800px;
    margin: 30px auto;
    outline-color: rgb(255, 136, 0);
  }
  .newsletter-form button {
    padding: 15px;
    background-color: rgb(255, 136, 0);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 70%;
    max-width: 200px;
    margin: 0 auto;
  }
  .newsletter-form button:hover {
    background-color: rgb(241, 113, 28);
    border-radius: 50px;
    transition: all 1s;
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .newsletter-content h2 {
      font-size: 30px;
    }
    .newsletter-content p {
      font-size: 18px;
      margin-bottom: 30px;
    }
    .newsletter-container {
      padding: 50px 0;
    }
  }
  p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }