body,html{
    margin:0 !important;
    padding:0 !important;



} 
/* @import url('https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&display=swap'); */

body {
  font-family: 'IM Fell Great Primer SC', serif;
  color: #000;
}
html, body {
  overflow-x: hidden;
}
/* @import url('https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&display=swap'); */
p{
  font-family: 'poppins',sans-serif !important;
}


body
{

    margin: 0;
   color: black;
  
}
header
{
  
    margin: 0;
    background-color: black;
    color: white;
}





 .slider
 {
    height: 100vh;
    overflow-x: hidden;
    margin-top: 1px;
    position: relative;
 }
.slider .list .item {
  position: absolute;
  inset: 0 0 0 0;
 
  /* opacity: 0;
  transition: 5s; */
}

/* IMAGE */
.slider .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.slider .list .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #000 10%, transparent);

}

/* CONTENT */
.slider .list .item .content {
  position: absolute;
  left: 10%;
  top: 20%;     
  max-width: 80%;
  width: 500px;
  z-index: 1;     
}

.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 4px;
}
.slider .list .item .content h2{
     font-size: 100px;
     margin: 0;

}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;

}

@keyframes showcontent {
    
    to{
        transform: translateY(0);
        filter:blur(0);
        opacity: 1;
    }
}

.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: L blur(20px);
    opacity: 0;
    animation: showcontent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.item.active p:nth-child(3)
{
    animation-duration: 1.3s;
}
.arrows
{
    position: absolute;
    top: 30%;
    right: 30%;
    z-index: 100;
}
.arrows button
{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width:40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: 5s;
}
.arrows button:hover{
    background-color: #eee;
    color: black;
}

.thumbnail
{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    justify-content: center;
    gap:20px;
    width: 100%;
    height: 250px;
    padding: 0 50px ;
    box-sizing: border-box;
    overflow: auto;

}
.thumbnail::-webkit-scrollbar{
    width: 0;

}
.thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: 5s;
    flex-shrink: 0;

}
.thumbnail .item img{
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thumbnail .item.active{
    filter:brightness(1.5);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px
}

@media screen and (max-width:678px){ 
    
    .thumbnail{
        justify-content: start;
    }

    .slider .list .item .content h2{
        font-size: 60px;
    }
    .arrows{
        top:10%;
        

    }
}

/* TOP BAR */
.topbar {
  background: #0c1e35;
  color: #fff;
  font-size: 17px;
  padding: 10px 10px;
  font-family: 'Open Sans', sans-serif;
}

.top-left span {
  margin-right: 20px;
  font-size: 16px;
}

.top-right {
  background: #E52125;
  padding: 10px 20px;
  border-radius: 30px 20px 0 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}

/* SOCIAL */
.social i {
  /* border: 1px solid #fff; */
  padding: 10px;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 20px;
  background-color: #0c1e35;
}

/* MAIN HEADER */

/* SIDEBAR STYLE */
.sidebar-custom {
  background: #0c1e35;
  color: #fff;
  width: 350px;
}

/* HEADER */
.sidebar-logo {
  width: 90px;
}

/* TITLE */
.sidebar-title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* TEXT */
.sidebar-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

/* SERVICES */
.sidebar-services h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar-services ul {
  list-style: none;
  padding: 0;
}

.sidebar-services li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* BUTTON */
.sidebar-btn {
  display: block;
  background: #E52125;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.sidebar-btn:hover {
  background: #E52125;
}

/* MENU CIRCLE BUTTON */
.menu-circle {
  width: 45px;
  height: 45px;
  background: #E52125;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

  .logistics-section {
  padding: 40px 0;
  position: relative;
  
  z-index: 1;
}

/* WHITE OVERLAY */
.logistics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.94); /* more white */
  z-index: -1;
}
    /* LEFT IMAGE DESIGN */
    .image-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .img-main {
      width: 280px;
      height: 380px;
      border: 2px solid #E52125;
      object-fit: cover;
      position: relative;
      z-index: 2;
      
    }

    .img-secondary {
      width: 240px;
      height: 320px;
      border: 2px solid #E52125;
      object-fit: cover;
      position: absolute;
      right: 10px;
      bottom: -80px;
      z-index: 2;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    /* TEXT AREA */
    .sub-title {
      color: #E52125;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 18px;
    }

    .main-title {
      font-size: 42px;
      font-weight: 700;
      color: #0b1c39;
      line-height: 1.3;
      margin: 15px 0;
    }

    .description {
      color: black;
      font-size: 18px;
      margin-bottom: 25px;
      text-align: justify;
    }

    /* LIST */
    .list-wrap {
      display: flex;
      gap: 60px;
      flex-wrap: wrap;
    }

    .list-wrap ul {
      list-style: none;
      padding: 0;
    }

    .list-wrap li {
      margin-bottom: 12px;
      color: #0b1c39;
      font-weight: 500;
      position: relative;
      padding-left: 20px;
    }

    .list-wrap li::before {
      content: "";
      width: 8px;
      height: 8px;
      background: #d1d1d1;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 8px;
    }

    /* BUTTON */
    .btn-custom {
      background: #ff2e2e;
      color: #fff;
      padding: 12px 28px;
      border-radius: 6px;
      font-weight: 600;
      border: none;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background: #e60000;
      transform: translateY(-2px);
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
      .image-wrapper {
        margin-bottom: 40px;
      }

      .img-secondary {
        right: 0;
        bottom: -30px;
      }

      .main-title {
        font-size: 32px;
      }
    }

    @media (max-width: 576px) {
      .img-main {
        width: 220px;
        height: 300px;
      }

      .img-secondary {
        width: 180px;
        height: 250px;
        display: none;
      }

      .main-title {
        font-size: 26px;
      }
    }
/* GRID WRAPPER */
.lx-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 15px;
}

/* BIG IMAGE */
.lx-about-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  min-height: 420px;
}

/* RIGHT SIDE */
.lx-about-small {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.lx-about-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* HOVER EFFECT */
.lx-about-grid img {
  transition: 0.4s ease;
}

.lx-about-grid img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lx-about-grid {
    grid-template-columns: 1fr;
  }

  .lx-about-small {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .lx-about-big img {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .lx-about-small {
    grid-template-columns: 1fr;
  }
}
   .poppins-marquee {
  overflow: hidden;
  background: white;
  padding: 5px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* Smooth fade edges */
.poppins-marquee::before,
.poppins-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}



/* Track */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 22s linear infinite;
}

/* Group */
.marquee-group {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-right: 60px;
}

/* Text */
.marquee-group span {
  font-size: 30px;
  font-weight: 800;

  /* color: #0c1e35; */
  white-space: nowrap;
  transition: 0.3s;
}

/* Plane */
.plane {
  font-size: 45px;
  
  transition: 0.4s;
}

/* Animation */
@keyframes marqueeMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Hover */
.poppins-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group span:hover {
  color: #000;
  transform: scale(1.05);
}

.marquee-group span:hover + .plane {
  opacity: 1;
  transform: translateX(10px);
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-group span {
    font-size: 40px;
  }

  .plane {
    font-size: 25px;
  }
    .vkserve-big-card{
    flex-direction: column;
    padding: 30px;
  }
}
 
/* SECTION */
.logix-slider-section {
  padding: 60px 0;
  background: rgb(9, 19, 43);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* WRAPPER */
.logix-slider-wrapper {
  overflow: hidden;
}

/* TRACK */
.logix-slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: logixScroll 30s linear infinite;
}

/* CARD */
.logix-card {
  min-width: 300px;
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  border-bottom: 6px solid white;
  border-top: 6px solid white;
}

/* OVERLAY */
.logix-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

/* CONTENT */
.logix-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.logix-content h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.logix-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* BUTTON */
.logix-btns {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #0b1c39;
  padding: 14px;
  border-radius: 10px;
}

/* HOVER EFFECT */
.logix-card:hover {
  transform: scale(1.05);
}

.logix-card:hover .logix-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

/* SCROLL ANIMATION */
@keyframes logixScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* PAUSE ON HOVER */
.logix-slider-wrapper:hover .logix-slider-track {
  animation-play-state: paused;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .logix-card {
    min-width: 250px;
    height: 380px;
  }
}

@media (max-width: 576px) {
  .logix-card {
    min-width: 200px;
    height: 300px;
  }
}
/* SECTION */
.logix-why-section {
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  background-color: #0b1c39;
  z-index: 1;
  color: white;
}

/* WHITE OVERLAY */
.logix-why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.); /* adjust opacity */
  z-index: -1;
}

/* TEXT */
.logix-sub {
  color: #E52125;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

.logix-why-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: white;
  margin: 15px 0;
}

.logix-desc {
  color: white;
  margin-bottom: 25px;
  text-align: justify;
}

/* FEATURES */
.logix-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 25px;
}

.logix-item {
  font-weight: 500;
}

/* BUTTON */
.logix-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #E52125;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.logix-btn:hover {
  background: #e63c0f;
  transform: translateY(-3px);
}

/* IMAGE WRAP */
.logix-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/* MAIN IMAGE */
.main-img {
  width: 320px;
  height: 420px;
  object-fit: cover;
  border-radius: 160px;
  z-index: 2;
  animation: floatUp 4s ease-in-out infinite;
  border: 10px white solid;
}

/* SECOND IMAGE */
.second-img {
  width: 260px;
  height: 340px;
  object-fit: cover;
  border-radius: 140px;
  position: absolute;
  bottom: -40px;
  right: -60px;
  z-index: 1;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  animation: floatDown 4s ease-in-out infinite;
   border: 10px white solid;
}

/* ANIMATION */
@keyframes floatUp {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes floatDown {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(15px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .logix-why-content h2 {
    font-size: 32px;
  }

  .logix-img-wrap {
    margin-top: 40px;
  }

  .main-img {
    width: 260px;
    height: 340px;
  }

  .second-img {
    width: 200px;
    height: 260px;
    right: -20px;
  }
}

@media (max-width: 576px) {

  .logix-features {
    grid-template-columns: 1fr;
  }

  .main-img {
    width: 220px;
    height: 300px;
  }

  .second-img {
    width: 170px;
    height: 220px;
    bottom: -20px;
    right: 0;
  }

  .logix-why-content {
    text-align: center;
  }
}
/* SECTION */
.logix-serve-icon {
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;
  background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d') no-repeat center/cover;
  position: relative;
  z-index: 1;
}

/* OVERLAY */
.logix-serve-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.9);
  z-index: -1;
}

/* LEFT TEXT */
.logix-tag {
  color: #E52125;
  font-weight: 600;
  font-size: 17px;
}

.logix-serve-text h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 15px 0;
}

/* GRID */
.logix-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.logix-icon-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* ICON */
.logix-icon-card i {
  font-size: 28px;
  color: #ff4d1c;
  margin-bottom: 10px;
  transition: 0.4s;
}

/* TEXT */
.logix-icon-card h5 {
  font-weight: 700;
}

.logix-icon-card p {
  margin: 0;
  font-weight: 500;
}

/* HIGHLIGHT */
.logix-icon-card.highlight {
  background: #ff4d1c;
  color: #fff;
}

.logix-icon-card.highlight i {
  color: #fff;
}

/* HOVER */
.logix-icon-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* ICON ANIMATION */
.logix-icon-card:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* GLOW LINE */
.logix-icon-card::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #ff4d1c;
  transition: 0.4s;
}

.logix-icon-card:hover::before {
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .logix-serve-text {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .logix-icon-grid {
    grid-template-columns: 1fr;
  }

  .logix-serve-text h2 {
    font-size: 28px;
  }
}
/* SECTION */
.logix-counter-section {
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d') no-repeat center/cover;
  position: relative;
  z-index: 1;
}

/* OVERLAY */
.logix-counter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: -1;
}

/* CARD */
.logix-counter-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  padding: 40px 20px;
  border-radius: 15px;
  color: #fff;
  transition: 0.4s;
}

/* ICON */
.logix-counter-card i {
  font-size: 30px;
  margin-bottom: 15px;
  color: #ff4d1c;
}

/* NUMBER */
.logix-counter-card h2 {
  font-size: 40px;
  font-weight: 800;
}

/* TEXT */
.logix-counter-card p {
  margin: 0;
  opacity: 0.8;
}

/* HIGHLIGHT */
.logix-counter-card.highlight {
  background: #ff4d1c;
  transform: scale(1.05);
}

/* HOVER */
.logix-counter-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .logix-counter-card h2 {
    font-size: 30px;
  }
}
.logix-service-section{
  padding:30px 0;
}

/* CARD */
.logix-service-card{
  background:#0b1c39;
  
  padding:40px 25px;
  text-align:center;
  transition:0.4s;
  height:100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 2px 4px 5px;
}

/* ICON CIRCLE */
.logix-icon-wrap{
  width:110px;
  height:110px;
  margin:0 auto 25px;
  border-radius:50%;
  background:#E52125;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  border: white 4px solid;
}

/* BRUSH EFFECT */
.logix-icon-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:#E52125;
  filter: blur(8px);
  opacity:0.4;
}

/* ICON */
.logix-icon-wrap i{
  font-size:40px;
  color:#fff;
  position:relative;
  z-index:2;
}

/* TITLE */
.logix-service-card h4{
  font-weight:700;
  color:white;
  margin-bottom:15px;
}

/* TEXT */
.logix-service-card p{
  color:white;
  font-size:15px;
  line-height:1.6;
}

/* HOVER */
.logix-service-card:hover{
  transform: translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media(max-width:768px){
  .logix-icon-wrap{
    width:90px;
    height:90px;
  }

  .logix-icon-wrap i{
    font-size:30px;
  }
}
/* SECTION */
.logix-why-pro {
  position: relative;
  padding: 50px 0;
  font-family: 'Poppins', sans-serif;
  background: url('images/dot-background.png') center/cover no-repeat;
}
.logix-why-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1); /* adjust whiteness */
  z-index: 0;
}
.logix-why-pro > * {
  position: relative;
  z-index: 1;
}
/* TAG */
.logix-tag {
  color: #E52125;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
}

/* HEADING */
.logix-why-text h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
  color: #0b1c39;
}

/* DESC */
.logix-desc {
  color: black;
  margin-bottom: 30px;
}

