* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display';
}

h1 span {
    font-family: 'Playfair Display';
}

p {
    font-family: "Product Sans";
}

button {
    font-family: "Product Sans";
}
.header{
    display: flex;
    justify-content:space-between;
}
#hero-logo {
    width: 120px;
    height: auto;
    display: block;
   
    padding-bottom: 40px;
}
.endfooter{
    display: flex;
    justify-content: space-between;
    padding:10px 0px 0px 0px;
    align-items: center;
}
.header a{
    text-decoration: none;
    color: white;
    background-color: #C7A46B;
 padding: 8px 16px;
    height: max-content;
    border-radius: 8px;
    font-weight: bold;
}

#hero-section {
    background-image: url('./img/Hero-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 40px 0px;

}
.endfooter a {
    text-decoration: none;
}
#hero-section h1 {
    font-size: 40px;
}

#hero-section hr {
    border: none;
    border-top: 2px solid rgba(199, 164, 107, 0.8);
    margin: 40px 0px;
}

#hero-section h1 {
    color: white;
}

#hero-section h1 span {
    color: #C7A46B;
}

.hero-desc {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.help-text h6 {
    color: #121212;
}

.badge {
    padding: 6px 14px;
    border: 1px solid rgba(199, 164, 107, 0.3);
    border-radius: 20px;
    background-color: rgba(199, 164, 107, 0.2);
    color: #C7A46B;
    margin-bottom: 20px;
}



.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    background-image: none !important;
    content: "+";
    font-size: 22px;
    font-weight: 300;
    color: #c49a63;
}


.accordion-button:not(.collapsed)::after {
    content: "−";
}

.btn-primary {
    padding: 14px;
    background: #C7A46B;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: "Product Sans";

    text-decoration: none;
    color: #2E2E2E;
}

#sec-2 button {
    border-radius: 4px;
    padding: 4px 16px;
    color: #99763D;
    font-family: 'Product Sans';
    border: var(--stroke-weight-1, 1px) solid rgba(196, 163, 110, 0.30);
    background: rgba(196, 163, 110, 0.10);
}

.btn-outline {
    border: 1px solid #C7A46B;
    padding: 14px 28px;
    border-radius: 6px;
    font-family: "Product Sans";

    text-decoration: none;
    color: #C7A46B;
}

.feature-wrapper h5 {
    color: #C4A36E;
}

.feature-wrapper p {
    color: rgba(255, 255, 255, 0.50);
}

#innovation-section .desc {
    color: rgba(255, 255, 255, 0.70) !important;

}

.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.stat h3 {
    color: #C7A46B;
}

.stat p {
    font-size: 12px;
    color: #BFBFBF;
    letter-spacing: 1px;
    margin-top: 4px;
}

.consultation-form h3 {
    color: #ffffff;
    font-size: 1.5rem;
}

.hero-form-col {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 320px;
}

.consultation-form {
    background: rgba(255, 255, 255, 0.04);
    margin: auto auto 40px auto;
    padding: 40px;
    border-radius: 14px;
    border: 1px solid rgba(199, 164, 107, 0.25);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 380px;
}


#spans {
    font-style: italic;
}

.consultation-form p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;

}

.form-group {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
    letter-spacing: 1px;
    font-family: "Product Sans";
}

.form-group input,
.form-group select {
    padding: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.5);
    outline: none;
    font-family: "Product Sans";
}

.submit-btn {
    width: 100%;
    padding: 8px;
    background: linear-gradient(#C4A36E, #99763D);
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    color: #2E2E2E;
}

.submit-btn:hover {
    background: #e6be76;
}
.maintxt{
    font-size: 20px;
}

.hero-icn {
    width: 32px;
}

#hero-bottom .hero-btm-txt {
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    margin: 0;
    font-size: 0.8rem;
}

.hero-cont {
    display: flex;
    padding: 20px 0px;
    justify-content: space-evenly;
}

#hero-bottom {
    background-color: #0F0D0B;
    justify-content: space-evenly;

}

.icn {
    display: flex;
    align-items: center;
    gap: 8px;

}

.spltxt {
    color: #C4A36E;
}

#sec-2 {
    padding: 40px 0px;
    background-color: #F8F5EF;
}

#sec-2 .card-custom {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
}

