 :root{
      --hero-min-h: 60vh;           /* tweak height */
      --overlay: rgba(0,0,0,.55);   /* overlay strength */
    }
  body {
      font-family: 'Inter', sans-serif;
    }
  .top-header {
      background: linear-gradient(to right, #e1f0f9, #003cc0);
      color: white;
      font-size: 14px;
      padding: 11px 0;
    }
    .top-header a {
      color: white;
      text-decoration: none;
      margin-right: 15px;
    }
    .navbar-brand span {
      font-weight: bold;
      font-size: 1.5rem;
      margin-left: 5px;
    }
/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
    
    .btn-blue {
      background-color: #407BF5;
      color: white;
    }
    .btn-dark-blue {
      background-color: #100B3C;
      color: white;
    }
    .btn-blue:hover, .btn-dark-blue:hover {
      opacity: 0.85;
    }
    .icon-border {
      border: 1px solid #ddd;
      padding: 6px 12px;
      border-radius: 8px;
    }
    .flag-icon {
      width: 20px;
      height: 20px;
    }
    .navbar-nav .nav-link {
      padding-right: 15px;
    }
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-carousel .item {
  height: 80vh;
  position: relative;
}

.hero-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

       /*  video css */
 .hero-video-section  {
     width: 100%;
      height: 100vh;
            /*display: flex;*/
            justify-content: center;
            align-items: center;
            /* position: relative; */
            color: #fff;
            text-align: center;
            align-items: flex-end;
 }       
 .video-slide {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}       
 .video-slide .hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
    top: 42%;
}   
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgb(0 0 0 / 10%);  */
    z-index: 2;
}

.text-orange {
  color: #f26522;
}

@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 1.8rem;
    padding: 0 20px;
  }
  .hero-carousel .item {
  height: 40vh;
}
}
.featured-containers .card-img-top {
  object-fit: cover;
  height: 180px;
}

.rotate-circle-text {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.rotate-circle-text::after {
  content: "↓";
  display: block;
  font-size: 24px;
  margin-top: 4px;
}
.about-section {
  position: relative;
  color: #1a1a1a;
}

.about-content h2 {
  font-size: 2rem;
  color: #1a1a3c;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .about-section {
    background-position: center top;
    background-size: cover;
    padding: 60px 20px;
  }
  .about-content {
    text-align: center;
  }
}
.specific-request-section h2 {
  font-size: 1.8rem;
  color: #1a1a3c;
}

.specific-request-section p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .specific-request-section h2 {
    font-size: 1.4rem;
  }

  .specific-request-section .row > div {
    text-align: center !important;
  }
  
   .hero-video-section {
   height: 60vh;  
 }
  
}
.dual-scroll-section {
  overflow: hidden;
  background: white;
}


.scroll-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 4.5rem;
}

