@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
body {
    font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  /* font-family: "Source Sans 3", serif; */
 
}


:root {
    /* fonts */
    --font-reddit-sans: "Reddit Sans";
    --font-source-sans-3: "Source Sans 3";
  

}

.navbar {
    background-color:transparent;
   position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
}


.navbar a {
    color: #000 !important;
}


  .banner{position: relative;}

  .header-contact-details {   border-bottom: 1px solid #e6e6e633;color: #333;  padding: 6px 0; }
 .header-contact-details a {  color: #333; text-decoration: none; }
 .header-contact-details a:hover {  color: #ccc;}
                      
 .main-header{    position: fixed; width: 100%; z-index: 999; top: 0; background:#ffffff;}



   .hero {
        /* background: linear-gradient(to right, #fff6ee, #dfe1f6); */
    background: aliceblue;
    padding: 128px 0;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    --color: rgb(0 136 255 / 5%);
    /* background-color: #191a1a; */
    background-image: linear-gradient(0deg, transparent 24%, rgb(114 114 114 / 1%) 25%, rgb(114 114 114 / 0%) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, rgb(114 114 114 / 7%) 76%, transparent 77%, transparent);
    background-size: 55px 55px;
       }

    .hero h1 {
      font-weight: 700;
      font-size: 2.5rem;
      color: #2b2b2b;
    }

    .hero p {
      font-size: 1.1rem;
      color: #000;
          font-family: 'Source Sans 3';
    }

    .btn-main {
      background-color:#2f96f9 ;
      color: white;
      padding: 10px 25px;
      border-radius: 8px;
      margin-right: 15px;
      font-weight: 600;
    }

    .btn-secondary {
      color: #2f96f9;
      font-weight: 600;
    }

    .service-box {
      text-align: center;
   margin: 10px;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 8px 10px rgb(39 115 200 / 8%);
  
    border: 1px dashed #d9d5d5;
    }
.service-box p{font-size: 15px;
    color: #000000;
    font-weight: 500;}
    .service-box i {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .hero-img {
      max-width: 100%;
      
     
    }

    .stats-box, .experts-box {
      position: absolute;
      background-color: white;
      border-radius: 12px;
      padding: 10px 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      z-index: 3;
    }

    .stats-box {
         top: 33%;
    right: 55%;
    }

    .experts-box {
      bottom: 33%;
      right: 15%;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .shipping-industry h2 {
      font-weight: 700;
      color: #0b1c57;
    }

    .shipping-industry p {
      color: #333;
      font-size: 16px;
    }

    .shipping-industry .feature-list i {
      color: #0b1c57;
      margin-right: 8px;
    }

    .shipping-industry .btn-primary {
      background-color: #0b1c57;
      border: none;
    }

    .shipping-industry .btn-primary:hover {
      background-color: #092048;
    }

    .shipping-industry img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }


      .shipping-services {
      background-color: #f8f9fa;
      padding: 60px 0;
    }

    .shipping-services h6 {
      color: #222;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .shipping-services h2 {
      font-weight: 800;
      color: #0b1c57;
      margin-bottom: 30px;
      position: relative;
    }

    .shipping-services h2::after {
      content: '';
      width: 80px;
      height: 3px;
      background: #0b1c57;
      display: block;
      margin: 10px auto 0;
    }

    .service-card {
      background: #fff;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      height: 100%;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .service-card i {
      font-size: 40px;
      color: #0b1c57;
      margin-bottom: 15px;
    }

    .service-card h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .service-card p {
      font-size: 15px;
      color: #444;
      margin-bottom: 20px;
    }

    .service-card .btn {
      background-color: #1e4b7d;
      color: #fff;
      padding: 8px 24px;
      border-radius: 8px;
    }

    .service-card .btn:hover {
      background-color: #153963;
    }



      .shipping-jobs {
      padding: 60px 0;
      background: #f9f9f9;
    }

    .shipping-jobs h2 {
      text-align: center;
      font-weight: 800;
      color: #0b1c57;
      margin-bottom: 40px;
      position: relative;
    }

    .shipping-jobs h2::after {
      content: '';
      width: 80px;
      height: 3px;
      background: #0b1c57;
      display: block;
      margin: 10px auto 0;
    }

    .job-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
    }

    .job-card:hover {
      transform: translateY(-5px);
    }

    .job-img {
      height: 180px;
      object-fit: cover;
      width: 100%;
    }

    .job-details {
      padding: 20px;
    }

    .job-title {
      background: #0b1c57;
      color: #fff;
      text-align: center;
      font-weight: 700;
      padding: 10px;
      font-size: 16px;
      text-transform: uppercase;
    }

    .job-date {
      font-size: 14px;
      color: #777;
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .job-positions {
      font-size: 15px;
      color: #333;
      margin-bottom: 20px;
    }

    .job-positions ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .job-positions ul li {
      padding: 2px 0;
    }

    .job-card .btn {
      background: #1e4b7d;
      color: white;
      padding: 8px 20px;
      border-radius: 6px;
    }

    .job-card .btn:hover {
      background: #153963;
    }

    .why-us .custom-line {
  width: 60px;
  height: 3px;
  background-color: #0d2a8f; /* dark blue tone */
  border: none;
}

.why-us ul li span {
  font-size: 1.2rem;
  color: #0d6efd; /* Bootstrap primary blue */
}

.how-we-work .custom-line {
  width: 70px;
  height: 3px;
  background-color: #0d2a8f; /* Match heading color */
  border: none;
}

.footer-new {
  background-color: #122c40;
  color: #d6e2ec;
}

.footer-new h5, .footer-new h6 {
  color: #ffffff;
}

.footer-new .footer-link {
  color: #d6e2ec;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-new .footer-link:hover {
  color: #00d4ff;
  padding-left: 4px;
}

.footer-new .social-icons a {
  color: #d6e2ec;
  font-size: 18px;
  margin-left: 12px;
  transition: color 0.3s;
}

.footer-new .social-icons a:hover {
  color: #00d4ff;
}

.hero-section {
  background: linear-gradient(to right, rgba(9, 32, 63, 0.85), rgba(0, 64, 128, 0.6)),
              url('your-video-or-image.jpg') center center/cover no-repeat;
  padding: 100px 0;
  min-height: 90vh;
  color: #fff;
}

.hero-section h1 {
  font-size: 2.8rem;
  line-height: 1.3;
}

.hero-section .btn {
  transition: all 0.3s ease;
}

.hero-section .btn:hover {
  background-color: #00d4ff;
  border-color: #00d4ff;
  color: #000;
}

.hero-img {
  max-height: 350px;
  object-fit: cover;
}

 .about-header {
      background: linear-gradient(90deg, #003f74, #005892);
      color: #fff;
      padding: 60px 0;
      text-align: center;
    }

    .about-header h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .about-content {
      padding: 60px 0;
    }

    .about-image {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .right-sidebar .card {
      border: none;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .card-header {
      background-color: #004b8d;
      color: white;
      font-weight: 600;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
    }

    .list-group-item {
      border: none;
      font-size: 15px;
      background-color: #f8f9fa;
    }

    .features-section {
      background: aliceblue;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    }

    .feature-box {
      text-align: center;
      padding: 20px 15px;
      background: #ffffff;
      border-radius: 10px;
      transition: 0.3s ease;
      height: 100%;
    }

    .feature-box:hover {
      transform: translateY(-5px);
      background-color: #f0f8ff;
    }

    .feature-box i {
      font-size: 28px;
      color: #007bff;
      margin-bottom: 10px;
    }

    @media (max-width: 767.98px) {
      .about-header h1 {
        font-size: 1.8rem;
      }

      .feature-box {
        padding: 15px 10px;
      }

      .card-header {
        font-size: 1rem;
      }
    }
    .list-group-item:hover {
  background-color: #0078c9 !important;
  color: #fff !important;
  transition: all 0.3s ease;
  cursor: pointer;
}


      .contact-hero {
      background: url('your-image.jpg') center/cover no-repeat;
      padding: 80px 0;
      color: white;
      text-align: center;
      background-blend-mode: darken;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .contact-hero h1 {
      font-size: 3rem;
      font-weight: 600;
    }

    .contact-section {
      padding: 60px 20px;
    }

    .contact-card {
      background: #ffffff;
      border: none;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      padding: 30px;
    }

    .contact-icon {
      font-size: 28px;
      color: #0d6efd;
      margin-bottom: 10px;
    }

    .form-control:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

    .btn-submit {
      background-color: #0d6efd;
      color: white;
      padding: 10px 30px;
      border-radius: 25px;
      transition: 0.3s;
    }

    .btn-submit:hover {
      background-color: #084298;
    }

    @media (max-width: 768px) {
      .contact-hero h1 {
        font-size: 2rem;
      }

      .contact-section {
        padding: 30px 10px;
      }
    }

        .hero-image {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }

    .section-title {
      font-weight: 700;
      font-size: 1.8rem;
      color: #004b8d;
      margin-bottom: 1rem;
    }

    .sidebar-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 2rem;
    }

    .sidebar-card .card-header {
      background-color: #004b8d;
      color: #fff;
      font-weight: 600;
      padding:10px;
      border-radius: 10px 10px 0 0;
    }

    .sidebar-card .list-group-item {
      border: none;
      background: #f9f9f9;
      font-size: 14px;
    }

    .practice-grid {
      background: #fff;
      border-radius: 12px;
      padding: 2rem;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    }

    .practice-item {
      background: #f0f4f8;
      padding: 1.5rem;
      border-radius: 10px;
      transition: all 0.3s ease;
      text-align: center;
      height: 100%;
    }

    .practice-item:hover {
      background-color: #e3f0ff;
      transform: translateY(-5px);
    }

    .practice-item i {
      font-size: 24px;
      color: #007bff;
      margin-bottom: 10px;
    }

    .practice-item h6 {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }


      .service-list i {
      color: #007bff;
      margin-right: 10px;
    }
    .section-heading {
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 15px;
    }
    .info-block {
      margin-bottom: 30px;
    }
    .info-image {
      max-height: 160px;
      object-fit: cover;
      border-radius: 10px;
    }
    .check-list {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
    }

    .about-list li{gap:10px;}


        .crew-card {
      background-color: aliceblue;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      transition: 0.3s ease-in-out;
      text-align: center;
      height: 100%;
    }
    .crew-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }
    .crew-card i {
      font-size: 36px;
      color: #003366;
      margin-bottom: 15px;
    }
    .crew-card h5 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }
    .crew-card p {
      font-size: 0.95rem;
      color: #555;
    }

      .timeline-section {
      position: relative;
      padding: 60px 15px;
    }

    .timeline-line {
      position: absolute;
      left: 50%;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: #0d6efd;
      transform: translateX(-50%);
    }

    .timeline-item {
      position: relative;
      margin-bottom: 60px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }

    .timeline-circle {
      position: absolute;
      top: 0;
      left: 50%;
      width: 32px;
      height: 32px;
      background-color: #0d6efd;
      color: white;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      transform: translate(-50%, 0);
      z-index: 2;
    }

    .timeline-content {
      width: 46%;
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    }

    .timeline-content h5 {
      font-weight: bold;
      color: #0d6efd;
    }

    .timeline-content p,
    .timeline-content li {
      font-size: 15px;
      color: #212529;
    }

    @media (max-width: 768px) {
      .timeline-line {
        left: 20px;
      }

      .timeline-item {
        flex-direction: column;
        align-items: flex-start;
      }

      .timeline-circle {
        left: 20px;
        transform: none;
      }

      .timeline-content {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
      }
      .process-heading{ padding-left: 15px;}
    }

    .category-desc h3{font-size: 20px;}
    .bi-check-circle-fill{    color: #007bff;}



     .form-wrapper {
      max-width: 600px;
      margin: 40px auto;
      background: white;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .form-header {
      background-color: #124fa9;
      padding: 20px;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
    }

    .form-body {
      padding: 25px;
    }

    .form-control,
    .form-check-input {
      border-radius: 8px;
    }

    label {
      font-weight: 500;
      margin-bottom: 5px;
      display: block;
    }

    .form-check-label {
      font-size: 14px;
    }

    .btn-submit {
      background-color: #0d6efd;
      color: white;
      border-radius: 8px;
      padding: 10px 25px;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .btn-submit:hover {
      background-color: #084298;
    }


    .top-info-bar {
  font-size: 0.85rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #222 !important;
}

.navbar-nav .nav-link:hover {
  color: #0056b3 !important;
}


.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.list-group li{list-style:none;}
.process-heading{color:#004b8d;}


 .vacancy-section {
      padding: 40px 0;
    }

    .vacancy-title {
      font-weight: 600;
      font-size: 18px;
      margin-top: 15px;
      border-bottom: 2px solid #000;
      display: inline-block;
      padding-bottom: 5px;
    }

    .vacancy-list i {
      color: #0d6efd;
    }

    .vacancy-list p {
      margin-bottom: 8px;
      font-size: 15px;
    }

    .form-box {
      background-color: #f8f9fa;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.06);
    }

    .form-box h5 {
      background-color: #204c75;
      color: white;
      padding: 12px;
      border-radius: 8px 8px 0 0;
      margin: -25px -25px 20px -25px;
      font-weight: 600;
    }

    .form-check-label {
      font-size: 13px;
    }

    .form-box .btn {
      background-color: #204c75;
      border: none;
    }

    @media (max-width: 767px) {
      .form-box {
        margin-top: 30px;
      }
    }
    .info-image{display:none;}
    .dropdown-item.active, .dropdown-item:active{color:#fff!important; background:#005892!important;}
     .dropdown-item.active, .dropdown-item:hover{background:rgba(0, 0, 0, 0.1);}

     .trending-ticker {
      background-color: #fff;
      border-bottom: 1px solid #ccc;
      overflow: hidden;
      height: 40px;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      z-index: 9999;
      margin-left:15px;
    }

    .trending-label {
      background-color: red;
      color: white;
      font-size: 14px;
      font-weight: 600;
      padding: 2px 10px;
      border-radius: 5px;
      margin-left: 15px;
      flex-shrink: 0;
      line-height: 1;
    }

    .scrolling-container {
      overflow: hidden;
      flex: 1;
      height: 100%;
    }

    .scrolling-content {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 20s linear infinite;
      line-height: 40px;
      height: 100%;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    .scrolling-content span {
      margin: 0 7px;
      font-weight: 500;
      color: #222;
      font-size: 15px;
    }

    .scroller-info{font-size:14px;}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 33px;
}