/*-----------------------------------------------------------------------------------

    Theme Name: Doccure - Doctor Appointment HTML Template
    Description: Home Seventeen Stylesheet

-----------------------------------------------------------------------------------*/
:root,
body,
.theme-17 {
    --primary: #5E2672;
    --secondary: #EEADAD;
    --primary-100: #EEADAD1A;
    --primary-200: #290A2F;
    --primary-300: #290B2B;
    --primary-400: #2F0B2A;
    --primary-500: #2A0A2C;
    --dark-100: #290B29B2;
    --light-50: #FFFFFF08;
    --light-100: #8b639987;
    --light-200: #eaa8dc75;
    --light-300: #FFFFFF33;
    --light-400: #FFFFFF1A;
    --primary-gradient: linear-gradient(90deg, #5E2672 0%, #EEADAD 100%) !important;
    --primary-gradient-100: linear-gradient(84.71deg, #FFFFFF 3.56%, #FFE9F6 56.26%, #F5DBF2 95%) !important;
    --primary-gradient-200: linear-gradient(90deg, rgba(94, 38, 114, 0.1) 0%, #A66A90 50%, rgba(202, 139, 158, 0.1) 75%, rgba(238, 173, 173, 0.2) 100%);
    --primary-gradient-300: linear-gradient(180deg, #FFFFFF 0%, #FFEAEA 100%);
    --linear-gradient: linear-gradient(180deg, rgba(231, 164, 255, 0.8) 0%, rgba(139, 99, 153, 0.8) 100%);
    --linear-gradient-100: linear-gradient(90deg, rgba(94, 38, 114, 0.15) 0%, rgba(238, 173, 173, 0.15) 100%);
    --linear-gradient-200: linear-gradient(90deg, rgba(94, 38, 114, 0.4) 0%, rgba(238, 173, 173, 0.4) 100%);
    --linear-gradient-300: linear-gradient(180deg, rgba(231, 164, 255, 0.8) 0%, rgba(139, 99, 153, 0.8) 100%);
    --linear-gradient-400: linear-gradient(180deg, #E7A4FF 0%, #EEADAD 100%);
}

/*-----------------------------------------------------------------------------------
    Header Seventeen (Healing & Wellness Header)
-----------------------------------------------------------------------------------*/
.header-seventeen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent !important;
    padding-top: 20px;
    transition: all 0.4s ease;
}

@media (min-width: 992px) {
    .header-seventeen .header-nav {
        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 16px !important;
        padding: 40px 24px !important;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    }

    .header-seventeen .header-nav .main-nav>li>a {
        color: #ffffff !important;
        font-weight: 500;
        font-size: 16px;
        padding: 12px 14px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .header-seventeen .header-nav .main-nav>li>a i,
    .header-seventeen .header-nav .main-nav>li>a span i {
        color: #ffffff !important;
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .header-seventeen .header-nav .main-nav>li.active>a,
    .header-seventeen .header-nav .main-nav>li:hover>a {
        background: transparent !important;
        color: #EEADAD !important;
    }

    .header-seventeen .header-nav .main-nav>li.active>a i,
    .header-seventeen .header-nav .main-nav>li.active>a span i,
    .header-seventeen .header-nav .main-nav>li:hover>a i,
    .header-seventeen .header-nav .main-nav>li:hover>a span i {
        color: #EEADAD !important;
    }
}

@media (max-width: 1399.98px) {
    .header-seventeen .header-nav .main-nav>li {
        margin-right: 12px !important;
    }
}

@media (max-width: 1199.98px) {
    .header-seventeen .header-nav .main-nav>li {
        margin-right: 6px !important;
    }

    .header-seventeen .header-nav .main-nav>li>a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .header-seventeen {
        padding-top: 10px;
    }

    .header-seventeen .header-nav {
        background: transparent !important;
        border: none !important;
        border-radius: 0;
        padding: 0;
    }

    .header-seventeen .header-nav .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 320px !important;
        max-width: 85vw !important;
        z-index: 1060 !important;
        background-color: #ffffff !important;
        color: #212529 !important;
        transform: translateX(-100%) !important;
        -webkit-transform: translateX(-100%) !important;
        transition: transform 0.4s ease !important;
        -webkit-transition: -webkit-transform 0.4s ease !important;
        overflow-y: auto !important;
        padding: 20px 15px !important;
        box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15) !important;
    }

    .menu-opened .header-seventeen .header-nav .main-menu-wrapper,
    html.menu-opened .header-seventeen .header-nav .main-menu-wrapper,
    body.menu-opened .header-seventeen .header-nav .main-menu-wrapper,
    .header-seventeen .header-nav .main-menu-wrapper.opened {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }

    .header-seventeen .header-nav .menu-header {
        background-color: #ffffff !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 0 15px 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        margin-bottom: 15px !important;
    }

    .header-seventeen .header-nav .menu-header .menu-logo img {
        max-height: 35px !important;
        width: auto !important;
    }

    .header-seventeen .header-nav .menu-header .menu-close {
        background: transparent !important;
        border: none !important;
        color: #212529 !important;
        font-size: 18px !important;
        cursor: pointer !important;
        padding: 5px !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li {
        border-bottom: 1px solid #f0f0f0 !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li>a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 10px !important;
        color: #1f2937 !important;
        background: transparent !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li>a i,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li>a span i,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li>a span {
        color: #6b7280 !important;
        background: transparent !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li.active>a,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li.current-menu-item>a,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li.current_page_item>a,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li:hover>a {
        color: #5E2672 !important;
        background: rgba(94, 38, 114, 0.08) !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li.active>a i,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li.active>a span i,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li.active>a span,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li:hover>a i,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li:hover>a span i,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav>li:hover>a span {
        color: #5E2672 !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .submenu,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .sub-menu,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li ul {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        float: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        padding: 5px 0 5px 15px !important;
        background: #f9fafb !important;
        border-radius: 6px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        display: none;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .submenu li,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .sub-menu li,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li ul li {
        border-bottom: none !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .submenu li a,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .sub-menu li a,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li ul li a {
        padding: 8px 10px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #374151 !important;
        background: transparent !important;
        border-bottom: none !important;
        display: block !important;
    }

    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .submenu li a:hover,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li .sub-menu li a:hover,
    .header-seventeen .header-nav .main-menu-wrapper .main-nav li ul li a:hover {
        color: #5E2672 !important;
        background: rgba(94, 38, 114, 0.05) !important;
        border-radius: 6px !important;
    }

    .header-seventeen .header-items {
        display: block !important;
        margin-top: 20px !important;
        padding-top: 15px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    .header-seventeen .header-items .about-popup-item .title {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #5E2672 !important;
        margin-bottom: 15px !important;
    }

    .header-seventeen .header-items .support-item {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin-bottom: 15px !important;
    }

    .header-seventeen .header-items .support-item .avatar.bg-primary {
        width: 42px !important;
        height: 42px !important;
        background-color: #5E2672 !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
        flex-shrink: 0 !important;
    }

    .header-seventeen .header-items .support-item .title {
        font-size: 12px !important;
        color: #777777 !important;
        margin: 0 !important;
        font-weight: 400 !important;
    }

    .header-seventeen .header-items .support-item .link,
    .header-seventeen .header-items .support-item h5,
    .header-seventeen .header-items .support-item h4 {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #212529 !important;
        margin: 0 !important;
    }

    .header-seventeen .header-items .social-iyem {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .header-seventeen .header-items .social-iyem .social-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: #f4f6f8 !important;
        color: #212529 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        transition: all 0.3s ease !important;
    }

    .header-seventeen .header-items .social-iyem .social-icon:hover {
        background: #5E2672 !important;
        color: #ffffff !important;
    }

    .header-seventeen .header-items-button {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 25px !important;
    }

    .header-seventeen .header-items-button .btn {
        width: 100% !important;
        padding: 12px 20px !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    .header-seventeen .header-items-button .btn-primary,
    .header-seventeen .header-items-button .login-button {
        background-color: #5E2672 !important;
        color: #ffffff !important;
        border: none !important;
        display: flex !important;
    }

    .header-seventeen .header-items-button .btn-secondary,
    .header-seventeen .header-items-button .register-button {
        background-color: #EEADAD !important;
        color: #100214 !important;
        border: none !important;
        display: flex !important;
    }

    .header-seventeen #mobile_btn {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
}

/* Sticky Fixed State */
.header-seventeen.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 85px;
}

.header-seventeen.fixed .header-nav {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
}

.header-seventeen.fixed .header-nav .main-nav>li>a {
    color: #1f2937 !important;
}

.header-seventeen.fixed .header-nav .main-nav>li>a i,
.header-seventeen.fixed .header-nav .main-nav>li>a span i {
    color: #1f2937 !important;
}

.header-seventeen.fixed .header-nav .main-nav>li.active>a,
.header-seventeen.fixed .header-nav .main-nav>li:hover>a {
    color: #EEADAD !important;
    background: transparent !important;
}

.header-seventeen.fixed .header-nav .main-nav>li.active>a i,
.header-seventeen.fixed .header-nav .main-nav>li.active>a span i,
.header-seventeen.fixed .header-nav .main-nav>li:hover>a i,
.header-seventeen.fixed .header-nav .main-nav>li:hover>a span i {
    color: #EEADAD !important;
}

/* Header Navbar Right Buttons */
.header-seventeen .header-navbar-rht .btn {
    border-radius: 50px !important;
    padding: 10px 10px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.header-seventeen .header-navbar-rht .btn-primary,
.header-seventeen .header-navbar-rht .login-button {
    background: #5E2672 !important;
    border: 1px solid #5E2672 !important;
    color: #ffffff !important;
}

.header-seventeen .header-navbar-rht .btn-primary:hover,
.header-seventeen .header-navbar-rht .login-button:hover {
    background: #4a1d5a !important;
    border-color: #4a1d5a !important;
    color: #ffffff !important;
}

.header-seventeen .header-navbar-rht .btn-secondary,
.header-seventeen .header-navbar-rht .register-button {
    background: #EEADAD !important;
    border: 1px solid #EEADAD !important;
    color: #100214 !important;
}

.header-seventeen .header-navbar-rht .btn-secondary:hover,
.header-seventeen .header-navbar-rht .register-button:hover {
    background: #e29797 !important;
    border-color: #e29797 !important;
    color: #100214 !important;
}

/* Button theme-17-btn */
.theme-17-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 50px;
    transition: 0.5s;
    border: double 2px transparent;
    background-image: linear-gradient(#100214, #100214), linear-gradient(90deg, #5E2672 0%, #EEADAD 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 10px 22px;
    gap: 8px;
    text-decoration: none !important;
}

.theme-17-btn:hover {
    animation: gradient_301 5s ease infinite;
}

.theme-17-btn .container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}

.theme-17-btn span {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.theme-17-btn .glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.theme-17-btn .circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
}

.theme-17-btn .circle:nth-of-type(1) {
    background: #5E2672;
}

.theme-17-btn .circle:nth-of-type(2) {
    background: #EEADAD;
}

.theme-17-btn:hover .container-stars {
    z-index: 1;
    background-color: #100214;
}

.theme-17-btn .stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

.theme-17-btn .stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

.theme-17-btn .stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.footer-seventeen {
    background: var(--primary-gradient-100);
    padding: 60px 0;
    position: relative;
}

.footer-seventeen::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 16px;
    background: var(--primary-gradient-100);
    background-attachment: local;
    clip-path: polygon(0% 100%, 10% 85%, 25% 60%, 40% 30%, 45% 10%, 50% 0%, 55% 10%, 60% 30%, 75% 60%, 90% 85%, 100% 100%);
}

@media (max-width: 991.98px) {
    .footer-seventeen {
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    .footer-seventeen {
        padding: 40px 0;
    }
}

.footer-seventeen .footer-content h2 {
    font-size: 80px;
    margin-bottom: 16px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

@media (max-width: 1399.98px) {
    .footer-seventeen .footer-content h2 {
        font-size: 64px;
    }
}

@media (max-width: 991.98px) {
    .footer-seventeen .footer-content h2 {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .footer-seventeen .footer-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .footer-seventeen .footer-content h2 {
        font-size: 30px;
    }
}

.footer-seventeen .footer-content p {
    font-size: 18px;
    color: var(--gray-900);
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .footer-seventeen .footer-content p {
        font-size: 16px;
    }
}

.footer-seventeen .footer-img {
    position: relative;
}

@media (max-width: 991.98px) {
    .footer-seventeen .footer-img {
        display: none;
    }
}

.footer-seventeen .footer-img img {
    position: absolute;
    max-width: 310px;
    top: -250px;
    right: 0;
}

.footer-seventeen .footer-top {
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .footer-seventeen .footer-top {
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    .footer-seventeen .footer-top {
        padding: 40px 0;
    }
}

.footer-seventeen .footer-top .footer-widget .footer-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 24px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .footer-seventeen .footer-top .footer-widget .footer-title {
        font-size: 19px;
        margin-bottom: 16px;
    }
}

.footer-seventeen .footer-top .footer-widget .footer-menu li {
    margin-bottom: 14px;
}

.footer-seventeen .footer-top .footer-widget .footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-seventeen .footer-top .footer-widget .footer-menu li a {
    font-size: 16px;
    position: relative;
    padding-left: 14px;
}

.footer-seventeen .footer-top .footer-widget .footer-menu li a:hover {
    color: var(--primary);
}

.footer-seventeen .footer-top .footer-widget .footer-menu li a:hover::before {
    color: var(--primary);
}

.footer-seventeen .footer-top .footer-widget .footer-menu li a::before {
    content: "";
    background: var(--gray-600);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.footer-seventeen .footer-top .footer-widget.footer-about .footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-seventeen .footer-top .footer-widget.footer-about p {
    margin-bottom: 24px;
}

.footer-seventeen .footer-top .footer-widget.footer-about .social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-seventeen .footer-top .footer-widget.footer-about .social-icon li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--gray-200);
    border-radius: 12px 6px 12px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: color 0.3s ease;
    position: relative;
    background: var(--white);
    z-index: 1;
    overflow: hidden;
}

.footer-seventeen .footer-top .footer-widget.footer-about .social-icon li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    transition: width 0.4s ease, height 0.4s ease;
    background: var(--primary);
    border-radius: 12px 6px 12px 6px;
}

.footer-seventeen .footer-top .footer-widget.footer-about .social-icon li a:hover {
    color: #fff;
}

.footer-seventeen .footer-top .footer-widget.footer-about .social-icon li a:hover::before {
    width: 100%;
    height: 100%;
}

.footer-seventeen .footer-top .footer-widget .footer-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-seventeen .footer-top .footer-widget .footer-contact:last-child {
    margin-bottom: 0;
}

.footer-seventeen .footer-top .footer-widget .footer-contact .contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-gradient);
    color: #fff;
    margin: 0;
    font-size: 16px;
    flex-shrink: 0;
}

.footer-seventeen .footer-top .footer-widget .footer-contact .title {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.footer-seventeen .footer-top .footer-widget .footer-contact p {
    font-weight: 600;
}

.footer-seventeen .animated-text {
    font-size: 230px;
    background: var(--primary-gradient-200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    text-align: center;
    line-height: 0.8;
}

@media (max-width: 1199.98px) {
    .footer-seventeen .animated-text {
        font-size: 200px;
    }
}

@media (max-width: 991.98px) {
    .footer-seventeen .animated-text {
        font-size: 156px;
    }
}

@media (max-width: 767.98px) {
    .footer-seventeen .animated-text {
        font-size: 119px;
    }
}

@media (max-width: 575.98px) {
    .footer-seventeen .animated-text {
        font-size: 62px;
    }
}

.footer-seventeen .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .footer-seventeen .footer-bottom {
        padding-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .footer-seventeen .footer-bottom {
        padding-top: 40px;
        flex-direction: column;
        justify-content: center;
    }
}

.footer-seventeen .footer-bottom p {
    color: var(--gray-900);
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .footer-seventeen .footer-bottom p {
        text-align: center;
    }
}

.footer-seventeen .footer-bottom p a {
    color: var(--primary);
}

.footer-seventeen .footer-bottom .policy-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-seventeen .footer-bottom .policy-links a {
    color: var(--gray-900);
}

.footer-seventeen .footer-bottom .policy-links a:hover {
    color: var(--primary);
}

.blog-item-seventeen {
    display: flex;
    align-items: center;
    padding: 40px;
    gap: 40px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: var(--white);
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .blog-item-seventeen {
        padding: 20px;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .blog-item-seventeen {
        flex-direction: column;
        align-items: start;
    }
}

.blog-item-seventeen:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .blog-item-seventeen .blog-content {
        width: 100%;
    }
}

.blog-item-seventeen .blog-content .badge {
    background: var(--primary-100);
    border-radius: 50px;
    padding: 7px 16px;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 20px;
}

.blog-item-seventeen .blog-content .badge:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.blog-item-seventeen .blog-content .custom-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.blog-item-seventeen .blog-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.blog-item-seventeen .blog-img {
    max-width: 420px;
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .blog-item-seventeen .blog-img {
        max-width: 320px;
    }
}

@media (max-width: 767.98px) {
    .blog-item-seventeen .blog-img {
        max-width: 100%;
        width: 100%;
    }
}

.blog-item-seventeen .blog-img img {
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.blog-item-seventeen .blog-img .blog-date {
    width: 72px;
    height: 72px;
    background: var(--primary-gradient);
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .blog-item-seventeen .blog-img .blog-date {
        font-size: 18px;
        width: 52px;
        height: 52px;
    }
}

.blog-item-seventeen .blog-img .blog-date span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767.98px) {
    .blog-item-seventeen .blog-img .blog-date span {
        font-size: 14px;
    }
}

.blog-item-seventeen:hover {
    background-image: linear-gradient(var(--white), var(--white)), var(--primary-gradient);
    border-color: transparent;
    background-clip: padding-box, border-box;
}

.blog-item-seventeen:hover .blog-img img {
    transform: scale(1.1) rotate(1deg);
}

.blog-section-seventeen {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blog-section-seventeen .blog-bg-01 {
    position: absolute;
    top: -200px;
    right: -190px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .blog-section-seventeen .blog-bg-01 {
        max-width: 200px;
    }
}

@media (max-width: 991.98px) {
    .blog-section-seventeen .blog-bg-01 {
        display: none;
    }
}

.blog-section-seventeen .blog-bg-02 {
    position: absolute;
    top: 48%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .blog-section-seventeen .blog-bg-02 {
        display: none;
    }
}

.about-section-seventeen {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--linear-gradient-100);
}

.about-section-seventeen .about-bg-01 {
    position: absolute;
    top: -200px;
    left: -180px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .about-section-seventeen .about-bg-01 {
        max-width: 340px;
    }
}

@media (max-width: 767.98px) {
    .about-section-seventeen .about-bg-01 {
        display: none;
    }
}

.about-section-seventeen .about-bg-02 {
    position: absolute;
    right: -180px;
    bottom: -200px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .about-section-seventeen .about-bg-02 {
        display: none;
    }
}

.about-img-seventeen img {
    width: 100%;
}

@media (max-width: 991.98px) {
    .about-img-seventeen {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .about-img-seventeen {
        margin-bottom: 16px;
        display: block;
    }
}

.about-content-seventeen {
    padding-left: 24px;
}

@media (max-width: 991.98px) {
    .about-content-seventeen {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .about-content-seventeen {
        text-align: center;
    }
}

.about-content-seventeen .section-header-seventeen {
    text-align: left;
}

@media (max-width: 991.98px) {
    .about-content-seventeen .section-header-seventeen {
        text-align: center;
    }
}

.yoga-section-seventeen {
    background-color: var(--primary-400);
    background-image: url(../img/bg/banner-bg-3.png);
    background-size: cover;
    position: relative;
}

@media (max-width: 991.98px) {
    .yoga-section-seventeen {
        padding: 50px 0px !important;
    }
}

.yoga-section-seventeen::before {
    content: "";
    background: url(../img/bg/banner-bg-3.png);
    background-size: cover;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.yoga-section-seventeen .yoga-img-2 {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
}

.yoga-section-seventeen .yoga-details {
    position: relative;
    text-align: center;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .yoga-section-seventeen .yoga-details {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.yoga-section-seventeen .yoga-details .yoga-img-1 {
    position: relative;
    top: 40px;
    z-index: 1;
}

.yoga-section-seventeen .yoga-details .yoga-shadow {
    position: absolute;
    inset: 0;
    margin: auto;
    top: -275px;
    left: -46px;
}

.yoga-section-seventeen .yoga-details .yoga-shadow-two {
    position: absolute;
    inset: 0;
    margin: auto;
    top: -276px;
    left: -34px;
}

.yoga-section-seventeen .yoga-item {
    background: var(--light-400);
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 12px;
    max-width: 220px;
    position: absolute;
    text-align: start;
    z-index: 1;
    transition: all 0.7s;
}

@media (max-width: 991.98px) {
    .yoga-section-seventeen .yoga-item {
        position: unset;
        transform: unset !important;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .yoga-section-seventeen .yoga-item {
        max-width: 100%;
        width: 100%;
    }
}

.yoga-section-seventeen .yoga-item:hover {
    transform: rotate(0deg) !important;
}

.yoga-section-seventeen .yoga-item .title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.yoga-section-seventeen .yoga-item .title span {
    display: block;
}

.yoga-section-seventeen .yoga-item .img-one {
    border-radius: 12px;
    width: 100%;
}

.yoga-section-seventeen .yoga-item.item-1 {
    top: 14%;
    left: 0;
    z-index: 1;
    transform: rotate(4deg);
}

.yoga-section-seventeen .yoga-item.item-2 {
    bottom: 20%;
    left: 14%;
    transform: rotate(-5deg);
}

.yoga-section-seventeen .yoga-item.item-3 {
    bottom: 21%;
    right: 15%;
    transform: rotate(5deg);
}

.yoga-section-seventeen .yoga-item.item-4 {
    top: 13%;
    right: 1%;
    transform: rotate(-5deg);
}

.dark-mode .wellness-item-seventeen {
    box-shadow: unset !important;
}

.services-section-seventeen {
    background: url(../img/bg/services-bg.png), var(--primary-300);
    background-size: cover;
    overflow: hidden;
}

.services-section-seventeen .section-header p {
    color: #fff;
}

.services-item-seventeen {
    padding: 20px;
    border-radius: 12px;
    background: var(--primary-gradient);
    transition: all 0.5s;
    position: relative;
}

.services-item-seventeen .services-img {
    overflow: hidden;
    border-radius: 12px;
}

.services-item-seventeen img {
    border-radius: 12px;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}

.services-item-seventeen .services-content {
    position: absolute;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.services-item-seventeen .services-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, #3D1B1B 100%);
    z-index: -1;
    border-radius: 12px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.services-item-seventeen .services-content .custom-title {
    color: #fff;
    margin-bottom: 8px;
}

.services-item-seventeen .services-content p {
    color: #fff;
    margin-bottom: 20px;
}

.services-item-seventeen .services-content .service-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.services-item-seventeen .services-content .service-tags a {
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 30px;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.services-item-seventeen .services-content .service-tags a:hover {
    background: var(--primary);
}

.services-item-seventeen:hover img {
    transform: scale(1.1) rotate(1deg);
}

.slider-section-seventeen {
    padding: 0px !important;
    transition: all 0.4s;
    position: relative;
}

.slider-section-seventeen:hover .video-item {
    opacity: 1 !important;
}

.slider-section-seventeen .slide-video .services-slide {
    position: relative;
    padding-right: 130px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.slider-section-seventeen .slide-video .services-slide::before {
    content: "";
    background: var(--primary-gradient);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    right: 23px;
}

.slider-section-seventeen .slide-video .services-slide .title {
    font-size: 200px;
    font-weight: 700;
    color: transparent;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-section-seventeen .video-item {
    background: var(--light);
    border-radius: 12px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 220px;
    height: 270px;
    transform: rotate(-18deg);
    opacity: 0;
    transition: all 0.4s;
}

.slider-section-seventeen .video-item .img-overlay {
    padding: 10px;
    border-radius: 12px;
    background: var(--light-300);
    width: 100%;
}

.slider-section-seventeen .video-item .wellness-img {
    border-radius: 12px;
    width: 100%;
}

.slider-section-seventeen .video-item .play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gray-900);
    transition: all 0.5s;
}

.slider-section-seventeen .video-item .play-btn:hover {
    background: var(--primary);
    color: #fff;
}

@media (max-width: 575.98px) {
    .service-slider-seventeen .slick-list {
        margin: 0;
    }
}

.service-slider-seventeen .slick-slide {
    margin: 0px 12px;
}

.choose-section-seventeen {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose-section-seventeen::before {
    background: var(--primary-gradient-300);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 390px;
    z-index: -1;
}

.choose-section-seventeen .choose-bg-01 {
    position: absolute;
    right: -180px;
    bottom: -200px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .choose-section-seventeen .choose-bg-01 {
        display: none;
    }
}

.choose-section-seventeen .section-header-seventeen {
    text-align: left;
}

@media (max-width: 991.98px) {
    .choose-section-seventeen .section-header-seventeen {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .choose-section-seventeen .view-top {
        text-align: center;
    }
}

.preview-section-seventeen {
    padding: 50px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--primary-gradient);
}

.preview-section-seventeen .title {
    font-style: italic;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .preview-section-seventeen .title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .preview-section-seventeen .title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .preview-section-seventeen .title {
        font-size: 18px;
    }
}

.preview-section-seventeen .title span {
    display: block;
}

.preview-section-seventeen .element-one {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    mix-blend-mode: luminosity;
}

.preview-section-seventeen .element-two {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    mix-blend-mode: luminosity;
}

.wellness-section-seventeen {
    position: relative;
    overflow: hidden;
}

.wellness-section-seventeen .wellness-bg-1 {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    top: 220px;
}

.wellness-item-seventeen {
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--gray-200);
    padding: 40px;
    box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

@media (max-width: 1399.98px) {
    .wellness-item-seventeen {
        padding: 20px;
    }
}

.wellness-item-seventeen:hover {
    border: 1px solid transparent;
}

.wellness-item-seventeen:hover::before {
    opacity: 1;
}

.wellness-item-seventeen:hover .wellness-img {
    transform: scale(1);
    opacity: 1;
}

.wellness-item-seventeen:hover .custom-title,
.wellness-item-seventeen:hover .wellness-count,
.wellness-item-seventeen:hover .description {
    color: #fff;
}

.wellness-item-seventeen:hover .wellness-count span {
    opacity: 1;
}

.wellness-item-seventeen:hover .wellness-count .count-one {
    opacity: 0;
}

.wellness-item-seventeen::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: var(--dark-100);
    backdrop-filter: blur(3px);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.wellness-item-seventeen .wellness-count {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
    height: 80px;
    transition: all 0.4s;
}

.wellness-item-seventeen .wellness-count span {
    line-height: 1;
    opacity: 0;
    transition: all 0.4s;
}

.wellness-item-seventeen .wellness-count .count-one {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 82px;
    transition: all 0.2s;
}

.wellness-item-seventeen .custom-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .wellness-item-seventeen .custom-title {
        font-size: 18px;
    }
}

.wellness-item-seventeen .custom-title span {
    display: block;
}

.wellness-item-seventeen .description {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.wellness-item-seventeen .wellness-img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: scale(0.7);
    transition: all 0.5s;
    opacity: 0;
}

.wellness-item-seventeen.rotate-1 {
    transform: rotate(2deg) !important;
}

@media (max-width: 575.98px) {
    .wellness-item-seventeen.rotate-1 {
        transform: rotate(0deg) !important;
    }
}

.wellness-item-seventeen.rotate-2 {
    transform: rotate(-2deg) !important;
}

@media (max-width: 575.98px) {
    .wellness-item-seventeen.rotate-2 {
        transform: rotate(0deg) !important;
    }
}

.wellness-item-seventeen.rotate-3 {
    transform: rotate(3deg) !important;
}

@media (max-width: 575.98px) {
    .wellness-item-seventeen.rotate-3 {
        transform: rotate(0deg) !important;
    }
}

.wellness-item-seventeen.rotate-4 {
    transform: rotate(-4deg) !important;
}

@media (max-width: 575.98px) {
    .wellness-item-seventeen.rotate-4 {
        transform: rotate(0deg) !important;
    }
}

.banner-section-seventeen {
    padding: 200px 0px 0px 0px;
    background-color: var(--primary-400) !important;
    background-image: url(../images/banner/banner-bg-3.png);
}

@media (max-width: 991.98px) {
    .banner-section-seventeen {
        padding: 60px 0px 0px 0px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-seventeen {
        padding: 100px 0px 40px 0px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-seventeen .banner-content {
        text-align: center;
    }
}

.banner-section-seventeen .banner-content .subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .banner-section-seventeen .banner-content .subtitle {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .banner-section-seventeen .banner-content .subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.banner-section-seventeen .banner-content .subtitle::before {
    content: "";
    background: var(--primary-gradient);
    width: 40px;
    height: 1px;
    display: block;
}

.banner-section-seventeen .banner-content .title {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 1399.98px) {
    .banner-section-seventeen .banner-content .title {
        font-size: 70px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-seventeen .banner-content .title {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-seventeen .banner-content .title {
        font-size: 32px;
    }
}

.banner-section-seventeen .banner-content .title .primary {
    background: var(--linear-gradient-300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -3px 2px 0px var(--light-100);
}

.banner-section-seventeen .banner-content .title .secondary {
    background: var(--linear-gradient-400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: -3px 2px 0px var(--light-200);
}

.banner-section-seventeen .banner-content .description {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .banner-section-seventeen .banner-content .description {
        font-size: 14px;
    }
}

.banner-section-seventeen .banner-content .banner-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 75px;
}

@media (max-width: 991.98px) {
    .banner-section-seventeen .banner-content .banner-list {
        margin-top: 60px;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .banner-section-seventeen .banner-content .banner-list {
        flex-direction: column;
    }
}

.banner-section-seventeen .banner-content .banner-list .banner-item-seventeen {
    background: var(--light-50);
    padding: 40px 20px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
    width: 190px;
    position: relative;
    bottom: -2px;
}

@media (max-width: 1199.98px) {
    .banner-section-seventeen .banner-content .banner-list .banner-item-seventeen {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-seventeen .banner-content .banner-list .banner-item-seventeen {
        width: 100%;
        border-radius: 12px;
        bottom: 0;
    }
}

.banner-section-seventeen .banner-content .banner-list .banner-item-seventeen:hover::before {
    opacity: 1;
}

.banner-section-seventeen .banner-content .banner-list .banner-item-seventeen::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
}

.banner-section-seventeen .banner-content .banner-list .banner-item-seventeen img {
    margin: 0px auto 12px;
    display: block;
}

.banner-section-seventeen .banner-content .banner-list .banner-item-seventeen .section-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .banner-section-seventeen .banner-content .banner-list .banner-item-seventeen .section-title {
        font-size: 14px;
        font-weight: 400;
    }
}

.banner-section-seventeen .banner-content .banner-list .banner-item-seventeen .section-title span {
    display: block;
}

.banner-section-seventeen .banner-img {
    position: relative;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .banner-section-seventeen .banner-img {
        max-width: 390px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-seventeen .banner-img {
        display: none;
    }
}

.banner-section-seventeen .banner-img .banner-img-two {
    position: relative;
    z-index: 1;
}

.banner-section-seventeen .banner-img .banner-img-three {
    position: absolute;
    top: -107px;
    left: 0;
    right: -140px;
    margin: auto;
    animation: rotate-img 50s linear infinite;
}

.banner-section-seventeen .banner-img .img-content {
    background: var(--white);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px 10px 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 33px;
    left: 62px;
    margin: auto;
    height: 48px;
    transform: rotate(-10deg);
}

@media (max-width: 1199.98px) {
    .banner-section-seventeen .banner-img .img-content {
        left: -40px;
    }
}

.banner-section-seventeen .banner-img .img-content .icon {
    background: var(--primary-500);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.team-section-seventeen {
    position: relative;
    z-index: 1;
}

.team-section-seventeen .team-bg-01 {
    position: absolute;
    top: 48%;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

@media (max-width: 767.98px) {
    .team-section-seventeen .team-bg-01 {
        display: none;
    }
}

.team-item-seventeen {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.team-item-seventeen img {
    border-radius: 12px;
}

.team-item-seventeen .team-content {
    text-align: center;
    position: absolute;
    padding: 20px;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.team-item-seventeen .team-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #3D1B1B 100%);
    z-index: -1;
    border-radius: 12px;
    backdrop-filter: blur(24px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.team-item-seventeen .team-content .custom-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 4px;
}

.team-item-seventeen .team-content .custom-title a {
    color: #fff;
}

.team-item-seventeen .team-content .custom-title a:hover {
    color: var(--primary);
}

.team-item-seventeen .team-content p {
    color: #fff;
    margin-bottom: 20px;
}

.team-item-seventeen .team-content .view-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0F172A;
    transition: all 0.4s;
    margin: 0 auto;
}

.team-item-seventeen .team-content .view-icon:hover {
    background: var(--primary);
    color: #fff;
}

.team-item-seventeen:hover .team-content {
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-section-seventeen {
    background: var(--primary-gradient-300);
    overflow: hidden;
}

.testimonial-item-seventeen {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
    padding: 40px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-item-seventeen {
        padding: 24px;
    }
}

.testimonial-item-seventeen::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;
    background: var(--primary-gradient);
    -webkit-mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.5s;
}

.testimonial-item-seventeen .testimonial-user {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.testimonial-item-seventeen .testimonial-user img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-item-seventeen .testimonial-user .custom-title {
    margin-bottom: 4px;
}

.testimonial-item-seventeen .testimonial-user p {
    margin-bottom: 0;
}

.testimonial-item-seventeen .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0;
}

.testimonial-item-seventeen .rating i {
    font-size: 20px;
    transition: all 0.6s;
    color: var(--gray-300);
}

.testimonial-item-seventeen .rating i.filled {
    color: var(--warning);
}

.testimonial-item-seventeen .description {
    margin-bottom: 20px;
}

.testimonial-item-seventeen:hover {
    background: var(--primary-gradient);
}

.testimonial-item-seventeen:hover .testimonial-user .custom-title {
    color: #fff;
}

.testimonial-item-seventeen:hover p {
    color: #fff;
}

@media (max-width: 575.98px) {
    .testimonial-slider-seventeen .slick-list {
        margin: 0;
    }
}

.testimonial-slider-seventeen .slick-slide {
    margin: 0px 12px;
    padding: 40px 0px 0;
}

@media (max-width: 767.98px) {
    .testimonial-slider-seventeen .slick-slide {
        padding: 0;
    }
}

.testimonial-slider-seventeen .slick-track .slick-slide:nth-child(even) {
    margin-top: -40px;
}

@media (max-width: 767.98px) {
    .testimonial-slider-seventeen .slick-track .slick-slide:nth-child(even) {
        margin-top: 0px;
    }
}

.counter-item-seventeen {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.counter-item-seventeen .count {
    font-size: 80px;
    background: var(--primary-gradient-200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1399.98px) {
    .counter-item-seventeen .count {
        font-size: 64px;
    }
}

@media (max-width: 991.98px) {
    .counter-item-seventeen .count {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .counter-item-seventeen .count {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .counter-item-seventeen .count {
        font-size: 40px;
    }
}

.counter-item-seventeen p {
    font-size: 18px;
    color: var(--gray-900);
    text-align: right;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .counter-item-seventeen p {
        font-size: 16px;
        text-align: left;
    }
}

.counter-item-seventeen p span {
    display: block;
}

.counter-item-seventeen:hover .count {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section-seventeen {
    background: var(--primary-200, #5E2672);
    position: relative;
    z-index: 1;
}

.faq-section-seventeen::before {
    content: "" !important;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 16px;
    background: var(--primary-200, #5E2672);
    background-attachment: local;
    clip-path: polygon(0% 0%, 10% 15%, 25% 40%, 40% 70%, 45% 90%, 50% 100%, 55% 90%, 60% 70%, 75% 40%, 90% 15%, 100% 0%) !important;
    z-index: 10;
}

.faq-section-seventeen .faq-bg-01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .faq-section-seventeen .faq-bg-01 {
        display: none;
    }
}

.faq-section-seventeen .faq-bg-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .faq-section-seventeen .faq-bg-02 {
        display: none;
    }
}

.faq-info.faq-info-seventeen .accordion-item {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
    padding: 20px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.faq-info.faq-info-seventeen .accordion-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    padding: 1px;
    background: var(--primary-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.faq-info.faq-info-seventeen .accordion-item .accordion-button {
    font-size: 20px;
    font-weight: 700;
    background: transparent !important;
    padding-right: 32px;
    color: #fff;
}

.faq-info.faq-info-seventeen .accordion-item .accordion-button::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
}

.faq-info.faq-info-seventeen .accordion-item .accordion-button:not(.collapsed)::after {
    color: #fff;
    background: var(--primary-gradient);
}

@media (max-width: 575.98px) {
    .faq-info.faq-info-seventeen .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.faq-info.faq-info-seventeen .accordion-item .accordion-body {
    margin-top: 0;
    padding: 15px 0 0;
    border-top: unset;
}

.faq-info.faq-info-seventeen .accordion-item .accordion-body p {
    color: #fff;
}

.faq-info.faq-info-seventeen .accordion-item.active {
    background: var(--primary-gradient);
}

.faq-info.faq-info-seventeen .accordion-item.active::before {
    content: none;
}

.faq-info.faq-info-seventeen .accordion-item.active .accordion-button {
    color: #fff;
}

.faq-info.faq-info-seventeen .accordion-item.active .accordion-content p {
    color: #fff;
}

.section-header-seventeen {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .section-header-seventeen {
        margin-bottom: 40px;
    }
}

.section-header-seventeen .section-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 0;
}

@media (max-width: 1399.98px) {
    .section-header-seventeen .section-title {
        font-size: 46px;
    }
}

@media (max-width: 1199.98px) {
    .section-header-seventeen .section-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .section-header-seventeen .section-title {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .section-header-seventeen .section-title {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .section-header-seventeen .section-title {
        font-size: 25px;
    }
}

.section-header-seventeen .section-title span {
    color: var(--primary);
    font-style: italic;
}

.section-header-seventeen .description {
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .section-header-seventeen .description {
        font-size: 16px;
    }
}

.hero-section-seventeen {
    background-color: var(--primary-400) !important;
    background-image: url(../images/banner/banner-bg-3.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero-section-seventeen::before {
    content: "";
    background: url(../images/banner/banner-bg-3.png);
    background-size: cover;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*-----------------------------------------------------------------------------------
    Theme 17 Button & Keyframe Animations
-----------------------------------------------------------------------------------*/
.theme-17-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 50px;
    transition: 0.5s;
    border: double 2px transparent;
    background-image: linear-gradient(#000000, #000000), var(--primary-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 12px 24px;
    gap: 8px;
    position: relative;
    text-decoration: none !important;
}

.theme-17-btn:hover {
    animation: gradient_301 5s ease infinite;
}

.theme-17-btn #container-stars,
.theme-17-btn .container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}

.theme-17-btn span,
.theme-17-btn .text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.theme-17-btn .icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.theme-17-btn #glow,
.theme-17-btn .glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.theme-17-btn .circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
}

.theme-17-btn .circle:nth-of-type(1) {
    background: var(--primary);
}

.theme-17-btn .circle:nth-of-type(2) {
    background: var(--secondary);
}

.theme-17-btn:hover #container-stars,
.theme-17-btn:hover .container-stars {
    z-index: 1;
    background-color: #000000;
}

.theme-17-btn #stars,
.theme-17-btn .stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

.theme-17-btn #stars::after,
.theme-17-btn .stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

.theme-17-btn #stars::before,
.theme-17-btn .stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

/* Keyframe Animations */
@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse_3011 {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes rotate-img {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*-----------------------------------------------------------------------------------
    Preview Quote Section
-----------------------------------------------------------------------------------*/
.preview-section-seventeen {
    padding: 50px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--primary-gradient);
}

.preview-section-seventeen .title {
    font-style: italic;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .preview-section-seventeen .title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .preview-section-seventeen .title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .preview-section-seventeen .title {
        font-size: 18px;
    }
}

.preview-section-seventeen .title span {
    display: block;
}

.preview-section-seventeen .element-one {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    mix-blend-mode: luminosity;
}

.preview-section-seventeen .element-two {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    mix-blend-mode: luminosity;
}

/*-----------------------------------------------------------------------------------
    Wellness Section Seventeen
-----------------------------------------------------------------------------------*/
.wellness-section-seventeen {
    position: relative;
    overflow: hidden;
}

.wellness-section-seventeen .wellness-bg-1 {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    top: 220px;
}

.wellness-item-seventeen {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid var(--border-color, #e5e7eb);
    padding: 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

@media (max-width: 1399.98px) {
    .wellness-item-seventeen {
        padding: 20px;
    }
}

.wellness-item-seventeen::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: var(--dark-100, rgba(41, 11, 41, 0.7));
    backdrop-filter: blur(3px);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.wellness-item-seventeen:hover {
    border: 1px solid transparent;
}

.wellness-item-seventeen:hover::before {
    opacity: 1;
}

.wellness-item-seventeen:hover .wellness-img {
    transform: scale(1);
    opacity: 1;
}

.wellness-item-seventeen:hover .custom-title,
.wellness-item-seventeen:hover .wellness-count,
.wellness-item-seventeen:hover .description {
    color: #ffffff;
}

.wellness-item-seventeen:hover .wellness-count span {
    opacity: 1;
}

.wellness-item-seventeen:hover .wellness-count .count-one {
    opacity: 0;
}

.wellness-item-seventeen .wellness-count {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
    height: 80px;
    transition: all 0.4s;
}

.wellness-item-seventeen .wellness-count span {
    line-height: 1;
    opacity: 0;
    transition: all 0.4s;
}

.wellness-item-seventeen .wellness-count .count-one {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 82px;
    transition: all 0.2s;
}

.wellness-item-seventeen .custom-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900, #1f2937);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .wellness-item-seventeen .custom-title {
        font-size: 18px;
    }
}

.wellness-item-seventeen .custom-title span {
    display: block;
}

.wellness-item-seventeen .description {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.wellness-item-seventeen .wellness-img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: scale(0.7);
    transition: all 0.5s;
    opacity: 0;
}

.wellness-item-seventeen.rotate-1 {
    transform: rotate(2deg) !important;
}

.wellness-item-seventeen.rotate-2 {
    transform: rotate(-2deg) !important;
}

.wellness-item-seventeen.rotate-3 {
    transform: rotate(3deg) !important;
}

.wellness-item-seventeen.rotate-4 {
    transform: rotate(-4deg) !important;
}

@media (max-width: 575.98px) {

    .wellness-item-seventeen.rotate-1,
    .wellness-item-seventeen.rotate-2,
    .wellness-item-seventeen.rotate-3,
    .wellness-item-seventeen.rotate-4 {
        transform: rotate(0deg) !important;
    }
}

.section-header-seventeen .section-title.text-gradient,
.section-header-seventeen .text-gradient,
.section-header .text-gradient,
.section-title.text-gradient,
.text-gradient {
    background-image: linear-gradient(90deg, #5E2672 0%, #EEADAD 50%, #5E2672 100%) !important;
    background-size: 200% auto !important;
    background-repeat: repeat !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block !important;
    animation: animateTextGradient 6s linear infinite !important;
}

@keyframes animateTextGradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.banner-section-seventeen .banner-content {
    padding-bottom: 0px !important;
}

/*-----------------------------------------------------------------------------------
    Slider Section Seventeen
-----------------------------------------------------------------------------------*/
.slider-section-seventeen {
    padding: 0px;
    transition: all 0.4s;
    position: relative;
}

.slider-section-seventeen:hover .video-item {
    opacity: 1 !important;
}

.slider-section-seventeen .slide-video .services-slide {
    position: relative;
    padding-right: 130px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.slider-section-seventeen .slide-video .services-slide::before {
    content: "";
    background: var(--primary-gradient);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-section-seventeen .slide-video .services-slide .title {
    font-size: 200px;
    font-weight: 700;
    color: transparent;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .slider-section-seventeen .slide-video .services-slide .title {
        font-size: 140px;
    }
}

@media (max-width: 767.98px) {
    .slider-section-seventeen .slide-video .services-slide .title {
        font-size: 80px;
    }
}

.slider-section-seventeen .video-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 220px;
    height: 270px;
    transform: rotate(-18deg);
    opacity: 0;
    transition: all 0.4s;
    z-index: 5;
}

.slider-section-seventeen .video-item .img-overlay {
    padding: 10px;
    border-radius: 12px;
    background: var(--light-300, rgba(255, 255, 255, 0.2));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section-seventeen .video-item .wellness-img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-section-seventeen .video-item .play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gray-900, #1f2937);
    transition: all 0.5s;
    text-decoration: none;
    z-index: 6;
}

.slider-section-seventeen .video-item .play-btn:hover {
    background: var(--primary);
    color: #ffffff;
}

/* Rotate Animation */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rotate-anime {
    animation: rotate 12s linear infinite !important;
}

/*-----------------------------------------------------------------------------------
    About Section Seventeen
-----------------------------------------------------------------------------------*/
.about-section-seventeen {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-section-seventeen .container {
    position: relative;
    z-index: 2;
}

.about-section-seventeen .about-img-seventeen img {
    width: 100%;
}

.about-section-seventeen .about-bg-01 {
    position: absolute;
    top: -200px;
    left: -180px;
    z-index: -1;
    height: auto;
    pointer-events: none;
    opacity: 0.8;
}

.about-section-seventeen .about-bg-02 {
    position: absolute;
    right: -180px;
    bottom: -200px;
    z-index: -1;
    height: auto;
    pointer-events: none;
    opacity: 0.8;
}

@media (max-width: 991.98px) {

    .about-section-seventeen .about-bg-01,
    .about-section-seventeen .about-bg-02 {
        display: none;
    }
}

.about-content-seventeen .rating-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.about-content-seventeen .rating-user p {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--gray-900, #1f2937);
}

.mission-item-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    padding: 2px;
    transition: all 0.5s ease-in-out;
}

.mission-item-two:hover {
    transform: translateY(-5px);
}

.mission-item-two::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: var(--primary-gradient);
    transform-origin: center center;
    z-index: 0;
}

.mission-item-two .mission-inner {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border-color, #e5e7eb);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mission-item-two .mission-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
    flex-shrink: 0;
    margin: 0 auto 20px;
}

.mission-item-two .custom-title {
    margin-bottom: 8px;
    font-weight: 700;
}

.mission-item-two p {
    margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------
    Services Section Seventeen
-----------------------------------------------------------------------------------*/
.services-section-seventeen {
    position: relative;
    overflow: hidden;
}

.services-item-seventeen {
    padding: 20px;
    border-radius: 12px;
    background: var(--primary-gradient);
    transition: all 0.5s;
    position: relative;
}

.services-item-seventeen .services-img {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.services-item-seventeen img {
    border-radius: 12px;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    display: block;
}

.services-item-seventeen .services-content {
    position: absolute;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.services-item-seventeen .services-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, #3D1B1B 100%);
    z-index: -1;
    border-radius: 12px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.services-item-seventeen .services-content .custom-title {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}

.services-item-seventeen .services-content p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 14px;
}

.services-item-seventeen .services-content .service-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.services-item-seventeen .services-content .service-tags a {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 30px;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.services-item-seventeen .services-content .service-tags a:hover {
    background: var(--primary);
}

.services-item-seventeen:hover img {
    transform: scale(1.08) rotate(1deg);
}

.service-slider-seventeen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto 40px;
}

/*-----------------------------------------------------------------------------------
    Counter Section Seventeen
-----------------------------------------------------------------------------------*/
.counter-section-seventeen {
    position: relative;
}

.counter-item-seventeen {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: transparent;
    border: none;
    padding: 10px 15px;
    height: 100%;
}

.counter-section-seventeen .counts>[class*="col-"]:not(:last-child) {
    border-right: 1px solid rgba(94, 38, 114, 0.15);
}

.counter-item-seventeen .count {
    font-size: 56px;
    font-weight: 700;
    background: var(--primary-gradient, linear-gradient(90deg, #5E2672 0%, #EEADAD 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -1px;
}

.counter-item-seventeen p {
    font-size: 15px;
    font-weight: 600;
    color: #290a2f;
    margin-bottom: 0;
    line-height: 1.25;
    text-align: right;
}

.counter-item-seventeen p span {
    display: block;
}

@media (max-width: 1199.98px) {
    .counter-section-seventeen .counts>[class*="col-"]:not(:last-child) {
        border-right: none;
    }

    .counter-item-seventeen {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .counter-item-seventeen .count {
        font-size: 42px;
    }

    .counter-item-seventeen p {
        font-size: 14px;
    }
}

/*-----------------------------------------------------------------------------------
    Choose Section Seventeen
-----------------------------------------------------------------------------------*/
.choose-section-seventeen {
    position: relative;
    padding: 80px 0;
}

.choose-image {
    position: relative;
    margin-right: 36px;
}

@media (max-width: 991.98px) {
    .choose-image {
        margin: 0 0 40px 0;
    }
}

.choose-image>img {
    border-radius: 132px 132px 12px 12px;
    width: 100%;
    object-fit: cover;
}

.choose-video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 12px;
    gap: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.choose-video .choose-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.choose-video .choose-info img {
    border-radius: 12px;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.choose-video .choose-info .title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.choose-video .choose-info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 13px;
}

.choose-video .video-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    background: #ffffff;
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s;
    flex-shrink: 0;
}

.choose-video .video-icon:hover {
    background: var(--primary);
    color: #ffffff;
}

.choose-item-two {
    background: #ffffff;
    border: 1px solid var(--border-color, #f5dbf2);
    border-radius: 16px;
    padding: 24px 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.choose-item-two:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(94, 38, 114, 0.08);
}

.choose-item-two .choose-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: var(--primary-gradient);
    clip-path: polygon(50% 0%, 59% 8%, 70% 4%, 75% 15%, 87% 17%, 87% 29%, 98% 35%, 93% 46%,
            100% 55%, 91% 63%, 93% 75%, 82% 79%, 79% 90%, 67% 89%, 60% 99%, 50% 93%,
            40% 99%, 33% 89%, 21% 90%, 18% 79%, 7% 75%, 9% 63%, 0% 55%, 7% 46%,
            2% 35%, 13% 28%, 13% 17%, 25% 15%, 30% 4%, 41% 8%);
}

.choose-item-two .choose-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.choose-item-two .custom-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.choose-item-two p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0;
    line-height: 1.5;
}

.view-top {
    margin-top: 50px;
}

/*-----------------------------------------------------------------------------------
    Yoga Section Seventeen
-----------------------------------------------------------------------------------*/
.yoga-section-seventeen {
    background-color: var(--primary-400, #5E2672);
    background-image: url(../images/bg/banner-bg-3.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .yoga-section-seventeen {
        padding: 50px 0 !important;
    }
}

.yoga-section-seventeen .yoga-img-2 {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    pointer-events: none;
}

.yoga-section-seventeen .yoga-details {
    position: relative;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .yoga-section-seventeen .yoga-details {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.yoga-section-seventeen .yoga-details .yoga-img-1 {
    position: relative;
    top: 40px;
    z-index: 1;
    max-width: 100%;
}

.yoga-section-seventeen .yoga-details .yoga-shadow {
    position: absolute;
    inset: 0;
    margin: auto;
    top: -275px;
    left: -46px;
    pointer-events: none;
}

.yoga-section-seventeen .yoga-details .yoga-shadow-two {
    position: absolute;
    inset: 0;
    margin: auto;
    top: -276px;
    left: -34px;
    pointer-events: none;
}

.yoga-section-seventeen .yoga-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 12px;
    max-width: 220px;
    position: absolute;
    text-align: left;
    z-index: 2;
    transition: all 0.7s ease;
}

.yoga-section-seventeen .yoga-item:hover {
    transform: rotate(0deg) !important;
}

.yoga-section-seventeen .yoga-item .title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.yoga-section-seventeen .yoga-item .title span {
    display: block;
}

.yoga-section-seventeen .yoga-item .img-one {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.yoga-section-seventeen .yoga-item.item-1 {
    top: 14%;
    left: 0;
    z-index: 2;
    transform: rotate(4deg);
}

.yoga-section-seventeen .yoga-item.item-2 {
    bottom: 20%;
    left: 14%;
    transform: rotate(-5deg);
}

.yoga-section-seventeen .yoga-item.item-3 {
    bottom: 21%;
    right: 15%;
    transform: rotate(5deg);
}

.yoga-section-seventeen .yoga-item.item-4 {
    top: 13%;
    right: 1%;
    transform: rotate(-5deg);
}

@media (max-width: 991.98px) {
    .yoga-section-seventeen .yoga-item {
        position: static;
        transform: none !important;
        text-align: center;
        max-width: 280px;
    }
}

@media (max-width: 575.98px) {
    .yoga-section-seventeen .yoga-item {
        max-width: 100%;
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------
    Team Section Seventeen
-----------------------------------------------------------------------------------*/
.team-section-seventeen {
    position: relative;
    padding: 80px 0 0;
}

.team-section-seventeen .team-bg-01 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.team-item-seventeen {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
}

.team-item-seventeen>img {
    border-radius: 16px;
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.team-item-seventeen:hover>img {
    transform: scale(1.05);
}

.team-item-seventeen .team-content {
    text-align: center;
    position: absolute;
    padding: 30px 20px 15px;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    border-radius: 0 0 16px 16px;
}

.team-item-seventeen:hover .team-content {
    bottom: 0;
}

.team-item-seventeen .team-content .custom-title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.team-item-seventeen .team-content .custom-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.team-item-seventeen .team-content .custom-title a:hover {
    color: var(--secondary, #EEADAD);
}

.team-item-seventeen .team-content p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
}

.team-item-seventeen .team-content .view-icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0F172A;
    transition: all 0.4s;
    margin: 0 auto;
    text-decoration: none;
}

.team-item-seventeen .team-content .view-icon:hover {
    background: var(--primary, #5E2672);
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------
    Testimonials Section Seventeen
-----------------------------------------------------------------------------------*/
.testimonial-section-seventeen {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.testimonial-slider-seventeen {
    padding: 50px 0 40px;
    margin: 0 auto;
}

.testimonial-slider-seventeen .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 20px;
}

.testimonial-slider-seventeen .owl-item {
    padding-top: 40px;
    transition: all 0.5s ease-in-out;
}

.testimonial-slider-seventeen .owl-item:nth-child(even) {
    margin-top: -40px;
}

@media (max-width: 767.98px) {
    .testimonial-slider-seventeen .owl-stage-outer {
        padding-top: 0;
    }

    .testimonial-slider-seventeen .owl-item {
        padding-top: 0;
    }

    .testimonial-slider-seventeen .owl-item:nth-child(even) {
        margin-top: 0;
    }
}

.testimonial-item-seventeen {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
    padding: 32px 28px;
    transition: all 0.5s ease-in-out;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 6px;
}

.testimonial-item-seventeen::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: var(--primary-gradient, linear-gradient(90deg, #5E2672 0%, #EEADAD 100%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.testimonial-item-seventeen:hover {
    background: var(--primary-gradient, linear-gradient(90deg, #5E2672 0%, #EEADAD 100%));
    transform: translateY(-5px);
}

.testimonial-item-seventeen .testimonial-user {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.testimonial-item-seventeen .testimonial-user img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-item-seventeen .testimonial-user .author-info .custom-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2px;
    transition: color 0.4s ease;
}

.testimonial-item-seventeen .testimonial-user .author-info p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0;
    transition: color 0.4s ease;
}

.testimonial-item-seventeen p.description {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
    transition: color 0.4s ease;
}

.testimonial-item-seventeen .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ffc107;
    font-size: 16px;
}

.testimonial-item-seventeen .rating i.filled {
    color: #ffc107;
}

.testimonial-item-seventeen .rating i:not(.filled) {
    color: #e5e7eb;
}

.testimonial-item-seventeen:hover .testimonial-user .author-info .custom-title,
.testimonial-item-seventeen:hover .testimonial-user .author-info p,
.testimonial-item-seventeen:hover p.description {
    color: #ffffff !important;
}

/*-----------------------------------------------------------------------------------
    FAQ Section Seventeen
-----------------------------------------------------------------------------------*/
.faq-section-seventeen {
    position: relative;
    padding: 80px 0;
    z-index: 1;
}

.faq-section-seventeen .faq-bg-01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    max-width: 320px;
}

.faq-section-seventeen .faq-bg-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    max-width: 320px;
}

.faq-section-seventeen .faq-content h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.3;
    background: var(--primary-gradient);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 0;
    padding-right: 36px !important;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .faq-section-seventeen .faq-content h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.faq-info-seventeen .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-info-seventeen .accordion-item {
    border: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.faq-info-seventeen .accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: var(--primary-gradient, linear-gradient(90deg, #5E2672 0%, #EEADAD 100%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.faq-info-seventeen .accordion-item.active,
.faq-info-seventeen .accordion-item:has(.accordion-button:not(.collapsed)) {
    background: var(--primary-gradient, linear-gradient(90deg, #5E2672 0%, #EEADAD 100%));
}

.faq-info-seventeen .accordion-item.active::before,
.faq-info-seventeen .accordion-item:has(.accordion-button:not(.collapsed))::before {
    display: none;
}

.faq-info-seventeen .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    background: transparent !important;
    padding: 0;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.faq-info-seventeen .accordion-item.active .accordion-button,
.faq-info-seventeen .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
    color: #ffffff;
}

.faq-info-seventeen .accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(94, 38, 114, 0.1);
    color: #5E2672;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-info-seventeen .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transform: rotate(0deg);
}

.faq-info-seventeen .accordion-body {
    padding: 12px 0 0;
    margin: 0;
}

.faq-info-seventeen .accordion-body p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0;
}

.faq-info-seventeen .accordion-item.active .accordion-body p,
.faq-info-seventeen .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body p {
    color: rgba(255, 255, 255, 0.9);
}

/*-----------------------------------------------------------------------------------
    Blog Section Seventeen
-----------------------------------------------------------------------------------*/
.blog-section-seventeen {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.blog-section-seventeen .blog-bg-01 {
    position: absolute;
    top: -200px;
    right: -190px;
    z-index: -1;
}

.blog-section-seventeen .blog-bg-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.blog-item-seventeen {
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 30px;
    border: 1px solid var(--border-color, #f5dbf2);
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 24px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.blog-item-seventeen:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .blog-item-seventeen {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
    }
}

.blog-item-seventeen .blog-img {
    max-width: 360px;
    border-radius: 16px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .blog-item-seventeen .blog-img {
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .blog-item-seventeen .blog-img {
        max-width: 100%;
    }
}

.blog-item-seventeen .blog-img img {
    border-radius: 16px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.blog-item-seventeen:hover .blog-img img {
    transform: scale(1.08) rotate(1deg);
}

.blog-item-seventeen .blog-img .blog-date {
    width: 65px;
    height: 65px;
    background: var(--primary-gradient, linear-gradient(90deg, #5E2672 0%, #EEADAD 100%));
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(94, 38, 114, 0.3);
}

.blog-item-seventeen .blog-img .blog-date span {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-item-seventeen .blog-content {
    flex-grow: 1;
}

.blog-item-seventeen .blog-content .badge {
    background: var(--primary-100, #f7ebf6);
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary, #5E2672);
    margin-bottom: 14px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-item-seventeen .blog-content .badge:hover {
    background: var(--primary, #5E2672);
    color: #ffffff;
}

.blog-item-seventeen .blog-content .custom-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-item-seventeen .blog-content .custom-title a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-item-seventeen .blog-content .custom-title a:hover {
    color: var(--primary, #5E2672);
}

.blog-item-seventeen .blog-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-item-seventeen:hover {
    box-shadow: 0 15px 35px rgba(94, 38, 114, 0.1);
    border-color: rgba(94, 38, 114, 0.3);
}

@media (max-width: 991px) {
    .header-seventeen ul#menu-primary-menu li a {
        color: #000000 !important;
    }
}

@media only screen and (max-width: 992px) {
    header.doccure_header {
        background: transparent !important;
    }
}

@media (max-width: 575.96px) {
    .header .header-nav .logo img {
        height: 40px;
        float: right;
    }
}

@media (max-width: 1199.98px) {
    .header .header-nav .header-navbar-rht {
        display: none;
    }
}

/* Fix Theme 17 Button Hover Background Turning Black */
.theme-17-btn {
    background-image: linear-gradient(#100214, #100214), linear-gradient(90deg, #5E2672 0%, #EEADAD 100%) !important;
    color: #ffffff !important;
}

.theme-17-btn:hover,
.theme-17-btn:focus,
.theme-17-btn:active {
    background-image: linear-gradient(#100214, #100214), linear-gradient(90deg, #5E2672 0%, #EEADAD 100%) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 0 25px rgba(94, 38, 114, 0.6) !important;
}

.theme-17-btn:hover #container-stars,
.theme-17-btn:hover .container-stars,
.theme-17-btn #container-stars,
.theme-17-btn .container-stars {
    background-color: transparent !important;
    background: transparent !important;
}

.theme-17-btn:hover span,
.theme-17-btn:hover .text,
.theme-17-btn:hover i {
    color: #ffffff !important;
}

.section {
    padding: 80px 0px !important;
}

@media (max-width: 991.98px) {
    .section {
        padding: 50px 0px !important;
    }
}

.section.slider-section-seventeen {
    padding: 0px !important;
}

.section.wellness-section-seventeen {
    padding-bottom: 0px !important;
}