.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.theme-btn {
    border: 0;
    background-color: var(--theme-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sidebar-anchor {
    text-decoration: none !important;
    color: var(--theme-color);
    width: 100%;
    display: block;
    padding: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
}

.sidebar-anchor:hover {
    transform: scale(1.05);
    transition: 0.3s;
    background-color: var(--theme-pale-3);
}

.width-fit {
    width: fit-content !important;
}

.theme-circle-btn {
    height: 40px;
    width: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 5px #00000050, inset 0 3px 5px #ffffff60;
}

.slider-btn-custom {
    border: 0;
    background: var(--theme-color);
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: 0.3s;
    box-shadow: 0 1px 5px #00000050, inset 0 3px 5px #ffffff60;
}

.slider-btn-custom:hover {
    opacity: 1;
    transition: 0.3s;
}

.custom-zig-zag-slider {
    scroll-behavior: smooth;
}


.flip-card {
    background-color: transparent;
    width: 300px;
    min-width: 300px;
    height: 450px;
    perspective: 1000px;
    overflow: hidden;
}

.flip-card:nth-child(even) {
    margin-top: 50px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.flip-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front .flip-card-matter,
.flip-card-back .flip-card-matter {
    border-radius: 50px;
    background: linear-gradient(145deg, #811644, #991a51);
    box-shadow: 20px 20px 60px #7a1441,
        -20px -20px 60px #a41c57;
}

.flip-card-front .flip-card-matter::selection,
.flip-card-back .flip-card-matter::selection {
    color: var(--theme-color);
    background: #fff;
}

.flip-card-front .text-area,
.flip-card-back .text-area {
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;

    border-radius: 5px;
    background: #8f184c;
    box-shadow: 20px 20px 60px #7a1441,
        -20px -20px 60px #a41c57;
}

.flip-card-front {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #991a51, #811644);
    box-shadow: 20px 20px 60px #7a1441,
        -20px -20px 60px #a41c57;

}

.flip-card-back {
    background-color: var(--theme-color);
    color: white;
    transform: rotateY(180deg);
    overflow: hidden !important;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* .custom-zig-zag-slider-img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 300px;
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.custom-zig-zag-slider-img-container img {
    object-fit: cover;
    width: 100%;
} */

.counter-circle {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card-container {
    min-height: 200px;
    min-width: 320px;
    width: 320px;
    background-color: #fff;
    padding: 10px;
}

.testimonial-card {
    background-color: var(--theme-color);
    height: 100%;
    padding: 20px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: -1px 1px 7px #00000060;
}

.welcomFormInput:focus {
    outline: 0;
}

.welcomFormInput {
    width: 100%;
    border: 0;
    border-bottom: 2px solid var(--theme-color);
}

.contact-form-message-box {
    position: relative;
}

.dashed-custom-list li {
    list-style: "- ";
}

.team-card-custom {
    display: flex;
    flex-direction: column;
    max-width: 170px;
}

.team-card-custom img {
    height: 170px;
    width: 170px;
    box-shadow: -3px 3px 10px #00000030;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card-custom span:last-child {
    font-size: 13px;
    color: #ccc;
    margin-left: -15px;
}

.team-card-custom span:last-child::before {
    content: "- ";
}

.animationFloat {
    animation: floatingImage 1.3s infinite ease-in-out alternate;
}

/* core principal cards starts here */
.animated-box-container .single-box {
    overflow: hidden;
    height: 60px;
    background-color: var(--theme-color);
    padding: 15px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.animated-box-container .title-area {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.animated-box-container .title-area .title {
    display: block;
    margin-bottom: 10px;
}

.animated-box-container .title-area span {
    cursor: default;
}

.animated-box-container .summary-area {
    display: none;
    padding: 10px 15px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.animated-box-container .summary-area .num {
    font-size: 3rem;
    position: absolute;
    bottom: 0;
    right: 2%;
    font-family: math;
    font-weight: 800;
    color: #ffffff50;
}

.animated-box-container .single-box:hover {
    height: 230px;
    transition: 0.3s ease-in-out;
}

.animated-box-container .single-box:hover .summary-area {
    display: block;
}

/* core principal cards ends here */