:root {
    --app-primary: #6B3E7B;
    --app-secondary: #00BFA6;
    --main-font: "Amiri Quran", serif;
    --body-font: "Lato", sans-serif;
    --heading-color: #030303;
    --text-color: #7D7D7D;
    --grey: rgba(197, 197, 197, 1);
    --background-grey: #f5f5ff;
    --text-grey: #afa9a9;
    --header-height: 177px;
}

.theme-color {
    color: var(--theme-color) !important;
}

::selection {
    background-color: var(--app-secondary);
    color: #fff;
}

.theme-color2 {
    color: var(--theme-color-2) !important;
}

a,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
p,
a,
li,
img,
input,
span,
ul,
h5 {
    padding: 0;
    margin: 0;
    outline: 0;
}

a,
span,
label {
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

a,
button {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

body {
    font-family: var(--body-font) !important;
    overflow-x: hidden !important;
    min-width: 360px;
}

.app-btn {
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    border: 0;
    background-color: var(--app-primary);
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    font-family: var(--body-font);
}

.app-btn:hover {
    color: #fff;
}

.app-btn:not(.app-btn-secondary):hover {
    background-color: #a05fb8;
}

.app-btn-secondary {
    background-color: var(--app-secondary);
}

.app-btn-secondary:hover {
    background-color: #07a18d;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

.spacing-top {
    padding-top: 70px;
}

.spacing-bot {
    padding-bottom: 70px;
}

@media(min-width: 992px) {
    .spacing-top-lg {
        padding-top: 70px;
    }

    .spacing-bot-lg {
        padding-bottom: 70px;
    }
}

.spacing-y {
    padding-top: 90px;
    padding-bottom: 90px;
}

p {
    line-height: 24px;
}

.banner-image {
    position: relative;
    height: 85vh;
    background-size: cover;
    display: flex;
    justify-content: end;
    align-items: end;
}

.banner-image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(120, 51, 135, 0.5) 100%);
}

.img-container img {
    width: 100%;
}

.img-container>a {
    display: inline;
}

.bg-primary-light {
    background-color: #f5f5ff;
}

.text-color {
    color: var(--text-color);
}

.text-grey {
    color: var(--text-grey);
}

.btn-bg-secondary {
    background-color: var(--blue) !important;
    color: #fff;
}

.shadow-card {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.shadow-contact-list {
    box-shadow: 2px 2px 12px 0px #4E4E4E1F;
}

:target {
    scroll-margin-top: 150px;
}

html {
    scroll-padding-top: 150px;
}


.img-container {
    overflow: hidden;
    position: relative;
}

.logo-img {
    max-width: 200px;
}

a {
    text-decoration: none;
}

i {
    line-height: unset !important;
}

/* input number no arrow  */

input.no-arrow {
    -moz-appearance: textfield;
}

input.no-arrow::-webkit-inner-spin-button,
input.no-arrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-arrow::-webkit-inner-spin-button:hover,
input.no-arrow::-webkit-outer-spin-button:hover {
    background-color: #e6e6e6;
    cursor: default;
}

*[class*="heading-"] {
    font-weight: 400;
    color: var(--heading-color);
    font-family: var(--main-font);
}

/* *[class*="wt-"],
*[class*="heading-"] {
    color: #fff !important;
} */

.heading-ultra {
    font-size: clamp(32px, 4vw, 72px);
}

.heading-large {
    font-size: clamp(24px, 4vw, 44px);
}

.heading-mid {
    font-size: 28px;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 1.25rem;
}

.heading-sm {
    font-size: 20px;
}

.heading-md {
    font-size: 24px;
}

.heading-lg {
    font-size: clamp(24px, 4vw, 36px);
}

.heading-xl {
    font-size: clamp(28px, 4vw, 44px);
}

.font-primary {
    font-family: var(--main-font);
}

.font-secondary {
    font-family: var(--body-font);
}

.text-primary {
    color: var(--app-primary) !important;
}

.text-secondary {
    color: var(--app-secondary) !important;
}

.text-color {
    color: var(--text-color) !important;
}

.light-descriptions :is(span, p, div, article) {
    color: var(--text-color);
}

.smooth {
    transition: all 400ms ease;
}

.hvr-border-primary {
    transition: all 400ms ease;
}

.hvr-border-primary:hover {
    border-color: var(--app-primary) !important;
    transition: all 400ms ease;
}

.hvr-link-secondary:hover .hvr-link {
    color: var(--app-secondary);
}

.play-now {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 55px;
    height: 55px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    transition: all 300ms ease;
}

.play-now:hover {
    background-color: var(--orange);
}

.play-now .icon {
    font-size: 24px;
}

.play-now:hover .icon {
    color: #fff;
}

.yout-video-model {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    padding: 20px;
    padding-top: 50px;
}

.video-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #f4f4ff;
    border: 1px solid #444;
    color: #444;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: -20px;
    right: -10px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    transition: all 600ms ease-in-out;
    animation: showElement 0s 3s forwards;
    animation-duration: 1s;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-16 {
    border-radius: 16px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-24 {
    border-radius: 24px;
}

.rounded-top-0 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rounded-bot-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-100 {
    border-radius: 100px;
}


.ratio-1 {
    aspect-ratio: 1/1;
}

.ratio-45 {
    aspect-ratio: 4/5;
}

.ratio-34 {
    aspect-ratio: 4/5;
}

.ratio-53 {
    aspect-ratio: 5/3;
}

.ratio-54 {
    aspect-ratio: 5/4;
}

.banner-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(8, 22, 46, 0.7);
    z-index: 9;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swal2-container {
    z-index: 999999;
}

.swal2-container * {
    font-family: var(--body-font) !important;
}


.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.clamp-4 {
    -webkit-line-clamp: 4;
}

.hover-show:hover .dropdown-menu1,
.hover-show-1:hover .dropdown-menu2 {
    display: block;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.dropdown-menu li {
    border-radius: 0;
}

.bottom-nav .dropdown-item {
    font-size: 18px;
    color: var(--app-primary);
}




.section-title {
    border: 1px solid var(--app-secondary);
    border-radius: 100px;
    color: var(--app-secondary);
    text-transform: uppercase;
    padding: 4px 1rem;
}

.section-title::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--app-secondary);
    border-radius: 50%;
    margin-right: 8px;
}

.section-heading {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    color: var(--app-primary);
    text-transform: uppercase;
}

section:is(.has-bg-img) {
    background-size: cover;
    background-repeat: no-repeat;
}

.appointment-canvas {
    transition: transform 0.7s ease-in-out !important;
    z-index: 9999;
}

.offcanvas-backdrop.show {
    opacity: .25 !important;
}

.sticky-with-header {
    position: sticky;
    top: calc(var(--header-height) + 10px);
}

@media (min-width: 768px) {
    .appointment-canvas {
        min-width: 35%;
    }
}

.cta-overlay {
    background: #F8F8F899;
}

.cta-heading span {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 400;
}

.cta-heading {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 500;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 999;
}

header.scrolled {
    position: fixed;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px
}

header.scrolled .logo-img {
    max-width: 150px;
}

header.scrolled .nav-link {
    color: var(--app-primary) !important
}

header.scrolled .bottom-nav {
    background-color: #fff;
    padding: 0;
    padding-bottom: 1rem;
}

header.scrolled .bottom-nav .nav {
    margin: 0 auto;
    transition: all 300ms ease;
}

.bottom-nav {
    background-color: var(--app-primary);
    padding: 0.75rem 3rem;
    border-radius: 100px
}

.bottom-nav .nav-link {
    color: #fff;
    font-size: 22px;
    position: relative;
}

.bottom-nav .nav-link:after,
.mobile-nav .nav-link:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--app-secondary);
    bottom: -5px;
    left: 0;
    width: 0;
    transition: all 300ms ease;
}