/* FEATURES */
.logix-why-features {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.logix-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* ICON */
.logix-feature i {
  width: 55px;
  height: 55px;
  background: #E52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* FEATURE TEXT */
.logix-feature h5 {
  margin: 0;
  font-weight: 700;
}

.logix-feature p {
  margin: 0;
  color: black;
  font-size: 14px;
}

/* BUTTON */
.logix-btn {
  display: inline-block;
  background: #E52125;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.logix-btn:hover {
  background: #e63c0f;
  transform: translateY(-3px);
}

/* IMAGE WRAP */
.logix-why-img {
  position: relative;
  display: flex;
  justify-content: center;
}

/* MAIN IMAGE */
.img-main {
  width: 340px;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  z-index: 2;
  animation: floatUp 4s ease-in-out infinite;
}

/* SUB IMAGE */
.img-sub {
  width: 260px;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: 1;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  animation: floatDown 4s ease-in-out infinite;
}

/* ANIMATION */
@keyframes floatUp {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes floatDown {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(15px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .logix-why-text {
    text-align: center;
  }

  .logix-why-text h2 {
    font-size: 32px;
  }

  .logix-feature {
    justify-content: center;
    text-align: left;
  }

  .logix-why-img {
    margin-top: 50px;
  }

  .img-main {
    width: 260px;
    height: 350px;
  }

  .img-sub {
    width: 200px;
    height: 260px;
    right: 0;
  }
}

@media (max-width: 576px) {

  .img-main {
    width: 220px;
    height: 300px;
  }

  .img-sub {
    width: 160px;
    height: 220px;
    bottom: -20px;
  }
}




.lx-footer {
  background: #0c1e35;
  color: #fff;
  padding: 60px 0 0;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* LOGO */
.lx-logo {
  width: 100px;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
}

/* TEXT */
.lx-desc {
  font-size: 14px;
  color: #ccc;
}

/* TITLES */
.lx-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

/* LINKS */
.lx-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lx-links li {
  margin-bottom: 8px;
}

.lx-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.lx-links a:hover {
  color: #e52125;
  padding-left: 5px;
}

/* SOCIAL */
.lx-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.lx-social a:hover {
  background: #e52125;
}

/* CONTACT */
.lx-contact p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.lx-footer .lx-links i {
  margin-right: 10px;
  /* color:#e52125 */
}
/* BOTTOM BAR */
.lx-footer-bottom {
  margin-top: 40px;
  background: #e52125;
  text-align: center;
  padding: 12px;
}

.lx-footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.lx-footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.lx-contact a {
  text-decoration: none;
  color:white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-footer {
    text-align: start;
  }

  .lx-contact p {
    justify-content: start;
  }

  .lx-social {
    justify-content: start;
  }
}

    .logix-serve-number {
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  background: #E52125;
}

/* TITLE */
.logix-title {
  font-size: 32px;
  font-weight: 700;
  color: white;
}

/* BUTTON */


/* CARD */
.logix-num-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  transition: 0.4s;

  /* GRID BACKGROUND */
  background-image: linear-gradient(#eee 1px, transparent 1px),
                    linear-gradient(90deg, #eee 1px, transparent 1px);
  background-size: 30px 30px;
  border-top: 10px solid #0b1c39;
}

/* CONTENT */
.logix-num-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 26px;
}

.logix-num-card p {
  color: #6c757d;
  font-size: 14px;
}

/* NUMBER */
.logix-num-card .number {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(255, 77, 28, 0.2);
}

/* HOVER */
.logix-num-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .logix-title {
    font-size: 24px;
  }

  .logix-num-card .number {
    font-size: 40px;
  }
}


.logix-ports-section {
  position: relative;
  padding: 50px 0;

  background: url('images/dot-background.png') center/cover no-repeat;
  z-index: 1;
}

/* WHITE OVERLAY */
.logix-ports-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.0); /* adjust whiteness */
  z-index: -1;
}

/* TITLE */
.logix-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b1c39;
}

.logix-sub {
  color: #6c757d;
}
/* CARD */
.logix-port-card {
  background: linear-gradient(145deg, #0b1a30, #0f2747);
  padding: 25px 15px;
  border-radius: 18px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.06);
}

/* ICON */
.logix-port-card i {
  font-size: 28px;
  color: #ff4d1c;
  margin-bottom: 12px;
  transition: 0.4s ease;
  display: inline-block;
}

/* TEXT */
.logix-port-card h6 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.5px;
}

.logix-port-card p {
  margin: 0;
  font-size: 16px;
  color: #aab7c6;
}

/* HOVER EFFECT */
.logix-port-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,77,28,0.35);
}

/* ICON HOVER */
.logix-port-card:hover i {
  transform: scale(1.2) rotate(5deg);
  color: #ff7a18;
}

/* SOFT GLOW BACKGROUND */
.logix-port-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255,77,28,0.25), transparent 70%);
  transition: 0.4s;
}

.logix-port-card:hover::before {
  transform: scale(1.4);
  opacity: 1;
}

/* BOTTOM ACCENT LINE (instead of heavy border) */
.logix-port-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ff4d1c, transparent);
  opacity: 0.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .logix-port-card {
    padding: 22px 15px;
  }

  .logix-port-card h6 {
    font-size: 22px;
  }
}
.logix-gallery {
  padding: 50px 0;
  /* font-family: 'Poppins', sans-serif; */
  /* background: #0b1c39; */
}

/* TITLE */
.logix-title {
  font-size: 38px;
  font-weight: 800;
  color: white;
}

/* CARD */
.logix-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

/* IMAGE */
.logix-gallery-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.5s;
 
}

/* OVERLAY */
.logix-overlay {
  position: absolute;
  bottom: -70%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}

/* TEXT */
.logix-overlay h5 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
}

/* BUTTON */
.logix-overlay a {
  width: 40px;
  height: 40px;
  background: #E52125;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

/* HOVER EFFECT */
.logix-gallery-card:hover img {
  transform: scale(1.1);
}

.logix-gallery-card:hover .logix-overlay {
  bottom: -60%;
}

.logix-overlay a:hover {
  transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .logix-title {
    font-size: 26px;
  }

  .logix-gallery-card img {
    height: 220px;
  }
}
.logix-testimonial-sec {
  position: relative;
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;

  /* your background image */
  background: url('images/dot-background.png') center/cover no-repeat;
  z-index: 1;
}

/* WHITE OVERLAY */
.logix-testimonial-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.0); /* adjust */
  z-index: -1;
}

.logix-title {
  font-size: 36px;
  font-weight: 800;
  color: #0b1c39;
}

/* CARD */
.logix-test-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  height: 100%;
  transition: 0.4s;
  box-shadow: 2px 4px 5px;
}

/* STARS */
.stars i {
  color: #ff4d1c;
  margin-right: 3px;
}

/* TEXT */
.logix-test-card p {
  margin: 15px 0;
  color: #333;
}

/* USER */
.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user h6 {
  margin: 0;
  font-weight: 600;
}

.user span {
  font-size: 13px;
  color: #6c757d;
}

/* QUOTE ICON */
.quote {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ff4d1c;
  color: #fff;
  padding: 12px 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
}

/* HOVER */
.logix-test-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* INDICATORS */
.logix-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
}

.logix-indicators .active {
  background: #ff4d1c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .logix-title {
    font-size: 26px;
  }
}

.logix-indicators {
  position: static; /* IMPORTANT */
  margin-top: 20px;
  justify-content: center;
}

/* DOT STYLE */
.logix-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  margin: 0 5px;
  opacity: 1;
  transition: 0.3s;
}

/* ACTIVE DOT */
.logix-indicators .active {
  background: #ff4d1c;
  transform: scale(1.2);
}
.logix-hero-form {
  font-family: 'Poppins', sans-serif;
}

/* IMAGE */
.logix-image-wrap {
  position: relative;
}

.logix-image-wrap img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #ff4d1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* RIGHT BG */
.logix-form-bg {
  background: #E52125;
  padding: 60px;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* CARD */
.logix-form-card {
  background: #0c1e35;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  width: 100%;
}

/* TEXT */
.tag {
  color: #ff4d1c;
  font-weight: 600;
  font-size: 14px;
}
/* GROUP */
.lxu-group {
  position: relative;
  margin-bottom: 18px;
}

/* ICON */
.lxu-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #777;
  z-index: 2;
}

/* INPUT + SELECT + TEXTAREA */
.lxu-input {
  width: 100%;
  height: 52px;
  padding: 0 15px 0 48px !important; /* FIXED */
  border-radius: 12px;
  border: none !important;
  outline: none;
  font-size: 14px;
  background: #e9e9e9 !important;
  color: #000;
  box-sizing: border-box;
}

/* TEXTAREA */
.lxu-textarea .lxu-input {
  height: 120px;
  padding-top: 14px !important;
}

/* TEXTAREA ICON */
.lxu-textarea .lxu-icon {
  top: 18px;
  transform: none;
}

/* REMOVE BOOTSTRAP EFFECT */
.lkc-input {
  padding-left: 48px !important;
}

/* SELECT FIX */
select.lxu-input {
  appearance: none;
}

/* FOCUS */
.lxu-input:focus {
  background: #fff !important;
  box-shadow: 0 0 0 2px rgba(229,33,37,0.2);
}

/* ICON COLOR CHANGE */
.lxu-group:focus-within .lxu-icon {
  color: #E52125;
}

.logix-form-card h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

/* INPUT */
.logix-form-card input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: none;
  color: black;
}

.logix-form-card input::placeholder {
  color: black;
}
/* GROUP */
.lxu-group {
  position: relative;
  margin-bottom: 18px;
}

/* INPUT + SELECT + TEXTAREA SAME STYLE */
.lxu-input {
  width: 100%;
  height: 52px;
  padding: 0 15px 0 50px;
  border-radius: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  background: #e9e9e9;
  color: #000;
  display: flex;
  align-items: center;
}

/* TEXTAREA FIX */
.lxu-textarea .lxu-input {
  height: 120px;
  padding-top: 14px;
}

/* ICON PERFECT CENTER */
.lxu-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  pointer-events: none;
}

/* TEXTAREA ICON POSITION */
.lxu-textarea .lxu-icon {
  top: 18px;
  transform: none;
}

/* PLACEHOLDER */
.lxu-input::placeholder {
  color: #666;
}

/* FOCUS */
.lxu-input:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(229,33,37,0.2);
}

/* ICON COLOR ON FOCUS */
.lxu-group:focus-within .lxu-icon {
  color: #E52125;
}

/* SELECT FIX */
select.lxu-input {
  appearance: none;
}

/* MOBILE FIX */
@media (max-width: 576px) {

  .lxu-input {
    height: 48px;
    font-size: 13px;
    padding-left: 45px;
  }

  .lxu-icon {
    left: 15px;
    font-size: 14px;
  }

  .lxu-textarea .lxu-input {
    height: 110px;
  }
}
/* RANGE */
.form-range {
  accent-color: #ff4d1c;
}

/* BUTTON */
.logix-btn {
  background: #E52125;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.logix-btn i {
  margin-left: 5px;
}

/* REVIEWS */
.reviews span {
  font-size: 14px;
}

.stars i {
  color: #E52125;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .logix-image-wrap img {
    height: 400px;
  }

  .logix-form-bg {
    min-height: auto;
    padding: 40px 20px;
  }

  .logix-form-card {
    padding: 25px;
  }
}


.lx-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* MENU */
.lx-nav-menu {
  list-style: none;
  gap: 35px;
}

.lx-nav-menu li {
  position: relative;
}
/* NAV LINKS */
.lx-nav-menu li a {
  text-decoration: none;
  color: #29435C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
}

/* ICON STYLE */
.lx-nav-menu li a i {
  font-size: 15px;
  color: #E52125;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.lx-nav-menu li a:hover {
  color: #E52125;
}

/* ICON HOVER */
.lx-nav-menu li a:hover i {
  transform: translateY(-2px);
}

/* UNDERLINE ANIMATION */
.lx-nav-menu li a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #E52125;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.3s ease;
}

/* SHOW UNDERLINE */
.lx-nav-menu li a:hover::after {
  width: 100%;
}

/* Active */


/* DROPDOWN */
.lx-dropdown-box {
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  z-index: 9999;
}

.lx-dropdown-box .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.3s;
}

.lx-dropdown-box .dropdown-item:hover {
  background: #E52125;
  color: #fff;
  padding-left: 28px;
}

/* RIGHT SECTION */
.lx-right-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* MENU BUTTON */
.lx-hamburger-btn {
  width: 52px;
  height: 52px;
  background: #E52125;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  cursor: pointer;
  transition: 0.3s;
}

.lx-hamburger-btn:hover {
  background: #E52125;
}

/* TRACK BUTTON */
.lx-track-btn {
  background: #E52125;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.lx-arrow-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #0c2b33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.lx-track-btn:hover .lx-arrow-circle {
  transform: translateX(6px);
}

/* ================= SLIDER ================= */

.nav-link.dropdown-toggle::after {
  display: none !important;
}
.lx-arrow-icon {
  font-size: 12px;
  margin-left: 6px;
  transition: 0.3s;
}

/* Rotate on hover */
.dropdown:hover .lx-arrow-icon {
  transform: rotate(180deg);
}
/* Keep dropdown open on hover */
.lx-nav-menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Smooth feel */
.lx-dropdown-box {
  display: none;
}

.lx-nav-menu .dropdown:hover .lx-dropdown-box {
  display: block;
}
.lx-nav-menu .dropdown {
  position: relative;
}

.lx-dropdown-box {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 240px;
}
/* .lx-header-wrapper {
  overflow: visible !important;
} */
.lx-nav-menu .dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}
.lx-nav-menu li a {
  background: transparent !important;
}

.lx-nav-menu li a:hover {
  color: #E52125 !important;
  background: transparent !important;
}
/* MOBILE SIDEBAR */
.lx-mobile-sidebar {
  width: 280px;
}

/* MENU */
.lx-mobile-menu {
  list-style: none;
  padding: 0;
}

.lx-mobile-menu li {
  border-bottom: 1px solid #eee;
}

.lx-mobile-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 5px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

/* SUBMENU */
.lx-mobile-submenu {
  display: none;
  padding-left: 10px;
}

.lx-mobile-submenu li a {
  font-size: 14px;
  color: #555;
  padding: 10px 5px;
}

/* ACTIVE DROPDOWN */
.lx-mobile-dropdown.active .lx-mobile-submenu {
  display: block;
}

/* ICON ROTATE */
.lx-mobile-dropdown.active i {
  transform: rotate(180deg);
  transition: 0.3s;
}

.topbar {
  font-size: 14px;
  padding: 8px 10px;
}


.top-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* HIDE ON MOBILE & TABLET (already handled by d-none d-lg-flex in HTML) */
@media (max-width:1080px) {
  .top-right {
    display: none !important;
  }
}

@media (max-width: 768px) {


  .top-right {
    border-radius: 20px;
    justify-content: center;
  }
}
.lx-header-inner {
  display: flex;
     justify-content: space-around;
  align-items: center;
}