.scrolling-text span {
  display: inline-block;
  padding-left: 100%;
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #ccc, #1a1a3c, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
/* Outline effect (like your screenshot) */
.top-scroll .scrolling-text span {
  animation: scroll-left 20s linear infinite;
  color: transparent;
  -webkit-text-stroke: 1px #1a1a3c;
  background: linear-gradient(to right, #bbb, #ffffff00, #bbb);
  -webkit-background-clip: text;
  font-weight: 600;
}
/* Top scroll: right to left */
.top-scroll .scrolling-text span {
  animation: scroll-left 20s linear infinite;
}

/* Bottom scroll: left to right */
.bottom-scroll .scrolling-text span {
  animation: scroll-right 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .scrolling-text span {
    font-size: 1.6rem;
  }
  
}
.oneway-transport-section h2 {
  font-size: 2rem;
}

.video-wrapper video {
  border: 4px solid #88c33b; /* Green border */
  border-radius: 12px;
}
.testimonial-section {
  background-color: #fff;
}

.testimonial-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0c0c3d;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

.testimonial-author {
  font-size: 1.1rem;
  color: #0c0c3d;
  font-weight: 500;
}
.icon-box i {
  color: #24706b; /* teal-green icon color */
}

.icon-box p {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #222;
}
.partner-logos .item {
  padding: 10px 20px;
}

.partner-logos img {
  max-height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.partner-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}
.contact-cta-box {
  background: linear-gradient(to right, #100b3c, #407bf5);
}
.contact-cta-box i {
  font-size: 1.1rem;
}
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}

.footer-bottom {
  background: linear-gradient(to right, #9cc9ee, #003cc0);
  font-size: 0.9rem;
}

.site-footer a {
  color: #0c0c3d;
  transition: color 0.2s ease;
  text-decoration: none;
}

.site-footer a:hover {
  color: #407bf5;
}
.contact-us-section input,
.contact-us-section textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #0c0c3d;
}

.contact-us-section input:focus,
.contact-us-section textarea:focus {
  border-color: #0c0c3d;
  box-shadow: none;
}

.contact-us-section .form-check-input {
  border: 2px solid #0c0c3d;
  width: 20px;
  height: 20px;
}

.contact-us-section .form-check-input:checked {
  background-color: #0c0c3d;
  border-color: #0c0c3d;
}
.breadcrumb-header {
  background: linear-gradient(to right, #100b3c, #407bf5); /* green background */
   height: 200px; 
  width: 100%;
}
.projects-section {
  padding: 40px 0;
}

.project-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.project-tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1.5px solid #1c1c4c;
  border-radius: 30px;
  color: #1c1c4c;
  margin-right: 10px;
  font-size: 14px;
}

.project-title {
  font-weight: 500;
  color: #1c1c4c;
}
.product-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.product-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.product-card a {
    text-decoration: none;
}

.image-wrapper {
  position: relative;
  padding: 20px;
  text-align: center;
}

.image-wrapper img {
  max-height: 250px;
  object-fit: contain;
  width: 100%;
}

.badge-new {
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #2166d1;
  color: #fff;
  padding: 6px 16px;
  border-radius: 0 0 0 8px;
  font-weight: bold;
  font-size: 14px;
}

.product-info {
  padding: 15px 20px 25px;
  text-align: left;
}
.product-price {
  font-size: 17px;
  color: #444;
  margin: 0;
}
.product-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0d0d2b;
  margin-bottom: 10px;
}

.product-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2166d1;
  margin-bottom: 15px;
}

.product-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-features {
  list-style: none;
  padding-left: 0;
}

.product-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
}

.product-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.product-image-box img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.btn-option i {
  font-size: 0.9rem;
}

.tax-toggle .btn {
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.875rem;
}

.btn-qty {
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  border-radius: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
}

.qty-input {
  width: 60px;
  height: 40px;
  border-radius: 10px;
}
.btn-option {
  border: 1px solid #0a0a23;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
  background-color: #fff;
  color: #0a0a23;
}

.btn-option.active {
  background-color: #e6f7fb;
}

.btn-option i {
  font-size: 1rem;
  border: 1px solid #0a0a23;
  border-radius: 50%;
  padding: 2px 6px;
}
.btn-color-option {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  background-color: #fff;
  color: #0a0a23;
  transition: 0.2s;
}

.btn-color-option.selected {
  background-color: #e6f7fb;
  border-color: #0056d2;
  color: #0056d2;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #00000020;
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.gallery-arrow.left {
  left: -40px;
}

.gallery-arrow.right {
  right: -40px;
}

/* Base thumbnail styles */
.thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
}

/* Selected thumbnail */
.thumb.selected {
  border-color: #0a0a23;
}

/* Mobile-specific styling */
@media (max-width: 576px) {
  .thumb {
    width: 60px;
    height: 45px;
  }

  .product-gallery .thumbnail-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0.5rem;
    scrollbar-width: none; /* Firefox */
  }

  .product-gallery .thumbnail-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .gallery-arrow.left {
    left: -25px;
}
}


.thumb.selected {
  border-color: #000;
}
.custom-accordion .accordion-item {
  border: none;
  border-top: 1px solid #ddd;
}

.custom-accordion .accordion-button {
  background-color: transparent;
  color: #0a0a23;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: none;
  padding: 1rem 0;
}

