﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --text-primary: #002842;
    --text-secondary: #485C71;
    --border-primary: #B7BEC8;
    --border-secondary: #B7BEC83D;
    --bg-primary: #1A3C52;
    --bg-secondary: #EEF6FF;
    --bg-tertiary: #E2EECD;
    --icon-primary: #A0AAB6;
    --icon-secondary: #738293;
    --primary-color: #FFD100;
    --black-color: #0C0C0C;
    --white-color: #FFFFFF;
    --transition: all 0.3s;
    --primary-radius: 8px;
    --title-font: "Fredoka", sans-serif;
    --body-font: "Jost", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-font);
    margin: 0 0 16px 0;
    padding: 0;
    color: var(--text-primary) !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.web-typo-label-s-color {
    color: var(--primary-color);
}

.web-typo-primary-color {
    color: var(--primary-color);
}

.text-primary-color {
    color: var(--text-primary);
}

.text-secondary-color {
    color: var(--text-secondary);
}

.hover-color {
    position: relative;
    transition: all 0.3s;
    display: inline-flex;
}

    .hover-color.before:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background: var(--primary-color);
        transition: var(--transition);
    }

    .hover-color:hover {
        color: var(--primary-color);
    }

        .hover-color:hover.before:before {
            width: 100%;
        }

.bg-secondary-color {
    background: var(--bg-secondary);
}

.bg-primary-color {
    background: var(--bg-primary);
}

.bg-text-primary-color {
    background: var(--primary-color);
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199.98px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ms-12 {
    margin-left: 12px !important;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.wh-56 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    background: var(--white-color);
    color: var(--text-primary) !important;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    box-shadow: unset;
    outline: none;
}

p {
    margin: 0px;
    font-family: var(--body-font);
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    margin: 0 0 16px 0;
    padding: 0;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.5px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
    }

a {
    text-decoration: none;
    outline: none !important;
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    border-radius: inherit;
}

.fix {
    overflow: hidden;
}

.container {
    --bs-gutter-x: 32px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1352px;
        margin-left: auto;
        margin-right: auto;
    }
}

.container-xl {
    max-width: 1640px;
}

.container-1350 {
    max-width: 1350px;
}

.container-1600 {
    max-width: 1650px;
}

.row {
    --bs-gutter-x: 32px;
}

@media (max-width: 575.98px) {
    .row {
        --bs-gutter-x: 0px;
    }
}

.gy-32 {
    --bs-gutter-y: 32px;
}

input,
select,
textarea {
    width: 100%;
    padding: 19px 16px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--text-primary);
    background-color: var(--white-color);
    transition: var(--transition);
    border: none;
}

    input:focus,
    select:focus,
    textarea:focus {
        border-color: var(--primary-color);
        outline: none;
        box-shadow: none;
    }

    input::placeholder,
    select::placeholder,
    textarea::placeholder {
        color: var(--text-primary);
        font-family: var(--body-font);
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
    }

textarea {
    resize: none;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ripple-animation {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump1 {
    animation: jumpAni 6s linear infinite;
}

.jump2 {
    animation: jumpAni 5s linear infinite;
}

.jump3 {
    animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 15s linear infinite;
}

.spin-slow {
    animation: spin 50s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }

    100% {
        width: var(--progress-width);
    }
}

.scroll {
    animation: scroll 60s linear infinite;
    -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
    animation: scroll2 60s linear infinite;
    -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}

.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
    -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left -2000px;
    }
}

.rotate360 {
    animation: rotate360 10s linear infinite;
    -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

.img-shine {
    position: relative;
    overflow: hidden;
}

    .img-shine:after {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-20deg);
        opacity: 0;
    }

    .img-shine:hover:after {
        animation: imgShine 1s;
        opacity: 1;
    }

@keyframes imgShine {
    100% {
        left: 125%;
    }
}

