.logo img {
  width: 180px;
  height: auto;
}

/* .header-text-v1{
    color:#fff;
}

.header-text-v2{
color:#000;
}
.sider-span{
    color:#000 !important;
}
.sider-span1{
    color:#fff !important;
} */
.sticky .header-main .main-menu ul li a {
  color: #000;
}
.header-main .main-menu ul li a {
  color: #000000;
}
.sticky .header-main .sidebar__toggle span {
  background-color: #000;
}

.list-area {
  color: #021423;
}

.hero-text-1 {
  font-size: 20px;
}
.text-swiper-1 {
  font-size: 27px;
  /* line-height: none !important; */
}

/* preloader */

#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: 0.8s;
}

.radar-loader {
  width: 240px;
  height: 240px;
  position: relative;
}

.logo-box {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: logoFloat 3s ease-in-out infinite;
  box-shadow: 0 0 30px rgba(5, 214, 252, 0.35);
}

.logo-box img {
  width: 80%;
}

.ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(5, 214, 252, 0.25);
}

.ring::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border-top: 3px solid #0095DA;
  border-right: 3px solid #0095DA;
  animation: rotateRing 2s linear infinite;
}

.scanner {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  background: linear-gradient(
    to right,
    rgba(5, 214, 252, 0.9),
    rgba(255, 255, 255, 0)
  );
  animation: scan 2.8s linear infinite;
}

.scanner::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0095DA;
  box-shadow: 0 0 20px #0095DA;
}

.pulse {
  position: absolute;
  inset: 35px;
  border-radius: 50%;
  border: 1px solid rgba(5, 214, 252, 0.45);
  animation: pulse 2.8s infinite;
}

.pulse2 {
  animation-delay: 1.4s;
}

.theme-btn-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--logo-col);
  border-radius: 50px;
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 16px 70px 16px 40px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 0;
}

/* whatsapp floating button */

@keyframes rotateRing {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scan {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.service-coverage-box {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #fff;
}

.service-cover-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: #f4f2f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.service-content h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.service-content p {
  margin: 8px 0;
  color: #101010;
  line-height: 32px;
  font-size: 16px;
}

/* .service-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: #e5ede9;
  color: #0095DA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.service-icon i {
  transition: all 0.4s ease;
} */

/* Hover */
.service-cover-icon {
  color: #0095DA;
}

.service-cover-icon:hover {
  background: #0095DA;
  color: #ffffff;
}
.main-menu ul li a.active {
  color: #0095DA !important;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 40px; */
}

.slider-nav {
  display: flex;
  gap: 12px;
}

.slider-nav div {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.slider-nav div:hover {
  background: var(--logo-col);
  color: #fff;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  padding: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--logo-col);
}

.service-image {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 240px;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
  display: block;
}

.service-icon {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--logo-col);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 5px solid #fff;
}

.service-icon img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.service-content {
  padding: 35px 8px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-content h3 {
  font-size: 17px;
  color: var(--logo-col);
  margin-bottom: 18px;
  min-height: 35px;
  line-height: 1.4;
}

.service-content p {
  flex: 1;
  line-height: 1.8;
  color: #101010;
  margin-bottom: 28px;
}

.service-content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  margin-top: auto;
}

.service-content a:hover {
  color: var(--logo-col);
}

.swiper {
  padding-bottom: 10px;
}

.serviceSwiper .swiper-wrapper {
  align-items: stretch;
}

.serviceSwiper .swiper-slide {
  display: flex;
  height: auto;
}

@media (max-width: 991px) {
  .section-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .slider-nav {
    align-self: flex-end;
  }

  .service-image img {
    height: 220px;
  }
}

.class-recognition-section {
  padding: 50px 0;
  background: #f7fbfc;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-title p {
  color: #666;
  line-height: 30px;
}

/* List */

/* Recognition List */
.recognition-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 14px;
    margin-bottom: 60px;
    margin-left: 125px;
}

.recognition-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.recognition-item i{
    color: #0095DA;
    font-size: 14px;
    margin-top: 6px;
    flex-shrink: 0;
}

.recognition-item span{
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 1.7;
}
/* Recognition List */
.recognition-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    column-gap: 50px;
    row-gap: 16px;
    margin-bottom: 60px;
}

.recognition-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.recognition-item i {
    color: #0095DA;
    font-size: 14px;
    margin-top: 6px;
    flex-shrink: 0;
}

.recognition-item span {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 1.7;
}
/* Recognition List */
.recognition-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 50px;
    margin-bottom: 60px;
}

.recognition-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.recognition-item i {
    color: #0095DA;
    font-size: 14px;
    margin-top: 6px;
    flex-shrink: 0;
}

