.btn {
    padding: 5px 7px;
    border: 2px solid;
    border-radius: 40px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
}

.btn .button-text {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn.btn-primary,
.btn.btn-primary.outlined:hover {
    padding: 5px 7px;
    border: 2px solid var(--primary-color);
    color: var(--charcol-dark-color);
    transition: all 0.3s ease;
}

.btn.btn-primary.outlined {
    color: var(--white-color);
    transition: all 0.3s ease;
}

.button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 14px;
    border-radius: 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-right: 60px;
    transition: all 0.3s ease;
}

.button-content-wrapper::after {
    content: url("/assets/imgs/icons/kairos-arrow.svg");
    max-height: 32px;
    position: absolute;
    right: 14px;
    transition: all 0.3s ease;
}

.btn.btn-primary.outlined .button-content-wrapper::after,
.btn.btn-secondary .button-content-wrapper::after {
    filter: brightness(1) invert(1);
}

.btn.btn-primary.outlined:hover .button-content-wrapper::after {
    filter: none;
}

.btn.btn-primary .button-content-wrapper::before,
.btn.btn-primary.outlined:hover .button-content-wrapper::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn.btn-secondary {
    padding: 5px 7px;
    border: 2px solid var(--secondary-color);
    color: var(--white-color);
    transition: all 0.3s ease;
}

.btn.btn-secondary .button-content-wrapper::before,
.btn.btn-secondary.outlined:hover .button-content-wrapper::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
    border-radius: 50px;
}

.btn.btn-primary.outlined .button-content-wrapper::before {
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn.btn-primary:hover {
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn.btn-primary:hover .button-content-wrapper::before,
.btn.btn-secondary:hover .button-content-wrapper::before,
.btn.btn-secondary.outlined .button-content-wrapper::before {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.partner-get-started-section .btn-secondary .button-text {
    color: #101828;
}

.partner-get-started-section .btn-secondary:hover .button-text {
    color: #fff;
}

.btn.btn-secondary:hover {
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.btn.btn-secondary.outlined:hover {
    color: var(--white-color) !important;
    transition: all 0.3s ease;
}

.secondary-commom-heading {
    font-family: Poller One;
    font-weight: 400;
    font-size: 34px;
    line-height: 140%;
}

.common-subheading {
    font-family: "Poller One", serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-transform: lowercase;
}

.commom-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

.common-info-span {
    font-family: "poppins";
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    text-transform: capitalize;
    color: #99ff00;
}

/* testimonisal slider starts here */

.testimonials-slider-section .testimonials-badge img {
    height: 40px !important;
    width: 100%;
}

.testimonials-slider-section
    .testimonial-slider-container
    .signle-testimonial-card {
    border: 1.5px solid #ceff841f;
    box-shadow: 1px 3px 54px 3px #517c1024;
    background: #000000;
    border-radius: 18px;
    padding: 20px 25px;
}

.testimonials-slider-section .testimonial-slider-container .message-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--white-color);
}

.testimonials-slider-section .testimonial-slider-container .userImage img {
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-slider-section .testimonial-slider-container .position,
.testimonials-slider-section .username {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: var(--white-color);
}

.testimonials-slider-section .testimonial-slider-container .username {
    font-size: 16px;
}

.testimonials-slider-section .services-cards {
    max-width: 400px;
    box-shadow: 1px 3px 54px 3px #517c1024;
    min-height: 240px;
}

.testimonials-slider-section .single-ticker {
    white-space: normal !important;
    height: 100%;
}

.testimonials-slider-section .services-cards .testimonial-message {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.testimonials-slider-section .services-cards .quoted-commas {
    position: absolute;
    font-size: 30px;
    color: var(--primary-color);
    top: 5px;
    left: 5px;
}

.testimonial-slider-container:after {
    background: linear-gradient(0deg, #000000 20%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    height: 230px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 3;
}

.testimonial-slider-container:before {
    background: linear-gradient(180deg, #000000 20%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.testimonials-slider-section .slick-vertical .slick-slide {
    padding: 16px;
}

.testimonial-slider-container .tickercontainer {
    transform: rotate(90deg);
}

.testimonial-slider-container .tickercontainer ul li {
    line-height: normal !important;
    max-width: 456px !important;
    transform: rotate(-90deg);
    white-space: break-spaces !important;
}

.testimonials-slider-section .testimonials-cards-list {
    column-count: 3;
}

@media (max-width: 1199.98px) {
    .testimonials-slider-section .testimonials-cards-list {
        column-count: 2;
    }
}

@media (max-width: 991.98px) {
    .testimonials-slider-section .testimonials-cards-list {
        column-count: 1;
    }
}

@media (max-width: 575.98px) {
    .testimonial-slider-container {
        max-height: 240vh;
    }
}

.testimonialsUpwardslide {
    animation-play-state: running;
}

.testimonialsUpwardslide:hover {
    animation-play-state: paused;
}

/* testimonisal slider ends here */
.contact-modal .modal-dialog .modal-content {
    background-color: transparent;
}

.contact-modal .modal-dialog .modal-content {
    background-color: transparent;
}

.contact-modal .contact-form-outer {
    background-image: url("/assets/imgs/contact-us-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 2/1.2;
}

.contact-modal .contact-form-outer .form-control {
    background-color: #060606;
    border-radius: 14px;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #9d9d9dc2;
    margin-bottom: 15px;
    color: #fff;
    font-family: poppins;
}

.contact-modal .contact-form-outer .form-control::placeholder {
    color: #ffffffb9;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}