@keyframes stickyAni {
    0% {
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

.moveAround {
    animation: moveAround 200s linear infinite;
    -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
    0% {
        transform: translate(-100%, -100%) translate(-300px, 80px);
        -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
        -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
        -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
        -o-transform: translate(-100%, -100%) translate(-300px, 80px);
    }

    25% {
        transform: translate(50%, -60%) translate(1900px, 300px);
        -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
        -moz-transform: translate(50%, -60%) translate(1900px, 300px);
        -ms-transform: translate(50%, -60%) translate(1900px, 300px);
        -o-transform: translate(50%, -60%) translate(1900px, 300px);
    }

    50% {
        transform: translate(-80%, -80%) translate(-150px, 0px);
        -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
        -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
        -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
        -o-transform: translate(-80%, -80%) translate(-150px, 0px);
    }

    75% {
        transform: translate(50%, 50%) translate(1160px, 550px);
        -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
        -moz-transform: translate(50%, 50%) translate(1160px, 550px);
        -ms-transform: translate(50%, 50%) translate(1160px, 550px);
        -o-transform: translate(50%, 50%) translate(1160px, 550px);
    }

    100% {
        transform: translate(100%, 100%) translate(-800px, -50px);
        -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
        -moz-transform: translate(100%, 100%) translate(-800px, -50px);
        -ms-transform: translate(100%, 100%) translate(-800px, -50px);
        -o-transform: translate(100%, 100%) translate(-800px, -50px);
    }
}

.moveAround2 {
    animation: moveAround2 160s linear infinite;
    -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
    0% {
        transform: translate(30%, 60%) translate(1450px, 500px);
        -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
        -moz-transform: translate(30%, 60%) translate(1450px, 500px);
        -ms-transform: translate(30%, 60%) translate(1450px, 500px);
        -o-transform: translate(30%, 60%) translate(1450px, 500px);
    }

    25% {
        transform: translate(-50%, -60%) translate(-100px, -290px);
        -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
        -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
        -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
        -o-transform: translate(-50%, -60%) translate(-100px, -290px);
    }

    50% {
        transform: translate(-50%, 0%) translate(150px, 0px);
        -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
        -moz-transform: translate(-50%, 0%) translate(150px, 0px);
        -ms-transform: translate(-50%, 0%) translate(150px, 0px);
        -o-transform: translate(-50%, 0%) translate(150px, 0px);
    }

    75% {
        transform: translate(50%, -50%) translate(1160px, -50px);
        -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
        -moz-transform: translate(50%, -50%) translate(1160px, -50px);
        -ms-transform: translate(50%, -50%) translate(1160px, -50px);
        -o-transform: translate(50%, -50%) translate(1160px, -50px);
    }

    100% {
        transform: translate(50%, 50%) translate(-80px, 50px);
        -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
        -moz-transform: translate(50%, 50%) translate(-80px, 50px);
        -ms-transform: translate(50%, 50%) translate(-80px, 50px);
        -o-transform: translate(50%, 50%) translate(-80px, 50px);
    }
}

@keyframes characters {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.scalein.as-animated {
    --animation-name: scalein;
}

.slidetopleft.as-animated {
    --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
    --animation-name: slidebottomright;
}

.slideinleft.as-animated {
    --animation-name: slideinleft;
}

.slideinright.as-animated {
    --animation-name: slideinright;
}

.slideinup.as-animated {
    --animation-name: slideinup;
}

.slideindown.as-animated {
    --animation-name: slideindown;
}

.rollinleft.as-animated {
    --animation-name: rollinleft;
}

.rollinright.as-animated {
    --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.as-animated {
    opacity: 1;
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(100px) translateY(100px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

    0% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    75% {
        border-top-color: #fff;
        border-left-color: #fff;
        border-right-color: #fff;
        border-bottom-color: transparent;
    }

    100% {
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    }
}

.bg-anime-scratch {
    animation: scratch 4s linear infinite;
    overflow: hidden;
}

@keyframes scratch {
    0% {
        height: 0;
    }

    70% {
        height: 158px;
    }

    100% {
        height: 158px;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scalein {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.items-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.justify-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* === header scss === */
.header-top {
    position: relative;
    z-index: 9;
    padding: 0.625rem 0;
    background: var(--text-primary);
}

.header-top-left a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    transition: var(--transition);
}

    .header-top-left a:hover {
        color: var(--white-color);
    }

.header-top-left .separator {
    color: rgba(255, 255, 255, 0.4);
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

.header-top-center p {
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    margin: 0;
}

.header-top-right {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: flex-end;
}

    .header-top-right a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 0.25rem;
        background: rgba(var(--white-color), 0.1);
        color: var(--white-color);
        transition: all 0.3s ease-in-out;
        font-size: 0.875rem;
    }

        .header-top-right a.twitter {
            background: var(--primary-color);
            color: var(--text-primary);
        }

        .header-top-right a:hover {
            background: var(--primary-color);
            color: var(--text-primary);
        }

@media (max-width: 575.98px) {
    .header-top-right a {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.pc-section-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: var(--text-primary);
    margin-top: 0;
}

.pc-section-title {
    margin-bottom: 48px !important;
}

.pc-theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--primary-color);
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
    padding: 0.875rem 1.75rem;
    border-radius: 5.5rem;
    text-decoration: none;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

.pc-section-button {
    border-bottom: 1px solid var(--text-primary);
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    min-height: 3.5rem;
}

.pc-section-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3rem;
}

.pc-section-button-link {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
    text-decoration: none;
    letter-spacing: 0.1px;
}

.pc-section-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: var(--text-primary);
}

.pc-header-area.pc-header-layoutone {
    background: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 0.0625rem solid rgba(var(--text-primary), 0.08);
}

    .pc-header-area.pc-header-layoutone.header-sticky {
        position: sticky;
    }

    .pc-header-area.pc-header-layoutone .pc-header-main {
        padding: 1.25rem 0;
        border: none;
        background: transparent;
    }

@media (max-width: 991.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-main {
        padding: 0.9375rem 0;
    }
}

@media (max-width: 575.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-main {
        padding: 0.75rem 0;
    }
}

.pc-header-area.pc-header-layoutone .pc-header-logo img {
    max-width: 11.5rem !important;
}

@media (max-width: 991.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-logo img {
        max-width: 6.25rem;
    }
}

@media (max-width: 575.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-logo img {
        max-width: 5.625rem;
    }
}

.pc-header-area.pc-header-layoutone .pc-main-menu > ul {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1399.98px) {
    .pc-header-area.pc-header-layoutone .pc-main-menu > ul {
        gap: 1.875rem;
    }
}

.pc-header-area.pc-header-layoutone .pc-main-menu > ul > li {
    position: relative;
}

    .pc-header-area.pc-header-layoutone .pc-main-menu > ul > li > a {
        font-family: var(--title-font);
        color: var(--text-primary);
        text-transform: capitalize;
        padding: 0.625rem 0;
        display: block;
        transition: var(--transition);
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
    }

        .pc-header-area.pc-header-layoutone .pc-main-menu > ul > li > a:hover {
            color: var(--text-secondary);
        }

.pc-header-area.pc-header-layoutone .pc-header-right {
    display: flex;
    align-items: center;
    gap: 1.125rem;
}

@media (max-width: 991.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-right {
        gap: 0.75rem;
    }
}

.pc-header-area.pc-header-layoutone .pc-header-right .pc-header-lang .form-select {
    font-size: 0.875rem;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--text-primary);
    padding-right: 1.5625rem;
    cursor: pointer;
}

    .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-lang .form-select:focus {
        box-shadow: none;
        outline: none;
    }

.pc-header-area.pc-header-layoutone .pc-header-right .pc-header-search {
    position: relative;
    z-index: 10;
}

    .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-search .pc-search-open-btn {
        width: 1.5rem;
        height: 1.5rem;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }

        .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-search .pc-search-open-btn svg {
            width: 1.25rem;
            height: 1.25rem;
            transition: var(--transition);
        }

            .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-search .pc-search-open-btn svg path {
                fill: var(--text-primary);
                transition: var(--transition);
            }

        .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-search .pc-search-open-btn:hover svg path {
            fill: var(--text-secondary);
        }

.pc-header-area.pc-header-layoutone .pc-header-right .pc-action-btn {
    width: 1.25rem;
    height: 1.25rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: 1.125rem;
    transition: var(--transition);
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-right .pc-action-btn {
        font-size: 1rem;
    }
}

.pc-header-area.pc-header-layoutone .pc-header-right .pc-action-btn:hover {
    color: var(--text-secondary);
}

.pc-header-area.pc-header-layoutone .pc-header-right .pc-action-btn i {
    line-height: 1;
}

.pc-header-area.pc-header-layoutone .pc-header-right .pc-header-navicon .pc-side-toggle .pc-bar-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-navicon .pc-side-toggle .pc-bar-icon {
        width: 2.25rem;
        height: 2.25rem;
    }
}

.pc-header-area.pc-header-layoutone .pc-header-right .pc-header-navicon .pc-side-toggle .pc-bar-icon span {
    width: 1.125rem;
    height: 0.125rem;
    background: var(--text-primary);
    display: block;
    transition: var(--transition);
}

@media (max-width: 575.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-navicon .pc-side-toggle .pc-bar-icon span {
        width: 1rem;
    }
}

.pc-header-area.pc-header-layoutone .pc-header-right .pc-header-navicon .pc-side-toggle .pc-bar-icon:hover {
    background: var(--text-secondary);
}

    .pc-header-area.pc-header-layoutone .pc-header-right .pc-header-navicon .pc-side-toggle .pc-bar-icon:hover span {
        background: var(--white-color);
    }

.header-layoutthree {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid var(--border-secondary);
}

@media (max-width: 1199.98px) {
    .header-layoutthree {
        padding: 0.625rem 0;
    }
}

@media (max-width: 575.98px) {
    .header-layoutthree {
        padding: 0.875rem 0;
    }

        .header-layoutthree .pc-header-right {
            padding-inline: 0.5rem;
        }
}

.header-layoutthree .pc-header-main {
    border: none;
    background: transparent;
}

.header-layoutthree .pc-main-menu > ul {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

@media (max-width: 1399.98px) {
    .header-layoutthree .pc-main-menu > ul {
        gap: 0.5rem;
    }
}

.header-layoutthree .pc-main-menu > ul > li > a {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--text-primary);
    text-transform: uppercase;
    padding: 1.875rem 0;
}

    .header-layoutthree .pc-main-menu > ul > li > a i {
        font-size: 0.625rem;
        margin-left: 0.25rem;
    }

    .header-layoutthree .pc-main-menu > ul > li > a:hover {
        color: var(--text-secondary);
    }

.header-layoutthree-right .header-actions {
    display: flex;
    align-items: center;
}

.header-layoutthree-right .pc-action-btn {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background: var(--white-color);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .header-layoutthree-right .pc-action-btn {
        width: 2.375rem;
        height: 2.375rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 575.98px) {
    .header-layoutthree-right .pc-action-btn {
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.8125rem;
    }
}

.header-layoutthree-right .pc-action-btn:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

.header-layoutthree-right .pc-action-btn i {
    line-height: 1;
}

.header-layoutthree-right .pc-bar-icon {
    background: var(--text-primary);
    color: var(--white-color);
}

    .header-layoutthree-right .pc-bar-icon:hover {
        background: var(--text-secondary);
        color: var(--white-color);
    }

.header-layoutthree-right .form-select {
    font-size: 0.9375rem;
    font-family: var(--body-font);
    color: var(--text-primary);
    padding-right: 1.5625rem;
}

.header-layoutthree .pc-header-logo img {
    max-width: 8.75rem;
}

@media (max-width: 991.98px) {
    .header-layoutthree .pc-header-logo img {
        max-width: 7.5rem;
    }
}

.header-layoutfour {
    position: absolute;
}

    .header-layoutfour .pc-header-area-inner {
        position: relative;
        z-index: 9;
        background: var(--white-color);
        margin-top: 0;
        border-radius: 0px;
        margin-left: -100px;
        padding: 0px 35px 0px 100px;
    }

@media (max-width: 1199.98px) {
    .header-layoutfour .pc-header-area-inner {
        margin-left: -70px;
    }
}

@media (max-width: 991.98px) {
    .header-layoutfour .pc-header-area-inner {
        margin-left: -100px;
        padding: 0px 15px 0px 100px;
    }
}

.header-layoutfour .pc-header-area-inner::before {
    position: absolute;
    content: "";
    width: 386px;
    height: 96px;
    top: 0;
    left: 0;
    background: var(--primary-color);
    z-index: 0;
    clip-path: polygon(0 0, 95% 0, 75% 100%, 0% 100%);
}

@media (max-width: 575.98px) {
    .header-layoutfour .pc-header-area-inner::before {
        width: 330px;
    }
}

.header-layoutfour .pc-header-logo {
    position: relative;
    z-index: 9;
}

.header-layoutfour .header-nav .pc-main-menu {
    border-radius: 0px;
    border: 0px solid var(--border-secondary);
}

.header-layoutfour .pc-main-menu li a {
    padding: 35px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.header-layoutfour .pc-main-menu li:hover > a {
    color: var(--primary-color) !important;
}

.header-layoutfour .pc-header-right {
    gap: 24px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

    .header-layoutfour .pc-header-right .pc-side-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-primary);
        text-transform: uppercase;
        font-family: var(--body-font);
        width: 56px;
        height: 56px;
        gap: 8px;
        border-radius: 100px;
        background: var(--primary-color);
    }

.pc-section-subtitle-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.pc-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.125rem;
    line-height: 0;
    color: var(--text-primary);
}

.header-layoutfour .pc-header-right .pc-search-open-btn {
    gap: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-primary);
    text-transform: uppercase;
    font-family: var(--body-font);
    width: 56px;
    height: 56px;
    gap: 8px;
    border-radius: 100px;
    background: var(--primary-color);
}

    .header-layoutfour .pc-header-right .pc-search-open-btn i {
        color: var(--text-primary);
    }

@media (max-width: 1199.98px) {
    .pc-header-area .header-nav {
        display: none !important;
    }
}
/* === Footer Section === */
.footer {
    position: relative;
    z-index: 5;
}

.pc-footer-main {
    position: relative;
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .pc-footer-main {
        padding-bottom: 40px;
    }
}

.pc-footer-main.style1 {
    padding: 220px 0px 100px;
    margin-top: -100px;
}

@media (max-width: 1199px) {
    .pc-footer-main.style1 {
        padding: 180px 0 140px;
    }
}

@media (max-width: 991px) {
    .pc-footer-main.style1 {
        padding: 160px 0 120px;
    }
}

@media (max-width: 767px) {
    .pc-footer-main.style1 {
        padding: 140px 0 110px;
    }
}

.pc-footer-main.style2 {
    padding: 110px 0px 100px;
    margin-top: -10px;
}

@media (max-width: 1199px) {
    .pc-footer-main.style2 {
        padding: 80px 0 40px;
    }
}

@media (max-width: 991px) {
    .pc-footer-main.style2 {
        padding: 60px 0 20px;
    }
}

@media (max-width: 767px) {
    .pc-footer-main.style2 {
        padding: 40px 0 10px;
    }
}

.pc-footer-main::before {
    position: absolute;
    content: "";
    background: var(--border-primary);
    width: 1px;
    height: 389px;
    left: 40%;
    bottom: 0%;
    opacity: 0.24;
}

@media (max-width: 1399.98px) {
    .pc-footer-main::before {
        display: none;
    }
}

.footer.extra-padding {
    padding: 220px 0px 0px;
    margin-top: -100px;
}

@media (max-width: 1199px) {
    .footer.extra-padding {
        margin-top: -80px;
        padding: 160px 0px 0px;
    }
}

.pc-footer-widget-title {
    position: relative;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

@media (max-width: 1399.98px) {
    .pc-footer-widget-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199.98px) {
    .pc-footer-widget-title {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .pc-footer-widget-title {
        font-size: 19px;
    }
}

.pc-footer-widget-desc {
    color: var(--white-color);
}

.pc-footer-buttons {
    display: flex;
    gap: 24px;
    align-items: center;
}

@media (max-width: 991.98px) {
    .pc-footer-buttons {
        gap: 10px;
    }
}

@media (max-width: 575.98px) {
    .pc-footer-buttons {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.pc-footer-buttons-item .btn-button2 {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    gap: 10px;
    border-radius: 132px;
    text-transform: capitalize;
    padding: 12px 32px;
    border: 1px solid var(--border-primary);
    justify-content: space-between;
    background: transparent;
}

@media (max-width: 575.98px) {
    .pc-footer-buttons-item .btn-button2 {
        padding: 7px 19px 7px 30px;
    }
}

@media (max-width: 575.98px) {
    .pc-footer-buttons-item .btn-button2 {
        padding: 7px 11px 7px 10px;
        font-size: 14px;
    }
}

.pc-footer-buttons-item .btn-button2 .text {
    display: block;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .pc-footer-buttons-item .btn-button2 .text {
        font-size: 14px;
    }
}

.pc-footer-buttons-item .btn-button2 .icon {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    color: var(--white-color);
    align-items: center;
    border-radius: 500px;
    transition: all 0.3s;
    justify-content: center;
    background: var(--bg-primary);
}

@media (max-width: 575.98px) {
    .pc-footer-buttons-item .btn-button2 .icon {
        width: 30px;
        height: 30px;
    }
}

.pc-footer-buttons-item .btn-button2:hover {
    background-color: var(--bg-primary);
    color: var(--primary-color);
}

    .pc-footer-buttons-item .btn-button2:hover .icon {
        rotate: -45deg;
        background: var(--bg-secondary);
        color: var(--text-primary);
    }

        .pc-footer-buttons-item .btn-button2:hover .icon svg path {
            fill: var(--text-primary);
        }

    .pc-footer-buttons-item .btn-button2:hover .text {
        color: var(--primary-color);
    }

.pc-footer-buttons-item .btn-button2.btn-black {
    color: var(--white-color);
    background: var(--primary-color);
}

    .pc-footer-buttons-item .btn-button2.btn-black .icon {
        color: var(--primary-color);
        background: var(--text-primary);
    }

.pc-footer-buttons-item .btn-button2.btn-purple {
    gap: 16px;
    color: #000;
    color: var(--white-color);
    background: var(--border-primary);
    padding: 10px 11px 10px 37px;
}

@media (max-width: 575.98px) {
    .pc-footer-buttons-item .btn-button2.btn-purple {
        padding: 10px 8px 10px 20px;
    }
}

.pc-footer-buttons-item .btn-button2.btn-purple .icon {
    width: 44px;
    height: 44px;
    background: var(--white-color);
}

    .pc-footer-buttons-item .btn-button2.btn-purple .icon:hover {
        background: var(--primary-color);
    }

.pc-footer-widget-logo {
    margin-bottom: 43px;
}

    .pc-footer-widget-logo img {
        object-fit: cover;
    }

.pc-footer-widget-social-title {
    color: var(--white-color);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.pc-footer-widget-social-link {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .pc-footer-widget-social-link span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 400;
        border-radius: 4px;
        border: none;
        color: var(--white-color);
        background: var(--bg-primary);
        transition: all 0.4s ease-in-out;
    }

        .pc-footer-widget-social-link span:hover {
            border: none;
            background: var(--primary-color);
            color: var(--bg-primary);
        }

.pc-footer-widget-contact-post {
    margin-bottom: 32px;
}

.pc-footer-widget-contact-post-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: start;
    margin-bottom: 10px;
}

    .pc-footer-widget-contact-post-title svg path {
        fill: var(--primary-color);
        transition: all 0.4s ease-in-out;
    }

.pc-footer-widget-contact-post-link {
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    transition: all 0.4s ease-in-out;
}

    .pc-footer-widget-contact-post-link:hover {
        color: var(--primary-color);
    }

.pc-footer-widget-contact-items {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 575.98px) {
    .pc-footer-widget-contact-items {
        flex-wrap: wrap;
    }
}

.pc-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-primary);
}

.pc-footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 32px;
}

@media (max-width: 991.98px) {
    .pc-footer-bottom-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.pc-footer-bottom-copyright {
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

    .pc-footer-bottom-copyright a {
        color: var(--white-color);
    }

.pc-footer-bottom-navs {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px) {
    .pc-footer-bottom-navs {
        flex-wrap: wrap;
        gap: 5px;
    }
}

.pc-footer-bottom-navs a {
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

    .pc-footer-bottom-navs a:hover {
        color: var(--white-color);
    }

a:hover {
    color: var(--text-primary);
}

.container-xl {
    max-width: 1640px !important;
}

.pc-hero {
    position: relative;
    overflow: hidden;
    background: #e2eecd;
    min-height: 28rem;
    padding: 7.625rem 0 4.375rem !important;
}

@media (max-width: 1199.98px) {
    .pc-hero {
        padding: 6.25rem 0 3.125rem;
    }
}

.pc-hero .pc-theme-btn {
    width: max-content;
}

.pc-hero-shape-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.pc-hero-vector, .pc-hero-vector2, .pc-hero-vector3 {
    position: absolute;
    top: -40px;
    height: 100%;
    margin: 0;
    pointer-events: none;
}

    .pc-hero-vector path, .pc-hero-vector2 path, .pc-hero-vector3 path {
        fill: #82ccf0;
    }

.pc-hero-vector {
    left: 77%;
}

@media (max-width: 1399.98px) {
    .pc-hero-vector {
        opacity: 0.1;
    }
}

.pc-hero-vector2 {
    left: 80%;
}

@media (max-width: 1399.98px) {
    .pc-hero-vector2 {
        opacity: 0.1;
    }
}

.pc-hero-vector3 {
    left: 84%;
    margin-bottom: -14%;
}

@media (max-width: 1399.98px) {
    .pc-hero-vector3 {
        opacity: 0.1;
    }
}

.pc-hero-vector4 {
    position: absolute;
    top: auto;
    right: 0;
    top: -8%;
    left: auto;
    height: auto;
    opacity: 0.95;
    pointer-events: none;
}

@media (max-width: 1399.98px) {
    .pc-hero-vector4 {
        opacity: 0.1;
    }
}

.pc-hero-frame {
    position: absolute;
    left: 8%;
    bottom: 6%;
    height: auto;
    opacity: 0.24;
    transform: rotate(-19deg);
    color: var(--text-primary);
}

@media (max-width: 1399.98px) {
    .pc-hero-frame {
        opacity: 0.1;
    }
}

.pc-hero-vector6 {
    position: absolute;
    right: 31%;
    top: 35%;
    height: auto;
}

@media (max-width: 1399.98px) {
    .pc-hero-vector6 {
        opacity: 0.1;
    }
}

.pc-hero-bg-shape {
    position: absolute;
    right: 29%;
    top: 43%;
    height: auto;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .pc-hero-bg-shape {
        right: 15%;
        top: 40%;
        opacity: 0.1;
    }
}

.pc-hero-vector7 {
    position: absolute;
    left: 0%;
    top: -4%;
    height: auto;
}

@media (max-width: 1399.98px) {
    .pc-hero-vector7 {
        opacity: 0.1;
    }
}

.pc-hero-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .pc-hero-shape {
        opacity: 0.1;
    }
}

.pc-hero-image-wrap {
    position: relative;
    margin-right: -250px;
    margin-left: -120px;
    z-index: 2;
}

@media (max-width: 1399.98px) {
    .pc-hero-image-wrap {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
}

.pc-hero-image {
    height: auto;
    object-fit: cover;
    margin-right: 0;
    border-radius: var(--primary-radius);
}

.pc-hero-content {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .pc-hero-content {
        gap: 2rem;
    }
}

.pc-hero-title-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pc-hero-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pc-hero-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pc-hero-icon {
    flex-shrink: 0;
    height: 1.125rem;
    line-height: 0;
    color: var(--text-primary);
}

    .pc-hero-icon svg {
        height: auto;
        display: block;
    }

.pc-hero-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.125rem);
    line-height: 1.35;
    color: var(--text-primary);
}

.pc-hero-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(40px, 4.5vw, 74px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.pc-hero-desc {
    font-family: var(--body-font);
    font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
    line-height: 1.6;
    color: var(--text-secondary);
    max-width: 650px;
}

.hero2 {
    position: relative;
    overflow: hidden;
    background: #F2E0FF;
    padding-top: 5.625rem;
    padding-bottom: 10.6875rem;
}

@media (max-width: 1199.98px) {
    .hero2 {
        padding-top: 8.125rem;
        padding-bottom: 11.25rem;
    }
}

@media (max-width: 991.98px) {
    .hero2 {
        padding-top: 6.25rem;
        padding-bottom: 5rem;
    }
}

.hero2-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 9;
}

.hero2-shape-1 {
    position: absolute;
    top: 15%;
    left: 5%;
    width: clamp(2.5rem, 10vw, 5rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 3s ease-in-out infinite;
}

.hero2-shape-2 {
    position: absolute;
    bottom: 20%;
    left: 8%;
    width: clamp(3.125rem, 12vw, 6.25rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 4s ease-in-out infinite reverse;
}

.hero2-shape-3 {
    position: absolute;
    top: 20%;
    right: 5%;
    width: clamp(1.875rem, 8vw, 3.75rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 3.5s ease-in-out infinite;
}

.hero2-shape-4 {
    position: absolute;
    bottom: 15%;
    right: 3%;
    width: clamp(2.5rem, 10vw, 5.625rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 4.5s ease-in-out infinite reverse;
}

.hero2-image-wrap {
    position: relative;
    height: 100%;
    margin-top: 2.5rem;
    text-align: center;
    z-index: 2;
    margin-bottom: -155px;
    margin-left: -80px;
}

@media (max-width: 1199.98px) {
    .hero2-image-wrap {
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .hero2-image-wrap {
        margin-top: 0;
    }
}

.hero2-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
}

.hero2-content {
    position: relative;
    z-index: 3;
    text-align: start;
}

.hero2-subtitle-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
    .hero2-subtitle-wrapper {
        justify-content: flex-start;
    }
}

.hero2-subtitle-icon {
    font-size: 1.125rem;
    color: var(--text-primary);
}

.hero2-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--text-primary);
}

.hero2-heading {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: clamp(40px, 5vw, 76px);
    line-height: 1.05;
    letter-spacing: -1px;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.hero2-desc {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

    .hero2-desc i {
        margin-left: 0.3125rem;
        transform: rotate(20deg);
        display: inline-block;
    }

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero3 {
    position: relative;
    background: linear-gradient(-128.45deg, rgba(0, 201, 213, 0.4) 41.22%, rgba(0, 201, 213, 0) 90.67%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    padding: 220px 0 0px;
}

@media (max-width: 1199.98px) {
    .hero3 {
        padding: 180px 0 0;
    }
}

@media (max-width: 991.98px) {
    .hero3 {
        padding: 140px 0 0;
    }
}

@media (max-width: 575.98px) {
    .hero3 {
        padding: 110px 0 0;
    }
}

.hero3-shape {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    opacity: 0.6;
}

.hero3-shape--1 {
    top: 20%;
    left: 0%;
    animation: float 4s ease-in-out infinite;
}

.hero3-shape--2 {
    top: 48%;
    left: 7%;
    animation: float 5s ease-in-out infinite reverse;
}

.hero3-shape--3 {
    top: 10%;
    left: 35%;
    animation: float 6s ease-in-out infinite;
}

.hero3-shape--4 {
    bottom: 30%;
    left: 35%;
    animation: float 5.5s ease-in-out infinite reverse;
}

.hero3-shape--5 {
    top: 25%;
    right: 2%;
    animation: float 7s ease-in-out infinite;
}

.hero3-thumb-left {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: -240px;
    margin-right: -206px;
}

@media (max-width: 991.98px) {
    .hero3-thumb-left {
        min-height: 25rem;
    }
}

.hero3-thumb-left img {
    display: block;
}

.hero3-thumb-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: -262px;
    margin-left: -104px;
    margin-top: 108px;
}

@media (max-width: 991.98px) {
    .hero3-thumb-right {
        min-height: 25rem;
    }
}

.hero3-thumb-right img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.hero3-content {
    text-align: center;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 200px;
    margin-left: -20px;
    margin-right: -60px;
}

@media (min-width: 1600px) {
    .hero3-content {
        margin-bottom: 200px;
    }
}

@media (max-width: 1399.98px) {
    .hero3-content {
        margin-bottom: 120px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .hero3-content {
        padding: 3.75rem 1.25rem;
        margin-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .hero3-content {
        margin-bottom: 60px;
    }
}

.hero3-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: inline-block;
    letter-spacing: 0.5px;
}

.hero3-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(2.25rem, 5vw + 0.625rem, 4.75rem);
    line-height: 1.1;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

    .hero3-title span {
        display: block;
    }

.hero3-desc {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
}

.hero3-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    border-radius: 3.125rem;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid transparent;
}

.hero3-btn--primary {
    background: var(--primary-color);
    color: var(--text-primary);
}

    .hero3-btn--primary:hover {
        background: var(--primary-color);
        opacity: 0.85;
        transform: translateY(-2px);
    }

.hero3-btn--white {
    background: var(--white-color);
    color: var(--text-primary);
}

    .hero3-btn--white:hover {
        background: var(--text-primary);
        color: var(--white-color);
        transform: translateY(-2px);
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.pc-faq {
    position: relative;
    overflow: hidden;
    background: #eaf3d9;
    padding-bottom: 5rem;
}

    .pc-faq, .pc-faq * {
        box-sizing: border-box;
    }

.pc-faq-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
}

    .pc-faq-bg-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pc-faq .container {
    position: relative;
    z-index: 2;
}

.pc-faq-label-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.pc-faq-label-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.125rem;
    color: #2a4b5b;
}

    .pc-faq-label-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.pc-faq-label-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #2a4b5b;
}

.pc-faq-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.625rem);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;
}

.pc-faq-desc-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.pc-faq-desc {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    flex: 1;
}

.pc-faq-desc-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.125rem;
    color: #2a4b5b;
    margin-top: 0.125rem;
}

.pc-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    border-radius: var(--primary-radius);
    background: #ffc107;
    color: #212529;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.3;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: none;
}

    .pc-faq-btn:hover {
        opacity: 0.92;
        color: #212529;
    }

.pc-faq-panel {
    background: var(--white-color);
    border-radius: 0.75rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0;
}

.pc-faq .faq-item {
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .pc-faq .faq-item:last-child {
        border-bottom: none;
    }

    .pc-faq .faq-item.active .faq-icon {
        color: #ffc107;
        transform: rotate(90deg);
    }

    .pc-faq .faq-item.active .faq-answer {
        max-height: 12.5rem;
        padding: 1rem 1.25rem 1.25rem 1.25rem;
        border-left: 0.25rem solid #ffc107;
        margin-left: 0;
    }

.pc-faq .faq-question {
    background: var(--white-color);
    padding: 1.125rem 1.25rem;
    color: #212529;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

    .pc-faq .faq-question:hover {
        background: rgba(0, 0, 0, 0.02);
    }

.pc-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: var(--bg-secondary);
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding-left: 1.25rem;
}

.pc-faq .faq-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #2a4b5b;
    transition: transform 0.3s ease, color 0.2s ease;
    background: none !important;
}

    .pc-faq .faq-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.aboutone-thumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: -130px;
}

