#wpadminbar {
    z-index: 999999;
}

.header-btn {
    position: relative;
    height: 10px;
    width: 14px;
}

.header-btn .elementor-button-text {
    height: 10px;
    display: flex;
    width: 14px !important;
    gap: 2px;
    justify-content: space-between;
    position: absolute;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    top: 0;
}

.header-btn .elementor-button-text span {
    height: 3px;
    width: 100%;
    display: block;
    background-color: var(--e-global-color-primary);
    margin-left: auto;
    border-radius: 0;
    transition: .3s ease;
}

.header-btn .elementor-button-wrapper {
    height: 24px;
    width: 24px;
    position: relative;
}

.header-btn .elementor-button-wrapper .elementor-button {
    position: absolute;
}

.header-btn.active .elementor-button-text span:nth-child(3) {
    display: none;
}

.header-btn.active .elementor-button-text span:nth-child(2) {
    width: 100%;
    transform: rotate(45deg);
}

.header-btn.active .elementor-button-text span:nth-child(1) {
    transform: rotate(-45deg);
}

.header-btn.active .elementor-button-text span {
    position: absolute;
}

.home-banner-title span {
    font-family: 'Header Custom', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}

.custom-heading-light span {
    color: var(--e-global-color-secondary);
    font-family: "Header Custom", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.custom-heading-dark span {
    font-family: "Header Custom", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.custom-heading-main span {
    font-family: 'Main', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.custom-gallery-carousel .swiper-slide .swiper-slide-inner {
    border-radius: 16px;
}

.custom-gallery-carousel .swiper-slide .swiper-slide-inner img {
    height: 80vh;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.custom-gallery-carousel .elementor-swiper-button {
    top: unset !important;
    bottom: -75px;
    left: unset !important;
    right: 0 !important;
    padding: 11px;
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-d0c8d5c);
    border-radius: 8px;
    transition: .3s ease;
    z-index: 12 !important;
}

.custom-gallery-carousel .elementor-swiper-button:hover {
    background-color: var(--e-global-color-primary);
}

.custom-gallery-carousel .elementor-swiper-button:hover svg {
    filter: brightness(0) saturate(100%) invert(83%) sepia(94%) saturate(1497%) hue-rotate(326deg) brightness(88%) contrast(86%);
}

.custom-gallery-carousel .elementor-swiper-button-prev {
    right: 64px !important; 
}

.custom-gallery-carousel .swiper-pagination {
    bottom: -40px !important;
    text-align: left;
}

.custom-gallery-carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px 0 0;
}

.testimonial-slide-row .testimonial-slide-media-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial-slide-row .testimonial-slide-text-col .testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 32px;
}

.testimonial-slide-row .testimonial-slide-text-col .testimonial-text,
.testimonial-name,
.testimonial-position {
    color: var(--e-global-color-d0c8d5c);
}

.testimonial-slide-row .testimonial-slide-text-col .testimonial-text {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 32px;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-position {
    font-size: 16px;
    font-weight: 400;
}

.testimonial-slider .slick-arrow {
    border: none;
    background-color: var(--e-global-color-accent);
    border-radius: 8px;
    padding: 12px !important;
    height: unset;
    top: unset;
    bottom: -120px !important;
    left: unset;
    right: 0;
    z-index: 11;
}

.testimonial-slider .slick-arrow:hover,
.testimonial-slider .slick-arrow:focus {
    background-color: var(--e-global-color-secondary);
}

.testimonial-slider .slick-arrow::before {
    content: ' ' !important;
}

.testimonial-slider .slick-prev {
    right: 64px;
}

.testimonial-slider .slick-dots {
    bottom: -85px;
    text-align: left;
}

.testimonial-slider .slick-dots li button {
    padding: 0;
}

.testimonial-slider .slick-dots li,
.testimonial-slider .slick-dots li button,
.testimonial-slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
}

.testimonial-slider .slick-dots li button:before {
    content: ' ' !important;
    background-color: var(--e-global-color-d0c8d5c);
    border-radius: 50%;
}

.testimonial-slider .slick-dots li {
    margin: 0 8px 0 0;
}

.custom-dual-color-heading .eael-dual-header,
.custom-dual-color-heading-secondary .eael-dual-header {
    margin-bottom: 0 !important;
}

.custom-dual-color-heading span:last-child {
    font-family: 'Main', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.custom-dual-color-heading-secondary span:first-child {
    font-family: 'Main', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.custom-form .elementor-field-type-checkbox .elementor-field-subgroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.custom-form .elementor-field-type-checkbox .elementor-field-label {
    margin-bottom: 16px;
}

/* Styles for checked and unchecked checkboxes and radios */
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option [type="checkbox"]:checked,
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option [type="checkbox"]:not(:checked),
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option [type="radio"]:checked,
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option [type="radio"]:not(:checked) {
    position: absolute;
    visibility: hidden;
}

/* style shape */
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label {
     display: block;
     font-size: 18px;         /* option text size */
     transition: 0.2s all;
     cursor: pointer;
     position: relative;
     z-index: 2;
     text-align: left;     /* text position(center, right,left,justify */
     padding-left: 36px;
}

/* Style circle */
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label:after {
    width: 18px;/* Width of the circle */
    height: 18px;/* height of the circle */
    content: "";
    border: 1px solid var(--e-global-color-d0c8d5c);/* circle Border size and color */
    background-color: var(--e-global-color-d0c8d5c);
    background-size: cover; /* Change check mark size */
    background-repeat: no-repeat;
    background-position: -1px 2px;/* Change check mark position */
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 0; /*circle Position from the edge */
    top: 50%;   /* circle Position from the top edge */
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

/* circle Styles when checked */
.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input:checked ~ label:after {
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-c6320ec)
}

.custom-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label:hover:after {
    background-color: var(--e-global-color-primary); /* Change circle background */
    /* Add any other styles for the hover effect for circle */
    border: 1px solid var(--e-global-color-primary)
}

@media (min-width: 992px) {
    .testimonial-slide-row {
        gap: 80px;
    }
}

@media (min-width: 768px) {
    .testimonial-slide-row {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .testimonial-slide-row .testimonial-slide-media-col {
        width: 45%;
    }

    .testimonial-slide-row .testimonial-slide-text-col {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .testimonial-slide-row .testimonial-slide-text-col .testimonial-text {
        font-size: 20px !important;
    }

    .testimonial-slide-row .testimonial-slide-media-col {
        margin-bottom: 32px;
    }
}