/* CUSTOM CODE */
/* INFLUX INFOTECH */
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    padding: 8px 0;
    margin-top: 0;
    left: -15px;
    border-radius: 10px;
    border: none;
    background: var(--theme-color);
    width: 270px;
    box-shadow: var(--box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 15px 8px 25px;
    font-weight: 500;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    text-transform: capitalize;
    transition: var(--transition2);
    z-index: 1;
  }
}
.tour-area .tour-content {
  padding: 10px 20px 15px 20px;
}
.tour-area .tour-content .theme-btn {
  padding: 3px 3px 3px 15px;
  font-size: 13px;
}
a.theme-btn.whatsapp {
  background-color: #25d366;
  color: #fff;
  border-color: #25d366;
}

a.theme-btn.whatsapp:hover {
  background-color: #128c7e;
  border-color: #128c7e;
  color: #fff;
}
.feature-info {
  border-top: 1px solid var(--border-info-color);
  padding-top: 10px;
  margin-top: 10px;
}
.banner-area2 .banner-content h4 {
  font-size: 23px;
  color: var(--color-white);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.banner-area2 .banner-content span {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
.ani-img {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #f1f1f1; */
  border-radius: 20px;
}
.video-area-2 .video-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/17.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.04;
}
.tour-guide .guide-content {
  padding: 20px 20px 15px 20px;
}
.tour-guide .guide-content span {
  color: #5f5f5f;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #b2e6ff;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 400;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color2);
}

/* Highlights Section */
.highlights-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 30px;
}

.highlights-title {
  color: #0d3952;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}

.highlights-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background: #0284c2;
  border-radius: 3px;
}

.highlights-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.highlight-row {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #0284c2;
  border-radius: 10px;
  padding: 5px 15px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.highlight-row:nth-child(odd) {
  background: #f7fbfd;
}

.highlight-row:nth-child(even) {
  background: #eef6fb;
}

.highlight-row:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 20px rgba(2, 132, 194, 0.15);
}

.highlight-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 103%;
  background: linear-gradient(135deg, #0284c2, #0d3952);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(2, 132, 194, 0.3);
}

.highlight-info {
  flex-grow: 1;
}

.highlight-info h4 {
  color: #0d3952;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}

.highlight-info p {
  color: #000;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.highlight-count {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 800;
  color: #0d3952;
  opacity: 0.08;
}

@media (max-width: 600px) {
  .highlight-row {
    flex-wrap: wrap;
    padding: 16px;
  }
  .highlight-count {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
  }
}

/* Why Choose Section */
.why-choose-section {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px 25px;
}

.why-choose-title {
  color: #0d3952;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.why-choose-title i {
  color: #0284c2;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.why-choose-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(2, 132, 194, 0.1);
  color: #0284c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.why-choose-item h4 {
  color: #0d3952;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}

.why-choose-item p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.tour-details {
  padding-top: 40px;
}

/* Itinerary Section */
.itinerary-section {
  padding: 40px 0;
}

.itinerary-title {
  color: #0d3952;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
  padding-left: 16px;
}

.itinerary-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background: #0284c2;
  border-radius: 3px;
}

.itinerary-timeline {
  display: flex;
  flex-direction: column;
}

.itinerary-item {
  display: flex;
  gap: 20px;
}

.itinerary-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.day-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eef6fb;
  color: #0284c2;
  border: 2px solid #0284c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  transition: all 0.3s ease;
}

.itinerary-item.active .day-circle {
  background: linear-gradient(135deg, #0284c2, #0d3952);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(2, 132, 194, 0.35);
}

.marker-line {
  flex-grow: 1;
  width: 2px;
  background: #e2e8f0;
  margin: 6px 0;
  min-height: 20px;
}

.itinerary-content {
  flex-grow: 1;
  padding-bottom: 28px;
}

.itinerary-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  padding: 10px 15px;
  text-align: left;
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.itinerary-item.active .itinerary-header {
  border-color: #0284c2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 14px rgba(2, 132, 194, 0.15);
}

.itinerary-heading-title {
  color: #0d3952;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.itinerary-heading-title i {
  color: #0284c2;
  font-size: 12px;
}

.itinerary-km {
  color: #6b7280;
  font-size: 13px;
}

.itinerary-km i {
  color: #0284c2;
  margin-right: 4px;
}

.itinerary-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef6fb;
  color: #0284c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.3s ease;
}

.itinerary-item.active .itinerary-toggle {
  background: #0284c2;
  color: #fff;
  transform: rotate(135deg);
}

.itinerary-body {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 12px 12px;
  transition: max-height 0.35s ease;
}

