.header-top-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.top-list{
    display:flex;
    align-items:center;
    gap:30px;
    margin:0;
    padding:0;
    list-style:none;
}

.social-icon{
    display:flex;
    align-items:center;
    gap:15px;
}

.social-icon a{
    color:#fff;
    font-size:16px;
    transition:.3s;
}

.social-icon a:hover{
    color:#00984a;
}

.top-list li a{
    color:#fff;
    text-decoration:none;
}


/* Top bar text */
.header-top-section .top-list li,
.header-top-section .top-list li a,
.header-top-section .top-list li p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

/* Icons */
.header-top-section .top-list li i{
    font-size: 12px;
    margin-right: 6px;
}

/* Social icons */
.header-top-section .social-icon a{
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Space between items */
.header-top-section .top-list{
    gap: 20px;
}

/* Header Layout */
.header-main{
    display: flex;
    align-items: center;
}

.header-left{
    flex: 0 0 auto;
}

.header-right{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Menu Center */
.mean__menu-wrapper{
    width: 100%;
}

.main-menu{
    display: flex;
    justify-content: center;
}

.main-menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu ul li{
    margin: 0 18px;
}


.header-main{
    display: flex;
    align-items: center;
}

.header-left{
    flex: 0 0 220px;
}

.header-right{
    flex: 1;
    display: flex;
    align-items: center;
}

.mean__menu-wrapper{
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-contact-info{
    margin-left: auto;
}


.main-menu .submenu{
    display:block !important;
}

.main-menu .submenu li{
    display:block !important;
    float:none !important;
    width:100% !important;
}

.main-menu .submenu li a{
    display:block !important;
}
.header-logo1 img{
    max-width: 180px;
    height: auto;
}
@media (max-width: 320px) {

    .offcanvas__info{
        width: 100% !important;
        max-width: 100% !important;
        left: 0;
        right: 0;
    }

    .offcanvas__wrapper{
        width: 100% !important;
    }

    .offcanvas__content{
        width: 100%;
        padding: 20px 15px;
        overflow-y: auto;
    }
}
/* Hide offcanvas on Desktop */
@media (min-width: 1200px) {
    .fix-area,
    .offcanvas__info,
    .offcanvas__overlay {
        display: none !important;
    }
}

/* About Images Layout */

.about-section-2 .about-image {
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.about-section-2 .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Bottom Images */

.about-section-2 .about-image-items {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    align-items: stretch;
}


.about-section-2 .about-counter-box {
    width: 35%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}


.about-section-2 .about-image-2 {
    width: 65%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
}


.about-section-2 .about-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Counter Icon */

.about-counter-box .icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}


.about-counter-box h2 {
    font-size: 48px;
    color: #2185e8;
    margin: 15px 0 5px;
}


.about-counter-box p {
    font-size: 16px;
}



/* Tablet */

@media(max-width:991px){

    .about-section-2 .about-image {
        height:350px;
    }


    .about-section-2 .about-image-items{
        gap:20px;
    }


    .about-section-2 .about-counter-box{
        padding:20px;
    }


    .about-counter-box h2{
        font-size:38px;
    }

}


/* Mobile */

@media(max-width:767px){

    .about-section-2 .about-image{
        height:280px;
    }


    .about-section-2 .about-image-items{
        flex-direction:column;
    }


    .about-section-2 .about-counter-box,
    .about-section-2 .about-image-2{
        width:100%;
    }


    .about-section-2 .about-image-2{
        height:200px;
    }

}
.about-wrapper-2 .about-content .about-box-items {
    margin-top: 20px !important;
}

.about-box-items .about-img img {
    width: 150px;
    height: 180px;
    object-fit: cover;
}
.about-wrapper-2 .about-image-items .about-image-2 img {
      width:100%;
    height: 300px !important;
    object-fit: cover;
}



    /* Slider container */
    .services-slider {
        position: relative !important;
        padding-bottom: 90px !important;
    }

    /* Nav wrapper: holds prev arrow + dots + next arrow together, centered */
    #servicesNavWrap {
        position: absolute !important;
        bottom: 0px !important;
        top: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 20px !important;
        z-index: 999 !important;
        width: max-content !important;
    }

    /* Arrow buttons */
    #servicesNavWrap .swiper-button-prev,
    #servicesNavWrap .swiper-button-next {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        width: 45px !important;
        height: 45px !important;
        background-color: #fff !important;
        border-radius: 50% !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    #servicesNavWrap .swiper-button-prev::after,
    #servicesNavWrap .swiper-button-next::after {
        font-size: 16px !important;
        color: #000 !important;
        font-weight: 700;
    }

    /* Pagination dots */
    #servicesNavWrap .swiper-pagination {
        position: static !important;
        width: auto !important;
        margin: 0 !important;
    }


    .services-icon i{
    font-size: 38px;
    font-weight: 100;
    color: #fff;
}