@media (max-width: 1399.98px) {
    .aboutone-thumb {
        margin-left: 0;
    }
}

.aboutone-thumb-shapeone {
    position: absolute;
    top: -23px;
    left: -18px;
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .aboutone-thumb-shapeone img {
        width: 80%;
        opacity: 0.3;
    }
}

@media (max-width: 575.98px) {
    .aboutone-thumb-shapeone img {
        width: 40%;
    }
}

.aboutone-thumb-shapetwo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .aboutone-thumb-shapetwo {
        opacity: 0.3;
    }
}

.aboutone-thumb-shapethree {
    position: absolute;
    bottom: 0;
    left: 24%;
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .aboutone-thumb-shapethree {
        opacity: 0.3;
    }
}

.aboutone-thumb-shapefour {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 0;
}

@media (max-width: 1399.98px) {
    .aboutone-thumb-shapefour {
        opacity: 0.3;
    }
}

.aboutone-thumb-one {
    position: relative;
    z-index: 6;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 390 502"><path fill-rule="evenodd" clip-rule="evenodd" d="M389.607 38.0566L384.612 501.706L0 388.261L85.7332 0L389.607 38.0566Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 390 502"><path fill-rule="evenodd" clip-rule="evenodd" d="M389.607 38.0566L384.612 501.706L0 388.261L85.7332 0L389.607 38.0566Z"/></svg>');
    transition: var(--transition);
}

.aboutone-thumb-two {
    position: relative;
    z-index: 6;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 335 475"><path fill-rule="evenodd" clip-rule="evenodd" d="M294.929 50.7422L3.63999 0L0 474.732L334.982 413.127L294.929 50.7422Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 335 475"><path fill-rule="evenodd" clip-rule="evenodd" d="M294.929 50.7422L3.63999 0L0 474.732L334.982 413.127L294.929 50.7422Z"/></svg>');
    transition: var(--transition);
}

.aboutone-blockone {
    display: flex;
    gap: 24px;
    align-items: center;
    padding-bottom: 48px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--border-primary);
}

@media (max-width: 575.98px) {
    .aboutone-blockone {
        flex-wrap: wrap;
    }
}

.aboutone-blocktwo {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .aboutone-blocktwo {
        gap: 15px;
    }
}

.aboutone-featurelist {
    position: relative;
    padding-right: 25px;
}

    .aboutone-featurelist li {
        margin-bottom: 12px !important;
    }

        .aboutone-featurelist li:last-child {
            margin-bottom: 0 !important;
        }

    .aboutone-featurelist:before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        width: 8px;
        height: 100%;
        background: var(--primary-color);
        border-radius: 16px;
    }

.aboutone-video {
    position: relative;
}

.aboutone-video-thumb {
    position: relative;
    z-index: 3;
}

@media (max-width: 767.98px) {
    .aboutone-video-thumb {
        max-width: 250px;
    }
}

.aboutone-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

    .aboutone-video-btn a {
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-family: var(--title-font);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: var(--text-primary);
        background: var(--primary-color);
    }

        .aboutone-video-btn a:after, .aboutone-video-btn a:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background: var(--primary-color);
            opacity: 0;
            animation: ripple 2s infinite ease-out;
        }

        .aboutone-video-btn a:after {
            animation-delay: 1s;
        }

.aboutone-name {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding-right: 17px;
    border-right: 1px solid var(--border-primary);
}

.aboutone-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.6);
        opacity: 0;
    }
}

.tab-menu ul {
    display: flex;
    gap: 24px;
    align-items: center;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .tab-menu ul {
        flex-wrap: wrap;
        gap: 12px;
    }
}

.tab-menu ul li {
    padding: 16px 0;
}

@media (max-width: 1399.98px) {
    .tab-menu ul li {
        padding: 12px 0px;
    }
}

.tab-menu ul li a {
    padding: 16px 37px;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    background: var(--bg-primary);
    transition: var(--transition);
}

@media (max-width: 1399.98px) {
    .tab-menu ul li a {
        padding: 12px 25px;
        font-size: 16px;
        line-height: 1.2;
    }
}

.tab-menu ul .tab-menu ul li a:hover {
    background: var(--primary-color);
    color: var(--text-primary);
}

.tab-menu ul li a.active {
    background: var(--primary-color);
    color: var(--text-primary);
}

.tab-box {
    display: none;
}

.top-services {
    position: relative;
    overflow: hidden;
    min-height: auto;
}

    .top-services, .top-services * {
        box-sizing: border-box;
    }

.pc-services-left-column {
    position: relative;
}

.pc-services-bg-shape {
    position: absolute;
    right: 59.01%;
    left: 17.08%;
    bottom: 17.67%;
    top: 9.78%;
    overflow: visible;
}

@media (max-width: 1399.98px) {
    .pc-services-bg-shape {
        left: 0;
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .pc-services-bg-shape {
        top: -4%;
    }
}

.pc-services-image2 {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 2rem;
    min-height: 280px;
}

@media (max-width: 1199.98px) {
    .pc-services-image2 {
        max-width: 100%;
        min-height: 380px;
    }
}

@media (max-width: 991.98px) {
    .pc-services-image2 {
        margin-bottom: 60px;
    }
}

.pc-services-image3 {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--primary-radius);
}

.pc-services-image4 {
    position: absolute;
    left: 65%;
    top: 58%;
    width: 55%;
    max-width: 220px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 331/369;
    border-radius: var(--primary-radius);
}

@media (max-width: 1399.98px) {
    .pc-services-image4 {
        left: 0;
        right: 0;
    }
}

.pc-services-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

@media (max-width: 1199.98px) {
    .pc-services-content {
        gap: 2.5rem;
    }
}

.pc-services-title-body {
    display: flex;
    flex-direction: column;
}

.pc-services-all-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.pc-services-row, .pc-services-row2 {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

@media (max-width: 1199.98px) {
    .pc-services-row, .pc-services-row2 {
        flex-wrap: wrap;
    }
}

.pc-services-item-01, .pc-services-item-02, .pc-services-item-03, .pc-services-item-04, .pc-services-item-05, .pc-services-item-06 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    min-height: 3.5rem;
    flex: 1 1 100%;
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .pc-services-item-01, .pc-services-item-02, .pc-services-item-03, .pc-services-item-04, .pc-services-item-05, .pc-services-item-06 {
        flex: 1 1 calc(50% - 0.75rem);
        max-width: 305px;
    }
}

@media (max-width: 767.98px) {
    .pc-services-item-01, .pc-services-item-02, .pc-services-item-03, .pc-services-item-04, .pc-services-item-05, .pc-services-item-06 {
        flex: 1 1 calc(50% - 0.5rem);
        padding: 0.3125rem 0.375rem;
    }
}

.pc-services-item-01 {
    background: #dff5fa;
}

.pc-services-item-02 {
    background: #ffe5d6;
}

.pc-services-item-03 {
    background: #edf5dc;
}

.pc-services-item-04 {
    background: #f3dfff;
}

.pc-services-item-05 {
    background: #ffe5d6;
}

.pc-services-item-06 {
    background: #dff5fa;
}

.pc-services-check-4-1, .pc-services-check-4-2, .pc-services-check-4-22, .pc-services-check-4-23, .pc-services-check-4-24, .pc-services-check-4-25 {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--primary-color);
}

.pc-services-pet-grooming, .pc-services-pet-training, .pc-services-vet-consultation, .pc-services-emergency-pet-care, .pc-services-pet-sitting-daycare, .pc-services-nutrition-diet-planning {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-size: clamp(0.875rem, 1.5vw + 0.4rem, 1.125rem);
    line-height: 1.4;
    font-weight: 500;
}

.pet-categories {
    position: relative;
    overflow: hidden;
}

.pc-categories-pet-categories2 {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 3rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 3rem;
}

.pc-categories-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
}

.pc-categories-icon, .pc-categories-image2 {
    position: relative;
    flex-shrink: 0;
    width: 8.25rem;
    height: 8.25rem;
}

.pc-categories-bg, .pc-categories-bg2, .pc-categories-bg3, .pc-categories-bg4, .pc-categories-bg5, .pc-categories-bg6 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 2.5rem;
    aspect-ratio: 1;
}

.pc-categories-bg {
    background: #dff5fa;
}

.pc-categories-bg2 {
    background: #ffe5d6;
}

.pc-categories-bg3 {
    background: #f3dfff;
}

.pc-categories-bg4 {
    background: #edf5dc;
}

.pc-categories-bg5 {
    background: #dff5fa;
}

.pc-categories-bg6 {
    background: #FFE5D6;
}

.pc-categories-image, .pc-categories-image3, .pc-categories-image4 {
    position: absolute;
    left: 50%;
    top: 1.375rem;
    transform: translateX(-50%);
    width: 5.5rem;
    height: 5.5rem;
    object-fit: cover;
    aspect-ratio: 1;
}

.pc-categories-dogs2, .pc-categories-cats2, .pc-categories-birds2, .pc-categories-fish2, .pc-categories-hamster2, .pc-categories-rabbit {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.375rem);
    line-height: 1.3;
    text-align: center;
}

.featured-products {
    position: relative;
    overflow: hidden;
}

    .featured-products, .featured-products * {
        box-sizing: border-box;
    }

        .featured-products .container {
            position: relative;
        }

        .featured-products .pc-section-title {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            margin-bottom: 2rem;
        }

