/* ================================== Slider Section ========================================== */

.flat-spacing-25 {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ================================== Slider Section ========================================== */

/* ================================== Topbar Section ========================================== */

.tf-top-bar {
    background: #0268b2;
}

.tf-page-title.style-2 {
    padding: 15px 0 15px;
    background: aliceblue;
}

.tf-page-title .heading {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    color: #0268b2;
}

@media (max-width: 768px) {
    .tf-page-title .heading {
        font-size: 24px;
    }
}

/* ================================== Topbar Section ========================================== */

/* ================================== Category Section ========================================== */
.ayur-category-section {
    background: aliceblue;
    padding: 10px 0px 30px;
}

.section-heading .title {
    font-size: 34px;
    font-weight: 600;
    color: #2d3a2f;
}

.section-heading .subtitle {
    color: #7a7a7a;
    font-size: 15px;
    margin-top: 10px;
}

.ayur-category-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ayur-category-card:hover {
    transform: translateY(-5px);
}

.category-image {
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: aliceblue;
    border-radius: 50%;
    padding: 10px;
    transition: 0.4s;
}

.category-image img {
    max-width: 70px;
    max-height: 70px;
}

.category-content h5 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
    color: #0268b2;
}

.category-content span {
    font-size: 13px;
    color: #8a8a8a;
}

/* ================================== Category Section ========================================== */

/* ================================== Category Wise Product Section ========================================== */

.ayur-popular-section {
    padding: 30px 0;
}


.ayur-popular-section .title {
    font-size: 34px;
    font-weight: 600;
    color: #2d3a2f;
}

.ayur-tabs {
    gap: 10px;
}

@media (min-width: 1150px) {
    .flat-title {
        margin-bottom: 30px;
    }
}


.ayur-tabs .nav-tab-item a {
    padding: 6px 20px;
    border-radius: 30px;
    border: 1px dashed #0268b2;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    transition: 0.3s ease;
    background: #fff;
}

.ayur-tabs .nav-tab-item a.active {
    background: #0268b2;
    color: #fff;
    border-color: #0268b2;
}

.ayur-tabs .nav-tab-item a:hover {
    background: #f1f8fc;
    border-color: #0268b2;
    color: #0268b2;
}

.tf-grid-layout .col {
    transition: 0.4s ease;
}

.tf-grid-layout .col:hover {
    transform: translateY(-8px);
}

.card-product .card-product-wrapper {
    padding: 0px 30px;
}

/* ================================== Category Wise Product Section ========================================== */

/* ================================== Video Section ========================================== */

.doctor-product-section {
    padding: 30px 0;
    background: #f8f6f2;
}

.doctor-product-section .container {
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 1350px) {
    .doctor-product-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .doctor-product-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .doctor-info h5 {
        font-size: 12px !important;
    }
}

/* Card */
.doctor-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.doctor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.video-box {
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.doctor-card:hover video {
    transform: scale(1.05);
}

/* Bottom Content */
.doctor-info {
    padding: 10px;
    text-align: center;
}

.doctor-info h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    color: #222;
}

/* Button */
.buy-btn {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.buy-btn:hover {
    background: #e85c00;
}

/* ================================== Video Section ========================================== */

/* ================================== Cta Section ========================================== */

.consult-cta {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-img {
    width: 100%;
    display: block;
}

/* Desktop default */
.mobile-img {
    display: none;
}

/* Mobile view */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}

/* ================================== Cta Section ========================================== */

/* ================================== Footer Section ========================================== */

.footer-bottom {
    background-color: aliceblue;
}

.footer .footer-wrap .footer-bottom .footer-bottom-wrap .footer-menu_item {
    color: rgb(84, 84, 84);
    font-weight: 700;
}

.footer .footer-wrap .footer-bottom .footer-bottom-wrap {
    border-top: 1px solid #0181c7;
}

.footer .footer-wrap .footer-body::before {
    background-color: #0181c7;
    max-width: 100%;
}

.footer .footer-wrap .footer-body {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: aliceblue;
}

.footer .footer-heading h6 {
    font-size: 20px;
    font-weight: 700;
    color: #0580c4;
    line-height: 18px;
}

.footer .footer-menu_item {
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
}

.footer .footer-infor>a {
    margin-bottom: 22px;
}

.footer .tf-btn.btn-line {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #0281c4;
}

.footer .footer-infor ul {
    margin-bottom: 0px;
}

.footer .footer-infor ul li p {
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
}

/* ================================== Footer Section ========================================== */

/* ================================== Impact Section ========================================== */

.our-impact-section {
    padding: 30px 0;
    background: #eaf2f9;
}

.impact-title {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    color: #111;
}

.impact-divider {
    width: 60px;
    height: 4px;
    background: #0281c4;
    margin: 0 auto;
    border-radius: 5px;
}

.impact-card {
    padding: 15px 25px;
    border-radius: 18px;
    background: #ffffff;
    transition: all 0.4s ease;
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.impact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(240 248 255);
    border-radius: 50%;
}

.impact-card h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
    color: #111;
}

