body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #f9f9f9;
}

.top-bar {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  background-color: #000;
  color: #f0af25;
  user-select: none;
}

.topbar-item i {
  color: #f0af25;
  font-size: 1rem;
}

/* === Navbar Styles === */
.navbar-custom {
  background-color: #fbfbfb;
  padding-top: 0.1rem;    /* Reduced top padding */
  padding-bottom: 0.1rem; /* Reduced bottom padding */
}

.navbar {
  min-height: 60px; /* Optional: limit minimum height */
}

.logo-img {
  width: 120px;       /* Slightly smaller logo */
  height: auto;
  max-width: 100%;
  transition: width 0.3s ease;
}

@media (max-width: 768px) {
  .logo-img {
    width: 85px;
  }
}

@media (max-width: 576px) {
  .logo-img {
    width: 70px;
  }
   .navbar-toggler {
    background-color: transparent; /* Or any color you want */
  }
}

.navbar-brand {
  padding-top: 0;      /* Remove extra padding */
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-link, .navbar-brand {
  color: #0c137d  !important;
  font-weight: 510;
  font-family: 'Poppins', sans-serif;
}

.navbar-nav .nav-link {
  position: relative;
  padding-top: 0.4rem;    /* Reduced padding */
  padding-bottom: 0.4rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f0af25' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230c137d' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #f0af25;;
  transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* === Brand text styling for two colors === */
.brand-text {
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

.brand-seyhon {
  color: #0c137d; 
}

.brand-holidays {
  color: #dd9312;
}

/* Responsive adjustments for brand text */
@media (max-width: 768px) {
  .brand-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .brand-text {
    font-size: 1rem;
  }
}
    .carousel-inner {
      perspective: 1000px;
    }

    .carousel-item img {
      width: 100%;
      height: 82vh;
      object-fit: cover;
      animation: flipInY 1s ease-in-out;
      backface-visibility: hidden;
      transform-style: preserve-3d;
    }
    .carousel-caption {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 30px;
      text-align: center;
      animation: fadeInUp 1.2s ease-in-out;
    }
    .carousel-caption h1 {
      font-size: 3.2rem;
      color: #fff;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
      margin-bottom: 15px;
    }
    .carousel-caption h1 span {
      color: #f0af25;
    }
    .carousel-caption p {
      font-size: 1.25rem;
      color: #fff;
      opacity: 0.9;
      animation: zoomIn 1.2s ease-in-out 0.3s;
    }
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes zoomIn {
      from {
        transform: scale(0.8);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      padding: 15px;
    }
    @media (max-width: 768px) {
       .logo-img {
    width: 90px;}
      .carousel-caption h1 {
        font-size: 2rem;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
      .carousel-item img {
      width: 100%;
      height: 300px;
      
    }
    
    }
   #about-us {
  background: linear-gradient(135deg, #ffffff 0%, #f0f2f4 100%);
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

    .about-text {
      font-size: 1.1rem;
      color: #6c757d;
      line-height: 1.8;
    }

    
    /* Existing styles retained */

.large-circle-left {
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
  z-index: 2;
}

.circle-img-wrapper {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  transition: transform 0.3s ease;
}

.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-cluster-left {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: 0;
}

.circle-img-wrapper:hover {
  transform: scale(1.05);
}

.rotating-car-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  animation: rotateAround 6s linear infinite;
  transform-origin: center center;
  z-index: 3;
  pointer-events: none;
}

.rotating-car {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px; /* adjust size as needed */
  height: auto;
  transform: translate(-50%, -50%);
}

/* Keyframes for car rotation */
@keyframes rotateAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  .image-cluster-left {
    width: 200px;
    height: 200px;
  }

  .large-circle-left {
    width: 200px;
    height: 200px;
  }

  .rotating-car-wrapper {
    width: 200px;
    height: 200px;
  }

  .rotating-car {
    width: 50px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 
}

.vehicle-text{
  color: #0c137d; 
}
.seat{
  color: #dd9312;
}


    .section-title {
  font-weight: 700;
  color:#0c137d;
  position: relative;
  display: inline-block;
}
.car-icon{
  color: #0a9396; 
}
.section-underline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.section-underline .line {
  flex: 1;
  height: 2px;
  background-color: #dd9312;
  max-width: 100px;
}

.section-underline i {
  font-size: 1.2rem;
}
   
    .tour-card {
      border: none;
      border-radius: 18px;
      overflow: hidden;
      background: #ffffff;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      transition: all 0.35s ease;
    }
    .tour-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 28px rgba(0,0,0,0.15);
    }
    .tour-image {
      position: relative;
      overflow: hidden;
    }
    .tour-image img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .tour-card:hover .tour-image img {
      transform: scale(1.08);
    }
    .badge-tour {
      position: absolute;
      top: 12px;
      left: 12px;
      background: linear-gradient(135deg, #dd9312, #f5cc87);
      color: #fff;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 0.8rem;
      font-weight: 500;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    .tour-body {
      padding: 18px;
      text-align: center;
    }
    .tour-title {
      font-size: 1.15rem;
      font-weight: 700;
      color: #0c137d;
      margin-bottom: 8px;
    }
    .tour-desc {
      font-size: 0.9rem;
      color: #5a5a5a;
      margin-bottom: 12px;
    }
    .tour-days {
      font-size: 0.85rem;
      color: #888;
      background: #e6f7f7;
      display: inline-block;
      padding: 4px 10px;
      border-radius: 20px;
    }
    .accordion-item {
      border: none;
      background: transparent;
    }

    .accordion-button {
      background-color: #fff;
      box-shadow: none;
      border: none;
      font-weight: 500;
      font-size: 1.05rem;
      color: #000;
      position: relative;
      padding-right: 3rem; /* space for icon */
    }
    .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

    .accordion-button .icon {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      background-color: #dd9312;
      color: #fff;
      font-size: 1.25rem;
      font-weight: bold;
      border-radius: 50%;
      text-align: center;
      line-height: 34px;
    }
    
    
.accordion-button::after {
  display: none;
}
    .accordion-button.collapsed .icon::before {
      content: "+";
    }

    .accordion-button:not(.collapsed) .icon::before {
      content: "–";
    }

    .accordion-button:not(.collapsed) {
      background-color: transparent;  /* 🔥 Remove Bootstrap blue background */
      color: inherit;                 /* 🔥 Retain original text color */
    }

    .accordion-body {
      padding-left: 0;
    }

    .circle-box {
      width: 130px;
    height: 130px;
    background-color: white;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 226, 230);
    border-image: initial;
    transition: transform 0.3s;
    padding:10px;

}

@media (min-width: 768px) {
  .circle-box {
    width: 150px;
    height: 150px;
    
  }
}

.circle-box:hover {
  transform: scale(1.05);
}
    .hero {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

    .contact-icon {
      font-size: 1.5rem;
      color: #3498db;
      margin-right: 10px;
    }

    .contact-section {
      padding: 50px 20px;
    }

   .map-responsive {
  position: relative;
  padding-bottom: 40%; /* Smaller height (was 56.25%) */
  height: 0;
  overflow: hidden;
  max-width: 700px;     /* Limit width */
       /* Center the map horizontally */
  border-radius: 8px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact i{
  color: #f0af25;
  font-size: 1.5rem;
  font-weight: 500;
}
.fixed-right-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

/* Gap between buttons */
.fixed-right-buttons .btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons{
   color: #0c137d; 
}
.btn-floating:hover {
    color: #a76800 !important;
  }

