/* =========================
   DENTY GLOBAL TYPOGRAPHY FIX
   Add this at the END of your CSS
========================= */

:root {
    --denty-font: 'DM Sans', Arial, sans-serif;
    --denty-blue: #052f78;
    --denty-blue-light: #2246a4;
    --denty-text: #5e7184;

    --denty-section-title: clamp(32px, 3vw, 42px);
    --denty-card-title: clamp(22px, 2vw, 26px);
    --denty-small-title: 18px;
    --denty-para: 15px;
}

/* Apply same font family everywhere in Denty custom sections */
.denty-editorial-products,
.denty-offer-deals-section,
.denty-theme-testimonials,
.denty-blog-section,
.denty-footer {
    font-family: var(--denty-font) !important;
}

/* Main section headings */
.denty-editorial-head h2,
.denty-offer-deals-head h2,
.denty-theme-testimonials .flat-title .title,
.denty-blog-section .flat-title .title,
.denty-footer-cta-inner h3 {
    font-family: var(--denty-font) !important;
    font-size: var(--denty-section-title) !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    color: var(--denty-blue) !important;
    text-transform: none !important;
}

/* Product/card headings */
.denty-editorial-content h3,
.denty-offer-content h3,
.denty-review-author .name-author,
.denty-review-body h4,
.denty-blog-section .blog-item-v2 .title,
.denty-footer-col h4 {
    font-family: var(--denty-font) !important;
    font-size: var(--denty-card-title) !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    color: var(--denty-blue-light) !important;
    text-transform: none !important;
}

