body {
    font-family: "Metropolis";
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    
}
.leaders-box {
    padding: 25px 0 30px;
}
.leaders-box .gus-top-heading {
    margin-bottom: 20px;
}
.services-box {
    padding: 5px 0; 
}
 .services-item-card:has(.contact-tab) {
    gap: 10px;
    flex-direction: row;
}
.container-new {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    background-color: white;
}
  .about-top-box .heading-section .ibcxlheading {
    text-transform: uppercase;
    font-size: 40px;
}

h1, h2, h3, p {
    color:#101743;
}
.right-zoom-img{
     pointer-events: none;   
}
}

ul {
    margin: 10px 0;
    padding-left: 20px;
}

    ul li {
        margin-bottom: 5px;
    }

.contact-info {
    margin-top: 40px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

    .contact-info h4 {
        margin-bottom: 15px;
    }

.address {
    margin-top: 10px;
}

    .address h4 {
        margin-bottom: 5px;
    }

    .address p {
        margin: 5px 0;
    }
    
    .services-box .gus-top-heading .gusxlheading.ibc-gus-head{
        font-size: 40px;
        line-height: 45px;
        width: 45%;
    }
    
    .gus-top-heading .services-right .services-all-list{
        display: none;
    }
    
    .gus-top-heading .services-right.services-show .services-all-list{
        display: block;
    }
    
    .gus-top-heading .services-right .gus-btn-line{
            background: 0;
    border: 0;
    cursor: pointer;
    }
    
    .services-item-card .services-right .services-list li{
        display: list-item;
    }
    
    .services-item-card .services-right .services-list li strong{
       /* display: block; */
        padding-bottom: 15px;
    }
    
    .moretext-ibc ul li{
        list-style-type: disc;
    }
    
    .services-item-card .services-right ul li{font-size: 18px; }
    
    .ibc-bullet .services-item-card .services-right .services-list li{
        list-style-type: disc;
    }
    
    /*.ibc-bullet .services-item-card .services-right.services-show .services-all-list p strong{*/
    /*    list-style-type: disc;*/
    /*}*/
    
    .services-nav-slider .slick-list{height: 100% !important;}
    .services-item-card .services-right p{margin-bottom: 10px;}
    .services-item-card .services-right p strong{font-size: 20px;}
    .services-item-card .services-right h3 strong{font-size: 20px;}
    
    
    
    .inner-banner-details.ibc-banner-text{
        top: 85%;
        transform: translate(0, -85%);
    }
    
    /* img zoom css */
    
    .image-container {
  position: relative;
  width: 300px; 
  overflow: hidden;
  cursor: zoom-in;
}

.image-container img {
  width: 100%;
  transition: transform 0.3s ease;
}

/* Overlay styles */
.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); 
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.zoom-overlay img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(1); 
  transition: transform 0.3s ease;
}


.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

.second-wind-wrapper{
    display: flex;
    align-items: center;
    gap: 50px;
}

.second-wind-wrapper .second-wind-images {
    max-width: 45%;
    width: 100%;
}

.second-wind-wrapper .content-wrapper {
    width: 100%;
    max-width: 55%;
}
.second-wind-wrapper .content-wrapper p{
    font-size: 18px;
    color: #101743;
    font-weight: 400;
    font-family: "Metropolis";
}

.second-wind-wrapper .content-wrapper p em  {
    font-style: normal !important;
}
.second-wind-wrapper .second-wind-images img.ls-is-cached.lazyloaded {
    object-fit: contain;
    height: auto;
}

.zoom-overlay.active {
  display: flex;
}

.gus-top-heading .gus-top-mid .services-list p{
    font-size: 18px;
}

.services-item-card .services-left img {
    cursor: zoom-in;
}

.services-left .zoom-img-position{
    position: relative;
}
.right-zoom-img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translate(0px, 0px);
}
.right-zoom-img img{
   width: 50px;
   height: auto;
}
.services-nav-slider .item .ibcheadings{width:75%;color:var(--blue-color);font-weight:400;}


.services-nav-slider .item.slick-current .ibcheadings {
    font-weight: 700;
}.ibcheadings {
    font-size: 20px;
}


#close-btn.active #zoom-overlay{
    display: none;
}


@media screen and (max-width:991px) {
    
    .second-wind-wrapper{
        display: block;
    }
    .second-wind-wrapper .second-wind-images{
        max-width: 100%;
        text-align: center;
    }
    .second-wind-wrapper .content-wrapper{
        max-width: 100%;
        padding-top: 20px;
    }
}

    
    @media screen and (max-width:767px) {
        
        .services-box .gus-top-heading .gusxlheading.ibc-gus-head{
            width: 100%;
            padding-bottom: 10px;
        }
        .services-box .gus-top-heading .gus-top-mid{
            width: 100%;
        }
        .inner-banner-details.ibc-banner-text{
            top: 88%;
        }
        .services-item-card .services-right p{
            font-size: 16px;
        }
        .services-item-card .services-right ul li{
            font-size: 16px;
        }
        .gus-top-heading .gus-top-mid .services-list p{
            font-size: 16px;
        }
        .services-item-card .services-right .about-gus-font p strong{
            font-size: 16px;
        }
        .services-nav-slider .item .ibcheadings{width:75%;color:var(--blue-color);font-weight:400;}


.services-nav-slider .item.slick-current .ibcheadings {
    font-weight: 700;
}.ibcheadings {
    font-size: 20px;
}
        .second-wind-wrapper .content-wrapper p{
            font-size: 16px;
        }

    }
    
     @media screen and (max-width:430px) {
        
        .services-box .gus-top-heading .gusxlheading.ibc-gus-head{
            font-size: 35px;
            line-height: 40px;
            text-align: center;
        }.services-nav-slider .item .ibcheadings{width:75%;color:var(--blue-color);font-weight:400;}


.services-nav-slider .item.slick-current .ibcheadings {
    font-weight: 700;
}.ibcheadings {
    font-size: 20px;
}

        
    }
    
    .inner-banner-details.ibc-banner-text