/*
Theme Name: Access Doctor
Theme URI: 
Description: Child theme for Hello Elementor
Author: 
Author URI: 
Template: hello-elementor
Version: 1.0.0
*/

/* Your custom CSS here */

@font-face {
    font-family: 'Helonik', sans-serif;
    src: url(/assets/fonts/helonik-regular.otf);
    font-weight: 500;
    font-style: normal;
}

:root {
    --helonik-font: 'Helonik', sans-serif;
}

.gradient {
    background: linear-gradient(270deg,
            #17CCAA 0%,
            #11B1A9 51%,
            #0C9AA8 100%);
}

.helonik-font-style a {
    font-family: var(--helonik-font);
    font-size: 16px;
    color: #031C3A;
    text-decoration: none;
    padding: 10px 15px;
}

.helonik-font-style a span {
    font-family: var(--helonik-font);
    font-size: 14px;
}

.top-bar-text p {
    fill: linear-gradient(90deg,
            #97EEDE 0%,
            #9DE3EB 100%,
        );
}

.gradient-font {
    background: linear-gradient(90deg, #00609C, #17CCAA);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.category-card {
    min-height: 350px !important;
}

.price-color-text {
    color: #00629C;
    font-size: 18px;
    font-weight: 700;
}

.e-n-tab-title {
    justify-content: space-between !important;
}

/* Doctor Testimonial Slider */
.custom-slider {
    position: relative;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}

.slide-content {
    max-width: 50%;
}

.slide-content h2 {
    font-size: 44px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.slide-content p {
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    max-width: 400px;
}

.slide-image img {
    max-width: 300px;
    border-radius: 20px;
}

/* Navigation */
.nav {
    position: absolute;
    bottom: 65px;
    left: 50px;
}

.nav button {
    background: #0c2d48;
    color: #fff;
    border: none;
    padding: 2px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
}

.nav button.disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.nav button:hover {
    background: #007994 !important;
}

.reliable-container .elementor-icon-box-title {
    line-height: 1.2 !important;
}

.reliable-container .elementor-icon-box-title {
    --widgets-spacing-row: 4px !important;
}

.elementor-7 .elementor-element.elementor-element-890a1b7 .elementskit-testimonial-slider .swiper-button-prev {
    left: 91% !important;
    top: -10% !important;
}

.elementor-7 .elementor-element.elementor-element-890a1b7 .elementskit-testimonial-slider .swiper-button-next {
    top: -10% !important;
}

.ekit-wid-con .swiper-slide {
    width: 340px !important;
}

.elementskit-commentor-content {
    min-height: 390px !important;
}

.e
/* Responsive */
@media (max-width: 1024px) {
    .testimonial-card {
        flex: 0 0 calc(100% / 2);
    }

    .slide-content h2 {
        font-size: 30px;
    }

    .slide-content p {
        font-size: 13px;
    }

    .nav {
        position: absolute;
        bottom: 10px;
        left: 120px;
    }
}

@media (max-width: 768px) {
    .slide {
        flex-direction: column;
        text-align: center;
    }

    .slide-content {
        max-width: 100%;
    }

    .slide-image img {
        margin-top: 20px;
    }

    .slide-content h2 {
        font-size: 25px;
    }

    .slide-content p {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .testimonial-card {
        flex: 0 0 100%;
    }

    .nav {
        position: absolute;
        bottom: 10px;
        left: 50px;
    }
}