@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../images/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@media only screen and (max-width: 600px) {
      li.email {
        font-size: 8px !important;
        font-weight: 700 !important;
      }
    }

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-house-1:before {
  content: "\e903";
  color: #fff;
}

.icon-house-2:before {
  content: "\e904";
  color: #fff;
}

.icon-house-3:before {
  content: "\e905";
  color: #fff;
}

.icon-house-4:before {
  content: "\e906";
  color: #fff;
}

.icon-icon-5:before {
  content: "\e907";
}

.icon-icon-baths:before {
  content: "\e901";
  color: #8e8e93;
}

.icon-Icon-bed:before {
  content: "\e902";
  color: #8e8e93;
}

.icon-icon-size:before {
  content: "\e900";
  color: #8e8e93;
}

/* About us */

.hero-section {
  position: relative;
}

.hero-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4); /* dark overlay */
}

.hero-section h1 {
  font-size: 1rem;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

body {
      font-family: 'Segoe UI', sans-serif;
    }
    .section-wrapper {
      padding: 60px 0;
    }
    .image-stack {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .image-stack img {
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .image-stack .img-main {
      width: 280px;
      z-index: 2;
    }
    .image-stack .img-small {
      position: absolute;
      top: -50px;
      left: -40px;
      width: 235px;
      z-index: 1;
    }
    .vertical-badge {
      position: absolute;
      left: -60px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      background: #123f67;
      color: white;
      padding: 8px 20px;
      font-weight: 600;
      border-radius: 5px;
      font-size: 16px;
      white-space: nowrap;
    }
    .sub-title{
      color: #123f67;
    }
    .section-title {
      font-weight: 700;
      font-size: 3rem;
    }
    .section-title span {
        color: #123f67;
        font-family: "Yesteryear", sans-serif;
        letter-spacing: 4px;
    }
    .text-custom{
      font-size: 18px;
      font-weight: 500;
      color: #123f67;
    }
    .check-list {
      margin-top: 20px;
    }
    .check-list li {
      list-style: none;
      margin-bottom: 12px;
      font-size: 16px;
    }
    .check-list li i {
      color: #123f67;
      margin-right: 10px;
    }
    .avatars img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-right: -10px;
    }
    .btn-custom {
      background: #123f67 !important;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 25px;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-custom:hover {
      background: #43a047;
    }
    .sub-title{
      font-family: "Yesteryear", Sans-serif;
      font-size: 30px !important;
      margin: 0px 0px 0px 0px;
      font-weight: 500 !important;
      line-height: 23px !important;
    }

    .cta-banner {
      background: #123f67; /* Green */
      border-radius: 12px;
      padding: 40px 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
      position: relative;
      overflow: hidden;
    }
    .cta-left {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .cta-left img {
      width: 60px;
      height: auto;
    }
    .cta-text h2 {
      font-size: 28px;
      font-weight: 700;
      margin: 0;
    }
    .cta-text p {
      margin: 5px 0 0;
      color: rgba(255,255,255,0.8);
    }
    .cta-right {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .cta-right img {
      width: 40px;
      height: auto;
    }
    .airplane-path {
      position: absolute;
      right: 28%;
      bottom: 10px;
      width: 150px;
    }
    .btn-cta {
      background: #fff;
      color: #123f67;
      border: none;
      padding: 12px 25px;
      font-weight: 600;
      border-radius: 8px;
      transition: 0.3s;
    }
    .btn-cta:hover {
      background: #08151F;
      color: #388e3c;
    }
    .vitour-icon-mountain{
      font-size: 60px;
    }


    /* Section Title */
    .feature-title h2 {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .feature-title p {
      color: #6c757d;
      margin-top: 10px;
    }

    /* Cards */
    .feature-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px 25px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      transition: all 0.4s ease-in-out;
      height: 100%;
    }
    .feature-card img {
      width: 50px;
      margin-bottom: 20px;
    }
    .feature-card h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .feature-card p {
      color: #6c757d;
    }
    .feature-card a {
      font-weight: 600;
      color: #123f67;
      text-decoration: none;
      transition: 0.3s;
    }
    .feature-card a:hover {
      text-decoration: underline;
    }

    /* Hover Effect */
    .feature-card:hover {
      background: linear-gradient(90deg, #123f67 0%, #6EC1E4 100%);
      color: #fff;
      transform: translateY(-8px);
    }
    .feature-card:hover p,
    .feature-card:hover h5,
    .feature-card:hover a,
    .feature-card:hover path {
      color: #fff !important;
    }
    .feature-card:hover img {
      filter: brightness(0) invert(1); /* make icons white */
    }
    .vitour-icon-adventures{
      font-size: 60px;
    }
    .vitour-icon-fire{
      font-size: 60px;
    }
    .vitour-icon-cabin{
      font-size: 60px;
    }

    .gallery-img {
      overflow: hidden;
      border-radius: 10px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .gallery-img img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      transition: transform 0.4s ease;
    }
    .gallery-img:hover img {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }
    .section-title {
      text-align: center;
      margin-bottom: 40px;
    }
    .section-title h2 {
      font-weight: 700;
    }
    /* Blogs */

    .blog-post {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  position: relative;
}

.blog-meta span {
  font-size: 0.85rem;
  color: #6c757d;
}

.tag-label {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 4px 10px;
  font-size: 0.75rem;
  border-radius: 30px;
  z-index: 1;
}

.read-more {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  display: inline-flex;
  align-items: center;
}

.read-more:hover {
  color: #123f67;
}

.read-more::after {
  content: "\2192";
  margin-left: 6px;
  font-size: 1rem;
}

/* Sticky Sidebar */
.sticky-sidebar {
  position: sticky;
  top: 100px;
}

.author-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .sticky-sidebar {
    position: static;
  }
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #123f67 !important;
    border-color: #123f67 !important;
}
.page-link{
  color: #123f67 !important;
}

/* Contact */

    .contact-card {
      border-radius: 12px;
      background: #fff;
      padding: 30px 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
      text-align: center;
      height: 100%;
    }
    .contact-card:hover {
      transform: translateY(-5px);
    }
    .contact-icon {
      font-size: 50px;
      color: #28a745; /* Green color */
      margin-bottom: 15px;
    }
    .contact-card h5 {
      font-weight: 700;
      margin-bottom: 12px;
      color: #0d1b2a;
    }
    .contact-card p {
      margin: 0;
      color: #4a4a4a;
    }
    .map-container iframe {
      width: 100%;
      height: 350px;
      border: none;
      border-radius: 10px;
    }
    .form-control {
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      padding-left: 35px;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #123f67;
    }
    .form-icon {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #6c757d;
    }
    .form-group {
      position: relative;
      margin-bottom: 25px;
    }
    .btn-submit {
      background: #33a1e0;
      color: #fff;
      padding: 10px 25px;
      border-radius: 6px;
      border: none;
      transition: 0.3s;
    }
    .btn-submit:hover {
      background: #123f67;
    }

    .enquiry-section {
      background: #fff;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
      border-radius: 6px;
      padding: 30px;
      margin: 50px 80px;
    }
    .enquiry-title {
      text-align: center;
      margin-bottom: 10px;
      font-weight: 700;
      color: #33a1e0;
    }
    .enquiry-subtitle {
      text-align: center;
      margin-bottom: 30px;
      color: #555;
      font-size: 14px;
    }
    label {
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 5px;
      color: #33a1e0;
    }
    .form-control, .form-select {
      border-radius: 4px;
      border: 1px solid #ddd;
      box-shadow: none !important;
    }
    .submit-btn {
      background: #d62828;
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 4px;
      transition: 0.3s;
    }
    .submit-btn:hover {
      background: #a91e1e;
    }
    /* For mobile (max-width: 767px) remove margin */
    @media (max-width: 767px) {
        .enquiry-section {
            margin: 20px 15px; /* small padding instead of big margin */
        }
    }


    /* Whatsapp chat */
.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-chat i {
    font-size: 20px;
}
.whatsapp-chat:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}

/* Service */

.fleet-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #fff;
    position: relative;
  }
  .fleet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  }
  .fleet-card img {
    height: 220px;
    object-fit: contain;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa, #eef1f6);
    border-bottom: 1px solid #eee;
  }
  .fleet-card .card-body {
    text-align: center;
    padding: 25px 20px;
  }
  .fleet-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #222;
  }
  .fleet-card .info {
    font-size: 15px;
    margin-bottom: 8px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .fleet-card .badge-custom {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin: 3px;
  }
  .fleet-card .badge-clean {
    background: #e9f9f0;
    color: #28a745;
  }
  .fleet-card .badge-ac {
    background: #e9f2ff;
    color: #0d6efd;
  }
  .fleet-card .btn {
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 24px;
    margin-top: 12px;
    background: linear-gradient(45deg, #33a1e0, #33a1e0);
    border: none;
    transition: all 0.3s ease;
  }
  .fleet-card .btn:hover {
    background: linear-gradient(45deg, #123f67, #123f67);
    transform: scale(1.05);
    box-shadow: 0 6px 15px #33a1e0;
  }
    .pricing-section {
      padding: 60px 0;
    }
    .pricing-title {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      color: #33a1e0;
      margin-bottom: 40px;
      text-transform: uppercase;
    }
    .table-custom {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }
    .table-custom thead {
      background: #33a1e0;
      color: #fff;
      font-weight: 600;
    }
    .table-custom th, .table-custom td {
      padding: 16px;
      vertical-align: middle;
    }
    .table-custom tbody tr:hover {
      background: #33a1e06e;
      transition: 0.3s;
    }
    