.card-custom:hover {
    color: rgba(196, 163, 110, 1);
    border-radius: 12px;
    border-top: 6px solid rgba(196, 163, 110, 0.8);
    background: linear-gradient(135deg, var(--color-orange-10, #1E1A15) 0%, var(--color-orange-19, #383029) 100%);
}

.card-custom:hover p {
    color: rgba(255, 255, 255, 0.6);
}

.btn-outline-gold {
    color: #99763D;
    background-color: rgba(196, 163, 110, 0.1);
    border: 1px solid rgba(196, 163, 110, 0.3);
    border-radius: 4px;
    padding: 4px 8px;
}


.pill-badge {
    background-color: rgba(196, 163, 110, 0.08);
    color: rgba(56, 48, 41, 0.9);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(196, 163, 110, 0.2);
    font-size: 0.9rem;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}

.btm-sec2 {
    padding: 40px 0px;
}

#how-it-works {
    background-color: #1a1512;
    /* Very dark charcoal/black */
    padding: 100px 0;
    color: white;
}

.timeline-container {
    position: relative;
    padding: 40px 0;
}

/* Vertical Gold Line */
.vertical-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--color-orange-600, rgba(199, 164, 107, 0.00)) 0%, var(--color-orange-6040, rgba(196, 163, 110, 0.40)) 15%, var(--color-orange-6040, rgba(196, 163, 110, 0.40)) 85%, var(--color-orange-600, rgba(199, 164, 107, 0.00)) 100%);

    /* Faded gold */
    transform: translateX(-50%);
}

/* Timeline Circles */
.timeline-icon {
    width: 60px;
    background-color: #c5a367;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    z-index: 2;
    box-shadow: 0 0 15px rgba(197, 163, 103, 0.5);
}

/* Cards */
.work-card {
    border-radius: 16px;
    border: 1px solid rgba(196, 163, 110, 0.10);
    background: rgba(255, 255, 255, 0.03);

    padding: 30px;

    transition: all 0.3s ease;
}

.work-card p {
    color: rgba(255, 255, 255, 0.50);
}

.work-card:hover {
    border: 1px solid rgba(196, 163, 110, 0.70);
}

.work-card h3 {
    font-family: 'Playfair Display';
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.work-card p {
    font-size: 0.9rem;
    color: #b0b0b0;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Highlighted Border for the final step */
.card-border-gold {
    border: 1px solid var(--gold);
}

.lead-text {
    color: rgba(255, 255, 255, 0.7);
}

.card-text {
    color: rgba(18, 18, 18, 0.60);
}

.st-header-content {
    margin-bottom: 50px;
    text-align: center;
}

#smile-transformations {
    padding: 40px 0px;
}

.st-sub-headline {
    color: var(--st-gold);
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.st-main-headline {
    font-size: 42px;
    color: #121212;
}

span.spltxt {
    font-family: 'Playfair Display';
}

.st-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.st-col {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
}

.st-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease;
}


.st-image-wrapper img {
    width: 100%;
    object-fit: cover;
}

/* st-visit-badge removed */

.st-card-body {
    padding: 25px;
}

.st-stars {
    color: #C4A36E;
    margin-bottom: 8px;
}

.st-card-title {
    margin: 5px 0;
    color: #1A1A1A;
    font-size: 22px;
}

#slots .col-lg-6 img {
    overflow: hidden;
}

.st-service-subtitle {
    font-size: 10px;
    color: #C4A36E;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.st-service-desc {
    font-size: 14px;
    color: rgb(18, 18, 18, 0.5);
    line-height: 1.5;
}

#innovation {
    background-image: url('./img/aibg.webp');
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
}

.st-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.st-col {
    flex: 1;
    min-width: 250px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.st-col:last-child {
    border-right: none;
}

/* Header Text Styles */
.ai-header-content {
    margin-bottom: 60px;
}

.ai-sub-headline {
    color: #C4A36E;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ai-main-headline {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}



.ai-description {
    max-width: 600px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 18px;
}

/* Card Styles */
.ai-feature-card {
    padding: 30px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(196, 163, 110, 0.15);
    background-color: #1E1A15;
}

.ai-feature-card:hover {
    background: rgba(255, 255, 255, 0.03);
}

.ai-icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(197, 163, 103, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.ai-icon-wrapper img {
    width: 25px;
    height: 25px;
    filter: sepia(1) saturate(5) hue-rotate(10deg);
}

.ai-feature-title {
    color: #C4A36E;
    font-size: 20px;
    margin-bottom: 15px;
}

.ai-feature-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.ai-feature-card img {
    margin-bottom: 20px;
}

#innovation .row {
    border-radius: 16px !important;
    padding: 0px !important;

}

/* Image Component */
.profile-asset img {
    width: 100%;
    border-radius: 40px;
    display: block;
}

/* Content Styling */
.top-label {
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--brand-gold);
    display: block;
    margin-bottom: 10px;
}

.header-name {
    font-size: 42px;
    margin: 0 0 10px 0;
}

.header-tagline {
    color: var(--brand-gold);
    font-size: 32px;
    margin: 0 0 25px 0;
}

.summary-paragraph {

    color: rgb(18, 18, 18, 0.6);
    font-size: 15px;

}

.emphasis-quote {
    border-left: 3px solid var(--brand-gold);
    font-size: 20px;
    color: #C4A36E;
    font-family: 'Playfair Display';
    margin: 20px 0;
}

/* Info Tiles Grid */
.grid-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.content-wrapper p {
    margin-bottom: 0px !important;
}

#patient-stories {
    background-color: #F2EEE8;
    padding: 40px 0px;
}