.itinerary-item.active .itinerary-body {
  max-height: 1000px;
  border-color: #0284c2;
}

.itinerary-body-inner {
  padding: 18px 20px 22px;
}

.itinerary-body-inner p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.itinerary-body-inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .day-circle {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
  .itinerary-header {
    flex-wrap: wrap;
  }
}

.itinerary-header {
  background: #f4f9fc;
}

.itinerary-body {
  background: #f4f9fc;
}

/* Inclusions and Exclusions Section */
/* .inc-exc-section {
  padding: 40px 0;
} */

.inc-exc-title {
  color: #0d3952;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  padding-left: 16px;
}

.inc-exc-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background: #0284c2;
  border-radius: 3px;
}

.inc-exc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.inc-exc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px;
}

.inc-exc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.inc-exc-header h3 {
  color: #0d3952;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.inc-exc-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}

.inclusions .inc-exc-icon {
  background: #16a34a;
}

.exclusions .inc-exc-icon {
  background: #dc2626;
}

.inc-exc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inc-exc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.5;
}

.inclusions .inc-exc-list li i {
  color: #16a34a;
  margin-top: 3px;
  flex-shrink: 0;
}

.exclusions .inc-exc-list li i {
  color: #dc2626;
  margin-top: 3px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .inc-exc-grid {
    grid-template-columns: 1fr;
  }
}

.tours-sections {
  text-align: center;
  margin-bottom: 15px;
}
.tours-sections h2 {
    margin-bottom: 15px;
}
.tour-details p {
    color: #000;
    margin-bottom: 30px;
    text-align: justify;
}
.contact-content p {
    color: #000;
}
.content p {
    color: #000 !important;
}
.content p a {
    color: #000 !important;
}
.content p a:hover {
    color: var(--theme-color2) !important;
}
.iti {
  width: 100%;
}
.iti input.form-control {
  width: 100% !important;
  padding-left: 90px !important;
}
.form-group .form-icon .form-control, .form-group .form-icon .form-select {
    padding-left: 15px;
}
.contact-form {
    background: #eef6fb;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-info-color);
    margin-bottom: 30px;
}
/*  */
  .car-rental-scope{
    --navy:#16273F;
    --teal:#1E7F8C;
    --teal-light:#E4F2F1;
    --amber:#E8A33D;
    --ink:#1D2430;
    --ink-soft:#5B6472;
    --line:#E6E8EC;
    --bg-soft:#F6F7F9;
    /* font-family:'Inter', sans-serif; */
    color:var(--ink);
  }
 .car-rental-scope *{box-sizing:border-box;}
  /* .car-rental-scope h2{
    font-family:'Poppins', sans-serif;
    font-size:22px;
    font-weight:700;
    color:var(--navy);
    margin-bottom:22px;
    position:relative;
    padding-left:16px;
  } */
  /* .car-rental-scope h2::before{
    content:"";
    position:absolute;
    left:0; top:4px; bottom:4px;
    width:4px;
    background:var(--amber);
    border-radius:2px;
  } */
 
  /* ---- services list ---- */
  .car-rental-services{margin-bottom:48px;}
  .car-rental-services-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:10px;
  }
.car-rental-service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eef6fb;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14.5px;
    font-weight: 600;
    color: #000;
}
.car-rental-service-item .ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #0d3952;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
 
  /* ---- booking steps ---- */
  .car-rental-steps{margin-bottom:48px;}
  .car-rental-steps-row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
    position:relative;
  }
.car-rental-steps-row::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0%;
    right: 0px;
    border-top: 2px dashed #e0e0e0;
}
  .car-rental-step{position:relative; text-align:left;}
  .car-rental-step-num{
    width:44px; height:44px;
    border-radius:50%;
    background:var(--theme-color2);
    color:#fff;
    /* font-family:'Poppins', sans-serif; */
    font-weight:700;
    font-size:16px;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:14px;
    position:relative;
    z-index:1;
  }
 .car-rental-step p {
    font-size: 14.5px;
    color: #000000;
    margin: 0;
    max-width: 32ch;
}
 
  /* ---- final CTA banner ---- */
.car-rental-cta-banner {
    background: #0d3952;
    color: #fff;
    border-radius: 14px;
    padding: 20px 20px;
    text-align: center;
}
  .car-rental-cta-banner h2{
    color:#fff;
    padding-left:0;
    text-align:center;
    font-size:26px;
  }
  .car-rental-cta-banner h2::before{display:none;}
