* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Albert Sans";
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

/* .logo-image{
  gap: 10px;

} */

.sticky-content {
  display: flex;
  align-items: center;
  gap: 0; /* Ensure no space between flex items */
}


 .sticky-content > div:first-child {
    margin-right: 10px !important; 
  }

  .nav-wrapper {
    margin-left: 10px !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;
}


.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;

} */


.nav {
  display: flex;
  gap: 60px;
  align-items: center;
  font-family: "Albert Sans", sans-serif;
}



.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;

}

.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;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  /* height: 80vh;  */
  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;
  }

}




/*container*/

.section-heading {
  font-size: 40px;
  font-weight: 700;
  color: #343435;
  text-align: left;
   font-family: "Akshar", sans-serif;
  
}

.section-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #7B7C7D;
  text-align: justify;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.6rem;
    text-align: left;
  }

  .section-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}


/*four image*/
.custom-img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive*/
@media (max-width:1000px) {
  .custom-img {
    height:180px;
  }
  .image-1 {
    order: 3;
  }
  .image-2 {
    order: 1;
  }
  .image-3 {
    order: 2;
  }
  .image-4 {
    order: 4;
  }
}

/*mission*/

.mission-section {
  min-height: 400px;
  position: relative;
}

/* Flex container gap adjustments for larger screens */
.mission-content {
  gap: 2rem;
}

.misiion-inner-content{
  flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (max-width: 1400px) {
  .mission-section {
    gap: 4rem; /* wider horizontal spacing at md+ */
    /* margin-bottom: 50px; */
  }
}

/* Mission Card Styling */
.mission-card,p,h3{
  position: relative;
  max-width: 520px;
  z-index: 2;
  color: #555556;
}

/* Left curve on the card */
.card-corner {
  position: absolute;
  bottom: -9px;
  left: -9px;
  width: 200px;
  height: 180px;
  border: 4px solid #007bff;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 20px;
  
}
.mission-line{
  width: 500px;
    z-index: -999;
  margin-left: 100px;
  padding-right: 18px;
}


@media (max-width: 1399px) {
 .mission-line{
  width: 350px;
margin-left: 160px;
  z-index: -999;
  padding-right: 0px;

}
}
.vision-section {
  min-height: 400px;
  position: relative;
}
@media (max-width: 1000px) {
  .vision-section {
    gap: 4rem; /* wider horizontal spacing at md+ */
    margin-bottom: 50px;
  }
}


.vision-content {
  gap: 1.5rem;
}

/* Vision Icon */
.vision-line{
width: 500px;
    z-index: -999;
  margin-right: 123px;
  margin-top:-18%;
  padding-left: 25px;
}

/* Connector Line */
.vision-icon{
  margin-right: 200px;
  margin-top: 10%;
}

/* Vision Card */
.vision-card {
  position: relative;
  max-width: 520px;
  z-index: 2;
  color: #555;
}

/* Card corner accent */
.vision-card .card-corner {
  position: absolute;
  left: auto;
  right: -9px; /* corner on bottom-right */
  width: 180px;
  height: 200px;
  border: 4px solid #007bff;
  border-top: none;
  border-left: none;
  border-radius: 0 0 20px 0;
}
@media (max-width: 1399px) {
 .vision-line{
        width: 500px;
        z-index: -999;
        margin-right: 210px;
        margin-top: -22%;
        padding-left: 0px;
}
 }


@media (min-width: 998px) and (max-width: 1199.98px) {
  .Vision-image {
    padding-top: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .Vision-image {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .vision-line {
    padding-left: 20px;
  }
}

@media (min-width: 1400.02px) {
  .Vision-image {
    padding-top: 25px;
  }
}


.strength-section {
  background: #F5FAFF;
  border-radius: 40px;
  margin: 40px 20px;
  padding: 100px;
}

.section-title {
  font-weight: 700;
  color: #555556;
  font-size: 2rem;
}

.strength-card {
  border-radius: 20px;
  padding: 22px 37px;
   background: linear-gradient(180deg, #F5FAFF, #ffffff );
  box-shadow: 11px 37px 58px rgb(219 229 239);
  text-align: center;
  transition: transform 0.3s ease;
}

.strength-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  background: #2d90ff;
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;

}

.label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 1300px) {
  .strength-section {
    padding: 40px 15px;
    margin: 15px 5px;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .strength-card {
    padding: 15px 15px;
  }

  .icon-box {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .label {
    font-size: 0.85rem;
    text-align: center;
  }
}
.aboutText {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 1rem;
  width: 100%;
  
}

@media screen and (max-width: 990px) {
  .aboutText {
    top: 50%;
  }
  
}

.highlight{
  color: black;
  font-weight: bold;
}
.footer-caption {
  color: #d0d0d0;
  font-size: 14px;
 
  line-height: 1.6;
 
  text-align: left;
}