.pc-products-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pc-products-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.pc-products-p-01, .pc-products-p-02 {
    background: var(--bg-secondary);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pc-products-image {
    position: relative;
    flex-shrink: 0;
    height: 14rem;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

.pc-products-image2, .pc-products-image3, .pc-products-image4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

.pc-products-taq, .pc-products-taq2 {
    background: var(--text-primary);
    border-radius: 1.4375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
    height: 1.5rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.pc-products-new {
    color: var(--white-color);
    font-size: 0.875rem;
    line-height: 1.375;
    font-weight: 400;
}

.pc-products-button {
    position: absolute;
    left: 0.5rem;
    bottom: 1.125rem;
    right: 0.5rem;
    background: var(--text-primary);
    border-radius: 2.125rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    text-decoration: none;
    color: inherit;
}

    .pc-products-button:hover {
        color: inherit;
    }

.pc-products-p-01:hover .pc-products-button, .pc-products-p-02:hover .pc-products-button {
    opacity: 1;
    visibility: visible;
}

.pc-products-add-to-cart {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
}

.pc-products-details {
    padding: 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.pc-products-title-ratings {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
}

.pc-products-title-ratings2 {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    align-items: center;
}

.pc-products-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .pc-products-title-link:hover {
        color: var(--text-secondary);
        text-decoration: underline;
    }

.pc-products-comfort-pet-beds, .pc-products-grooming-care-kit, .pc-products-organic-cat-food-product, .pc-products-pet-hygiene-wipes, .pc-products-natural-pet-treats, .pc-products-premium-dry-pet-food, .pc-products-chew-toys-play-accessories, .pc-products-pet-travel-carrier {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem);
    line-height: 1.35;
}

.pc-products-reviews {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
}

.pc-products-stars {
    display: flex;
    gap: 2px;
    align-items: center;
}

.pc-products-star {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    line-height: 0;
}

    .pc-products-star svg {
        width: 100%;
        height: 100%;
        display: block;
    }

.pc-products-rating-number {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
    flex-wrap: wrap;
}

.pc-products-_5-0 {
    color: var(--text-primary);
    font-size: 0.875rem;
    line-height: 1.375;
}

.pc-products-wrapper {
    display: flex;
    gap: 0;
    align-items: center;
}

.pc-products-div, .pc-products-_135, .pc-products-reviews2 {
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.375;
}

.pc-products-pricing {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.pc-products-main-price {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
}

.pc-products-_00 {
    color: var(--text-secondary);
    font-size: 1.125rem;
    line-height: 1.4;
    text-decoration: line-through;
}

.why-choose-us {
    position: relative;
    overflow: hidden;
    background-color: #f2e0ff;
}

.pc-benefits-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .pc-benefits-shape img {
        width: 100%;
        height: auto;
    }

.why-choose-us .pc-section-title {
    position: relative;
    z-index: 1;
}

.why-choose-us .pc-section-icon {
    color: var(--text-primary);
    font-size: 1.25rem;
    margin: 0 0.625rem;
    display: inline-block;
}

.why-choose-us .pc-section-subtitle {
    color: var(--text-primary);
    font-weight: 700;
    text-transform: capitalize;
}

.why-choose-us .pc-section-title {
    color: var(--text-primary);
    margin-bottom: 0;
}

.pc-benefits-item {
    background: var(--white-color);
    border-radius: 1.25rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

    .pc-benefits-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

.pc-benefits-icon-wrapper {
    width: 5rem;
    height: 5rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
}

.pc-benefits-icon-wrapper--blue {
    background-color: #dff5fa;
}

.pc-benefits-icon-wrapper--orange {
    background-color: #ffe5d6;
}

.pc-benefits-icon-wrapper--purple {
    background-color: #f3dfff;
}

.pc-benefits-icon-wrapper--green {
    background-color: #edf5dc;
}

.pc-benefits-icon {
    max-width: 3.125rem;
    max-height: 3.125rem;
    object-fit: contain;
}

.pc-benefits-item-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: var(--text-primary);
    margin: 0;
}

.pc-benefits-item-text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-secondary);
    margin: 0;
}

.offer1 {
    position: relative;
    overflow: hidden;
    background: #d2e8ff;
}

.pc-offer-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
}

    .pc-offer-bg-shape img {
        width: 100%;
    }

.offer1 .container {
    position: relative;
    z-index: 1;
}

.offer1 .pc-section-title {
    margin-bottom: 1.25rem;
    text-align: left;
}

    .offer1 .pc-section-title .pc-section-subtitle {
        text-align: left;
    }

    .offer1 .pc-section-title .pc-section-title {
        margin-bottom: 0;
    }

.pc-offer-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 31.25rem;
}

.pc-offer-images {
    position: relative;
    min-height: 18.125rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .pc-offer-images .pc-offer-images-shape {
        position: absolute;
        bottom: auto;
        top: 15%;
        right: 15%;
        width: 70%;
        max-width: none;
        z-index: 0;
        pointer-events: none;
        transform: none;
    }

        .pc-offer-images .pc-offer-images-shape img {
            width: 100%;
            height: auto;
            display: block;
        }

    .pc-offer-images img.pc-offer-image,
    .pc-offer-images img.pc-offer-image2 {
        position: absolute;
        height: auto;
        margin-bottom: -22%;
    }

    .pc-offer-images .pc-offer-image {
        bottom: 1.25rem;
        left: -25%;
        z-index: 2;
    }

    .pc-offer-images .pc-offer-image2 {
        bottom: 0;
        right: -15%;
        z-index: 3;
    }

.pc-story-band {
    position: relative;
    overflow: hidden;
}

.pc-testimonial-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 3.125rem;
}

.pc-story-band .pc-section-title {
    margin-bottom: 0;
}

    .pc-story-band .pc-section-title .pc-section-subtitle {
        text-align: left;
    }

    .pc-story-band .pc-section-title .pc-section-title {
        margin-bottom: 0;
    }

.pc-testimonial-users {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

.pc-testimonial-users-group {
    display: flex;
}

    .pc-testimonial-users-group img {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        border: 2px solid var(--white-color);
        margin-left: -0.9375rem;
        object-fit: cover;
    }

        .pc-testimonial-users-group img:first-child {
            margin-left: 0;
        }

    .pc-testimonial-users-group .add-icon {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        background: var(--white-color);
        border: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -0.9375rem;
        color: var(--text-primary);
        font-size: 0.875rem;
        font-weight: 600;
        z-index: 1;
    }

.pc-testimonial-users-text {
    display: flex;
    flex-direction: column;
}

    .pc-testimonial-users-text span {
        font-size: 0.875rem;
        font-weight: 700;
        color: var(--text-primary);
        line-height: 1.2;
    }

    .pc-testimonial-users-text small {
        font-size: 0.75rem;
        color: var(--text-secondary);
    }

.pc-testimonial-thumb-wrapper {
    position: relative;
    height: 250px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .pc-testimonial-thumb-wrapper {
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .pc-testimonial-thumb-wrapper {
        margin-bottom: 30px;
    }
}

.pc-testimonial-thumb {
    width: 100%;
    overflow: visible;
}

    .pc-testimonial-thumb img {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        object-fit: cover;
        border-radius: 50%;
        border: 0.3125rem solid var(--white-color);
        z-index: 2;
    }

    .pc-testimonial-thumb::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        width: 207px;
        height: 207px;
        border: 0.125rem solid #FFC107;
        border-radius: 50%;
        z-index: 1;
    }

@media (max-width: 991.98px) {
    .pc-testimonial-thumb::before {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.pc-testimonial-thumb .quote-icon {
    position: absolute;
    bottom: 44%;
    left: 23%;
    width: 3.75rem;
    height: 3.75rem;
    background: #FFC107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: 1.5rem;
    border: 0.25rem solid var(--white-color);
    z-index: 3;
}

@media (max-width: 991.98px) {
    .pc-testimonial-thumb .quote-icon {
        left: 37%;
    }
}

.pc-testimonial-content {
    padding-left: 0;
    margin-top: 2.5rem;
    position: relative;
}

@media (max-width: 1199.98px) {
    .pc-testimonial-content {
        padding-left: 3.125rem;
        margin-top: 0;
    }
}

.pc-testimonial-stars {
    color: #FFC107;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.3125rem;
}

.pc-testimonial-text {
    font-family: var(--body-font);
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text-primary);
    margin-bottom: 1.875rem;
    font-weight: 500;
    min-height: 6.25rem;
}

.pc-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-testimonial-author-info h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.3125rem;
    font-family: var(--title-font);
}

.pc-testimonial-author-info span {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.pc-testimonial-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .pc-testimonial-slider .pc-slider-track {
        display: flex;
        width: 100%;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        will-change: transform;
    }

    .pc-testimonial-slider .pc-slider-slide {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
    }

.pc-testimonial-author-nav {
    display: flex;
    gap: 0.625rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .pc-testimonial-author-nav {
        position: static;
        justify-content: center;
        margin-top: 1.875rem;
    }
}

.pc-testimonial-author-nav button {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    border: none;
    background: rgba(var(--primary-color), 0.1);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    cursor: pointer;
}

    .pc-testimonial-author-nav button:hover, .pc-testimonial-author-nav button.active {
        background: var(--primary-color);
    }
/* === menu scss (index 01) === */
.pc-main-menu.menu-dark > ul > li > a {
    color: var(--black-color);
}

.pc-main-menu.menu-light > ul > li > a {
    color: var(--white-color);
}

.pc-main-menu > ul {
    display: flex;
}

    .pc-main-menu > ul > li:first-child > a {
        padding-left: 0;
    }

    .pc-main-menu > ul > li:last-child > a {
        padding-right: 0;
    }

    .pc-main-menu > ul > li:hover > a {
        color: var(--text-secondary);
    }

    .pc-main-menu > ul > li:hover > ul {
        opacity: 1;
        pointer-events: all;
        inset-inline-start: 0;
    }

        .pc-main-menu > ul > li:hover > ul.pc-dp-menu li:hover > ul {
            opacity: 1;
            pointer-events: all;
            inset-inline-start: 100%;
        }

.pc-main-menu li {
    position: relative;
    list-style: none;
}

    .pc-main-menu li a {
        display: flex;
        align-items: center;
        color: var(--black-color);
        text-transform: capitalize;
    }

.pc-main-menu ul.pc-dp-menu {
    border: 1px solid var(--primary-color);
    border-top: 0;
    background-color: #232529;
    padding: 18px 0px;
    width: 250px;
    position: absolute;
    inset-inline-start: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
    top: 100%;
    border-radius: 4px;
}


    .pc-main-menu ul.pc-dp-menu.column-2 {
        column-count: 2;
        width: 480px;
        column-gap: 0;
    }

    .pc-main-menu ul.pc-dp-menu ul {
        background: var(--black-color);
        padding: 18px 0px;
        width: 300px;
        position: absolute;
        inset-inline-start: calc(100% + 10px);
        top: 0;
        opacity: 0;
        z-index: 10;
        transition: all 0.5s;
    }

    .pc-main-menu ul.pc-dp-menu li {
        position: relative;
        padding: 0 25px;
    }

        .pc-main-menu ul.pc-dp-menu li:hover > a {
            color: var(--white-color);
            background-color: transparent;
        }

        .pc-main-menu ul.pc-dp-menu li:hover > ul {
            opacity: 1;
            transform: none !important;
            pointer-events: all;
        }

        .pc-main-menu ul.pc-dp-menu li a {
            font-size: 16px;
            font-weight: 500;
            color: #999999;
            padding: 10px 0;
            background-color: transparent;
            border-radius: 8px;
            text-transform: capitalize;
        }

            .pc-main-menu ul.pc-dp-menu li a:hover {
                letter-spacing: 0.5px;
            }

            .pc-main-menu ul.pc-dp-menu li a:after {
                transform: rotate(-90deg);
                margin-left: auto;
            }

.pc-main-menu .has-mega-menu {
    position: static;
}

.pc-main-menu li.pc-menu-item-has-children > a:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    margin-inline-start: 5px;
    font-weight: 900;
    font-size: 14px;
}

.pc-main-menu .mega-menu {
    background-color: var(--black-color);
    padding: 30px 50px;
    width: 100%;
    position: absolute;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
}

@media (max-width: 1399.98px) {
    .pc-main-menu .mega-menu {
        column-gap: 30px;
    }
}

.pc-main-menu .mega-menu li:has(ul) > a:after {
    content: "";
}

.pc-main-menu .mega-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--black-color);
    border-radius: 8px;
    overflow: hidden;
}

    .pc-main-menu .mega-menu li a:hover {
        color: var(--white-color);
        background: #2c2c2f;
    }

.pc-main-menu .mega-menu .title {
    font-weight: 600;
    color: var(--white-color);
    text-transform: uppercase;
    border-bottom: 1px solid #333337;
    padding-bottom: 20px;
    margin-bottom: 20px;
    pointer-events: none;
    border-radius: 0;
}

.pc-main-menu .span-first-item ul li:first-child {
    grid-column: 1/-1;
    column-span: all;
}

/* === offcanvas scss (index 02) === */
.offcanvas-menu-wrapper.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

    .offcanvas-menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
        border-bottom: 1px solid var(--black-4);
    }

.offcanvas-menu-wrapper.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

    .offcanvas-menu-wrapper.mean-container .mean-nav .new {
        font-size: 10px;
        font-weight: 600;
        background: #ffa38e;
        color: var(--black-color);
        padding: 3px 7px;
        line-height: 1;
        display: flex;
        align-items: center;
        border-radius: 2px;
    }

    .offcanvas-menu-wrapper.mean-container .mean-nav ul li a {
        width: 100%;
        padding: 15px 0;
        padding-inline-start: 15px;
        font-weight: 400;
        font-size: 22px;
        line-height: 1;
        color: var(--white-color);
        text-transform: capitalize;
        border-top: 1px solid var(--black-4);
        display: flex;
        gap: 8px;
        justify-content: flex-start;
        align-items: center;
        outline: none;
        transform: translateY(var(--y)) translateZ(0);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        box-sizing: border-box;
    }

@media (max-width: 767.98px) {
    .offcanvas-menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 20px;
    }
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    width: 54px;
    height: 54px;
    justify-content: center;
    font-weight: 300;
    border: none !important;
}

@media (max-width: 767.98px) {
    .offcanvas-menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 50px;
    }
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--primary-color);
    opacity: 1;
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--black-4);
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 12px 0;
    padding-inline-start: 30px;
}

@media (max-width: 767.98px) {
    .offcanvas-menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 18px;
    }
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 58px;
}

@media (max-width: 991.98px) {
    .offcanvas-menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 22px;
    }
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--black-4);
}

.offcanvas-menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px;
}

.offcanvas-menu-wrapper.mean-container .mean-bar {
    padding: 0;
    background: none;
    max-height: auto;
    overflow-y: scroll;
}

    .offcanvas-menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
        width: 0;
    }

.offcanvas-menu-wrapper.mean-container a.meanmenu-reveal {
    display: none !important;
}

/* Variant page aliases */
.pc-header {
    position: relative;
    z-index: 10;
}

    .pc-header .pc-header-area.pc-header-layoutone {
        background: transparent;
    }

.pc-main {
    display: block;
}

