:root {
    --clove-primary: #F58420;
    --clove-dark: #462512;
    --clove-light-bg: #FFFAF5;
    --clove-peach: #FFE0C4;
    --clove-text-dark: #1a1a1a;
    --clove-text-gray: #474747;
    --clove-text-medium: #364153;
    --clove-text-darker: #303030;
}

/* Hero Section */
.hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

.hero-title {
    font-weight: 700;
    font-size: 40px;
    color: var(--clove-text-dark);
}

.hero-subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 40.945px;
    letter-spacing: -0.5659px;
    color: var(--clove-text-medium);
}

.quote-section {
    margin-top: 0;
    margin-bottom: 0;
}

.scroller_section section {
    padding: 0;
}

.scroller_section {
    padding: 0;
}

.custom-announcement-bar {
    background: #fff !important;
    box-shadow: 0px 0px 6px 0px #00000040 !important;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #474747;
    line-height: 1.5;
    /* margin: 0 auto; */
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 8px;
}

.quote-section {
    background-color: var(--clove-light-bg);
    padding: 60px 100px 0;
    position: relative;
    text-align: center;
    min-height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bg-light-custom {

    background-color: var(--clove-light-bg);
}

.hero-section .btn-primary-custom,
.form-section .btn-primary-custom {
    background-color: var(--clove-primary);
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 12px;
    height: 38px;
}

.why_choose_laser .feature-card .feature-card_item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.feature-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: var(--clove-dark);
}

.feature-card {
    background-color: white;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 7px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.form-section {
    background-color: var(--clove-light-bg);
    padding: 30px 100px;
}



.form-custom {
    background-color: white;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 16px 40px;
}

.form-control-custom {
    border: 1px solid var(--clove-peach);
    border-radius: 2px;
    height: 38px;
    padding: 0px 16px;
    font-size: 16px;
    margin-bottom: 20px;
}

.form-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--clove-text-dark);
    text-align: center;
    margin-bottom: 20px;
}

/* STep */

.accordion-step-item {
    margin-bottom: 24px;
}

.accordion-step-header {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    width: 100%;
}

.step-number {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: var(--clove-primary);
    width: 71px;
    flex-shrink: 0;
}

.step-content-wrapper {
    flex: 1;
    min-width: 0;
}

.step-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.step-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.step-description.show {
    max-height: 200px;
    margin-top: 4px;
}

.step-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--clove-text-gray);
    margin: 4px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
}

/* Quote Section */
.quote-section {
    background-color: var(--clove-light-bg);
    padding: 60px 100px 0;
    position: relative;
    text-align: center;
    min-height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-mark {
    font-size: 130px;
    line-height: 1.2;
    color: var(--clove-dark);
    font-weight: 700;
    position: absolute;
}

.quote-mark-left {
    left: 391px;
    top: -72px;
    transform: rotate(-174deg);
}

.quote-mark-right {
    right: 60px;
    top: 175px;
    transform: rotate(375deg);
}

.quote-content {
    max-width: 934px;
    z-index: 1;
}

.quote-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--clove-primary);
    margin-bottom: 20px;
}

.quote-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--clove-text-dark);
}

/* testimonial video */


.section-wrapper {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
}



.section-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #474747;
    line-height: 1.5;
    /* margin: 0 auto; */
}

.slider-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.slider-wrapper {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.slide-item {
    flex: 0 0 calc(45.33% - 20px);
    display: flex;
    gap: 24px;
}

.video-container {
    position: relative;
    width: 300px;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.video-element.active {
    display: block;
}

.play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #fffaf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.play-button-wrapper.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-icon {
    width: 30px;
    height: 42px;
}

.testimonial-card {
    background-color: #fff9f4;
    border: 1px solid #ffe0c4;
    border-radius: 4px;
    padding: 20px;
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: 400px;
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffe0c4;
    border: 1.2px solid #f58420;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #303030;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.user-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.user-name {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

.stars-container {
    display: flex;
    gap: 8px;
}

.star-icon {
    width: 24px;
    height: 24px;
    fill: #f2c830;
}

.testimonial-text {
    font-size: 20px;
    font-weight: 400;
    color: #464646;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.nav-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f58420;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.nav-button:hover {
    background-color: #e07010;
}

.nav-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}


/* Faqs Sec*/

.faq-item {
    background-color: white;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin-bottom: 16px;
}

.faq-button {
    background-color: white;
    border: none;
    padding: 12px 16px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: var(--clove-text-dark);
}

.faq-button:hover {
    background-color: #fafafa;
}

.faq-icon {
    color: var(--clove-primary);
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-icon.rotated {
    transform: rotate(180deg);
}

.faq-content {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-content.show {
    max-height: 500px;
    padding: 0 16px 16px 16px;
}

.faq-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--clove-text-gray);
}

.step-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* City Badges */
.city-badge {
    background-color: white;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--clove-text-dark);
    cursor: pointer;
}

