body {
background-color: #ffffff;
 margin: 0;
      padding: 0;
}
*{
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.nav-link{
  color: #000000 !important;
}
.card-body{
  padding: 16px !important;
  overflow: hidden;
  
}
.card {
  border-radius: 5px !important;
 color: rgb(0, 0, 0);
      overflow: hidden;
    }
.social-icons a {
  display: inline-block;
}

.social-icons svg {
  margin-right: 10px;
  transition: transform 0.2s ease;
}

.social-icons svg:hover {
  transform: scale(1.1);
}
.card-title {
  font-size: x-large;
  font-style: oblique;
  padding-bottom: 2px;
  background-color: #F7F7F7;
  color: rgb(43, 59, 12);
  border:1px solid black ;
  border-radius:0px 0px 100px 5px ;
}

.pakages_card{

  padding: 10px;
}
.mySwiper{
    margin: 50px !important;

}
.ph{
  background-color: #F7F7F7;
  border-radius: 5px;
  padding-right: 10px;
    padding-left: 10px;
}
.jumbotron{
  text-align: center;
  background-color: white !important;}
.lead{
  font-size: medium;
}
.ph a{
    color: black;

}
.navbar-brand{
  padding-left: 10px;
  color: white !important;
}


   .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 1s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 300px !important;
  display: block;
  object-fit: cover;
}

/* Laptop screens: fixed height and center focus */
@media (min-width: 992px) {
  .slide img {
    height: 400px !important;
    object-fit: cover;
    object-position: center center;
  }
}
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 40px;
      color: white;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
      user-select: none;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    @media  (min-width: 998px) {
    .slider-track {
      height: 400px !important;
      display: flex;
      transition: transform 1s ease;
    }
    
}
@media(min-width: 998px) {
  .slide img {
    height: 400px;
    object-fit: cover;
  }
}

  .navbar {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}



@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900,400italic,700italic,900italic);

*,
:before,
:after {
    box-sizing: border-box;
}


#wrapper {
    margin-left: auto;
    margin-right: auto;
}

#container {
    font: 16px/1.25 'Raleway', sans-serif;
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: center;
    padding: 1em;
    width: 100%;
}

.pop {
    animation: text-shadow 1.5s ease-in-out infinite;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.pop:hover {
    animation-play-state: paused;
}

a {
    color: #024794;
}

a:hover {
    text-decoration: none;
}

@keyframes text-shadow {
    0% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }

    20% {  
        transform: translateY(-0em);
        text-shadow: 
            0 0.125em 0 #0c2ffb, 
            0 0.25em 0 #2cfcfd, 
            0 -0.125em 0 #fb203b, 
            0 -0.25em 0 #fefc4b;
    }

    40% {  
        transform: translateY(0em);
        text-shadow: 
            0 -0.0625em 0 #0c2ffb, 
            0 -0.125em 0 #2cfcfd, 
            0 0.0625em 0 #fb203b, 
            0 0.125em 0 #fefc4b;
    }
    
   60% {
        transform: translateY(-0.10em);
        text-shadow: 
            0 0.03125em 0 #0c2ffb, 
            0 0.0625em 0 #2cfcfd, 
            0 -0.03125em 0 #fb203b, 
            0 -0.0625em 0 #fefc4b;
    }

    80% {  
        transform: translateY(0);
        text-shadow: 
            0 0 0 #0c2ffb, 
            0 0 0 #2cfcfd, 
            0 0 0 #fb203b, 
            0 0 0 #fefc4b;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
}
.sticky-contact-icons {
  z-index: 9999;
}

/* Target the first icon (Phone) */
.sticky-contact-icons .contact-icon:first-child {
  position: fixed;
  bottom: 7vh;
  left: 20px;
  z-index: 9999;
}

/* Target the second icon (WhatsApp) */
.sticky-contact-icons .contact-icon:last-child {
  position: fixed;
  bottom: 7vh;
  right: 20px;
  z-index: 9999;
}

.contact-icon img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.contact-icon img:hover {
  transform: scale(1.1);
}

/* Optional card hover effect */
.card img {
  transition: transform 0.3s ease;
}
.card img:hover {
  transform: scale(1.1);
}


.corner-text {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgb(255, 0, 0);
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background-color: #f9f9f9;
   padding-top: 60px;
  transition: right 0.5s ease;
  z-index: 1050;
}

.sidebar ul {
  padding-left: 20px;
}

.sidebar ul li a {
  color: black;
  display: block;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.sidebar ul li a:hover {
  background-color: #f6f4f1;
  color: #2C3E50;
  font-weight: 500;
  transform: translateX(5px);
}

.sidebar.show {
  right: 0;
}
    .sidebar-close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 30px;
      cursor: pointer;
      color: #333;
      z-index: 1060;
    }



.jeep_outer{
  padding: 0% !important;

}


/* Hide sidebar by default */


/* Hide sidebar by default */
.sidebar {
  display: none;
}

/* Show sidebar and toggler only on screens < 992px */
@media (max-width: 991.98px) {
  .sidebar {
    display: block;
  }

  .desktop-nav {
    display: none;
  }

  #menu-toggle {
    display: block;
  }
}

