:root {
    --page-primary-bg: #624D9E;
    --page-secondary-bg: #403366;
    --page-fade: #F6F3FF;
    --text-theme: #1E1E1E;
    --text-grey: #58606A;
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.text-theme {
    color: var(--text-theme);
}

.text-grey {
    color: var(--text-grey);
}

.highlight {
    color: var(--page-primary-bg) !important;
}

.button-primary {
    color: var(--white-color);
    background-color: #17B439 !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.button-primary:hover {
    color: var(--white-color) !important;
    background-color: #17B439 !important;
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

.z-1 {
    z-index: 1;
    position: relative;
}

@keyframes pulso-effect {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

h1,h2,h3,h4,h5,h6 {
    color: var(--text-theme);
}

.section-wrapper h1,
.section-wrapper .h1 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h2,
.section-wrapper .h2 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h3,
.section-wrapper .h3 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h4,
.section-wrapper .h4 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h5,
.section-wrapper .h5 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h6,
.section-wrapper .h6 {
    font-family: 'Gilroy' !important;
}

p {
    font-family: 'Gilroy' !important;
}

.section-wrapper .w-normal {
    font-weight: 400 !important;
}

/* Home Block */

.hero-intro {
    background-image: url(../images/dermatology-images/banner-intro.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-title {
    font-size: clamp(2.5rem, 6vw, 4.6rem);
}

/* Counter Block */

.counter-wrapper {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(3, 1fr);
}

.counter-border-wrapper {
    position: relative;
    border: 0 solid transparent;
    border-radius: 0 0 90px 90px;
    background: linear-gradient(180deg, rgba(64, 51, 102, 0) 0%, #504376 100%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    padding: 0 20px 20px 20px;
    display: inline-block;
}

.counter-block {
    background-color: #3A2D62;
    border-radius: 0 0 80px 80px;
    padding: 100px 30px 40px;
    text-align: center;
    color: var(--white-color);
    width: 100%;
    height: 100%;
}

.counter-block h2 {
    font-size: clamp(2.5rem, 6vw, 4.6rem);
}

.counter--icon {
    width: 100px;
    height: 100px;
    margin-inline: auto;
    background-color: #D9D9D91A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
}

/* Service Block */

.service--block {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 30px 30px;
    transition: all 0.3s;
    background-color: var(--white-color);
    box-shadow: 0px 10px 100px 0px #7A58F614;
}

.service--block:hover {
    background-color: var(--page-secondary-bg);
}

.service--block:hover img {
    filter: brightness(0) invert()
}

.service--block:hover h4,
.service--block:hover p {
    color: var(--white-color) !important;
}

/* Table Block */

.inner-pricing-section table tr th {
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    text-align: center;
    height: 120px;
    padding: 10px;
    font-size: 18px;
    color: var(--white-color);
}

.inner-pricing-section table tr th span {
    width: 100%;
    display: inline-block;
    font-weight: 300;
}

tbody tr td:first-child {
    background-color: #F8F5FF;
    font-weight: 600;
    font-size: 18px !important;
    color: #1C1B21 !important;
}

tbody tr td {
    background-color: var(--white-color);
    font-weight: 500;
    color: #1C1B21 !important;
}

.inner-pricing-section table tr th:nth-child(1) {
    background-color: #CFC0FC;
}

.inner-pricing-section table tr th:nth-child(2) {
    background-color: #9880E0;
}

.inner-pricing-section table tr th:nth-child(3) {
    background-color: #785EC2;
}

.inner-pricing-section table tr th:last-child {
    background-color: #58458F;
}

.inner-pricing-section table tr td {
    font-size: 17px;
    padding: 20px 20px;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

/* Strategy Slider */

.strategy-slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 0;
}

.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--page-primary-bg);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:hover,
.slider-btn .swiper-button-prev:hover {
    background: var(--page-primary-bg);
    border-color: var(--page-primary-bg);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.slider-btn .swiper-button-next:after,
.slider-btn .swiper-button-prev:after  {
    font-size: 18px;
}

/* Reputation Block */

.sticky-cloumn {
    position: sticky;
    top: 180px;
}

.reputation-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reputation-block {
    background-color: var(--white-color);
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    display: flex;
    gap: 20px;
}

.repu-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reputation-block:hover {
    background-color: var(--page-primary-bg);
}

.reputation-block:hover img {
    filter: brightness(0) invert()
}

.reputation-block:hover h4,
.reputation-block:hover p {
    color: var(--white-color) !important;
}

/* Cost */

.cost-wrapper {
    height: 780px;
}

.cost-block {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    background-color: var(--white-color);
    color: #1C1B21;
    border: 4px solid #C7B6FA;
    box-shadow: 0px 4px 40px 0px #4c378b40;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cost-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cost-wrapper .cost-block:nth-child(1) {
    top: 0;
    left: 20%;
    transform: translateX(-50%);
}

.cost-wrapper .cost-block:nth-child(2) {
    top: 0;
    right: 20%;
    transform: translateX(50%);
}

.cost-wrapper .cost-block:nth-child(3) {
    top: 280px;
    left: 0;
}

.cost-wrapper .cost-block:nth-child(4) {
    top: 280px;
    right: 0;
}

.cost-wrapper .cost-block:nth-child(5) {
    bottom: 0;
    left: 10%;
}

.cost-wrapper .cost-block:nth-child(6) {
    bottom: 0;
    right: 10%;
}

.cost-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-wrap: balance;
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 0 5%;
}

/* CTA */

.cta-intro {
    background-image: url(../images/dermatology-images/cta-intro.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-intro.intro-2 {
    background-image: url(../images/dermatology-images/cta-intro-2.webp);
}

.cta-intro.intro-3 {
    background-image: url(../images/dermatology-images/cta-intro-3.webp);
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

/* Responsive */

@media only screen and (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px !important;
        padding-left: calc(50% -(var(--page-width) / 2) + 12px);
    }
    
    .padding-right {
        --page-width: 1200px !important;
        padding-right: calc(50% -(var(--page-width) / 2) + 12px);
    }

    .cost-text {
        max-width: 750px;
        padding: 0 15%;
    }

    .cost-block {
        max-width: 280px;
    }
}

@media only screen and (max-width: 991px) {

    .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        align-items: unset;
        gap: 30px;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .cost-wrapper {
        height: auto;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .cost-block {
        position: static !important;
        transform: unset !important;
        width: 100%;
        height: auto;
        max-width: 100%;
        padding: 20px;
        flex-direction: column;
        text-align: center;
        border: 2px solid #C7B6FA;
        box-shadow: 0px 4px 15px 0px #4c378b20;
    }

    .cost-text {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .section-wrapper .new-faq .accordion-item h2.accordion-header button {
        font-size: 19px !important;
        line-height: 30px;
    }

    .inner-pricing-section {
        overflow: auto;
    }

    .reputation-block {
        flex-direction: column;
    }

    .reputation-block,
    .service--block {
        padding: 20px 20px;
    }
}