.city-badge:hover {
    background-color: #f8f8f8;
}




/* Comparison Table Section */
.comparison-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #1a1a1a;
    text-align: center;
}

.comparison-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
    text-align: center;
}

.comparison-table-wrapper {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.comparison-table {
    margin-bottom: 0;
    width: 100%;
}

.comparison-table th {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: center;
    padding: 19.53px 20px;
    border: none;
}

.comparison-table th.factor-header {
    background-color: #fff7d9;
    text-align: left;
    padding-left: 30.24px;
}

.comparison-table th.laser-header {
    background-color: #fffaf5;
}

.comparison-table th.general-header {
    background-color: #eef7ff;
}

.comparison-table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
    vertical-align: middle;
    border: none;
}

.comparison-table td.factor-cell {
    font-weight: 500;
    font-size: 18px;
    padding: 29.61px 20.24px;
    text-align: left;
}

.comparison-table td.factor-cell.bg-gray {
    background-color: #f9f9f9;
}

.comparison-table td.laser-cell {
    background-color: #f0fdf4;
    border: 1px solid #b9f8cf;
    text-align: center;
    padding: 29.61px 20px;
}

.comparison-table td.general-cell {
    background-color: #fef2f2;
    border: 1px solid #ffc9c9;
    text-align: center;
    padding: 29.61px 20px;
}

.comparison-note {
    background-color: #eef7ff;
    border-radius: 2px;
    padding: 20px;
}

.comparison-note p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #4a5565;
    text-align: center;
    margin-bottom: 0;
    font-style: italic;
}

.comparison-note strong {
    font-weight: 700;
    font-style: italic;
}

.comparison-table-wrapper .comparison-table th {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: center;
    padding: 19.53px 20px;
    border: none;
}

.form-control:focus {
    box-shadow: none;
}



@media (max-width: 768px) {

    section,
    .hero-section {
        padding: 24px 10px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .scroller_section section {
        margin: 0;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-section .row.align-items-center {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .hero-section .btn-primary-custom {
        width: 100%;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    /* .hero-img {
            width: 100%;
            max-width: 340px;
            height: 180px;
        } */

    .quote-section {
        padding: 24px 5px 0;
        flex-direction: column;
        min-height: auto;
    }

    .quote-section {
        display: flex;
        flex-direction: column-reverse;
    }

    /* .quote-mark,
        .quote-mark-left,
        .quote-mark-right {
            font-size: 48px;
            left: 10px !important;
            right: 10px !important;
            top: 12px !important;
            position: relative !important;
            transform: none !important;
            margin-bottom: 8px;
        } */
    .quote-mark-left {
        left: 8px;
        top: -20px;
        transform: rotate(-174deg);

    }

    .quote-mark-right {
        right: 31px;
        top: 349px;
        transform: rotate(375deg);
    }

    .quote-mark {
        font-size: 70px;
        line-height: 1.2;
        color: var(--clove-dark);
        font-weight: 700;
        position: absolute;
    }

    .quote-content {
        max-width: 95vw;
        font-size: 16px;
        padding: 40px 4vw;
    }

    .quote-title,
    .quote-text {
        font-size: 20px;
    }

    .benifits_sec ul {
        font-size: 16px;
        line-height: 1.5;
        color: var(--clove-text-gray);
    }

    .feature-card,
    .procedure-card,
    .city-badge,
    .info-card {
        padding: 8px 8px;
    }

    .types_mouth_ulcers .common_procedures {
        display: flex;
        flex-direction: row;
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .types_mouth_ulcers .common_procedures .col-md-4 {
        flex: 0 0 85%;
    }

    .types_mouth_ulcers .procedure-card img {
        width: 100%;
    }

    .types_mouth_ulcers .procedure-card {
        padding: 0;
        background: #FFFAF5;
    }

    .form-section .talkto_our {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .talkto_our .col-6 {
        flex: 0 0 58%;
        height: 100%;
    }


    .feature-card {
        gap: 10px;
    }

    .faq-item>div {
        padding: 0;
    }
}