.sustainability-section {
    background: #f8fafc;
}
.sustainability-section .col-md-4 {
    margin-bottom: 20px;
}
.sustain-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 14px;
    height: 100%;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px dashed #373f6e;
    margin-bottom: 20px;
}

.sustain-box i {
        font-size: 16px;
    width: 30px;
    height: 30px;
    color: #373f6e;
    margin-bottom: 15px;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}

.sustain-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.sustain-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.serviceGrid {
    width: 100%;
    max-width: 350px; /* adjust as needed */
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}

.serviceGrid .image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}



.productDetailMain {
    padding: 50px 0;
}

.productDetailImg {
    width: 100%;
}

.mySwiper2 {
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
}

.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper {
    height: 100px;
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}















/* Overlay */
.serviceGrid .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.serviceGrid .overlay h3 {
    color: #e7933d;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
.overlay span {
    color: #fff;
    display: block;
    text-decoration: underline;
}


/* Hover effect */
.serviceGrid:hover .overlay {
    transform: translateY(0);
}

.serviceGrid:hover .image img {
    transform: scale(1.05); /* slight zoom effect */
}
.client-card {
    padding: 5px;
}
.submenu li a:before {
    bottom: 15px;
}


.global-network {
    background: #f8f9fa;
}

.network-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px dashed #e39b51;
}

.network-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #373f6e;
}

.network-card p {
    font-size: 14.8px;
    line-height: 1.7;
    color: #555;
}

.network-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}


.global-network .col-md-4 {
    margin-bottom: 20px;
}



.mapLoaciton {
    padding-bottom: 100px;
}



/*map location css start*/

.map-container {
  position: relative;
  display: inline-block;
  width: 100%; /* Or the width of your image */
}

.world-map {
  width: 100%;
  display: block;
}

/* General style for all links */
.map-link {
  position: absolute;
  text-indent: -9999px; /* Hides the text but keeps the link clickable */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Optional: See the box while testing */
  background: rgba(0, 255, 255, 0.1); /* Optional: Light highlight on hover */
  transition: 0.3s;
}

.map-link:hover {
  background: rgba(0, 255, 255, 0.4);
}
.relatedProduct {
    padding: 50px 0;
    border-top: 1px solid #f3f3f3;
}

/* Specific Positions (adjust these % to match the labels) */
.montreal {
     top: 5%;
    left: 5%;
    width: 10%;
    height: 7%;
}

.dubai {
    top: 20%;
    left: 41%;
    width: 10%;
    height: 7%;
}

/*map location css end*/