/* Tablet */
@media (max-width: 992px) {
  .lx-nav-menu {
    display: none !important;
  }

  .lx-track-btn {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .lx-logo img {
    width: 70px;
  }

  .lx-hamburger-btn {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .topbar {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .slider .list .item .content {
    left: 5%;
    top: 16%;
    width: 90%;
  }

  .slider .list .item .content h2 {
    font-size: 40px;
  }

  .slider .list .item .content p {
    font-size: 14px;
  }
}
.lx-counter-section {
  padding: 20px 0;
  background: url('https://www.transparenttextures.com/patterns/cubes.png');
  background-color: #E52125;
}

/* BOX */
.lx-counter-box {
  text-align: center;
}

/* ICON */
.lx-icon {
  width: 75px;
  height: 75px;
  background: #0b1c39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 4px solid white;
}

.lx-icon i {
  color: #fff;
  font-size: 25px;
}

/* COUNT */
.lx-counter-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

/* TEXT */
.lx-counter-box p {
  font-size: 18px;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-counter-box h2 {
    font-size: 40px;
  }

  .lx-icon {
    width: 65px;
    height: 65px;
  }

  .lx-icon i {
    font-size: 24px;
  }
}
/* SECTION */
.lx-about-banner {
  position: relative;
  padding: 120px 0;
  background: url('https://images.unsplash.com/photo-1566576912321-d58ddd7a6088?q=80&w=1600') center/cover no-repeat;
  overflow: hidden;
}

/* WHITE OVERLAY */
.lx-about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.9);
}

/* CONTENT */
.lx-about-content {
  position: relative;
  z-index: 2;
  animation: slideUp 1s ease forwards;
}

.lx-about-content h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.lx-about-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.lx-about-btn {
  background: #E52125;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
}

/* IMAGE BOX */
.lx-about-box {
  position: relative;
  z-index: 2;
  animation: floatBox 4s ease-in-out infinite;
}

.lx-about-box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ANIMATIONS */
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes floatBox {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-about-content h1 {
    font-size: 32px;
  }

  .lx-about-banner {
    padding: 80px 0;
  }

  .lx-about-box {
    margin-top: 30px;
  }
}
.lx-cta-section {
  padding: 50px 0;
  background: url('images/homeone.jpg') no-repeat center/cover;
  position: relative;
  overflow: hidden;
}

/* OVERLAY */
.lx-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* adjust 0.4–0.7 */
  z-index: 1;
}

/* MAKE CONTENT ABOVE OVERLAY */
.lx-cta-section > * {
  position: relative;
  z-index: 2;
}

/* PATTERN OVERLAY */
/* GROUP */
.lxu-group {
  position: relative;
  margin-bottom: 15px;
}

/* ICON */
.lxu-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 14px;
  transition: 0.3s;
}

/* INPUT */
.lxu-input {
  width: 100%;
  padding: 13px 15px 13px 42px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #000;
}

/* TEXTAREA FIX */
.lxu-textarea .lxu-icon {
  top: 18px;
  transform: none;
}

/* FOCUS EFFECT */
.lxu-input:focus {
  box-shadow: 0 0 0 2px rgba(229,33,37,0.2);
}

/* ICON COLOR ON FOCUS */
.lxu-group:focus-within .lxu-icon {
  color: #E52125;
}

/* SELECT FIX */
select.lxu-input {
  appearance: none;
}

/* RESPONSIVE */
@media (max-width: 576px) {

  .lxu-input {
    padding: 11px 12px 11px 38px;
    font-size: 13px;
  }

  .logix-btn {
    width: 100%;
  }

  .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .reviews {
    width: 100%;
  }
}

/* TITLE */
.lx-cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

/* RIGHT SIDE */
.lx-cta-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* CALL BOX */
.lx-call-box {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.lx-call-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #ef1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lx-call-box span {
  font-size: 14px;
  display: block;
}

.lx-call-box h5 {
  margin: 0;
  font-weight: 700;
}

/* BUTTON */
.lx-cta-btn {
  background: #E52125;
  color: #fff;
  padding: 12px 25px;
  border-radius: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.lx-cta-btn span {
  background: #fff;
  color: #ef1c1c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HOVER */
.lx-cta-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-cta-title {
    font-size: 32px;
    text-align: center;
  }

  .lx-cta-right {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .lx-call-box {
    flex-direction: column;
    text-align: center;
  }

  .lx-cta-btn {
    justify-content: center;
  }
}


/* From Uiverse.io by faizanullah1999 */ 
.primary-button {
 font-family: 'Ropa Sans', sans-serif;
    /* font-family: 'Valorant', sans-serif; */
 color: white;
 cursor: pointer;
 font-size: 13px;
 font-weight: bold;
 letter-spacing: 0.05rem;
 border: 1px solid #0E1822;
 padding: 0.8rem 2.1rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %230b1c39 %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2'%3E%3Cg id='Layer_1-2'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
 background-color: #E52125;
 background-size: 200%;
 background-position: 200%;
 background-repeat: no-repeat;
 transition: 0.3s ease-in-out;
 transition-property: background-position, border, color;
 position: relative;
 z-index: 1;
}

.primary-button:hover {
 border: 1px solid #0b1c39;
 color: white;
 background-position: 40%;
}

.primary-button:before {
 content: "";
 position: absolute;
 background-color: #0E1822;
 width: 0.2rem;
 height: 0.2rem;
 top: -1px;
 left: -1px;
 transition: background-color 0.15s ease-in-out;
}

.primary-button:hover:before {
 background-color: white;
}

.primary-button:hover:after {
 background-color: white;
}

.primary-button:after {
 content: "";
 position: absolute;
 background-color: #0b1c39;
 width: 0.3rem;
 height: 0.3rem;
 bottom: -1px;
 right: -1px;
 transition: background-color 0.15s ease-in-out;
}

.button-borders {
 position: relative;
 width: fit-content;
 height: fit-content;
}

.button-borders:before {
 content: "";
 position: absolute;
 width: calc(100% + 0.5em);
 height: 50%;
 left: -0.3em;
 top: -0.3em;
 border: 1px solid #0E1822;
 border-bottom: 0px;
    /* opacity: 0.3; */
}

.button-borders:after {
 content: "";
 position: absolute;
 width: calc(100% + 0.5em);
 height: 50%;
 left: -0.3em;
 bottom: -0.3em;
 border: 1px solid #0E1822;
 border-top: 0px;
    /* opacity: 0.3; */
 z-index: 0;
}

.shape {
 fill: #0E1822;
}

/* From Uiverse.io by vikramsinghnegi */ 
a.youtube-button {
  font-family: inherit;
  font-size: 16px;
  background: linear-gradient(to bottom, #ff0000 0%, #ff5050 100%);
  color: white;
  padding: 0.8em 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

a.youtube-button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

a.youtube-button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

a.youtube-button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

a.youtube-button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

a.youtube-button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

a.youtube-button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

a.youtube-button:hover svg {
  transform: rotate(45deg);
}
.hero-section {
  padding: 40px;
  background: #f5f5f5;
}

/* MAIN BOX */
.hero-box {
  background: #0c1e35;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px;
}

/* ORANGE SHAPE RIGHT */
.hero-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background:#E52125;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  z-index: 1;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
}

.hero-content h1 span {
  color: #E52125;
}

.hero-content p {
  margin-top: 15px;
  color: #dcdcdc;
  font-size: 16px;
  max-width: 500px;
}

/* BUTTON */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  background: #E52125;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.arrow-circle {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #E52125;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.hero-btn:hover .arrow-circle {
  transform: translateX(6px);
}

/* IMAGE */
.hero-img {
  position: relative;
  z-index: 2;
  text-align: right;
}

.hero-img img {
  max-width: 100%;
  height: auto;
}

/* ================= */
/* RESPONSIVE */
/* ================= */

@media (max-width: 992px) {
  .hero-box {
    padding: 40px 20px;
  }

  .hero-box::after {
    width: 100%;
    height: 40%;
    bottom: 0;
    top: auto;
    border-radius: 0;
  }

  .hero-img {
    text-align: center;
    margin-top: 30px;
  }

  .hero-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 26px;
  }

  .hero-btn {
    padding: 10px 18px;
  }
}
.lkc-input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: 0.3s;
}

textarea.lkc-input {
  height: auto;
  resize: none;
}

.lkc-input:focus {
  border-color: #0c1e35;
  outline: none;
  box-shadow: 0 0 0 2px rgba(12,30,53,0.1);
}
 .fire-scroll-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      background: #E52125;
      color: #fff;
      border: none;
      border-radius: 50%;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      display: none;
      z-index: 999;
    }

    .fire-scroll-top:hover {
      background: #0c1e35;
      transform: scale(1.1);
    }

    .fire-scroll-top i {
      font-size: 26px;
      line-height: 50px;
    }
     .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5c;
  }

  #lkc-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle at center, #071423, #02060d);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;

}

/* CENTER */
.lkc-loader {
  text-align: center;
}

/* LOGO */
.lkc-logo {
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* MAP AREA */
.lkc-map {
  position: relative;
  width: 300px;
  height: 180px;
  margin: auto;
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  overflow: hidden;
}

/* POINTS */
.lkc-point {
  width: 8px;
  height: 8px;
  background: #ff6b00;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 10px #ff6b00;
  animation: pulse 1.5s infinite;
}

.p1 { top: 20px; left: 30px; }
.p2 { top: 40px; right: 40px; }
.p3 { bottom: 40px; left: 60px; }
.p4 { bottom: 20px; right: 30px; }

/* ROUTES */
.route {
  position: absolute;
  height: 2px;
  background: rgba(255,255,255,0.15);
  animation: glow 2s infinite;
}

.r1 {
  top: 60px;
  left: 30px;
  width: 220px;
}

.r2 {
  bottom: 60px;
  left: 40px;
  width: 200px;
}

/* TRANSPORT ICONS */
.ship, .planes, .truck {
  position: absolute;
  color: #ff6b00;
  font-size: 18px;
}

/* MOVEMENT */
.ship {
  top: 55px;
  left: 0;
  animation: move1 3s infinite linear;
}

.planes {
  top: 30px;
  left: 0;
  animation: move2 2.5s infinite linear;
}

.truck {
  bottom: 55px;
  left: 0;
  animation: move3 3.5s infinite linear;
}

/* ANIMATIONS */
@keyframes move1 {
  0% { left: 0; }
  100% { left: 90%; }
}

@keyframes move2 {
  0% { left: 0; }
  100% { left: 85%; }
}

@keyframes move3 {
  0% { left: 0; }
  100% { left: 95%; }
}

@keyframes pulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.5); }
}

@keyframes glow {
  0% { opacity: 0.2; }
  50% { opacity: 0.8; }
  100% { opacity: 0.2; }
}

/* TEXT */
.lkc-loading-text {
  color: #cfd8e3;
  margin-top: 20px;
  font-size: 14px;
}
.lx-why-section {
  padding: 90px 0;
  background: #f8f9fb;
  font-family: 'Poppins', sans-serif;
}

/* TITLE */
.lx-why-title {
  font-size: 40px;
  font-weight: 700;
  color: #0c2b33;
  margin-bottom: 15px;
}

/* DESCRIPTION */
.lx-why-desc {
  color: #555;
  max-width: 850px;
  line-height: 1.7;
}

/* CARD */
.lx-why-card {
  text-align: center;
  transition: 0.4s;
}

/* IMAGE */
.lx-why-card img {
  width: 100%;
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
}

/* TEXT */
.lx-why-card p {
  margin-top: 12px;
  font-weight: 600;
  color: #333;
}

/* HOVER EFFECT */
.lx-why-card:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-why-title {
    font-size: 28px;
  }

  .lx-why-desc {
    font-size: 14px;
  }
}
/* CARD */
.lx-service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* IMAGE WRAP */
.lx-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-bottom-left-radius: 60px;
}

.lx-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ICON */
.lx-icons {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 65px;
  height: 65px;
  background: #e52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 5px solid #fff;
}

/* NUMBER */
.lx-number {
  position: absolute;
  bottom: -10px;
  left: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #cfd8dc;
}

/* CONTENT */
.lx-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* TITLE */
.lx-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 25px;
}

/* TEXT */
.lx-content p {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
}

/* LINK */
.lx-link {
  text-decoration: none;
  font-weight: 600;
  color: #0c2b33;
  margin-top: 10px;
  display: inline-block;
  transition: 0.3s;
}

/* HOVER */
.lx-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.lx-service-card:hover .lx-link {
  color: #e52125;
}

/* RESPONSIVE */
@media(max-width:768px){
  .lx-img-wrap {
    height: 200px;
  }
}
/* SECTION */
.logix-why-pro {
  padding: 80px 0;
  background: #f8f9fb;
  font-family: 'Poppins', sans-serif;
}

/* TEXT SIDE */
.logix-why-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0c2b33;
  margin-bottom: 15px;
}

.logix-tag {
  color: #e52125;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.logix-desc {
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* FEATURES */
.logix-why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.logix-feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.logix-feature i {
  width: 45px;
  height: 45px;
  background: #e52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logix-feature h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.logix-feature p {
  font-size: 13px;
  color: #666;
}

/* BUTTON */

/* IMAGE LAYOUT FIX */
.lx-img-layout {
  position: relative;
  max-width: 520px;
  margin: auto;
}

/* MAIN IMAGE */
.lx-img-main img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 400px;
}

/* FLOAT IMAGE */
.lx-img-float {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 55%;
}

