::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: #368f8b;
    background-color: var(--accent);
    border-radius: 6px;
}
::-webkit-scrollbar-track:hover {
    background-color: #e0e0e0;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #5a9a94;
}

:root {
    --primary: #368f8b;
    --accent: #ef3e36;
}
body {
    font-family: "Source Sans 3", sans-serif !important;
    text-transform: capitalize;
}
@keyframes preloaderAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }

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

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.preloader {
    position: relative;
    display: grid;
    place-items: center;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
.preloader__img {
    width: 100%;
    height: 80px;
    animation: preloaderAnimation 2s linear 0s infinite normal both;
}
.preloader__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.row {
    row-gap: 1rem !important;
}
a {
    color: #1e1e1e;
    text-decoration: none !important;
}
li {
    list-style: none;
}
.clr-primary {
    color: var(--primary) !important;
}
.clr-accent {
    color: var(--accent) !important;
}
.line-height-1-2 {
    line-height: 1.2;
}
.xd-bg-primary {
    background-color: var(--primary) !important;
}
.xd-bg-accent {
    background-color: var(--accent) !important;
}
.xd-btn-outline {
    border: 1px solid var(--primary);
    border-radius: 20px 5px !important;
    color: var(--primary);
    background: #fff;
    padding: 10px 20px;
    transition: 0.1s ease-in-out;
}
.xd-btn-outline:hover,
.xd-btn-outline.active {
    background: var(--primary);
    color: #fff;
    transition: 0.1s ease-in-out;
}
.xd-btn {
    border: none;
    border-radius: 20px 5px !important;
    background: var(--primary);
    color: #fff;
    padding: 4px 20px;
}
.xd-btn.lemon,
.xd-btn-outline.lemon {
    border-radius: 50px 5px !important;
}
.xd-btn.large-lemon,
.xd-btn-outline.large-lemon {
    border-radius: 50px 5px !important;
    padding: 16px 70px;
    font-size: 18px;
}

header li.active a {
    border-bottom: 3px solid #368f8b;
}
header li:hover a {
    transition: 0.1s linear;
    border-bottom: 3px solid #368f8b;
}

.profile-dropdown .dropdown-menu {
    background: var(--primary);
    border-radius: 30px;
    padding: 1rem;
}
.profile-dropdown ul.dropdown-menu.show {
    right: -5rem !important;
}
.profile-dropdown .dropdown-menu span {
    color: #fff;
    margin-inline-start: 8px;
}
.profile-dropdown .dropdown-item:focus,
.profile-dropdown .dropdown-item:hover {
    color: #fff !important;
    background: none;
    /* font-weight: bold; */
    transition: 0s all;
}
.menu-btn {
    cursor: pointer;
    padding: 10px;
    color: #fff;
}

.off-canvas-menu {
    z-index: 99;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #c3dddc;
    transition: 0.3s;
}

.off-canvas-menu ul {
    list-style: none;
    padding: 0;
}

.off-canvas-menu li {
    padding: 10px;
    /* border-bottom: 1px solid #555; */
}

.off-canvas-menu a {
    text-decoration: none;
    color: #1e1e1e;
}
.content {
    margin-right: 0;
    transition: margin-right 0.3s;
}
.off-canvas-menu.open {
    right: 0;
}
.mt-section {
    margin-top: 80px;
}
.mt-section-x2 {
    margin-top: 160px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
}
.fs-60 {
    font-size: 60px;
}
.fs-64 {
    font-size: 64px;
}
.long-line-1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
}
.long-line-2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
}
.xd-input {
    border-radius: 5px;
    border: 1px solid #1e1e1e;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hero-ratio-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 1.334 aspect ratio (height divided by width) */
    overflow: hidden;
}

.hero-ratio-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Optional: Maintain aspect ratio and crop if necessary */
}

.xd-title {
    font-weight: 600;
    font-size: 32px;
}
.xd-title::before {
    content: "";
    border-top-right-radius: 30px;
    margin-inline-end: 8px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #1e1e1e !important;
}
.xd-title.xd-title-primary::before {
    background-color: var(--primary) !important;
}
.xd-title.xd-title-accent::before {
    background-color: var(--accent) !important;
}

#achievements {
    background-image: url("/assets/img/achievements.png");
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 540px;
}
.ach-card {
    background: #fff;
    border: 1px solid #1e1e1e;
    padding: 25px;
    border-radius: 30px;
    width: 45%;
    min-height: 200px;
}
.ach-title {
    font-size: 50px;
    font-weight: bold;
}
.ach-side {
    margin-top: 120px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    min-height: 230px;
    height: auto;
}

.service-title {
    color: #1e1e1e;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}
.service-devider {
    margin-block: 1rem;
    border: 2px solid var(--accent);
    width: 70px;
}

.te-card {
    color: #1e1e1e;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid #1e1e1e;
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}
.te-content {
    font-size: 18px;
    font-weight: 400;
    text-align: start;
}

.te-devider {
    margin: 1rem auto;
    border: 2px solid #1e1e1e;
    width: 60px;
}
.te-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
}
.te-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

/* about */
.about-slider img {
    border-radius: 30px;
    outline: 1px solid #1e1e1e;
}
.aspect-ratio-about {
    position: relative;
    width: 100%; /* Or specify a specific width */
}

.aspect-ratio-about::before {
    content: "";
    display: block;
    padding-top: calc(
        325 / 684 * 100%
    ); /* Calculating the aspect ratio - height / width * 100% */
}

.aspect-ratio-about img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: contain; /* Maintain aspect ratio without stretching */
}

