* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* For mobile tap highlight */
  -webkit-focus-ring-color: transparent;
  /* For Safari blue ring */
  outline: none;
  scroll-behavior: smooth;
}

body {
  background-color: white;

  font-weight: 300;
  word-break: normal;
  word-wrap: wrap;

  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;


}

nav {
  height: 60px;
  width: 100vw;
  top: 0;
  z-index: 999999;
  background-color: #f7f7f7;
  padding-left: 4vw;
  padding-right: 4vw;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.bac-btn a {
  text-decoration: none;
  color: #092e55;

}

.bac-btn {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 18px);
}

.logo {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #092e55;
  text-align: right;
}

.heading-contact {
  background: linear-gradient(-45deg, #002147, teal, teal, #002147);
  background-size: 400% 400%;
  min-height: 200px;
  color: white;
  width: 100vw;
  display: flex;
  padding-left: 6vw;
  padding-right: 6vw;
  margin-top: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(60px, 8vw, 100px);
  animation: bgGradient 10s ease infinite;
}

@keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.heading-contact h2 {
  font-size: clamp(20px, 5vw, 36px);
  line-height: clamp(28px, 3vw, 42px);
}

.heading-contact p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: clamp(24px, 3vw, 26px);
  text-align: center;
}

.container-both-sec-contact {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2vw, 30px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;

}

.booking-contact {
  display: flex;

  flex-direction: column;
  max-width: 700px;
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.booking-contact,
.contact-info h2 {
  color: #092e55;
  margin-bottom: 30px;
}



form label {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #092e55;
}

input,
textarea,
select {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  margin-top: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  margin-top: 1.5rem;
  background-color: #092e55;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}






.contact-info {
  display: flex;

  flex-direction: column;
  width: 100%;
  max-width: 600px;
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 1rem;
  display: flex;
  font-size: clamp(14px, 2vw, 16px);
  align-items: center;
color: #092e55;

}

.contact-info li i {

  margin-right: 10px;

}
.contact-info ul li a{
  text-decoration: none;
    color: #092e55;
}




/* footer css */
.footer {

  padding: 60px 20px 30px;
  color: rgb(162, 162, 162);
  font-size: 14px;
  background-color: white;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;

  gap: 40px;
}

.footer-column h3,
.footer-column h4 {
  margin-bottom: 10px;
  color: #092e55;
}

.footer-column-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 18vw;
  margin-left: 4vw;
  margin-right: 4vw;
}

.footer-left-icons {
  display: flex;
  gap: 20px;
  width: 10vw;
  font-size: 24px;
  color: #092e55;

}

.footer-column-left p {
  line-height: 20px;
  color: black;

}

.footer-column-list {
  display: flex;
  justify-content: center;
  width: 35vw;
  gap: 150px;
}

.footerList h4 {
  margin-bottom: 20px;
  font-size: 13px;
  color: black;
  font-weight: 700;
  letter-spacing: 1.5PX;
}


.footerList li {
  margin-top: 10px;
  list-style: none;
  color: black;
  font-size: 14px;
  font-weight: 500;

}

.second-list {
  margin-left: 20px;
}

.footer-column-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: black;
  margin-right: 4vw;
}

.footer-column-right h4 {

  font-size: 15px;
  color: #092e55;
  font-weight: 700;
  letter-spacing: 1.5PX;

}

.footer-end {
  border-top: 2px solid rgba(163, 156, 156, 0.53);
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  height: 100px;
  align-items: center;


  margin-top: 100px;
}

.buttons-footer {
  display: flex;
  flex-direction: row;
  width: 40vw;


}

.footer {

  padding: 60px 20px 30px;
  color: rgb(162, 162, 162);
  font-size: 14px;
  background-color: white;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;

  gap: 40px;
}

.footer-column h3,
.footer-column h4 {
  margin-bottom: 10px;
  color: #092e55;
}

.footer-column-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 18vw;
  margin-left: 4vw;
  margin-right: 4vw;
  color: #092e55;
}

.footer-left-icons {
  display: flex;
  gap: 20px;
  width: 10vw;
  font-size: 24px;
  color: #092e55;

}