.impact-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .impact-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .impact-card {
        padding: 10px 8px;
    }

    .impact-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 8px;
    }

    .impact-card h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .impact-card p {
        font-size: 12px;
        line-height: 1.4;
    }

    .impact-row {
        --bs-gutter-x: 0px;
    }

    .impact-row>[class*="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }
}

/* ================================== Impact Section ========================================== */

/* ================================== Client Section ========================================== */

.media-section {
    padding: 30px 0;
}

.media-title {
    font-size: 36px;
    line-height: normal;
    font-weight: 700;
    color: #0f172a;
}

.media-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #0281c4, #00c6ff);
    margin: 12px auto 0;
    border-radius: 20px;
}

/* Glass Style Wrapper */
.media-wrapper {
    margin-top: 30px;
}

.media-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo Box */
.media-logo-box {
    width: 100%;
    height: 100px;
    padding: 10px;
    background: aliceblue;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #0268b2;
    box-shadow: 0 5px 10px rgb(235 246 255);
    transition: 0.3s ease;
}

/* Image Fit Proper */
.media-logo-box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.3s ease;
}

/* Hover Effect */
.media-logo-box:hover {
    transform: translateY(-4px);
}

.media-logo-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Mobile */
@media (max-width: 768px) {

    .media-logo-box {
        width: 100%;
        height: 80px;
    }

    .media-logo-box img {
        max-width: 100%;
        max-height: 100%;
    }

    .media-title {
        font-size: 25px;
    }
}

/* ================================== Client Section ========================================== */

/* ================================== Product Slide Section ========================================== */

.flat-spacing-6 {
    padding: 3px 0px 30px;
}

/* Category Title */
.flat-title .title {
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    position: relative;
    margin: 0;
    letter-spacing: 0.5px;
}

.tf-btn.btn-line {
    font-size: 13px;
    font-weight: 600;
    color: #0281c4;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.tf-btn.btn-line:hover {
    border-bottom: 2px solid #0281c4;
    color: #005fa3;
}

/* Arrow Hover */
.nav-sw-arrow:hover {
    background: #0281c4;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {

    .flat-title .title {
        font-size: 24px;
        text-align: center;
    }
}

/* ================================== Product Slide Section ========================================== */

/* ================================== Trust Section ========================================== */

.trust-section {
    padding: 30px 0;
    background: #f9fafb;
}

.trust-title {
    font-size: 34px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111827;
}

/* Card */
.trust-card {
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
}

.trust-card:hover {
    transform: translateY(-8px);
}

/* Video Box */
.video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.play-btn:hover {
    background: #ff6a00;
    color: #fff;
}

/* Product Info */
.product-info {
    padding: 10px;
    text-align: center;
}

.product-info h6 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: normal;
}

.product-info p {
    font-size: 13px;
    text-align: center;
    color: #666;
    margin-bottom: 10px;
}

/* Buy Button */
.buy-btn {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    padding: 6px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.buy-btn:hover {
    background: #e65c00;
}

/* See More */
.more-videos-btn {
    display: inline-block;
    padding: 10px 28px;
    border: 1px solid #ff6a00;
    color: #ff6a00;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.more-videos-btn:hover {
    background: #ff6a00;
    color: #fff;
}

/* ================================== Trust Section ========================================== */

/* ================================== Testimonial Section ========================================== */

.flat-spacing-4 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .testimonial-item.style-column {
        padding: 20px 20px 20px;
    }
}

@media (min-width: 768px) {
    .testimonial-item.style-column .rating {
        margin-bottom: 20px;
    }
}

.rating i {
    font-size: 18px;
    color: #0480c6;
}

@media (min-width: 768px) {
    .testimonial-item.style-column .text {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .testimonial-item.style-column .author {
        margin-bottom: 0px;
        border-top: 1px dashed #0480c6;
    }
}

.testimonial-item .name {
    font-weight: 700;
    font-size: 20px;
    margin-top: 12px;
    color: #0480c6;
}

.testimonial-item .metas {
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
    margin-top: 8px;
}

/* ================================== Testimonial Section ========================================== */

/* ================================== Consultation Section ========================================== */

/* Consultation Strip */
.consult-strip {
    background: linear-gradient(90deg, #0268b2, #077fc4);
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}

/* Center content */
.consult-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Bold highlight */
.consult-text strong {
    font-weight: 700;
}

/* Arrow */
.consult-arrow {
    font-size: 22px;
    transition: 0.3s ease;
}

/* Hover effect */
.consult-link:hover {
    letter-spacing: 0.5px;
}

.consult-link:hover .consult-arrow {
    transform: translateX(6px);
}

/* Soft Glow Effect */
.consult-strip::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 70%);
    top: -100px;
    left: -100px;
}

