/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Testimonial Slider Styles
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.testimonial_section {
    padding: 64px 0;
}

/* Slider & No Slider Wrapper */
.testimonial_section .testimonial_slider,
.testimonial_section .no-slider {
    min-height: 478px;
    height: 100%;
    padding: 64px 238px;
    border-radius: 40px;
    text-align: center;
    align-content: center;
}

.testimonial_section .no-slider {
    min-height: 400px;
}

/* =====================================================
   Testimonial Item
===================================================== */
.testimonial_slider .ts_item,
.no-slider .ts_item {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-self: center;
}

.ts_text {
    color: var(--white);
}
.testimonial_slider .ts_text {
    font-size:30px;
    font-weight:700;
    line-height: 140%
}

/* Meta */
.ts_meta .ts_name,
.ts_meta .ts_bio {
    font-family: var(--font-inter);
    line-height: 130%;
    color: var(--white);
    margin: 0;
}

.ts_meta .ts_name {
    font-weight: 600;
}

.ts_meta .ts_bio {
    font-weight: 400;
}

/* =====================================================
   Slick Slider Arrows
===================================================== */
.testimonial_slider .slick-arrow {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 999px;
    background-color: rgba(235, 229, 251, 0.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testimonial_slider .slick-prev::before,
.testimonial_slider .slick-next::before {
    display: none !important;
}

/* Left Arrow */
.testimonial_slider .slick-prev {
    left: 64px !important;
    background-image: url("../img/left_Arrow.svg");
    background-size: 24px 24px;
}

/* Right Arrow */
.testimonial_slider .slick-next {
    right: 64px !important;
    background-image: url("../img/Right_Arrow.svg");
    background-size: 24px 24px;
}

/* =====================================================
   Slick Dots
===================================================== */
.testimonial_slider .slick-dots {
    bottom: 25px;
    left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.slick-dots li {
    width: 12px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.testimonial_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    background: none;
}

.testimonial_slider .slick-dots li button::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #D1D5DB;
    opacity: 1;
}

.testimonial_slider .slick-dots li.slick-active button::before {
    background-color: var(--white);
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Social Platforms Slider Styles
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.social_platforms_section{
    padding: 96px 0;
   background: linear-gradient(180deg, rgba(245, 247, 253, 0) 0%, #E5EBFB 54.09%, #FFFFFF 100%),
	   linear-gradient(0deg, #FFFFFF, #FFFFFF);

}

.social_platforms_section .container{
    max-width: 1228px;
}

.social_platform_inner {
    gap: 64px;
}

.sps_top {
    text-align: center;
    max-width: 672px;
    width: 100%;
    margin: 0 auto;
}
.swiper-wrapper{
    display: flex;
    gap: 64px;               
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap;    
}
.swiper-slide.sps_slide {
    height: 75px !important;
    width: 75px !important;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 24px 0px #0000780A, 0px 2px 4px 0px #00007814;
    border-radius: 12px;
    transition: all .25s linear;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
	background-color: white;
}
.swiper-slide.sps_slide:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 120, 0.08), 0 4px 24px 0 rgba(0, 0, 120, 0.4);
}
.swiper-slide.sps_slide img {
    max-height: 60px;
    object-fit: contain;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Contact From Section Styles
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.form_section {
    border-radius: 80px 80px 0 0;
    background: linear-gradient(
        0deg,
        #7100D5 -35.75%,
        #3137D9 25.92%,
        #25ACE1 119.98%
    ) !important;
}

.form_section .container {
    padding-top: 128px;
    padding-bottom: 96px;
    max-width: 1240px;
    width: 100%;
}

.form_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.form_wrapper .form_section.contact_form {
    background: var(--linear-gradient) !important;
}

.form_wrapper .from_content {
    max-width: 588px;
    width: 100%;
}

.form_wrapper .form_heading,
.form_wrapper .form_sub_heading {
    color: var(--white);
}

.form_section .form_heading {
    margin-top: 64px;
}
/* =====================================================
   Gravity Form Wrapper
===================================================== */
.form_wrapper .gravity_form_wrap {
    max-width: 588px !important;
    width: 100%;
    padding: 42px 64px;
    background-color: var(--white);
    border-radius: 24px;
    box-shadow:
        0px 8px 36px #09084214,
        0px 8px 8px #00007840;
}

.form_wrapper .gform_wrapper {
    margin-top: -30px !important;
}

.form_wrapper .gform_title,
.form_wrapper .gform_required_legend {
    display: none;
}

/* =====================================================
   Labels & Required
===================================================== */
.form_wrapper .gravity_form_wrap legend,
.form_wrapper .gravity_form_wrap label {
    gap: 0 !important;
}

.form_wrapper .gfield_label {
    font-size: 14px;
    line-height: 16px !important;
    font-family: var(--font-poppins);
    font-weight: 400 !important;
    color: #1C1C1F !important;
    margin: 0px 0px 6px 0px !important;
}

.form_wrapper .gfield_required .gfield_required_asterisk {
    color: #1C1C1F !important;
}

.form_wrapper .gform-theme--framework .gform-field-label--type-inline {
    --gf-local-margin-x: 8px !important;
}

/* =====================================================
   Fields Layout
===================================================== */
.form_wrapper .First-Name {
    margin-right: 14.5px !important;
}

.form_wrapper .Last-Name {
    margin-left: 14.5px !important;
}

.form_wrapper .gform-theme--foundation .gform_fields {
    row-gap: 24px !important;
    column-gap: 0 !important;
}

.form_wrapper .gfield--width-half .gform-field-label--type-sub {
    display: none !important;
}

/* =====================================================
   Inputs & Textarea
===================================================== */
.form_wrapper input,
.form_wrapper .select2-selection--single,
.form_wrapper textarea {
    height: 36px !important;
    padding: 10px 16px !important;
    border: 1px solid var(--gray) !important;
    border-radius: 4px !important;
    outline: none !important ;
    position: relative;
    box-shadow: unset !important;
}
.form_wrapper input:focus,
.form_wrapper textarea:focus {
    outline: none !important;
    border: 1px solid transparent !important;
    background-image: linear-gradient(white, white), 
                      linear-gradient(to right, #00c6ff, #0072ff) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    border-radius: 4px !important;
}
.form_wrapper input:focus::placeholder,
.form_wrapper textarea:focus::placeholder {
    opacity: 0;
}


.form_wrapper select {
    padding: 0 16px !important;
    cursor: pointer;
    outline: none !important;
}


/* Select */
.form_wrapper select {
    border-color: var(--gray) !important;
    border-radius: 4px !important;
}

/* =====================================================
   Select 2 Style
===================================================== */

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: 16px !important;
    font-size: 14px !important;
    font-family: var(--font-poppins) !important;
    font-weight: 400 !important;
    color: #5F5F5F !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; 
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url('../img/Chevron_Down.svg') no-repeat center; 
    background-size: contain;
    width: 20px;
    height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 16px !important;
}

.form_wrapper textarea {
    padding: 16px !important;
    border-radius: 8px !important;
}

.form_wrapper .gform-theme--foundation .gfield textarea.large {
    min-block-size: 140px !important;
}

.form_wrapper .gfield--type-textarea {
    margin: 16px 0 !important;
}

/* Placeholder */
.form_wrapper input::placeholder,
.form_wrapper textarea::placeholder,
.form_wrapper select::placeholder {
    color: var(--gray) !important;
    font-size: 14px !important;
    font-family: var(--font-poppins) !important;
}

/* =====================================================
   Radio & Checkbox
===================================================== */
.form_wrapper .gfield_radio,
.form_wrapper .gfield_checkbox {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    margin-top: 16px !important;
    box-shadow: none !important;
}

.form_wrapper .gform-theme--framework .gfield--type-choice .gchoice {
    align-items: center !important;
}

.form_wrapper .gfield_radio input,
.form_wrapper .gfield_checkbox input {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    background-color: #FAFAFA !important;
    border: 1px solid #EFEFEF !important;
    cursor: pointer;
    box-shadow: none !important;
}

.form_wrapper .gfield-choice-input {
    --gf-local-radius: 2px !important;
}

.form_wrapper .gform-theme--framework input[type=radio]::before {
    content: none !important;
}

.form_wrapper .gform-theme--framework input[type=radio] {
    position: relative;
}

.form_wrapper .gform-theme--framework input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-image: url("../img/Check-2.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* =====================================================
   Submit Button
===================================================== */
.form_wrapper .gform_button {
    background: var(--purple-to-blue-gradient) !important;
    font-weight: 600;
    line-height: 16px;
}

/* Confirimation Message */
.gform_confirmation_message {
    margin: 50px 0 !important;
    text-align: center !important;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Contact Page From Section Styles
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.contact_form {
    border-radius: 0px !important;
    background: var(--linear-gradient) !important;
    min-height: 80vh;
}

.contact_form .container {
    padding-top: 64px;
    padding-bottom: 96px;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive Styles
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media only screen and (max-width: 1200px){

    /*===================Form Responsive style 1024 screen==================*/
    .form_section .container{
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .form_wrapper .gravity_form_wrap{
        padding: 40px 30px;
    }

    /*===================Social Platforms style 1200 screen==================*/
    .sps_slider{
        padding: 0px 0px;
    }

    .swiper-wrapper{
        gap: 30px;
    }
}


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

    .social_platforms_section {
        padding: 64px 0;
    }
    /*===================Testimonial Responsive style 998 screen==================*/
    .testimonial_section{
        padding: 40px 0;
    }

    .ts_bio{
        font-size: 16px;
    }

    .testimonial_section .testimonial_slider,
    .testimonial_section .no-slider{
        min-height: auto;
        border-radius: 40px;
        padding: 50px 120px;
    }

    .testimonial_section .no-slider{
        min-height: auto;
    }

    .testimonial_section .testimonial_slider .ts_item,
    .no-slider .ts_item{
        gap: 24px;
    }

    .testimonial_slider .slick-dots{
        bottom: 8px;
        gap: 0px;
    }

    .testimonial_slider .slick-dots li button:before{
        width: 8px;
        height: 8px;
    }

    .testimonial_slider .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .testimonial_slider .ts_text {
        font-size:22px;
    }


    /*===================Social Platforms style 998 screen==================*/
    .swiper-wrapper{
        gap: 16px;
    }

    /*===================Form Responsive style 998 screen==================*/
    .form_section{
        border-radius: 40px 40px 0px 0px;
    }

    .form_wrapper{
        flex-direction: column;
        align-items: center;
    }

    .form_wrapper .from_content{
        max-width: 588px;
        width: 100%;
        text-align: center;
    }

    .form_wrapper .gravity_form_wrap{
        border-radius: 18px;
    }
    .form_section .form_heading {
        margin-top: 0;
    }

    .form_wrapper .gform-theme--foundation .gfield textarea.large{
        min-block-size: 120px !important;
    }

    .form_wrapper .gform-theme--foundation .gform_fields{
        row-gap: 16px !important;
    }
}


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

    /*=================== Testimonial ==================*/
    .testimonial_section .testimonial_slider,
    .testimonial_section .no-slider{
        min-height: auto;
        border-radius: 20px;
        padding: 30px 20px;
    }

    .testimonial_section .testimonial_slider .ts_item,
    .no-slider .ts_item{
        gap: 16px;
    }

    .ts_bio{
        font-size: 14px;
    }
    .testimonial_slider .ts_text {
        font-size:18px;
    }

    .testimonial_slider .slick-arrow{
        width: 20px;
        height: 20px;
    }

    .testimonial_slider .slick-prev{
        left: 8px !important;
    }

    .testimonial_slider .slick-next{
        right: 8px !important;
    }
    

    /*=================== Form ==================*/
    .form_wrapper{
        gap: 0px;
    }

    .from_content{
        margin-bottom: 24px;
    }

    .form_wrapper .form_sub_heading{
        font-size: 14px;
        line-height: 1.5;
    }

    .form_wrapper .gravity_form_wrap{
        padding: 25px 30px;
    }

    .form_wrapper .First-Name{
        margin-right: 0 !important;
    }

    .form_wrapper .Last-Name{
        margin-left: 0 !important;
    }


    /* Social Platform */
    .social_platform_inner {
        gap: 40px;
    }
}