.pc-shell-footer {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.companion-hero {
    position: relative;
    padding-top: 190px;
    overflow: hidden;
    background: #eef6ff;
}

    .companion-hero .pc-theme-btn {
        margin-top: 10px;
    }

.pc-category-band {
    background: var(--white-color);
}

.pc-service-band {
    position: relative;
    overflow: hidden;
}

.pc-product-band,
.pc-product-band * {
    box-sizing: border-box;
}

    .pc-product-band .container {
        position: relative;
    }

    .pc-product-band .pc-section-title {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 2rem;
    }

.pc-benefit-band {
    position: relative;
    overflow: hidden;
    background-color: #f2e0ff;
}

    .pc-benefit-band .pc-section-title {
        position: relative;
        z-index: 1;
    }

    .pc-benefit-band .pc-section-icon {
        color: var(--text-primary);
        font-size: 1.25rem;
        margin: 0 0.625rem;
        display: inline-block;
    }

    .pc-benefit-band .pc-section-subtitle {
        color: var(--text-primary);
        font-weight: 700;
        text-transform: capitalize;
    }

    .pc-benefit-band .pc-section-title {
        color: var(--text-primary);
        margin-bottom: 0;
    }

.pc-story-band {
    position: relative;
    overflow: hidden;
}

.pc-photo-band {
    position: relative;
    overflow: hidden;
}

.pc-deal-band {
    position: relative;
    overflow: hidden;
    background: #d2e8ff;
}

    .pc-deal-band .container {
        position: relative;
        z-index: 1;
    }

.pc-signup-band {
    position: relative;
    overflow: hidden;
}

    .pc-signup-band,
    .pc-signup-band * {
        box-sizing: border-box;
    }

.pc-signup-band-inner {
    position: relative;
}

.pc-subscribe-newsletter {
    position: relative;
    z-index: 1;
}

.pc-subscribe-title-body {
    margin-bottom: 1.875rem;
}

@media (max-width: 1199.98px) {
    .pc-subscribe-title-body {
        margin-bottom: 0;
        padding-right: 1.25rem;
    }
}

.pc-subscribe-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw + 0.5rem, 1.5rem);
    line-height: 1.3;
    text-transform: capitalize;
}

.pc-subscribe-form {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .pc-subscribe-form {
        padding-left: 1.25rem;
    }
}

.pc-subscribe-input-field {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 3.25rem;
    width: 100%;
    border-radius: 6.25rem;
    overflow: hidden;
    background: var(--bg-secondary);
    box-shadow: 0 2px 12px rgba(0, 40, 66, 0.06);
}

@media (max-width: 575.98px) {
    .pc-subscribe-input-field {
        min-height: 3.5rem;
    }
}

@media (max-width: 767.98px) {
    .pc-subscribe-input-field {
        min-height: 3.75rem;
    }
}

.pc-subscribe-input {
    flex: 1;
    min-width: 0;
    width: 100%;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0.875rem 1.25rem 0.875rem 1.875rem;
    outline: none;
}

    .pc-subscribe-input::placeholder {
        color: var(--text-secondary);
    }

@media (max-width: 575.98px) {
    .pc-subscribe-input {
        padding: 1rem 1.25rem 1rem 1.875rem;
    }
}

@media (max-width: 767.98px) {
    .pc-subscribe-input {
        font-size: 1rem;
        padding: 0.375rem 1.25rem 0.375rem 1.25rem;
    }
}

.pc-subscribe-button {
    flex-shrink: 0;
    background: var(--primary-color);
    border: 0.0625rem solid var(--white-color);
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--text-primary);
    text-transform: uppercase;
    padding: 1.125rem 1.5625rem;
    white-space: nowrap;
    border-radius: 6.25rem;
    margin: 0.25rem;
}

    .pc-subscribe-button:hover {
        color: var(--text-primary);
    }

@media (max-width: 767.98px) {
    .pc-subscribe-button {
        font-size: 0.9375rem;
        padding: 0 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .pc-subscribe-button {
        padding: 0 0.9375rem;
    }
}

.pc-gallery-title-wrapper {
    margin-bottom: 3.75rem;
}

.pc-gallery-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(1.875rem, 4vw, 3rem);
    color: var(--text-primary);
    margin: 0;
}

.pc-gallery-slider {
    position: relative;
    width: 100%;
}

    .pc-gallery-slider .pc-slider-track {
        display: flex;
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .pc-gallery-slider .pc-slider-slide {
        flex-shrink: 0;
        padding: 0 0.625rem;
        position: relative;
    }

        .pc-gallery-slider .pc-slider-slide .pc-gallery-image-wrap {
            position: relative;
            border-radius: 1rem;
            overflow: hidden;
            width: 100%;
            aspect-ratio: 1;
        }

            .pc-gallery-slider .pc-slider-slide .pc-gallery-image-wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.4s ease;
            }

            .pc-gallery-slider .pc-slider-slide .pc-gallery-image-wrap::after {
                content: "";
                position: absolute;
                inset: 0;
                background: rgba(12, 12, 12, 0.2);
                opacity: 0;
                transition: opacity 0.3s ease;
            }

        .pc-gallery-slider .pc-slider-slide .pc-gallery-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9);
            background: var(--white-color);
            padding: 0.625rem 1.5rem;
            border-radius: 3.125rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--text-primary);
            font-family: var(--title-font);
            font-weight: 600;
            font-size: 1rem;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
            white-space: nowrap;
            z-index: 2;
        }

            .pc-gallery-slider .pc-slider-slide .pc-gallery-btn i,
            .pc-gallery-slider .pc-slider-slide .pc-gallery-btn svg {
                color: #e1306c;
                font-size: 1.125rem;
            }

            .pc-gallery-slider .pc-slider-slide .pc-gallery-btn:hover {
                background: var(--white-color);
                color: var(--primary-color);
            }

        .pc-gallery-slider .pc-slider-slide:hover .pc-gallery-image-wrap img {
            transform: scale(1.05);
        }

        .pc-gallery-slider .pc-slider-slide.is-active .pc-gallery-image-wrap::after {
            opacity: 0;
        }

        .pc-gallery-slider .pc-slider-slide.is-active .pc-gallery-btn {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -50%) scale(1);
        }

