body {
  font-family: Arial, sans-serif;
}

.top-bar {
  background-color: #1b1b1b;
}

a {
  text-decoration: none !important;
  transition: color 0.3s ease;
}

a:hover {
  color: #c51c2a !important;
}

header {
  background-color: #ecf1f9; 
  color: #024ba8;
  font-weight: bold; 
}
header .text-muted {
  color: #024ba8 !important; 
}

header a {
  color: rgb(45, 141, 232); 
  font-weight: bold;
}

header a:hover {
  color: #c51c2a; 
}

header .dropdown-menu a {
  color: black; 
  font-weight: normal; 
}

.side-drawer {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: left 0.3s ease;
  padding: 20px;
}

.side-drawer.open {
  left: 0;
}

.side-drawer a {
  display: block;
  padding: 10px 0;
  font-size: 1rem;
  color: #000;
}

.side-drawer a:hover {
  color: #c51c2a;
}

.dropdown-menu a {
  font-size: 0.9rem;
  padding: 5px 15px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  display: none;
}

.backdrop.show {
  display: block;
}

.bottom-nav {
  display: none;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
}

.bottom-nav a {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  color: #000;
  font-size: 1rem;
}

.bottom-nav a.active {
  color: #c51c2a;
}

@media (max-width: 992px) {
  .top-bar {
    display: none;
  }

  nav {
    display: none;
  }

  .bottom-nav {
    display: flex;
  }

  .side-drawer {
    display: block;
  }
}

@media (min-width: 992px) {
  .bottom-nav {
    display: none;
  }

  nav a {
    margin-right: 20px;
  }

  nav .dropdown-menu {
    padding: 10px 20px;
  }
}

.logo {
  max-height: 50px; 
  height: auto; 
  width: auto;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .logo {
    max-height: 30px; 
    margin-right: 0.5rem; 
  }
}

.carousel-item img {
    width: 100%;
    height: 600px; 
    object-fit: cover; 
}

.carousel-caption {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center; 
    color: #fff;
    padding: 15px;
    width: 100%; 
}

.carousel-caption h1 {
    font-size: 3rem; 
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8); 
    margin-bottom: 15px;
    line-height: 1.2;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); 
    line-height: 1.4;
}

.btn-slider {
    background-color: #141515;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); 
}

.btn-slider:hover {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 400px; 
    }

    .carousel-caption {
        padding: 10px;
    }

    .carousel-caption h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .btn-slider {
        padding: 8px 20px;
        font-size: 0.9rem; 
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 300px; 
    }

    .carousel-caption h1 {
        font-size: 1.8rem; 
    }

    .carousel-caption p {
        font-size: 0.9rem; 
    }
}

.icon-title-section div {
  text-align: left; 
}

.hero-section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.hero-section img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.hero-section .text-content {
  padding-left: 30px;
}

.icon-title-section {
  text-align: center;
  margin-bottom: 30px;
}

.icon-title-section img {
  width: 80px;
  margin-bottom: 10px;
}

.icon-title-section h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.icon-title-section p {
  font-size: 14px;
  margin: 0;
}

.feature-section {
padding:30px; 
}
.feature-section img {
width: 100%;
height: auto;
margin-bottom: 15px; 
}
.feature-section h5 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
.feature-section p {
font-size: 0.95rem;
line-height: 1.6;
}
@media (max-width: 768px) {
  .hero-section {
      flex-direction: column;
      text-align: center;
  }

  .hero-section .text-content {
      padding-left: 0;
      margin-top: 20px;
  }
}

/* Tour trip style */
.container {
  font-family: Arial, sans-serif;
}
.responsive-div-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}
.header {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.row:last-child {
  border-bottom: none;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  text-align: center;
}
.col-md-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
}
.btn-success {
  background-color: #28a745;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
}
.btn-success:hover {
  background-color: #080808;
}

.service-section {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.service-category {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0; 
  border-bottom: 4px solid #141515; 
}

.service-category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.service-category .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px; 
}

.category-title {
  font-size: 30px; 
  font-weight: 700; 
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase; 
}

.category-description {
  font-size: 1.125rem; 
  color: #ddd;
  margin-bottom: 40px;
  line-height: 1.6; 
}

.btn-group .btn {
  margin: 15px;
  padding: 12px 25px;
  font-size: 1.1rem;
 
  transition: all 0.3s ease-in-out; 
}

.btn-primary {
  background-color: #141515; 
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #f1faee; 
  color: #141515; 
}

.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #141515; 
}

@media (max-width: 768px) {
  .category-title {
    font-size: 20px; 
  }

  .category-description {
    font-size: 1rem; 
  }

  .btn-group .btn {
    padding: 10px 20px; 
  }
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
 
  background-color: #353333;
}

.containers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #fff;
}

.card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.slider {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.slider img:hover {
  transform: scale(1.1);
}

.card:hover .slider img {
  transform: scale(1.1);
}

.card h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .slider img {
      height: auto;
  }

  .card h3 {
      font-size: 0.9rem;
  }
}

