/*** Hero Header ***/
.hero-header {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #6f6d6d;
    padding-top: 0;
}
.homepg .heading {
    /* font-size: 60px; */
    font-weight: 600;
    /* margin-bottom: 40px; */
}
.homepg.text-heading {
    font-weight: 600;
    margin-bottom: 50px;
}
.homepg.buttons {
    display: flex;
    gap: 30px;
    align-items: center;
}
.international-society-of-sport a{
    color: #000;
    text-decoration: underline;
}
.learn-more{
    text-decoration: none !important;
    color: #0040C3 !important;
}
.image-header img {
    width: 100%;
    object-fit: cover;
}
/* Responsive Top Gap Adjustments */
@media (max-width: 767.98px) {
    .hero-header {
        padding-top: 1rem !important;
    }

    .container.my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .hero-header h1 {
        margin-top: 2rem !important;
    }

    .international-society-of-sport {
        margin-top: 1rem !important;
    }

    .image-header img {
        max-height: 450px;
    }
}
/*** Video Container ***/
.video-container {
    position: relative;
    width: 100%;
    height: auto;
}
.overlay-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px;
}
.overlay-text ul {
    list-style: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 50%);
    padding: 20px;
}
.overlay-text ul li {
    padding-left: 1rem;
    position: relative;
    padding-bottom: 0.2rem;
}
.overlay-text ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fff;
}
.overlay-text ul li:last-child {
    padding-bottom: 0;
}
/* Responsive adjustments */
@media (min-width: 768px) {
    .overlay-text {
        width: 30%;
        top: 30px;
        text-align: left;
    }
    .overlay-text ul li {
        padding-left: 30px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .overlay-text {
        padding: 10px;
        right: 75px;
    }
    .overlay-text ul li {
        padding-left: 15px;
        padding-bottom: 10px;
    }
}
/*** Professional Education Container ***/
.professional-body {
    color: #000;
}

.pill-link {
    text-decoration: none;
}

.explore-course-text {
    text-decoration: none;
    color: #0040C3;
}
.course-card {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(214, 214, 214, 0), rgba(94, 94, 94, 0.67));
}

.course-card-body {
    padding: 1rem; /* Adjust padding as needed */
    background:linear-gradient(180deg, rgba(214, 214, 214, 0), rgba(94, 94, 94, 0.67));
}

.apply-now-container {
    background: rgba(0, 0, 0, 0.5); /* Add a semi-transparent background to the container */
    padding: 0.5rem; /* Adjust padding as needed */
    border-radius: 5px; /* Add border-radius to the container */
}

.apply-now-text {
    color: #fff; /* Ensure the text color is white */
}

.card-title {
    color: #fff; /* Ensure the text color is white */
}
.overlay-logo {
    position: absolute;
    z-index: 2
}
/* Testimonial Container */
/* .testimonial-container {
    background-color: #0040c3;
    background-image: url('../../../storage/frontend/testimonial-background.svg');
    background-size: auto;
    background-repeat: repeat-y;
    background-position: center;
    font-family: 'Poppins', sans-serif;
    background-color: #0040c3 !important;
    color: #fff !important;
    margin: 0;
    padding: 0;
}
.testimonial-heading {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}


.testimonial-body {
    font-weight: 400;
    color: var(--white);
    margin: 0 auto;
}



.student-video {
    background-color: transparent;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 700px;
    width: 100%;
}
.student-video video {
    width: 100%;
    border-radius: 10px;
    background-color: #000;
}
.testimonials-wrapper {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.testimonials {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testimonial {
    width: 80%;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    opacity: 0.3;
    transform: scale(0.9);
}
.testimonial img.quote {
    width: 30px;
    margin-bottom: 10px;
}
.testimonial .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.testimonial .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.testimonial.clear {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.responsive-video {
    width: 100%;
    height: auto;
    max-height: 400px; 
    border-radius: 10px;
    background-color: #000;
}

@media (max-width: 767.98px) {
    .responsive-video {
        max-height: 250px; 
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .responsive-video {
        max-height: 350px; 
    }
}

@media (min-width: 1200px) {
    .responsive-video {
        max-height: 400px; 
    }
} */