.lx-img-float img {
  width: 100%;
  border-radius: 15px;
  border: 6px solid #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* BACKGROUND SHAPE */
.lx-img-shape {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 120px;
  height: 120px;
  background: #e52125;
  border-radius: 50%;
  z-index: -1;
}

/* RESPONSIVE FIX */
@media (max-width: 992px) {
  .logix-why-text {
    margin-bottom: 40px;
  }

  .lx-img-main img {
    height: 300px;
  }

  .lx-img-float {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .lx-img-shape {
    display: none;
  }

  .logix-why-features {
    grid-template-columns: 1fr;
  }
}.lx-serve-cards {
  background: #f8f9fb;
}

/* TITLE */
.lx-title {
  font-size: 36px;
  font-weight: 700;
}

.lx-sub {
  color: #666;
}

/* SECTION TITLE WRAPPER */
.lxs-section-title {
  margin-bottom: 50px;
}

/* TITLE ROW (ICON + HEADING) */
.lxs-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* ICON BOX */
.lxs-title-icon {
  width: 45px;
  height: 45px;
  background: #e52125;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 18px;
  transform: rotate(-10deg);
  box-shadow: 0 10px 20px rgba(229,33,37,0.2);
}

/* TITLE */
.lxs-title-main h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0c2b33;
  margin: 0;
}

/* SUBTITLE (DIFFERENT STYLE) */
.lxs-subtitle {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: auto;
  line-height: 1.6;
}

/* TABLET */
@media (max-width: 992px) {

  .lxs-title-main h2 {
    font-size: 28px;
  }

  .lxs-title-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .lxs-subtitle {
    font-size: 14px;
    padding: 0 15px;
  }
}

/* MOBILE */
@media (max-width: 576px) {

  .lxs-title-main {
    flex-direction: column;
    gap: 8px;
  }

  .lxs-title-main h2 {
    font-size: 22px;
    text-align: center;
  }

  .lxs-title-icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .lxs-subtitle {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
  }
}/* CARD */
.lxs-card {
  position: relative;
  background: #fff;
  border: #29435C solid 1px;
  padding: 40px 25px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* ICON (ALWAYS ON TOP) */
.lxs-icon {
  width: 65px;
  height: 65px;
  background: #e52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
  transition: 0.4s ease;

  position: relative;
  z-index: 3;   /* ✅ important */
}

/* WAVE */
.lxs-wave {
  position: absolute;
  bottom: -120%;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(135deg, #e52125, #ff4d4d);
  border-radius: 50% 50% 0 0;
  transition: 0.5s ease;
  z-index: 1;
}

/* CONTENT ABOVE WAVE */
.lxs-card h4,
.lxs-card p {
  position: relative;
  z-index: 3;
  transition: 0.3s ease;
}
/* .lxs-card h4{
  color:#29435C;
} */
/* HOVER EFFECT */
.lxs-card:hover {
  transform: translateY(-12px);
}

/* WAVE UP */
.lxs-card:hover .lxs-wave {
  bottom: 0;
}

/* TEXT COLOR ON HOVER */
.lxs-card:hover h4,
.lxs-card:hover p {
  color: #fff;
}

/* ICON HOVER EFFECT (VISIBLE + ANIMATE) */
.lxs-card:hover .lxs-icon {
  background: #fff;
  color: #e52125;
  transform: rotate(12deg) scale(1.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


/* SMALL TITLE */
.lx-small-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e52125;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* margin-top: 18px; */
}

.lx-small-title i {
  font-size: 14px;
}

/* TITLE */
.lx-lcl-content h2 {
  font-size:25px;
  font-weight: 700;
  color: #0c1e35;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* SECTION */
.lxs-service-section {
  padding: 40px 0;
  background: #f4f6f9;
}
.lx-about-services li i {
  color: #0d6efd;
  font-size: 18px;
  min-width: 22px;
}
.lx-abouts-services li{
list-style: none;
}
/* CARD */
.lxs-card {
  position: relative;
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px 20px 60px 20px; /* cut corner style */
  text-align: left;
  overflow: hidden;
  transition: 0.4s ease;
  height: 100%;
  box-shadow: 2px 4px 2px #666;
}

/* FLOAT ICON */
.lxs-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #e52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: 0.4s;
}

/* TEXT */
.lxs-card h4 {
  margin-top: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lxs-card p {
  font-size: 14px;
  color: black;
  transition: 0.3s;
}

/* WAVE BACKGROUND */
.lxs-wave {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(135deg, #e52125, #ff4d4d);
  border-radius: 50% 50% 0 0;
  transition: 0.5s ease;
  z-index: 0;
}

/* HOVER EFFECT */
.lxs-card:hover .lxs-wave {
  bottom: 0;
}

/* TEXT COLOR CHANGE */
.lxs-card:hover h4,
.lxs-card:hover p {
  color: #fff;
  position: relative;
  z-index: 1;
}

/* ICON ANIMATION */
.lxs-card:hover .lxs-icon {
  background: #fff;
  color: #e52125;
  transform: rotate(10deg) scale(1.1);
}

/* LIFT EFFECT */
.lxs-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media(max-width:768px){
  .lxs-card {
    padding: 25px 15px;
  }
}

/* IMAGE SIDE */
.quote-image {
  background: url('your-image.jpg') center/cover no-repeat;
  height: 100%;
  min-height: 600px;
}

/* FORM SIDE */
.quote-form {
  background: #0c2340;
  padding: 50px 40px;
  color: #fff;
  height: 100%;
}

.quote-form h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.small-text {
  color: #ff4d4d;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

/* INPUT BOX */
.input-box {
  position: relative;
  margin-bottom: 18px;
}

.input-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;
  padding: 14px 15px 14px 45px;
  border: none;
  border-radius: 10px;
  background: #d9d9d9;
  outline: none;
  font-size: 14px;
}

.input-box textarea {
  height: 120px;
  resize: none;
}

.textarea i {
  top: 20px;
}

/* BUTTON */
.quote-btn {
  background: #ff2e2e;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #e60000;
}

/* MODAL ROUND CORNERS */
.modal-content {
  border-radius: 20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .quote-form {
    padding: 30px 20px;
  }
}


/* OVERLAY */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9999;
}

/* SHOW */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* BOX */
.popup-box {
  width: 90%;
  max-width: 1000px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  transform: scale(0.8);
  transition: 0.4s;
}

/* ANIMATION */
.popup-overlay.active .popup-box {
  transform: scale(1);
}

/* LEFT IMAGE */
.popup-left {
  width: 50%;
  background: url('images/container.jpg') center/cover no-repeat;
}

/* RIGHT FORM */
.popup-right {
  width: 50%;
  background: #0c2340;
  padding: 40px;
  color: #fff;
}

.small-text {
  color: #ff3b3b;
  font-size: 14px;
  font-weight: 600;
}

.popup-right h2 {
  margin: 10px 0 25px;
}

/* INPUT */
.input-box {
  position: relative;
  margin-bottom: 15px;
}

.input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border-radius: 10px;
  border: none;
  background: white;
}

.input-box textarea {
  height: 100px;
  resize: none;
}

.textarea i {
  top: 18px;
}

/* BUTTON */
.quote-btn {
  background: #ff2e2e;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #e60000;
}

/* CLOSE */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .popup-box {
    flex-direction: column;
  }

  .popup-left {
    width: 100%;
    height: 200px;
  }

  .popup-right {
    width: 100%;
  }
}
/* SECTION */
.ls-serve-section {
  background: #0c2b33;
}

/* HEADER */
.ls-title-main {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.ls-sub-text {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  text-align: center;
  margin-bottom: 40px;
}

/* CARD */
.ls-service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  position: relative;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* CARD HOVER */
.ls-service-card:hover {
  transform: translateY(-10px);
  border: 1px solid #e52125;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* ICON */
.ls-icon-wrap {
  width: 55px;
  height: 55px;
  background: #e52125;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

/* ICON HOVER */
.ls-service-card:hover .ls-icon-wrap {
  transform: rotate(6deg) scale(1.1);
  background: #ff3b3b;
}

/* 🔥 BIG NUMBER STYLE */
.ls-card-number {
  position: absolute;
  top: -10px;
  right: 15px;
  font-size: 70px;
  font-weight: 800;
  color: rgba(229, 33, 37, 0.08);
  z-index: 0;
  pointer-events: none;
}

/* TEXT ABOVE NUMBER */
.ls-card-title,
.ls-card-text,
.ls-icon-wrap {
  position: relative;
  z-index: 2;
}

/* TITLE */
.ls-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1c1c1c;
}

/* TEXT */
.ls-card-text {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}





.lx-about-services {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.lx-about-services li {
  font-size: 17px;
  margin-bottom: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.lx-about-services li i {
  color: #e52125;
  font-size: 18px;
  min-width: 22px;
}
/* MAIN HEADER */

/* SIDEBAR STYLE */
.sidebar-custom {
  background: #0c1e35;
  color: #fff;
  width: 350px;
}

/* HEADER */
.sidebar-logo {
  width: 90px;
}

/* TITLE */
.sidebar-title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* TEXT */
.sidebar-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

/* SERVICES */
.sidebar-services h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar-services ul {
  list-style: none;
  padding: 0;
}

.sidebar-services li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* BUTTON */
.sidebar-btn {
  display: block;
  background: #E52125;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.sidebar-btn:hover {
  background: #E52125;
}


.lx-about-hero {
  position: relative;
  padding: 120px 0;
  background: url('images/homefour.jpg') center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

/* DARK BLUE OVERLAY */
.lx-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 35, 45, 0.85);
  z-index: 1;
}

/* CONTENT */
.lx-hero-content {
  position: relative;
  z-index: 2;
}

.lx-hero-content h1 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 20px;
}

.lx-breadcrumb {
  font-size: 18px;
  color: #ddd;
}

.lx-breadcrumb span {
  color: #E52125;
  margin: 0 8px;
}

/* IMAGE */
.lx-hero-image {
  position: relative;
  z-index: 2;
  animation: floatImg 4s ease-in-out infinite;
}

.lx-hero-image img {
  width: 100%;
  max-width: 420px;
}

/* FLOAT ANIMATION */
@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-about-hero {
    padding: 80px 0;
    text-align: center;
  }

  .lx-hero-content h1 {
    font-size: 45px;
  }

  .lx-hero-image {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .lx-hero-content h1 {
    font-size: 32px;
  }

  .lx-breadcrumb {
    font-size: 14px;
  }

  .lx-hero-image img {
    max-width: 280px;
  }
}
 .logistics-section {
  padding: 80px 0;
  position: relative;

  z-index: 1;
}

/* WHITE OVERLAY */
.logistics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.90); /* more white */
  z-index: -1;
}
    /* LEFT IMAGE DESIGN */
    .image-wrapper {
      position: relative;
      display: flex;
      gap:10px;
      /* justify-content: center; */
      align-items: center;
    }

    .airplaneicon{
      width:100px;
    }

    /* .img-secondary {
      width: 240px;
      height: 380px;
      border: 10px solid #E52125;
      object-fit: cover;
      position: absolute;
      right: 10px;
      bottom: -100px;
      z-index: 1;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    } */

    /* TEXT AREA */
    .sub-title {
      color: #E52125;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 14px;
    }




    /* LIST */
    .list-wrap {
      display: flex;
      gap: 60px;
      flex-wrap: wrap;
    }

    .list-wrap ul {
      list-style: none;
      padding: 0;
    }

    .list-wrap li {
      margin-bottom: 12px;
      color: #0b1c39;
      font-weight: 500;
      position: relative;
      padding-left: 20px;
    }

    .list-wrap li::before {
      content: "";
      width: 8px;
      height: 8px;
      background: #d1d1d1;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 8px;
    }

    /* BUTTON */
    .btn-custom {
      background: #ff2e2e;
      color: #fff;
      padding: 12px 28px;
      border-radius: 6px;
      font-weight: 600;
      border: none;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background: #e60000;
      transform: translateY(-2px);
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
      .image-wrapper {
        margin-bottom: 40px;
      }

      .img-secondary {
        right: 0;
        bottom: -30px;
      }

      .main-title {
        font-size: 32px;
      }
    }

    @media (max-width: 576px) {
      .img-main {
        width: 220px;
        height: 300px;
      }

      .img-secondary {
        width: 180px;
        height: 250px;
      }

      .main-title {
        font-size: 26px;
      }
    }


.lx-process-section {
  padding: 50px 0;
  background: #0c1e35;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lx-subtitle {
  color: #ff7a2f;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.lx-title {
  font-size: 48px;
  font-weight: 700;
    color: black;
  margin-top: 10px;
}

/* CARD */
.lx-process-card {
  background: #E52125;
  padding: 40px 25px 70px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  height: 380px;
}

/* HEADING */
.lx-process-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.lx-process-card p {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
}

/* CIRCLE IMAGE */
.lx-circle-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
  border: 6px solid #fff;
}

.lx-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TAG */
.lx-step-tag {
  position: absolute;
  left: 20px;
  bottom: 110px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 18px;
}

/* NUMBER */
.lx-step-number {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #0b1c39;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: 4px solid white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-title {
    font-size: 32px !important;
  }

  .lx-process-card {
    padding: 30px 20px 60px;
  }
}
.lx-cta-section {
  padding: 70px 0;
  background: url('images/homeone.jpg') no-repeat center/cover;
  position: relative;
  overflow: hidden;
}

/* OVERLAY */
.lx-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* adjust 0.4–0.7 */
  z-index: 1;
}

/* MAKE CONTENT ABOVE OVERLAY */
.lx-cta-section > * {
  position: relative;
  z-index: 2;
}


/* TITLE */
.lx-cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

/* RIGHT SIDE */
.lx-cta-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* CALL BOX */
.lx-call-box {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.lx-call-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #ef1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lx-call-box span {
  font-size: 14px;
  display: block;
}

.lx-call-box h5 {
  margin: 0;
  font-weight: 700;
}

/* BUTTON */
.lx-cta-btn {
  background: #0c2b33;
  color: #fff;
  padding: 12px 25px;
  border-radius: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.lx-cta-btn span {
  background: #fff;
  color: #ef1c1c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HOVER */
.lx-cta-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-cta-title {
    font-size: 32px;
    text-align: center;
  }

  .lx-cta-right {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .lx-call-box {
    flex-direction: column;
    text-align: center;
  }

  .lx-cta-btn {
    justify-content: center;
  }
}
/* SECTION */
.lkc-faq-section {
  padding: 80px 0;
  background: url('images/dot-background.png');
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lkc-faq-title {
  font-size: 32px;
  font-weight: 700;
}

.lkc-faq-sub {
  color: #777;
}

/* FAQ ITEM */
.lkc-faq-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

/* BUTTON */
.lkc-faq-btn {
  background: #0c1e35;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  display: flex;
  align-items: center;
}

/* REMOVE DEFAULT ICON */
.lkc-faq-btn::after {
  display: none !important;
}

/* PLUS ICON */
.lkc-icon {
  margin-left: auto;
  background: #E52125;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.lkc-icon::before {
  content: "+";
  font-size: 18px;
}

.accordion-button:not(.collapsed) .lkc-icon::before {
  content: "-";
}

/* BODY */
.lkc-faq-body {
  background: #fff;
  color: #555;
  padding: 15px 20px;
}

/* IMAGE */
.lkc-faq-image {
  border: 8px solid #E52125;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.lkc-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.lkc-faq-image img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lkc-faq-image {
    margin-top: 30px;
  }

  .lkc-faq-title {
    font-size: 26px;
  }
}
/* CARD */
.lx-contact-card {
  background: #e9edf2;
  padding: 40px 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* ICON */
.lx-icon-box {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #0c2b33;
}

/* TITLE */
.lx-contact-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.lx-contact-card p {
  color: #0c2b33;
  font-weight: 600;
  line-height: 1.6;
}

/* HOVER EFFECT 🔥 */
.lx-contact-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ICON ANIMATION */
.lx-contact-card:hover .lx-icon-box {
  background: #E52125;
  color: #fff;
  transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-contact-card {
    padding: 30px 20px;
  }

  .lx-icon-box {
    width: 60px;
    height: 60px;
  }
}
.lx-quote-section {
  /* padding: 80px 0; */
  background: #f5f5f5;
}

/* MAIN BOX */
.lx-quote-box {
  /* background: #0c2b33; */
  padding: 40px;
  border-radius: 20px;
}

/* MAP */
.lx-map {
  /* height: 400px; */
  border-radius: 15px;
  overflow: hidden;
}

/* FORM */
.lx-form-box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* INPUT */
.lx-input {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  background: #123f47;
  color: #fff;
  outline: none;
}

.lx-input::placeholder {
  color: #fff;
}

/* TEXTAREA */
.lx-textarea {
  height: 120px;
  resize: none;
}

/* BUTTON */
.lx-submit-btn {
  background: #e52125;
  color: #fff;
  padding: 12px 30px;
  border-radius: 40px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.lx-submit-btn span {
  background: #fff;
  color: #e52125;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lx-submit-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-quote-box {
    padding: 25px;
  }

  .lx-form-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .lx-map {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .lx-input {
    padding: 12px;
  }

  .lx-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

/* SECTION */
.lx-lcl-section {
  padding: 50px 0;
  background: #ffffff;
}

/* IMAGE */
.lx-lcl-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.lx-lcl-img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.5s ease;
}

.lx-lcl-img:hover img {
  transform: scale(1.05);
}

/* BADGE */
.lx-lcl-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #ffffff;
  color: #0c1e35;
  padding: 14px 22px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.lx-lcl-badge i {
  color: #e52125;
  margin-right: 8px;
}

.lx-small-title i {
  font-size: 14px;
}

/* TITLE */
.lx-lcl-content h2 {
  font-size:35px;
  font-weight: 700;
  color: #0c1e35;
  line-height: 1.2;
  margin-bottom: 22px;
}

/* PARAGRAPH */
.lx-lcl-content p {
  color: #5d6673;
  line-height: 30px;
  margin-bottom: 18px;
  font-size: 16px;
  text-align: justify;
}

/* SERVICES */
.lx-lcl-services {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 6px;
  margin-top: 35px;
}

/* SERVICE ITEM */
.lx-service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fb;
  padding: 16px 18px;
  border-radius: 14px;
  color: #0c1e35;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s ease;
}

.lx-service-item i {
  color: #e52125;
  font-size: 16px;
}

.lx-service-item:hover {
  transform: translateY(-5px);
  background: #0c1e35;
  color: #ffffff;
}

.lx-service-item:hover i {
  color: #ffffff;
}

/* BUTTON */
.primary-button {
  background: #e52125;
  color: #ffffff;
  border-radius: 60px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  transition: 0.4s ease;
}

.primary-button:hover {
  background: #0c1e35;
  color: #ffffff;
  transform: translateY(-4px);
}

/* MOBILE */
@media(max-width:991px){

  .lx-lcl-content h2 {
    font-size: 30px;
  }

  .lx-lcl-img img {
    height: 420px;
  }

}

@media(max-width:768px){

  .lx-lcl-services {
    grid-template-columns: 1fr;
  }

  .lx-lcl-content h2 {
    font-size: 25px;
  }

  .lx-lcl-img img {
    height: 320px;
  }

}
.lx-why-section {
  padding: 90px 0;
  background: #f8f9fb;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lx-why-title {
  font-size: 40px;
  font-weight: 700;
  color: #0c2b33;
  margin-bottom: 15px;
}

/* DESCRIPTION */
.lx-why-desc {
  color: #555;
  max-width: 850px;
  line-height: 1.7;
}

/* CARD */
.lx-why-card {
  text-align: center;
  transition: 0.4s;
}

/* IMAGE */
.lx-why-card img {
  width: 100%;
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
}

/* TEXT */
.lx-why-card p {
  margin-top: 12px;
  font-weight: 600;
  color: #333;
}

/* HOVER EFFECT */
.lx-why-card:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-why-title {
    font-size: 28px;
  }

  .lx-why-desc {
    font-size: 14px;
  }
}
 .poppins-marquee {
  overflow: hidden;
  background: white;
  padding: 35px 0;
  font-family: 'IM Fell Great Primer SC', serif;
  position: relative;
}

/* Smooth fade edges */
.poppins-marquee::before,
.poppins-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}



/* Track */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 22s linear infinite;
}

