body{
    overflow-x:hidden !important;
}
.second_para{font-size:50px}
p{
    text-align:justify !important;
}
    .youtube:hover {
        animation: moveUpDown 0.5s infinite alternate;
    }

    .bi.bi-youtube:hover {
        color: #d10707 !important;
    }

    @keyframes moveUpDown {
        0% {
            transform: translateY(0);
            /* Start from initial position */
        }

        100% {
            transform: translateY(-10px);
            /* Move 5 pixels up */
        }
    }

    .content-section {
        background-color: #F8E3CA !important;
        color: #304597 !important;
    }

    .btn-outline-primary {
        border: 1px dashed #304597 !important;
        color: #304597 !important;
    }

    .btn-outline-primary:hover {
        border: 1px dashed #304597 !important;
        color: #304597 !important;
        background-color: #f48119 !important;
    }

    .btn-outline-primary.active {
        background-color: #f48119 !important;
        border: 1px solid #f48119 !important;
        color: white !important;
    }

    .inner-tab-content {
        margin-top: 5rem !important;
    }
#scroll_id{
    height: 25rem;
    overflow-y: auto;
}
#scroll_id a{
   font-weight:bold !important;
   text-decoration:underline !important;

}
.scroll_section{
    border: 61px solid #F8E3CA;
    border-radius: 14px;
    padding: 2.5rem;
}
.collapsed-content {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

/* Full height with scrollbar */
.expanded-content {
    max-height: 300px; /* or set to 'none' if you want full height without limits */
    overflow-y: auto;
    padding-right: 1rem;
}
.collapsed-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(248, 227, 202, 0), #F8E3CA);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.collapsed-content.expanded::after {
    opacity: 0;
}

.collapsed-content.expanded {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 1rem;
}

@media screen and (max-width: 768px) {
    .collapsed-content {
        max-height: 150px;
        overflow: hidden !important;
        -webkit-overflow-scrolling: auto;
        touch-action: none;
    }

    .collapsed-content.expanded {
        max-height: 300px;
        overflow-y: auto !important;
        touch-action: auto;
        -webkit-overflow-scrolling: touch;
    }

    .collapsed-content::after {
        height: 40px;
    }
}

/* "Read More" link style */
.read-more-link {
    display: inline-block;
    margin-top: 10px;
    color: #304598;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    float:right;    
    margin-right:20px;
}

@media screen and (max-width: 768px) {
    @media (max-width: 767px) {
        .tawk-min-container {
            display: none !important;
        }
        .second_para{font-size:25px}
    }
.inner-tab-content {
    margin-top:0.1rem !important;
}
section:not(.hero-banner) {
    padding: 20px 0 !important;
    overflow: hidden;
}
        .hero-banner {
            padding-bottom: 0px !important;
        }
.section-title h2 {
    padding-bottom:0px !important;
}
.section-title {
    padding-bottom:1px !important;
}
    #trustpilot-gtm-floating-wrapper{
display:none !important;}
     .col-lg-6.col-md-6 img {
        height: 20rem !important;
    }
    .mid-page{
        display:none !important;
    }
    .btn-outline-primary {
        font-size:0.7rem !important;
        border: 1px dashed #304597 !important;
        color: #304597 !important;
    }
    .carousel-control-next, .carousel-control-prev {
    display:none;
}

    .btn-outline-primary.active {
        background-color: #f48119 !important;
        border: 1px solid #f48119 !important;
        color: white !important;
        font-size:0.7rem !important;
    }
    .scroll_section {
        border: none;
    border-radius: 14px;
    padding: 1rem;
    }
     .scroll_section p{
     text-align:justify !important;
     padding:0 0.1rem 0 0.1rem !important;
    }
     .women_section{
        display:none;
    }
}
 .carousel-indicators [data-bs-target] {
        background-color: #eeb980 !important;
    }

   .image-with-shadow {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Adjust shadow properties as needed */
        border-radius: 20px;
    }

    .image-with-shadow {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        /* Adjust shadow properties as needed */
        border-radius: 20px;
    }
    .carousel-control-prev-icon{
    padding: 3rem !important;
    background-color: #F48119 !important;
}
.carousel-control-next-icon {
    padding: 3rem !important;
    background-color: #F48119 !important;
}
.carousel-control-next, .carousel-control-prev {
    display: block;
    width: 3% !important;
}
.carousel-control-prev {
left:-6rem !important;
}

.carousel-control-next {
right:-6rem !important;
}
 h2{
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 500 !important;
    }
    h3{
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 400 !important;
    }
     .full-width-image {
            width: 100%;
            height: auto;
            display: block;
        }
        @media (max-width: 768px) {
            .full-width-image {
                height: 37vh;
            }
            .icon_services .section-title h2 {
            font-size: 26px;}
        }
        .icon_services,
.video-section,
#faq {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}
        
 .icon_services {
            /*display: none;*/
        }
         .hero1 {
            /*display: none;*/
        }
        section:not(.hero-banner) {
            padding: 10px 0 !important;
        }
        .hero-banner {
            padding-bottom: 0px !important;
        }