.choose-us-image{
    height: 700px;
}

.choose-us-image img{
    width: 100%;
    height: 700px  !important;
   object-fit: cover;
  
}


.why-choose-us-section-2 .row{
    align-items: center;
}

.why-choose-us-section-2 .choose-us-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.why-choose-us-section-2 .choose-us-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}


.brand-slide .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.barnd-image{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.barnd-image img{
    max-width: 170px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all .3s ease;
}

.barnd-image img:hover{
    transform: scale(1.05);
}

@media (max-width:991px){
    .barnd-image{
        height:100px;
    }

    .barnd-image img{
        max-width:220px;
        max-height:70px;
    }
}

.project-section-2 .project-image-2{
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-section-2 .project-image-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-section-2 .project-content{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

/* Zig-zag layout */
.project-section-2 .zigzag-card{
    margin-top: 60px;
}

/* Mobile & Tablet */
@media (max-width: 991px){
    .project-section-2 .zigzag-card{
        margin-top: 0;
    }

    .project-section-2 .project-image-2{
        height: 380px;
    }
}

.marquee-section-2 .cmn-textslide img{
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-right: 10px;
    vertical-align: middle;
}


.cta-left-items .icon img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.cta-bg{
    background: #00984a;
    border-radius: 20px;
}
.cta-wrapper-2::before,
.zoom-effect-style::before{
    display: none !important;
    background: transparent !important;
    opacity: 0 !important;
}
.cta-section-2{
    background: transparent !important;
}

.cta-wrapper-2,
.zoom-effect-style{
    background-image: none !important;

    position: relative;
}

.cta-wrapper-2::before,
.cta-wrapper-2::after,
.zoom-effect-style::before,
.zoom-effect-style::after{
    content: none !important;
    display: none !important;
    background: transparent !important;
    opacity: 0 !important;
}

.testimonial-image img {
    width: 100%;
    height: 650px !important;
    object-fit: cover;
    position: center right;
}

@media (max-width: 991px) {
    .testimonial-image img {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .testimonial-image img {
        height: 400px;
    }
}

.testimonial-image {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.testimonial-image {
    position: relative;
    overflow: visible !important;
}

.testimonial-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: 80% center;
}

.counter-box {
    z-index: 5;
    position: absolute;
}

.quote-img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-img i {
    font-size: 28px;
    color: #00984a;
}

.services-section-2::before {
    display: none !important;
}

.services-section-2 {
    background-image: none !important;
    background-color: #78c26826; /* your required color */
}
.black-heading {
    color: #000 !important;
}

.services-section-2 .services-box-items-2 {
    background: #204066 !important;
    transition: none !important;
}

/* Remove hover effect */
.services-section-2 .services-box-items-2:hover {
    background: #204066 !important;
    transform: none !important;
}

/* Card text color */
.services-section-2 .services-box-items-2 h3 a,
.services-section-2 .services-box-items-2 .services-list li {
    color: #fff !important;
}

/* Check icon */
.services-section-2 .services-box-items-2 .services-list li i {
    color: #fff !important;
}

.services-section-2 .services-icon i {
    font-size: 50px !important;
}

.time-box-items {
    visibility: visible !important;
    opacity: 1 !important;
}
.testimonial-box-area {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.testimonial-box-items {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.testimonial-box-area {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.testimonial-box-items {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.testimonial-box-area {
    position: relative;
    padding-left: 30px;
}

.testimonial-box-area::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #024ca1;
}

/* services Slider Navigation */
#servicesNavWrap {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}


/* Pagination Dots */
#servicesNavWrap .swiper-pagination {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

#servicesNavWrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #204066;
    opacity: 0.5;
    border-radius: 50%;
    transition: all 0.3s ease;
}


#servicesNavWrap .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #00984a;
    opacity: 1;
}


/* Navigation Arrows */
#servicesNavWrap .swiper-button-prev,
#servicesNavWrap .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}


#servicesNavWrap .swiper-button-prev::after,
#servicesNavWrap .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}


/* Hover */
#servicesNavWrap .swiper-button-prev:hover,
#servicesNavWrap .swiper-button-next:hover {
    background: #00984a;
    border-color: #00984a;
}


/* Mobile */
@media(max-width:767px){

    #servicesNavWrap {
        margin-top: 30px;
        gap: 15px;
    }

    #servicesNavWrap .swiper-button-prev,
    #servicesNavWrap .swiper-button-next {
        width:35px;
        height:35px;
    }

    #servicesNavWrap .swiper-pagination-bullet-active {
        width:22px;
    }

}
.services-slider {
    padding-bottom: 60px;
}


/* Navigation spacing */
#servicesNavWrap {
    margin-top: 20px;
}