/* Group */
.marquee-group {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-right: 60px;
}

/* Text */
.marquee-group span {
  font-size: 52px;
  font-weight: 800;
  color: #0c1e35;
  white-space: nowrap;
  transition: 0.3s;
}

/* Plane */
.plane {
  font-size: 45px;
  
  transition: 0.4s;
}

/* Animation */
@keyframes marqueeMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Hover */
.poppins-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group span:hover {
  color: #000;
  transform: scale(1.05);
}

.marquee-group span:hover + .plane {
  opacity: 1;
  transform: translateX(10px);
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-group span {
    font-size: 40px;
  }

  .plane {
    font-size: 25px;
  }
}
.lx-why-card-section {
  padding: 50px 0;
  background: #0c1e35;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lx-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.lx-subtitle {
  color: white;
}

/* CARD */
.lx-icon-card {
  background: #fff;
  padding: 30px 20px;

  text-align: center;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 6px solid #E52125;
}

/* ICON */
.lx-icon {
  width: 70px;
  height: 70px;
  background: #E52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px;
  transition: 0.3s;
}

/* TEXT */
.lx-icon-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.lx-icon-card p {
  font-size: 14px;
  color: #555;
}

/* HOVER EFFECT 🔥 */
.lx-icon-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.lx-icon-card:hover .lx-icon {
  background: #0c2b33;
  transform: rotate(10deg) scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-title {
    font-size: 28px;
  }
}
.lx-digital-section {
  padding: 50px 0;
  background: url('images/dot-background.png');
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TAG */
.lx-tag {
  color: #E52125;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

/* CONTENT */
.lx-digital-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0c2b33;
  margin-bottom: 20px;
}

.lx-digital-content p {
  color: black;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

/* IMAGE */
.lx-digital-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: 0.4s;
}

/* HOVER EFFECT */
.lx-digital-img:hover img {
  transform: scale(1.05);
}

/* BUTTON */
.lx-digital-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #E52125;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}

.lx-digital-btn span {
  background: #fff;
  color: #E52125;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lx-digital-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-digital-content {
    text-align: center;
  }

  .lx-digital-content h2 {
    font-size: 23px !important;
  }
}
.lx-dg-section {
  padding: 20px 0;
  background: #f8f9fb;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* IMAGE */
.lx-dg-img img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 30px;
}

/* CONTENT */
.lx-dg-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0c2b33;
  margin-bottom: 15px;
}

.lx-dg-content p {
  color: black;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

/* BOLD FIRST PARA */
.lx-bold {
  font-weight: 600;
  color: #0c2b33;
}

/* SUB HEADING */
.lx-dg-content h5 {
  font-weight: 600;
  color: #0c2b33;
}

/* LIST */
.lx-dg-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.lx-dg-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #333;
}

/* RED ARROW */
.lx-dg-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #E52125;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lx-dg-content h2 {
    font-size: 26px;
  }
}
.lx-dg-section {
  padding: 100px 0;
  background: #f8f9fb;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* IMAGE */
.lx-dg-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transition: 0.4s;
}

/* IMAGE HOVER */
.lx-dg-img:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.lx-dg-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0c2b33;
  margin-bottom: 20px;
}

.lx-dg-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* TAG */
.lx-tag {
  color: #E52125;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

/* BUTTON */
.lx-dg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #E52125;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}

.lx-dg-btn span {
  background: #fff;
  color: #E52125;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lx-dg-btn:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-dg-content {
    text-align: center;
  }

  .lx-dg-content h2 {
    font-size: 28px;
  }
}
.lx-dg-grid {
  padding: 100px 0;
  background: #f4f7fa;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lx-title {
  font-size: 38px;
  font-weight: 700;
  color: #0c2b33;
}

.lx-subtitle {
  color: #666;
}

/* CARD GRID */
.lx-card-grid {
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  align-items: stretch;
  height: 100%;
}

/* REVERSE */
.lx-card-grid.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */
.lx-card-grid img {
  width: 50%;
  object-fit: cover;
}

/* CONTENT */
.lx-card-content {
  padding: 25px;
  width: 50%;
  position: relative;
}

.lx-card-content h5 {
  color: #ff5c00;
  font-weight: 600;
}

.lx-card-content p {
  color: #555;
  margin-top: 10px;
}

/* ARROW */
.lx-arrow {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #ff5c00;
  font-size: 20px;
}

/* HOVER */
.lx-card-grid:hover {
  transform: translateY(-5px);
  transition: 0.3s;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lx-card-grid,
  .lx-card-grid.reverse {
    flex-direction: column;
  }

  .lx-card-grid img,
  .lx-card-content {
    width: 100%;
  }
}
 .cardn-wrapper {
      display: flex;
      height: 100%;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      max-width: 480px;
    }
    .img-container {
      width: 50%;
    }
    .text-container {
      width: 50%;
    }

    /* Custom Row */
    .custom-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; /* This sets exactly 10px gap between cards */
      justify-content: center;
    }

    @media (max-width: 767px) {
      .cardn-wrapper {
        flex-direction: column;
        max-width: 100%;
      }
      .img-container,
      .text-container {
        width: 100%;
      }
    }
    .redit
    {
      background: url('images/hometwo.jpg') no-repeat center center/cover;
    }
  .service-cardn {
      background-color: #fff;
      padding: 20px;
      height: 240px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s ease;
    }
    .service-cards:hover {
      transform: translateY(-5px);
    }
    .service-title {
      color: #ff5c00;
      font-weight: 600;
    }
    .service-icon {
      font-size: 2rem;
      color: #ff5c00;
      text-align: right;
      font-weight: 900;
    }
    .card-img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
    .about-section {
  background: #f9fbfd;
}

.about-section h2 {
  font-family: 'Montserrat', sans-serif;
}

.about-section p {
  font-size: 15.5px;
}

.about-img-wrapper img {
  transition: 0.4s ease;
}

.about-img-wrapper:hover img {
  transform: scale(1.05);
}
.why-choose-section {
  background: #f4f4f4;
}

.why-card {
  position: relative;
  background: #E52125;
  border-radius: 20px;
  padding: 25px;
  overflow: hidden;
  transition: 0.4s ease;
  height: 400px;
  border-bottom: #0c1e35 10px solid;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.why-card p {
  font-size: 14.5px;
  color: white;
  margin-bottom: 20px;
}

.why-card img {
  border-radius: 15px;
  width: 100%;
}

/* Arrow Icon */
.why-card .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

/* Hover Fill Effect */
.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #0c1e35;
  z-index: 0;
  transition: 0.5s ease;
 
}

.why-card:hover::before {
  height: 100%;
}

/* Content above overlay */
.why-card * {
  position: relative;
  z-index: 2;
}

/* Text color change on hover */
.why-card:hover h5,
.why-card:hover p {
  color: #fff;
}

.why-card:hover hr {
  border-color: rgba(255,255,255,0.4);
}

/* Icon hover */
.why-card:hover .icon {
  background: #fff;
  color: #0d6efd;
}
.benefits-section {
  background: #081724;
}

.benefit-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  transition: 0.4s;
  height: 100%;
  border: 1px solid #eee;
}

.benefit-box h6 {
  font-weight: 600;
  margin-bottom: 8px;
  
}

.benefit-box p {
  font-size: 14.5px;
  color: #666;
}

/* Hover Effect */
.benefit-box:hover {
  transform: translateY(-6px);
  background: #E52125;
}

.benefit-box:hover h6,
.benefit-box:hover p {
  color: #fff;
}

.benefits-img img {
  transition: 0.4s;
}

.benefits-img:hover img {
  transform: scale(1.05);
}
.airfreight-section {
  background: #f5f7fb;
}

/* IMAGE STACK */
.air-stack {
  position: relative;
}

.img-big img {
  border-radius: 20px;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* SMALL IMAGE */
.img-small {
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 50%;
}

.img-small img {
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* CONTENT BOX */
.air-box {
  background: linear-gradient(135deg, #0c1e35, #162d50);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}

/* TAG */
.air-tag {
  background: #E52125;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
}

/* TEXT */
.air-box h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.air-box p {
  opacity: 0.85;
  line-height: 1.6;
  text-align: justify;
}

/* FEATURES */
.air-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.air-features span {
  background: rgba(255,255,255,0.1);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
}

/* BUTTON */
.air-btn {
  display: inline-block;
  background: #E52125;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.air-btn:hover {
  background: #fff;
  color: #000;
}

/* MOBILE */
@media (max-width: 991px) {
  .img-big img {
    height: auto;
  }

  .img-small {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .air-box {
    margin-top: 20px;
  }
}
.air-offer-sec {
  background: #f8fafc;
}

.air-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  border: 1px solid #eee;
  height: 100%;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* ICON BOX */
.icon-box {
  width: 60px;
  height: 60px;
  background: #0d6efd;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 15px;
}

/* TEXT */
.air-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.air-card p {
  font-size: 14.5px;
  color: #666;
  margin-bottom: 15px;
}

/* BUTTON */
.air-btns {
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.air-btn:hover {
  color: #000;
}

/* HOVER */
.air-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #0d6efd;
  transition: 0.4s ease;
  z-index: 0;
}

.air-card:hover::before {
  height: 100%;
}

.air-card * {
  position: relative;
  z-index: 2;
}

.air-card:hover h5,
.air-card:hover p,
.air-card:hover .air-btn {
  color: #fff;
}

.air-card:hover .icon-box {
  background: #fff;
  color: #0d6efd;
}
.lcn-air-sec {
  background: #f4f6f8;
}

/* CARD */
.lcn-card {
  background: #0c1e35;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

/* IMAGE */
.lcn-img-box {
  position: relative;
}

.lcn-img-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  margin: 15px;
}

/* ARROW BUTTON */
.lcn-arrow {
  position: absolute;
  bottom: 10px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #E52125;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTENT */
.lcn-content {
  padding: 15px 20px 25px;
}

.lcn-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.lcn-content p {
  font-size: 13.5px;
  color: white;
}

/* SMALL ICON */
.lcn-icon {
  margin-top: 15px;
  width: 48px;
  height: 48px;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #E52125;
}

/* HOVER */
.lcn-card:hover {
  transform: translateY(-6px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lcn-img-box img {
    height: 160px;
  }
}
.lcn-project-about {
  background: #f7f9fc;
}

/* LEFT CONTENT */
.lcn-project-content h2 {
  font-family: 'Montserrat', sans-serif;
}

.lcn-project-content p {
  color: black;
  font-size: 15px;
  line-height: 1.7;
}

/* BADGE */
.lcn-badge {
  background: #E52125;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

/* PROJECT LIST */
.lcn-project-list{
    list-style: none;

    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;

    gap: 20px;
}

/* TWO ITEMS IN ONE ROW */
.lcn-project-list li{
    width: calc(50% - 10px);

    background: #f7f9fc;

    padding: 16px 20px;

    border-radius: 14px;

    font-size: 15px;
    font-weight: 600;

    color: #0c1e35;

    border-left: 4px solid #E52125;
}

/* MOBILE */
@media(max-width:767px){

    .lcn-project-list li{
        width: 100%;
    }

}
/* BUTTON */
.lcn-project-btn {
  background: #E52125;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.lcn-project-btn:hover {
  background: #000;
  color: #fff;
}

/* IMAGE */
.lcn-project-img {
  position: relative;
}

.lcn-project-img img {
  width: 100%;
  border-radius: 20px;
  transition: 0.4s;
}

/* BORDER FRAME EFFECT */
.lcn-project-img::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  border: 3px solid #E52125;
  border-radius: 20px;
  z-index: -1;
}

.lcn-project-img:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lcn-project-about {
    text-align: center;
  }

  .lcn-project-list li {
    text-align: left;
  }
}
.lcn-why-project {
  background: #0c1e35;
}

/* LEFT */
.lcn-why-left p {
  color: black;
  font-size: 15px;
  line-height: 1.7;
}

/* BUTTON */
.lcn-why-btn {
  background: #E52125;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
}

.lcn-why-btn:hover {
  background: #000;
  color: #fff;
}

/* CARD */
.lcn-why-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #eee;
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 50px;
}

.lcn-why-card h6 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 22px;
}

.lcn-why-card p {
  font-size: 14px;
  color: black;
}

/* LEFT BORDER ACCENT */
.lcn-why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #E52125;
  transition: 0.4s;
}

/* HOVER EFFECT */
.lcn-why-card:hover {
  transform: translateY(-6px);
  background: #E52125;
}

.lcn-why-card:hover h6,
.lcn-why-card:hover p {
  color: #fff;
}

.lcn-why-card:hover::before {
  background: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lcn-why-project {
    text-align: center;
  }
}
/* SECTION */
.lcn-proj-services {
  background: #f8fafc;
}

/* TIMELINE */
.lcn-timeline {
  position: relative;
  margin: 0 auto;
}

/* CENTER LINE */
.lcn-timeline::before {
  content: "";
  position: absolute;
  width: 3px;
  background: #E52125;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ITEM */
.lcn-timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
}

/* LEFT SIDE */
.lcn-timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

/* RIGHT SIDE */
.lcn-timeline-item:nth-child(even) {
  left: 50%;
}

/* CONTENT BOX */
.lcn-timeline-content {
  background: #0b1c39;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  position: relative;
  transition: 0.4s;
}

/* STEP NUMBER */
.lcn-timeline-content .step {
  display: inline-block;
  font-weight: bold;
  color: #E52125;
  margin-bottom: 5px;
  font-size: 18px;
}

/* TEXT */
.lcn-timeline-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.lcn-timeline-content p {
  font-size: 14px;
  color: white;
}

/* DOT */
.lcn-timeline-item::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #E52125;
  border-radius: 50%;
  top: 30px;
  right: -7px;
}

.lcn-timeline-item:nth-child(even)::after {
  left: -7px;
}

/* HOVER */
.lcn-timeline-content:hover {
  transform: translateY(-6px);
  background: #E52125;
}

.lcn-timeline-content:hover h5,
.lcn-timeline-content:hover p {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .lcn-timeline::before {
    left: 8px;
  }

  .lcn-timeline-item {
    width: 100%;
    padding-left: 30px;
    padding-right: 15px;
    text-align: left !important;
    left: 0 !important;
  }

  .lcn-timeline-item::after {
    left: 0;
  }
}
/* SECTION BG */
.lcn-iso-section {
  background: linear-gradient(135deg, #f8fafc 60%, #eef4ff 100%);
}

/* LEFT CONTENT */
.lcn-iso-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

/* BADGE */
.lcn-iso-badge {
  display: inline-block;
  background: #E52125;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

/* FEATURES GRID */
.lcn-iso-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 14.5px;
}

.lcn-iso-features div {
  background: #E52125;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #eee;
  color: white;
  
}

/* BUTTON */
.lcn-iso-btn {
  background: #E52125;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.lcn-iso-btn:hover {
  background: #000;
  color: #fff;
}

/* IMAGE WRAPPER */
.lcn-iso-img-wrap {
  position: relative;
}

.lcn-iso-img-wrap img {
  width: 100%;
  border-radius: 20px;
  transition: 0.4s;
}

/* DOUBLE FRAME EFFECT */
.lcn-iso-img-wrap::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 100%;
  height: 100%;
  border: 2px dashed #E52125;
  border-radius: 20px;
  z-index: -1;
}

.lcn-iso-img-wrap::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  border: 3px solid #E52125;
  border-radius: 20px;
  z-index: -1;
}

/* HOVER EFFECT */
.lcn-iso-img-wrap:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lcn-iso-section {
    text-align: center;
  }

  .lcn-iso-features {
    grid-template-columns: 1fr;
  }
}
/* SECTION */
.lcn-iso-alt {
  background: #f5f7fb;
}

