* {
  margin: 0;
  padding: 0;
}


/* define color  */
:root {
  --explore-budget: #007bff;
  --primary-color: #00bcd4;
  --white-color: #ffffff;
  --about-color: #F2EFDF;
  --about-text-color: #1c676b;
  --about-btn-color: #1DC5CE;
  --why-choose-us-bg: #E2F6E2;
  --why-choose-us-box: #1DC5CE;
  --why-choose-us-box-border: #FF600A;
  --our-pakages-bg: #F2EFDF;
  --book-now-text-color: #006267;
  --book-now-bg-color: #FF9933;
}

/* Hero Section */

.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 90vh;
  position: relative;
  color: var(--white-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}

.url-logo {
  width: 200px;
  height: 30px;
}

.hero h1 {
  font-size: 4rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
}

.explore-badge {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  overflow: hidden;
}

.explore-badge img{
  width: 100%;
  height: 100%;
}

.explore-text {
  font-size: 1.9rem;
  font-family: "Georgia", serif;
  font-weight: 600;
  margin-bottom: 20px;
}

/* .navbar {
  transition: background-color 0.4s ease;
} */

.navbar-transparent {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, #CCCCCC 14.15%, rgba(54, 51, 51, 0) 75%, rgba(153, 153, 153, 0) 100%);

}

.navbar-scrolled {
  background-color: rgba(93, 90, 90, 0.95);
  /* Light black */
}

.navbar-brand img {
  height: 50px;
  margin-right: 10px;
}

.navbar-nav li {
  font-size: 1.1rem;

}

.nav-link {
  color: var(--white-color) !important;
  font-weight: 700;
  margin-left: 25px;
}


.nav-link:hover {
  text-decoration: underline;
}


/* about us  */

.about-us {
  width: 100%;
  height: 90vh;
  position: relative;
  /* background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d3cdbf' stroke-width='1'%3E%3Cpath d='M0,100 C150,200 350,0 500,100 C650,200 850,0 1000,100 C1150,200 1350,0 1500,100'/%3E%3C/g%3E%3C/svg%3E"); */
}



.about-us .overlay, .explore-treak .overlay {
  /* background-image: url("../images/Home\ Page/about\ bg.png"); */
  opacity: 0.1;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
 .explore-treak .overlay {
  background-image: url("../images/Home\ Page/about\ bg.png");
}
.color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--about-color);
}

.about-us .about, .explore-treak .explore-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about h2, .explore-text h2 {
  font-size: 2.9rem;
}

.about h5 {
  color: var(--about-text-color);
  font-size: 1.3rem;
  font-family: "PT Serif", serif;
  font-weight: 600;
}

.about .about-text {
  margin-top: 40px;
}

.about .about-text p {
  font-size: 1.2rem;
  text-align: justify;
  width: 87%;
  font-weight: 500;
}

.about .about-text button {
  background-color: var(--about-btn-color);
  padding: 12px 20px;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 13px;
  color: var(--white-color);
  margin-top: 15px;
}

.about .about-text img {
  width: 90%;
  height: 47vh;
  border-radius: 40px;
  border: 4px solid var(--about-btn-color);
}

.why-choos-us {
  background-image: url("../images/Home\ Page/why\ chose\ us\ bg.png");
  width: 100%;
  height: 90vh;
  background-repeat: repeat;
  background-size: cover;
  background-color: var(--why-choose-us-bg);
}

.why-choos-us h2, .packages h2, .hot-to-reach h2 {
  text-align: center;
  font-size: 2.35rem;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 30px;
}

.why-choos-us .box {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--why-choose-us-box);
  border: 3px solid var(--why-choose-us-box-border);

}

.why-choos-us-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.why-choos-us .box img {
  width: 30px;
  margin-bottom: 8px;
}

.why-choos-us .box h5 {
  font-weight: 600;
  font-size: 0.9rem;
}

.packages {
  width: 100%;
  /* height: 40vh; */
  padding-bottom: 40px;
  background-color: var(--our-pakages-bg);
  ;
}

.packages h5 {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin-top: -23px;
  font-family: "PT Serif", serif;
  color: var(--why-choose-us-box);
}

.packages .cards {
  width: 100%;
  /* height: 50vh; */
  background-color: var(--white-color);
  padding-bottom: 8px;
  border-radius: 25px;
  margin-top: 30px;
  overflow: hidden;

}

.card-top {
  position: relative;
  width: 100%;
  height: 300px;
}

.packages .cards .card-bg {
  background-image: url("../images/Home\ Page/white frame pattern.png");
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 20;
  /* background-color: var(--white-color); */
}


.packages .cards .highlight{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 30px auto;
  
}

.packages .cards .highlight svg{
  width: 60px;
  height: 25px;
  color: #0e3e2e;
  
}

.cards .card-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 10;
}

.cards-text {
  width: 83%;
  margin: 20px auto;
  display: flex;
  justify-items: end;
  flex-direction: column;
  align-items: end;
}

.cards-text h6 {
  font-size: 1.1rem;
  text-align: start;
  width: 100%;
}