.pc-header-search {
    position: relative;
    z-index: 10;
}

    .pc-header-search .pc-search-open-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: transparent;
        border: 0;
        padding: 0.5rem 0.8rem;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 0.02em;
    }

    .pc-header-search .pc-search-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

        .pc-header-search .pc-search-panel .pc-search-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(15, 10, 28, 0.85);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .pc-header-search .pc-search-panel .pc-search-inner {
            position: relative;
            z-index: 2;
            width: min(720px, 90vw);
            background: var(--white-color);
            border-radius: 20px;
            padding: 12px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            transform: translateY(20px) scale(0.95);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            pointer-events: auto;
            display: flex;
            align-items: center;
        }

        .pc-header-search .pc-search-panel .pc-search-close {
            position: absolute;
            top: -60px;
            right: 0;
            background: var(--primary-color);
            border: 0;
            font-size: 20px;
            cursor: pointer;
            width: 44px;
            height: 44px;
            color: var(--text-primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

            .pc-header-search .pc-search-panel .pc-search-close:hover {
                background: var(--white-color);
                transform: rotate(90deg);
            }

        .pc-header-search .pc-search-panel .pc-search-form {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0;
        }

        .pc-header-search .pc-search-panel .pc-search-input {
            flex: 1;
            font-size: 18px;
            padding: 15px 20px;
            border: none;
            background: transparent;
            outline: none;
            font-family: var(--body-font);
            color: var(--text-primary);
        }

            .pc-header-search .pc-search-panel .pc-search-input::placeholder {
                color: rgba(7, 7, 19, 0.4);
            }

        .pc-header-search .pc-search-panel .pc-search-submit {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 54px;
            height: 54px;
            border-radius: 14px;
            border: 0;
            background: var(--primary-color);
            color: var(--text-primary);
            cursor: pointer;
            font-size: 18px;
            transition: var(--transition);
        }

            .pc-header-search .pc-search-panel .pc-search-submit:hover {
                background: var(--text-primary);
                color: var(--white-color);
            }

        .pc-header-search .pc-search-panel.open {
            pointer-events: auto;
            opacity: 1;
            visibility: visible;
        }

            .pc-header-search .pc-search-panel.open .pc-search-backdrop {
                opacity: 1;
            }

            .pc-header-search .pc-search-panel.open .pc-search-inner {
                transform: translateY(0) scale(1);
                opacity: 1;
            }

.pc-header .pc-header-area.pc-header-layoutone {
    position: relative;
    background: var(--white-color);
    border-bottom: 0.0625rem solid rgba(0, 40, 66, 0.08);
}

    .pc-header .pc-header-area.pc-header-layoutone .pc-header-main {
        background: transparent;
    }

.pc-category-band {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pc-service-band,
.pc-service-band * {
    box-sizing: border-box;
}

.pc-product-band .pc-products-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pc-product-band .pc-products-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.pc-product-band .pc-products-p-01,
.pc-product-band .pc-products-p-02 {
    background: var(--bg-secondary);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pc-product-band .pc-products-image {
    position: relative;
    flex-shrink: 0;
    height: 14rem;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

.pc-product-band .pc-products-image2,
.pc-product-band .pc-products-image3,
.pc-product-band .pc-products-image4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

.pc-product-band .pc-products-button {
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 1.125rem;
    background: var(--text-primary);
    border-radius: 2.125rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pc-product-band .pc-products-p-01:hover .pc-products-button,
.pc-product-band .pc-products-p-02:hover .pc-products-button {
    opacity: 1;
    visibility: visible;
}

.pc-product-band .pc-products-details {
    padding: 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.pc-product-band .pc-products-title-ratings {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
}

.pc-product-band .pc-products-title-ratings2 {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    align-items: center;
}

.pc-product-band .pc-products-pricing {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.pc-benefit-band .pc-benefits-item {
    background: var(--white-color);
    border-radius: 1.25rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

    .pc-benefit-band .pc-benefits-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

.pc-story-band .pc-testimonial-author-nav {
    display: flex;
    gap: 0.625rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.pc-deal-band .pc-offer-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
}

    .pc-deal-band .pc-offer-bg-shape img {
        width: 100%;
    }

.pc-deal-band .pc-offer-description {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 31.25rem;
}

.pc-deal-band .pc-offer-images {
    position: relative;
    min-height: 18.125rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .pc-deal-band .pc-offer-images .pc-offer-images-shape {
        position: absolute;
        top: 15%;
        right: 15%;
        width: 70%;
        z-index: 0;
        pointer-events: none;
    }

        .pc-deal-band .pc-offer-images .pc-offer-images-shape img {
            width: 100%;
            height: auto;
            display: block;
        }

    .pc-deal-band .pc-offer-images img.pc-offer-image,
    .pc-deal-band .pc-offer-images img.pc-offer-image2 {
        position: absolute;
        height: auto;
        margin-bottom: -22%;
    }

    .pc-deal-band .pc-offer-images .pc-offer-image {
        bottom: 1.25rem;
        left: -25%;
        z-index: 2;
    }

    .pc-deal-band .pc-offer-images .pc-offer-image2 {
        bottom: 0;
        right: -15%;
        z-index: 3;
    }

@media (max-width: 1399.98px) {
    .companion-hero .pc-hero-vector,
    .companion-hero .pc-hero-vector2,
    .companion-hero .pc-hero-vector3,
    .companion-hero .pc-hero-vector4,
    .companion-hero .pc-hero-frame,
    .companion-hero .pc-hero-vector6,
    .companion-hero .pc-hero-vector7 {
        opacity: 0.1;
    }

    .companion-hero .pc-hero-bg-shape {
        right: 15%;
        top: 40%;
        opacity: 0.1;
    }

    .companion-hero .pc-hero-image-wrap {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .companion-hero .pc-hero-content {
        gap: 2rem;
    }
}

@media (max-width: 991.98px) {
    .pc-story-band .pc-testimonial-author-nav {
        position: static;
        justify-content: center;
        margin-top: 1.875rem;
    }
}

.pc-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

    .pc-mobile-nav.is-open {
        visibility: visible;
        pointer-events: auto;
    }

.pc-mobile-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 7, 19, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pc-mobile-nav-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(21.5rem, 86vw);
    height: 100%;
    background: #ffffff;
    box-shadow: 0 1.25rem 3rem rgba(7, 7, 19, 0.18);
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
}

.pc-mobile-nav.is-open .pc-mobile-nav-backdrop {
    opacity: 1;
}

.pc-mobile-nav.is-open .pc-mobile-nav-panel {
    transform: translateX(0);
}

.pc-mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 0.0625rem solid rgba(7, 7, 19, 0.08);
}

.pc-mobile-nav-logo img {
    max-width: 8.5rem;
    height: auto;
}

.pc-mobile-nav-close {
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 199, 8, 0.18);
    color: var(--text-primary);
    font-size: 1.5rem;
    line-height: 1;
}

.pc-mobile-nav-body {
    overflow-y: auto;
    padding: 0.75rem 1.25rem 1.5rem;
}

.pc-mobile-nav-list,
.pc-mobile-nav-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pc-mobile-nav-list > li {
        border-bottom: 0.0625rem solid rgba(7, 7, 19, 0.08);
    }

    .pc-mobile-nav-list li {
        position: relative;
    }

    .pc-mobile-nav-list a {
        display: block;
        padding: 0.95rem 2.75rem 0.95rem 0;
        color: var(--text-primary);
        font-family: var(--title-font);
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
    }

.pc-mobile-nav-expand {
    position: absolute;
    top: 0.7rem;
    right: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    background: rgba(177, 217, 121, 0.25);
}

    .pc-mobile-nav-expand span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.75rem;
        height: 0.125rem;
        background: var(--text-primary);
        transform: translate(-50%, -50%);
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

        .pc-mobile-nav-expand span:last-child {
            transform: translate(-50%, -50%) rotate(90deg);
        }

.pc-mobile-nav-item--has-children.is-open > .pc-mobile-nav-expand span:last-child {
    opacity: 0;
}

.pc-mobile-nav-submenu {
    display: none;
    padding: 0 0 0.75rem 0.875rem;
}

.pc-mobile-nav-item--has-children.is-open > .pc-mobile-nav-submenu {
    display: block;
}

.pc-mobile-nav-submenu a {
    font-size: 0.95rem;
    font-weight: 500;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (max-width: 1199.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-main {
        padding: 0.9rem 0;
    }

    .pc-header-area.pc-header-layoutone .pc-header-right {
        gap: 0.75rem !important;
    }

    .pc-hero {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .pc-hero-content {
        text-align: center;
        align-items: center;
        margin: 0 auto;
        max-width: 42rem;
    }

    .pc-hero-desc {
        max-width: 36rem;
        margin-left: auto;
        margin-right: auto;
    }

    .pc-hero-image-wrap {
        margin: 0 auto 2rem;
        max-width: 42rem;
    }

    .pc-hero-image {
        width: 100%;
        height: auto;
    }

    .pc-deal-band .pc-offer-images {
        margin-top: 2rem;
    }
}

@media (max-width: 991.98px) {
    .section-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .pc-hero-title {
        font-size: clamp(2.5rem, 7vw, 4rem);
        line-height: 1.05;
    }

    .pc-hero-desc {
        font-size: 1rem;
    }

    .pc-benefit-band .pc-section-title,
    .pc-gallery-title-wrapper,
    .pc-section-wrap {
        text-align: center;
    }

    .pc-subscribe-title-body,
    .pc-subscribe-form {
        padding-left: 0;
        padding-right: 0;
    }

    .pc-subscribe-title {
        text-align: center;
        margin-bottom: 1rem;
    }

    .pc-footer-main.style2 {
        padding: 4rem 0 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .pc-header-area.pc-header-layoutone .pc-header-right .pc-action-btn {
        width: 2.75rem;
        height: 2.75rem;
    }

    .pc-header-area.pc-header-layoutone .pc-header-right {
        gap: 0.5rem !important;
    }

    .pc-hero {
        min-height: auto;
        padding-top: 5.5rem;
        padding-bottom: 3.5rem;
    }

    .pc-hero-title {
        font-size: clamp(2.125rem, 9vw, 3.25rem);
    }

    .pc-hero-subtitle {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .pc-testimonial-wrapper {
        row-gap: 1.5rem;
    }

    .pc-gallery-slider .pc-slider-slide .pc-gallery-btn {
        padding: 0.55rem 1rem;
        font-size: 0.9rem;
    }

    .pc-deal-band .pc-offer-images img.pc-offer-image,
    .pc-deal-band .pc-offer-images img.pc-offer-image2 {
        width: 100%;
        max-width: 20rem;
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }

    .pc-deal-band .pc-offer-images .pc-offer-image2 {
        margin-top: -2rem;
        max-width: 16rem;
    }
}

@media (max-width: 575.98px) {
    .pc-header-logo img {
        max-width: 7.5rem;
    }

    .pc-search-open-btn,
    .pc-header-area.pc-header-layoutone .pc-header-right .pc-action-btn {
        width: 2.5rem;
        height: 2.5rem;
    }

    .pc-hero-title {
        font-size: 2rem;
    }

    .pc-hero-desc {
        font-size: 0.95rem;
    }

    .pc-subscribe-input-field {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        gap: 0.75rem;
        border-radius: 0;
        overflow: visible;
    }

    .pc-subscribe-input {
        background: var(--bg-secondary);
        border-radius: 6.25rem;
        min-height: 3.5rem;
        padding: 0.875rem 1.25rem;
        box-shadow: 0 2px 12px rgba(0, 40, 66, 0.06);
    }

    .pc-subscribe-button {
        width: 100%;
        min-height: 3.5rem;
        margin: 0;
    }

    .pc-mobile-nav-panel {
        width: min(20rem, 90vw);
    }
}

.breadcumb {
    position: relative;
    overflow: hidden;
    padding: 13.75rem 0 12.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e0f7fa 50%, #b2ebf2 100%);
    z-index: 1;
}

.pc-breadcumb_shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.pc-breadcumb-shape-1 {
    bottom: 0;
    left: 0;
}

.pc-breadcumb-shape-2 {
    bottom: 50%;
    left: 10%;
}

.pc-breadcumb-shape-3 {
    bottom: 25%;
    left: 36%;
}

.pc-breadcumb-shape-4 {
    bottom: 72%;
    left: 60%;
}

.pc-breadcumb-shape-5 {
    bottom: 55%;
    right: 5%;
}

@media (max-width: 1399.98px) {
    .pc-breadcumb-shape-1,
    .pc-breadcumb-shape-2,
    .pc-breadcumb-shape-3,
    .pc-breadcumb-shape-4,
    .pc-breadcumb-shape-5 {
        opacity: 0.1;
    }
}

.pc-breadcumb-wrapper {
    position: relative;
    z-index: 1;
}

.pc-breadcumb-wrapper-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(2.5rem, 6vw, 4.75rem);
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: center;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.pc-breadcumb-wrapper-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

@media (max-width: 767.98px) {
    .pc-breadcumb-wrapper-items {
        gap: 0.5rem;
    }
}

.pc-breadcumb-wrapper-items-list {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-transform: capitalize;
    color: var(--text-secondary);
}

    .pc-breadcumb-wrapper-items-list i {
        font-size: 0.75rem;
    }

@media (max-width: 767.98px) {
    .pc-breadcumb-wrapper-items-list {
        font-size: 0.8125rem;
    }
}

.pc-breadcumb-wrapper-items-list-title {
    color: var(--text-secondary);
    transition: var(--transition);
}

    .pc-breadcumb-wrapper-items-list-title:hover {
        color: var(--text-primary);
    }

.pc-breadcumb-wrapper-items-list-title2 {
    color: var(--text-primary);
    font-weight: 500;
    transition: var(--transition);
}

    .pc-breadcumb-wrapper-items-list-title2:hover {
        color: var(--text-secondary);
    }

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pc-about-one-thumb img {
    width: 100%;
}

.pc-about-one-content .section-heading-thsubtitle {
    display: block;
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .pc-about-one-content .section-heading-thsubtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.pc-about-one-content .section-heading-thtitle {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

@media (min-width: 1600px) {
    .pc-about-one-content .section-heading-thtitle {
        font-size: 42px;
    }
}

@media (max-width: 1399.98px) {
    .pc-about-one-content .section-heading-thtitle {
        font-size: 40px;
    }
}

@media (max-width: 1199.98px) {
    .pc-about-one-content .section-heading-thtitle {
        font-size: 29px;
        line-height: 46px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .pc-about-one-content .section-heading-thtitle {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .pc-about-one-content .section-heading-thtitle {
        font-size: 27px;
        line-height: 43px;
    }
}

.pc-about-one-content-text {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 26px;
}

@media (max-width: 991.98px) {
    .pc-about-one-content-text {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .pc-about-one-content-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }
}

.pc-about-one-content-subtext {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .pc-about-one-content-subtext {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .pc-about-one-content-subtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }
}

.pc-about-one-content-info {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
    .pc-about-one-content-info {
        gap: 40px;
        margin-bottom: 28px;
    }
}

@media (max-width: 991.98px) {
    .pc-about-one-content-info {
        gap: 30px;
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .pc-about-one-content-info {
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .pc-about-one-content-info {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
    }
}

.pc-about-one-content-list {
    list-style: none;
}

.pc-about-one-content-list-items {
    position: relative;
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-left: 20px;
}

@media (max-width: 575.98px) {
    .pc-about-one-content-list-items {
        font-size: 16px;
    }
}

.pc-about-one-content-list-items:not(:last-child) {
    margin-bottom: 20px;
}

.pc-about-one-content-list-items::before {
    content: "";
    position: absolute;
    background: var(--text-primary);
    border-radius: 36px;
    width: 12px;
    height: 12px;
    left: -9%;
    top: 25%;
}

.pc-about-one-content-items {
    padding: 24px 16px;
    background: var(--bg-secondary);
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 8px;
    margin-bottom: 48px;
}

@media (max-width: 1399.98px) {
    .pc-about-one-content-items {
        padding: 20px 14px;
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .pc-about-one-content-items {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .pc-about-one-content-items {
        padding: 17px 13px;
        font-size: 15px;
    }
}

.pc-about-one-content-button .r-btn-button {
    gap: 11px;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    align-items: center;
    display: inline-flex;
    color: var(--white-color);
    border-radius: 90px;
    text-transform: capitalize;
    padding: 8px 8px 8px 32px;
    border: 1px solid #e3e3e3;
    justify-content: space-between;
    background: var(--text-primary);
}

@media (max-width: 575.98px) {
    .pc-about-one-content-button .r-btn-button {
        padding: 8px 6px 8px 18px;
    }
}

.pc-about-one-content-button .r-btn-button .icon {
    width: 36px;
    height: 36px;
    display: flex;
    font-size: 20px;
    align-items: center;
    border-radius: 500px;
    transition: all 0.3s;
    justify-content: center;
    background: var(--black-color);
    color: var(--white-color);
}

    .pc-about-one-content-button .r-btn-button .icon svg path {
        fill: #FFFFFF;
    }

.pc-about-one-content-button .r-btn-button:hover .icon {
    rotate: -45deg;
}

.pc-about-two-items-title {
    color: #000000;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 1600px) {
    .pc-about-two-items-title {
        font-size: 55px;
    }
}

@media (max-width: 1399.98px) {
    .pc-about-two-items-title {
        font-size: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .pc-about-two-items-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .pc-about-two-items-title {
        font-size: 35px;
    }
}

@media (max-width: 767.98px) {
    .pc-about-two-items-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .pc-about-two-items-title {
        font-size: 25px;
        line-height: 58px;
        margin-bottom: 20px;
    }
}

.pc-about-two-items-right {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

    .pc-about-two-items-right img {
        width: 312px;
        height: 72px;
    }

.pc-about-two-items-info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.pc-about-two-items-info-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
}

.pc-about-two-items-info-subtitle {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}
/* contact */
.pc-contact .section-heading__title {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .pc-contact .section-heading__title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 991.98px) {
    .pc-contact .section-heading__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .pc-contact .section-heading__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }
}

.pc-contact .section-heading__text {
    color: var(--text-secondary);
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    padding: 0px 0px 30px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .pc-contact .section-heading__text {
        font-size: 13px;
        line-height: 20px;
        padding: 0px 0px 25px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .pc-contact .section-heading__text {
        font-size: 12px;
        line-height: 18px;
        padding: 0px 0px 20px;
        margin-bottom: 25px;
    }
}

.pc-contact-form {
    position: relative;
}

.pc-contact-frm-input-name {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-style: Medium;
    display: block;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 12px;
}

@media (max-width: 991.98px) {
    .pc-contact-frm-input-name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .pc-contact-frm-input-name {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.pc-contact-frm-input-field {
    position: relative;
    background: var(--bg-secondary);
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    width: 100%;
    border: none;
}

@media (max-width: 991.98px) {
    .pc-contact-frm-input-field {
        padding: 12px 18px;
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .pc-contact-frm-input-field {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 22px;
    }
}

.pc-contact-frm-input-field::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

@media (max-width: 991.98px) {
    .pc-contact-frm-input-field::placeholder {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 575.98px) {
    .pc-contact-frm-input-field::placeholder {
        font-size: 14px;
        line-height: 20px;
    }
}

.pc-contact-frm-input .textarea {
    height: 163px;
}

@media (max-width: 991.98px) {
    .pc-contact-frm-input .textarea {
        height: 140px;
    }
}

@media (max-width: 575.98px) {
    .pc-contact-frm-input .textarea {
        height: 120px;
    }
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--primary-color);
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
    padding: 0.875rem 1.75rem;
    border-radius: 5.5rem;
    text-decoration: none;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
/* pc-map Section */
.pc-map {
    margin-bottom: -15px;
    position: relative;
    background-color: var(--black-color);
}

iframe {
    width: 100%;
    height: 682px;
    margin-bottom: -15px;
    background-color: var(--black-color);
}
/* why choose us */


.hero2 {
    position: relative;
    overflow: hidden;
    background: #F2E0FF;
    padding-top: 5.625rem;
    padding-bottom: 10.6875rem;
}

@media (max-width: 1199.98px) {
    .hero2 {
        padding-top: 8.125rem;
        padding-bottom: 11.25rem;
    }
}

@media (max-width: 991.98px) {
    .hero2 {
        padding-top: 6.25rem;
        padding-bottom: 5rem;
    }
}

.pc-hero-t-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 9;
}

.pc-hero-t-shape-1 {
    position: absolute;
    top: 15%;
    left: 5%;
    width: clamp(2.5rem, 10vw, 5rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 3s ease-in-out infinite;
}

.pc-hero-t-shape-2 {
    position: absolute;
    bottom: 20%;
    left: 8%;
    width: clamp(3.125rem, 12vw, 6.25rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 4s ease-in-out infinite reverse;
}

.pc-hero-t-shape-3 {
    position: absolute;
    top: 20%;
    right: 5%;
    width: clamp(1.875rem, 8vw, 3.75rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 3.5s ease-in-out infinite;
}

.pc-hero-t-shape-4 {
    position: absolute;
    bottom: 15%;
    right: 3%;
    width: clamp(2.5rem, 10vw, 5.625rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    animation: floating 4.5s ease-in-out infinite reverse;
}

.pc-hero-t-image-wrap {
    position: relative;
    height: 100%;
    margin-top: 2.5rem;
    text-align: center;
    z-index: 2;
    margin-bottom: -155px;
    margin-left: -80px;
}

@media (max-width: 1199.98px) {
    .pc-hero-t-image-wrap {
        margin-bottom: 0;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .pc-hero-t-image-wrap {
        margin-top: 0;
    }
}

.pc-hero-t-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
}

.pc-hero-t-content {
    position: relative;
    z-index: 3;
    text-align: start;
}

.pc-hero-t-subtitle-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
    .pc-hero-t-subtitle-wrapper {
        justify-content: flex-start;
    }
}

.pc-hero-t-subtitle-icon {
    font-size: 1.125rem;
    color: var(--text-primary);
}

.pc-hero-t-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--text-primary);
}

.pc-hero-t-heading {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: clamp(40px, 5vw, 76px);
    line-height: 1.05;
    letter-spacing: -1px;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.pc-hero-t-desc {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

    .pc-hero-t-desc i {
        margin-left: 0.3125rem;
        transform: rotate(20deg);
        display: inline-block;
    }

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--white-color);
}

    .services-area .section-title {
        text-align: left;
        margin-bottom: 40px;
    }

    .services-area .section-title-subtitle {
        justify-content: flex-start;
    }

@media (max-width: 991.98px) {
    .services-area .section-title {
        margin-bottom: 30px;
    }
}

.services-item {
    margin-bottom: 40px;
}

.services-item__icon {
    width: 60px;
    height: 60px;
    background-color: #E6F2FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--heading-color);
    margin-bottom: 20px;
    transition: var(--transition);
}

    .services-item__icon.yellow {
        background-color: var(--primary-color);
    }

.services-item__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.services-item__text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-body);
    margin: 0;
}

.services-item:hover .services-item__icon {
    transform: translateY(-5px);
}

.services-image {
    position: relative;
    text-align: center;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .services-image img {
        max-width: 100%;
        height: auto;
        position: relative;
        z-index: 2;
    }

    .services-image::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 450px;
        height: 450px;
        background-color: rgba(255, 220, 29, 0.2);
        border-radius: 50%;
        z-index: 1;
    }

    .services-image::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        width: 450px;
        height: 450px;
        border: 1px solid #E6E6E6;
        border-radius: 50%;
        z-index: 0;
    }

@media (max-width: 991.98px) {
    .services-image {
        margin-top: 40px;
    }

        .services-image::before, .services-image::after {
            width: 300px;
            height: 300px;
        }
}

.beauty-fe-item {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.beauty-fe-item-card {
    position: relative;
    padding: 24px 15px;
    background: var(--bg-secondary);
    border-radius: 16px;
    text-align: center;
    width: 362px;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    margin-bottom: 114px;
    border: 1px solid transparent;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card {
        padding: 20px 15px;
        width: 322px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card {
        padding: 20px 15px;
        width: auto;
        margin-bottom: 54px;
    }
}

.beauty-fe-item-card::before {
    position: absolute;
    content: "";
    background: var(--text-primary);
    width: 16px;
    height: 16px;
    border-radius: 36px;
    opacity: 1;
    right: -40%;
    top: 50%;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card::before {
        right: -47%;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card::before {
        display: none;
    }
}

.beauty-fe-item-card::after {
    position: absolute;
    content: "";
    border: 1px solid var(--border-primary);
    width: 141px;
    height: 0px;
    border-width: 1px;
    right: -39%;
    top: 55%;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card::after {
        width: 137px;
        right: -42%;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card::after {
        display: none;
    }
}

.beauty-fe-item-card-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card-title {
        font-size: _rem(22);
        line-height: 1.75;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card-title {
        font-size: _rem(20);
        line-height: 1.625;
    }
}

@media (max-width: 991.98px) {
    .beauty-fe-item-card-title {
        font-size: _rem(19);
        line-height: 1.5625;
    }
}

@media (max-width: 767.98px) {
    .beauty-fe-item-card-title {
        font-size: _rem(18);
        line-height: 1.5;
    }
}

@media (max-width: 575.98px) {
    .beauty-fe-item-card-title {
        font-size: _rem(17);
        line-height: 1.4375;
    }
}

.beauty-fe-item-card-dsc {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: _rem(16);
    line-height: 1.625;
    letter-spacing: 0px;
    text-align: right;
}

.beauty-fe-item-card:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease-in-out;
}

    .beauty-fe-item-card:hover::before {
        position: absolute;
        content: "";
        background: var(--primary-color);
        width: 16px;
        height: 16px;
        border-radius: 36px;
        opacity: 1;
        right: -40%;
        top: 50%;
        z-index: 99;
    }

    .beauty-fe-item-card:hover::after {
        position: absolute;
        content: "";
        border: 1px solid var(--primary-color);
        width: 141px;
        height: 0px;
        border-width: 1px;
        right: -39%;
        top: 55%;
        z-index: 1;
    }

.beauty-fe-item-card2 {
    position: relative;
    padding: 24px 24px;
    background: var(--bg-secondary);
    border-radius: 16px;
    text-align: center;
    width: 356px;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    margin-bottom: 114px;
    margin-left: -50px;
    border: 1px solid transparent;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card2 {
        width: 336px;
        margin-left: 0px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card2 {
        width: auto;
        margin-left: 0px;
        margin-bottom: 54px;
    }
}

.beauty-fe-item-card2::before {
    position: absolute;
    content: "";
    background: var(--text-primary);
    width: 16px;
    height: 16px;
    border-radius: 36px;
    opacity: 1;
    right: -41%;
    top: 50%;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card2::before {
        right: -22%;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card2::before {
        display: none;
    }
}

.beauty-fe-item-card2::after {
    position: absolute;
    content: "";
    border: 1px solid var(--border-primary);
    width: 139px;
    height: 0px;
    border-width: 1px;
    right: -39%;
    top: 55%;
    z-index: 1;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card2::after {
        width: 65px;
        right: -19%;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card2::after {
        display: none;
    }
}

.beauty-fe-item-card2-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card2-title {
        font-size: 1.375rem;
        line-height: 28px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card2-title {
        font-size: 1.25rem;
        line-height: 26px;
    }
}

@media (max-width: 991.98px) {
    .beauty-fe-item-card2-title {
        font-size: 1.1875rem;
        line-height: 25px;
    }
}

@media (max-width: 767.98px) {
    .beauty-fe-item-card2-title {
        font-size: 1.125rem;
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .beauty-fe-item-card2-title {
        font-size: 1.0625rem;
        line-height: 23px;
    }
}

.beauty-fe-item-card2-dsc {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0px;
    text-align: right;
}

.beauty-fe-item-card2:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease-in-out;
}

    .beauty-fe-item-card2:hover::before {
        position: absolute;
        content: "";
        background: var(--primary-color);
    }

    .beauty-fe-item-card2:hover::after {
        position: absolute;
        content: "";
        border: 1px solid var(--primary-color);
    }

.beauty-fe-item-card3 {
    position: relative;
    padding: 24px 24px;
    background: var(--bg-secondary);
    border-radius: 16px;
    text-align: center;
    width: 356px;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    border: 1px solid transparent;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item-card3 {
        width: 336px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card3 {
        padding: 20px 20px;
        width: auto;
    }
}

.beauty-fe-item-card3::before {
    position: absolute;
    content: "";
    background: var(--text-primary);
    width: 16px;
    height: 16px;
    border-radius: 36px;
    opacity: 1;
    right: -51%;
    top: 40%;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card3::before {
        display: none;
    }
}

.beauty-fe-item-card3::after {
    position: absolute;
    content: "";
    border: 1px solid var(--border-primary);
    width: 167px;
    height: 0px;
    border-width: 1px;
    right: -47%;
    top: 47%;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card3::after {
        display: none;
    }
}

.beauty-fe-item-card3-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-style: Bold;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item-card3-title {
        font-size: 1.25rem;
    }
}

.beauty-fe-item-card3-dsc {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0px;
    text-align: right;
}

.beauty-fe-item-card3:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease-in-out;
}

    .beauty-fe-item-card3:hover::before {
        position: absolute;
        content: "";
        background: var(--primary-color);
    }

    .beauty-fe-item-card3:hover::after {
        position: absolute;
        content: "";
        border: 1px solid var(--primary-color);
    }

.beauty-fe__thumb {
    border-radius: 1000px;
    border-width: 1px;
    border-style: dashed;
    border: 1px solid var(--border-primary);
    padding: 25px 26px;
}

    .beauty-fe__thumb img {
        width: 100%;
    }

.beauty-fe-item {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.beauty-fe-item__card1 {
    position: relative;
    padding: 24px 24px;
    background: var(--bg-secondary);
    border-radius: 16px;
    text-align: center;
    width: 362px;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    margin-bottom: 114px;
    transform: rotate(179deg);
    border: 1px solid transparent;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card1 {
        margin-left: 0px;
        width: auto;
        margin-bottom: 54px;
    }
}

.beauty-fe-item__card1::before {
    position: absolute;
    content: "";
    background: var(--text-primary);
    width: 16px;
    height: 16px;
    border-radius: 36px;
    opacity: 1;
    right: -27%;
    top: 43%;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card1::before {
        display: none;
    }
}

.beauty-fe-item__card1::after {
    position: absolute;
    content: "";
    border: 1px solid var(--border-primary);
    width: 97px;
    height: 0px;
    border-width: 1px;
    right: -26%;
    top: 50%;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card1::after {
        display: none;
    }
}

.beauty-fe-item__card1-content {
    transform: rotate(179deg);
}

.beauty-fe-item__card1-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item__card1-title {
        font-size: 1.375rem;
        line-height: 28px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card1-title {
        font-size: 1.25rem;
        line-height: 26px;
    }
}

@media (max-width: 991.98px) {
    .beauty-fe-item__card1-title {
        font-size: 1.1875rem;
        line-height: 25px;
    }
}

@media (max-width: 767.98px) {
    .beauty-fe-item__card1-title {
        font-size: 1.125rem;
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .beauty-fe-item__card1-title {
        font-size: 1.0625rem;
        line-height: 23px;
    }
}

.beauty-fe-item__card1-dsc {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0px;
    text-align: center;
}

.beauty-fe-item__card1:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease-in-out;
}

    .beauty-fe-item__card1:hover::before {
        position: absolute;
        content: "";
        background: var(--primary-color);
    }

    .beauty-fe-item__card1:hover::after {
        position: absolute;
        content: "";
        border: 1px solid var(--primary-color);
    }

.beauty-fe-item__card2 {
    position: relative;
    padding: 24px 24px;
    background: var(--bg-secondary);
    border-radius: 16px;
    text-align: center;
    width: 357px;
    transition: all 0.4s ease-in-out;
    z-index: 99;
    transform: rotate(179deg);
    margin-bottom: 114px;
    margin-left: 70px;
    border: 1px solid transparent;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card2 {
        margin-left: 0px;
        margin-bottom: 54px;
        width: auto;
    }
}

.beauty-fe-item__card2::before {
    position: absolute;
    content: "";
    background: var(--text-primary);
    width: 16px;
    height: 16px;
    border-radius: 36px;
    opacity: 1;
    right: -29%;
    top: 50%;
    z-index: 9;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card2::before {
        display: none;
    }
}

.beauty-fe-item__card2::after {
    position: absolute;
    content: "";
    border: 1px solid var(--border-primary);
    width: 89px;
    height: 0px;
    border-width: 1px;
    right: -25%;
    top: 55%;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card2::after {
        display: none;
    }
}

.beauty-fe-item__card2-content {
    transform: rotate(179deg);
}

.beauty-fe-item__card2-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item__card2-title {
        font-size: 1.375rem;
        line-height: 28px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card2-title {
        font-size: 1.25rem;
        line-height: 26px;
    }
}

@media (max-width: 991.98px) {
    .beauty-fe-item__card2-title {
        font-size: 1.1875rem;
        line-height: 25px;
    }
}

@media (max-width: 767.98px) {
    .beauty-fe-item__card2-title {
        font-size: 1.125rem;
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .beauty-fe-item__card2-title {
        font-size: 1.0625rem;
        line-height: 23px;
    }
}

.beauty-fe-item__card2-dsc {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0px;
    text-align: center;
}

.beauty-fe-item__card2:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease-in-out;
}

    .beauty-fe-item__card2:hover::before {
        position: absolute;
        content: "";
        background: var(--primary-color);
    }

    .beauty-fe-item__card2:hover::after {
        position: absolute;
        content: "";
        border: 1px solid var(--primary-color);
    }

.beauty-fe-item__card3 {
    position: relative;
    padding: 24px 24px;
    background: var(--bg-secondary);
    border-radius: 16px;
    text-align: center;
    width: 370px;
    transform: rotate(179deg);
    transition: all 0.4s ease-in-out;
    z-index: 99;
    border: 1px solid transparent;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card3 {
        margin-left: 0px;
        width: auto;
    }
}

.beauty-fe-item__card3::before {
    position: absolute;
    content: "";
    background: var(--text-primary);
    width: 16px;
    height: 16px;
    border-radius: 36px;
    opacity: 1;
    right: -29%;
    top: 59%;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card3::before {
        display: none;
    }
}

.beauty-fe-item__card3::after {
    position: absolute;
    content: "";
    border: 1px solid var(--border-primary);
    width: 99px;
    height: 0px;
    border-width: 1px;
    right: -27%;
    top: 63%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card3::after {
        display: none;
    }
}

.beauty-fe-item__card3-content {
    transform: rotate(179deg);
}

.beauty-fe-item__card3-title {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 9px;
}

@media (max-width: 1399.98px) {
    .beauty-fe-item__card3-title {
        font-size: 1.375rem;
        line-height: 28px;
    }
}

@media (max-width: 1199.98px) {
    .beauty-fe-item__card3-title {
        font-size: 1.25rem;
        line-height: 26px;
    }
}

@media (max-width: 991.98px) {
    .beauty-fe-item__card3-title {
        font-size: 1.1875rem;
        line-height: 25px;
    }
}

@media (max-width: 767.98px) {
    .beauty-fe-item__card3-title {
        font-size: 1.125rem;
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .beauty-fe-item__card3-title {
        font-size: 1.0625rem;
        line-height: 23px;
    }
}

.beauty-fe-item__card3-dsc {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0px;
    text-align: center;
}

.beauty-fe-item__card3:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.4s ease-in-out;
}

    .beauty-fe-item__card3:hover::before {
        position: absolute;
        content: "";
        background: var(--primary-color);
    }

    .beauty-fe-item__card3:hover::after {
        position: absolute;
        content: "";
        border: 1px solid var(--primary-color);
    }

.pc-blog-card__thumb img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.pc-blog-card-content {
    padding: 25px 24px 28px;
    background: var(--bg-secondary);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

@media (max-width: 991.98px) {
    .pc-blog-card-content {
        padding: 20px 20px 24px;
    }
}

@media (max-width: 575.98px) {
    .pc-blog-card-content {
        padding: 18px 16px 20px;
    }
}

.pc-blog-card-content-tipsitems {
    padding: 7px 15px;
    background: var(--primary-color);
    border-radius: 88px;
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .pc-blog-card-content-tipsitems {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 575.98px) {
    .pc-blog-card-content-tipsitems {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

.pc-blog-card-content-title {
    margin-top: 20px;
}

    .pc-blog-card-content-title a {
        font-family: var(--title-font);
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 30%;
        letter-spacing: 0px;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out;
        color: rgb(0, 40, 66);
    }

@media (max-width: 991.98px) {
    .pc-blog-card-content-title a {
        font-size: 21px;
    }
}

@media (max-width: 575.98px) {
    .pc-blog-card-content-title a {
        font-size: 17px;
    }
}

.pc-blog-card-content-title a:hover {
    color: var(--primary-color);
}

.pc-blog-card-content-meta {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 18px;
}

@media (max-width: 991.98px) {
    .pc-blog-card-content-meta {
        gap: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .pc-blog-card-content-meta {
        gap: 15px;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .pc-blog-card-content-meta {
        gap: 10px;
        margin-top: 12px;
        flex-wrap: wrap;
    }
}

.pc-blog-card-content-meta-item {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 575.98px) {
    .pc-blog-card-content-meta-item {
        gap: 4px;
    }
}

.section-title {
    margin-bottom: 48px;
}

.section-title-subtitle-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.section-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.125rem;
    line-height: 0;
    color: var(--text-primary);
}

    .section-title-icon i {
        font-size: 1.25rem;
    }

    .section-title-icon svg {
        width: 100%;
        height: auto;
        display: block;
    }

.section-title-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: var(--text-primary);
}

.section-title-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: var(--text-primary);
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .section-title-title {
        font-size: clamp(1.75rem, 3.5vw, 48px);
        line-height: 1.2;
    }
}

@media (max-width: 767.98px) {
    .section-title-title {
        font-size: clamp(1.5rem, 5vw + 0.5rem, 2rem);
    }
}

.section-title-button {
    border-bottom: 1px solid var(--text-primary);
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    min-height: 3.5rem;
}

.section-title-button-link {
    color: var(--text-primary);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375;
    text-decoration: none;
}

    .section-title-button-link:hover {
        opacity: 0.85;
    }

.section-title-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3rem;
}

    .section-title-wrap .section-title-title {
        margin-bottom: 0;
    }

.process-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.process-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    height: 100%;
    gap: 30px;
}

.process-c-lineone {
    position: absolute;
    top: 40%;
    right: -49%;
    z-index: 1;
    transform: rotate(6deg);
}

@media (max-width: 1399.98px) {
    .process-c-lineone {
        display: none;
    }
}

.process-c-linetwo {
    position: absolute;
    top: 40%;
    right: -49%;
    z-index: 1;
    transform: rotate(-4deg);
}

@media (max-width: 1399.98px) {
    .process-c-linetwo {
        display: none;
    }
}

.process-c-icon-box {
    position: relative;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
}

    .process-c-icon-box::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 2px dashed #D2E8FF;
        border-radius: 50%;
    }

    .process-c-icon-box .icon {
        width: 72px;
        height: 72px;
        background-color: var(--bg-secondary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: var(--heading-color);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        position: relative;
        z-index: 2;
        transition: var(--transition);
    }

.process-c-content .step-number {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-body);
    margin-bottom: 20px;
    display: block;
}

.process-c-content .title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.process-c-content .text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.process-c:hover .process-c-icon-box .icon {
    background-color: var(--primary-color);
    color: var(--black-color);
}

.process-c:hover .process-c-icon-box::before {
    border-color: var(--primary-color);
}

@media (min-width: 992px) {
    .process-c {
        padding-top: 50px;
        justify-content: space-between;
    }

        .process-c:nth-child(odd) {
            flex-direction: column;
        }

            .process-c:nth-child(odd) .process-c-icon-box {
                margin-top: 10px;
            }

        .process-c:nth-child(even) {
            flex-direction: column-reverse;
        }

            .process-c:nth-child(even) .process-c-icon-box {
                margin-bottom: 50px;
            }

        .process-c:not(:last-child) .process-c-icon-box::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            width: 180%;
            height: 2px;
            background-image: linear-gradient(to right, #D2E8FF 50%, transparent 50%);
            background-size: 20px 100%;
            z-index: -1;
            transform-origin: left center;
        }

        .process-c:nth-child(odd):not(:last-child) .process-c-icon-box::after {
            transform: rotate(-25deg);
            top: 20%;
        }

        .process-c:nth-child(even):not(:last-child) .process-c-icon-box::after {
            transform: rotate(25deg);
            top: 80%;
        }
}

.process-c.active .process-c-icon-box::before {
    border-color: var(--primary-color);
    border-style: solid;
}

.process-c.active .process-c-icon-box .icon {
    background-color: var(--primary-color);
    color: var(--heading-color);
}

.pc-team-area {
    background-color: var(--bg-secondary);
    background-image: url("../img/team-bg1_1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 6.25rem;
    padding-bottom: 5rem;
}

@media (max-width: 991.98px) {
    .pc-team-area {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media (max-width: 575.98px) {
    .pc-team-area {
        padding-top: 2.5rem;
        padding-bottom: 3.125rem;
    }
}

.pc-team-area__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: -1;
    color: var(--white-color);
}

    .pc-team-area__wave svg {
        display: block;
        width: 100%;
        height: 60px;
        fill: #D2E8FF;
    }

.pc-team-card {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.pc-team-card-image {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--white-color);
    transition: var(--transition);
    z-index: 1;
}

@media (max-width: 991.98px) {
    .pc-team-card-image {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 575.98px) {
    .pc-team-card-image {
        width: 220px;
        height: 220px;
    }
}

.pc-team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.pc-team-card-image::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: var(--transition);
    z-index: 1;
    background: linear-gradient(181.08deg, rgba(0, 40, 66, 0) 39.23%, #002842 99.08%);
    opacity: 0;
}

.pc-team-card-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 2;
}

.pc-team-card-social-item {
    position: absolute;
    width: 36px;
    height: 36px;
    background: var(--bg-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: 14px;
    pointer-events: auto;
    transition: var(--transition);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .pc-team-card-social-item:hover {
        background: var(--primary-color);
        color: var(--black-color);
    }

    .pc-team-card-social-item:nth-child(1) {
        top: 10%;
        left: 20%;
    }

    .pc-team-card-social-item:nth-child(2) {
        top: 25%;
        left: 8%;
    }

    .pc-team-card-social-item:nth-child(3) {
        top: 45%;
        left: 2%;
    }

.pc-team-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 40, 66, 0) 0%, rgb(0, 40, 66) 100%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 2;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pc-team-card-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 3;
}

.pc-team-card-social-item {
    position: absolute;
    width: 36px;
    height: 36px;
    background: var(--bg-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: 14px;
    pointer-events: auto;
    transition: var(--transition);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .pc-team-card-social-item:hover {
        background: var(--primary-color);
        color: var(--black-color);
    }

    .pc-team-card-social-item:nth-child(1) {
        top: 10%;
        left: 20%;
    }

    .pc-team-card-social-item:nth-child(2) {
        top: 25%;
        left: 8%;
    }

    .pc-team-card-social-item:nth-child(3) {
        top: 45%;
        left: 2%;
    }

.pc-team-card-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 90%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

    .pc-team-card-content .name {
        font-family: var(--title-font);
        font-weight: 700;
        font-size: 20px;
        color: var(--white-color);
        margin-bottom: 2px;
    }

    .pc-team-card-content .role {
        font-family: var(--body-font);
        font-size: 14px;
        color: var(--white-color);
        opacity: 0.9;
    }

.pc-team-card:hover .pc-team-card-image {
    border-color: var(--primary-color);
}

    .pc-team-card:hover .pc-team-card-image::before {
        border-color: var(--primary-color);
        opacity: 1;
    }

.pc-team-card:hover .pc-team-card-overlay,
.pc-team-card:hover .pc-team-card-social,
.pc-team-card:hover .pc-team-card-content {
    opacity: 1;
    visibility: visible;
}

.pc-team-card:hover .pc-team-card-image {
    border-color: var(--primary-color);
}

.pc-team-card:hover .pc-team-card-overlay,
.pc-team-card:hover .pc-team-card-social,
.pc-team-card:hover .pc-team-card-content {
    opacity: 1;
    visibility: visible;
}

.pc-faq {
    position: relative;
    overflow: hidden;
    background: #eaf3d9;
    padding-bottom: 5rem;
}

    .pc-faq, .pc-faq * {
        box-sizing: border-box;
    }

.pc-faq-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
}

    .pc-faq-bg-shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pc-faq .container {
    position: relative;
    z-index: 2;
}

.pc-faq-label-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.pc-faq-label-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.125rem;
    color: #2a4b5b;
}

    .pc-faq-label-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.pc-faq-label-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #2a4b5b;
}

.pc-faq-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: clamp(1.75rem, 3.5vw + 0.5rem, 2.625rem);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;
}

.pc-faq-desc-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.pc-faq-desc {
    font-family: var(--body-font);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    flex: 1;
}

.pc-faq-desc-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.125rem;
    color: #2a4b5b;
    margin-top: 0.125rem;
}

.pc-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    border-radius: var(--primary-radius);
    background: #ffc107;
    color: #212529;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.3;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: none;
}

    .pc-faq-btn:hover {
        opacity: 0.92;
        color: #212529;
    }

.faq__answer {
    display: none;
}

.pc-faq-item.active .faq__answer {
    display: block;
}

.pc-faq-panel {
    background: var(--white-color);
    border-radius: 0.75rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0;
}

.pc-faq .pc-faq-item {
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

    .pc-faq .pc-faq-item:last-child {
        border-bottom: none;
    }

    .pc-faq .pc-faq-item.active .faq__icon {
        color: #ffc107;
        transform: rotate(90deg);
    }

    .pc-faq .pc-faq-item.active .faq__answer {
        max-height: 12.5rem;
        padding: 1rem 1.25rem 1.25rem 1.25rem;
        border-left: 0.25rem solid #ffc107;
        margin-left: 0;
    }

.pc-faq .faq__question {
    background: var(--white-color);
    padding: 1.125rem 1.25rem;
    color: #212529;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
}

    .pc-faq .faq__question:hover {
        background: rgba(0, 0, 0, 0.02);
    }

.pc-faq .faq__answer {
    max-height: 0;
    overflow: hidden;
    background: var(--bg-secondary);
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding-left: 1.25rem;
}

.pc-faq .pc-faq-item.active .faq__answer {
    max-height: 12.5rem;
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    border-left: 0.25rem solid #ffc107;
    margin-left: 0;
}

.pc-faq-item.active .faq__answer {
    max-height: 300px;
    padding: 1rem 1.25rem;
}

.pc-faq .faq__icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #2a4b5b;
    transition: transform 0.3s ease, color 0.2s ease;
    background: none !important;
}

    .pc-faq .faq__icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }


.pc-testimonial-wrapper {
    padding: 0 120px;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .pc-testimonial-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 991.98px) {
    .pc-testimonial-wrapper {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .pc-testimonial-wrapper {
        padding: 0 5px;
    }
}

.pc-testimonial-card {
    position: relative;
    z-index: 1;
}

.pc-testimonial-card__image {
    text-align: center;
    margin-bottom: 24px;
}

    .pc-testimonial-card__image img {
        width: 328px;
    }

.pc-testimonial-card__content {
    text-align: center;
}

.pc-testimonial-card__content-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 16px;
}

@media (max-width: 1399.98px) {
    .pc-testimonial-card__content-title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .pc-testimonial-card__content-title {
        font-size: 20px;
    }
}

.pc-testimonial-card__content-suntitle {
    color: var(--text-secondary);
    font-family: var(--body-font);
    font-weight: 600;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
}

.pc-testimonial-card__content-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 32px;
}

    .pc-testimonial-card__content-star i {
        color: var(--primary-color);
        margin-right: 8px;
    }

@media (max-width: 991.98px) {
    .pc-testimonial-card__content-star {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .pc-testimonial-card__content-star {
        margin-top: 10px;
    }
}

.pc-testimonial-image-slider {
    position: relative;
    overflow: visible;
    width: 100%;
    padding: 40px 20px;
}

@media (max-width: 991.98px) {
    .pc-testimonial-image-slider {
        padding: 20px 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .pc-testimonial-image-slider {
        padding: 10px 0;
        margin-bottom: 5px;
    }
}

.pc-testimonial .image-slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    align-items: center;
}

.pc-testimonial .image-slider-slide {
    flex: 0 0 calc(33.333% - 11px);
    width: calc(33.333% - 11px);
    opacity: 0.4;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
    overflow: hidden;
}

    .pc-testimonial .image-slider-slide img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px;
    }

    .pc-testimonial .image-slider-slide.is-active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }

.pc-testimonial-controls {
    display: flex;
    justify-content: space-between;
}

.pc-testimonial-controls__arrowLeft, .pc-testimonial-controls__arrowRight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.98px) {
    .pc-testimonial-controls__arrowLeft, .pc-testimonial-controls__arrowRight {
        width: 48px;
        height: 48px;
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .pc-testimonial-controls__arrowLeft, .pc-testimonial-controls__arrowRight {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
}

.pc-testimonial-controls__arrowLeft i, .pc-testimonial-controls__arrowRight i {
    transition: transform 0.3s ease;
}

.pc-testimonial-controls__arrowLeft:hover, .pc-testimonial-controls__arrowRight:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-50%) scale(1.05);
}

    .pc-testimonial-controls__arrowLeft:hover i, .pc-testimonial-controls__arrowRight:hover i {
        transform: scale(1.1);
    }

.pc-testimonial-controls__arrowLeft:active, .pc-testimonial-controls__arrowRight:active {
    transform: translateY(-50%) scale(0.98);
}

.pc-testimonial-controls__arrowLeft {
    left: -10%;
    background: #E8F3F8;
    color: #2A514C;
}

    .pc-testimonial-controls__arrowLeft:hover {
        background: #D0E7F0;
    }

@media (max-width: 1399.98px) {
    .pc-testimonial-controls__arrowLeft {
        left: 0%;
    }
}

.pc-testimonial-controls__arrowRight {
    right: -10%;
    background: var(--primary-color);
    color: #2A514C;
}

    .pc-testimonial-controls__arrowRight:hover {
        background: #E6BC00;
    }

@media (max-width: 1399.98px) {
    .pc-testimonial-controls__arrowRight {
        right: 0%;
    }
}

.pc-testimonial-slider {
    position: relative;
    width: 100%;
}

    .pc-testimonial-slider .slider-track {
        display: flex;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
    }

    .pc-testimonial-slider .slider-slide {
        flex: 0 0 100%;
        width: 100%;
        opacity: 0.4;
        transform: scale(0.85);
        transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        user-select: none;
        touch-action: pan-y;
    }

        .pc-testimonial-slider .slider-slide.is-active {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }

@media (max-width: 1399.98px) {
    .pc-testimonial-slider .slider-slide.is-active {
        padding: 0 100px;
    }
}

@media (max-width: 1199.98px) {
    .pc-testimonial-slider .slider-slide.is-active {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .pc-testimonial-slider .slider-slide.is-active {
        padding: 0 20px;
    }
}

.pc-testimonial-controls {
    display: flex;
    justify-content: space-between;
}

/* Login Page */
.pc-login-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: var(--bg-secondary);
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
    .pc-login-wrapper {
        padding: 40px 20px;
    }
}

@media (max-width: 575.98px) {
    .pc-login-wrapper {
        padding: 30px 20px;
    }
}

.pc-login-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: var(--text-primary);
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .pc-login-title {
        font-size: 28px;
    }
}

.pc-login-form-group {
    margin-bottom: 20px;
}

.pc-login-form-label {
    display: block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.pc-login-form-input {
    width: 100%;
    background: var(--white-color);
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-primary);
    outline: none;
    transition: all 0.3s ease;
}

    .pc-login-form-input:focus {
        border-color: var(--text-primary);
        background: var(--bg-secondary);
    }

.pc-login-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .pc-login-form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.pc-login-form-remember {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .pc-login-form-remember input {
        width: 18px;
        height: 18px;
        accent-color: var(--text-primary);
    }

    .pc-login-form-remember span {
        font-family: var(--body-font);
        font-size: 16px;
        color: var(--text-secondary);
    }

.pc-login-form-forgot {
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-primary);
    text-decoration: none;
}

    .pc-login-form-forgot:hover {
        text-decoration: underline;
    }

.pc-login-form-btn {
    width: 100%;
    background: var(--text-primary);
    color: var(--white-color);
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

    .pc-login-form-btn:hover {
        background: var(--text-primary);
        transform: translateY(-2px);
    }

.pc-login-social {
    text-align: center;
}

.pc-login-social-title {
    position: relative;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .pc-login-social-title::before, .pc-login-social-title::after {
        content: "";
        height: 1px;
        background: #E6E6E6;
        flex: 1;
    }

.pc-login-social-items {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.pc-login-social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: 1px solid #E6E6E6;
    color: var(--text-primary);
    font-size: 18px;
    transition: all 0.3s ease;
}

    .pc-login-social-btn:hover {
        background: var(--text-primary);
        color: var(--white-color);
        border-color: var(--text-primary);
    }

.pc-login-social-btn-g:hover {
    background: #DB4437;
    border-color: #DB4437;
    color: var(--white-color);
}

.pc-login-social-btn-f:hover {
    background: #4267B2;
    border-color: #4267B2;
    color: var(--white-color);
}

.pc-login-footer {
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-secondary);
}

    .pc-login-footer a {
        color: var(--text-primary);
        font-weight: 600;
        text-decoration: none;
    }

        .pc-login-footer a:hover {
            text-decoration: underline;
        }

.pc-auth-links {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.pc-auth-register {
    color: #070713;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .pc-auth-register:hover {
        color: #070713;
        text-decoration: none;
    }

.pc-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f2937;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

    .pc-auth-btn:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.95;
    }

.pc-auth-email {
    color: #070713;
    font-weight: 500;
    white-space: nowrap;
}