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;
}
.subtitle {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  color: #02bdd4;
  letter-spacing: 1px;
  font-size: 45px;
}

.navbar {
  background-color: #e4edf2;
}
.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: #02bdd4 !important;
}
.nav-link.isactive {
  color: #02bdd4 !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: 170px;
  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: 10px;
  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 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/grama-bay.jpg");
  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/images/sazan.jpg");
  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/images/contacts-bf.jpg");
  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/images/dafina-bay.jpg");
  background-size: cover;
  height: 50vh;
  display: flex;
  align-items: center;
}

.about-subtitle {
  margin-top: -190px;
  margin-left: 20px;
}

@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;
            }
        }