header.main-header {
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
}

/* service manage css */
.carousel-item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hero {
    position: relative;
}

.hero {
    background-image: url(../images/Image.png);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 170px 0px 140px 0px;
    text-align: center;
}

.container-fluid {
    overflow: hidden;
}

.header1 {
    padding: 0px 50px 0px 50px;
}

.horizontal-line {
    border-radius: 20px;
    width: 10px;
    height: 100px;
    background-color: #e68760;
}

h1 .second-line {
    display: block;
    margin-left: 0;
}

.custom-indicators {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-indicators button.active {
    opacity: 1;
    background-color: #fff;
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e68760;
    border: none;
    margin: 0 5px;
    opacity: 0.7;
    transition: opacity 0.3s, background-color 0.3s;
}

.business-model {
    padding: 30px 0;
    text-align: center;
}

.container-custom {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.main-heading-title {
    font-family: "Raleway" !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #3e3e3e !important;
}

.custom-heading {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 24px;
}

.custom-heading::before,
.custom-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background-color: #f8b669;
}

.custom-heading::before {
    left: -120px;
}

.custom-heading::after {
    right: -120px;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.Services-card {
    min-height: 230px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-bottom: 8px solid #4561eb;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.title-margin {
    font-family: "Poppins" !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #3e3e3e !important;
    margin-bottom: 20px;
}

.business-para {
    font-family: "Poppins" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #3e3e3e !important;
}

.Interior-card {
    min-height: 230px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-bottom: 8px solid #6abfc6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.business-card {
    min-height: 230px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-bottom: 8px solid #e68760;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#homepage-banner-slider {
    padding-top: 150px;
}

a:hover {
    color: #f16539;
    text-decoration: none;
}

/* service manage css */

/* fullhome calculator page */
.home-type {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px 0;
}

.stepper-container {
    max-width: 500px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 70px !important;
}

.step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
    transition: 0.3s;
}

.step.active {
    background-color: #6abfc6;
    color: #fff;
}

.home-option,
.furniture-option,
.services-option {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 300px;
    padding: 10px;
    margin: 5px 0px;
    text-align: left;
    cursor: pointer;
    transition: 0.9s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-option {
    text-align: center;
}

.home-option img,
.services-option img {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}

.input-group {
    margin: 20px 0;
    text-align: center;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    display: block;
    border-radius: 5px;
    margin: 5px auto 0 auto;
}

h2 {
    margin-bottom: 10px;
    color: #333;
}

.furniture-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.furniture-columnsRemoveWrap {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 10px;
}


.column {
    flex: 1 1 100%;
    margin: 0;
}

.column h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.furniture-option.has-toggle {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #eee;
    border-radius: 12px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #6abfc6;
}

.stepper-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 3px;
    background: #ccc;
    z-index: 0;
    transform: translateY(-50%);
}

.stepper-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.stepper-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #e6865a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.stepper-buttons button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.services-option {
    min-width: 180px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.furniture-grid,
.optional-services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.service-header {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

#form-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 20px;
    width: 75%;
}

.estimate-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.form-group input {
    padding: 12px 15px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.submit-btn {
    background-color: #e6865a;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 50%;
    display: block;
    margin: 20px auto 0 auto;
}

#selectedAreas span {
    float: left;
}

/* fullhome calculator page */

.tab-calc-area .nav-tabs {
    border-bottom: none;
    border: 1px solid #5fafba;
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
}

.tab-calc-area .nav-link {
    padding: 10px;
    border: none;
    color: #0a070a;
    border-radius: 0;
    width: 150px;
}

.tab-calc-area .nav-tabs .nav-item.show .nav-link,
.tab-calc-area .nav-tabs .nav-link.active {
    background: #5fafba;
    color: #fff;
    border: none;
}

.text-headercalc {
    font-size: 24px;
    margin: 10px 0 20px;
}

.tab-area-content {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.area-name-text {
    float: left;
    width: 100%;
}

.areasqft {
    padding: 8px 20px;
    border-radius: 10px;
    background: #e3d8d8;
    color: #847171;
    float: left;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    box-shadow: 0 2px 2px 1px rgb(0 0 0 / 30%);
}

.estimate-area-main {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 10px;
    width: 600px;
    margin: 20px auto 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: none;
    flex-wrap: wrap;
}

.estimate-head-text {
    float: left;
    width: 100%;
}

#estimated-output {
    float: left;
    width: 100%;
}

.estimate-check-value,
.overall-total-area,
.estimate-area-main hr {
    float: left;
    width: 100%;
}

.estimate-check-value span {
    float: left;
    width: calc(100% - 100px);
}

.overall-total-area span {
    float: left;
}

.estimate-check-value strong,
.overall-total-area strong {
    float: right;
}

.ext-quty-input {
    float: left;
    margin: 10px 0 0;
}

.ext-quty-input span {
    text-align: left;
    float: left;
    line-height: normal;
    margin: 2px 0;
}

.ext-quty-input input {
    float: left;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

.services-option {
    border: 2px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.services-option.selected {
    background-color: #6abfc6;
}

.full-w {
    float: left;
    width: 100%;
}

/* footer design  */
.custom-footer {
    background-color: #6abfc6;
    color: white;
    padding: 20px 0;
    font-size: 16px;
}

.container-fluid {
    overflow: hidden;
}

.header1 {
    padding: 0px 50px 0px 50px;
}

.footer-logo {
    width: 210px;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 150px;
    height: 150px;
    margin: 10px auto;
}

.qr-code-img {
    width: 100%;
    height: auto;
}

.app-download-btn {
    max-width: 135px;
    height: 45px;
}

.footer-heading {
    font-family: "Raleway";
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.scroll-to-top {
    color: white;
    font-size: 20px;
    top: 20px;
}

/* footer design  */
.business-model a {
    text-decoration: none;
    width: 100%;
}

.business-model div .col-md-4 {
    margin: 10px 0 0 0;
}

.home-option.selected {
    background-color: #6abfc6;
    border-radius: 10px;
}

.furni-img {
    width: 40px;
    height: 40px;
}

input:checked+.slider:before {
    transform: translateX(11px);
}

.logo-text {
    /* font-family: poppins; */
    font-size: 16px;
    color: #77736f !important;
}

.country_select {
    margin-right: 15px;
    margin-left: 10px;
    text-decoration: none;
    box-shadow: 2px 1px 1px #e78c60;
}

@media (max-width: 768px) {
    .custom-footer {
        text-align: center;
    }

    .custom-heading::after {
        right: auto;
        left: -60px;
        width: 50px;
    }

    .custom-heading::before {
        left: -60px;
        width: 50px;
    }

    .logo-text {
        display: none;
    }
}

@media (max-width: 575px) {

    .estimate-area-main,
    #home-section.container-custom,
    #furniture-section.container-custom,
    #services-section.container-custom,
    #form-section.container-custom {
        width: 90%;
    }

    .tab-calc-area .nav-link {
        width: 130px;
    }

    .home-option,
    .furniture-option,
    .services-option {
        max-width: 100%;
    }
}