 @import url('https://fonts.googleapis.com/css2?family=Bowlby+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 
 :root {
            --purple-primary: #7C3AED;
            --purple-dark: #6D28D9;
            --purple-light: #8B5CF6;
            --dark-bg: #0F172A;
            --text-light: #F1F5F9;
            --orange-accent: #F59E0B;
        }
 body{
      font-family: "Inter", sans-serif; background-color: #EFEFEF;
 }

 #breadcrumb {
  list-style: none;
  display: inline-block; margin: 0; padding-left: 0;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #4b0d83;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #4b0d83;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #4b0d83;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #4b0d83;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #4b0d83;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #4b0d83;
}
#breadcrumb li a:hover {
  background-color: #E36214;
}
#breadcrumb li a:hover:before {
  border-color: #E36214;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #E36214;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}



 .top-header {
    background-color: #4b0d83;  
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-left: 20px;
  }

  .navbar-nav .nav-link:hover {
    color: #ffd700 !important;
  }

  .navbar-brand img {
    height: 40px;
  }

  .offcanvas {
    background-color: #4b0d83;
  }

  .offcanvas .nav-link {
    color: #fff !important;
    font-size: 18px;
    padding: 10px 0;
  }

  .btn-close {
    filter: invert(1);
  }

  .hero-slider {
  position: relative;
}

.hero-item {
  height: 706px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

 

.hero-content {
  position: relative;
  color: #fff;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-content p {
  margin: 20px 0;
  font-size: 18px;
}

.btn-book {
  background: #ff6a00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex; gap: 16px; align-items: center;
  transition: 0.3s;
}

.btn-book:hover {
  background: #ff8500;
  color: #fff;
}
.btn-know-more{
  background: transparent;
  color: #000000;
  padding: 12px 25px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex; gap: 16px; align-items: center;
  transition: 0.3s; border: 2px solid #000000;
} 

/* Custom Nav Buttons */
.custom-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  pointer-events: none; z-index: 100;
}

.custom-nav button {
  pointer-events: all;
  width: 45px;
  height: 45px; border: 0; background-color: transparent;outline: 0;
}

.custom-nav button:hover { 
}


.arrow-up{
    width: 16px!important;height: 16px!important;
}
.specialize-block{
    margin-bottom: 16px; text-align: center;
}
.specialize-block h3{
    text-align: center; font-weight: 700; margin: 30px 0 47px 0;
}
.top-btm-40{
    padding-top: 40px; padding-bottom: 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .hero-item {
    height: 70vh;
  }

  .hero-content h1 {
    font-size: 36px;font-family: "Bowlby One", sans-serif!important;
  }

  .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .hero-item {
    height: 60vh;
  }

  .hero-content h1 {
    font-size: 24px;font-family: "Bowlby One", sans-serif!important; font-weight: 400!important;
  }

  .hero-content {
    text-align: center;
    margin: auto;
  }
}

.category-strip {
  background-color: #e86a12;
  padding: 25px 0;
  overflow: hidden; position: relative; margin-top: -60px; z-index: 100;
}

.category-row {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}

.category-row::-webkit-scrollbar {
  display: none; /* Chrome */
}

.category-item {
  color: #fff;
  min-width: 160px;
  cursor: pointer;
  transition: 0.3s ease;
}

.category-item img {
  height: 40px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.category-item p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

.category-item:hover {
  transform: translateY(-5px);
}

h2{
    margin-bottom: 40px; font-size: 38px; font-weight:700; text-transform: uppercase;
}

h4{
   padding: 0 0 40px 0; 
}
p{
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    h2 {
    margin-bottom: 32px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.category-strip {
  background-color: #e86a12;
  padding: 25px 0;
  overflow: hidden; position: relative; margin-top: 32px;margin-bottom: 32px; z-index: 100;
}
.category-item{
    padding-bottom: 24px; width: 50%;
}

}
.about-section {
   
}

.about-image img {
  height: 100%;
  object-fit: cover;
}
.about-section  .row{
display: flex;  
}
.about-section .container .row .col-xl-6{
     align-items: center;
}

.about-content {
  
}
.about-content-bg{
    background-color: rgba(56, 6, 123, 0.09)!important;
    display: flex; align-items: center;
}
.about-label {
  font-size: 13px;
  letter-spacing: 2px;
  color: #777;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .about-content {
    text-align: center;
  }

  .about-content h2 {
    font-size: 28px;
  }

  .about-content h5 {
    font-size: 16px;
  }
}

.why-choose { 
}
.why-choose h2{
    margin-bottom: 80px;
}

.why-card {
  background: #4b0d83;
  color: #fff;
  padding: 48px 20px 30px 20px;
  min-height: 280px;
  border-radius: 4px;
  transition: 0.3s ease; margin-bottom: 24px;
}

.why-card h5 {
  font-weight: 700; font-size: 22px;
  margin-bottom: 15px;
}

.why-card ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}

