* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #149FF0;
    --primary-color-light: #55AEE2;
    --primary-color-dark: #096295;
    --inter-font: "Inter", sans-serif;
    --white: #ffffff;
    --black: #000000;
    --light-grey: #F1F1F1;
}

h1 {
    color: #2E2E2E;
    font-family: var(--inter-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: -0.8px;
}

.mobile-header {
    display: none;
}

body.custom-background {
    background-color: var(--white) !important;
}

.entry-header {
    padding: 0 !important;
}

.entry-header-inner {
    max-width: 100% !important;
    position: relative;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: none !important;
    width: max-content;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 0;
}

.entry-content hr {
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    opacity: 1;
    height: 4px;
}

.entry-content hr::before, .entry-content hr::after {
    background: transparent !important;
}

.entry-content hr {
    margin: 1rem 0 1rem 0;
}

.entry-content > * {
    padding-bottom: 1.25em;
    margin-bottom: 0;
}

section {
    width: 100% !important;
    padding: 0rem 0;
}

.footer-nav-widgets-wrapper {
    margin-top: 0 !important;
}

.post-meta-wrapper {
    margin-top: 0 !important;
    height: 0 !important;
}

.post-inner {
    padding-top: 0 !important;
}

/* Header Start */

#testimonials-title-section {
    padding-top: 18rem;
    padding-bottom: 10rem;
    text-align: center;
}

#testimonials-title-section h4 {
    color: #2E2E2E;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

/* Header End */

/* TESTIMONIAL SECTION START */

#testimonials  .swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible !important;
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-bottom: 20px;
}

#testimonials  .swiper .swiper-navigation-container {
    position: relative;
    width: 130px;
    height: 100px;
}

#testimonials  .swiper .swiper-navigation-container .swiper-button-prev:after, #testimonials  .swiper .swiper-navigation-container .swiper-button-next:after {
    display: none;
}

#testimonials  .swiper .swiper-navigation-container .swiper-button-prev, #testimonials  .swiper .swiper-navigation-container .swiper-button-next {
    width: 50px;
}

#testimonials  .swiper .swiper-navigation-container .swiper-button-next svg {
    transform: rotate(180deg);
}

#testimonials  .swiper .swiper-navigation-container svg:hover > circle {  
    fill: #005EBD !important;
    transition: all 0.5s ease-in-out;
}

#testimonials  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px 16px rgba(0, 0, 0, 0.08);
}

#testimonials  .swiper-slide {
    display: flex;
    width: 340px;
    margin-right: 40px;
    flex-direction: column;
    justify-content: start;
    height: auto;
    text-align: start;
    border-radius: 20px;
    transition: box-shadow 0.5s ease-in-out;
    box-shadow: 0px 0px 20px 16px rgba(0, 0, 0, 0.08);;
}

/* #testimonials-title-section  .swiper-slide a {
    width: 100%;
} */

#testimonials  .swiper-slide:hover > .slide-description .card-footer  .link-browse {
    color: #005EBD !important;
}

#testimonials  .swiper-slide:hover > .slide-description .card-footer  .link-browse svg path {
    fill: #005EBD !important;
}

#testimonials  .swiper-slide:hover > .slide-description .card-footer  .link-browse svg {
    transform: translateX(10px) !important;
}

#testimonials  .swiper-slide img {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}

#testimonials  .swiper-slide .slide-description {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: var(--inter-font);
    padding: 35px 45px;
    padding-top: 60px;
}

#testimonials  .swiper-slide .slide-description h4 {
    font-family: var(--inter-font);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px !important;
    color: #000000;
}

#testimonials  .swiper-slide .slide-description p {
    font-family: var(--inter-font);
    line-height: 28px;
    font-size: 16px;
    color: #2E2E2E;
    margin-bottom: 15px;
}

#testimonials  .swiper-slide .slide-description a {
    text-decoration: none;
    color: #000 !important;
}

#testimonials  .swiper-slide .slide-description .link-browse {
    font-family: var(--inter-font);
    font-weight: 600;
    font-size: 18px;
    color: #808080 !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

#testimonials  .swiper-slide .slide-description .link-browse svg {
    transition: all 0.5s ease-in-out;
}

#testimonials  .swiper-slide .slide-description .link-browse svg path {
    transition: all 0.5s ease-in-out;
}

#testimonials  .swiper-slide .slide-description hr {
    width: 25%;
    height: 2px !important;
    background: #224B7D !important;
}

#testimonials  .swiper-slide .card-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
    margin-top: auto;
}

#testimonials .read-more {
    width: 200px;
    margin-left: auto;
    text-decoration: none;
    background: transparent;
    color: #808588;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

/* TESTIMONIAL SECTION END */