/* WRAPPER */
.lcn-iso-wrapper {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* LEFT IMAGE PANEL */
.lcn-iso-left {
  position: relative;
  width: 40%;
}

.lcn-iso-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.lcn-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.lcn-overlay h3 {
  font-weight: 700;
}

.lcn-overlay p {
  font-size: 14px;
}

/* RIGHT CONTENT */
.lcn-iso-right {
  width: 60%;
  padding: 40px;
}

.lcn-iso-right p {
  color: #666;
  font-size: 15px;
}

/* GRID */
.lcn-iso-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* BOX */
.lcn-box {
  background: #0c1e35;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.lcn-box h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.lcn-box p {
  font-size: 13.5px;
  color: white;
}

/* HOVER */
.lcn-box:hover {
  background: #E52125;
  transform: translateY(-4px);
}

.lcn-box:hover h6,
.lcn-box:hover p {
  color: #fff;
}

/* BUTTON */
.lcn-iso-btn {
  background: #E52125;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
}

.lcn-iso-btn:hover {
  background: #000;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .lcn-iso-wrapper {
    flex-direction: column;
  }

  .lcn-iso-left,
  .lcn-iso-right {
    width: 100%;
  }

  .lcn-iso-left {
    height: 250px;
  }

  .lcn-iso-grid {
    grid-template-columns: 1fr;
  }

}
/* SECTION */
.lcn-iso-core {
  background: #0c1e35;
}

/* CARD */
.lcn-core-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  text-align: left;
  border: 1px solid #eee;
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* ICON */
.lcn-icon {
  width: 55px;
  height: 55px;
  background: #E52125;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

/* TEXT */
.lcn-core-card h6 {
  font-weight: 600;
  margin-bottom: 8px;
 
}

.lcn-core-card p {
  font-size: 14px;
  color: #666;
}

/* HOVER EFFECT */
.lcn-core-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #E52125;
  transition: 0.4s;
  z-index: 0;
}

.lcn-core-card:hover::before {
  height: 100%;
}

.lcn-core-card * {
  position: relative;
  z-index: 2;
}

.lcn-core-card:hover h6,
.lcn-core-card:hover p {
  color: #fff;
}

.lcn-core-card:hover .lcn-icon {
  background: #fff;
  color: #0c1e35;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lcn-core-card {
    text-align: center;
  }
}
a.youtube-button {
  font-family: inherit;
  font-size: 16px;
  background: linear-gradient(to bottom, #ff0000 0%, #ff5050 100%);
  color: white;
  padding: 0.8em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

a.youtube-button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

a.youtube-button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

a.youtube-button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

a.youtube-button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

a.youtube-button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

a.youtube-button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

a.youtube-button:hover svg {
  transform: rotate(45deg);
}
.primary-button {
 font-family: 'Ropa Sans', sans-serif;
    /* font-family: 'Valorant', sans-serif; */
 color: white;
 cursor: pointer;
 font-size: 13px;
 font-weight: bold;
 letter-spacing: 0.05rem;
 border: 1px solid #0E1822;
 padding: 0.8rem 2.1rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %230b1c39 %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2'%3E%3Cg id='Layer_1-2'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
 background-color: #E52125;
 background-size: 200%;
 background-position: 200%;
 background-repeat: no-repeat;
 transition: 0.3s ease-in-out;
 transition-property: background-position, border, color;
 position: relative;
 z-index: 1;
}

.primary-button:hover {
 border: 1px solid #0b1c39;
 color: white;
 background-position: 40%;
}

.primary-button:before {
 content: "";
 position: absolute;
 background-color: #0E1822;
 width: 0.2rem;
 height: 0.2rem;
 top: -1px;
 left: -1px;
 transition: background-color 0.15s ease-in-out;
}

.primary-button:hover:before {
 background-color: white;
}

.primary-button:hover:after {
 background-color: white;
}

.primary-button:after {
 content: "";
 position: absolute;
 background-color: #0b1c39;
 width: 0.3rem;
 height: 0.3rem;
 bottom: -1px;
 right: -1px;
 transition: background-color 0.15s ease-in-out;
}
.button-borders {
 position: relative;
 width: fit-content;
 height: fit-content;
}

.button-borders:before {
 content: "";
 position: absolute;
 width: calc(100% + 0.5em);
 height: 50%;
 left: -0.3em;
 top: -0.3em;
 border: 1px solid #0E1822;
 border-bottom: 0px;
    /* opacity: 0.3; */
}

.button-borders:after {
 content: "";
 position: absolute;
 width: calc(100% + 0.5em);
 height: 50%;
 left: -0.3em;
 bottom: -0.3em;
 border: 1px solid #0E1822;
 border-top: 0px;
    /* opacity: 0.3; */
 z-index: 0;
}

.shape {
 fill: #0E1822;
}
.lkc-air2-section {
  padding: 80px 0;
  font-family: 'IM Fell Great Primer SC', serif;
  background: #ffffff;
}

/* LEFT */
.lkc-air2-left {
  position: sticky;
  top: 100px;
}

.lkc-air2-left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0c1e35;
}

.lkc-air2-left p {
  color: #666;
  margin-top: 15px;
}

/* TIMELINE */
.lkc-air2-timeline {
  position: relative;
  padding-left: 40px;
}

/* vertical line */
.lkc-air2-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #e5e5e5;
}

/* ITEM */
.lkc-air2-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

/* DOT */
.lkc-air2-dot {
  position: absolute;
  left: -2px;
  background: #E52125;
  color: #fff;
  font-size: 12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: 0.3s;
}

/* CONTENT */
.lkc-air2-content {
  background: #0b1c39;
  padding: 20px 25px;
  border-radius: 10px;
  margin-left: 40px;
  transition: 0.3s;
  width: 100%;
  color: white;
}

/* TEXT */
.lkc-air2-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.lkc-air2-content p {
  color: white;
  font-size: 14px;
}

/* HOVER EFFECT */
.lkc-air2-item:hover .lkc-air2-dot {
  background: #E52125;
  transform: scale(1.1);
}

.lkc-air2-item:hover .lkc-air2-content {
  background: #0c1e35;
  color: #fff;
}

.lkc-air2-item:hover .lkc-air2-content p {
  color: #ddd;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lkc-air2-left {
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }

  .lkc-air2-left h2 {
    font-size: 28px;
  }

  .lkc-air2-timeline {
    padding-left: 20px;
  }
}
.lkc-custom-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8fbff, #eef3f9);
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lkc-custom-title {
  font-size: 40px;
  font-weight: 700;
  color: #0c1e35;
  margin-bottom: 20px;
}

/* TEXT */
.lkc-custom-content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
}

/* BUTTON */
.lkc-custom-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #0c1e35;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.lkc-custom-btn:hover {
  background: #ff6b00;
  transform: translateY(-3px);
}

/* IMAGE */
.lkc-custom-img {
  position: relative;
  text-align: center;
}

.lkc-custom-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* OPTIONAL DECORATION */
.lkc-custom-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #0c1e35;
  top: 15px;
  left: 15px;
  border-radius: 15px;
  z-index: -1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lkc-custom-title {
    font-size: 28px;
    text-align: center;
  }

  .lkc-custom-content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.lkc-offer-section {
  padding: 50px 0;
  background: #0b1c39;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* HEADER */
.lkc-offer-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: white;
}

.lkc-offer-header p {
  max-width: 750px;
  margin: 15px auto 40px;
  color: white;
  line-height: 1.7;
}

/* ITEM */
.lkc-offer-item {
  display: flex;
  gap: 15px;
  background: #E52125;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  border-bottom: 6px solid white;
}

/* ICON */
.lkc-offer-icon {
  width: 55px;
  height: 55px;
  background: #0c1e35;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

/* TEXT */
.lkc-offer-item h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.lkc-offer-item p {
  font-size: 14px;
  color: white;
  margin: 0;
}

/* HOVER */
.lkc-offer-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.lkc-offer-item:hover .lkc-offer-icon {
  background: white;
  border: #0c1e35 2px solid;
  color: #0b1c39;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lkc-offer-header h2 {
    font-size: 26px;
  }

  .lkc-offer-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.lkc-why-scroll-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* HEADER */
.lkc-why-scroll-header {
  max-width: 700px;
  margin: 0 auto 50px;
}

.lkc-why-scroll-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.lkc-why-scroll-header p {
  color: #555;
  margin-top: 15px;
}

/* CARD */
.lkc-why-scroll-card {
  background-color: #0c1e35;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

/* NUMBER */
.lkc-why-scroll-card span {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

/* TEXT */
.lkc-why-scroll-card h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.lkc-why-scroll-card p {
  font-size: 14px;
  color: #cfd8e3;
}

/* HOVER */
.lkc-why-scroll-card:hover {
  background: #E52125;
  transform: translateY(-8px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lkc-why-scroll-header h2 {
    font-size: 26px;
  }
}
.hero-section {
  padding: 40px;
  background: #f5f5f5;
}

/* MAIN BOX */
.hero-box {
  background: #0c1e35;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 60px;
}

/* ORANGE SHAPE RIGHT */
.hero-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background:#E52125;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  z-index: 1;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content h1 span {
  color: #E52125;
}

.hero-content p {
  margin-top: 15px;
  color: #dcdcdc;
  font-size: 16px;
  max-width: 500px;
}

/* BUTTON */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  background: #E52125;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.arrow-circle {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #E52125;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.hero-btn:hover .arrow-circle {
  transform: translateX(6px);
}

/* IMAGE */
.hero-img {
  position: relative;
  z-index: 2;
  text-align: right;
}

.hero-img img {
  max-width: 100%;
  height: auto;
}

/* ================= */
/* RESPONSIVE */
/* ================= */

@media (max-width: 992px) {
  .hero-box {
    padding: 40px 20px;
  }

  .hero-box::after {
    width: 100%;
    height: 40%;
    bottom: 0;
    top: auto;
    border-radius: 0;
  }

  .hero-img {
    text-align: center;
    margin-top: 30px;
  }


}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 26px;
  }

  .hero-btn {
    padding: 10px 18px;
  }
}
.lkc-lastmile-section {
  padding: 40px 0;
  background: #f8fbff;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lkc-lastmile-title {
  font-size: 40px;
  font-weight: 700;
  color: #0c1e35;
  margin-bottom: 20px;
}

/* TEXT */
.lkc-lastmile-content p {
  color: black;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* LIST */
.lkc-lastmile-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.lkc-lastmile-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
  color: black;
}

/* CUSTOM ICON */
.lkc-lastmile-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff6b00;
  font-weight: bold;
}

/* BUTTON */
.lkc-lastmile-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #0c1e35;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.lkc-lastmile-btn:hover {
  background: #ff6b00;
  transform: translateY(-3px);
}

/* IMAGE */
.lkc-lastmile-img {
  position: relative;
}

.lkc-lastmile-img img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* BACKGROUND SHAPE */
.lkc-lastmile-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0c1e35;
  border-radius: 15px;
  top: 20px;
  left: 20px;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lkc-lastmile-title {
    font-size: 28px;
    text-align: center;
  }

  .lkc-lastmile-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .lkc-lastmile-list li {
    text-align: left;
  }
}
.lkc-lm-switch {
  padding: 100px 0;
  background: linear-gradient(135deg, #0c1e35, #162f52);
  color: #fff;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TEXT */
.lkc-lm-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  transition: 0.4s;
}

.lkc-lm-content p {
  color: #cfd8e3;
  line-height: 1.7;
  transition: 0.4s;
}

/* TABS */
.lkc-lm-tabs {
  margin-top: 30px;
}

.lkc-lm-tabs button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  margin-right: 10px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.lkc-lm-tabs button:hover,
.lkc-lm-tabs button.active {
  background: #ff6b00;
  transform: scale(1.1);
}

/* IMAGE */
.lkc-lm-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  animation: float 4s ease-in-out infinite;
}

