@font-face {
    font-family: 'PlayfairDisplayItalic';
    src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/PlayfairDisplay-Italic.otf') format('opentype');
    font-style: italic;
}
 @font-face {
    font-family: 'Aldine721BT';
     src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/Aldine721BT-Italic.otf') format('opentype');
}
        @font-face {
            font-family: 'Aldine721BTItalic';
            src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/Aldine721BT-Italic.otf') format('opentype');
            font-style: italic;
        }
        @font-face {
            font-family: 'DomaineDisp';
            src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/DomaineDisp-Regular.otf') format('opentype');
        }
        @font-face {
            font-family: 'PlayfairDisplayItalic';
            src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/PlayfairDisplay-Italic.otf') format('opentype');
            font-style: italic;
        }
                @font-face {
            font-family: 'Aldine721BTItalic';
            src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/Aldine721BT-Italic.otf') format('opentype');
            font-style: italic;
        }

        @font-face {
            font-family: 'DomaineDisp';
            src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/DomaineDisp-Regular.otf') format('opentype');
        }

        @font-face {
            font-family: 'PlayfairDisplayItalic';
            src: url('https://bonito.in/wp-content/themes/bonito-cms/assets/font/PlayfairDisplay-Italic.otf') format('opentype');
            font-style: italic;
        }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgb(251, 243, 220) !important;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.owl-carousel button.owl-dot {
    background: #D9D9D9;
    width: 15px;
    height: 15px;
    color: #D9D9D9;
    margin: 3px;
    border-radius: 10px;
}

.owl-carousel button.owl-dot.active {
    background: #AFAFAF;
}

.hero-section1 {
    color: white;
}

.hero-section1 h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
}

.hero-section1 p {
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.hero-section1 .form-card {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.87) 58%);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    min-height: 450px;
    color: #000;
}

.sectionhead2 {
    font-family: Playfair Display;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
}

.text-red {
    color: #F04E45;
}

.shift-top {
    margin-top: -30px;
}

.stepper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #BCBCBC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 0 10px;
    transition: background 0.3s;
    border: 3px solid #BCBCBC;
}

.step.active {
    border: 3px solid black;
    color: black;
}

.step.completed {
    border: 3px solid green;
    color: green;
}

.line {
    height: 2px;
    width: 50px;
    background: #d3d3d3;
    margin: 17px -5px;
    z-index: 1;
}

.step.active + .line {
    background: #888888;
}

.form-group {
    margin-bottom: 20px;
}

input[type="text"], input[type="email"], input[type="tel"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border-color: #3498db;
}