/* Mini labels above headings */
.denty-editorial-mini,
.denty-offer-mini,
.denty-review-mini,
.denty-testimonial-mini {
    font-family: var(--denty-font) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

/* Paragraph uniformity */
.denty-editorial-head p,
.denty-offer-deals-head p,
.denty-editorial-content p,
.denty-offer-content p,
.denty-theme-testimonials .text-review,
.denty-blog-section .desc,
.denty-footer-brand p,
.denty-footer-col ul li a {
    font-family: var(--denty-font) !important;
    font-size: var(--denty-para) !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
}

/* Buttons uniform font */
.denty-know-btn,
.denty-buy-btn,
.denty-offer-cart-btn,
.denty-footer-cta-btn {
    font-family: var(--denty-font) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

/* Mobile heading size control */
@media (max-width: 991px) {
    :root {
        --denty-section-title: 34px;
        --denty-card-title: 23px;
        --denty-para: 14px;
    }
}

@media (max-width: 767px) {
    :root {
        --denty-section-title: 28px;
        --denty-card-title: 21px;
        --denty-para: 14px;
    }

    .denty-editorial-head h2,
    .denty-offer-deals-head h2,
    .denty-theme-testimonials .flat-title .title,
    .denty-blog-section .flat-title .title,
    .denty-footer-cta-inner h3 {
        line-height: 1.2 !important;
    }
}

/* Make each slide a positioning context */
.slider-wrap {
    position: relative;
}



@media (max-width: 1440px) {
    .slider-fashion-1 .slider-wrap {
        height: 100%;
    }
}



.slider-jewelry {
    padding-left: 0px;
    padding-right: 0px;
}

.flat-spacing-4 {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 1440px) {

    .banner-why-shop,
    .container-7,
    .container-6,
    .container-5,
    .container-4,
    .container-3,
    .container-2,
    .slider-layout-right,
    .container-full,
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.container {
    max-width: 2500px !important;
}

/* =========================
   DENTY CURAPROX STYLE SECTION
========================= */
.denty-editorial-products {
    padding: 90px 0 80px;
    background: #f8f4f6;
}

.denty-editorial-head {
    max-width: 720px;
    margin: 0 auto 52px;
}

.denty-editorial-mini {
    display: inline-block;
    margin-bottom: 10px;
    color: #6a79b8;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
}

.denty-editorial-head h2 {
    margin: 0 0 12px;
    color: #2246a4;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.denty-editorial-head p {
    margin: 0 auto;
    max-width: 620px;
    color: #5d6472;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.denty-editorial-item {
    max-width: 420px;
    margin: 0 auto;
}

.denty-editorial-image {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 18px;
}

.denty-editorial-circle {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.denty-editorial-image img {
    position: relative;
    z-index: 2;
    max-width: 220px;
    max-height: 300px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.denty-editorial-item:hover .denty-editorial-image img {
    transform: translateY(-4px);
}

.denty-editorial-content {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.denty-editorial-category {
    display: inline-block;
    margin-bottom: 6px;
    color: #4e63b7;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.denty-editorial-content h3 {
    margin: 0 0 12px;
    color: #2246a4;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'DM Sans' !important;
}

.denty-editorial-content p {
    margin: 0 0 16px;
    color: #313842;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.denty-editorial-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.denty-editorial-links a {
    position: relative;
    color: #2246a4;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    transition: all 0.25s ease;
}

.denty-editorial-links a::after {
    content: "›";
    margin-left: 5px;
    font-size: 16px;
}

.denty-editorial-links a:hover {
    color: #0f2b83;
    transform: translateX(2px);
}

/* spacing between rows similar to screenshot */
.denty-editorial-products .row>div:nth-child(3),
.denty-editorial-products .row>div:nth-child(4) {
    margin-top: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .denty-editorial-products {
        padding: 70px 0 60px;
    }

    .denty-editorial-head {
        margin-bottom: 36px;
    }

    .denty-editorial-item {
        max-width: 100%;
    }

    .denty-editorial-content {
        max-width: 100%;
    }

    .denty-editorial-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .denty-editorial-products {
        padding: 55px 0 48px;
    }

    .denty-editorial-head h2 {
        font-size: 30px;
    }

    .denty-editorial-head p {
        font-size: 14px;
        line-height: 1.7;
    }

    .denty-editorial-image {
        min-height: 240px;
        margin-bottom: 14px;
    }

    .denty-editorial-circle {
        width: 180px;
        height: 180px;
        top: 18px;
    }

    .denty-editorial-image img {
        max-width: 180px;
        max-height: 210px;
    }

    .denty-editorial-content h3 {
        font-size: 24px;
    }

    .denty-editorial-content p {
        font-size: 13px;
    }

    .denty-editorial-products .row>div:nth-child(3),
    .denty-editorial-products .row>div:nth-child(4) {
        margin-top: 0;
    }
}

/* =========================
   DENTY PRODUCT BUTTONS
========================= */
.denty-editorial-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.denty-know-btn,
.denty-buy-btn {
    min-width: 135px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.25s ease;
    background-color: #356eb6;
}

.denty-know-btn {
    background: #ffffff;
    color: #2246a4;
    border: 1px solid rgba(34, 70, 164, 0.28);
}

.denty-know-btn:hover {
    background: #356eb6;
    color: #ffffff;
    border-color: #356eb6;
    transform: translateY(-2px);
}

.denty-buy-btn {
    background: #356eb6;
    color: #ffffff;
    border: 1px solid #356eb6;
    box-shadow: 0 10px 24px rgba(34, 70, 164, 0.18);
}

.denty-buy-btn i {
    font-size: 16px;
    line-height: 1;
}

.denty-buy-btn:hover {
    background: #356eb6;
    color: #ffffff;
    border-color: #356eb6;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(34, 70, 164, 0.25);
}

/* Remove old arrow effect if old link class remains anywhere */
.denty-editorial-actions a::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 575px) {
    .denty-editorial-actions {
        gap: 10px;
    }

    .denty-know-btn,
    .denty-buy-btn {
        min-width: 100%;
    }
}

.home-top-pick-section .card-product.style-4 {
    height: 100%;
}

.home-top-pick-section .card-product.style-4 .card-product-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-top-pick-section .card-product.style-4 .name-product {
    min-height: 58px;
}

.home-top-pick-section .card-product.style-4 .price-wrap {
    min-height: 36px;
    align-items: center;
    justify-content: center;
}

.home-top-pick-section .card-product.style-4 .card-product-info>div:last-child {
    margin-top: auto;
}

@media (max-width: 767px) {
    .home-top-pick-section .card-product.style-4 .name-product {
        min-height: 48px;
    }
}

/* offer price left and button right css  */
.price-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

/* price styling */
.price-wrap {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-new {
    font-weight: 500;
    color: #2246a4;
    font-size: 20px;
}

.price-old {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
}

/* button alignment */
.price-cart-row .tf-btn {
    white-space: nowrap;
    padding: 8px 14px;
}

/* mobile fix */
@media(max-width:576px) {
    .price-cart-row {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* MODERN CARD STYLE WITHOUT CHANGING CONTENT */
.denty-product-card {
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow:0 8px 22px rgba(0,0,0,0.08); */
    transition: 0.3s ease;
    height: 100%;
    border: 1px solid #f5f5f5;
    padding: 8px;
}

.denty-product-card:hover {
    transform: translateY(-6px);
    /* box-shadow:0 16px 35px rgba(0,0,0,0.12); */
}

/* IMAGE */
.denty-product-image {
    position: relative;
    padding: 10px;
    background-image: url(../images/denty/card-bg-img.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

/* DARK OVERLAY */
.denty-product-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    /* 👈 adjust darkness here */
    z-index: 1;
    border-radius: 10px;
}

/* KEEP IMAGE ABOVE OVERLAY */
.denty-product-image img {
    position: relative;
    z-index: 2;
}

.denty-product-image img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
    transition: 0.4s;
}

.denty-product-card:hover img {
    transform: scale(1.05);
}

/* BADGE */
.denty-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #2246a4;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 600;
    z-index: 10;
}

.mt-80px {
    margin-top: 80px !important;
}

/* KEEP YOUR OLD CONTENT STYLING BUT CLEAN SPACING */
.card-product-info {
    padding: 14px 12px;
}

.section-testimonials {
    margin: 80px 0px;
}

/* .home-top-pick-section {
    background-color: #f5f5f5 !important;
} */

/* .price-new {
    margin: 20px, 0px !important;
} */

/* =========================
   BLUE OFFER CARD DESIGN
========================= */

.denty-offer-card--blue {
    background: #2246a4;
    border-radius: 22px;
    padding: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* text white */
.denty-offer-card--blue h3,
.denty-offer-card--blue p {
    color: #fff;
}

/* image box */
.denty-offer-card--blue .denty-offer-img-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

/* =========================
   SPECIAL OFFER TAG
========================= */

.denty-special-tag {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 10;

    font-size: 10px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;

    background: #ffffff;
    color: #2246a4;

    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.denty-special-tag::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;

    /* NEW PREMIUM SHADOW COLORS */
    background: linear-gradient(120deg,
            transparent,
            #6a7fb5,
            /* cyan glow */
            rgba(238, 237, 237, 0.35),
            /* white shine */
            transparent);

    animation: tagSlideShadow 1.1s linear infinite;
}

/* FASTER ANIMATION */
@keyframes tagSlideShadow {
    0% {
        left: -140%;
    }

    100% {
        left: 140%;
    }
}

/* =========================
   BUTTONS
========================= */

.denty-offer-actions-modern {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.btn-cart,
.btn-buy {
    flex: 1;
    border: none;
    padding: 10px 14px;
    border-radius: 99px;
    font-weight: 600;
    cursor: pointer;
}

.btn-cart {
    background: #ffffff;
    color: #356eb6;
}

.btn-buy {
    /* background:#00c853; */
    background: #356eb6;
    color: #fff;
}

.btn-cart i {
    margin-right: 6px;
}

.denty-offer-deals-section--modern .denty-offer-card.denty-offer-card--blue {
    position: relative;
    background-image: url(../images/denty/card-bg-big2.png);
    background-size: cover;
    background-position: center;
    color: #fff !important;
    overflow: hidden;
    /* height: 590px; */
}

.denty-offer-deals-section--modern .denty-offer-card.denty-offer-card--blue::before {
    content: "";
    position: absolute;
    inset: 0;

    /* DARK OVERLAY */
    background: rgba(0, 0, 0, 0.40);
    /* 👈 main darkness */

    z-index: 1;
    border-radius: inherit;
}

/* keep content above overlay */
.denty-offer-deals-section--modern .denty-offer-card.denty-offer-card--blue>* {
    position: relative;
    z-index: 2;
}

.denty-offer-card--blue h3,
.denty-offer-card--blue p,
.denty-offer-card--blue a {
    color: #fff !important;
}


/* =========================
   FULL WIDTH OFFER BANNER
========================= */
.denty-quiz-section {
    background: #3978c329;
    padding: 80px 0;
    overflow: hidden;
}

.denty-quiz-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 50px;
    align-items: center;
}

.denty-quiz-left {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.denty-quiz-step {
    display: none;
    animation: dentyFade 0.35s ease;
}

.denty-quiz-step.active {
    display: block;
}

@keyframes dentyFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.denty-quiz-count {
    font-size: 18px;
    font-style: italic;
    color: #2f2f2f;
    margin-bottom: 14px;
}

.denty-progress {
    width: 70%;
    height: 6px;
    background: rgba(47, 47, 47, 0.15);
    border-radius: 50px;
    margin-bottom: 32px;
    overflow: hidden;
}

.denty-progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: #2f2f2f;
    border-radius: 50px;
    transition: width 0.3s ease;
}

.denty-quiz-text {
    font-size: 22px;
    line-height: 1.55;
    color: #2f2f2f;
    max-width: 760px;
    margin-bottom: 28px;
}

.denty-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 26px;
    max-width: 720px;
}

.denty-option {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.28);
    color: #2f2f2f;
    border-radius: 40px;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.3;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.denty-option:hover,
.denty-option.active {
    border-color: #2f2f2f;
    background: transparent;
}

.denty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: none;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    padding: 13px 24px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.denty-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}

.denty-result-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 28px 0 28px;
}

.denty-result-card {
    background: #f8f8f4;
    border-radius: 18px;
    overflow: hidden;
    padding: 16px;
    min-height: 260px;
    text-decoration: none;
}

.denty-result-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 16px;
}

.denty-result-card h6 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #2f2f2f;
    font-style: italic;
}

.denty-result-card p {
    font-size: 16px;
    margin: 0;
    color: #2f2f2f;
}

.denty-quiz-image {
    width: 100%;
    height: 600px;
    border-radius: 18px;
    overflow: hidden;
}

.denty-quiz-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

@media (max-width: 991px) {
    .denty-quiz-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .denty-quiz-left {
        min-height: auto;
    }

    .denty-quiz-text {
        font-size: 18px;
    }

    .denty-option {
        font-size: 17px;
    }

    .denty-result-grid {
        grid-template-columns: 1fr;
    }

    .denty-quiz-image {
        height: 420px;
    }

    .denty-progress {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .denty-quiz-section {
        padding: 50px 0;
    }

    .denty-quiz-text {
        font-size: 16px;
    }

    .denty-quiz-count {
        font-size: 15px;
    }

    .denty-quiz-image {
        height: 320px;
    }

    .denty-btn {
        font-size: 15px;
        padding: 12px 20px;
    }
}

.denty-full-offer-banner {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

/* makes it break out of container width if needed */
/*.denty-full-offer-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}*/

.denty-full-offer-link {
    display: block;
    width: 100%;
}

.denty-full-offer-link img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Optional slight hover zoom */
.denty-full-offer-link img {
    transition: transform 0.4s ease;
}

.denty-full-offer-link:hover img {
    transform: scale(1.01);
}

/* Mobile */
@media (max-width: 767px) {
    .denty-full-offer-banner {
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* =========================
   DENTY DEALS OF THE DAY
========================= */
.denty-offer-deals-section {
    padding: 90px 0 85px;
    background:
        radial-gradient(circle at 10% 12%, rgba(23, 100, 195, 0.08), transparent 32%),
        radial-gradient(circle at 90% 15%, rgba(16, 166, 205, 0.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 48%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.denty-offer-deals-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(15, 80, 170, 0.05);
    left: -160px;
    bottom: -180px;
}

.denty-offer-deals-head {
    max-width: 780px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.denty-offer-mini {
    display: inline-block;
    margin-bottom: 12px;
    color: #0d63b7;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
}

.denty-offer-deals-head h2 {
    margin: 0 0 14px;
    color: #052f78;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.denty-offer-deals-head p {
    margin: 0 auto;
    max-width: 680px;
    color: #5e7184;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

/* Card */
.denty-offer-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(5, 47, 120, 0.10);
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(5, 47, 120, 0.08);
    transition: all 0.3s ease;
}

.denty-offer-card:hover {
    transform: translateY(-8px);
    border-color: rgba(13, 99, 183, 0.25);
    box-shadow: 0 26px 65px rgba(5, 47, 120, 0.14);
}

/* Timer */
.denty-offer-timer {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.denty-offer-timer span {
    min-width: 150px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, #1c77d2 0%, #06499e 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(5, 47, 120, 0.22);
}

.denty-offer-timer span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #06499e;
}

/* Image */
.denty-offer-img-box {
    min-height: 200px;
    background:
        radial-gradient(circle at center, #ffffff 0%, #f3fbff 55%, #e8f5ff 100%);
    border-radius: 22px;
    border: 1px solid rgba(13, 99, 183, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.denty-offer-img-box::after {
    content: "";
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 20px;
    background: rgba(5, 47, 120, 0.10);
    border-radius: 50%;
    filter: blur(10px);
}

.denty-offer-img-box img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 230px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.denty-offer-card:hover .denty-offer-img-box img {
    transform: scale(1.04);
}

/* Content */
.denty-offer-content {
    padding: 18px 8px 2px;
}

.denty-offer-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #052f78;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 14px;
}

.denty-offer-rating span {
    color: #ffd35a;
}

.denty-offer-content h3 {
    margin: 0 0 10px;
    color: #082f70;
    font-size: 25px;
    line-height: 1.22;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-family: 'DM Sans' !important;
}

.denty-offer-content p {
    margin: 0 0 16px;
    color: #647386;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    min-height: 50px;
}

/* Price */
.denty-offer-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.denty-offer-price {
    color: #061d3f;
    font-size: 23px;
    line-height: 1;
    font-weight: 600;
}

.denty-offer-old-price {
    color: #8190a2;
    font-size: 17px;
    line-height: 1;
    text-decoration: line-through;
    font-weight: 400;
}

.denty-offer-discount {
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    background: #13a85b;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
}

/* Add to Cart Button */
.denty-offer-cart-btn {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    background: linear-gradient(180deg, #0b65c6 0%, #052f78 100%);
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    box-shadow: 0 14px 28px rgba(5, 47, 120, 0.18);
    transition: all 0.25s ease;
}

.denty-offer-cart-btn i {
    font-size: 19px;
    line-height: 1;
}

.denty-offer-cart-btn:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #0a8ed1 0%, #06499e 100%);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(5, 47, 120, 0.24);
}

.denty-home-offer-card {
    overflow: visible;
}

.denty-offer-image-link {
    display: block;
    width: 100%;
}

.denty-offer-hover-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%) scale(0.92);
    width: min(520px, 92vw);
    padding: 12px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(5, 47, 120, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.denty-offer-hover-preview img {
    max-width: 100%;
    max-height: none;
    width: 100%;
    border-radius: 16px;
    object-fit: contain;
}

.denty-home-offer-card:hover .denty-offer-hover-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -52%) scale(1);
}

.denty-offer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.denty-offer-buy-btn {
    background: linear-gradient(180deg, #16a34a 0%, #0f7a35 100%);
}

.denty-offer-buy-btn:hover {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
}

/* Responsive */
@media (max-width: 991px) {
    .denty-offer-deals-section {
        padding: 75px 0 65px;
    }

    .denty-offer-img-box {
        min-height: 260px;
    }

    .denty-offer-content h3 {
        font-size: 23px;
    }

    .denty-offer-content p {
        min-height: auto;
    }

    .denty-offer-hover-preview {
        display: none;
    }
}

@media (max-width: 767px) {
    .denty-offer-deals-section {
        padding: 62px 0 52px;
    }

    .denty-offer-deals-head {
        margin-bottom: 34px;
    }

    .denty-offer-deals-head p {
        font-size: 14px;
        line-height: 1.7;
    }

    .denty-offer-card {
        border-radius: 22px;
        padding: 15px;
    }

    .denty-offer-timer span {
        min-width: 132px;
        min-height: 38px;
        font-size: 14px;
    }

    .denty-offer-img-box {
        min-height: 230px;
        border-radius: 18px;
        padding: 20px;
    }

    .denty-offer-img-box img {
        max-height: 190px;
    }

    .denty-offer-content {
        padding: 16px 4px 0;
    }

    .denty-offer-content h3 {
        font-size: 21px;
    }

    .denty-offer-content p {
        font-size: 14px;
    }

    .denty-offer-price {
        font-size: 21px;
    }

    .denty-offer-old-price {
        font-size: 15px;
    }

    .denty-offer-discount {
        font-size: 13px;
    }

    .denty-offer-cart-btn {
        min-height: 50px;
        font-size: 16px;
    }

    .denty-offer-actions {
        grid-template-columns: 1fr;
    }
}

.denty-offer-deals-section--modern {
    padding: 80px 0 72px;
    background: #fff;
}

.denty-offer-deals-section--modern::before {
    display: none;
}

.denty-offer-deals-section--modern .denty-offer-deals-head {
    margin-bottom: 38px;
}

.denty-offer-deals-section--modern .denty-offer-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    border-radius: 22px;
    box-shadow: 0 10px 26px rgba(5, 47, 120, 0.06);
}

.denty-offer-deals-section--modern .denty-offer-card:hover {
    transform: none;
    border-color: rgba(5, 47, 120, 0.10);
    box-shadow: 0 10px 26px rgba(5, 47, 120, 0.06);
}

.denty-offer-deals-section--modern .denty-offer-img-box {
    min-height: 0;
    aspect-ratio: 1 / 1.06;
    padding: 8px;
    border-radius: 16px;
    background: transparent;
    border: 0;
    overflow: hidden;
}

.denty-offer-deals-section--modern .denty-offer-img-box::after,
.denty-offer-deals-section--modern .denty-offer-hover-preview,
.denty-offer-deals-section--modern .denty-offer-timer,
.denty-offer-deals-section--modern .denty-offer-rating {
    display: none !important;
}

.denty-offer-deals-section--modern .denty-offer-image-link {
    display: block;
}

.denty-offer-deals-section--modern .denty-offer-img-box img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    transition: none;
}

.denty-offer-deals-section--modern .denty-offer-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 25px 2px 2px;
    flex: 1;
}

.denty-offer-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f6fb;
    color: #0a4fa3;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.denty-offer-deals-section--modern .denty-offer-content h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.32;
    min-height: 44px;
}

.denty-offer-deals-section--modern .denty-offer-content p {
    margin: 0;
    min-height: 48px;
    color: #617284;
    font-size: 13px;
    line-height: 1.55;
}

.denty-offer-deals-section--modern .denty-offer-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.denty-offer-action-btn {
    min-width: 64px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #0b65c6 0%, #052f78 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(5, 47, 120, 0.18);
    transition: background 0.2s ease, opacity 0.2s ease;
}

.denty-offer-action-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #0a8ed1 0%, #06499e 100%);
}

.denty-offer-action-btn:disabled {
    opacity: 0.7;
}

.denty-offer-action-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.denty-offer-action-inner i {
    font-size: 16px;
    line-height: 1;
}

.denty-offer-action-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1;
}

.denty-offer-deals-section--modern .denty-offer-buy-btn {
    background: linear-gradient(180deg, #16a34a 0%, #0f7a35 100%);
}

.denty-offer-deals-section--modern .denty-offer-buy-btn:hover {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
}

.denty-offer-slider-wrap {
    margin-top: 28px;
}

.denty-offer-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.denty-offer-slider-head h4 {
    margin: 0;
    color: #052f78;
    font-size: 22px;
    font-weight: 600;
}

.denty-offer-slider-controls {
    display: flex;
    gap: 10px;
}

.denty-offer-slider-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.denty-offer-slider-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(5, 47, 120, 0.14);
    border-radius: 50%;
    background: #fff;
    color: #052f78;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(5, 47, 120, 0.08);
}

.denty-offer-slider-btn span {
    font-size: 28px;
    line-height: 1;
    margin-top: -2px;
}

.denty-offer-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.denty-offer-slider::-webkit-scrollbar {
    display: none;
}

.denty-offer-slide {
    flex: 0 0 calc(25% - 14px);
    min-width: 240px;
    scroll-snap-align: start;
}

.denty-offer-card--slider {
    height: 100%;
}

.denty-offer-all-toggle {
    margin-top: 26px;
    text-align: center;
}

.denty-offer-all-btn {
    border: 0;
    border-radius: 999px;
    padding: 12px 24px;
    background: #356eb6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.denty-offer-all-grid {
    margin-top: 26px;
}

@media (max-width: 1199px) {
    .denty-offer-slide {
        flex: 0 0 calc(33.333% - 12px);
    }
}

@media (max-width: 991px) {
    .denty-offer-slider-wrap {
        margin-top: 22px;
    }

    .denty-offer-slider {
        gap: 14px;
    }

    .denty-offer-deals-section--modern .denty-offer-content h3 {
        min-height: auto;
    }

    .denty-offer-deals-section--modern .denty-offer-content p {
        min-height: auto;
    }

    .denty-offer-slide {
        flex: 0 0 calc(50% - 9px);
    }
}

@media (max-width: 767px) {
    .denty-offer-deals-section--modern {
        padding: 62px 0 56px;
    }

    .denty-offer-deals-section--modern .denty-offer-deals-head {
        margin-bottom: 26px;
    }

    .denty-offer-deals-section--modern .denty-offer-deals-head h2 {
        font-size: 30px;
    }

    .denty-offer-deals-section--modern .denty-offer-deals-head p {
        font-size: 14px;
        line-height: 1.6;
    }

    .denty-offer-slider-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 14px;
    }

    .denty-offer-slider-head h4 {
        font-size: 18px;
    }

    .denty-offer-slider-actions {
        width: 100%;
        justify-content: space-between;
    }

    .denty-offer-slider-controls {
        gap: 8px;
    }

    .denty-offer-slider-btn {
        width: 38px;
        height: 38px;
    }

    .denty-offer-slide {
        flex: 0 0 calc(100% - 32px);
        min-width: calc(100% - 32px);
    }

    .denty-offer-slider {
        gap: 12px;
        padding-bottom: 10px;
        padding-inline: 2px;
    }

    .denty-offer-deals-section--modern .denty-offer-card {
        padding: 10px;
        border-radius: 18px;
    }

    .denty-offer-deals-section--modern .denty-offer-img-box {
        aspect-ratio: 1 / 1;
        border-radius: 14px;
    }

    .denty-offer-deals-section--modern .denty-offer-content {
        gap: 7px;
        padding-top: 8px;
    }

    .denty-offer-deals-section--modern .denty-offer-content h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .denty-offer-deals-section--modern .denty-offer-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .denty-offer-deals-section--modern .denty-offer-actions {
        justify-content: flex-start;
    }
}




/* =========================
   DENTY ABOUT PAGE
========================= */
:root {
    --denty-font: 'DM Sans', Arial, sans-serif;
    --denty-blue: #052f78;
    --denty-blue-2: #0d63b7;
    --denty-cyan: #0aa6c2;
    --denty-dark: #102f3a;
    --denty-text: #607284;
    --denty-bg: #f5faff;

    --denty-h1: clamp(34px, 4vw, 54px);
    --denty-h2: clamp(30px, 3vw, 42px);
    --denty-h3: clamp(21px, 2vw, 25px);
    --denty-p: 16px;
}

.denty-about-page {
    font-family: var(--denty-font);
    background: #ffffff;
}

.denty-section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--denty-blue-2);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Common Typography */
.denty-about-page h1,
.denty-about-page h2,
.denty-about-page h3,
.denty-about-page p {
    font-family: var(--denty-font);
}

.denty-about-page h1 {
    margin: 0 0 20px;
    color: var(--denty-blue);
    font-size: var(--denty-h1);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.denty-about-page h2 {
    margin: 0 0 16px;
    color: var(--denty-blue);
    font-size: var(--denty-h2);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.denty-about-page h3 {
    margin: 0 0 12px;
    color: var(--denty-blue);
    font-size: var(--denty-h3);
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.denty-about-page p {
    margin: 0 0 16px;
    color: var(--denty-text);
    font-size: var(--denty-p);
    line-height: 1.8;
    font-weight: 400;
}

/* Intro */
.denty-about-intro {
    padding: 90px 0 70px;
    background:
        radial-gradient(circle at 12% 12%, rgba(13, 99, 183, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.denty-about-content {
    max-width: 620px;
}

.denty-about-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.denty-about-highlight span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #eaf5ff;
    color: var(--denty-blue-2);
    font-size: 14px;
    font-weight: 500;
}

.denty-about-image {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(5, 47, 120, 0.08);
    box-shadow: 0 24px 70px rgba(5, 47, 120, 0.10);
}

.denty-about-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Purpose */
.denty-about-purpose {
    padding: 0 0 70px;
    background: #f7fbff;
}

.denty-purpose-box {
    border-radius: 32px;
    padding: 38px 42px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.22), transparent 34%),
        linear-gradient(135deg, #0a8ed1 0%, #052f78 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 22px 55px rgba(5, 47, 120, 0.16);
}

.denty-purpose-box h2,
.denty-purpose-box p {
    color: #ffffff;
}

.denty-purpose-box p {
    max-width: 760px;
    opacity: 0.88;
    margin-bottom: 0;
}

/* Button */
.denty-about-btn {
    min-width: 160px;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--denty-blue);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.denty-about-btn:hover {
    background: #eaf5ff;
    color: var(--denty-blue-2);
    transform: translateY(-2px);
}

/* Mission Vision */
.denty-mission-vision {
    padding: 85px 0;
    background: #ffffff;
}

.denty-about-head {
    max-width: 760px;
    margin: 0 auto 46px;
}

.denty-about-head p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.denty-mv-card {
    height: 100%;
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(5, 47, 120, 0.09);
    box-shadow: 0 18px 45px rgba(5, 47, 120, 0.07);
    transition: all 0.3s ease;
}

.denty-mv-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 99, 183, 0.22);
    box-shadow: 0 26px 60px rgba(5, 47, 120, 0.12);
}

/*.denty-mv-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #eaf5ff;
    color: var(--denty-blue-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 22px;
}*/

.denty-commitment-modern {
    padding: 95px 0;
    background:
        radial-gradient(circle at 12% 15%, rgba(13, 99, 183, 0.08), transparent 32%),
        radial-gradient(circle at 88% 15%, rgba(10, 166, 194, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5faff 55%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.denty-commitment-head {
    max-width: 780px;
    margin: 0 auto 52px;
}

.denty-commitment-head h2 {
    margin: 0 0 14px;
    color: #052f78;
    font-size: var(--denty-h2, clamp(30px, 3vw, 42px));
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.denty-commitment-head p {
    max-width: 670px;
    margin: 0 auto;
    color: #607284;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

.denty-commitment-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 22px;
    align-items: stretch;
}

.denty-commitment-main-card {
    grid-row: span 2;
    padding: 38px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 32%),
        linear-gradient(135deg, #0d63b7 0%, #052f78 100%);
    color: #ffffff;
    box-shadow: 0 26px 70px rgba(5, 47, 120, 0.20);
    position: relative;
    overflow: hidden;
}

.denty-commitment-main-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -80px;
    bottom: -90px;
    background: rgba(255, 255, 255, 0.10);
}

.denty-commitment-main-icon,
.denty-commitment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.denty-commitment-main-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    margin-bottom: 26px;
}

.denty-commitment-main-icon svg,
.denty-commitment-icon svg {
    width: 36px;
    height: 36px;
}

.denty-commitment-main-icon svg path,
.denty-commitment-main-icon svg circle,
.denty-commitment-icon svg path,
.denty-commitment-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.denty-commitment-main-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(26px, 2.5vw, 34px);
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 2;
}

.denty-commitment-main-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.denty-commitment-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}

.denty-commitment-tags span {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.denty-commitment-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(5, 47, 120, 0.09);
    box-shadow: 0 16px 42px rgba(5, 47, 120, 0.07);
    transition: all 0.3s ease;
}

.denty-commitment-card:hover {
    transform: translateY(-7px);
    border-color: rgba(13, 99, 183, 0.22);
    box-shadow: 0 26px 62px rgba(5, 47, 120, 0.13);
}

.denty-commitment-icon {
    width: 60px;
    height: 60px;
    border-radius: 22px;
    background: #eaf5ff;
    color: #0d63b7;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.denty-commitment-card:hover .denty-commitment-icon {
    background: linear-gradient(135deg, #0d63b7 0%, #0aa6c2 100%);
    color: #ffffff;
}

.denty-commitment-card h3 {
    margin: 0 0 12px;
    color: #052f78;
    font-size: var(--denty-h3, clamp(21px, 2vw, 25px));
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.denty-commitment-card p {
    margin: 0;
    color: #607284;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .denty-commitment-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .denty-commitment-main-card {
        grid-column: span 2;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .denty-commitment-modern {
        padding: 65px 0;
    }

    .denty-commitment-head {
        margin-bottom: 34px;
    }

    .denty-commitment-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .denty-commitment-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .denty-commitment-main-card {
        grid-column: auto;
        padding: 30px 22px;
        border-radius: 26px;
    }

    .denty-commitment-main-card h3 {
        font-size: 27px;
    }

    .denty-commitment-main-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .denty-commitment-card {
        padding: 24px 20px;
        border-radius: 24px;
    }
}

/* Bottom CTA */
.denty-about-bottom-cta {
    padding: 20px 0 90px;
    background: #ffffff;
}

.denty-bottom-cta-box {
    text-align: center;
    padding: 52px 30px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 20%, rgba(13, 99, 183, 0.10), transparent 32%),
        radial-gradient(circle at 85% 18%, rgba(10, 166, 194, 0.10), transparent 34%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    border: 1px solid rgba(5, 47, 120, 0.08);
}

.denty-bottom-cta-box p {
    max-width: 640px;
    margin: 0 auto 24px;
}

/* Responsive */
@media (max-width: 991px) {

    .denty-about-intro,
    .denty-mission-vision,
    .denty-commitment-section {
        padding: 70px 0;
    }

    .denty-purpose-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .denty-commitment-left {
        position: static;
    }
}

@media (max-width: 767px) {
    :root {
        --denty-h1: 34px;
        --denty-h2: 28px;
        --denty-h3: 21px;
        --denty-p: 15px;
    }

    .denty-about-intro {
        padding: 55px 0 50px;
    }

    .denty-about-purpose {
        padding-bottom: 55px;
    }

    .denty-mission-vision,
    .denty-commitment-section {
        padding: 60px 0;
    }

    .denty-about-head {
        margin-bottom: 32px;
    }

    .denty-about-image {
        border-radius: 24px;
    }

    .denty-purpose-box {
        border-radius: 24px;
        padding: 26px 22px;
    }

    .denty-mv-card {
        border-radius: 24px;
        padding: 26px 22px;
    }

    .denty-commitment-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .denty-bottom-cta-box {
        padding: 38px 20px;
        border-radius: 26px;
    }
}

/* =========================
   DENTY FOUNDERS SECTION
========================= */
.denty-founders-section {
    padding: 85px 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(10, 166, 194, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.denty-founders-visual {
    position: relative;
}

.denty-founder-photo {
    border-radius: 32px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(5, 47, 120, 0.08);
    box-shadow: 0 24px 70px rgba(5, 47, 120, 0.10);
}

.denty-founder-photo img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.denty-founder-badge {
    position: absolute;
    right: -22px;
    bottom: 28px;
    max-width: 220px;
    padding: 20px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0d63b7 0%, #0aa6c2 100%);
    color: #ffffff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    box-shadow: 0 18px 40px rgba(5, 47, 120, 0.22);
}

.denty-founder-badge span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
}

.denty-founders-content {
    max-width: 720px;
}

.denty-founder-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.denty-founder-values div {
    padding: 20px 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(5, 47, 120, 0.08);
    box-shadow: 0 12px 30px rgba(5, 47, 120, 0.06);
}

.denty-founder-values strong {
    display: block;
    margin-bottom: 6px;
    color: #052f78;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
}

.denty-founder-values span {
    display: block;
    color: #607284;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}

/* =========================
   MISSION VISION ICON STYLE
========================= */
.denty-mv-icon {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, #eaf5ff 0%, #f5fcff 100%);
    border: 1px solid rgba(13, 99, 183, 0.12);
    color: #0d63b7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.denty-mv-icon svg {
    width: 34px;
    height: 34px;
}

.denty-mv-icon svg path,
.denty-mv-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.denty-mv-card:hover .denty-mv-icon {
    background: linear-gradient(135deg, #0d63b7 0%, #0aa6c2 100%);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .denty-founders-section {
        padding: 70px 0;
    }

    .denty-founder-photo img {
        min-height: 360px;
    }

    .denty-founder-badge {
        right: 20px;
        bottom: 20px;
    }

    .denty-founder-values {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .denty-founders-section {
        padding: 60px 0;
    }

    .denty-founder-photo {
        border-radius: 24px;
    }

    .denty-founder-photo img {
        min-height: 300px;
    }

    .denty-founder-badge {
        position: static;
        max-width: 100%;
        margin-top: 16px;
        border-radius: 20px;
    }
}




/* =========================
   DENTY CONTACT PAGE
========================= */
.denty-contact-page {
    font-family: var(--denty-font, 'DM Sans', Arial, sans-serif);
    background: #ffffff;
}

.denty-contact-info-section {
    padding: 90px 0 70px;
    background:
        radial-gradient(circle at 12% 12%, rgba(13, 99, 183, 0.08), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(10, 166, 194, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.denty-contact-head {
    max-width: 780px;
    margin: 0 auto 50px;
}

.denty-contact-head h1 {
    margin: 0 0 16px;
    color: #052f78;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.denty-contact-head p {
    max-width: 650px;
    margin: 0 auto;
    color: #607284;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

/* Contact Cards */
.denty-contact-card {
    height: 100%;
    padding: 34px 28px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(5, 47, 120, 0.09);
    box-shadow: 0 18px 45px rgba(5, 47, 120, 0.07);
    text-align: center;
    transition: all 0.3s ease;
}

.denty-contact-card:hover {
    transform: translateY(-7px);
    border-color: rgba(13, 99, 183, 0.24);
    box-shadow: 0 26px 62px rgba(5, 47, 120, 0.13);
}

.denty-contact-icon {
    width: 68px;
    height: 68px;
    border-radius: 24px;
    background: #eaf5ff;
    color: #0d63b7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: all 0.3s ease;
}

.denty-contact-card:hover .denty-contact-icon {
    background: linear-gradient(135deg, #0d63b7 0%, #0aa6c2 100%);
    color: #ffffff;
}

.denty-contact-icon svg {
    width: 34px;
    height: 34px;
}

.denty-contact-icon svg path,
.denty-contact-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.denty-contact-card h3 {
    margin: 0 0 12px;
    color: #052f78;
    font-size: clamp(22px, 2vw, 26px);
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.denty-contact-card p {
    margin: 0 auto 16px;
    color: #607284;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    max-width: 300px;
}

.denty-contact-card a,
.denty-contact-card span {
    color: #0d63b7;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}

/* Form Section */
.denty-contact-form-section {
    padding: 20px 0 95px;
    background: #ffffff;
}

.denty-contact-form-box {
    padding: 44px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 18%, rgba(13, 99, 183, 0.08), transparent 34%),
        radial-gradient(circle at 85% 16%, rgba(10, 166, 194, 0.08), transparent 34%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    border: 1px solid rgba(5, 47, 120, 0.09);
    box-shadow: 0 22px 60px rgba(5, 47, 120, 0.08);
}

.denty-form-head {
    max-width: 620px;
    margin: 0 auto 34px;
}

.denty-form-head h2 {
    margin: 0 0 12px;
    color: #052f78;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.denty-form-head p {
    margin: 0;
    color: #607284;
    font-size: 16px;
    line-height: 1.75;
}

/* Form Inputs */
.denty-form-group label {
    display: block;
    margin-bottom: 9px;
    color: #052f78;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.denty-form-group input,
.denty-form-group textarea {
    width: 100%;
    border: 1px solid rgba(5, 47, 120, 0.12);
    background: #ffffff;
    border-radius: 18px;
    padding: 15px 17px;
    color: #102f3a;
    font-size: 15px;
    line-height: 1.5;
    outline: none;
    transition: all 0.25s ease;
}

.denty-form-group input {
    min-height: 54px;
}

.denty-form-group textarea {
    resize: none;
}

.denty-form-group input::placeholder,
.denty-form-group textarea::placeholder {
    color: #96a7b5;
}

.denty-form-group input:focus,
.denty-form-group textarea:focus {
    border-color: rgba(13, 99, 183, 0.45);
    box-shadow: 0 0 0 4px rgba(13, 99, 183, 0.08);
}

/* Submit Button */
.denty-contact-submit {
    min-width: 180px;
    min-height: 54px;
    padding: 0 30px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d63b7 0%, #052f78 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 14px 30px rgba(5, 47, 120, 0.20);
    transition: all 0.25s ease;
}

.denty-contact-submit:hover {
    background: linear-gradient(135deg, #0aa6c2 0%, #0d63b7 100%);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(5, 47, 120, 0.26);
}

/* Responsive */
@media (max-width: 991px) {
    .denty-contact-info-section {
        padding: 75px 0 60px;
    }

    .denty-contact-form-section {
        padding: 10px 0 75px;
    }

    .denty-contact-form-box {
        padding: 34px 28px;
    }
}

@media (max-width: 767px) {
    .denty-contact-info-section {
        padding: 58px 0 48px;
    }

    .denty-contact-head {
        margin-bottom: 34px;
    }

    .denty-contact-head h1 {
        font-size: 34px;
    }

    .denty-contact-head p,
    .denty-form-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .denty-contact-card {
        border-radius: 24px;
        padding: 28px 22px;
    }

    .denty-contact-form-section {
        padding: 0 0 60px;
    }

    .denty-contact-form-box {
        border-radius: 26px;
        padding: 28px 20px;
    }

    .denty-form-head {
        margin-bottom: 26px;
    }

    .denty-form-head h2 {
        font-size: 28px;
    }

    .denty-form-group input,
    .denty-form-group textarea {
        border-radius: 15px;
    }

    .denty-contact-submit {
        width: 100%;
    }
}