* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Albert Sans";
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}


.sticky-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0; /* Ensure no space between flex items */
  
}


 .sticky-content > div:first-child {
    margin-right: 10px !important; 
  }

  .nav-wrapper {
    margin-left: -55px !important; 
  }

  .logo-image {
    display: block;
    max-height: 50px;
    margin-right: 0;
  }

header ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.about-heading {
  font-weight:bold;
  font-size: 16px;
  color: #0379FF;
}

header ul li {
  cursor: pointer;
}
/* 
header ul li:hover {
  text-decoration: underline;
} */

.header-content {
  position: fixed;
  top: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;

}



.bannerscarousel_section .content_col h1 {
  color: #0c88ed;
  font-family: "Akshar", sans-serif;
  font-weight: 800;
  font-size: 45px;
}

.cta-1 {
  position: relative;
  margin: auto;
  width: 200px;
  height: 50px;
  padding: 10px 17px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.cta-1:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  display: block;
  border-radius: 50px;
  background-color: #0379ff;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.cta-1 span {
  position: relative;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-right: 25px;
  transition: color 0.3s ease;
}

.cta-1 svg {
  position: absolute;
  top: 20px;
  right: 15px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta-1:hover:before {
  width: 190px;
  height: 45px;
  background: #0379ff;
}

.cta-1:hover span {
  color: white;
  /* Changes text color to white on hover */
}

.cta-1:hover svg {
  transform: translateX(0);
  stroke: white !important;
}

.cta-1:active {
  transform: scale(0.95);
}

.core-strength-img {
  width: 100%;
}

.core-strength .left_col {
  display: flex;
  align-items: center;
  font-family: "Akshar", sans-serif;
  font-size: 20px;
}

.footer-text {
  font-weight: 300;
  font-family: Albert Sans;
  font-size: smaller;
  list-style-type: none;
  margin-bottom: 15px;
}

.footer-quicklinks {
  color: #d0d0d0;
  font-family: Albert Sans;
}

.footer-quicklinks ul li {
  margin-bottom: 5px;
  /* Adjust as needed */
}

.contactus-text {
  color: #d0d0d0;
  padding-bottom: 5px;
}

.contactus-text1 {
  color: #d0d0d0;
  margin-top: 10px;
}

.contactus-text2 {
  color: #d0d0d0;
  padding-top: 15px;
}

.footer-working_hours {
  color: #d0d0d0;
}

.footer-section {
  font-family: Albert Sans;
}

.nav-item {
  position: relative;
  text-align: center;
}


.nav-item {
  position: relative;
}


/* Active item style */
.nav-item.active a {
  color: #0C88ED;
  font-weight: bold;
}

/* Image styling */
.nav-active-img {
  position: absolute;
  top: 100%; /* right below the nav text */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 20px; /* adjust size if needed */
}

.nav-item.active .nav-active-img {
  display: block;
}

.nav-active-img {
  position: absolute;
  top: 100%; /* right below the text */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 20px; /* adjust size as needed */
}
.nav-item.active .nav-active-img {
  display: block;
}



.custom-button {
  background-color: #1daeff;
  color: white;
  border: 1px solid white;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 0 0 1px white;
  transition: background-color 0.3s, transform 0.2s;
  margin-top: 25px;
}

.custom-button:hover {
  background-color: #159fe0;
  transform: scale(1.05);
}

.footer-button {
  background-color: #FFFFFF;
  color: #0B7DFF;
  border: none;
  border: 1px solid white;
  padding: 6px 40px;
  position: relative;
  width: 10.5em;

  transition: 0.5s;
  font-size: 17px;
  border-radius: 25px;
  margin-top: 25px;
}

.footer-button .whatsapp-icon {
  position: absolute;
  top: 0.45em;
  right: 0.5em;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  height: 1em;
  width: 25px;
  height: 25px;
  padding-top: 4px;
}

.whatsapp-icon {
  color: #ffffff;
  background-color: #25d366;
  padding: 30px;
  border-radius: 100%;
}

.footer-button:hover {
  left: 0.6em;
  color: #1a1a1a;
}

.footer-button:hover .whatsapp-icon {
  opacity: 1;
}

.footer-button:hover {
  background-color: #fff;
  padding-left: 10px !important;
}

header {
  position: relative;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
   margin-left: 82px;

}

.hamburger-box {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #333;
  position: absolute;
  right: 0px;
  width: 100%;
  height: 2px;
  transition: transform 0.3s ease;
}

.hamburger-inner {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner::before {
  content: "";
  top: -6px;
}

.hamburger-inner::after {
  content: "";
  top: +6px;
}

.ship-img-2 {
  margin-top: 70px;
}


/* 
.gallery-section .owl-dots {
  display: block !important;
}

.progress-line-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-line-wrapper::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 165px;
  background-color: #bababa;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

.progress-bar-btn {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.core-strength .center_col .row_grid:last-child .progress-line-wrapper::before {
  height: 0% !important;
} */

/* Home Page */

.about_us_section_one {
  padding-top: 50px;
  padding-bottom: 50px;
  width:100%;
}

.about_us_section_one h2 {
  font-family: "Akshar", sans-serif;
  color: #555556;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 1px;
}

.about_us_section_one h6 {
  font-family: "Yesteryear", cursive;
  color: #454545;
  font-size: 35px;
  padding-top: 45px
}

/* 
img {
  width: 100%;
} */


.circle i {
  color: #007bff;
  font-size: 16px;
  transition: transform 0.3s ease;
  display: inline-block;
  transform: rotate(0deg);
}


.btn-design-1:hover .circle {
  background-color: #ffffff;
  transform: scale(1.2);
}

.btn-design-1:hover .circle i {
 
  transform: rotate(45deg);
}

.core-strength .center_col .row_grid .sub_inner_box h5 {
  color: #5a5e64;
}

.core-strength .inner-box .core_strength_para {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
}

.building-strength {
  padding-top: 50px;
  padding-bottom: 50px;
}

.building-strength h2 {
  font-family: "Akshar";
  letter-spacing: 2px;
  font-size: 40px;
  color: #555556;
}

.building-strength .heading_row .paragraph_text {
  width: 70%;
  font-family: "Albert Sans";
  color: #7b7c7d;
}

.fire-safety .right_col .img_col img {
  width: 50%;
}

.ship-repair .paragraph_text {
  width: 70%;
  font-family: "Albert Sans";
  color: #7b7c7d;
}

.ship-repair .ship-button button {
  height: 42px;
}

.ship-repair .ship-button .btn-icon {
  display: none;
  width: 31%;
  transition: opacity 0.3s ease;
}

.ship-repair .ship-button button:hover .btn-icon {
  display: inline;
}

.ship-repair {
  background-image: url("../images/ship bc.png");
  background-position: center -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ship-repair .content_row .gid_col h6 {
  text-align: center;
  color: #454545;
}

.ship-repair .content_row .gid_col p {
  color: #7b7b7b;
  text-align: center;
}

.ship-repair .content_row .gid_col .img-box {
  text-align: center;
}

.ship-repair .content_row .gid_col .img-box img {
  width: 25%;
}

.ship-repair .content_row .gid_col {
  padding: 10px 20px;
}

.ship-repair .content_row {
  margin-top: 50px;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.gallery-section .container {
  padding: 40px 0px;
}

.gallery-section .gallery-grid .owl-dots {
  margin-top: 25px !important;
}

.gallery-section .gallery-grid .owl-dots .owl-dot.active span {
  background: #0c88ed;
}

.gallery-section .gallery-grid .owl-dots .owl-dot span {
  background: #9bc5e8;
}

.gallery-section .gallery-grid {
  justify-content: center;
}

.gallery-section .container {
  background-image: url("../images/photo_gallery_bg_img.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  overflow: hidden;
}

footer {
  padding-top: 50px;
  text-align: justify;
}

footer h6 {
  font-size: 18px;
 
}

footer .quicklinks ul li a {
  color: #d0d0d0;
  text-decoration: none;
}

footer ul li {
  padding-top: 5px;
}

footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}


 

footer .img_col img {
    width: 50%;
}

footer .img_col {
  text-align: center;
}

.building-strength .card .img_box {
  margin-top: -140px;
}

.building-strength .content_row {
  margin-top: 10rem;
}

.bannerscarousel_section {
  background-color: #fbfdff;
  padding: 55px 0px;
}

.bannerscarousel_section .content_col {
  display: flex;
  align-items: center;
}

.bannerscarousel_section #button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 6px 4px #f4f1f18c;
}

.bannerscarousel_section #button-2 a {
  position: relative;
  transition: all 0.35s ease-Out;
  text-decoration: none;
  color: #484848;
  font-size: 16px;
  margin-right: 10px;
}

.bannerscarousel_section #slide {
  width: 100%;
  height: 100%;
  right: -150px;
  border-radius: 50px;
  background: #0379ff;
  position: absolute;
  transition: all 0.35s ease-Out;
}

.bannerscarousel_section #slide i {
  position: absolute;
  left: 18px;
  color: #fff;
  z-index: 999;
  top: 18px;
}