.booking-bar {
  max-width: 1200px;
  margin: 20px auto;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.booking-bar h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.form-group label {
  font-weight: bold;
  color: #555;
}
.form-group select,
.form-group button {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.form-group select {
  flex: 1;
  min-width: 150px;
}
.form-group button {
  background-color: #141515;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  flex-basis: 150px;
}
.form-group button:hover {
  background-color: #45a049;
}
.inclusion-display {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .form-group {
      flex-direction: column;
      align-items: stretch;
  }
  .form-group select,
  .form-group button {
      flex: unset;
      min-width: unset;
      width: 100%;
  }
}

footer {
  background-color: #171717;
  color: #ffffff; 

}

.footer-divider {
  border-top: 1px solid #ffffff;
  margin: 20px 0;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #ffffff;
}

.footer-links ul li i {
  margin-right: 10px;
  color: #ffffff;
}

.phone-link {
  color: #ffffff;
  text-decoration: none;
}

.phone-link:hover {
  color: #ebc1d4;
  text-decoration: none;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-btn img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  font-size: 0.875rem;
  color: #cccccc;
  
}
.text-center.mt-4 {
  padding-bottom: 30px; 
}
.custom-color {
  color: #ffffff;
}

@media (max-width: 768px) {
  .whatsapp-btn {
    display: none;
  }
}

.director-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px;
  border-radius: 10px;
}

.director-image {
  flex: 1;
  max-width: 300px;
  text-align: center;
  padding: 20px;
}

.director-image img {
  max-width: 100%;
  height: auto;
 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.director-content {
  flex: 2;
  padding: 20px;
  text-align: left;
}

.director-content h2 {
  color: #024ba8;
  margin-bottom: 20px;
}

.director-content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.director-signature {
  font-style: italic;
  color: #555;
}

@media (max-width: 768px) {
  .director-message {
      flex-direction: column;
      text-align: center;
  }

  .director-content {
      text-align: center;
  }
}

.section-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  border-left: 4px solid #93c73f;
  padding-left: 10px;
}
.form-section, .info-section {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.form-section {
  background-color: #f9f9f9;
}
.info-section {
  background-color: #ffffff;
}
.info-item {
  margin-bottom: 15px;
}
.info-item h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-red {
  background-color: red;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.btn-red:hover {
  background-color: darkred;
}
/* External CSS */
.form-section .poster-image {
  width: 100%;
  height: 290px;
  border: 0;
}

.text-muted {
  color: #6c757d;
}

.info-section {
  padding: 1rem;
}

.info-section .section-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.info-section h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.info-section a {
  color: #007bff;
  text-decoration: none;
}

.info-section a:hover {
  text-decoration: underline;
}

.expertise-section {
  background-color: #ffffff; 

}

.expertise-header {
  background-color: #93c73f;; 
  color: #ffffff; 
  text-align: center;
  padding: 20px 0; 
  margin-bottom: 20px; 
  width: 100%; 
}

.expertise-header h2 {
  font-size: 2.5rem; 
  font-weight: bold;
  margin: 0;
}

.expertise-section img {
  max-width: 250px; 
  display: inline-block;
}

.features-list {
  text-align: left;
  padding-left: 30px;
}

.features-list li {
  font-size: 1.1rem;
  font-weight: 500;
}

.features-list i {
  color: red; 
  margin-right: 10px;
}

@media (max-width: 767px) {
  .expertise-header h2 {
    font-size: 2rem; 
  }

  .features-list {
    padding-left: 20px;
  }

  .features-list li {
    font-size: 1rem;
  }
}

/* Styles from whyus.css */
.why-choose-us .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #93c73f;
}

.why-choose-us .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.choose-card {
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 15px;
}

.choose-card h5 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 0.95rem;
  color: #666;
}

/* Styles from productpage.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background: #f3f2f2;
  color: #333;
}
.packagepage {
  max-width: 800px;
  margin: 100px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.packagepage h2 {
  font-size: 28px;
  color: #024ba8;
  margin-bottom: 10px;
}

.packagepage p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555;
}

.accent-line {
  width: 80px;
  height: 4px;
  background-color: #c51c2a;
  margin: 15px auto;
  border-radius: 5px;
}

.package-image {
  margin: 20px 0;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; 
}

.download-button a,
.order-now-button a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  width: auto; 
  text-align: center;
}

.download-button a {
  background: linear-gradient(45deg, #024ba8, #2c4df1);
  color: #fff;
}

.download-button a:hover {
  background: linear-gradient(45deg, #2c4df1, #024ba8);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.order-now-button a {
  background: linear-gradient(45deg, #28a745, #43b658);
  color: #fff;
}

.order-now-button a:hover {
  background: linear-gradient(45deg, #43b658, #28a745);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .packagepage {
      margin: 50px 20px;
      padding: 20px;
  }

  .packagepage h2 {
      font-size: 1.5rem;
  }

  .packagepage p {
      font-size: 0.9rem;
  }

  .button-container {
      flex-direction: column; 
      align-items: center;
      gap: 15px; 
  }

  .download-button a,
  .order-now-button a {
      width: 100%; 
      padding: 12px; 
      font-size: 0.9rem; 
  }
}

/* Styles from services.css */
.service-cards h5 {
  color: #93c73f;
}

.card {
  border: none;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.product-image {
  width: 200px;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}