.custom-accordion .accordion-button::after {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.custom-accordion .accordion-body {
  padding: 0 0 1rem;
  color: #333;
}
.btn-outline-dark {
  border: 1px solid #0a0a23;
  color: #0a0a23;
}

.btn-outline-dark:hover {
  background-color: #0a0a23;
  color: #fff;
}
.hero {
      position: relative;
      min-height: var(--hero-min-h);
      color: #fff;
      overflow: hidden;
      display: grid;
      align-items: center;
    }

    .hero__bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,.45), var(--overlay)),
                  url("https://images.unsplash.com/photo-1509631179647-0177331693ae?q=80&w=2070&auto=format&fit=crop") center/cover no-repeat;
      /* Replace the URL above with your image.
         If you host locally, e.g. images/hero-ocean.jpg */
      z-index: 0;
      transform: scale(1.02); /* subtle zoom to avoid edges on large screens */
    }

    .hero__content {
      position: relative;
      z-index: 1;
      max-width: 860px;
    }

    .hero h1 {
      font-weight: 700;
      letter-spacing: .3px;
      text-wrap: balance;
    }

    .hero p.lead {
      color: rgba(255,255,255,.9);
      text-wrap: pretty;
    }

    .hero .badges i {
      font-size: 1.15rem;
    }

    /* Small screens: tighten spacing */
    @media (max-width: 575.98px) {
      .hero { --hero-min-h: 64vh; }
      .hero h1 { font-size: 2rem; }
    }
    
 .link-underline { text-decoration: underline; text-underline-offset: 2px; }
  @media (min-width: 992px){ .py-lg-6{ padding-top:4.5rem!important; padding-bottom:4.5rem!important; } }    
  
  
  /* CTA Section Styling */
.cta-section {
  background-color: #1e2b36; /* Fallback color */
  background-image: radial-gradient(circle at center, #1e2b36 0%, #1a2530 100%),
                    url('pattern-waves.svg'); /* Replace with your pattern */
  background-repeat: repeat;
  background-size: cover;
}

.cta-section h2 {
  font-size: 2.5rem;
}

.cta-section p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cta-section .btn {
  border-radius: 0.5rem;
}
/* Contact Cards Section */
.contact-cards-section .contact-card {
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-cards-section .contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08);
}

/* Make images always fill neatly */
.object-fit-cover { object-fit: cover; }

/* Heading tone */
.contact-cards-section h2 { color: #0d2136; }

/* Tighten input + icon borders to appear seamless */
.contact-cards-section .input-group .form-control:focus {
  box-shadow: none;
  border-color: #adb5bd;
}
.contact-cards-section .input-group-text {
  border-right: 0;
}
.contact-cards-section .form-control {
  border-left: 0;
}

/* Rounded top corners for images to match card radius */
.rounded-top-4 { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }

/* On very small screens add spacing consistency */
@media (max-width: 575.98px) {
  .contact-cards-section .h4 { font-size: 1.25rem; }
}
/* Need More Help (cards) */
.help-hub-section h2 { color: #0d2136; }

.help-card {
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.help-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
}

/* Illustration area */
.help-illus {
  padding-top: 1.5rem;
}
.help-illus img {
  height: 170px;                 /* keeps all cards consistent */
  object-fit: contain;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Soft pill buttons to match the reference */
.btn-pill {
  border-radius: .75rem;
  padding: .55rem 1rem;
}

/* Small tweaks on narrow screens */
@media (max-width: 575.98px) {
  .help-illus img { height: 140px; }
  .help-hub-section .h4 { font-size: 1.2rem; }
}

/* Schedules */
.schedules-section h2 { color: #0d2136; }

.schedules-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #4b5b6a;
  padding: .75rem 1rem;
}
.schedules-tabs .nav-link.active {
  color: #0d2136;
  border-bottom-color: #0d6efd;
  font-weight: 600;
}

.schedules-filter .form-label { margin-bottom: .35rem; }

.schedules-filter .input-group-text {
  border-right: 0;
}
.schedules-filter .form-control.border-start-0 {
  border-left: 0;
}
.schedules-filter .form-control:focus,
.schedules-filter .form-select:focus {
  box-shadow: none;
  border-color: #adb5bd;
}

.object-fit-contain { object-fit: contain; }

/* Tighter card spacing on small screens */
@media (max-width: 575.98px) {
  .schedules-filter .card-body { padding: 1rem; }
}
.whatsapp {
    display: flex;
    width: 180px;
}
.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 0;
    height: 40px;
    border-radius: 50%;
    z-index: 99999999;
}

.whatsapp span {
    background: #fff;
    border-radius: 25px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.whatsapp img {
    border-radius: 50%;
}