.react-pdf__Page {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
}

/* Fonts */


.container {
    max-width: 1360px !important;
    padding-inline: 20px;
    margin-inline: auto;
}

.responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

.responsive-embed-youtube iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.mega-menu-up {
    a {
        svg {
            rotate: 0deg;
            transition: rotate 0.2s linear;
        }
    }

    .mega-menu-down {
        animation-name: mega-menu-open;
        animation-duration: 0.6s;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0s;
    }
}

@keyframes mega-menu-open {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0);
    }
}

.primary-border-gradient {
    background: linear-gradient(233.88deg,
            #ffff 28.9%,
            rgba(255, 255, 255, 0) 79.9%);
    /* border: 2.5px solid transparent; */
    border-radius: 11px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2px;
}

.primary-border-gradient-child {
    border-radius: 8px !important;
}

.secondary-border-gradient {
    background: linear-gradient(203.55deg,
            #83919e 26.73%,
            rgba(255, 255, 255, 0) 84.72%);
    border: 1.5px solid transparent;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2px;
}

.secondary-border-gradient-child {
    border-radius: 8px;
}

.ordinary-border-gradient {
    background: linear-gradient(206.16deg, #eaedf0 10.17%, #f8f8f9 106.62%);
    border: 1.5px solid transparent;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2px;
}

.ordinary-border-gradient-child {
    border-radius: 8px;
}

.mega-menu-up:hover {
    .rotate-icon {
        svg {
            rotate: 180deg;
        }
    }

    .mega-menu-down {
        top: 52px;
        opacity: 1;
        visibility: visible;
    }
}

.image-transition {
    transition: opacity 0.5s ease-in-out;
}

.bg-\[\#EEE6FF\] {
    --tw-bg-opacity: 0.4;
}

#cv-image {
    transition: opacity 0.3s ease-in-out;
}

.showResumeDetails {
    transition: right 0.6s ease;
    right: 0px;
}

.hideResumeDetails {
    transition: right 0.6s ease;
    right: -100vw;
}

.showCoverLetterDetails {
    transition: right 0.6s ease;
    right: 0px;
}

.hideCoverLetterDetails {
    transition: right 0.6s ease;
    right: -100vw;
}

.showCareerCoachingDetails {
    transition: right 0.6s ease;
    right: 0px;
}

.hideCareerCoachingDetails {
    transition: right 0.6s ease;
    right: -100vw;
}

.showBlogDetails {
    transition: right 0.6s ease;
    right: 0px;
}

.hideBlogDetails {
    transition: right 0.6s ease;
    right: -100vw;
}

body.show-mega-menu {
    height: 100vh;
    overflow: hidden;
    max-height: 100vh;
}

.mobile-drawer_navigation {
    &.has-subitem {
        .subitem {
            right: -100vw;
            left: unset;
            transition: right 0.6s ease;

            &.item-active {
                left: 0;
                right: 0;
                transition: right 0.6s ease;
            }
        }
    }
}

.dropdown {
    display: inline-block;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all 0.5s ease;
}

.dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    float: right;
    line-height: 20px;
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
}

.dropdown:active {
    background-color: #f8f8f8;
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
}

.dropdown.active .select>i {
    transform: rotate(-90deg);
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9;
}

.dropdown .dropdown-menu button {
    padding: 4px 8px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}

span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit;
}

.login .login-social-media-title::after {
    content: "";
    width: 100%;
    position: absolute;
    border: 0.8px solid #ccd2d8;
    top: 50%;
    left: 0;
    z-index: -1;
}

.resent-email .login-social-media-title::after,
.reset-password .login-social-media-title::after,
.forgot-password .login-social-media-title::after {
    content: "";
    width: 100%;
    position: absolute;
    border: 0.8px solid #ccd2d8;
    top: 50%;
    left: 0;
    z-index: 0;
}

.resume-templates .active {
    background-color: white;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-color: white;
}

