/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2026 | 19:55:36 */
/* =========================================================
   AR CRAFTIX - PREMIUM TESTIMONIALS SECTION
   Section: #text-8
   Inspired by DS Creation Layout
   ========================================================= */


/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:wght@400;500;600;700;800&display=swap');


/* =========================================================
   MAIN TESTIMONIAL SECTION
   ========================================================= */

#text-8 {
    position: relative;

    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 0;

    padding: 75px 0 70px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(0, 61, 163, 0.10) 0%,
            rgba(0, 61, 163, 0.025) 28%,
            transparent 50%
        ),
        #0d151b;

    color: #ffffff;

    overflow: hidden;
}


/* Subtle top highlight */
#text-8::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 600px;
    height: 1px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 61, 163, 0.75),
        transparent
    );

    pointer-events: none;
}


/* =========================================================
   SMALL TOP HEADING - TESTIMONIALS
   ========================================================= */

#text-8 > .widget-title {
    position: relative;

    display: block;

    margin: 0 auto 14px !important;
    padding: 0 !important;

    color: #2f79e8 !important;

    font-family: "Montserrat", sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;

    line-height: 1.3 !important;
    letter-spacing: 0.5px !important;

    text-align: center !important;
    text-transform: uppercase;

    border: 0 !important;
    background: none !important;
}


/* Prevent theme decorations */
#text-8 > .widget-title::before,
#text-8 > .widget-title::after,
#text-8 > .widget-title span::before,
#text-8 > .widget-title span::after {
    display: none !important;
    content: none !important;
}


/* Widget title span */
#text-8 > .widget-title span {
    display: inline-block;

    color: #2f79e8 !important;

    background: none !important;

    border: none !important;

    padding: 0 !important;
    margin: 0 !important;
}


/* =========================================================
   INNER CONTENT AREA
   ========================================================= */

#text-8 > .textwidget {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1360px;

    margin: 0 auto;
    padding: 0 24px;

    text-align: center;
}


/* =========================================================
   MAIN ARTISTIC HEADING
   "What Our Clients Say"
   ========================================================= */

#text-8 .textwidget > h2 {
    position: relative;

    margin: 0 auto 22px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Kaushan Script", cursive;
    font-size: 43px !important;
    font-weight: 400 !important;

    line-height: 1.15 !important;
    letter-spacing: 0 !important;

    text-align: center !important;
    text-transform: none !important;

    border: none !important;
    background: none !important;

    text-shadow:
        0 3px 7px rgba(0, 0, 0, 0.60),
        0 0 18px rgba(0, 61, 163, 0.15);
}


/* Remove theme heading decorations */
#text-8 .textwidget > h2::before,
#text-8 .textwidget > h2::after {
    display: none !important;
    content: none !important;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

#text-8 .textwidget > p {
    width: 100%;
    max-width: 1260px;

    margin: 0 auto 42px !important;
    padding: 0 !important;

    color: #c8ced6 !important;

    font-family: "Montserrat", sans-serif;
    font-size: 13px !important;
    font-weight: 400;

    line-height: 1.85 !important;
    letter-spacing: 0.05px;

    text-align: center !important;
}


/* First bold sentence */
#text-8 .textwidget > p > strong:first-child {
    display: inline-block;

    margin-bottom: 3px;

    color: #dce3ec !important;

    font-size: 13px;
    font-weight: 700;
}


/* Bold words inside paragraph */
#text-8 .textwidget > p strong {
    color: #ffffff !important;
    font-weight: 700;
}


/* =========================================================
   CAROUSEL OUTER AREA
   ========================================================= */

#text-8 .wpcp-carousel-wrapper {
    position: relative;

    width: 100%;

    margin: 0 auto !important;
    padding: 0 !important;

    background: transparent !important;
}


/* Remove plugin unwanted background */
#text-8 .wpcp-carousel-content-wrapper,
#text-8 .wpcp-carousel-section {
    background: transparent !important;
}


/* =========================================================
   CAROUSEL SLIDES
   ========================================================= */

#text-8 .swiper-slide {
    position: relative;

    background: transparent !important;

    overflow: hidden;

    border-radius: 15px;

    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}





/* =========================================================
   SINGLE TESTIMONIAL IMAGE CARD
   ========================================================= */

#text-8 .wpcp-single-item {
    position: relative;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #101820;

    border-radius: 15px;

    border: 1px solid rgba(255, 255, 255, 0.05);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.22);

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}





/* =========================================================
   FIGURE RESET
   ========================================================= */

#text-8 .wpcp-single-item figure {
    display: block;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   TESTIMONIAL IMAGES
   ========================================================= */

#text-8 .wpcp-single-item img {
    display: block;

    width: 100% !important;
    height: 470px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;
    object-position: top center;

    border: 0 !important;
    border-radius: 14px;

    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}




/* =========================================================
   IMAGE LINK
   ========================================================= */

#text-8 .wpcp-single-item > a {
    display: block;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;

    text-decoration: none !important;
}


/* =========================================================
   SLIDER OVERFLOW
   ========================================================= */

#text-8 .swiper {
    overflow: visible !important;
}

#text-8 .swiper-wrapper {
    align-items: stretch;
}


/* =========================================================
   HIDE UNWANTED THEME / PLUGIN ELEMENTS
   ========================================================= */

#text-8 .wpcp-single-item::before,
#text-8 .wpcp-single-item::after,
#text-8 figure::before,
#text-8 figure::after {
    display: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 991px) {

    #text-8 {
        padding: 65px 0 60px;
    }

    #text-8 > .textwidget {
        padding: 0 22px;
    }

    #text-8 > .widget-title {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }

    #text-8 .textwidget > h2 {
        font-size: 38px !important;
        margin-bottom: 18px !important;
    }

    #text-8 .textwidget > p {
        max-width: 850px;

        font-size: 12.5px !important;
        line-height: 1.8 !important;

        margin-bottom: 35px !important;
    }

    #text-8 .wpcp-single-item img {
        height: 440px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

    #text-8 {
        padding: 55px 0 50px;
    }

    #text-8 > .textwidget {
        padding: 0 17px;
    }

    #text-8 > .widget-title {
        font-size: 12px !important;

        letter-spacing: 0.8px !important;

        margin-bottom: 10px !important;
    }

    #text-8 .textwidget > h2 {
        font-size: 33px !important;

        line-height: 1.2 !important;

        margin-bottom: 17px !important;
    }

    #text-8 .textwidget > p {
        max-width: 600px;

        font-size: 12px !important;

        line-height: 1.75 !important;

        margin-bottom: 30px !important;
    }

    #text-8 .textwidget > p > strong:first-child {
        font-size: 12px;
    }

    #text-8 .wpcp-single-item img {
        height: auto !important;

        max-height: none !important;

        object-fit: contain;
    }

    #text-8 .swiper-slide {
        border-radius: 12px;
    }

    #text-8 .wpcp-single-item,
    #text-8 .wpcp-single-item img {
        border-radius: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media only screen and (max-width: 480px) {

    #text-8 {
        padding: 48px 0 45px;
    }

    #text-8 > .textwidget {
        padding: 0 14px;
    }

    #text-8 .textwidget > h2 {
        font-size: 29px !important;
    }

    #text-8 .textwidget > p {
        font-size: 11.5px !important;

        line-height: 1.7 !important;

        margin-bottom: 27px !important;
    }
}