@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #26364D;
  line-height: 1.6;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  color: #00364c;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.subtitle {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  color: #02bdd4;
  letter-spacing: 1px;
  font-size: 45px;
}
.heading1{
    font-size: 70px;
    color: #00364C;
}
.heading1 span {
  margin-left: 90px; 
  display: block; 
}

.navbar {
  background-color: #9CB2BF;
}
.navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #00364c !important;
}
.navbar .nav-link:hover {
  color: #183A5F !important;
}
.nav-link.isactive {
  color: #183A5F !important;
}

.navbar-brand {
  margin-right: 40px !important;
}

.nav-button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #e4edf2 !important;
  padding: 10px 60px;
  background-color: #00364c;
}

.nav-button:hover {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #00364c !important;
  padding: 10px 60px;
  background-color: #d0dfe7;
}
.footer-button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #00364c !important;
  padding: 10px 60px;
  background-color: #e4edf2;
}
.footer-button:hover {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #e4edf2 !important;
  padding: 10px 60px;
  background-color: #1a5e79;
}
.carousel-item {
  position: relative;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.header-text {
  padding: 50px;
  background-color: white;
  margin-top: 300px;
  margin-left:190px;
  width: 650px;
}

.button {
  background-color: #02bdd4;
  color: white;
}
.button:hover {
  background-color: #00364c;
  color: white;
  transition: 0.4 ease-in-out;
}
.destination-btn {
  background-color: #5d72752f !important;
  color: rgba(255, 255, 255, 0.63) !important;
  font-weight: 800 !important;
}
.destination-btn.active {
  background-color: #02bdd4 !important;
  color: #ffffff !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.destination-btn:hover {
  background-color: #02bdd4 !important;
  color: white !important;
  font-weight: 800 !important;
}
.testimonial-carousel .item {
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.testimonial-carousel .center .item {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
}
.testimonials-section {
  background-color: #e4edf2;
  padding: 70px 0px !important;
}
.testimonial-box {
  background: #e4edf2;
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.dropdown-menu {
  background-color: #e4edf2;
}
.dropdown-item {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #00364c !important;
}
.dropdown-item:hover {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  color: #02bdd4 !important;
}
.about{
    padding-top: 100px;
    padding-bottom: 100px;
     background: linear-gradient(270deg, rgb(255, 255, 255) 16%, rgba(107, 154, 224, 0.486) 100%);



}

#about {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/image/3.jpeg");
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
}
#gallery {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/assets/image/11.jpeg");
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
}

#contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/image/7.jpeg");
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
}
#tour-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/image/9.jpeg");
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
}

.about-subtitle {
  margin-top: -190px;
  margin-left: 20px;
}
  section h2 {
    font-size: 2.3rem;
    letter-spacing: 1px;
  }
  .card img {
    object-fit: cover;
    height: 100%;
  }
  .card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease-in-out;
  }
@media (max-width: 786px) {
  .header-subtitle {
    font-size: 28px !important;
  }
  .about-img {
    padding-top: 20px;
  }
  .about-subtitle {
    font-size: smaller;
  }
  .header-text {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.753);
    margin-top: -550px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .about-img {
    z-index: 10;
    margin-top: 0px !important;
    padding-bottom: 20px;
  }
  .gallery-img {
    margin-top: 0px !important;
  }

  .destination-img {
    padding-top: 0px !important;
  }
  .about-subtitle {
    margin-top: 0px;
    margin-left: 10px;
    padding-bottom: 10px !important;
  }
}