/* Mobile */
@media(max-width:767px){
    .services-slider {
        padding-bottom: 40px;
    }

    #servicesNavWrap {
        margin-top: 15px;
    }
}

.about-image-2 {
    height: 260px;
    overflow: hidden;
}

.about-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-counter-box .icon i {
    font-size: 50px;
    color: #00984a;
}
/* About images equal height fix */

.about-image,
.about-image-2 {
    height: 100%;
    overflow: hidden;
}

.about-image img,
.about-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Main image height */
.about-image {
    height: 450px;
}


/* Bottom small image */
.about-image-2 {
    height: 220px;
}


/* Remove extra spacing below images */
.about-image-items {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.about-image-items .about-counter-box,
.about-image-items .about-image-2 {
    height: 220px;
}
.about-img {
    width: auto;
    height: auto;
    min-width: auto;
    display: flex;
   
}

.about-img i {
    font-size: 45px;
    line-height: 1;
    color: #00984a;
    display: inline-block;
}


/*responsive*/
@media (max-width: 767px) {
    .choose-us-image img {
        height: 350px !important;
    }
    .project-section-2 .section-title {
    margin-bottom: 50px;
}
.testimonial-box-items {
    border-left: 4px solid #024ca1;
    padding-left: 25px;
    margin-bottom: 25px;
}
.testimonial-box-items {
    width: 95%;
    margin-left: -20px;
    border-left: 4px solid #024ca1;
    padding-left: 25px;
}
.counter-box {
    width: 220px;
    padding: 20px;
  
}
.testimonial-image {
    position: relative;
}

.testimonial-image .counter-box {
   
    position: absolute;
    left: 10px !important;
    right: auto !important;
    transform: translateX(-50%);
    bottom: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .choose-us-image img {
        height: 450px !important;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .testimonial-image {
        width: 95%;
        margin: 0 auto;
    }

    .testimonial-image img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .testimonial-image .counter-box {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 20px;
    }

}
@media (min-width:768px) and (max-width:991px) {

    .testimonial-section-2 .col-lg-6:first-child {
        display: flex;
        justify-content: center;
    }

    .testimonial-image {
        width: 95%;
        margin: 0 auto;
    }

    .testimonial-image img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        display: block;
    }

}
@media (min-width:768px) and (max-width:991px) {

    .testimonial-section-2 .row {
        justify-content: center;
    }

    .testimonial-section-2 .col-lg-6:first-child {
        width: 100%;
        display: flex !important;
        justify-content: center !important;
    }

    .testimonial-image {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto !important;
        left: auto !important;
        right: auto !important;
    }

    .testimonial-image img {
        width: 100% !important;
        height: 600px !important;
        object-fit: cover;
        display: block;
    }

}
@media (min-width:768px) and (max-width:1024px){

    .testimonial-image .counter-box {
        left: 5% !important;
        bottom: 20px;
        transform: translateX(-50%);
    }

}
@media(max-width:767px){

   
   

    .cta-right-items .theme-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        
    }

}


#formMessage .alert {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 15px;
}
    /* ===== Fix black gap above CTA section ===== */
    .cta-section-2 {
        background-color: #ffffff !important; /* match your page bg color */
        margin-top: 0 !important;
        padding-top: 60px;
        overflow: hidden;
    }

    .cta-wrapper-2 {
        margin-top: 0 !important;
        position: relative;
        z-index: 1;
    }

    /* If a previous section has negative bottom margin pulling CTA up, reset it */
    .cta-section-2 + section,
    section:has(+ .cta-section-2) {
        margin-bottom: 0 !important;
    }


    .appointment-wrapper-2 .row {
    align-items: end !important;
}

