.group-tours-panels {
  padding: 20px 0;
  background: linear-gradient(
    135deg,
    var(--color-bg-white),
    var(--color-bg-light)
  );
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.gt-header {
  margin-bottom: 50px;
}

.gt-subtitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.gt-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.gt-description {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
  text-align: justify;
}
.gt-overlay h3 i {
  margin-right: 10px;
  color: var(--color-primary);
}

.gt-overlay p {
  font-size: 15px;
  line-height: 1.5;
  color: #f1f1f1;
}
.gt-panels {
  display: flex;
  gap: 14px;
  height: 420px;
}

.gt-panel {
  flex: 1;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  position: relative;
  transition: flex 0.6s ease, transform 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.gt-panel:hover {
  flex: 6;
  transform: translateY(-8px);
}

.gt-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: #fff;
  padding: 28px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  text-align: left;
}

.gt-panel:hover .gt-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gt-overlay h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.gt-overlay p {
  font-size: 15px;
  line-height: 1.4;
  color: #f1f1f1;
}

/* General Containers */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}

/* Intro Section */
.group-tours-intro {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 20px;
  flex-wrap: nowrap; /* Ensure it stays in a single row */
}

.group-tours-intro .intro-img img {
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}

.group-tours-intro .intro-content {
  flex: 1;
}

.group-tours-intro .intro-content h2 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.group-tours-intro .intro-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

/* Responsive: stack on smaller screens */
@media (max-width: 1024px) {
  .group-tours-intro {
    flex-direction: column;
    gap: 20px;
  }
  .group-tours-intro .intro-img img {
    max-width: 100%;
  }
}
/* Benefits Section */

/* Responsive */
@media (max-width: 1024px) {
  .benefit-row,
  .benefit-row.left-align,
  .benefit-row.right-align {
    flex-direction: column;
    text-align: center;
  }

  .benefit-icon {
    margin-bottom: 20px;
  }

  .benefit-content {
    max-width: 100%;
  }
}

/* Destinations Section */
.group-tours-destinations {
  text-align: center;
  margin-bottom: 80px;
}
.group-tours-destinations h2 {
  font-size: 36px;
  margin-bottom: 50px;
}
.destinations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.destination {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.destination:hover {
  transform: translateY(-8px);
}
.destination img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.destination h3 {
  font-size: 20px;
  margin: 15px 0 10px;
}
.destination p {
  font-size: 15px;
  color: #555;
  padding: 0 15px 20px;
}

/* Booking Section */
.group-tours-booking {
  background: var(--color-bg-light);
  border-radius: 20px;
  padding: 60px 20px;
  text-align: center;
}

.booking-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.booking-left,
.booking-right {
  flex: 1 1 450px; /* roughly 50% width */
}

.group-tours-booking h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.step {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.step:hover {
  transform: translateY(-8px);
}

.step i {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.step h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.step p {
  font-size: 15px;
  color: #555;
}

    .why-choose-us {
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 30px;
        }
        .services-container {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
        }

        .main-content {
            flex: 1 1 70%;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
      .choose-us-h2 {
            text-align: center;
            font-size: 2.8rem;
            color: var(--color-primary);
            margin-bottom: 60px;
            position: relative;
            font-weight: 700;
        }

        .choose-us-h2:after {
            content: '';
            display: block;
            width: 100px;
            height: 5px;
            background: linear-gradient(to right, var(--color-primary), var(--color-primary-light));
            margin: 20px auto 0;
            border-radius: 3px;
        }

        .service-row {
            display: flex;
            gap: 25px;
            flex-wrap: wrap;
        }

        .service-card {
            flex: 1 1 calc(33.333% - 25px);
            min-width: 250px;
            background: var(--color-bg-white);
            padding: 35px 25px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            text-align: center;
            border-bottom: 5px solid var(--color-primary);
            position: relative;
            overflow: hidden;
        }

        .service-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, var(--color-primary-light), var(--color-primary));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .service-card:hover:before {
            transform: scaleX(1);
        }

        .service-card i {
            display: inline-block;
            font-size: 3rem;
            margin-bottom: 20px;
            color: var(--color-primary);
            background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition: transform 0.4s ease;
        }

        .service-card:hover i {
            transform: scale(1.2);
        }

        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #1a5276;
            font-weight: 600;
        }

        .service-card p {
            color: #566573;
            margin-bottom: 0;
            font-size: 1rem;
            line-height: 1.7;
        }

        .sidebar {
            flex: 1 1 30%;
            min-width: 250px;
            background: linear-gradient(135deg, #1a5276, #2980b9);
            color: white;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(41, 128, 185, 0.3);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
        }

        .sidebar:before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(45deg);
            z-index: 0;
        }

        .sidebar-content {
            position: relative;
            z-index: 1;
        }

        .sidebar i {
            display: inline-block;
            font-size: 3.5rem;
            margin-bottom: 20px;
            color: white;
            background: rgba(255, 255, 255, 0.2);
            width: 80px;
            height: 80px;
            line-height: 80px;
            border-radius: 50%;
            text-align: center;
        }

        .sidebar h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: white;
            font-weight: 600;
        }

        .sidebar p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 25px;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        button {
            background: var(--color-secondary);
            color: var(--color-bg-white);
            border: none;
            padding: 10px 30px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
            /* align-self: flex-start; */
            /* margin-top: 10px; */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        button:hover {
            background: var(--color-bg-dark);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            color: var(--color-bg-light);
        }

        button i {
            font-size: 0.7rem;
            margin: 0 !important;
            background: none;
            -webkit-text-fill-color: initial;
            width: auto;
            height: auto;
            line-height: normal;
        }

        @media (max-width: 992px) {
            .service-card {
                flex: 1 1 calc(50% - 25px);
            }
        }

        @media (max-width: 768px) {
            .services-container {
                flex-direction: column;
            }
            
            .main-content, .sidebar {
                flex: 1 1 100%;
            }
            
            .service-card {
                flex: 1 1 100%;
            }
            
            h2 {
                font-size: 2.2rem;
            }
        }

/* Booking Form Styles */
.booking-form {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.booking-form label {
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-primary);
}

.booking-form input {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}
/* Flex row for Email + Phone */
.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1 1 200px; /* Each field takes equal space */
  display: flex;
  flex-direction: column;
}

/* Optional: ensure inputs inside row match normal input styles */
.form-group input {
  width: 100%;
}

.booking-form button {
  padding: 12px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.booking-form button:hover {
  background: darken(var(--color-primary), 10%);
}

/* Responsive */
@media (max-width: 900px) {
  .booking-container {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .group-tours-intro {
    flex-direction: column;
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .gt-panels {
    flex-direction: column;
    height: auto;
  }

  .gt-panel {
    flex: unset;
    height: 260px;
  }

  .gt-panel:hover {
    flex: unset;
    transform: none;
  }
}
