@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap");

@font-face {
    font-family: "themify";
    src: url("./fonts/themify.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.main-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 3rem;
}

.sec-pad {
    padding: 100px 0;
}

input[readonly] {
    cursor: pointer;
}

/* =================== BUTTONS CSS START =================== */
.button-main{
    display: inline-block;
    height: auto;
    padding: 5px 15px;
    margin: 0 2px;
    border: 1px solid var(--rd-cl);
    border-radius: 30px;
    color: var(--rd-cl);
    background: transparent;
    font-weight: 300;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease,
        --bk-cl 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-main{
    padding: 14px 42px;
    margin: 10px 0;
}

.button-main:hover {
    border: 1px solid var(--rd-cl);
    --bk-cl: var(--rd-cl);
    color: var(--bk-cl);
    transform: translate3d(0px, -6px, 0.01px);
}
/* =================== BUTTONS CSS END =================== */


/* =================== CUSTOM ALERTS CSS START =================== */
.custom-alert {
    display: none;
    z-index: 1055;
    min-width: 300px;
    max-width: 400px;
    padding-left: 3rem;
    position: fixed;
    top: 7rem;
    right: 1rem;
    animation: slideInOut 5s ease forwards;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-left: 5px solid;
}

.custom-alert .icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.custom-alert.success {
    border-color: #198754;
    --bk-cl: #d1e7dd;
    color: #0f5132;
}

.custom-alert.error {
    border-color: #dc3545;
    --bk-cl: #f8d7da;
    color: #842029;
}

@keyframes slideInOut {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    10%,
    85% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
/* =================== CUSTOM ALERTS CSS END =================== */


/* =================== SECTION HEADINGS CSS START =================== */
.section-subtitle {
    font-size: 15px;
    line-height: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: var(--bk-cl);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.section-subtitle.b-cl {
    color: var(--b-cl);
}

.section-subtitle.rd-cl {
    color: var(--rd-cl);
}

.section-subtitle span {
    color: var(--rd-cl);
}

.section-subtitle.b-cl {
    color: var(--b-cl);
}

.section-title {
    font-size: 35px;
    font-family: "Outfit", sans-serif;
    color: var(--rd-cl);
    position: relative;
    line-height: 1.25em;
    font-weight: 700;
}

.section-title.b-cl {
    color: var(--b-cl);
}

.section-title.bk-cl {
    color: var(--bk-cl);
}

.section-title span {
    color: var(--rd-cl) !important;
}
/* =================== SECTION HEADINGS CSS END =================== */


.services-carousel .owl-nav .owl-prev,
.services-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.doctors-carousel .owl-nav .owl-prev,
.doctors-carousel .owl-nav .owl-next {
    position: absolute;
    height: 60px;
    width: 60px;
    margin: 10px 0;
    padding: 17px 25px;
    color: var(--rd-cl) !important;
    background: var(--bk-cl);
    border-radius: 50px;
    transition: 0.5s;
    border: 1px solid var(--rd-cl) !important;
}

.testimonial-carousel .owl-nav .owl-prev,
.services-carousel .owl-nav .owl-prev,
.doctors-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.services-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-next,
.doctors-carousel .owl-nav .owl-next {
    left: 80px;
}

.services-carousel .owl-nav .owl-prev:hover,
.services-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover,
.doctors-carousel .owl-nav .owl-prev:hover,
.doctors-carousel .owl-nav .owl-next:hover {
    background: var(--rd-cl);
    color: var(--bk-cl) !important;
}



.modal#statusSuccessModal .modal-content,
.modal#sessionErrorsModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 30px;
}

.modal#statusSuccessModal .modal-content svg,
.modal#sessionErrorsModal .modal-content svg,
.modal#statusErrorsModal .modal-content svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.modal#statusSuccessModal .modal-content .path,
.modal#sessionErrorsModal .modal-content .path,
.modal#statusErrorsModal .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal#statusSuccessModal .modal-content .path.circle,
.modal#sessionErrorsModal .modal-content .path.circle,
.modal#statusErrorsModal .modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.modal#statusSuccessModal .modal-content .path.line,
.modal#sessionErrorsModal .modal-content .path.line,
.modal#statusErrorsModal .modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#statusSuccessModal .modal-content .path.check,
.modal#sessionErrorsModal .modal-content .path.check,
.modal#statusErrorsModal .modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

.modal#statusSuccessModal .modal-content .btn-success {
    background: #198754;
    border: none;
}

.modal#statusSuccessModal .modal-content .successAlertHeading {
    color: #198754;
}

.modal#statusErrorsModal .modal-content .successAlertHeading {
    color: #db3646;
}

.modal#statusErrorsModal .modal-content .btn-danger,
.modal#sessionErrorsModal .modal-content .btn-danger {
    background: #db3646;
    border: none;
}

.modal#statusSuccessModal .modal-content .successAlertText,
.modal#sessionErrorsModal .modal-content .successAlertText,
.modal#statusErrorsModal .modal-content .errorAlertText {
    font-size: 20px;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}