/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}
@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */
  font-display: swap;
}

@media (min-width: 992px) and (max-width: 1366px) {

}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */

h2 {
  line-height: 53px !important;
}
p,
a,
div {
}
h1{
  font-weight: var(--font-weight-normal);
}
section {
  overflow: unset !important;
}
p {
}

@media (min-width: 1200px) {
  }

/* Default transparent background */


/* Menu end */



/* Header and hero*/

/* Hero Section Styling */
.hero-wrapper{
background: url("/assets/img/3PL-Banner-1.avif") no-repeat center center /
          cover;
}
      .hero-section {
        position: relative;
        
        min-height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #002465;
        padding: 1rem 1.5rem 3.5rem 1.5rem;
      }

  

      .hero-content {
        position: relative;
        z-index: 2;
        max-width: 750px;
      }

      .hero-content img {
        max-width: 210px;
        height: auto;
        margin-bottom: 20px;
      }

      .hero-title {
    
        margin-bottom: 1rem;
        text-align: left;
        color: #000000;
        line-height: 70px;
      }
.hero-text{
  text-align: left;
  color: #000000;
  max-width: 500px;
}
      .hero-desc {
        color: #000000;
        line-height: 1.6;
        margin-bottom: 1.8rem;
      }

      .hero-btn {
        background-color: #006068 !important;
        color: #fff !important;
        border: none;
        padding: 12px 30px;
        border-radius: 5px;
      }

      .hero-btn:hover {
        background-color: #005d74 !important;
        color: #fff;
      }

      /* ✅ Mobile responsiveness */
      @media (max-width: 768px) {
        .hero-section {
          min-height: 60vh;
          padding: 2rem 1rem;
        }
        .hero-title {
        }
        .hero-desc {
        }
        .hero-content img {
          max-width: 160px;
          margin-bottom: 15px;
        }
      }






      /* ===== FORM CARD Start ===== */
      form label{
      }
      form .validation{
        color: red;
      }
      form .submit__control h3{
      }
      .form-card {
        background-color: #F4F6F9;
        padding: 1rem;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }
      form #error-container{
        margin-top: 10px;
      }
      .form-card form{
        background-color: unset;
        border: unset;
        text-align: left;
        padding: 0px !important;
      }
.form-card label{
  display: block;
}
form button{
  background-color: #0D207A;
  color: #ffffff;
  border: 1px solid #0D207A;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 20px;
}
      .form-card h4 {
        color: #001b67;
        margin-bottom: 0.8rem;
       
      }
.form-card .captcha-label{
  font-size: var(--h6-size);
      }
      .form-control {
        border-radius: 6px;
        border: 1px solid #d0d0d0;
        padding: 0.75rem;
      }

      .btn-submit {
        background-color: #001b67;
        color: #fff;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 6px;
        width: 100%;
        transition: all 0.3s ease;
      }

      .btn-submit:hover {
        background-color: #063585;
      }

      @media (max-width: 992px) {
        .hero-section {
          padding: 4rem 0;
        }
        .hero-title {
        }
      }

      /* ===== FORM CARD End ===== */


      /* Idea Start */
      


      .idea-section {
    background-color: #ffffff;
  }

  .idea-title {
    /* font-size: 1.75rem; */
    /* line-height: 1.4; */
    color: #000;
    max-width: 800px;
    margin: 0 auto;
  }

  .idea-text {
    max-width: 800px;
    color: #000000;
    line-height: 1.7;
  }

  @media (max-width: 768px) {
    .idea-title {
    }
    .idea-text {
    }
  }

  /* Idea End */

/* Space section start */


.space-section{
  padding: 0px;
}
.space-section h3{
  font-size: 25px;
}
 .pl-30px{
  padding-left: 30px;
 }
.space-section hr{
color:#C8C8C8;
opacity: 1;
margin: 5px 0px;
}
  
  .space-section .bottom-label {
    /* font-size: 0.9rem; */
    border-top: 1px solid #ddd;
  }
.space-section .problem-solves img{
border: 1px solid #FFA9A9;
background-color: #FEF2F2;
border-radius: 5px;
padding: 2px;
}
.space-section .what-you-do .title img{
border: 1px solid #93C3FF;
background-color: #EFF6FF;
border-radius: 5px;
padding: 2px;
}
.space-section .what-you-get{
background-color: #DFFCFE;
border:1px solid #0CAD79;
border-radius: 0px 10px 0px 10px;
}
.space-section .what-you-get p:first-child{
color: #0CAD79;
}
  .space-section ul li {
    /* font-size: 0.95rem; */
    /* color: #333; */
    padding-left: 10px;
    display: flex;
    flex-direction: row;
  }

  @media (max-width: 992px) {
    .space-section h2 {
      /* font-size: 1.5rem; */
    }
    .space-section ul li {
      /* font-size: 0.9rem; */
    }
   .space-section .even:nth-child(even) .row{
display: flex;
flex-direction: column-reverse;
}
  }


  /* Space section end */


  /* Feature start */

.features-section {
  background: linear-gradient(139.09deg, #121B31 1.62%, #1E3884 50%, #152140 98.38%);

}
.features-section .text-info{
  background: linear-gradient(90deg, #93C3FF 0%, #75EFA2 100%);
      background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-box {
  background: #30437780;
  border: 1px solid #59678D;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.feature-icon {
  width: 60px;
  height: 60px;
}

  /* Feature end */


  /* Cta start */


.cta-section {
  /* background image */
  background: url('/assets/img/The-bMobile-3PL-Difference-BG.avif') center center/cover no-repeat;
  position: relative;
  min-height: 60vh;
}

/* .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 25, 74, 0.75);
} */
.cta-section .badge{
background: #3B6775AD !important;
color: #ffffff !important;
vertical-align: top;
padding: 20px;
font-size: 20px;
font-weight: var(--font-weight-normal);

}
.cta-section .badge img{
width: 20px;
margin-bottom: 5px;
}
.cta-section .text-info{
  background: linear-gradient(90deg, #93C3FF 0%, #75EFA2 100%);
      background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-section a{
  color: #0B2868;
}
.cta-content {
  position: relative;
  z-index: 1; /* keep text above overlay */
}

@media (max-width: 768px) {
  .cta-section {
    min-height: 70vh;
    padding: 3rem 1rem;
  }
  .cta-content .lead {
  }
}

  /* Cta end */

/* Footer section */



/* Common style start */

h1 {
  line-height: 60px !important;
}
h2 {
  line-height: 59px !important;
}
p {
  line-height: 31px !important;
}
/* a {
  font-size: ;
  font-weight: ;
  line-height: ; 
}*/
@media (min-width: 300px) and (max-width: 767px) {
  p, a, div{
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, a, div{
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p, a, div{
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  p, a, div{
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  p, a, div{
  }
}
/* @media (min-width: 1920px) and (max-width: 6000px) {
  p, a, div{
  font-size: 20px !important;
  }
} */
/* Common style end */

@media (min-width: 767px) and (max-width: 992px) {
  .g-recaptcha {
    transform: scale(0.7) translateX(-91px);
  }
}

@media (max-width: 475px) {
  .g-recaptcha {
    transform: scale(0.7) translateX(-91px);
  }
}