.bannerscarousel_section #button-2:hover #slide {
  right: 0;
}

.bannerscarousel_section #button-2:hover #slide i {
  position: absolute;
  right: 18px !important;
  color: #fff;
  z-index: 999;
  top: 18px;
}

.bannerscarousel_section .button {
  display: inline-flex;
  height: 50px;
  width: 200px;
  color: #484848;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50px;
}

.bannerscarousel_section #button-2:hover a {
  color: #fff;
  z-index: 9;
}

.core-strength .tab_box_click {
  padding: 2px !important; /* border thickness */
  border-radius: 35px;
  background: transparent;
  transition: background 0.3s ease;
}

.core-strength .tab_box_click:hover {
  background: linear-gradient(to left, #0379ff 0%, #ffffff 100%);
}

.core-strength .tab_box_click.active {
  background: linear-gradient(to left, #0379ff 0%, #ffffff 100%);
}

.core-strength .tab_box_click.active .polygon {
  display: block;
}

.core-strength .tab_box_click .polygon {
  display: none;
}

.core-strength .tab_box_click .sub_icon_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #0066ff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.core-strength .tab_box_click .icon_box {
  display: inline;
  position: absolute;
  top: 27%;
  transform: translateX(-50%);
}

.core-strength .tab_box_click.active .icon_box {
  right: -18%;
}

.core-strength .tab_box_click .icon_box {
  right: -16%;
}

.core-strength .tab_box_click.active .icon_box .border_image {
  display: block;
  transition: 0.1s ease-in;
}

.core-strength .tab_box_click.active .icon_box .normal_image {
  display: none;
  transition: 0.1s ease-in;
}

.core-strength .tab_box_click .icon_box .normal_image {
  display: block;
  transition: 0.1s ease-in;
}

.core-strength .tab_box_click .icon_box .border_image {
  display: none;
  transition: 0.1s ease-in;
}
.service-banner {
  position: relative;
  overflow: hidden;
}

.banner-content {
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}


.btn-design-1 {
  background-color: #007bff; /* Bootstrap blue or use #007bff */
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  border-radius: 999px; /* pill-shaped */
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  
  transition: background-color 0.3s ease;
    margin-top: 25px;
}


.btn-design-1 .circle {
  background-color: white;
  color: #007bff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.3s ease;
}

/* .btn-design-1:hover .circle {
  background-color: #e6f0ff;
} */



@media (max-width: 768px) {
  .banner-content {
    padding: 20px;
  }

  .banner-content h2 {
    font-size: 1.75rem;
  }

  .banner-content p {
    font-size: 0.95rem;
  }

  .btn-design-1 {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 785px) {
  .banner-content h2 {
    font-size: 1.5rem;
  }

  .banner-content p {
    font-size: 0.9rem;
  }

  .btn-design-1 {
    font-size: 0.85rem;
  }
}




@media (max-width: 785px) {
  .banner-content {
    padding: 30px 20px;
  }

  .banner-content h2 {
    font-size: 22px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .btn-design-1 {
    font-size: 14px;
    padding: 10px 22px;
  }

  .btn-design-1 .circle {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .banner-content {
    padding: 20px 15px;
  }

  .banner-content h2 {
    font-size: 20px;
  }

  .banner-content p {
    font-size: 13px;
  }
}
.ship-repair-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 40px;
}

.ship-repair-grid .grid-item {
  padding-top: 20px;
}


@media (max-width: 768px) {
  .ship-repair-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  .shift-left {
    margin-left: 0;
  }
}
.view-more-link {
  display: inline-block; 
  text-align: left;
  margin-left: -40%; 
}



/* .body-image {

  height: 100%;
 
} */
.custom-shadow-wrapper {
  width: 100%;
  max-width: none; /* if needed */
}


 .carousel-section * {
      box-sizing: border-box;
    }

    .carousel-section {
      font-family: Arial, sans-serif;
      padding: 170px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      background-color: #F5FAFF;
    }

    .carousel-container {
      position: relative;
      width: 100%;
      /* max-width: 900px; */
      height: 100%;
      max-height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      perspective: 1000px;
    }

    .carousel {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #F5FAFF;
    }

    .carousel-item {
      position: absolute;
      width: 200px;
      height: 120px;
      background: #F5FAFF;
      border-radius: 15px;

      transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      cursor: pointer;
      overflow: hidden;
    }

    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
    }

    .carousel-item.active {
      transform: translateX(0) scale(1.3) translateZ(100px);
      z-index: 5;

    }

    .carousel-item.left-1 {
      transform: translateX(-150px) scale(0.8) translateZ(-50px);
      z-index: 4;
    }

    .carousel-item.right-1 {
      transform: translateX(150px) scale(0.8) translateZ(-50px);
      z-index: 4;
    }

    .carousel-item.left-2 {
      transform: translateX(-380px) scale(0.8) translateZ(-100px);
      z-index: 3;
    }

    .carousel-item.right-2 {
      transform: translateX(380px) scale(0.8) translateZ(-100px);
      z-index: 3;
    }

    .dots-container {
      position: absolute;
      top: 120px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 10;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background:#1DACF4;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .dot.active {
      background: #D9D9D9;
      transform: scale(1.2);
    }

    .placeholder-text {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: white;
      font-size: 24px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }


@media (min-width: 768px) {
  .ship-image {
    max-height: 500px;
    object-fit: cover;
  }
}
.img_inner_box img {
  height: 500px;
  width: auto;
  object-fit: cover;
}

    

/* View more addrow css */

.ship-btn .material-symbols-outlined {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ship-btn:hover .material-symbols-outlined {
  opacity: 1;
  transform: translateX(4px);
}


.ship-btn{
  border: none;
  color: #0379FF;
  background-color: #fff;
}

/* @media (max-width:768px){
  .logo-box{
    width: 100px !important;
    height: 100%;
  }
} */
 .logo-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.logo-box img {
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
}



html, body {
  overflow-x: hidden;
}



.carousel-arrows {
  position: absolute;
  top: 50%;
  left: 0;
    z-index:999;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  /* pointer-events: none; */
}

.carousel-arrow {
  pointer-events: auto; /* re-enables buttons */
}

.carousel-arrow {
   background: transparent;
  color: #1DACF4;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 15px;
  z-index:999;
  /* pointer-events: auto; */

  /* transition: background 0.3s ease; */
}

/* .carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
} */

.footer-caption {
  color: #d0d0d0;
  font-size: 14px;

  line-height: 1.6;

  text-align: left;
}