.recognition-item span {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .recognition-box {
        grid-template-columns: 1fr;
    }

    .recognition-item span {
        font-size: 16px;
    }
}

/* Tablet */
@media (max-width: 991px){
    .recognition-box{
        grid-template-columns: repeat(2,1fr);
        column-gap: 25px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .recognition-box{
        grid-template-columns: 1fr;
        row-gap: 12px;
    }
}

/* Logo Slider */

.logo-slider {
  overflow: hidden;

  position: relative;

  padding: 15px 0;
}

.logo-slider:before,
.logo-slider:after {
  content: "";

  position: absolute;

  top: 0;

  width: 130px;

  height: 100%;

  z-index: 2;
}

.logo-slider:before {
  left: 0;

  background: linear-gradient(to right, #f7fbfc, transparent);
}

.logo-slider:after {
  right: 0;

  background: linear-gradient(to left, #f7fbfc, transparent);
}

.logo-track {
  display: flex;

  width: max-content;

  animation: logoscroll 28s linear infinite;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  width: 180px;

  height: 95px;

  margin: 0 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 14px;

  background: #fff;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

  transition: 0.4s;

  position: relative;

  overflow: hidden;
}

.logo-item:before {
  content: "";

  position: absolute;

  top: -120%;

  left: -120%;

  width: 250%;

  height: 250%;

  /* background: linear-gradient(45deg,
                            transparent,
                            rgba(5, 214, 252, .25),
                            transparent); */

  transform: rotate(25deg);

  transition: 0.8s;
}

.logo-item:hover:before {
  top: -20%;

  left: -20%;
}

.logo-item:hover {
  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(5, 214, 252, 0.2);
}

.logo-item img {
  max-width: 120px;

  max-height: 55px;

  transition: 0.4s;
}

.logo-item:hover img {
  transform: scale(1.08);
}

/* Animation */

@keyframes logoscroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Tablet */

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 34px;
  }

  .recognition-box {
    grid-template-columns: 1fr;
  }

  .logo-item {
    width: 150px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .class-recognition-section {
    padding: 70px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .recognition-item {
    /* padding: 18px; */
  }

  .recognition-item span {
    font-size: 15px;
  }

  .logo-item {
    width: 130px;

    height: 80px;

    margin: 0 10px;
  }

  .logo-item img {
    max-width: 90px;
  }
}
.contact-section {
  background-color: #b9b9b90f;
}

/* value section new */

.vx-values-area {
  padding: 70px 15px;
}

.vx-values-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.vx-value-box {
  position: relative;
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid;
  text-align: center;
  padding: 35px 22px 45px;
  min-height: 430px;
  overflow: hidden;
  transition: 0.35s;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.vx-value-box:hover {
  transform: translateY(-8px);
}

/* Border Colors */

.vx-color-one {
  border-color: var(--logo-col);
}

.vx-color-two {
  border-color: var(--logo-col);
}

.vx-color-three {
  border-color: var(--logo-col);
}

.vx-color-four {
  border-color: var(--logo-col);
}

/* Circle */

.vx-circle-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
  position: relative;
}

.vx-circle-wrap::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vx-circle-bg {
  width: 80px;
  height: 80px;
  background: #eef7fb;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vx-half-ring {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
}

.vx-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}

.vx-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
}

/* Heading */

.vx-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.vx-title-line {
  width: 45px;
  height: 3px;
  margin: 0 auto 22px;
  border-radius: 30px;
}

.vx-text {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
}

.vx-bottom-line {
  position: absolute;
  width: 110px;
  height: 3px;
  border-radius: 30px;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

/* Theme 1 */

.vx-color-one .vx-half-ring,
.vx-color-one .vx-dot,
.vx-color-one .vx-title-line,
.vx-color-one .vx-bottom-line {
  border-color: #dddddd;
  background: var(--logo-col);
}

.vx-color-one .vx-title,
.vx-color-one .vx-icon {
  color: black;
}

/* Theme 2 */

.vx-color-two .vx-half-ring,
.vx-color-two .vx-dot,
.vx-color-two .vx-title-line,
.vx-color-two .vx-bottom-line {
  border-color: #dddddd;
  background: var(--logo-col);
}

.vx-color-two .vx-title,
.vx-color-two .vx-icon {
  color: black;
}

/* Theme 3 */

.vx-color-three .vx-half-ring,
.vx-color-three .vx-dot,
.vx-color-three .vx-title-line,
.vx-color-three .vx-bottom-line {
  border-color: #dddddd;
  background: var(--logo-col);
}

.vx-color-three .vx-title,
.vx-color-three .vx-icon {
  color: black;
}

/* Theme 4 */

.vx-color-four .vx-half-ring,
.vx-color-four .vx-dot,
.vx-color-four .vx-title-line,
.vx-color-four .vx-bottom-line {
  border-color: #dddddd;
  background: var(--logo-col);
}

.vx-color-four .vx-title,
.vx-color-four .vx-icon {
  color: black;
}

/* Tablet */

@media (max-width: 991px) {
  .vx-values-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media (max-width: 767px) {
  .vx-values-area {
    padding: 50px 15px;
  }

  .vx-values-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vx-value-box {
    min-height: auto;
    padding: 30px 20px 50px;
  }

  .vx-circle-wrap {
    width: 130px;
    height: 130px;
  }

  .vx-circle-wrap::before {
    width: 100px;
    height: 100px;
  }

  .vx-circle-bg {
    width: 70px;
    height: 70px;
  }

  .vx-half-ring {
    width: 110px;
    height: 110px;
  }

  .vx-icon {
    font-size: 30px;
  }

  .vx-title {
    font-size: 20px;
  }

  .vx-text {
    font-size: 14px;
  }
}

/* coming soon */
.coming-soon-section {
  position: relative;
  width: 100%;
  min-height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 150px 0px 50px;
  background: linear-gradient(180deg, #ffffff, #f5f9fb);
}

.coming-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
}

.coming-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: var(--logo-col);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  box-shadow: 0 15px 40px rgba(15, 118, 110, 0.25);
  animation: float 3s ease-in-out infinite;
}

.sub-title {
  display: inline-block;
  color: var(--logo-col);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.coming-content h2 {
  font-size: px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 25px;
}

.coming-content h2 span {
  display: block;
  color: var(--logo-col);
}

.coming-content p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 34px;
  color: #6b7280;
}

.loader {
  margin-top: 45px;
  display: flex;
  justify-content: right;
  gap: 12px;
}

.loader span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--logo-col);
  animation: bounce 1.2s infinite;
}

.loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader span:nth-child(3) {
  animation-delay: 0.4s;
}

.bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  filter: blur(5px);
}

.circle-1 {
  width: 320px;
  height: 320px;
  background: rgba(20, 184, 166, 0.08);
  top: -120px;
  left: -120px;
}

.circle-2 {
  width: 420px;
  height: 420px;
  background: rgba(15, 118, 110, 0.08);
  bottom: -180px;
  right: -150px;
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-12px);
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .coming-soon-section {
    padding: 80px 20px;
  }

  .coming-content h2 {
    font-size: 20px;
  }

  .coming-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .coming-icon {
    width: 80px;
    height: 80px;
    font-size: 34px;
  }
}
.soon-cl{
    display: flex !important;
    align-items: baseline;
    justify-content: center;
}
.loader-points{
  display: flex !important;
    gap: 12px;
    margin-left: 20px;
}

.loader-points span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--logo-col);
  animation: bounce 1.2s infinite;
}

.loader-points span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader-points span:nth-child(3) {
  animation-delay: 0.4s;
}

/* font-size */

.font-size{
  font-size: 0.95rem;
  text-align: justify;
}


html {
    scroll-behavior: smooth;
}

#lsa-ffe-services {
    scroll-margin-top: 100px; /* Adjust if you have a fixed header */
}

/*  demo service  */

.service-card {
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 60px 25px 25px;
    overflow: visible;
    transition: .4s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    border-color: var(--logo-col);
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.service-icon {
    position: absolute;
    top: 50px;
    left: 25px;

    width: 70px;
    height: 70px;

    transform: translateY(-50%);

    background: var(--logo-col);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 6px solid #fff;

    box-shadow: 0 8px 20px rgba(0,0,0,.12);

    transition: .4s;
}

.service-card:hover .service-icon {
    background: var(--logo-col);
}

.service-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.service-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: var(--black);
    font-weight: 700;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #101010;
    flex: 1;
    margin-bottom: 5px;
}

.service-content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 1px;
}

.service-content a:hover {
    color: var(--logo-col);
}

.serviceSwiper .swiper-wrapper {
    align-items: stretch;
}

.serviceSwiper .swiper-slide {
    display: flex;
    height: auto;
}

/* contact us  */
.split-title-lg {
    font-size: 35px !important; 
}

.split-title-lg {
    font-size: 35px;
}

@media (max-width: 767px) {
    .split-title-lg {
        font-size: 28px;
    }
}

/* hero Animation */



.marine-consultation-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    font-family: "Mona Sans", sans-serif;
    margin-bottom: 15px;
    /* display: flex; */
    align-items: center;
    gap: 10px;
}