/* Show desktop nav and hide toggler on screens ≥ 992px */
@media (min-width: 992px) {
  .desktop-nav {
    display: flex;
    gap: 20px;
    margin-left: auto;
    align-items: center;
  }

  .desktop-nav a {
    color: green;
    text-decoration: none;
    font-weight: 500;
  }

  #menu-toggle {
    display: none;
  }
}
/* From Uiverse.io by ArnavK-09 */ 




/* From Uiverse.io by abrahamcalsin */ 
.btm {
 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.btm:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #00f62d;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btm:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btm .span_btm {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 5px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.btm:hover .span_btm {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.pakages_card{
      background: #f9f9f9;
  }

.contact{
  background-color: whitesmoke;
}

@media (max-width: 576px) {
  .small-mobile-iframe {
        transform: scale(0.75);
    transform-origin: top center;
  }

  .small-mobile-iframe iframe {
    border-radius: 8px;
   
  }
}
.swiper-slide {
  display: flex;
  justify-content: center;

}


/* Make arrows larger and thicker */
.swiper-button-next,
.swiper-button-prev {
  color: #333 !important; /* arrow color */
  font-size: 40px; /* increase size */
  font-weight: bold;
  width: 50px;
  height: 50px;
 /* thicker border */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {

  color: #fff;
}
 .review-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 40px 20px;
      background: #f9f9f9;
    }
    /* Google Review Box */
    .google-review-box {
      flex: 1 1 300px;
      max-width: 400px;
      text-align: center;
      padding: 20px;
    }
    .google-review-box img.google-logo {
      width: 100px;
      margin-bottom: 10px;
    }
    .stars {
      margin: 10px 0;
    }
    .stars img {
      width: 25px;
      margin: 0 2px;
    }
    .google-review-box a.review-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #4285F4;
      color: #fff;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 10px;
      transition: background-color 0.3s;
    }
    .google-review-box a.review-button:hover {
      background-color: #3367d6;
    }
    /* Slider */
    .review-slider-box {
      flex: 2 1 500px;
      overflow: hidden;
      max-width: 100%;
    }
    .review-track {
      display: flex;
      width: max-content;
      animation: scrollReviews 110s linear infinite;
    }
    .review-track img {
    
      object-fit: cover;
      margin: 0 6px;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }
    .review-track img:hover {
      transform: scale(1.05);
    }
    @keyframes scrollReviews {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    /* Responsive */
    @media (max-width: 768px) {
      .review-section {
        flex-direction: column;
        text-align: center;
      }
      .review-track img {

        margin: 0 4px;
      }
      .google-review-box {
        padding: 10px;
      }
      .google-review-box a.review-button {
        padding: 8px 16px;
        font-size: 14px;
      }
      .stars img {
        width: 20px;
      }
    }

    .logo{
      border-radius: 10px;
    }

      .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background-color: green;
    display: block;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: green;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler-icon::after {
    top: 8px;
  }

   .jeep-safari-container {
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.7;
  }

  .jeep-safari-container h2 {
    color: #2e6b4f;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .jeep-safari-container p {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .jeep-safari-container strong {
    color: #2e6b4f;
  }

  .jeep-safari-container em {
    color: #555;
    font-style: italic;
  }

  .tour-packages-container {
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.7;
  }

  .tour-packages-container h2 {
    color: #3a5d4f;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  .tour-packages-container p {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .tour-packages-container strong {
    color: #2e6b4f;
  }

  .tour-packages-container em {
    color: #666;
    font-style: italic;
  }

  .more-details-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2e6b4f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
    animation: colorPulse 3s infinite;
  }

  .more-details-btn:hover {
    background-color: #1e4a36;
    color: #ffe;
  }

  @keyframes colorPulse {
    0% {
      background-color: red;
    }
    50% {
      background-color: #3fa96a;
    }
    100% {
      background-color: #6e9081;
    }
  }