.footer-column-left p {
  line-height: 20px;
  color: black;

}

.footer-column-list {
  display: flex;
  justify-content: center;
  width: 35vw;
  gap: 150px;
}

.footerList h4 {
  margin-bottom: 20px;
  font-size: 13px;
  color: black;
  font-weight: 700;
  letter-spacing: 1.5PX;
}


.footerList li {
  margin-top: 10px;
  list-style: none;
  color: black;
  font-size: 14px;
  font-weight: 500;

}

.footerList li a {
  color: #092e55;
}

.second-list {
  margin-left: 20px;
}

.footer-column-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: black;
  margin-right: 4vw;
}

.footer-column-right h4 {

  font-size: 15px;
  color: #092e55;
  font-weight: 700;
  letter-spacing: 1.5PX;

}

.footer-end {
  border-top: 2px solid rgba(163, 156, 156, 0.53);
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  height: 100px;
  align-items: center;


  margin-top: 100px;
}

.buttons-footer {
  display: flex;
  flex-direction: row;
  width: 40vw;


}

.footer-btn {
  background-color: #092e55;
  border: 1px solid #092e55;
  color: white;
  width: 100%;
  max-width: 165px;
  height: 50px;
  font-size: clamp(10px, 2vw, 18px);
  margin-left: 1.5vw;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-btn a {
  text-decoration: none;
  color: white;
}
.footer-left-icons a{
  text-decoration: none;
   color: rgb(11, 74, 74);
}
.social-icons i {
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.footer-copy {
  width: 50vw;
  margin-right: 4vw;
  display: flex;
  justify-content: flex-end;
  color: black;
}

@media(max-width:1100px) {
  .footer-column-list {
    gap: 80px;
  }

  .footer-column-right {
    margin-left: 4vw;
  }
}

@media(max-width:780px) {
  .footer-end {
    flex-direction: column;
  }

  .buttons-footer {
    width: 100vw;
    justify-content: center;
    margin-top: 30px;
  }

  .footer-copy {
    width: 100vw;
    justify-content: center;
  }

  .footer-column-list {
    gap: 80px;
  }

  .footer-left-icons {
    font-size: 20px;
  }

  .footer-column-left {
    width: 20vw;
  }

  .footer-column-list {
    width: 35vw;
    justify-content: flex-start;
    margin-left: 15vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .footer-container {
    justify-content: flex-start;
  }
}

@media(max-width:500px) {
  .footer-column-left {
    width: 90vw;


  }

  .footer-left-icons {
    font-size: 16px;
  }

  .footer-left-icons {
    width: 90vw;
    display: flex;

  }

  .footer-column-list {
    width: 100vw;
    flex-wrap: wrap;
    gap: 40px;
    margin-left: 4vw;
    margin-right: 4vw;

    align-items: center;


  }

  .second-list {
    margin-left: 0px;
  }

  .footer-container {
    justify-content: flex-start;
  }

  .footer-column-right {
    width: 100vw;
    margin-left: 4vw;
    margin-right: 4vw;

  }

  .footer-buttons {
    width: 90vw;
  }

  .footer-btn {
    width: 90vw;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    max-width: 140px;
    height: 50px;
    font-size: 15px;
  }
}

@media(max-width:330px) {
  .footer-column-list {
    margin-left: 0;
  }

}

@media(max-width:330px) {
  .footer-column-list {
    margin-left: 0;
    width: 90vw;
    margin-left: 4vw;

  }



  .footer-btn {
    width: 90vw;
    justify-content: center;
    align-items: center;

    max-width: 140px;
    height: 50px;
    font-size: 12px;
  }
}





/* ---end footer--- */




/* whatsapp-icon */
.wats-ico {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 6vw;
  display: flex;
  z-index: 99999;
  flex-direction: column;



}

.wats-ico p {

  position: absolute;
  margin-left: 35%;

  animation: up-down 1.5s linear infinite;
}

@keyframes up-down {
  0% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(-12px);
  }
}

.wats-ico a {
  text-decoration: none;
  font-size: 40px;

}

.fa-brands {
  color: #25D366;


}



/* fade in */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}