#patient-stories .desc {
    color: rgba(135, 135, 135, 1);
    font-size: 0.8rem !important;
}

#patient-stories .wrap {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 16px;
}

#slots {
    padding: 40px 0px 0px 0px;
    background: linear-gradient(107deg, var(--color-orange-78, #E4CEAA) 0%, var(--color-orange-60, #C4A36E) 50%, var(--color-orange-42, #99763D) 100%);
}

.btnn {

    border-radius: 8px;
    background: #121212;
    color: rgba(199, 164, 107, 1);
    display: inline-block;
    max-width: fit-content;
    padding: 8px 16px;
    text-decoration: none;
    border: none;
}

#slots .col-lg-6 img {
    margin-bottom: 0px !important;
}

#slots p {
    color: rgba(54, 54, 54, 1);
}

#slots .dec {
    color: rgba(18, 18, 18, 0.6);
}

.info-tile {
    background: rgba(196, 163, 110, 0.06);
    padding: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(196, 163, 110, 0.15);
    display: flex;
    flex-direction: column;
    /* This stacks the image on top of the text */
    align-items: flex-start;
    /* Keeps everything aligned to the left */
    gap: 15px;
}

.tile-icon {
    font-size: 20px;
}

.tile-text strong {
    display: block;
    color: rgba(26, 26, 26, 1);
    font-size: 14px;
}

.tile-text span {
    color: rgba(153, 118, 61, 0.8) !important;
    margin: 0px !important;
}

.tile-text p {
    margin: 0px !important;
}

.tile-text span {
    font-size: 12px;
    color: var(--muted-gray);
}

#profile-section {
    padding: 40px 0px;
}

#faq-section {
    padding: 80px 0;
}

/* LEFT SIDE */

.small-title {
    letter-spacing: 3px;
    font-size: 12px;
    color: #c49a63;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-title {
    font-size: 48px;
    line-height: 1.2;
}

.main-title span {
    color: #c49a63;
}

.help-text {
    margin-top: 25px;
    color: #555;
    font-size: 15px;
}

.category-box {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    background: #fff;
}

.category-box.active {
    border-color: #c49a63;
}

/* Select field */
select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 12px 14px;
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
}

/* Dropdown options */
select option {
    background: #1a1a1a;
    color: #fff;
}

/* When option is selected */
select option:checked {
    background: #c49a63;
    color: #000;
}

/* Optional focus styling */
select:focus {
    outline: none;
    border-color: #c49a63;
    box-shadow: none;
}

.book-btn {
    background: #111;
    color: #fff;
    padding: 14px;
    width: 100%;
    border: none;
    margin-top: 15px;
    font-size: 14px;
}

.book-btn:hover {
    background: #000;
}

/* FAQ */

.accordion-item {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: transparent;
}

.accordion-button {
    background: transparent;
    padding: 20px 0;
    font-size: 16px;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 22px;
    color: #c49a63;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}

.accordion-body {
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #555;
}

#consultation-section {
    background: url('./img/bgg.webp') center/cover no-repeat;
    padding: 40px 0;
    position: relative;
}

#consultation-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

#consultation-section .container {
    position: relative;
    z-index: 2;
}

/* LEFT SIDE */

.small-label {
    letter-spacing: 2px;
    font-size: 12px;
    color: #c7a46c;
}

.hero-title {
    font-size: 48px;
    margin: 10px 0;
}

.hero-title span {
    color: #c7a46c;
}



/* CONTACT ITEMS */

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-item .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #c7a46c;
}

/* FORM CARD */

.consult-form {
    background: rgba(255, 255, 255, 0.08);
    padding: 35px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    color: #fff;
}

.consult-form h4 {
    margin-bottom: 10px;
}

