* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Albert Sans";
    font-family: "Akshar", sans-serif;
}

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: -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;
}


.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(206, 216, 227, 0.3);
   
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}



.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 {
    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: #FFFFFF;
    color: #0B7DFF;
    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;
}




/* Banner css */

.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;
    }

}


/* Building security css */

.section-heading {
    font-size: 3rem;
    color: #077AFC;
    font-family: "Akshar", sans-serif;

}

.left-content-title {
    color: #555556;
    font-family: "Akshar", sans-serif;
}

.left-content-text {
    padding-top: 30px;
    color: #7b7c7d;
    font-size: 14px;
    font-family: "Albert Sans";
    padding-right: 150px;

}

.custom-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(3, 121, 255, 0.2);
    /* blue shadow */
    padding-top: 60px;
    /* space for the overlapping image */
    padding-bottom: 20px;
    width: 221px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.image-wrapper {
    position: absolute;
    top: -40px;
    width: 80%;
    display: flex;
    justify-content: center;
}

.card-img-top {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.4;
}

.Access-Control {
    padding-top: 50px;
}


/* Entrance control and safety */

.Entrance-control {
    background-color: #F4F4F4;
    margin-top: 50px;
}

.Entrance-title {
    color: #555556;
    font-family: "Akshar", sans-serif;
}

.Entrance-text {

    color: #7b7c7d;
    font-size: 14px;
    font-family: "Albert Sans";
    padding-right: 150px;
}

.custom-horizontal-card {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    height: 110px;
   
    }


 .custom-horizontal-card-parent-parent {
  padding: 10px;
 
}

.custom-horizontal-card-border {
  background: linear-gradient(to top, #57A5FD, #ffffff, #ffffff); /* Border gradient */
  padding: 2px; /* Border thickness */
  border-radius: 16px; /* Optional: Rounded corners */
}




.img-wrap {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.text-wrap {
    margin-left: 15px;
    flex: 1;
}

.text-wrap p {
    font-weight: bold;
    margin: 0;
    font-family: "Albert Sans";
    font-size: 1rem;
    color: #454545;
}

 /* FIRE SAFTY SERVICE  */
 .FireSafty-service{
    background-image: url("../FireSafty-imag/fire-safty-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
 }

 .FireSafty-title{
    color: #FE9204;
 }

 .FireSafty-text{
    color: #fff;
    padding-right: 55px;
 }

 .Safty-section{
    padding-top: 50px;
 }

 .card-inner-text {
    color: #EA6614;
 }

.fire-custom-card {
  background: linear-gradient(
    to bottom,
    rgba(34, 11, 11, 0.3),  
    rgb(255, 254, 254)
  ) !important;
  border-radius: 20px !important;
  /* backdrop-filter: blur(6px); */
 
}

.card-inner-image{
    /* object-fit: none; */
    padding: 10px;  
    /* padding-left: 10px;
    padding-right: 10px; */
    
}

.Managed-service{
    padding-top: 50px;
}



.service-card {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
   width: 300px;
   height: 250px;
 
}
.service-inner-image {

  width: 100%;
  object-fit: cover;
}


.service-inner-text{
    color: #454545;
}


/* .fire-banner{
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

@media (max-width:576px){
    .banner-img {
    object-fit: cover;
    height: 250px;
}
}
/* @media (max-width:1200px){
    .banner-img {
        height: 100%;
        width: 100%;
         object-fit: cover;
  
  
}
}

@media (max-width:768px){
    .banner-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
  
}
}  */


/* Blue line at bottom corners */
@media(max-width:576px){
    .aboutText{
        top: 90px;
    }
}



footer .img_col img {
    width: 50%;
}