/* FLOAT ANIMATION */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lkc-lm-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .lkc-lm-content h2 {
    font-size: 26px;
  }
}
.lkc-lm-stack {
  padding: 100px 0;
  background: #f5f9ff;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* HEADER */
.lkc-lm-head h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0c1e35;
}

.lkc-lm-head p {
  color: #666;
  margin-top: 10px;
}

/* WRAPPER */
.lkc-lm-stack-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

/* CARD */
.lkc-lm-card {
  width: 200px;
  height: 220px;
  position: relative;
  perspective: 1000px;
}

/* FRONT */
.lkc-lm-front {
  background: #0c1e35;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  height: 100%;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
}

/* BACK */
.lkc-lm-back {
  background: #ff6b00;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* HOVER FLIP */
.lkc-lm-card:hover .lkc-lm-front {
  transform: rotateY(180deg);
}

.lkc-lm-card:hover .lkc-lm-back {
  transform: rotateY(360deg);
}

/* TEXT */
.lkc-lm-back h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.lkc-lm-back p {
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lkc-lm-head h2 {
    font-size: 26px;
  }

  .lkc-lm-card {
    width: 100%;
    max-width: 280px;
  }
}
.lkc-serve-section {
  background: #ef1c1c;
  padding: 80px 0;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* TITLE */
.lkc-serve-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

/* BUTTON */
.lkc-serve-btn {
  background: #0c1e35;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.lkc-serve-btn:hover {
  background: #ff6b00;
}

/* CARD */
.lkc-serve-card {
  position: relative;
  background: #f4f4f4;
  padding: 25px;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  border-top: 5px solid #0c1e35;
  transition: 0.3s;
}

/* GRID BACKGROUND */
.lkc-serve-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ddd 1px, transparent 1px),
                    linear-gradient(90deg, #ddd 1px, transparent 1px);
  background-size: 25px 25px;
  opacity: 0.3;
  z-index: 0;
}

/* CONTENT */
.lkc-serve-card h5,
.lkc-serve-card p {
  position: relative;
  z-index: 2;
}

.lkc-serve-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.lkc-serve-card p {
  font-size: 14px;
  color: #666;
}

/* NUMBER */
.lkc-num {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 120, 100, 0.3);
  z-index: 1;
}

/* HOVER */
.lkc-serve-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lkc-serve-title {
    font-size: 26px;
  }

  .lkc-serve-btn {
    margin-top: 10px;
  }
}
     .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5c;
  }
  .logix-gallery {
  padding: 50px 0;
  font-family: 'IM Fell Great Primer SC', serif;

}

/* TITLE */
.logix-title {
  font-size: 38px;
  font-weight: 800;
  color: white;
}

#lkc-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0c1e35;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: 'IM Fell Great Primer SC', serif;
}

/* CENTER BOX */
.lkc-loader {
  text-align: center;
  width: 90%;
  max-width: 300px;
}

/* LOGO */
.lkc-logo {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* TRACK LINE */
.lkc-track {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

/* MOVING CONTAINER */
.lkc-container-box {
  width: 50px;
  height: 20px;
  background: #ff6b00;
  position: absolute;
  top: -8px;
  border-radius: 4px;
  animation: moveBox 2s linear infinite;
}

/* ANIMATION */
@keyframes moveBox {
  0% { left: -60px; }
  50% { left: 60%; }
  100% { left: 100%; }
}

/* TEXT */
.lkc-loading-text {
  color: #cfd8e3;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lkc-logo {
    font-size: 22px;
  }
}
/* INPUT GROUP */
.lx-input-group {
  position: relative;
}

/* ICON */
.lx-input-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
}

/* INPUT */
.lx-input {
  width: 100%;
  padding: 12px 15px 12px 45px; /* space for icon */
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}

/* TEXTAREA */
.lx-textarea {
  height: 120px;
  resize: none;
}

/* TEXTAREA ICON FIX */
.lx-input-group.textarea i {
  top: 20px;
  transform: none;
}

/* FOCUS EFFECT */
.lx-input:focus {
  border-color: #e52125;
  box-shadow: 0 0 0 2px rgba(229,33,37,0.1);
}

/* BUTTON */
.lx-submit-btn {
  background: #e52125;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.lx-submit-btn:hover {
  background: #0c2b33;
}

/* SECTION */
.glass-contact-section {
  padding: 90px 0;
  background: #ffffff;
}

/* CARD */
.glass-contact-card {
  position: relative;
  background: #ffffff;
  border: 2px solid #e52125;
  border-radius: 24px;
  padding: 40px 25px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s ease;
  box-shadow: 0 10px 30px rgba(12, 30, 53, 0.06);
  height: 100%;
  z-index: 1;
}

/* TOP CIRCLE */
.glass-top-shape {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 160px;
  height: 160px;
  background: #e52125;
  border-radius: 50%;
  opacity: 0.08;
  animation: pulseShape 5s infinite ease-in-out;
}

/* ICON */
.glass-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  background: #0c1e35;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(12, 30, 53, 0.18);
}

/* ICON SHINE */
.glass-icon::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 140%;
  background: rgba(255,255,255,0.3);
  top: -20%;
  left: -60px;
  transform: rotate(25deg);
  animation: shineMove 3s infinite linear;
}

/* TITLE */
.glass-contact-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0c1e35;
  transition: 0.3s;
}

/* TEXT */
.glass-contact-card p {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  margin: 0;
}

/* HOVER */
.glass-contact-card:hover {
  transform: translateY(-14px);
  border-color: #e52125;
  box-shadow: 0 20px 50px rgba(229, 33, 37, 0.12);
}

/* ICON HOVER */
.glass-contact-card:hover .glass-icon {
  background: #e52125;
  transform: rotate(10deg) scale(1.1);
  border-radius: 50%;
}

/* TITLE HOVER */
.glass-contact-card:hover h4 {
  color: #e52125;
}

/* ANIMATED BORDER */
.glass-contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 2px dashed #0c1e35;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.5s ease;
}

.glass-contact-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* ANIMATIONS */
@keyframes pulseShape {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shineMove {
  0% {
    left: -60px;
  }
  100% {
    left: 130px;
  }
}

/* MOBILE */
@media(max-width:768px){

  .glass-contact-card {
    padding: 35px 20px;
  }

  .glass-icon {
    width: 68px;
    height: 68px;
    font-size: 24px;
  }

  .glass-contact-card h4 {
    font-size: 21px;
  }

}
/* TITLE AREA */
.glass-section-title {
  margin-bottom: 10px;
}

/* TITLE ROW */
.glass-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

/* SMALL ICON */
.glass-title-icon {
  width: 52px;
  height: 52px;
  background: #0c1e35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  animation: pulseIcon 3s infinite;
  box-shadow: 0 8px 18px rgba(12, 30, 53, 0.12);
}

/* ROTATING RING */
.glass-title-icon::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  border: 1.5px dashed #e52125;
  border-radius: 50%;
  animation: rotateRing 10s linear infinite;
}

/* MEDIUM TITLE */
.glass-title-row h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0c1e35;
  margin: 0;
  /* text-align: left; */
  line-height: 1;
}