.form-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 20px;
}
.contact-item a{
    color: inherit;
    text-decoration: none;
}

.contact-item a:hover{
    color: #c49a63;
}
.consult-form label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
    margin-top: 10px;
}

.consult-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFF;

    margin-top: 5px;
    margin-bottom: 12px;
    padding: 12px;
}

.consult-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.30);

}
#faq-section{
padding:80px 0;
background:#f7f7f7;
}

.category-box{
border:1px solid #ddd;
padding:14px 18px;
margin-bottom:10px;
cursor:pointer;
transition:.3s;
}

.category-box:hover{
border-color:#c6a46d;
}

.category-box.active{
border-color:#c6a46d;
background:#fff;
}

.book-btn{
margin-top:20px;
width:100%;
padding:14px;
background:#c6a46d;
color:#fff;
border:none;
}

.highlight{
color:#c6a46d;
font-style:italic;
}

.accordion-item{
border:none;
border-bottom:1px solid #e5e5e5;
}

.accordion-button{
background:transparent;
box-shadow:none;
font-size:16px;
}

.accordion-button:not(.collapsed){
color:#000;
background:transparent;
}

/* BUTTON */

.book-btn {
    width: 100%;
    background: #c7a46c;
    border: none;
    padding: 14px;
    margin-top: 10px;
}

.book-btn:hover {
    background: #b28f55;
}

/* NOTE */

.secure-note {
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.35);
}

.how-section {
    background: linear-gradient(90deg, #0b0b0b, #2a1d10);
    padding: 100px 0;
    color: #fff;
}

.small-title {
    color: #c7a46c;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 10px;
}

.main-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.main-title span {
    color: #c7a46c;
}

.section-desc {
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 70px;
    font-size: 14px;
}

/* TIMELINE */

.timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #7c5a2c;
    transform: translateX(-50%);
}

.feature-bar {
    background: #0b0b0b;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-item {
    position: relative;
}

.feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.contact-item {
    color: rgba(255, 255, 255, 0.80);
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ddd;
    font-size: 14px;
}

.feature-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(201, 160, 92, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a05c;
    font-size: 14px;
}

.feature-box span {
    white-space: nowrap;
}

/* Mobile */

@media (max-width:991px) {

    .feature-item::after {
        display: none;
    }

    .feature-box {
        justify-content: flex-start;
        padding: 8px 0;
    }

}

/* ROW */

.timeline-row {
    width: 50%;
    padding: 20px;
    position: relative;
}

.timeline-row.left {
    left: 0;
    text-align: right;
}

.timeline-row.right {
    left: 50%;
}

/* CARD */

.timeline-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-card h5 {
    margin-bottom: 10px;
    color: #fff;
}

.timeline-card p {
    font-size: 13px;
    color: #cfcfcf;
    margin: 0;
}

/* ICON */

.timeline-icon {
    width: 46px;
    height: 46px;
    background: #c7a46c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
    color: #000;
    font-size: 18px;
    z-index: 2;
}

/* RESPONSIVE */

@media (max-width:768px) {

    .timeline::before {
        left: 20px;
    }

    .timeline-row {
        width: 100%;
        padding-left: 60px;
        padding-right: 20px;
    }

    .timeline-row.left,
    .timeline-row.right {
        left: 0;
        text-align: left;
    }

    .timeline-icon {
        left: 20px;
        transform: none;
    }

}