.why-card ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px; 
  width: 18px;
  height: 18px; background: url('../images/list-arrow.png') no-repeat left top;
}


/* Number Badge */
.number-badge {
  position: absolute;
  top: -20px;
  right: 22px;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
  font-size: 28px;
  border-radius: 2px;
}

.number-badge::before {
  content: "";
  position: absolute;
  left: -22px; top: 0px; 
  width: 22px;
  height: 20px; background: url('../images/number-left.png') no-repeat left top;
}

/* Hover Effect */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.manage-shipments { 
  position: relative;
}

 

/* Icon Circle */
.icon-circle {
   width: 67px;
  height: 84px;   
  margin: 0 auto; 
  position: relative;
  z-index: 2;
}

/* Divider Line */
.divider-line {
  position: absolute;
  top: 84px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #000;
  z-index: 1;
}

.text-18{
    font-size: 18px;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .divider-line {
    display: none;
  }
}
 

.contact-section {
  background: #FFFFFF;
}

.contact-left { 
}

.text-orange {
  color: #ff6a00;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: #4b0d83;
}

.btn-purple {
  background: #4b0d83;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
}

.btn-purple:hover {
  background: #3a0a66;
  color: #fff;
}

.contact-map {
  min-height: 600px; padding: 60px 40px; position: relative;
}
.contact-map iframe{
    position: relative; z-index: 2;
}
.contact-map::after{ content: '';
    position: absolute;right: 0; top: 0; width: 400px; height: 100%; background-color: #4b0d83; z-index: 0;
}

.upload-box {
  border: 2px dashed #d3d3d3;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.upload-box:hover {
  border-color: #4b0d83;
  background: #f9f6ff;
}

.upload-icon {
  font-size: 28px;
  color: #4b0d83;
}

.file-name {
  font-size: 13px;
}
.contact-info-row {
  border-top: 1px solid #ddd;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.info-item i {
  font-size: 20px;
  color: #4b0d83;
}