/* Mobile */
@media (max-width: 768px) {

    .consult-link {
        font-size: 10px;
        text-align: center;
        padding: 0 0px;
    }

    .consult-arrow {
        font-size: 18px;
    }

    .consult-strip {
        padding: 4px 0;
    }
}

/* ================================== Consultation Section ========================================== */

/* ================================== Contact Page ========================================== */

.flat-spacing-9 {
    padding: 30px 0px;
}

.contact-section {
    padding: 30px 0;
    background: #f9fafb;
}

.contact-wrapper {
    max-width: 850px;
    margin: auto;
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
}

.contact-heading h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.contact-form .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px dashed #0268b2;
    font-size: 14px;
    transition: 0.3s;
    background: #dff4ff30;
}

.contact-form textarea {
    height: 140px;
    resize: none;
    margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
    outline: none;
    background: #ffffff;
}

.btn-submit {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    padding: 14px 35px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(2, 132, 199, 0.3);
}


.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    height: 450px;
}

@media (max-width: 991px) {
    .map-wrapper {
        height: 300px;
    }
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(2, 132, 199, 0.08);
}

.contact-card h5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-card strong {
    font-size: 14px;
    color: #0369a1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contact-card p {
    color: #475569;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.info-item h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0369a1;
    margin-bottom: 5px;
}

.info-item p {
    margin: 0;
    color: #475569;
}

.info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.social-modern {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-modern a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-modern a:hover {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.3);
}

/* ================================== Contact Page ========================================== */

/* ================================== About Page ========================================== */

.about-section {
    padding: 30px 0;
    background: #ffffff;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

.about-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}

.about-text {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 520px;
}

.about-highlights div {
    margin-bottom: 10px;
    font-weight: 500;
    color: #0369a1;
}

@media (max-width: 992px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-content {
        text-align: center;
    }

    .about-text {
        margin: auto;
    }
}

/* ================================== About Page ========================================== */

/* ================================== privacy policy Page ========================================== */

.policy-section {
    padding: 30px 0;
}

.policy-wrapper {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    padding: 20px 50px;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .policy-wrapper {
        max-width: 100%;
        padding: 15px;
    }

    .policy-header h2 {
        font-size: 25px !important;
    }
}

.policy-header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.policy-header p {
    color: #64748b;
    margin-bottom: 30px;
}

.policy-content {
    color: #475569;
    line-height: 1.9;
    font-size: 15px;
}

.policy-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0f172a;
}

.policy-content ul,
.policy-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.policy-content li {
    margin-bottom: 10px;
}

/* ================================== privacy policy Page ========================================== */


/* ================================== Affiliate Registration Page ========================================== */

.affiliate-section {
    padding: 30px 0;
}

/* FORM CARD */
.affiliate-terms-card {
    background: #ffffff;
    padding: 20px 45px;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.04);
}

.affiliate-form-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.08);
}



.affiliate-form-card h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    color: #0f172a;
}

.sub-text {
    color: #64748b;
    margin-bottom: 30px;
}

/* Floating label */
.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group input {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    transition: 0.3s ease;
}

.form-group input:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

.form-group label {
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 13px;
    color: #64748b;
    transition: 0.3s;
    pointer-events: none;
}

/* Button */
.btn-affiliate {
    width: 100%;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    padding: 14px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-affiliate:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(2, 132, 199, 0.3);
}

.affiliate-terms-card h3 {
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 700;
}

.terms-content {
    color: #475569;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .affiliate-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .affiliate-form-card {
        padding: 20px;
    }

    .affiliate-form-card h3 {
        font-size: 25px;
    }

    .affiliate-terms-card {
        padding: 20px;
    }

    .affiliate-terms-card h3 {
        margin-bottom: 15px;
        line-height: normal;
        font-weight: 700;
        font-size: 25px;
    }
}

/* ================================== Affiliate Registration Page ========================================== */


/* ================================== Login  Page ========================================== */

.login-section {
    padding: 30px 0;
}

.login-card {
    background: #ffffff;
    padding: 20px 50px;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(2, 132, 199, 0.08);
    border: 1px solid rgba(2, 132, 199, 0.08);
}