.section-4 {
    background-color: var(--primary);
    background-image: url('../../../storage/frontend/testimonial-background.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: var(--white);
}
/* .section-4 .content {ion
    padding: 60px 0;
} */
.section-4 .heading, .section-4 .sub-heading {
    color: var(--white);
}
.section-4 .bottom-content {
    margin-top: 40px;
}
.section-4 .student-video video {
    width: 100%;
    height: 380px;
    /* object-fit: cover; */
    object-fit: fill;
    border-radius: 10px;
}
.section-4 .testimonial {
    height: 350px!important;
    background-color: var(--white);
    color: #000;
    padding: 0 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-4 .testimonial img.quote {
    width: 25px;
    margin-bottom: 5px;
}
.section-4 .testimonial .author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.section-4 .testimonial .author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.section-4 .testimonial .author .author-info {
    flex: 1;
}

.section-4 .testimonial .author .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.section-4 .testimonial .author .designation {
    font-size: 13px;
    color: #505050;
}

@media (min-width: 767.98px) {

    .section-4 .testimonial {
        height: 380px !important;
    }

    .section-4 .student-video video {
        height:380px;
}
    .section-4 .testimonial .author {
        flex-direction: row;
        align-items: center;
    }
    
    .section-4 .testimonial .author img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
}

@media (min-width: 319px) and (max-width: 375px) {

    .section-4 .testimonial {
        height: 360px !important;
    }


    .section-4 .testimonial-content{
        font-size: 12px;
    }
}

@media (min-width: 376px) and (max-width: 426px) {
    .section-4 .testimonial {
        height: 300px !important;
    }


    .section-4 .testimonial-content{
        font-size: 13px;
    }
}
/* Partner Container */
.partners-container{
    padding: auto;
    background-image: url('../../../storage/frontend/world-map-white.svg');
    background-color: #FFFFFF;
    background-size:contain;
    background-repeat: no-repeat;
    background-position:top;
}

.partners-heading {
    color: #000000;
}

.partners-body {
    color: #000;
}

.event-image {
    width: auto; /* Ensure the image takes up the full width of its container */
    height: 8rem !important; /* Maintain aspect ratio */
    object-fit: fill;
    margin-bottom: 3rem; /* Ensure the image covers the container while maintaining aspect ratio */
}

/* .custom-row-gap {
    margin-bottom: 2rem;
} */

@media (max-width: 768px) {
    .partners-container {
        background-size:auto; /* Ensure the background image covers the entire container */
        background-repeat: no-repeat; /* Prevent the background image from repeating */
        background-position: center; /* Center the background image */
    }
    .custom-row-gap {
        margin-bottom: 1rem;
    }
    .event-image {
        width: auto; /* Ensure the image takes up the full width of its container */
        height: 4rem !important; /* Maintain aspect ratio */
        object-fit: fill;
        margin-bottom: 2rem; /* Ensure the image covers the container while maintaining aspect ratio */
    }
}
/* Journey Container */
.journey-container {
    background-color: #0040c3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.journey-heading {
    color: #fff;
}
.journey-body {
    color: #FFF;
    text-align: center;
}
.signup-button {
    color: #0040c3 !important;
    background-color: #fff !important;
    padding: auto;
    text-align: center;
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 500 !important;
}
.explore-lesson {
    color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-responsive {
        padding: 0.3rem 0.6rem; /* Further reduced for mobile */
    }
}


/* Expert Container */
.expert-container{
    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.expert-heading{
    color: #000;
}
.expert-body{
    color: #000;
}

/* Expert 1 */
.expert-image-15 {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.expert-name {
    font-weight: 600;
    letter-spacing: 0.02em;
}
.qualification {
    font-weight: 400;
}

/* .expert-modal{
    max-width: 70%;
} */
/* Custom styles for expert images */
.expert-select {
    width: 100%;
    max-width: 185px; /* Adjust as needed */
    height: 100%;
    border-radius: 50%; /* Ensures the image is a circle */
    object-fit: cover; /* Ensures the image covers the container without distortion */
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .expert-select {
        max-width: 120px; /* Increase size for smaller screens */
    }
}

/* Ensure modal content is left-aligned */
.expert-content {
    text-align: left;
}

/* .expert-content  p {
    font-size: 20px;
} */

/* Expert modal adjustments */
/* .expert-modal {
    max-width: 70%;
} */


/* Additional responsive adjustments for modal content */
@media (max-width: 767.98px) {
    .expert-modal .modal-body {
        padding: 1rem; /* Reduce padding for smaller screens */
    }
    .expert-modal .row.align-items-center {
        flex-direction: column; /* Stack items vertically on smaller screens */
        text-align: center; /* Center align text for better readability */
    }
    .expert-modal .col-md-2, .expert-modal .col-md-8, .expert-modal .col-md-1 {
        width: 100%; /* Make columns full width */
        margin-bottom: 1rem; /* Add space between items */
    }
    .expert-modal .col-md-1 {
        text-align: right; /* Keep close button aligned to the right */
    }
}

/* Ensure close button is always in the top right corner */
.btn-close-custom {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

/* Center name and designation under image on mobile */
@media (max-width: 767.98px) {
    .expert-name, .qualification {
        text-align: center;
        margin-top: 0.5rem;
    }
}

/* Align name and designation next to image on tablets and larger screens */
@media (min-width: 768px) {
    .expert-modal .row.align-items-center {
        flex-direction: row; /* Align items horizontally on larger screens */
        text-align: left; /* Left align text for better readability */
    }
    .expert-modal .col-md-2, .expert-modal .col-md-8, .expert-modal .col-md-1 {
        width: auto; /* Reset width */
        margin-bottom: 0; /* Remove space between items */
    }
    .expert-modal .col-md-8 {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Left align items instead of center */
    }
    .expert-name, .qualification {
        text-align: left;
    }
}


body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
    width: 100% !important;
}


.modal-backdrop {
    width: 100vw !important;
    height: 100vh !important;
}


.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}


html {
    overflow-y: scroll !important;
}


.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.modal-dialog {
    margin: 1.75rem auto !important;
}

/* Fix for expert modals */
.expert-modal {
    padding-left: 0 !important;
}

/* Fix for any inline padding styles */
.modal.fade {
    padding-left: 0 !important;
}

/* Nutritionist Container */
.nutritionist-container {
    background-color: #0040c3;
    background-image: url('../../../storage/frontend/nutritionist-background.svg');
    background-size: auto;
    background-repeat: repeat-y;
    background-position: center;
}
.nutritionist-heading {
    color: #fff;
}
.nutritionist-body {
    color: #fff;
    text-align: center;
}
.custom-search-bar .input-group {
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
}
.custom-search-bar .form-control, .custom-search-bar .btn {
    border-radius: 35px;
}
.custom-search-bar .form-control {
    height: 50px !important;
    font-size: 1.2rem;
}
.custom-search-bar .input-group-text, .custom-search-bar .form-control, .custom-search-bar .btn {
    border: none;
    box-shadow: none;
}
.custom-search-bar .input-group {
    border: 1px solid #ffffff;
    border-radius: 47px;
}
.search-button {
    font-size: 0.9rem;
    font-weight: 300;
}
.input-group-text {
    background-color: #fff !important;
    border-radius: 12px !important;
    border: none;
    font-size: 1.2rem;
    padding: 0.1rem !important;
}
.list-heading {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.nutritionist-button {
    color: #FFF !important;
    border-radius: 10px !important;
    border-color: #4574d3 !important;
}
.nutritionist-button:hover {
    background-color: #4574d3 !important;
    color: #FFF !important;
}
/* Follow us button */
.follow-us-btn {
    writing-mode: vertical-rl;
   /* Adjusts text to vertical and right side */
    transform: rotate(180deg) translateY(50%);
   /* Corrects orientation and centers vertically */
    transform-origin: center;
   /* Centers the rotation */
    position: fixed;
   /* Fixed positioning to stick on scroll */
    top: 50%;
   /* Center vertically */
    right: 0;
   /* Align to the right edge of the viewport */
    color: white;
   /* White text color */
    border: none;
   /* Remove border */
    cursor: pointer;
   /* Change cursor to pointer on hover */
    padding: 10px 20px;
   /* Padding inside the button */
    border-radius: 10px 0 0 10px;
   /* Rounded corners on the left side */
    font-size: 16px;
   /* Font size */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
   /* Add shadow for better visibility */
    display: flex;
    flex-direction: column;
   /* Stack icons vertically */
    align-items: center;
   /* Align icons */
    padding: 10px;
   /* Add some padding around */
}
.nav-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-pills .nav-item {
    margin-bottom: 1rem;
}

.nav-pills .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}

.nav-pills .nav-link.active {
    background-color: #0040c3;
    color: #fff;
}

.nav-pills .nav-item a:hover {
    color: #0040c3 !important;
    border-bottom: 2px solid #0040c3;
}

.nav-pills .nav-item a:hover .tab-text {
    color: #0040c3 !important;
}

/* Remove background color on hover */
.nav-pills .nav-link:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .nav-pills {
        flex-direction: row;
    }

    .nav-pills .nav-item {
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .nav-pills .nav-item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .nav-pills {
        flex-direction: column;
        align-items: center;
    }

    .nav-pills .nav-item {
        margin-bottom: 1rem;
    }

    .nav-pills .nav-link {
        width: 100%;
        justify-content: center; /* Center the content */
    }
}
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}
.nav-pills .nav-item a.active {
    color: #0040c3 !important;
   /* Change this to your desired color */
}
.tab-text{
    color: #000;
} 
.nav-item .active .tab-text {
    color: #0040c3 !important;
   /* Change this to your desired color */
}
/* Fix scrollable container - Replace with Swiper */
.courses-swiper {
    width: 100%;
    padding-bottom: 50px; /* Space for pagination */
}

.courses-swiper .swiper-slide {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.courses-swiper .card {
    /* height: 100%; */
    height: 425px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.courses-swiper .card-img-top {
    /* height: 450px; */
    height: 250px;
    object-fit: fill; 
    width: 100%;
    filter: brightness(0.5);
}

.courses-swiper .card-body {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 175px;
}

.courses-swiper .card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.75rem; /* Approximately 2 lines of text */
    
}

.courses-swiper .apply-now-container {
    margin-top: auto; /* Push to bottom of flex container */
    background: rgba(0, 0, 0, 0.5);
    padding: 0.75rem;
    border-radius: 5px;
}

.courses-swiper .swiper-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.courses-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s ease;
}

.courses-swiper .swiper-pagination-bullet-active {
    background: #0040c3;
    transform: scale(1.2);
}

.tab-pane .swiper-pagination {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Responsive adjustments for cards */
@media (max-width: 1400px) {
    .courses-swiper .card {
        height: 360px;
    }
    .courses-swiper .card-body {
        height: 160px;
    }
    .courses-swiper .card-img-top {
        height: 200px;
    }
}

@media (max-width: 1200px) {
    .courses-swiper .card {
        height: 300px;
    }
    .courses-swiper .card-body {
        height: 155px;
    }
    .courses-swiper .card-img-top {
        height: 145px;
    }
}

@media (max-width: 991.98px) {
    .courses-swiper .card {
        height: 350px;
    }
    .courses-swiper .card-body {
        height: 160px;
    }
    .courses-swiper .card-img-top {
        height: 235px;
    }
}

@media (max-width: 767.98px) {
    .courses-swiper {
        padding-bottom: 40px;
    }
    
    .courses-swiper .card {
        height: 380px;
    }
    
    .courses-swiper .card-img-top {
        height: 247px;
    }
    
    .courses-swiper .swiper-pagination {
        bottom: 5px;
    }
    
    .courses-swiper .card-title {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 319px) and (max-width: 374px) {
    .courses-swiper {
        padding-bottom: 130px;
    }
}
@media (min-width: 375px) and (max-width: 424px) {
    .courses-swiper {
        padding-bottom: 80px;
    }
}
@media (min-width: 425px) and (max-width: 575px) {
    .courses-swiper {
        padding-bottom: 40px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .courses-swiper {
        padding-bottom: 120px;
    }
}

/* FAQ Container */
.faq-container {
    background-color: #FFF;
}
.faq-heading {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.faq-body {
    color: #000;
    font-weight: 400;
}
.arrow-icon {
    width: 24px; /* Adjust as needed */
    height: auto;
    transition: transform 0.3s ease;
}
.card-header .collapsed .arrow-icon {
    transform: rotate(-180deg);
}
.btn-link {
    width: 100%;
    text-align: left; /* Align text to the left */
    display: flex;
    justify-content: space-between; /* Space between text and arrow */
    align-items: center;
}
.faq-container .accordion-item {
    margin-bottom: 20px; /* Adds bottom margin to each accordion card */
    border-radius: 20px;
    color: #FFF;
    box-shadow: 0 4px 8px rgba(21, 21, 21, 0.1);
}
.faq-container .accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 20px;
    /* height: 100px; */
    padding: 30px 25px;
}
.faq-container .accordion-button.text-heading {
    margin-bottom: 0;
}
.faq-container .accordion-item:first-of-type {
    border-radius: 20px;
}
.faq-container .accordion-item:last-of-type {
    border-radius: 20px;
}
/* Apply border-radius to the first accordion button */
.faq-container .accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type .accordion-collapse.collapse:not(.show) .accordion-body {
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px; 
}
/* Apply border-radius to the last accordion item when not collapsed */
.faq-container .accordion-item:last-of-type .accordion-collapse.collapse:not(.show) .accordion-body {
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px; 
}
.faq-container .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 20px;
}
/* Ensure the last accordion item always has rounded corners at the bottom */
.faq-container .accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px; 
}
.faq-container .accordion-button:not(.collapsed)::after {
    /* background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23e59114\'%3e%3cpath stroke=\'%23e59114\' stroke-width=\'2\' fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e'); */
    transform: rotate(-180deg);
}
.faq-container .accordion-button::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23666565\'%3e%3cpath stroke=\'%23666565\' stroke-width=\'2\' fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
    width: clamp(16px, 2vw, 20px);
    height: clamp(16px, 2vw, 20px);
    background-size: contain;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .faq-container .accordion-button::after {
        width: clamp(14px, 1.8vw, 20px);
        height: clamp(14px, 1.8vw, 20px);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .faq-container .accordion-button::after {
        width: clamp(15px, 1.9vw, 22px);
        height: clamp(15px, 1.9vw, 22px);
    }
}
.faq-container .accordion-button:hover {
    background-color: inherit; /* Or use the specific color of the button's non-hover state */
    color: inherit; /* Adjust if the text color also changes on hover */
}
.faq-container .accordion-header {
    background-color: #fff;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 20px;
    /* height: 100px; */
    font-family: 'Poppins', sans-serif;
}

.faq-container .accordion {
    border-radius: 20px;
}
.faq-container .accordion-body{
    color: #000;
    background-color: #FFF;
    border-radius: 0 0 20px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .accordion-button {
        font-size: 1rem; /* Adjust font size for smaller screens */
        padding: 0.5rem 1rem; /* Adjust padding for smaller screens */
    }
    .accordion-body {
        font-size: 0.875rem; /* Adjust font size for smaller screens */
    }
    .faq-container .accordion-button {
        padding: 25px 15px;
    }
}

.arrow-right-icon {
    width: clamp(16px, 2vw, 24px);
    height: auto;
    transition: all 0.3s ease;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .arrow-right-icon {
        width: clamp(18px, 2.5vw, 22px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .arrow-right-icon {
        width: clamp(14px, 1.8vw, 20px);
    }
}

/* Hover effect */
.arrow-right-icon:hover {
    transform: translateX(5px);
}