.bottom-nav .nav-link.active::after,
.mobile-nav .nav-link.active::after {
    width: calc(100% / 2);
}

.bottom-nav .nav-link:not(.active):hover::after,
.mobile-nav .nav-link:not(.active):hover::after {
    background-color: var(--app-secondary);
    width: calc(100% / 2);
}

.mobile-nav .nav-link {
    font-size: 20px;
}

.mobile-nav .nav-link:after {
    bottom: -2px;
}

.top-nav i {
    font-size: 24px
}

@media(max-width:992px) {
    .top-nav i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        background: #e9e9ff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }

    .top-nav svg {
        width: 22px
    }
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form-ui label {
    font-size: 18px;
    color: #030303;
    font-weight: 400;
}

.form-ui :is(.form-control, .form-select) {
    border: 1px solid #D1D1D1;
    padding: 12px 16px;
    outline: none;
    color: #7D7D7D;
    /* box-shadow: none; */
}

.form-ui :is(.form-control:focus, .form-select:focus) {
    border: 1px solid var(--app-secondary);
    box-shadow: 0 0 0 .25rem rgba(97, 253, 13, 0.25);
}

.form-ui .form-check-input:checked {
    background-color: var(--app-secondary);
    border-color: var(--app-secondary);
}


.list-highlighted :is(ul, ol) {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin: 1rem 0;
}


.inner-banner {
    background-position: right;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}


.list-highlighted li {
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: flex-start;
    font-family: var(--font-primary);
}

.list-highlighted svg {
    margin-right: 10px;
    margin-top: 4px;
    flex-shrink: 0;
}

.hvr-grow-img:hover img {
    transform: scale(1.1);
}

.owl-stage {
    display: flex;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00BFA633 !important;
    transition: all 200ms ease !important;
}

.owl-dots .owl-dot.active span {
    background-color: var(--app-secondary) !important;
    width: 20px !important;
}


.owl-dots .owl-dot span:hover {
    background-color: var(--app-secondary) !important;
}

.tm-yt-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: var(--app-secondary);
    color: #fff;
    border-radius: 50%;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resp-contact-form-ui {
    position: relative;
    z-index: 111;
}

@media(min-width: 768px) {
    .resp-contact-form-ui {
        margin-left: -5rem;
    }
}

.why-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.why-us-col:not(:nth-child(2)) .why-icon {
    background-color: #6B3E7B4D;
}

.why-us-col:nth-child(2) .why-icon {
    background-color: #00BFA64D;
}


/* FAQ Items */
.faq-item {
    margin-bottom: 1rem;
}

/* FAQ Question (Button) */
.faq-question {
    width: 100%;
    padding: 12px 20px;
    /* padding: 0 32px 4px 0; */
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    background: #F5F5F5;
    color: var(--heading-color);
    font-family: var(--font-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
    color: var(--secondary-color);
}

.faq-question[aria-expanded="true"] {
    background-color: #6B3E7B1F;
}

.faq-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content:
        center;
    align-items: center;
    background-color: #00BFA61F;
    font-weight: 400;
    font-size: 24px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    padding-top: 0.75rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 0 20px 20px;
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
}

.faq-item.open .faq-answer {
    max-height: 200px;
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}

footer {
    background-color: var(--app-primary);
}

footer a {
    font-family: var(--body-font);
}

.email-form {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    position: relative;
    overflow: hidden;
}

.email-form button {
    animation: fadeX 2s infinite;
    animation-play-state: paused;
}

.email-form:hover button {
    animation-play-state: running;
}

@keyframes fadeX {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.85;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        trasform: scale(1),
    }
}

.email-form input {
    flex: 1;
    background-color: transparent;
    border: 0;
    padding: 0 1rem;
    color: #fff;

    &::placeholder {
        color: #fff;
    }
}

.foot-col-header {
    font-weight: 500;
    font-family: var(--main-font);
    font-size: 20px;
    color: #f0f0f0;
}

.footer-nav {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.footer-nav li a.nav-link {
    color: #f0f0f0;
    transition: all 300ms ease;
}

.footer-nav li:hover a.nav-link {
    color: #c7c7c7 !important;
}

.icon-link :is(i, svg) {
    margin-right: 6px;
}

.page-banner {
    height: calc(100vh - var(--header-height) - 20vh);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 148px;
    position: relative;
}

@media(max-width: 992px) {
    .page-banner {
        margin-top: var(--header-height);
    }
}

.page-banner #overlay {
    background: #6B3E7B80;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6B3E7B1F;
    color: var(--app-primary);
    border-radius: 50%;
}