/* SUBTITLE */
.glass-section-title p {
  max-width: 650px;
  margin: auto;
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

/* ANIMATION */
@keyframes rotateRing {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

/* MOBILE */
@media(max-width:768px){

  .glass-title-row h2 {
    font-size: 24px;
  }

  .glass-title-icon {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .glass-title-icon::after {
    width: 58px;
    height: 58px;
  }

}

/* SUBTITLE */
.logix-subtitle {
  color: #e52125;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logix-subtitle i {
  margin-right: 8px;
}

/* TITLE */
.logix-title {
  font-size: 42px;
  font-weight: 700;
  color: #0c1e35;
  margin-bottom: 15px;
}


/* ========================= */
/* WHY CHOOSE US */
/* ========================= */

.cargo-edge-section{
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
}

/* ========================= */
/* HEADING */
/* ========================= */

.cargo-edge-heading{
    text-align: center;
    margin-bottom: 60px;
}

.cargo-edge-tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #0c1e35;
    color: #fff;

    padding: 10px 18px;
    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 18px;
}

.cargo-edge-tag i{
    font-size: 13px;
}

/* TITLE */
.cargo-edge-heading h2{
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;

    color: #0c1e35;

    max-width: 700px;
    margin: auto;
}

/* ========================= */
/* WRAPPER */
/* ========================= */

.cargo-edge-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

/* ========================= */
/* CARD */
/* ========================= */

.cargo-edge-box{
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 28px;

    background: #f7f9fc;

    border-radius: 20px;

    transition: 0.4s ease;

    border-left: 4px solid transparent;
}

/* HOVER */
.cargo-edge-box:hover{
    transform: translateY(-6px);

    border-left: 4px solid #E52125;

    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* ========================= */
/* ICON */
/* ========================= */

.cargo-edge-icon{
    width: 60px;
    height: 60px;

    background: linear-gradient(135deg,#E52125,#ff6b6b);

    border-radius: 16px;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-shrink: 0;

    transition: 0.4s;
}

.cargo-edge-box:hover .cargo-edge-icon{
    transform: rotate(-8deg) scale(1.08);
}

.cargo-edge-icon i{
    color: #fff;
    font-size: 22px;
}

/* ========================= */
/* NUMBER */
/* ========================= */

.cargo-edge-number{
    position: absolute;
    top: 15px;
    right: 18px;

    font-size: 38px;
    font-weight: 800;

    color: rgba(12,30,53,0.07);

    line-height: 1;
}

/* ========================= */
/* CONTENT */
/* ========================= */

.cargo-edge-content h3{
    font-size: 20px;
    font-weight: 700;

    color: #0c1e35;

    margin-bottom: 10px;
    line-height: 1.4;
}

.cargo-edge-content p{
    color: #667085;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:991px){

    .cargo-edge-wrapper{
        grid-template-columns: 1fr;
    }

    .cargo-edge-heading h2{
        font-size: 30px;
    }

}

@media(max-width:767px){

    .cargo-edge-section{
        padding: 70px 0;
    }

    .cargo-edge-heading{
        margin-bottom: 40px;
    }

    .cargo-edge-heading h2{
        font-size: 24px;
    }

    .cargo-edge-box{
        padding: 24px;
    }

    .cargo-edge-content h3{
        font-size: 18px;
    }

    .cargo-edge-content p{
        font-size: 13px;
    }

    .cargo-edge-icon{
        width: 52px;
        height: 52px;
    }

    .cargo-edge-icon i{
        font-size: 18px;
    }

    .cargo-edge-number{
        font-size: 28px;
    }

}




/* ========================= */
/* MODERN OCEAN SERVICES */
/* ========================= */

.cargo-orbit-section{
    position: relative;

    padding: 20px 0;

    background: linear-gradient(135deg,#08131f,#10243d);

    overflow: hidden;
}

/* ========================= */
/* HEADING */
/* ========================= */

.cargo-orbit-heading{
    text-align: center;

    margin-bottom: 90px;
}

.cargo-orbit-tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: rgba(255,255,255,0.08);

    color: #fff;

    padding: 10px 18px;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 18px;
}

.cargo-orbit-heading h2{
    font-size: 44px;
    line-height: 1.3;
    font-weight: 800;

    color: #fff;
}

/* ========================= */
/* WRAPPER */
/* ========================= */

.cargo-orbit-wrapper{
    position: relative;

    width: 850px;
    height: 850px;

    margin: auto;
}

/* ========================= */
/* CENTER */
/* ========================= */

.cargo-orbit-center{
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%,-50%);

    width: 250px;
    height: 250px;

    background: rgba(255,255,255,0.06);

    border: 2px solid rgba(255,255,255,0.08);

    border-radius: 50%;

    backdrop-filter: blur(10px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 5;
}

.cargo-orbit-core{
    width: 95px;
    height: 95px;

    background: linear-gradient(135deg,#E52125,#ff5e5e);

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 18px;

    box-shadow: 0 15px 35px rgba(229,33,37,0.4);
}

.cargo-orbit-core i{
    color: #fff;
    font-size: 38px;
}

.cargo-orbit-center h3{
    color: #fff;

    font-size: 28px;
    font-weight: 700;
}

/* ========================= */
/* CARD */
/* ========================= */

.cargo-orbit-card{
    position: absolute;

    width: 220px;

    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(12px);

    border-radius: 24px;

    padding: 24px 20px;

    text-align: center;

    transition: 0.4s;
}

.cargo-orbit-card:hover{
    transform: translateY(-10px) scale(1.03);

    background: rgba(255,255,255,0.08);
}

/* ICON */
.cargo-orbit-icon{
    width: 70px;
    height: 70px;

    background: linear-gradient(135deg,#E52125,#ff7070);

    border-radius: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: auto auto 18px;
}

.cargo-orbit-icon i{
    color: #fff;
    font-size: 28px;
}

/* TITLE */
.cargo-orbit-card h4{
    color: #fff;

    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;

    margin: 0;
}

/* ========================= */
/* POSITIONING */
/* ========================= */

.orbit-one{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-two{
    top: 120px;
    right: 0;
}

.orbit-three{
    top: 340px;
    right: -40px;
}

.orbit-four{
    bottom: 70px;
    right: 90px;
}

.orbit-five{
    bottom: 70px;
    left: 90px;
}

.orbit-six{
    top: 340px;
    left: -40px;
}

.orbit-seven{
    top: 120px;
    left: 0;
}
/* ========================= */
/* MOBILE RESPONSIVE FIX */
/* ========================= */

@media(max-width:991px){

    .cargo-orbit-wrapper{
        width: 100%;
        height: auto;

        display: flex;
        flex-direction: column;
        gap: 25px;

        align-items: center;
    }

    /* CENTER BOX NORMAL */
    .cargo-orbit-center{
        position: relative;

        top: auto;
        left: auto;

        transform: none;

        width: 100%;
        max-width: 350px;
        height: 220px;

        margin-bottom: 10px;
    }

    /* ALL CARDS NORMAL */
    .cargo-orbit-card{
        position: relative;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        transform: none !important;

        width: 100%;
        max-width: 350px;
    }

}

/* MOBILE */
@media(max-width:767px){

    .cargo-orbit-section{
        padding: 80px 0;
    }

    .cargo-orbit-heading h2{
        font-size: 28px;
    }

  .cargo-orbit-center {
        height: 200px;
        border: none;
        border-radius: 10px;}

    .cargo-orbit-core{
        width: 80px;
        height: 80px;
    }

    .cargo-orbit-core i{
        font-size: 30px;
    }

    .cargo-orbit-center h3{
        font-size: 22px;
    }

    .cargo-orbit-card{
        padding: 22px 18px;
    }

    .cargo-orbit-card h4{
        font-size: 16px;
    }

}

/* ========================= */
/* OCEAN TRUST SECTION */
/* ========================= */

.ocean-trust-section{
    padding: 100px 0;

    background: #f7f9fc;

    overflow: hidden;
}

/* MAIN BOX */
.ocean-trust-box{
    position: relative;

    background: linear-gradient(135deg,#0c1e35,#102b49);

    border-radius: 35px;

    padding: 60px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;

    overflow: hidden;
}

/* BACKGROUND EFFECT */
.ocean-trust-box::before{
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    background: rgba(229,33,37,0.08);

    border-radius: 50%;

    top: -120px;
    right: -120px;
}

/* ========================= */
/* LEFT */
/* ========================= */

.ocean-trust-left{
    display: flex;
    align-items: flex-start;
    gap: 25px;

    position: relative;
    z-index: 2;

    flex: 1;
}

/* ICON */
.ocean-trust-icon{
    min-width: 90px;
    height: 90px;

    background: linear-gradient(135deg,#E52125,#ff6969);

    border-radius: 24px;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 18px 35px rgba(229,33,37,0.35);
}

.ocean-trust-icon i{
    color: #fff;

    font-size: 20px;
}

/* TAG */
.ocean-trust-tag{
    display: inline-block;

    background: rgba(255,255,255,0.08);

    color: #fff;

    padding: 8px 16px;

    border-radius: 50px;

    font-size: 12px;
    font-weight: 600;

    margin-bottom: 18px;
}

/* TITLE */
.ocean-trust-content h2{
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;

    color: #fff;

    margin-bottom: 18px;
}

/* TEXT */
.ocean-trust-content p{
  text-align: justify;
    color: rgba(255,255,255,0.75);

    font-size: 15px;
    line-height: 1.9;

    margin: 0;

    max-width: 700px;
}

/* ========================= */
/* RIGHT */
/* ========================= */

.ocean-trust-right{
    display: flex;
    gap: 20px;

    position: relative;
    z-index: 2;
}

/* STAT BOX */
.ocean-trust-item{
    min-width: 170px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(10px);

    border-radius: 24px;

    padding: 30px 25px;

    text-align: center;

    transition: 0.4s;
}

.ocean-trust-item:hover{
    transform: translateY(-8px);

    background: rgba(255,255,255,0.1);
}

/* NUMBER */
.ocean-trust-item h3{
    font-size: 38px;
    font-weight: 800;

    color: #E52125;

    margin-bottom: 10px;
}

/* TEXT */
.ocean-trust-item span{
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.6;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:991px){

    .ocean-trust-box{
        flex-direction: column;
        align-items: flex-start;

        padding: 45px;
    }

    .ocean-trust-right{
        width: 100%;

        justify-content: space-between;
    }

    .ocean-trust-content h2{
        font-size: 34px;
    }

}

@media(max-width:767px){

    .ocean-trust-section{
        padding: 70px 0;
    }

    .ocean-trust-box{
        padding: 30px 25px;

        border-radius: 25px;
    }

    .ocean-trust-left{
        flex-direction: column;
    }

    .ocean-trust-content h2{
        font-size: 26px;
    }

    .ocean-trust-right{
        flex-direction: column;
    }

    .ocean-trust-item{
        width: 100%;
    }

    .ocean-trust-icon{
        min-width: 75px;
        height: 75px;
    }

    .ocean-trust-icon i{
        font-size: 30px;
    }

}

/* ========================= */
/* NEO SERVICE SECTION */
/* ========================= */

.neo-service-section{
    padding: 110px 0;

    background: #f4f7fb;

    overflow: hidden;
}

/* ========================= */
/* HEADING */
/* ========================= */

.neo-service-heading{
    text-align: center;

    margin-bottom: 70px;
}

.neo-service-heading span{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #fff;

    padding: 10px 18px;

    border-radius: 50px;

    color: #E52125;

    font-size: 13px;
    font-weight: 700;

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);

    margin-bottom: 18px;
}

.neo-service-heading h2{
    font-size: 46px;
    line-height: 1.3;
    font-weight: 800;

    color: #0c1e35;

    max-width: 750px;

    margin: auto;
}

/* ========================= */
/* LAYOUT */
/* ========================= */

.neo-service-layout{
    display: grid;
    grid-template-columns: 1.2fr 1fr;

    gap: 30px;
}

/* ========================= */
/* MAIN CARD */
/* ========================= */

.neo-service-main{
    position: relative;

    background: linear-gradient(135deg,#0c1e35,#163454);

    border-radius: 35px;

    padding: 55px;

    overflow: hidden;

    min-height: 500px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* BG EFFECT */
.neo-service-main::before{
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    background: rgba(229,33,37,0.08);

    border-radius: 50%;

    right: -150px;
    top: -120px;
}

/* ICON */
.neo-service-main-icon{
    width: 110px;
    height: 110px;

    background: linear-gradient(135deg,#E52125,#ff6d6d);

    border-radius: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 20px 40px rgba(229,33,37,0.25);

    position: relative;
    z-index: 2;
}

.neo-service-main-icon i{
    color: #fff;

    font-size: 42px;
}

/* CONTENT */
.neo-service-main-content{
    position: relative;
    z-index: 2;
}

.neo-service-main-content h3{
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;

    color: #fff;

    margin-bottom: 20px;
}

.neo-service-main-content p{
    color: rgba(255,255,255,0.78);

    font-size: 16px;
    line-height: 1.9;

    max-width: 550px;

    margin-bottom: 30px;
}

/* BUTTON */
.neo-service-main-content a{
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #fff;

    color: #0c1e35;

    padding: 14px 28px;

    border-radius: 50px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: 0.4s;
}

.neo-service-main-content a:hover{
    transform: translateY(-5px);
}

/* ========================= */
/* GRID */
/* ========================= */

.neo-service-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);

    gap: 25px;
}

/* CARD */
.neo-service-card{
    background: #fff;

    border-radius: 28px;

    padding: 30px 26px;

    min-height: 235px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: 0.4s;

    border: 1px solid #edf1f7;
}

.neo-service-card:hover{
    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* TOP */
.neo-card-top{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.neo-card-top i{
    width: 70px;
    height: 70px;

    background: linear-gradient(135deg,#E52125,#ff7575);

    border-radius: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;

    font-size: 28px;
}

.neo-card-top span{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;

    color: #0c1e35;
}

/* TEXT */
.neo-service-card p{
    font-size: 14px;
    line-height: 1.8;

    color: #667085;

    margin: 0;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:991px){

    .neo-service-layout{
        grid-template-columns: 1fr;
    }

    .neo-service-main{
        min-height: auto;
    }

}

@media(max-width:767px){

    .neo-service-section{
        padding: 75px 0;
    }

    .neo-service-heading h2{
        font-size: 28px;
    }

    .neo-service-grid{
        grid-template-columns: 1fr;
    }

    .neo-service-main{
        padding: 35px 28px;
    }

    .neo-service-main-content h3{
        font-size: 30px;
    }

    .neo-service-card{
        min-height: auto;
    }

}


@media (min-width:1024px) and (max-width:1280px){
  .lxs-card {
    position: relative;
    background: #fff;
    padding: 41px 23px;
    border-radius: 20px 20px 60px 20px;
    text-align: left;
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
    box-shadow: 2px 4px 2px #666;
}
.lx-about-services{
  display:none;
}
  .hero-content h1 {
    font-size: 30px !important;
  }
.lx-about-quote{
  margin-bottom:10px;
}

}
/* ONLY FOR 1024px SCREEN */

@media (width:1024px){

  .logix-image-wrap img{
      height:125vh;
  }
  .lx-call-box h5{
    font-size: 13.5px;
  }
.content-box h1 {
    color: #fff;
    font-size: 31px !important;
    line-height: 0.95;
    margin-bottom: 35px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}
.content-box p{
    color:#d9d9d9;
    font-size:16px !important;
    line-height:2;
    margin-bottom:45px;
    font-family:'Cormorant Garamond',serif;
}
.hero-box {
    background: #0c1e35;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px !important;
}
}



/* =========================
   LOGISTICS QUOTE SECTION
========================= */

.vkquote-section{
  position: relative;
  overflow: hidden;
  background: #f4f7fb;
}

/* LEFT SIDE IMAGE */

.vkquote-image-side{
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.vkquote-image-side img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
}

.vkquote-image-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
}

/* FLOATING TEXT */

.vkquote-floating-text{
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 2;
  color: #fff;
  max-width: 500px;
}

.vkquote-floating-text span{
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.vkquote-floating-text h2{
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.vkquote-floating-text p{
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.9;
}

/* RIGHT FORM AREA */

.vkquote-form-side{
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px;
  position: relative;
}

.vkquote-form-card{
  width: 100%;
  position: relative;
  z-index: 2;
}

/* TAG */

.vkquote-tag{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background:#e63c0f ;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.vkquote-form-card h2{
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 40px;
}

/* FORM GROUP */

.vkquote-group{
  position: relative;
  margin-bottom: 24px;
}

.vkquote-input{
  width: 100%;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  padding: 18px 18px 18px 55px;
  font-size: 16px;
  background: transparent;
  transition: 0.4s ease;
  color: #111;
}

.vkquote-input:focus{
  outline: none;
  border-color: #ff6b00;
}

.vkquote-group i{
  position: absolute;
  left: 15px;
  top: 20px;
  color: #ff6b00;
  font-size: 16px;
}

textarea.vkquote-input{
  resize: none;
  min-height: 120px;
}

/* BUTTON */

.vkquote-submit{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  padding: 18px 38px;
  background: linear-gradient(135deg,#ff6b00,#ff9d00);
  color: #fff;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s ease;
  box-shadow: 0 14px 35px rgba(255,107,0,0.3);
}

.vkquote-submit:hover{
  transform: translateY(-4px);
}

/* REVIEW */

.vkquote-review{
  display: flex;
  align-items: center;
  gap: 16px;
}

.vkquote-review-text{
  font-weight: 600;
  color: #222;
}

.vkquote-stars{
  color: #ffb400;
  font-size: 15px;
}

/* RESPONSIVE */

@media(max-width:991px){

  .vkquote-image-side{
    min-height: 500px;
  }

  .vkquote-form-side{
    min-height: auto;
    padding: 50px 25px;
  }

  .vkquote-floating-text{
    left: 25px;
    bottom: 25px;
  }

  .vkquote-floating-text h2{
    font-size: 34px;
  }

  .vkquote-form-card h2{
    font-size: 36px;
  }

}

.vkserve-main-section{
  position: relative;
  padding: 100px 0;
  background:
  radial-gradient(circle at top,#073844,#021d24 60%);
  overflow: hidden;
}

/* HEADER */

.vkserve-heading-area{
  margin-bottom: 80px;
}

.vkserve-subtitle{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.vkserve-subtitle i{
  color: #ff2a2a;
}

.vkserve-main-title{
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  opacity: 0.9;
}

/* TOP LABEL */

.vkserve-top-label{
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.vkserve-top-label span{
  background: linear-gradient(135deg,#ff2a2a,#ff6b3d);
  color: #fff;
  padding: 14px 35px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(255,42,42,0.25);
}

/* LINE */

.vkserve-top-line{
  position: absolute;
  top: 240px;
  left: 18%;
  width: 64%;
  height: 3px;
  background: #ff2a2a;
}

.vkserve-top-line::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 40px;
  background: #ff2a2a;
}

.vkserve-top-line::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 40px;
  background: #ff2a2a;
}

/* BIG CARD */

.vkserve-big-card{
  background: #f8f8f8;
  border-radius: 35px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  transition: 0.4s ease;
}

.vkserve-big-card:hover{
  transform: translateY(-10px);
}

.vkserve-big-image{
  width: 45%;
  border-radius: 18px;
  overflow: hidden;
}

.vkserve-big-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vkserve-big-content{
  width: 55%;
  position: relative;
}

.vkserve-card-number{
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 90px;
  font-weight: 700;
  color: rgba(0,0,0,0.05);
}

.vkserve-card-icon{
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg,#ff2020,#ff4040);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  margin-bottom: 25px;
  box-shadow: 0 15px 35px rgba(255,32,32,0.3);
}

.vkserve-big-content h3{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}

.vkserve-big-content p{
  font-size: 17px;
  line-height: 2;
  color: #666;
}

/* SMALL CARD */

.vkserve-small-card{
  background: #f8f8f8;
  border-radius: 28px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  transition: 0.4s ease;
}

.vkserve-small-card:hover{
  transform: translateY(-8px);
}

.vkserve-small-number{
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 80px;
  font-weight: 700;
  color: rgba(255,42,42,0.08);
}

.vkserve-small-icon{
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg,#ff2020,#ff4040);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 25px;
}

.vkserve-small-card h4{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vkserve-small-card p{
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* RESPONSIVE */

@media(max-width:991px){

  .vkserve-top-line,
  .vkserve-top-label{
    display: none;
  }



  .vkserve-big-image,
  .vkserve-big-content{
    width: 100%;
  }

  .vkserve-big-content h3{
    font-size: 28px;
  }

}

/* ===================================
   PROFESSIONAL QUOTE BOX
=================================== */

.lx-about-quote{
  margin-top:10px;
  padding:15px;
  background:#ffffff;
  border-radius:18px;
  position:relative;
  overflow:hidden;
  box-shadow:0 15px 45px rgba(0,0,0,0.06);
  border:1px solid rgba(0,0,0,0.04);
  transition:.4s;
}

/* HOVER */

.lx-about-quote:hover{
  transform:translateY(-6px);
}

/* RED SIDE BAR */

.lx-about-quote::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:5px;
  height:100%;
  background:linear-gradient(to bottom,#E52125,#ff6a6d);
}

/* LIGHT GLOW */

.lx-about-quote::after{
  content:'';
  position:absolute;
  width:220px;
  height:220px;
  background:rgba(229,33,37,0.05);
  border-radius:50%;
  top:-120px;
  right:-120px;
  filter:blur(10px);
}

/* TOP */

.lx-quote-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  position:relative;
  z-index:2;
}

/* ICON */

.lx-quote-icon{
  width:52px;
  height:52px;
  background:#E52125;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  flex-shrink:0;
  box-shadow:0 10px 25px rgba(229,33,37,0.25);
}

/* LABEL */

.lx-quote-label{
  font-size:13px;
  font-weight:700;
  letter-spacing:3px;
  color:#E52125;
  text-transform:uppercase;
}

/* QUOTE */

.lx-about-quote p{
  font-size:20px;
  line-height:1.9;
  color:#111;
  font-weight:500;
  margin:0;
  position:relative;
  z-index:2;
}

/* BOTTOM */

.lx-quote-bottom{
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:28px;
  position:relative;
  z-index:2;
}

/* LINE */

.lx-line{
  width:70px;
  height:2px;
  background:#E52125;
}

/* TAGLINE */

.lx-quote-bottom h6{
  margin:0;
  font-size:18px;
  color:#e52125;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:900;
}

/* RESPONSIVE */

@media(max-width:768px){

  .lx-about-quote{
    padding:28px;
  }

  .lx-about-quote p{
    font-size:17px;
    line-height:1.8;
  }

}