* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Albert Sans";
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

header img {
  max-height: 50px;
  padding-left: 0px;
}

.sticky-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header ul li {
  /* margin-left: 80px; */
  /* Adds space between the list items */
  cursor: pointer;
}

header ul li:hover {
  text-decoration: underline;
}

.header-content {
  position: fixed;
  top: 10px;
  background-color: #fff;
}

.bannerscarousel_section .content_col h1 {
  color: #0c88ed;
  font-family: "Akshar", sans-serif;
  font-weight: 800;
  font-size: 45px;
}


.ship-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ship-wrapper img {
  height: auto;
  display: block;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-down {
  animation: fadeDown 0.9s ease-out forwards;
}

.ship-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 40px 20px 0;
  box-sizing: border-box;
}

/* .shiprepair-title {
  color: #555556;
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: "Akshar", sans-serif;
} */

.ship-repair h2 {
  font-family: "Akshar";
  letter-spacing: 2px;
  font-size: 40px;
  color: #555556;
}

.shirepair-title2 {
  color: #7b7c7d;
  font-size: 13.5px;
  font-family: "Albert Sans";
}

.ship-repair {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ship-bg-img {
  position: absolute;
  top: -22px;
  left: 0px;
  z-index: -4;
}

.ship-title {
  font-family: Albert Sans;
  margin-top: -102px;
  margin-bottom: 5px;
  text-align: center;
  align-items: center;
  font-size: 17px;
}

.ship-text {
  color: #7b7b7b;
  font-family: Albert Sans;
  margin-top: -10;
  text-align: center;
  align-items: center;
  font-size: 15px;
}

.blue-rounded-btn {
  background-color: #007bff;
  /* Updated base color */
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 122, 255, 0.3);
  transition: background-color 0.3s ease;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blue-rounded-btn:hover {
  background-color: #0056b3;
}

.ship-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 35px;
}

.gallery-text {
  color: #ffffff;
  font-family: "Akshar", sans-serif;
  text-align: center;
  font-weight: 600;
}

.row.gallery-grid .col-3 {
  padding: 0 10px;
}

.row.gallery-grid .col-3 {
  padding: 0 10px;
}

.gallery-item img {
  width: 100%;
  display: block;
}

.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;
}

/* .footer-item {
  font-family: Albert Sans;

} */
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.nav {
  display: flex;
  gap: 60px;
  align-items: center;
  font-family: "Albert Sans", sans-serif;
}

.nav-item {
  cursor: pointer;
  text-align: center;
  margin-right: 20px;
   color: #4e4e4e;
    font-size: medium;
    font-weight: 500;
}

.nav-item.active {
  color: #0c88ed !important;
  font-weight: bold;
}
/* 
.nav-item.active::after {
  content: "∞";
  font-size: 24px;
  color: #0c88ed;
  display: block;
  position: relative;
  top: -5px;
} */

.core-strength .center_col .core_strength_para {
  color: #9c9c9c;
}

.core-strength .center_col .core_strength_para.active {
  color: #1a1a1a;
}

.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: #1daeff;
  color: white;
  border: none;
  border: 1px solid white;
  padding: 6px 40px;
  position: relative;
  /* width: 7.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;
}

.core-strength {
  background-image: url("../images/Group\ 1647.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.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;
}

.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;
}

p {
  text-align: justify;
}

img {
  width: 100%;
}

.btn-design-1 {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s ease, transform 0.3s ease;
  padding: 10px 30px;
  gap: 25px;
  cursor: pointer;
  font-family: "Albert Sans";
}

.circle i {
  color: #007bff;
  font-size: 16px;
  transition: transform 0.3s ease;
  display: inline-block;
  transform: rotate(0deg);
}

.btn-design-1:hover {
  background: linear-gradient(45deg, #007bff, #0056b3);
}

.btn-design-1:hover .circle {
  background-color: #ffffff;
  transform: scale(1.2);
}

.btn-design-1:hover .circle i {
  color: #004099;
  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;
}

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: #6bc6ff;
}

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;
}
/*start*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 80vh; /* Adjust height as needed */
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Optional dark overlay for text readability */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.aboutText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 1rem;
  width: 100%;
}

.gradient-text {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(45deg, #0679FC, #044896);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* ensures fallback and consistency */
}

.aboutText p {
  font-size: 1.1rem;
  color: #939393;
  margin-top: 0.5rem;
}
/* Responsive */
@media (max-width: 768px) {
  .banner {
    height: 60vh;
  }

  .gradient-text {
    font-size: 2rem;
  }

  .aboutText p {
    font-size: 1rem;
  }

}


/* Ship repair service work */

.repair-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .repair-header {
      text-align: center;
      font-size: 45px;
      color: #555556;
      margin-bottom: 15px;
    }

    .repair-intro {
      text-align: center;
      font-size: 16px;
      max-width: 950px;
      margin: 0 auto 50px;
      line-height: 1.6;
      color: #7B7C7D;
    }
.repair-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.repair-row-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}


.repair-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.repair-row-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}

.repair-card {
  flex: 1 1 0;
  max-width: 30%;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}


.repair-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.repair-row-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}

.repair-card {
  flex: 1 1 0;
  max-width: 30%;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}


.vertical-line-container {
  position: relative;
  height: 200px; /* Adjust height as needed */
  width: 10px;
  margin: 20px;
  top: 115px;
}

.vertical-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 120%;
  background-color: #EBEBEB; /* Light gray vertical line */
  border-radius: 1px;
}

.highlight {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 50px;
  background-color: #B1D5FF; /* Light blue highlight */
  border-radius: 10px;

}

.repair-title{
 color: #454545;
 font-size: x-large;
 font-weight: bold;
 padding: 18px;

}

.repair-list{
 color: #7B7B7B;
 font-size: medium;
 font-weight: 500;
}

/* === RESPONSIVE STYLES BELOW === */

/* For tablets and smaller (<= 992px) */
@media (max-width: 992px) {
  .repair-row-group {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .repair-card {
    max-width: 100%;
  }

  .vertical-line-container {
    display: none;
  }
}
.footer-caption {
  color: #FFFFFF;
  font-size: 14px;
 
  line-height: 1.6;

  text-align: left;
}