/* Container Setup */
.grw-review-avatar {
  width: 50px;           /* fixed width */
  height: 50px;          /* fixed height */
  border-radius: 50%;    
  object-fit: cover;     /* cover so it crops nicely */
  border: 2px solid #4285F4;
  flex-shrink: 0;        /* prevent shrinking */
}

.review-section {
  display: flex;
  gap: 30px;
  padding: 40px;
  background: #f5f5f5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Left Side Box */
.google-review-box {
  flex: 1;
  max-width: 300px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.google-logo {
  max-width: 100px;
  margin-bottom: 15px;
}

.google-review-box h2 {
  margin: 10px 0 5px;
  font-size: 22px;
}

.google-review-box h3 {
  margin: 5px 0 20px;
  font-weight: 400;
  color: #777;
}

.stars img {
  width: 30px;
  margin: 0 2px;
}

.review-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: #4285F4;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.review-button:hover {
  background: #3367D6;
}

/* Right Side Slider */
.review-slider-box {
  flex: 2;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  padding: 20px 0;
}

/* Track holding reviews */
.review-track {
  display: flex;
  gap: 20px;
  will-change: transform;
}

/* Individual Review Card */
.grw-review {
  flex: 0 0 320px;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0,0,0,0.1);
  padding: 15px 20px;
  transition: transform 0.3s ease;
  user-select: none;
}

.grw-review:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.grw-review-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wp-google-left {
  display: flex;
  align-items: center;
  gap: 12px;
}



.wp-google-name {
  font-weight: 700;
  color: #4285F4;
  text-decoration: none;
}

.wp-google-name:hover {
  text-decoration: underline;
}

.wp-google-time {
  margin-left: auto;
  font-size: 12px;
  color: #999;
}

.wp-google-stars {
  font-size: 20px;
  color: #FFD700; /* Gold stars */
}

.wp-google-feedback {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.footer-section {
  background-color: #000;
  color: #fff;
  padding: 40px 40px 10px 40px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}

/* Logo & Slogan */

.footer-logo img {
  width: 120px;
  margin-bottom: 10px;
}
.footer-logo p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

/* Footer Links */
.footer-links {
  flex: 1 1 150px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #f39c12;
}

/* Social Media Icons */
.footer-socials {
  flex: 1 1 100px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer-socials img {
  width: 30px;
  transition: transform 0.3s;
}
.footer-socials img:hover {
  transform: scale(1.2);
}

/* Call to Action Buttons */
.footer-actions {
  flex: 1 1 50px;
  display: flex;
  gap: 10px;
}
.footer-actions a {
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: background 0.3s;
}
.btn-call {
  background-color: #27ae60;
}
.btn-call:hover {
  background-color: #2ecc71;
}
.btn-whatsapp {
  background-color: #25D366;
}
.btn-whatsapp:hover {
  background-color: #1ebe5d;
}

/* Copyright */
.footer-copy {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: #bbb;
  text-align: center;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;

  }

  .footer-logo p {
    font-size: 14px; /* smaller text */
  }

  .footer-links {
    flex-direction: column;
    gap: 5px; /* smaller spacing between links */
  }

  .footer-actions {
    flex-direction: column;
    gap: 10px; /* smaller spacing between buttons */
    width: 50%; /* make buttons narrower */
  }

  .footer-actions a {
    padding: 8px 15px; /* smaller button padding */
    font-size: 14px; /* smaller font */
  }
  .footer-socials {
  flex: 1 1 50px ;
}

  .footer-socials {
    gap: 10px; /* smaller gap between icons */
  }

  .footer-socials img {
    width: 25px; /* smaller icons */
  }

  .footer-copy {
    font-size: 12px; /* smaller copyright text */
  }
}