.testimonial-section { 
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        .section-title { 
            font-weight: 700;    
            text-align: center; 
            position: relative;
        }
        
      
        
        .testimonial-carousel {
            padding: 60px 0;
        }
        
        .testimonial-card {
            background: #FFFFFF; 
            border-radius: 24px;
            padding: 40px 30px;
            margin: 0 15px; 
            height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px); 
        }
        
        .stars {
            color: #E8563F;
            font-size: 18px;
            margin-bottom: 20px;
        }
        
        .testimonial-text {
            color: #6C6C6C;
            font-size: 16px;
            line-height: 1.7;
            font-style: italic;
            margin-bottom: 25px;
            flex-grow: 1;
        }
        
        .client-name {
            font-weight: 700;
            font-size: 18px;
            color: #6C6C6C;
            margin-bottom: 5px;
        }
        
        .carousel-nav {
            position: absolute;
            bottom: -10px; 
            width: 40px;
            height: 40px;
            background: transparent;
       border: 1px solid #E8563F; color: #E8563F;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .carousel-nav:hover {
            background: #E8563F; border: 1px solid #FFFFFF; color: #FFFFFF;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .carousel-nav.prev { left: 25px; }
        .carousel-nav.next { right:25px; }
        
        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: -30px;
        }
        
      .owl-theme .owl-dots .owl-dot span {
            width: 30px;
            height: 3px;
            border-radius: 0;
            background: rgba(99, 102, 241, 0.3);
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
 .owl-theme .owl-dots .owl-dot.active span {
            background: #070707; 
        }
        
        @media (max-width: 991.98px) {
            .testimonial-card { height: 280px; padding: 30px 20px; margin: 0 10px; }
            .carousel-nav { display: none; }
        }
        
        @media (max-width: 767.98px) {
            .testimonial-section { padding: 60px 0; }
            .testimonial-card { height: 260px; padding: 25px 20px; margin: 0 5px; }
            .section-title { margin-bottom: 40px; }
        }

footer{
   background:#000000;
            color:#FFFFFF;   
}
         .footer-section {
            background:#000000;
            color:#FFFFFF;
            padding: 60px 0 30px;
            position: relative;
        }
        
        .footer-brand {
            font-size: clamp(28px, 6vw, 42px);
            font-weight: 800;
            background: linear-gradient(135deg, var(--primary-orange), #F59E0B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            line-height: 1.1;
        }
        
        .footer-description {
            color: var(--text-muted);
            line-height: 1.7;
            font-size: 16px;
            margin-bottom: 30px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
        }
        
        .social-link {
            width: 48px;
            height: 48px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-light);
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .social-link:hover {
            background: var(--primary-orange);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255, 107, 0, 0.4);
            color: white;
        }
        
        .footer-card {
            background: var(--card-bg);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 35px 25px;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .footer-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 107, 0, 0.3);
        }
        
        .footer-title {
            font-size: 20px;
            font-weight: 700;
            color: white;
            margin-bottom: 22px;
            position: relative;
        }
        
        .footer-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background: var(--primary-orange);
            border-radius: 2px;
        }
        
        .footer-link {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 15px;
            display: block;
            margin-bottom: 12px;
            transition: all 0.3s ease;
        }
        
        .footer-link:hover {
            color: white;
            padding-left: 8px;
            transform: translateX(5px);
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
        }
                .contact-item a{
                    color: #E36214; text-decoration: none;
                 }
        
        .contact-icon {  
        }
       
        .contact-text {
            color: #FFFFFF;
            font-size: 15px; font-weight: bold;
        }
        
        .copyright {
            background: #F58634; 
            padding: 16px 0 16px 0!important;
            text-align: center;
            color: #FFFFFF;
            font-size: 16px;
        }
          .copyright p{
            margin: 0px; padding: 0px;
          }
        
        @media (max-width: 991.98px) {
            .footer-grid { grid-template-columns: 1fr; gap: 30px; }
            .footer-card { padding: 25px 20px; }
        }
        
        @media (max-width: 575px) {
            .footer-section { padding: 40px 0 20px; }
            .social-icons { justify-content: center; }
        }



        .sector-section {
            background: var(--dark-bg);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }
        
        .section-badge {
            display: inline-block;
            background: rgba(16, 185, 129, 0.2);
            color: var(--green-primary);
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(16, 185, 129, 0.3);
        }
        
        .section-title {
            font-size: clamp(36px, 8vw, 56px);
            font-weight: 800; 
            line-height: 1.1;
            margin-bottom: 20px;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--green-primary), transparent);
            border-radius: 2px;
        }
        
        .sector-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 20px;
        }
        
        .sector-card {
            position: relative;
            height: 350px;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            background: var(--card-bg);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .sector-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 40px 100px rgba(16, 185, 129, 0.2);
            border-color: rgba(16, 185, 129, 0.4);
        }
        
        .sector-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .sector-card:hover img {
            transform: scale(1.1);
        }
        
        .sector-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.9), rgba(16, 185, 129, 0.7));
            opacity: 0;
            transition: all 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .sector-card:hover .sector-overlay {
            opacity: 1;
        }
        
        .sector-title-overlay {
            color: white;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
            transform: translateY(20px);
            transition: transform 0.4s ease;
        }
        
        .sector-card:hover .sector-title-overlay {
            transform: translateY(0);
        }
        
        /* WOW Animation Overrides */
        .wow .sector-card {
            visibility: hidden;
            animation-fill-mode: both;
        }
        
        @media (max-width: 991.98px) {
            .sector-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 25px;
            }
            .sector-section { padding: 80px 0; }
        }
        
        @media (max-width: 767.98px) {
            .sector-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .section-header { margin-bottom: 50px; }
            .sector-card { height: 300px; }
        }
        
        @media (max-width: 575px) {
            .sector-section { padding: 60px 0; }
            .section-title { font-size: 32px; }
        }

        .bg-heading-inner{
              background: url('../images/inner-bg-heading.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; padding: 110px 0;
        }



           
        @media (max-width: 767px) {
        .bg-heading-inner h1{
          text-align: center!important;
        }
        #breadcrumb{
         display: flex;
         justify-content: center;
        }
                 
        }


        