/* Mobile Adjustments */
@media (max-width: 768px) {
    .grid-highlights {
        grid-template-columns: 1fr;
    }

    .header-name {
        font-size: 32px;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .st-col {
        flex: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .st-col:nth-child(even) {
        border-right: none;
    }
}

@media (max-width: 576px) {
    .st-col {
        flex: 100%;
        border-right: none;
    }
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .vertical-line {
        left: 30px;
    }

    .timeline-icon {
        margin-left: -150px;
        /* Aligns icon with line on mobile */
        width: 40px;
        height: 40px;
    }

    .timeline-row {
        text-align: left;
        padding-left: 60px;
    }
}

@media (max-width:992px) {




    .consultation-form {
        max-width: 100%;
    }

}

@media (max-width:576px) {



    .hero-stats {
        gap: 20px;
    }



}

.feature-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
}



.feature-col:last-child {
    border-right: none;
}

.feature-card {
    text-align: center;
    padding: 35px 25px;
    background: rgba(255, 255, 255, 0.02);
    height: 100%;
}

@media (max-width:991px) {

    .feature-col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .feature-col:last-child {
        border-bottom: none;
    }

}

.innovation-section {
    padding: 100px 0;
    background: linear-gradient(90deg, #000, #2b1f12);
    color: #fff;
}

.sub-title {
    color: #c7a46c;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 15px;
}

.main-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.main-title span {
    color: #c7a46c;
}

.desc {
    color: #ccc;
    font-size: 15px;
    max-width: 520px;

}

/* FEATURE WRAPPER */

.feature-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

/* CARD */

.feature-card {
    text-align: center;
    padding: 35px 25px;
    background: rgba(255, 255, 255, 0.02);
    height: 100%;

}


.feature-card h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.feature-card p {
    font-size: 13px;
    color: #bbb;
    margin: 0;
}

/* ICON */

.icon-box {
    width: 46px;
    height: 46px;
    margin: auto;
    border-radius: 50%;
    background: rgba(199, 164, 108, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7a46c;
    font-size: 18px;
}

/* MOBILE */

/* ===== FEATURE GRID BORDERS FIX ===== */

.feature-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.feature-col {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Desktop (4 columns) */
@media (min-width:992px) {

    .feature-col:nth-child(4) {
        border-right: none;
    }

    .feature-col:nth-last-child(-n+4) {
        border-bottom: none;
    }

}

/* Tablet (2 columns) */
@media (min-width:768px) and (max-width:991px) {

    .feature-col:nth-child(2n) {
        border-right: none;
    }

    .feature-col:nth-last-child(-n+2) {
        border-bottom: none;
    }

}

/* Mobile (1 column) */
@media (max-width:767px) {

    .feature-col {
        border-right: none;
    }

    .feature-col:last-child {
        border-bottom: none;
    }

}

#how-it-works {
    padding: 100px 0;
    background: linear-gradient(90deg, #000, #2b1f12);
    color: #fff;
    position: relative;
}

.section-sub {
    color: #c7a46c;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.section-title span {
    color: #c7a46c;
}

.section-desc {
    max-width: 600px;
    margin: 0 auto 70px;
    color: #ccc;
    font-size: 14px;
}

/* Timeline */

.timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(199, 164, 108, 0.5);
    transform: translateX(-50%);
}

/* Items */

.timeline-item {
    position: relative;
    width: 50%;
    padding: 30px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

/* Cards */

.timeline-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-card.highlight {
    border: 1px solid #c7a46c;
}

.timeline-card h5 {
    margin-bottom: 10px;
}

.timeline-card p {
    font-size: 13px;
    color: #bbb;
    margin: 0;
}

/* Icon */

.timeline-icon {
    position: absolute;
    top: 40px;
    left: 100%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #c7a46c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(199, 164, 108, 0.6);
    z-index: 2;
}

.timeline-item.right .timeline-icon {
    left: 0;
    transform: translateX(-50%);
}
#next_button {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: table;
		z-index:999;
	}

	#next_button a {
		text-decoration: none;
	}


	.below-button-container {
		border-radius: 12px 12px 0px 0px;
		width: 90%;
		margin:auto;
		background: linear-gradient(#C4A36E, #99763D);
		padding: 3%;
	}
@media (min-width:680px) {
	#next_button {
	  display: none
	}
}
/* Mobile */

@media (max-width:768px) {

    .timeline::before {
        left: 25px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
        text-align: left;
    }

    .timeline-item.right {
        left: 0;
    }

    .timeline-icon {
        left: 25px !important;
        transform: none;
    }

}

@media (max-width:991px) {

    /* move vertical line to left */
    .timeline::before {
        left: 20px;
        transform: none;
    }

    .consultation-form,
    .consult-form {
        margin-top: 30px !important;
    }

    /* make items full width */
    .timeline-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 70px;
        padding-right: 20px;
    }

    /* move icon to left side */
    .timeline-icon {
        left: 20px !important;
        transform: none;
    }

}

@media (max-width:991px) {

    .timeline-card {
        text-align: left;
    }

}

.consultation-form {
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}

.consultation-form h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.consultation-form p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
    color: #fff;
}

.gold-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #c9a45c, #a67c3c);
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.form-note {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #aaa;
}
/* Fix input text color */
.form-group input,
.form-group select {
    color: #fff;
    background: rgba(255,255,255,0.05);
}

/* Fix on focus */
.form-group input:focus,
.form-group select:focus {
    color: #fff;
    background: rgba(255,255,255,0.05);
    outline: none;
}

/* 🔥 Chrome Autofill Fix (IMPORTANT) */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.form-group input,
.form-group select {
    background-color: rgba(255,255,255,0.05) !important;
    color: #fff !important;
}