.car-rental-cta-banner p {
    color: #C9D0DB;
    font-size: 15px;
    max-width: 65ch;
    margin: 10px auto 26px;
    margin-bottom: 5px;
}
  .car-rental-cta-details {
    display:flex;
    justify-content:center;
    gap:32px;
    flex-wrap:wrap;
    margin-bottom:26px;
    font-size:14px;
  }
  .car-rental-cta-details div{color:#C9D0DB;}
.car-rental-cta-details strong {
    color: #72ccf6;
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.car-rental-cta-details a {
    color: #fff;
    display: block;
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: normal;
}
.car-rental-cta-details a:hover {
    color: var(--theme-color2);
    display: block;
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: normal;
}
  .car-rental-cta-btn{
    display:inline-block;
    background: var(--theme-color2);
    color: #fff;
    font-weight:700;
    font-size:15px;
    padding:14px 30px;
    border-radius:6px;
    text-decoration:none;
  }
.car-rental-cta-btn:hover {
    color: #fff;
    background: #07293d;
}
  h4.car-rental-cta-tag {
    margin-top:22px;
    font-size:18px;
    color:#fff;
  }
 
  @media (max-width:768px){
    .car-rental-services-grid{grid-template-columns:1fr;}
    .car-rental-steps-row{grid-template-columns:1fr; gap:34px;}
    .car-rental-steps-row::before{display:none;}
    .car-rental-cta-details{flex-direction:column; gap:14px;}
  }
  .tour-slides img {
    border-radius: 20px;
}
/* .form-control {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
} */
 .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777;
  }
  #hotel {
    font-size: 14px;
    color: #777;
}
/* #hotel option {
    color: var(--color-dark) !important;
} */
/* =========================
   FLOATING WHATSAPP BUTTON
   ========================= */

.whatsapp-footer {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;
    color: #fff;

    border-radius: 50%;
    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.20);

    transition: all 0.3s ease;
}

.whatsapp-footer i {
    font-size: 28px;
}

.whatsapp-footer:hover {
    background: #20BD5A;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Mobile */
@media (max-width: 767px) {
    .whatsapp-footer {
        left: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-footer i {
        font-size: 25px;
    }
}
.footer-area.ft-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/shape/17.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
}
.footer-contact-wrap {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid var(--border-white-color);
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-contact .icon img {
    width: 20px;
    filter: brightness(0) invert(1);
}
.footer-contact .icon {
    width: 45px;
    height: 45px;
    line-height: 37px;
    background: var(--theme-color2);
    border-radius: 50px;
    text-align: center;
    color: var(--color-white);
    font-size: 30px;
}
.footer-contact .content p, .footer-contact .content a {
    color: var(--color-white);
    font-size: 16px;
}
.footer-contact .content p {
    color: #fff !important;
}
.footer-logo img {
    width: 160px;
    margin-bottom: 16px;
}
.footer-list li a {
    color: var(--color-white);
    transition: var(--transition);
    position: relative;
    margin-left: -20px;
    font-size: 14px;
}
.footer-list li a:hover {
    margin-left: 0px;
    color: var(--theme-color2);
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    z-index: 1;
}
.copyright {
    padding: 20px 20px;
    border-top: 1px solid var(--border-white-color);
}
.copyright .copyright-text {
    color: var(--footer-text-color);
    margin-bottom: 0px;
    font-size: 14px;
}
.copyright .copyright-text a {
    color: #0085c2;
    font-weight: 400;
}
.copyright .copyright-text a:hover {
    color: var(--footer-text-color);
    font-weight: 400;
}
.sitemaps {
    margin-top: 30px;
}
.sitemaps p {
    margin-bottom: 0px;
}
.sitemaps h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 10px;
}
.sitemaps a {
    color: var(--color-white);
    padding: 1px 5px;
    font-weight: 400;
}
.sitemaps a:hover {
    color: var(--theme-color2);
}
.footer-area {
    position: relative;
    z-index: 1;
    background: var(--theme-color);
    overflow: hidden;
}
#scroll-top {
    background-color: var(--theme-color2);
}
.gateway {
    margin-top: 30px;
}
.gateway-img {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 2px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gateway-img img {
    height: 28px;
    width: auto;
    display: block;
}
.blog-sidebar {
    & .widget {
        & .category-list {
            a {
                display: block;
                padding: 5px 0;
                font-weight: 500;
                color: var(--color-dark);
                border-bottom: 1px solid var(--border-info-color);
                transition: var(--transition);
            }
        }
    }
}
.footer-widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: var(--theme-color2);
    border-radius: 50px;
}
.iti__selected-country {
   font-size: 14px !important;
}