.cards-text p {
  font-size: 1rem;
  margin: 19px auto;
}

.cards .cards-text a {
  text-decoration: none;
  color: var(--book-now-text-color);
}

.cards .cards-text button {
  padding: 10px 18px;
  font-weight: 600;
  width: 50%;
  border-radius: 11px;
  /* float: right; */
  text-align: center;
  border: none;
  font-size: 1.1rem;
  color: var(--book-now-text-color);
  background-color: var(--book-now-bg-color);
}


/* How to reach  */

.destination-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 50px;
}

.circle-image {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid #f7941e;
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.circle-image:hover img {
  transform: scale(1.1);
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  white-space: nowrap;
}

.destination-col {
  text-align: center;
}


/* Explore treak Section  */
.explore-treak {
  width: 100%;
  height: 50vh;
  position: relative;
}

.explore-treak h2 {
  font-size: 2.1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.explore-treak .explore-text .text-images-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
}

.explore-treak .explore-text .text-images-div div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-right: 3px solid #8D8D8D;
  padding-right: 40px;
}


.explore-treak .explore-text .text-images-div div:last-child {

  border-right: none;

}


.explore-treak .explore-text .text-images-div img {
  width: 100px;
}

.explore-treak .explore-text .text-images-div p {
  font-size: 1rem;
}


/* Testimonials section  */
.testimonials-sec {
  width: 100%;
  background-color: #D2FDFF;
  padding: 50px;
}

.testimonials-sec .form-box {
  padding: 40px;
  background-color: white;
  border-radius: 30px;
  width: 84%;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.403);
}

.testimonials-sec .form-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.testimonials-sec h2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.testimonials-sec .form-box div img {
  width: 40px;
}

.testimonials-sec .form-box div h5 {
  font-size: 1.5rem;
  color: #00bcd4;
  font-weight: 600;
  font-family: "PT Serif", serif;
}

.testimonials-sec .form-box div form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
}

.testimonials-sec .form-box div form input, .testimonials-sec .form-box div form textarea {
  margin-bottom: 30px;
  background-color: #4D4D4D;
  color: white;
  border: none;
  padding: 10px 0px 10px 20px;
  resize: none;

}

.testimonials-sec .form-box form button {
  background-color: #FF9933;
  color: #006267;
  border: 1px solid #006267;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
}



.testimonials-sec .testimonials-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}



.testimonials-sec .testimonials-text img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.testimonials-sec .testimonials-text h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.testimonials-sec .testimonials-text p {
  text-align: justify;
  font-size: 1.1rem;
  color: #5E5E5E;
  width: 80%;
}

.testimonials-sec .carousel-control-prev-icon {
  background-image: url("../images/Home\ Page/Arrow 2.png") !important;
  width: 35px;
  height: 25px;
}

.testimonials-sec .carousel-control-next-icon {
  background-image: url("../images/Home\ Page/Arrow 2.png") !important;
  width: 35px;
  height: 25px;
  rotate: 180deg;
}

/* Success popup */
.success-pop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.success-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
  text-align: center;
}

/* Micro interaction */
.pulse {
  animation: pulse 1.8s infinite;
}


/* Footer Style  */
.custom-footer {
  background: url('../images/Home\ Page/Footer-img.png') no-repeat center center/cover;
  color: white;
  padding: 40px 0 0;
  height: 108vh;
  position: relative;
}

.custom-footer .logo img {
  height: 95px;
}

.subscribe-title {
  font-family: "PT Serif", serif;
  color: #00c2cb;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.custom-footer .subscribe-email-box {
  width: 100%;
  height: 50px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.custom-footer .subscribe-email-box input {
  border: none;
  font-size: 1rem;
  padding: 10px;
}

.custom-footer .subscribe-email-box button {
  border: none;
  padding: 20px;
  background-color: white;
}

.footer-content {
  /* background-color: rgba(0,0,0,0.4); */
  border-radius: 10px;
  margin-top: 100px;
}

.footer-heading {
  font-weight: 700;
  font-size: 1.48rem;
  margin-bottom: 30px;
  margin-top: 20px;
}

.custom-footer .social-icons {
  display: flex;
  /* justify-content: space-evenly; */
  gap: 30px;
  align-items: center;
}

.custom-footer .social-icons div {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-footer .social-icons div img {
  height: 15px;
}

.footer-text {
  color: #ddd;
  font-size: 1.12rem;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 1.1rem;
  margin-top: 9px;
  display: block;
  text-align: center;
}

.footer-links a:hover {
  color: white;
  text-decoration: underline;
}

.copy-line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.641);
  width: 50%;
  margin: 40px auto 0px auto;
}

.footer-bottom {
  text-align: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0); */
  font-size: 1rem;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}





/* Loader full screen */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

#page-loader.active {
  opacity: 1;
  visibility: visible;
}

.logo-animation {
  width: 120px;
  height: 120px;
  background: url('../images/Home\ Page/Tribee Tours logo.png') no-repeat center;
  background-size: contain;
  animation: pulse 1s infinite alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 0.7;
  }

  to {
    transform: scale(1.1);
    opacity: 1;
  }
}