.login-header h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 30px;
}


.form-group input {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    outline: none;
    transition: 0.3s;
}

.form-group input:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

.form-group label {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 16px;
    color: #64748b;
    transition: 0.3s;
    pointer-events: none;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    top: -8px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 11px;
    color: #0284c7;
}

/* Button */
.btn-login {
    width: 100%;
    padding: 16px;
    font-size: 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

.btn-login:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(2, 132, 199, 0.35);
}

.login-footer {
    margin-top: 25px;
    font-size: 16px;
}

.login-footer a {
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
}

.login-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .login-card {
        padding: 20px;
    }
}

/* ================================== Login  Page ========================================== */

/* ================================== Product List Page ========================================== */

.card-product {
    border-radius: 20px;
    background: #fff;
    padding: 15px;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(15, 0, 0, 0.05);
}

.card-product:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(2, 132, 199, 0.15);
}

/* Image zoom */
.card-product-wrapper {
    overflow: hidden;
    border-radius: 18px;
}

.card-product-wrapper img {
    transition: 0.5s ease;
}

.card-product:hover .img-product {
    transform: scale(1.05);
}

/* Title */
.card-product-info .title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

/* Rating */
.rating {
    color: #f97316;
    font-size: 14px;
}

.card-product-info .rating i {
    font-size: 16px;
    color: var(--bg-5);
}

/* Add cart button */
.addbutton {
    border-radius: 30px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    border: none;
    transition: 0.3s ease;
}

.addbutton:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.3);
}

.flat-spacing-1 {
    padding: 30px 0;
}

.tf-page-title.style-2 {
    padding: 20px 0 20px;
}

.tf-page-title {
    padding: 20px 0 20px;
    background: aliceblue;
}

.card-product.style-9 .card-product-info {
    display: block;
}

.product-name {
    margin-bottom: 4px;
}

.product-price {
    margin-top: 10px;
}

.price {
    font-size: 17px !important;
}

.price-del {
    font-size: 15px !important;
    color: #d90606;
}

.addbutton {
    background: #0281c4;
    padding: 3px 14px;
}

@media (max-width: 768px) {
    .addbutton {
        padding: 3px 10px;
    }
}

/* ================================== Product List Page ========================================== */

/* ================================== Product Details Page ========================================== */

.size-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.size-label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.variant-picker-label-value {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
}

.variant-picker-label-value a {
    padding: 10px 18px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-weight: 500;
}

.variant-picker-label-value.active a {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #fff;
    border: none;
}

.new-price-style {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.price-main {
    font-size: 28px;
    font-weight: 700;
    color: #0284c7;
}

.price-old {
    font-size: 18px;
    color: #94a3b8;
}

.price-discount {
    background: #dcfce7;
    color: #16a34a;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.variant-picker-label-value a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    transition: 0.3s ease;
}

.variant-picker-label-value a:hover {
    background: #0284c7;
    color: #fff;
    border-color: #0284c7;
}

.variant-picker-label-value.active a {
    background: #0284c7;
    color: #fff;
}

.product-rating {
    margin: 10px 0;
    font-size: 14px;
    color: #f97316;
}

.product-rating span {
    color: #64748b;
}

.btn-add-to-cart {
    border-radius: 40px;
    padding: 14px;
    font-size: 16px;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    border: none;
    transition: 0.3s ease;
}

.btn-add-to-cart:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(2, 132, 199, 0.3);
}

.wg-quantity {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.wg-quantity input {
    border: none;
    width: 50px;
    text-align: center;
}

.btn-quantity {
    padding: 8px 12px;
    cursor: pointer;
}

.tf-product-info-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.tf-product-info-list>div:not(:last-child) {
    margin-bottom: 20px;
}

.tf-product-media-main .swiper-slide img {
    border-radius: 20px;
    transition: 0.4s ease;
}

.tf-product-media-main .swiper-slide img:hover {
    transform: scale(1.03);
}

.tf-product-media-wrap {
    background: linear-gradient(145deg, #f8fbff, #ffffff);
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
}

.tf-product-info-badges .badges {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--main);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
}

@media (max-width: 768px) {
    .tf-product-info-wrap {
        padding: 15px;
    }

    .price-main {
        font-size: 16px;
    }

    .price-old {
        font-size: 16px;
    }

    .price-discount {
        padding: 4px 8px;
    }

    .card-product .card-product-wrapper {
        padding: 0px 0px;
    }

    .floating-consult-btn {
        bottom: 68px ;
        right: 7px;
    }
}

/* ================================== Product Details Page ========================================== */