/* ============= Tour Modals ============== */
 .tour-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }
        .tour-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .tour-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }
        .tour-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, #2196F3, #21CBF3);
        }
        .tour-icon {
            font-size: 3rem;
            color: #2196F3;
            margin-bottom: 20px;
        }
        .tour-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }
        .tour-description {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        .tour-price {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2196F3;
            margin-bottom: 25px;
        }
        .book-btn {
            background: linear-gradient(135deg, #2196F3, #21CBF3);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .book-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(33, 150, 243, 0.3);
            color: white;
        }
        /* Modal Styles */
        .modal-content {
            border: none;
            border-radius: 15px;
            overflow: hidden;
        }
        .modal-header {
            background: linear-gradient(135deg, #2196F3, #21CBF3);
            color: white;
            border: none;
            padding: 25px 30px;
        }
        .modal-title {
            font-size: 1.5rem;
            font-weight: 300;
        }
        .btn-close {
            filter: brightness(0) invert(1);
        }
        .modal-body {
            padding: 0;
        }
        /* Form Styles inside Modal */
        .form-container {
            padding: 30px;
        }
        .fcf-form-group {
            margin-bottom: 25px;
        }
        .fcf-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .fcf-input-group {
            position: relative;
        }
        .fcf-form-control {
            width: 100%;
            padding: 15px;
            border: 2px solid #e1e8ed;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #fafbfc;
        }
        .fcf-form-control:focus {
            outline: none;
            border-color: #2196F3;
            background: white;
            box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
        }
        .fcf-form-control:disabled {
            background: #f0f8ff !important;
            cursor: not-allowed;
            border-color: #2196F3;
        }
        .number-input-group {
            display: flex;
            gap: 15px;
        }
        .number-input-group > div {
            flex: 1;
        }
        .input-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            pointer-events: none;
        }
        .price-display {
            background: linear-gradient(135deg, #f8f9ff, #e8f2ff);
            border: 2px solid #2196F3;
            border-radius: 12px;
            padding: 20px;
            margin: 25px 0;
            text-align: center;
            display: none;
            animation: slideIn 0.3s ease;
        }
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .price-breakdown {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
            margin-bottom: 15px;
        }
        .price-item {
            background: white;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid #2196F3;
        }
        .price-item h4 {
            color: #333;
            margin-bottom: 5px;
            font-size: 14px;
        }
        .price-item .amount {
            font-size: 18px;
            font-weight: 600;
            color: #2196F3;
        }
        .total-price {
            border-top: 2px solid #2196F3;
            padding-top: 15px;
            font-size: 24px;
            font-weight: 700;
            color: #333;
        }
        .fcf-btn {
            width: 100%;
            padding: 18px;
            background: linear-gradient(135deg, #2196F3, #21CBF3);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .fcf-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(33, 150, 243, 0.3);
        }
        .fcf-btn i {
            margin-right: 10px;
        }
        .required {
            color: #e74c3c;
        }
        hr {
            border: none;
            height: 1px;
            background: linear-gradient(90deg, transparent, #e1e8ed, transparent);
            margin: 20px 0;
        }
        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2.5rem;
            }
            
            .tour-cards {
                grid-template-columns: 1fr;
            }
            
            .number-input-group {
                flex-direction: column;
                gap: 10px;
            }
        }
   
        .gallery-img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 12px;
            transition: all 0.4s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }
        .gallery-img:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
            filter: brightness(1.1);
        }
        .gallery-card {
            margin-bottom: 30px;
        }
        @media (max-width: 768px) {
            .gallery-img {
                height: 200px;
            }
        }
               .about-section {
            padding: 80px 0;
        }
        .about-title {
            font-size: 4rem;
            font-weight: 900;
            text-transform: uppercase;
            text-align: center;
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 40px;
            letter-spacing: 3px;
        }
        .about-img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            transition: transform 0.4s ease, filter 0.4s ease;
        }
        .about-img:hover {
            transform: translateY(-15px);
            filter: brightness(1.1);
        }
        .about-text {
            font-size: 1.2rem;
            line-height: 1.9;
            color: #e0e0e0;
            max-width: 600px;
            margin: 30px 0;
        }
        .info-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 25px;
            border-radius: 15px;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }
        .info-card:hover {
            transform: translateX(10px);
        }
        .info-card h3 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #4ecdc4;
            margin-bottom: 15px;
        }
        .info-card p {
            font-size: 1rem;
            color: #d1d1d1;
        }
        @media (max-width: 768px) {
            .about-title {
                font-size: 2.8rem;
            }
            .about-img {
                max-height: 350px;
            }
            .about-text {
                font-size: 1rem;
            }
        }




@media (max-width: 991px) {
  .heading1 {
    font-size: 2.5rem; 
  }

  .heading1 span {
    margin-left: 50px; 
  }
}


@media (max-width: 767px) {
  .heading1 {
    font-size: 1.8rem; 
    text-align: center;
  }

  .heading1 span {
    margin-left: 0; 
    display: inline; 
  }

  .display-1 {
    padding: 10px; 
  }
}


@media (max-width: 576px) {
  .heading1 {
    font-size: 1.5rem; 
  }
}