.stretch-column {
    /* background: url("/assets/img/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover; */
    padding: 50px 0px;
    /* width: calc(100vw - 50%);
  float: right;  */

    /* position: relative;
  right: 0;
  left: 0;
  width: 100vw;
  padding-right: calc((100vw - 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
  margin-right: -100vw;
  margin-left: -100vw; */
}

.members-filter-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 1rem;
}
.member-filter {
    color: #1e1e1e;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #1e1e1e;
    padding: 10px 20px;
}
.member-filter:hover,
.member-filter.active {
    color: var(--primary);
    border-color: var(--primary);
    cursor: pointer;
}

.members-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 1rem;
}
.partner-card {
    height: 251px;
}
.member-card {
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px 0px;
    align-items: center;
    flex-shrink: 0;
}
.partner-image {
    height: 90px;
    object-fit: contain;
}
.member-image {
    border-radius: 130px;
    border: 2px solid #368f8b;
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
}
.member-name {
    margin-top: 25px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
}
.member-role {
    color: rgba(30, 30, 30, 0.47);
    font-size: 16px;
    font-weight: 400;
}

/* partners */
.partners-filter-btn {
    border: none;
    border-radius: 20px 5px !important;
    background: #72b1ae;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px 5px !important;
    max-width: 250px;
    margin-block-end: 1rem;
}
.partners-filter-btn:hover,
.partners-filter-btn.active {
    background: var(--primary);
}

.member-devider {
    height: 3px;
    background: #ef3e36;
    margin-block: 20px;
    width: 70px;
    max-width: 70px;
}

/* events  */
.event-ratio-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 1.334 aspect ratio (height divided by width) */
    overflow: hidden;
}

.event-ratio-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Optional: Maintain aspect ratio and crop if necessary */
}
.event-card {
    border-radius: 5px;
    border: 1px solid #1e1e1e;
    background: #fff;
}
.event-date {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
}
.event-title {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 400;
}
.event-title:hover {
    text-decoration: underline !important;
}

/* memberships */
.membership-card {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #1e1e1e;
    background: #fff;
}
.membership-header {
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
    padding: 40px 50px;
}
.membership-header h2 {
    color: #1e1e1e;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
.membership-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}
.membership-benefits li {
    display: block;
    background-color: #f8f9fa;
    padding: 10px 1rem;
}
.membership-benefits li:nth-child(odd) {
    background: #c3dddc;
}
.membership-benefits li svg {
    font-size: 1rem;
    margin-inline-end: 10px;
}

.sup-curr {
    position: absolute;
    right: -35px;
    top: 30px;
    font-size: 18px;
    font-weight: 300;
}
.membership-card .join-btn {
    text-align: center;
    font-size: 18px;
    border-radius: 80px 5px !important;
    padding-block: 18px;
    margin: 1.5rem;
}

.membership-card .plan-price {
    font-size: 60px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.membership-card .old-price {
    text-decoration: line-through;
    font-size: 36px;
    line-height: 1;
    display: block;
}

/* Contact us page */
.contact-form input,
.contact-form textarea {
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 5px;
    background: #fff;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 300;
}
.form-control:focus,
.contact-form textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 2px !important;
    outline-color: var(--primary);
}

.xd-modal {
    background: rgba(30, 30, 30, 0.3);
    z-index: 9999;
    position: fixed;
    margin-inline: auto !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
}

.xd-modal .xd-modal-body {
    border-radius: 30px;
    padding: 25px 35px;
    border: 1px solid #1e1e1e;
    background: #fff;
    width: 100%;
    max-width: 550px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.xd-modal .close-btn {
    align-self: flex-end;
}

/* registeration page */
.disabled {
    opacity: 0.7;
    pointer-events: none;
}
.wizard-nav {
    margin-top: 1rem;
    display: flex;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.wizard-nav li {
    width: 205px;
    text-align: center;
    border-bottom: 4px solid #368f8b4d;
}
.wizard-nav li.active,
.wizard-nav li.done {
    border-color: var(--primary);
}

.step-app .step-content {
    border: none;
    padding: 30px 0;
}
.step-app input {
    border-radius: 5px;
    border: 1px solid #1e1e1e;
    background: #fff;
}
.form-group {
    margin-bottom: 0.7rem;
}

.step-app button.back-btn {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
    background: none !important;
    outline: none !important;
    border: none !important;
}
/* membership */
form .membership-card {
    cursor: pointer;
}
form .membership-card.checked {
    border: 2px solid var(--accent);
}

/* personal info */
.form-control.error,
.form-control.error::placeholder {
    color: var(--accent);
    border-color: var(--accent) !important;
}
/* file upload */
.custom-file-upload {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
}
.custom-file-upload:hover {
    background-color: #45a049;
}
.upload-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
}

/* e-signature */
canvas#e-signature {
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    background: #fff;
}

/* pay */
.form-check-input:checked {
    border-color: #000;
    background: #000;
}

/* login modal */
.forgot-password {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
}

/* swiper dots pagination */
.memberships-slider .swiper-wrapper {
    padding-bottom: 40px;
}

.memberships-slider span.swiper-pagination-bullet,
.testi-swiper span.swiper-pagination-bullet {
    background: #fff !important;
    border: 3px solid #ef3e36 !important;
    padding: 5px;
}
.testi-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--accent) !important;
}

.half-circle {
    width: 150px;
    height: 300px;
    border-radius: 160px 0 0 160px;
    background-color: #ef3e36;
}

/* // profile */
.log_out_btn {
    color: #1e1e1e;
    font-weight: 600;
    border: none;
    background: none;
}

#profile .xd-btn {
    transition: all 0.5s ease-in-out;
    background: #72b1ae;
}
#profile .xd-btn.active,
#profile .xd-btn:hover {
    background: var(--primary);
}