/* Animated Video Play Button */
.play-button.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button.video-main {
    position: relative;
    display: inline-block;
}

.play-button.video {
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-flex;
    background: var(--primary-color);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.play-button.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/* Animated Video Play Button Styles End */

/* Image Text Section Styles */
.image-text-section ul li {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    margin-top: 10px;
    gap: 12px;
    font-size: 14px;
    line-height: 20px;
}

.image-text-section ul li::before {
    content: "\2713";
    position: relative;
    top: 0;
    width: 16px;
    height: 16px;
    padding: 6px;
    font-size: 10px;
    font-weight: 700;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-text-section ul li::before {
    content: "\2713";
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    padding: 6px;
    font-size: 10px;
    font-weight: 700;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .image-text-section p {
    margin-top: 16px;
} */
.image-text-section ul {
    margin-top: 16px;
}

.price-text-section ul {
    margin-top: 32px;
}


/* .image-text-section p {
    color: rgb(75 85 99 / var(--tw-text-opacity));
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: var(--dark);
} */
/* .image-text-section li {
    color: rgb(75 85 99 / var(--tw-text-opacity));
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: var(--dark);
} */
.price-text-section li {
    display: flex;
    /* align-items: center; */
    gap: 8px;
    margin-bottom: 16px;
    font-family: "Inter", sans-serif;
}

.price-text-section div {
    margin-bottom: 16px;
}

/* Image Text Section Styles End */

/* FAQ Section Styles Start */
.faq-section {
    .faqs {
        border: 2.5px solid;

        /* border-image-source: linear-gradient(209.49deg, #FFFFFF 18.06%, rgba(255, 255, 255, 0) 89.37%); */
        border-image-source: linear-gradient(209.49deg,
                #ffffff 18.06%,
                rgba(255, 255, 255, 0) 89.37%);
        border-image-slice: 1;
    }

    details {
        &:not(:last-child) {
            border-bottom: 1px solid lightgray;
        }

        &[open] {
            summary {
                h2 {
                    color: var(--primary-color);
                }
            }
        }
    }

    ol {
        list-style: decimal;
        padding-left: 40px;
        margin-top: 1rem;
    }
}

/* FAQ Section Styles End */

/* Testimonail Slider Section Styles Start */
.testimonials {
    .testimonial {
        width: calc(100% - 10px);
        /* padding: 1px; */
        /* background: rgba(255, 255, 255, 0.5); */

        .gradient-bg {
            background: #ffffff80;
            border-radius: 10px;

            &::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: -1;
                background: linear-gradient(197.29deg,
                        #ffffff 11.87%,
                        rgba(255, 255, 255, 0) 93.33%);
                border-radius: inherit;
                background-clip: padding-box;
                border: 2.5px solid #ffffff;
                /* Adjust border width as needed */
            }
        }
    }
}

@media only screen and (min-width: 640px) {
    .testimonials {
        .testimonial {
            width: calc(50% - 10px);
        }
    }
}

@media only screen and (min-width: 991px) {
    .testimonials {
        .testimonial {
            width: calc(33.3333% - 10px);
        }
    }
}

@media only screen and (min-width: 355px) and (max-width: 650px) {
    .login .login-social-media {
        width: fit-content !important;
    }
}

/* Testimonial Slider Section Styles End */
.testimonial-section .dot.is-selected {
    width: 20px !important;
}

.testimonial-section .dot {
    height: 7px !important;
    width: 7px !important;
    border-radius: 4px !important;
    transition: width 0.3s linear;
}

.testimonials .splide__pagination {
    bottom: -2.5rem;
}

.testimonials .splide__pagination .splide__pagination__page.is-active {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    transform: unset;
    background: #1877F2;
}

/* Testimonial Slider Section Styles End */

/* About Us Testimonail Slider Section Styles Start */
.about-us .testimonials {
    .testimonial {
        width: calc(50% - 10px);

        /* padding: 1px; */
        /* background: rgba(255, 255, 255, 0.5); */
        .gradient-bg {
            background: #ffffff80;
            border-radius: 10px;

            &::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: -1;
                background: linear-gradient(197.29deg,
                        #ffffff 11.87%,
                        rgba(255, 255, 255, 0) 93.33%);
                border-radius: inherit;
                background-clip: padding-box;
                border: 2.5px solid #ffffff;
                /* Adjust border width as needed */
            }
        }
    }
}

@media only screen and (max-width: 640px) {
    .about-us .testimonials {
        .testimonial {
            width: calc(100% - 10px);
        }
    }
}

@media only screen and (max-width: 1024px) {

    /* homepage drop down change */
    .resume-by-title-dropdown .select-menu {
        max-width: 250px;
        /* margin: 50px auto; */
        position: relative;
    }

    .resume-by-title-dropdown .select-menu .options {

        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-duration: 0.35s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.35s;
        -webkit-animation-fill-mode: both;
    }

    .resume-by-title-dropdown .select-menu .options .option:hover {
        background: #f2f2f2;
    }

    .resume-by-title-dropdown .select-menu .options .option svg {
        font-size: 25px;
        margin-right: 12px;
    }

    .resume-by-title-dropdown .select-btn img {
        font-size: 25px;
        transition: 0.3s;
    }

    .resume-by-title-dropdown .select-menu.active .select-btn .select-icon svg {
        transform: rotate(-180deg);
    }

    .resume-by-title-dropdown .select-menu .options {
        display: none;
    }

    .resume-by-title-dropdown .select-menu.active .options {
        display: block;
        /* opacity: 0; */
        z-index: 10;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        background: white;
        padding: 13px;
        border-radius: 10px;
        margin-bottom: 0;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-duration: 0.4s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
    }

    .resume-by-title-dropdown .select-menu.active .options::-webkit-scrollbar {
        width: 0;
    }

    .resume-by-title-dropdown .select-menu .select-icon svg {
        transition: 0.3s;
    }

    .resume-by-title-dropdown .select-menu .select-btn {
        display: flex;
        height: 45px;
        background: #fff;
        padding: 20px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 8px;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .resume-by-title-dropdown .select-menu .options .option {
        display: flex;
        height: 40px;
        cursor: pointer;
        padding: 0 16px;
        border-radius: 8px;
        align-items: center;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    }
}

.about-us .testimonial-section .dot.is-selected {
    width: 20px !important;
}

.about-us .testimonial-section .dot {
    height: 7px !important;
    width: 7px !important;
    border-radius: 4px !important;
    transition: width 0.3s linear;
}

/* About Us Testimonial Slider Section Styles End */

.build-resume .sticky-portion {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.build-resume .sticky-portion .create-resume {
    background: linear-gradient(180deg, #ffebdf 0%, #fffdfc 100%);
}

.resume-example-container .flickity-prev-next-button.previous {
    left: 10% !important;
}

.resume-example-container .flickity-prev-next-button.next {
    right: 10% !important;
}

.resume-example-container .resume-template-tab .resume .flickity-enabled {
    position: unset !important;
}

.resume-example-container .flickity-page-dots .dot {
    display: none;
}

.hero-featured .flickity-button {
    display: none;
}

[x-cloak] {
    display: none;
}

.template-categories .resume-templates-category.active::after {
    content: "";
    position: absolute;
    border: 2px solid #0b63e5;
    bottom: -12px;
    left: -6px;
    width: 112%;
    border-radius: 6px 6px 0 0;
}

.template-categories .all-template-btn.resume-templates-category.active::after {
    content: "";
    position: absolute;
    border: 2px solid #0b63e5;
    bottom: -22px;
    left: -6px;
    width: 112%;
    border-radius: 6px 6px 0 0;
}

.cv-template .template-color-swatch {
    box-shadow: 0px 2px 4px 0px #00000029;
}

.template-categories .resume-templates-category:hover {
    /* background-color: #FBE4E4; */
    background-color: #fdeded;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    transition: 0.4s background-color ease;
}

[x-cloak] {
    display: none;
}

.template-categories .active {
    font-weight: 500 !important;
    color: black !important;
    /* background-color: #FBE4E4; */
}

.react-pdf__Page {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
}

.opened {
    position: absolute;
    margin: 0px;
}

.method-1 {
    position: relative;
    display: inline-block;
    font-size: attr(data-font-size);
    color: #d4d4d4;
}

.method-1:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    color: #d20069;
    animation: fill-1 2s infinite;
}

@keyframes fill-1 {
    50% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .build-resume {
        display: block !important;
    }
}

@media only screen and (max-width: 640px) {
    .resume-example-container .flickity-page-dots .dot {
        display: inline-block;
    }
}

@media only screen and (max-width: 1630px) {
    .resume-example-container .flickity-prev-next-button.previous {
        left: 3% !important;
    }

    .resume-example-container .flickity-prev-next-button.next {
        right: 3% !important;
    }
}

/* code by turjo */
.video-categories .splide__arrow.splide__arrow--prev,
.video-categories .splide__arrow.splide__arrow--next {
    display: none;
}

.secondary-linear-gradient {
    background: linear-gradient(110.03deg,
            #2a4670 1.2%,
            #1f2029 51.59%,
            #481950 100%);
}

.primary-gradient-border {
    border: 1px solid;
    border-image-source: linear-gradient(187deg,
            #83919e -1.27%,
            rgba(255, 255, 255, 0) 82.72%);
    border-image-slice: 1;
}

.resume-template__container .tab-items__container.active {
    /* padding-block: 64px; */
    visibility: visible;
    height: auto;
    opacity: 1;
}

.resume-template__container .tab-items__container {
    margin-block: 0;
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.resume-template__container .dot {
    height: 7px !important;
    width: 7px !important;
    border-radius: 4px !important;
    transition: width 0.3s linear;
}

.resume-template__container .dot.is-selected {
    width: 20px !important;
}

.resume-template__container .resume-template-tab .tab-items__container .flickity-page-dots {
    left: 0;
}


.template-categories {
    overflow-x: scroll;
}

.template-categories::-webkit-scrollbar {
    display: none;
}

.faq-section .uk-accordion li.uk-open {
    background-color: #035F5C;
}

.faq-section .uk-accordion li .uk-accordion-title .uk-accordion-icon .fa-plus {
    display: block;
}

.faq-section .uk-accordion li.uk-open .uk-accordion-title .uk-accordion-icon .fa-plus {
    display: none;
}

.faq-section .uk-accordion li .uk-accordion-title .uk-accordion-icon .fa-minus {
    display: none;
}

.faq-section .uk-accordion li.uk-open .uk-accordion-title .uk-accordion-icon .fa-minus {
    display: block;
}

/* .secondary-linear-gradient {
    background: linear-gradient(
        110.03deg,
        #2a4670 1.2%,
        #1f2029 51.59%,
        #481950 100%
    );
} */

/* .primary-gradient-border {
    border: 1px solid;
    border-image-source: linear-gradient(
        187deg,
        #83919e -1.27%,
        rgba(255, 255, 255, 0) 82.72%
    );
    border-image-slice: 1;
} */

/* .resume-template__container .tab-items__container.active {
    padding-block: 64px;
    visibility: visible;
    height: auto;
    opacity: 1;
} */

/* .resume-template__container .tab-items__container {
    margin-block: 0;
    visibility: hidden;
    height: 0;
    opacity: 0;
} */

/* .resume-template__container .dot {
    height: 7px !important;
    width: 7px !important;
    border-radius: 4px !important;
    transition: width 0.3s linear;
} */
/*
.resume-template__container .dot.is-selected {
    width: 20px !important;
} */
/* .resume-template__container .resume-template-tab .tab-items__container .flickity-page-dots {
    left: 0;
} */

/* .template-categories {
    overflow-x: scroll;
}

.template-categories::-webkit-scrollbar {
    display: none;
} */

/* .secondary-linear-gradient {
    background: linear-gradient(
        110.03deg,
        #2a4670 1.2%,
        #1f2029 51.59%,
        #481950 100%
    );
} */

/* .primary-gradient-border {
    border: 1px solid;
    border-image-source: linear-gradient(
        187deg,
        #83919e -1.27%,
        rgba(255, 255, 255, 0) 82.72%
    );
    border-image-slice: 1;
} */

/* .resume-template__container .tab-items__container.active {
    padding-block: 64px;
    visibility: visible;
    height: auto;
    opacity: 1;
} */

/* .resume-template__container .tab-items__container {
    margin-block: 0;
    visibility: hidden;
    height: 0;
    opacity: 0;
} */
/*
.resume-template__container .dot {
    height: 7px !important;
    width: 7px !important;
    border-radius: 4px !important;
    transition: width 0.3s linear;
} */
/*
.resume-template__container .dot.is-selected {
    width: 20px !important;
} */

.resume-template__container .flickity-button {
    background: rgba(31, 32, 41, 0.8);
    opacity: 80%;
    color: #ffffff;
}

.resume-template__container .flickity-prev-next-button.next {
    display: none;
}

.resume-template__container .flickity-prev-next-button.previous {
    display: none;
}

.btn {
    color: #ccd2d8;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    padding-block: 8px;
    padding-inline: 20px;
}

.btn.active {
    background: white;
    color: var(--primary-color);
}

/* .tab-item__image {
        max-height: 500px;
        max-width: 200px;
        height: 100%;
        width: 100%;
    } */
.tab-item__image {
    max-height: 500px;
    max-width: 352px;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 640px) {
    .tab-item__image {
        max-height: 500px;
        max-width: 352px;
        height: 100%;
        width: 100%;
    }

    .resume-template__container .flickity-prev-next-button.next {
        display: block;
        right: 4%;
    }

    .resume-template__container .flickity-prev-next-button.previous {
        display: block;
        left: 4%;
    }
}

.cv-template .all-templates.active {
    display: block;
}

.cv-template .all-templates.hide {
    display: none;
}

.testimonials .dot.is-selected {
    width: 20px !important;
}

.testimonials .flickity-page-dots .dot {
    background: #576370 !important;
}

.testimonials .dot {
    height: 7px !important;
    width: 7px !important;
    border-radius: 4px !important;
    transition: width 0.3s linear;
}

.resume-template__container .flickity-button {
    background: rgba(31, 32, 41, 0.8);
    opacity: 80%;
    color: #ffffff;
}

.resume-template__container .flickity-prev-next-button.next {
    display: none;
}

.resume-template__container .flickity-prev-next-button.previous {
    display: none;
}

/* .template-categories {
    overflow-x: scroll;
}
.template-categories::-webkit-scrollbar {
    display: none;
} */
.resume-template__container .resume-template-tab .tab-list__wrapper .resume-template-build-tab-btn.active {
    background: white;
    color: var(--primary-color);
}

.btn {
    color: #ccd2d8;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    padding-block: 8px;
    padding-inline: 20px;
}

.btn.active {
    background: white;
    color: var(--primary-color);
}

.tab-item__image {
    height: 100%;
    width: 100%;
}

/* Dropdown */

.blog-page .dropdown {
    display: inline-block;
    position: relative;
    box-shadow: unset !important;
}

.blog-page .dd-button {
    display: inline-block;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.blog-page .dd-button:hover {
    background-color: #eeeeee;
}

.blog-page .dd-input {
    display: none;
}

.blog-page .dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.blog-page .dd-input+.dd-menu {
    display: none;
}

.blog-page .dd-input:checked+.dd-menu {
    display: block;
}

.blog-page .dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.blog-page .dd-menu li:hover {
    background-color: #f6f6f6;
}

.blog-page .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.blog-page .dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.blog-page .resume-category-tab.active {
    background-color: #0866ff;
    color: #ffff;
    box-shadow: 0px 6px 30px 0px var(--primary-color) 4D;
}

.blog-page .blog-btn-container .blog-tab-btn.active,
.blog-page .blog-page-pagination-container .active {
    background-color: var(--primary-color);
    color: #ffff;
    box-shadow: 0px 6px 30px 0px #0b63e54d;
}

footer .footer-overlay {
    background: linear-gradient(180deg,
            rgba(32, 32, 42, 0) 16.86%,
            #1f2029 100%);
}

@media only screen and (min-width: 640px) {
    .tab-item__image {
        height: 100%;
        width: 100%;
    }

    .loginBG {
        background: linear-gradient(146.5deg,
                #fff9f1 0%,
                #fffaf1 0.01%,
                #fffbf5 0.02%,
                #f4f5fc 49.5%,
                #fff7fc 100%);
    }

    .resume-template__container {
        .splide__pagination__page {
            transition: width 0.3s linear;
            border-radius: 4px;

            &.is-active {
                width: 20px;
                height: 8px;
                border-radius: 4px;
                transform: none;
            }
        }
    }



    @keyframes fadeInUp {
        from {
            transform: translate3d(0, 30px, 0);
        }

        to {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }

    @keyframes fadeInDown {
        from {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

        to {
            transform: translate3d(0, 20px, 0);
            opacity: 0;
        }
    }

    .splide.testimonials {
        .splide__pagination {
            bottom: -1.5rem;
        }

        .splide__pagination__page {
            transition: width 0.3s linear;
            border-radius: 4px;

            &.is-active {
                width: 20px;
                height: 8px;
                border-radius: 4px;
                transform: none;
            }
        }
    }
}

/* Hide the Body Scrollbar for mobile */
@media screen and (max-width: 1024px) {
    ::-webkit-scrollbar {
        width: 0;
    }
}

.tab-container {
    .tab-navs {
        background-color: #f8f8f9;

        .tab-nav {
            cursor: pointer;
            font-weight: 500;

            &.active {
                background: var(--primary-color);
                color: #fff;
            }
        }
    }
}

.tab-container .tab-content {
    display: none;
}

.tab-container .tab-content.active {
    display: block;
}


.note-editable ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

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


.thin-scrollbar {
    overflow-y: scroll;

}

/* Save Time With resume Example */
/* .resume-template__container .resume-template-tab .splide__arrow--next{
    right: -4em
}

.resume-template__container .resume-template-tab .splide__arrow--prev{
    left: -4em
} */


/* Save Time With resume Example */
/* .resume-template__container .resume-template-tab .splide__arrow--next{
    right: -4em
}

.resume-template__container .resume-template-tab .splide__arrow--prev{
    left: -4em
} */

.thin-scrollbar {
    overflow-y: scroll;

}


input:focus {
    border: none;
    outline: none;
}


/* videos-listing-section play button */
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.videos-listing-page {
    .video-play__wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-play-button {
        position: relative;
        z-index: 10;
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        padding: 18px 20px 18px 28px;
        box-shadow: 0 0px 30px rgba(255, 255, 255, 0.5);
        border: 0;

        &:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 80px;
            height: 80px;
            background: #FFFFFF80;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

        &:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 80px;
            height: 80px;
            background: white;
            border-radius: 50%;
            transition: all 200ms;
            transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        &:hover {
            &:after {
                background: #035F5C;
                transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

            span {
                border-left: 32px solid white;
            }
        }

        img {
            position: relative;
            z-index: 3;
            max-width: 100%;
            width: auto;
            height: auto;
        }

        span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            transform: scale(0.8);
            border-left: 32px solid #035F5C;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
            transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
    }
}


.splide__pagination__page.is-active {
    background-color: #035F5C !important;
}