.appointment-wrapper-2 .form-clt {
    height: 100%;
}

.appointment-wrapper-2 .form-clt input,
.appointment-wrapper-2 .form-clt select,
.appointment-wrapper-2 .form-clt button {
    height: 55px;
}

.appointment-wrapper-2 .theme-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 55px;
    width: 90%;
    border-radius: 50px;
    padding: 5px 24px 5px 4px;
}

/* Prevent message div from affecting row layout */
.appointment-wrapper-2 .row #formMessage {
    display: none;
}
/* Allow submenu click */
.main-menu .submenu,
.main-menu .sub-menu {
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.main-menu li {
    position: relative;
}

.main-menu .submenu li a,
.main-menu .sub-menu li a {
    pointer-events: auto !important;
    cursor: pointer;
}

/* Prevent parent overlay blocking */
.header-section,
.menu-area,
.main-menu {
    position: relative;
    z-index: 999;
}
.appointment-wrapper-2,
.appointment-wrapper-2 form,
.appointment-wrapper-2 .form-clt,
.appointment-wrapper-2 select {
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.appointment-wrapper-2 select {
    cursor: pointer;
}
input[type="email"] {
    text-transform: lowercase;
}

/* Mobile Brand Section Padding */
@media (max-width: 767px) {

    .mobile-brand-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
.project-slide-2 {
    overflow: hidden;
}

.project-wrapper-2 {
    overflow: hidden;
    padding: 0 15px;   /* left-right spacing */
}

.project-slide-2 {
    overflow: hidden;
    padding: 0;
    margin: 0 -15px;   /* offset the parent padding */
}

.project-slide-2 .swiper-wrapper {
    box-sizing: border-box;
}

.project-slide-2 .swiper-slide {
    box-sizing: border-box;
    width: auto;   /* let Swiper calculate exact width via slidesPerView */
}


.project-section-2 .array-button-2 .array-next,
.project-section-2 .array-button-2 .array-next:hover,
.project-section-2 .array-button-2 .array-next:focus,
.project-section-2 .array-button-2 .array-next:active {
    background-color: var(--theme-color) !important;
    color: var(--white) !important;
}

.project-section-2 .array-button-2 .array-prev:hover,
.project-section-2 .array-button-2 .array-prev:focus,
.project-section-2 .array-button-2 .array-prev:active {
    background-color: var(--theme-color) !important;
    color: var(--white) !important;
}


/* Blog layout adjustments - image smaller, content wider, font reduced */
.team-section-2 .team-box-items-2 .team-image {
    max-width: 170px;
    height: 190px;
    flex-shrink: 0;
    overflow: hidden;
}

.team-section-2 .team-box-items-2 .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-section-2 .team-box-items-2 .team-content {
    flex: 1;
}

.team-section-2 .team-box-items-2 .team-content h3 {
    font-size: 18px;
    line-height: 1.4;
}

.team-section-2 .team-box-items-2 .team-content .sub-text {
    font-size: 13px;
    padding: 8px 10px;
}

.team-section-2 .team-box-items-2 .team-content p {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-section-2 .team-box-items-2 .team-content .theme-btn {
    font-size: 12px;
    padding: 4px 16px 4px 5px;
    margin-top: 12px;
}

/* Smaller circular icon on the blog-card "Read More" buttons */
.team-section-2 .team-box-items-2 .team-content .theme-btn i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 11px;
}

@media (max-width: 1199px) {
    .team-section-2 .team-box-items-2 .team-image {
        max-width: 100%;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .team-section-2 .team-box-items-2 .team-image {
        max-width: 100%;
        width: 100%;
        height: 200px;
    }
    .testimonial-wrapper-2 .testimonial-image {
    max-width:700px;
    position: relative;
   
}

.about-wrapper .about-image img {
    width: 100%;
    height: 300px !important;
    margin-top: 15px;
    border-radius: 10px;
}

/* Collapse the image container to fit the image (removes empty gap below) */
.about-section .about-image {
    height: auto !important;
}

/* Hide the floating image on mobile only (kept on tablet) */
.about-section .about-img-3 {
    display: none;
}

}


/* Main image container */
.about-section .about-image {
    min-height: 700px !important;
    position: relative;
}

.about-wrapper .about-image img {
    width: 100%;
    height: 600px;
    margin-top: 60px;
    border-radius: 10px;
}

/* Floating image container */
.about-section .about-img-3 {
    width: 280px; /* adjust if needed */
}

/* Floating image */
.about-section .about-img-3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 200px;
   
}

/* Reduce gap between image and content on mobile */
@media (max-width: 991px) {

    .about-section .about-image {
        min-height: auto !important;
        margin-bottom: 10px !important;
    }

    .about-section .about-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .about-section .row {
        row-gap: 10px !important;
    }

    .about-section .col-lg-5,
    .about-section .col-lg-7 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

}

/* CTA bottom spacing before footer (matches hospitals.html) */
.cta-custom-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .cta-custom-spacing {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

/* Newsletter-style CTA card (services.html): white button so it stands out
   on the green card, inverting to green on hover. */
.cta-newsletter-wrapper .form-content .theme-btn {
    margin-top: 28px;
    background-color: #ffffff;
    color: var(--theme-color);
}

.cta-newsletter-wrapper .form-content .theme-btn i {
    background-color: var(--theme-color);
    color: #ffffff;
}

.cta-newsletter-wrapper .form-content .theme-btn:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.cta-newsletter-wrapper .form-content .theme-btn:hover i {
    background-color: #ffffff;
    color: var(--theme-color);
}

/* services.html "What We Offer" — More About Us button turns white on hover */
.theme-btn.btn-hover-white:hover {
    background-color: #ffffff;
    color: #00984a;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.theme-btn.btn-hover-white:hover i {
    background-color: #00984a;
    color: #ffffff;
}

/* About Section Shapes */
.about-section .shape-1-img img {
    width: 70px;
    height: auto;
}

.about-section .shape-2-img img {
    width: 60px;
    height: auto;
}

.about-section .shape-3-img img {
    width: 80px;
    height: auto;
}


/* Reduce gap between Collaborations & Our Clients */

.brand-section hr{
    margin: 30px 0 !important;
}

.brand-section .row.mb-5{
    margin-bottom: 30px !important;
}

.brand-section .row.mt-5{
    margin-top: 30px !important;
}