label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.btn-next {
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-next:hover {
    background: #f1584f;
    color: white;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-button .button {
    background-color: #F04E45;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    width: 200px;
    height: 60px;
    line-height: 42px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: inline-block;
    opacity: 0;
}

#topbutton.show {
    opacity: 1;
    visibility: visible;
}

.floating-button .button:hover {
    background-color: #F04E45;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.hero-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.overlay-hero {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 5%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
}

.contact-number {
    text-decoration: none;
    color: #000;
}

.border-r-10 {
    border-radius: 10px;
}

.pointer {
    cursor: pointer;
}

.mob-call-btn {
    background: #ffffff;
    border: 1px solid #f04e45;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
}

.error {
    color: #F04E45;
}

.select2-container .select2-selection--single {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
    height: auto;
    box-sizing: border-box;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:hover {
    border-color: #3498db;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 90%;
}

.select2-container .select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}

.select2-container .select2-results__option {
    padding: 8px 10px;
}

.select2-container .select2-results__option--highlighted {
    background-color: #3498db;
    color: #fff;
}

.life-design {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 92px 8%;
    gap: 60px;
}

.life-text {
    flex: 1 1 450px;
    max-width: 550px;
}

.life-text h1 {
    font-size: 3.7rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1a1919;
    margin-bottom: 1.5rem;
}

.life-text h1 em {
    font-family: 'PlayfairDisplayItalic', serif;
    font-style: italic;
}

.intro {
    font-size: 1.3rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
}

.brand-image {
    max-width: 310px;
    height: auto;
    margin: 1.5rem 0;
    display: block;
}

.life-text{
    font-size: 0.8rem;
    color: #242323;
    line-height: 1.7;
}
.small {
    font-size: 1.3rem;
    color: #242323;
    line-height: 1.7;
}

.life-image {
    flex: 1 1 450px;
    display: flex;
    justify-content: center;
}

.life-image img {
    width: 100%;
    max-width: 550px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid #ff7b7b;
}

.images4 {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.design-section {
    display: flex;
    max-width: 80%;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.image-section {
    flex: 1;
    background-color: rgb(251, 243, 220);
    width: 100%;
    height: 60%;
    overflow: hidden;
    /* border-bottom: 5px solid #ff7b7b; */
}

.image-section img {
    max-width: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
    border-bottom: 5px solid #ff7b7b;
}

.text-section {
    flex: 1;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgb(251, 243, 220);
}

.text-section h1 {
    font-size: 69px;
    color: rgb(124, 94, 21);
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 500 !important;
}

.text-section h1 em {
    font-family: 'Aldine721BT', sans-serif !important;
}

.text-section p {
    font-size: 21px;
    line-height: 1.6;
    text-align: left;
    color: #000000 !important;
}

.features-container {
    width: 91%;
    background-color: #7c5e15;     /* brown like the sample */
    padding: 17px 0; 
    margin: 23px auto;              /* top & bottom spacing */
}

.features {
    max-width: 1200px;             /* keeps row centered on large screens */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);  /* six equal columns */
    gap: 60px;                      /* identical horizontal spacing */
    text-align: center;
    color: #fff;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature p {
    font-size: 14px;
    margin: 0;
}

.design-atlas-section {
    background-color: #ff7b7b;
    padding: 60px 20px;
    color: #FFFFFF !important;
}

.atlas-container {
    max-width: 1000px;
    margin: 0 auto;
}

.atlas-headere h2, p {
    text-align: center;
    color: #fff !important;
    margin-bottom: 15px;
}

.atlas-headere h2 {
    font-size: 49px;
    line-height: 1.3;
    font-weight: 500;
}

.atlas-headere p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.atlas-cards-grid {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-behavior: smooth;
}

.atlas-cards-grid::-webkit-scrollbar {
    display: none;
}

.atlas-design-card {
    min-width: 250px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border: 2px solid white;
}

.atlas-design-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.atlas-card-info {
    flex-grow: 1;
    justify-content: flex-start;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 25px 15px 15px;
    text-align: left;
    border-radius: 8px;
}
.atlas-card-title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.atlas-card-subtitle {
    font-size: 0.85rem;
    opacity: 0.9;
    line-height: 1.3;
    height: 116px;
}


.festive-section {
    display: flex;
    align-items: center;
    padding: 80px 12%;
    gap: 60px;
    background-color: #f9f4e8;
}

.festive-text {
    flex: 1;
    max-width: 500px;
}

.festive-text h1 {
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #8B6F47;
    margin-bottom: 1rem;
}

.festive-text h1 em {
    font-family: 'PlayfairDisplayItalic', serif;
    font-style: italic;
    color: #8B6F47;
    font-size: 4.3rem;
}

.festive-text .description {
    font-size: 1.2rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 15px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.benefit-card {
    background: #e52f2fc9;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 0.85rem;
    line-height: 1.4;
}
.benefit-card:nth-child(3) {
    grid-column: 1 / -1;    /* span across both columns */
    justify-self: center;   /* center it horizontally */
}

.explore-link {
    color: #1a1919ff;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
    letter-spacing: 0.5px;
    /* border-bottom: 2px solid #ff7b7b; */
    display: inline-block;
    padding-bottom: 2px;
}

.festive-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.festive-image img {
    width: 100%;
    max-width: 550px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid #ff7b7b;
}

.showcase-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    gap: 20px;
}

.kitchen-panel {
    position: relative;
    overflow: hidden;
    width: 45%;
    margin: 0;
    padding: 0;
}

.kitchen-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    top: 413px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.content {
    color: white;
    text-align: center;
    max-width: 380px;
}

.main-heading {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

.sub-heading {
    /* font-family: 'Playfair Display', serif; */
    font-style: italic;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 24px;
    color: #f0f0f0;
    line-height: 1.2;
}

.description {
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.9;
    font-weight: 400;
}

.stats {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stat-number {
    font-size: 3.2rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 400;
}

.cta-button {
    display: inline-block;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid #f15769;
    line-height: 1.5;
}

.cta-button:hover {
    opacity: 0.8;
}

.panel-left {
    background: linear-gradient(135deg, #8B6F47 0%, #6B5B4F 100%);
}

.panel-right {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
}

.intro-section {
    width: 90%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
}

.intro-section h1 {
    font-size: 42px;
    line-height: 1.2;
    color: rgb(124, 94, 21);
    margin-bottom: 20px;
}

.intro-section p {
    font-size: 16px;
    font-weight: 500 !important;
    color: #222;
    max-width: 700px;
    margin: 0 auto 25px;
    color: #000 !important;
}

.cta-btn {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #f15769;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-size: 14px;
}

.cta-btn:hover {
    color: #000;
    border-color: #f15769;
}

.intro-section img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    object-fit: cover;
    object-position: bottom;
    border-bottom: 5px solid #f15769;
}

.ready-home {
    background-color: rgb(124, 94, 21);
    padding: 50px 5%;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.image-box img {
    max-width: 100%;
    display: block;
}

.text-box {
    color: #fff;
    max-width: 500px;
    text-align: left;
}

.text-box h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: rgb(251, 243, 220);
}

.text-box p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
}

.cta-btn-ready-home {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: rgb(251, 243, 220);
    border-bottom: 2px solid #f15769;
    padding-bottom: 2px;
    margin-bottom: 30px;
}

.cta-btn-ready-home:hover {
    color: rgb(251, 243, 220);
    border-color: #f15769;
}

.heading-em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 3rem;
    color: #f15622;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .hero-section1 .form-card {
        padding: 8px 15px;
    }
    .hero-section1 p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .hero-section1 h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .hero-section1 .col-lg-5 {
        display: block !important;
    }
    .hero-section1 .hero-carousel {
        object-fit: contain !important;
        height: auto !important;
        width: 100% !important;
        display: block !important;
    }
    .hero-section1 .overlay-hero {
        padding-top: 10px !important;
        position: relative !important;
        margin-top: -100px !important;
        margin-bottom: 90px !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 600px) {
    .hero-carousel .item img {
        object-fit: contain;
    }
    .overlay-hero {
        padding-top: 10px !important;
        position: relative;
        margin-top: -80px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 450px) {
    .overlay-hero {
        padding-top: 50px !important;
        background: rgb(0 0 0 / 0%) !important;
    }
}

@media only screen and (max-width: 991px) {
    .hero-carousel .item img {
        /* height: 47vh !important; */
        width: 100% !important;
        object-fit: cover !important;
        object-position: top !important;
    }
}

@media only screen and (max-width: 991px) {
    .sectionhead2 {
        font-size: 13px !important;
        line-height: 1.2;
        margin: 0;
    }
    .stepper {
        margin-top: 5px !important;
    }
}

/* @media (max-width: 767px) {
    .mobile-fixed-bengaluru {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: rgb(251, 243, 220);
        padding: 10px 0;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    body {
        padding-top: 90px;
    }
} */

@media (max-width: 1024px) {
    .life-design {
        padding: 60px 5%;
        gap: 40px;
    }
    .life-text h1 {
        font-size: 2.6rem;
    }
    .showcase-section {
        flex-direction: column;
        padding: 10px;
    }
    .kitchen-panel {
        width: 100%;
        min-height: 50vh;
    }
    .overlay {
        padding: 30px;
    }
    .main-heading {
        font-size: 2.4rem;
    }
    .sub-heading {
        font-size: 1.8rem;
    }
    .stat-number {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .life-design {
        flex-direction: column;
        text-align: left;
        padding: 40px 5%;
        color: #8B6F47;
    }
    .life-text h1 {
        font-size: 2.7rem;
        color: #8B6F47;
    }
    .brand-image {
        max-width: 310px;
        height: auto;
        margin: 1.5rem 0;
        display: block;
    }
    .design-section {
        flex-direction: column;
    }
    .text-section {
        padding: 40px 30px;
    }
    .text-section h1 {
        font-size: 35px;
        font-weight: 500 !important;
    }
    .festive-section {
        flex-direction: column;
        text-align: left;
        padding: 40px 5%;
    }
    .festive-text h1 {
        font-size: 2.2rem;
        padding-left: 17px;
    }
    .benefits-grid {
        margin-top: 2rem;
        /* grid-template-columns: 1fr; */
        grid-template-areas:
            "card1"
            "card3"
            "card2"
            "card4";
    }

    .benefit-card {
        background: #7C5E15;
        color: white;
        width: 175px;
        height: 70px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .ready-home {
        background-color: rgb(55 42 133);
        padding: 50px 5%;
    }
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .overlay {
        padding: 25px;
    }
    .main-heading {
        font-size: 2rem;
    }
    .sub-heading {
        font-size: 1.6rem;
    }
    .description {
        font-size: 0.9rem;
    }
    .stat-number {
        font-size: 2.4rem;
    }
    .stat-label {
        font-size: 1rem;
    }
        .atlas-design-card {
        min-width: 50px;
        height: 540px;
    }
    .design-atlas-section {
        background-color: #7C5E15;
    }
    .atlas-headere h2 {
        font-size: 41px;
        line-height: 1.3;
        font-weight: 500;
    }

}



@media (max-width: 480px) {
    .overlay {
        padding: 20px;
    }
    .main-heading {
        font-size: 1.8rem;
    }
    .sub-heading {
        font-size: 1.4rem;
    }
    .content {
        max-width: 100%;
    }
    .stat-number {
        font-size: 2.2rem;
    }
}

@media (min-width: 768px) {
    u {
        padding: 0 316px;
    }
}
        @media (max-width: 1024px) {
            .festive-section {
                padding: 60px 5%;
                gap: 40px;
            }
            .festive-text h1 {
                font-size: 2.8rem;
            }
        }
@media (max-width: 768px) {
    .features {
        grid-template-columns: repeat(3, 1fr);
    }
        .benefits-grid {
        margin-top: 2rem;
        /* grid-template-columns: 1fr; */
        grid-template-areas:
        "card1"
        "card3"
        "card2";
    }
}
@media (max-width: 768px) {
    .benefit-card {
        background: #7C5E15;
        color: white;
        width: 175px;
        height: 70px;
        font-size: 10px;
        display: flex
;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .overlay {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex
;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1861px;
  }}