/*
========================
GLOBAL CSS START HERE 
========================
*/

/* google fonts: Manrope */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* custom fonts: Gilroy */
@font-face {
    font-family: 'gilroy400';
    src: url(./webfonts/Gilroy-Regular.ttf);
}
@font-face {
    font-family: 'gilroy500';
    src: url(./webfonts/Gilroy-Medium.ttf);
}
@font-face {
    font-family: 'gilroy600';
    src: url(./webfonts/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: 'gilroy600';
    src: url(./webfonts/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: 'gilroy700';
    src: url(./webfonts/Gilroy-Bold.ttf);
}
@font-face {
    font-family: 'gilroy800';
    src: url(./webfonts/Gilroy-ExtraBold.ttf);
}

@font-face {
    font-family: 'gilroy800';
    src: url(./webfonts/Gilroy-Black.ttf);
}

body {	
    font-family: "Manrope", sans-serif;
    font-family: 'gilroy500';
    font-family: 'gilroy400';
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #000;	
    overflow-x: hidden;
}
html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: white;
    background: #6503AA;
}

::-webkit-selection {
    color: white;
    background: #6503AA;
}

::-moz-selection {
    color: white;
    background: #6503AA;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #6503AA;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}
.scrolltotop:hover {
    color: #fff;
}
.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: #6503AA;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

/*
========================
HEADER CSS START HERE 
========================
*/
.headerHero_overlay {
    background: url(images/vector/vector1.png);
    background-position: center center;
    background-size: 100% 100%;
}
.header_area {
    padding: 22px 0;
    border-bottom: 1px solid #EFE5FF;
}
.header_logo a img {
    width: 125px;
    display: inline-block;
}
.header_middle > ul {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    border-radius: 61px;
    border: 1px solid #EFE5FF;
    background: #FCFAFF;
    box-shadow: 0px 0px 0px 3px #F6F0FF;
    display: flex;
    padding: 4px;
    gap: 4px;
    transition: 0.3s;
}
.header_middle > ul:hover {
    box-shadow: 0px 0 16px rgba(101, 3, 170, 0.3);
}
.header_middle > ul li {
    width: 50%;
}
.header_middle > ul li a {
    color: #6503AA;
    text-align: center;
    font-family: 'gilroy500';
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 52px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}
.header_middle > ul li a.active {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(180deg, #6503AA 0%, #8C1CDB 100%);
    box-shadow: 0px 2px 4.4px 0px rgba(255, 255, 255, 0.40) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
.header_middle > ul li a:hover {
    color: #fff;

}
.header_middle > ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 52px;
    transition: 0.3s;
    background: linear-gradient(180deg, #6503AA 0%, #8C1CDB 100%);
    box-shadow: 0px 2px 4.4px 0px rgba(255, 255, 255, 0.40) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
    opacity: 0;
}
.header_middle > ul li a:hover:before {
    opacity: 1;
}

.header_right > button {
    font-family: 'gilroy500';
    border: 0;
    display: block;
    color: #6503AA;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    max-width: 170px;
    min-height: 55px;
    border-radius: 8px;
    border: 3px solid #EFE5FF;
    background: #FCFAFF;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.header_right > button:hover {
    color: #fff;
    border-color: transparent;
}
.header_right > button::after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    color: #fff;
    transition: 0.4s;
}
.header_right > button:hover:after {
    transform:translate(-50%, -50%) scale(1);
}


/* hamburger css */
.hamburger {
    cursor: pointer;
    width: 40px; /* Set the width to the widest bar */
    height: 30px; /* Increased height for better alignment */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.bar {
    height: 4px;
    background-color: black;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.bar:nth-child(1) {
    width: 40px; /* Align to the start */
}

.bar:nth-child(2) {
    width: 40px; /* Align to the end */
}

.bar:nth-child(3) {
    width: 40px; /* Center align */
}

/* Open state */
.hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
    width: 40px;
}

.hamburger.open .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -10px);
    width: 40px;
}

.header_middle.mobile {
    display: none;
}


/*
========================
HERO CSS START HERE 
========================
*/
.hero_area {
    padding-top: 64px;
}
.hero_content > span {
    color: #52597A;
    text-align: center;
    font-family: 'gilroy500';
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #EFE5FF;
    background: #FCFAFF;
    padding: 6px;
    padding-right: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.hero_content > span img {
    width: 60px;
}
.hero_content > h1 {
    color: #27272A;
    text-align: center;
    font-family: 'gilroy800';
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 16px;
}
.hero_content > h1 span {
    background: linear-gradient(0deg, #2A0158 -48.53%, #2A0158 -48.53%, #6503AA 15.46%, #EB38BD 85.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
}
.hero_content > p {
    color: #52525B;
    text-align: center;
    font-family: 'gilroy500';
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 40px;
}
.hero_content > a {
    color: #FFF;
    text-shadow: 0px 2px 3px rgba(47, 5, 97, 0.20);
    font-family: 'gilroy500';
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 100px;
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    box-shadow: 0px 2px 4.4px 0px rgba(255, 255, 255, 0.40) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    min-height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.hero_content > a:hover {
    max-width: 200px;
}
.hero_content > a::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    box-shadow: 0px 2px 4.4px 0px rgba(255, 255, 255, 0.40) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px -4px 2px 0px rgba(0, 0, 0, 0.25) inset;
    transition: 0.4s;
}
.hero_content > a:hover:before {
    transform: translate(-50%, -50%) rotate(-180deg);
}


/*
===========================
WHY CHOOSE CSS START HERE 
===========================
*/
.whyChooseUs_area {
    margin-top: 95px;
}
.whyChooseUs_row {
    border-radius: 24px;
    background: #FDFAFF;
    box-shadow: 0px 0px 0px 4px #FFF, 0px 11px 14.2px 0px rgba(137, 148, 172, 0.05);
    padding: 32px;
    position: relative;
    overflow: hidden;
}
.whyChooseUs_row::before {
    content: "";
    display: block;
    background-color: #FD71A9;
    filter: blur(50px);
    width: 510px;
    height: 618px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: whyChoose 8s linear infinite;
    opacity: 0.5;
}
@keyframes whyChoose {
    0% {
        transform: translateX(-50%);
        left: 0;
    }
    50% {
        transform: translateX(-50%);
        left: 100%;
    }
    100% {
        transform: translateX(-50%);
        left: 0;
    }
}
.whyChooseUs_card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 11px 14.2px 0px rgba(137, 148, 172, 0.05), 0px 0px 0px 4px #FFF;
    padding: 29px 16px;
    border: 1px solid #E6E6E6;
    position: relative;
    overflow: hidden;
    z-index: 5;
    height: 100%;
}
.whyChooseUs_card:hover h4,
.whyChooseUs_card:hover p {
    color: #fff;
}
.whyChooseUs_card::before {
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0.3);
    transition: 0.4s;
    border-radius: 50%;
    opacity: 0;
}
.whyChooseUs_card:hover:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.whyChooseUs_card > img {
    width: 116px;
    display: block;
    margin: 0 auto;
}
.whyChooseUs_content > h4 {
    color:#18181B;
    font-family: 'gilroy500';
    font-size: 24px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 5px;
}
.whyChooseUs_content > p {
    color: #52525B;
    text-align: center;
    font-family: 'gilroy400';
    font-size: 18px;
    font-weight: 400;
    line-height:  150%;
    transition: 0.3s;
}


/*
=====================
ourMission CSS START 
=====================
*/
.ourMission_area {
    margin-top: 95px;
}
.ourMission_left > h2 {
    color: #27272A;
    font-family: 'gilroy700';
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ourMission_left > p {
    color: #52525B;
    font-family: 'gilroy500';
    font-size: 20px;
    font-weight: 500;
    line-height: 173%;
    margin-top: 16px;
}
.ourMission_right > img {
    width: 100%;
    max-width: 488px;
    display: block;
    margin: 0 auto;
}

/*
========================
whyjoinSpruce CSS START 
========================
*/
.whyjoinSpruce_area {
    margin-top: 130px;
}
.whyjoinSpruce_form {
    padding: 40px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 9px 11.9px 0px rgba(158, 161, 175, 0.12), 0px 0px 0px 4px #FFF;
}
.whyjoinSpruce_form > h3 {
    color: #27272A;
    font-family: 'gilroy700';
    font-size: 24px;
    font-weight: 700;
    line-height: 290%;
}
.whyjoinSpruce_form .form_input > h6 {
    color: #3F3F46;
    font-family: 'gilroy500';
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 11px;
}
.whyjoinSpruce_form .form_input > input {
    color: #3F3F46;
    font-family: 'gilroy500';
    font-size: 16px;
    font-weight: 400;
    border: 0;
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    background: #FAFAFA;
    transition: 0.3s;
    border: 2px solid transparent;
    padding: 0 16px;
}
.whyjoinSpruce_form .form_input > input:focus {
    border: 2px solid #6503AA;
    background-color: #fff;
}
.whyjoinSpruce_form .form_input {
    margin-bottom: 16px;
}
.whyjoinSpruce_form .form_btn button {
    color: #FFF;
    font-family: 'gilroy500';
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    border: 0;
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    background: #6503AA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.whyjoinSpruce_form .form_btn button i {
    font-size: 20px;
    margin-bottom: -5px;
}
.whyjoinSpruce_form .form_btn button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    z-index: -1;
    transition: 0.3s;
}
.whyjoinSpruce_form .form_btn button:hover:before {
    top: 0;
}
.whyjoinSpruce_content > h2 {
    color: #27272A;
    font-family: 'gilroy700';
    font-size: 48px;
    font-weight: 700;
    line-height: 145%;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.whyjoinSpruce_content > p {
    color: #3F3F46;
    font-family: 'gilroy400';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.whyjoinSpruce_content > ul {
    display: flex;
    align-items: center;
}
.whyjoinSpruce_content > ul li {
    width: 50%;
}
.whyjoinSpruce_content > ul li a {
    color: #6503AA;
    font-family: 'gilroy500';
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 9px 11.9px 0px rgba(158, 161, 175, 0.12), 0px 0px 0px 4px #FFF;
    width: 100%;
    min-height: 80px;
}
.whyjoinSpruce_content > ul li a:hover {
    background-color: #6503AA;
    color: #fff;
}
.whyjoinSpruce_content > ul {
    display: flex;
    align-items: center;
    gap: 16px;
}


/*
==================
footer CSS START 
==================
*/
.footer_area {
    margin-top: 95px;
}
.footer_area .footer_row {
    border-radius: 24px 24px 0 0;
    border: 1px solid #EFE5FF;
    background: linear-gradient(180deg, #F6F0FF -110.84%, rgba(246, 240, 255, 0.00) 100%);
    box-shadow: 0px 0px 0px 8px #FFF;
    padding: 45px 40px;
    margin-bottom: 35px;
    border-bottom: 0;
}
.footer_logo a img {
    width: 100%;
}
.footer_menu ul li a {
    font-family: "Manrope", sans-serif;
    color: #6503AA;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-height: 35px;
    border-radius: 6px;
    border: 1px solid #EED7FE;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.footer_menu ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    opacity: 0;
    transition: 0.3s;
}
.footer_menu ul li a:hover:after {
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    transform: scale(1);
    opacity: 1;
}
.footer_menu ul li a:hover {
    color: #fff;
}
.footer_menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 30px;
    list-style: none;
    padding: 0;
}
.footer_social ul li a {
    border-radius: 78px;
    background: #6503AA;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.footer_social ul li a:hover {
    background: #000;
}
.footer_social ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    border-left: 1px solid #EAD5F9;
    margin-left: 20px;
}
.hero_slider .slick-slide {
    margin-right: 10px; /* Horizontal spacing */
    
}
.hero_slider > img {
    border-radius: 15px;
}
.hero_slider .slick-track {
    display: flex;
    align-items: center;
}
.hero_slider {
    position: relative;
}
.hero_slider::after {
    content: "";
    display: block;
    width: 195px;
    height: 100%;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.hero_slider::before {
    content: "";
    display: block;
    width: 195px;
    height: 100%;
    background: linear-gradient(-270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero_slider {
    margin-top: 60px;
}


/*
=====================
howStart CSS START 
=====================
*/
.whyChooseUs_area.howStart .whyChooseUs_row {
    border: 0;
    background: none;
    padding: 0;
    box-shadow: none;
    overflow: visible;
}
.whyChooseUs_area.howStart .whyChooseUs_row::before {
    display: none;
}
.howStart_header > h2 {
    color: #27272A;
    font-family: 'gilroy700';
    font-size: 48px;
    font-weight: 700;
    line-height: 145%; 
    margin-bottom: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.whyChooseUs_card.arrowVector::after {
    content: "";
    display: block;
    width: 110px;
    height: 33px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: calc(100% - 40px);
    background: url(images/vector/vector3.png);
    background-repeat: no-repeat;
}
.whyChooseUs_card.howStart::before {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.whyChooseUs_card.arrowVector {
    overflow: visible;
}


/*
=====================
howStart CSS START 
=====================
*/
.whySpruce_area {
    margin-top: 95px;
}
.whySpruce_left > img.thumb {
    width: 100%;
    border-radius: 16px;
    display: block;
    margin-bottom: 40px;
}
.whySpruce_left > h2 {
    color: #27272A;
    font-family: 'gilroy700';
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
.whySpruce_left > p {
    color: #52525B;
    font-family: 'gilroy500';
    font-size: 20px;
    font-weight: 500;
    line-height: 173%;
}
.whySpruce_right_list > h3 {
    color: #262626;
    font-family: 'gilroy500';
    font-size: 20px;
    font-weight: 500;
    line-height: 135%; 
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.whySpruce_right_list > h3 .icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--Linear-2, linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%));
    display: flex;
    align-items: center;
    justify-content: center;
}
.whySpruce_right_list > h3 .icon img {
    animation: pulse2 2s linear infinite;
}
@keyframes pulse2 {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
.whySpruce_right_list > p {
    color: #606060;
    font-family: 'gilroy400';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.whySpruce_right_list {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #E6E9EE;
    background: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.whySpruce_right_list::before {
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: linear-gradient(0deg, #2A0158 0.19%, #2A0158 0.19%, #6503AA 47.19%, #EB38BD 98.36%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
}
.whySpruce_right_list:hover:before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.whySpruce_right_list:hover * {
    color: #fff;
    transition: 0.6s;
}
.whySpruce_right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/*
============================
serviceSolution CSS START 
============================
*/
.serviceSolution_area {
    margin-top: 95px;
    padding-bottom: 100px;
}
.serviceSolution_slider .slick-slide {
    margin-left: 20px;
}
.serviceSolution_card {
    width: 100%;
    min-height: 285px;
    border-radius: 24px;
    display: flex !important;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 20px 55px;
    gap: 16px;
}
.serviceSolution_card.one {
    background: url(images/thumb/thumb9.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.serviceSolution_card.two {
    background: url(images/thumb/thumb10.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.serviceSolution_card.three {
    background: url(images/thumb/thumb11.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.serviceSolution_card > h3 {
    color: #FAFAFA;
    font-family: 'gilroy700';
    font-size: 32px;
    font-weight: 700;
}
.serviceSolution_card > p {
    color: #FAFAFA;
    font-family: 'gilroy500';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    max-width: 460px;
}
.serviceSolution_card > button {
    font-family: 'gilroy500';
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 4px;
    border: 0;
    background: #FCFAFF;
    width: 114px;
    height: 40px;
    transition: 0.3s;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.60);
}
.serviceSolution_card.one > button {
    color: #6503AA;
}
.serviceSolution_card.two > button {
    color: #CB49CD;
}
.serviceSolution_card.three > button {
    color: #3E60D0;
}
.serviceSolution_card > button:hover {
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6);
    background-color: #000;
    color: #fff;
}
.serviceSolution_slider .slick-arrow {
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    border-radius: 100px;
    border: 1px solid #EFE5FF;
    background: #F6F0FF;
    width: 48px;
    height: 48px;
    color: #7435FF;
    font-size: 20px;
    transition: 0.3s;
}
.serviceSolution_slider .slick-arrow:hover {
    background-color: #7435FF;
    color: #fff;
    border-color: transparent;
}
.serviceSolution_slider .slick-arrow.slick-prev {
    left: 42%;
}
.serviceSolution_slider .slick-arrow.slick-next {
    left: 58%;
}
.serviceSolution_slider .slick-dots {
    position: absolute;
    top: calc(100% + 60px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
}
.serviceSolution_slider .slick-dots li button {
    width: 15px;
    height: 3px;
    border: 0;
    line-height: 0;
    font-size: 0;
    background-color: #DECCFF;
    border-radius: 50px;
    cursor: pointer;
}
.serviceSolution_slider .slick-dots li.slick-active button {
    background-color: #7C33FF;
}