/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background: url('background.jpg') no-repeat center center/cover;
    height: 100vh;
}

.container {
    position: relative;
    width: 100%;
}

.overlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 655px;
    padding: 60px 20px 58px 20px;
    color: white;
}

/* Add your existing CSS styles here */
#responseMessage {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

.success {
    color:#a44945;
    background: #e8f5e9;
}

.error {
    color: red;
    background: #ffebee;
}

.content {
    flex: 1;
    min-width: 300px;
    padding: 0px;
}

.content h1 {
    font-size: clamp(24px, 4vw, 60px);
    margin-bottom: 30px;
}

.content strong {
    color: #a44945;
}

.concerns-title {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.concerns {
    list-style: none;
    margin-top: 10px;
}

.concerns li {
    font-size: clamp(14px, 1.8vw, 16px);
    margin-bottom: 10px;
}

.form-container {
    padding: 25px 20px;
    color: var(--white);
    border-radius: 10px;
    background-color: #000;
    max-width: 565px;
    width: 100%;
    text-align: center;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 75%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    object-fit: cover;
}

.form-container h2 {
    font-size: clamp(20px, 3vw, 24px);
    margin-bottom: 10px;
}

.form-container p {
    font-size: clamp(16px, 2.5vw, 24px);
    margin-bottom: 15px;
}

form {
    display: flex;
    flex-direction: column;
}

input,
textarea {
    height: 32px;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.checkbox input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
}


button {
    background: #a44945;
    color: black;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: clamp(14px, 1.8vw, 16px);
    cursor: pointer;
   
}

button:hover {
    background: #a44945;
}

.hero-section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(4 4 4 / 70%), rgb(6 6 6 / 70%)), url(../wardrobe/6.png) center / cover no-repeat;
    
    min-height: 110vh;
    position: relative;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .overlay {
        padding: 20px;
        flex-direction: column;
        height: auto;
    }
    
    .content {
        min-width: 100%;
        padding: 0px;
    }
    
    .form-container {
        margin: 20px auto;
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
    }
    
    .hero-section {
        display: flex;
        flex-direction: column;
        background: black;
    }
    
    .background-video {
        position: relative;
        width: 100%;
        height: 300px;
        transform: none;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .container {
        position: relative;
        z-index: 2;
        background: #1f1515;
    }
}

@media screen and (max-width: 480px) {
    .overlay {
        padding: 15px;
    }
    
    .content {
        padding: 10px;
    }
    
    .form-container {
        padding: 15px;
        margin: 10px auto;
        gap: 20px;
    }
    
    .form-container h2 {
        font-size: 18px;
    }
    
    .form-container p {
        font-size: 16px;
    }
    
    input, textarea, button {
        margin-bottom: 8px;
    }
}



.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .hero-section {
        display: flex;
        flex-direction: column;
        background:black;
    }

    .background-video {
        position: relative;
        width: 100%;
        height: 300px;
        transform: none;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .container {
        position: relative;
        z-index: 2;
        background:#1f1515;
    }

    .overlay {
        flex-direction: column;
        background: none;
    }

    .content {
        width: 100%;
        margin-top: 20px;
    }

    .form-container {
        width: 100%;
        margin-top: 20px;
    }
}



.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.whatsapp img {
    width: 150px;
}

.logo-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 15px;
    background-color: #ECEEF0;
}

.logo-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rd-navbar-brand {
    flex: 0 0 auto;
}

.brand-name {
    display: block;
}

.brand-name img {
    max-height: 92px;
    width: auto;
}

.contact-number {
    flex: 0 0 auto;
}

.contact-number a {
    color: #694848;
    font-size: 1.80rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-number a:hover {
    color: #007bff;
}




.card-container {
    margin: auto;
    padding: 50px;
    text-align: center;
    max-width: 1200px;
}

.grid {
    display: flex;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/* First row - 4 cards */
.grid > .card:nth-child(-n+4) {
    grid-row: 1;
}

/* Second row - 3 cards */
.grid > .card:nth-child(n+5) {
    grid-row: 2;
}

.card {
    background-color: #111;
    color: white;
    width: 220px;
    min-height: 160px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.icon {
    color: #4CAF50; /* Theme green color - adjust to match exact shade */
    font-size: 28px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 85%;
        margin: 10px 0;
    }
}



.featured-section-1 {
    background-color: #a44945;
    text-align: center;
    display: flex;
    padding: 30px;
    gap: 40px;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: column;
    align-items: center;
}

.featured-section-2 {
    background-color: #000;
    text-align: center;
    padding: 50px 20px;

}

.featured-section-2 h2 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.logo img {
    width: 200px;
    height: auto;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}




.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 30, 30, 0.7);


    color: white;
}

.video-container {

    flex: 1;
    text-align: center;
}

iframe {
    width: 100%;
    max-width: 570px;
    height: 650px;
    border-radius: 10px;
}

.stats-container {
    flex: 1;
    text-align: left;
}

.stats-container h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.stats-container h1 span {
    color: #a44945;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}


.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(12, 6, 6, 0.1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.stat .icon {
    background: #a44945;
    padding: 10px;
    border-radius: 10px;
}

.stat .icon img {
    width: 40px;
    height: 40px;
}

.stat h2 {
    font-size: 28px;
    margin: 10px 0;
    color: white;
}

.stat p {
    font-size: 16px;
    color: white;
}

/* Existing styles remain the same */

/* Media Queries */
@media screen and (max-width: 1024px) {
    .hero-section2 {
        flex-direction: column;
        padding: 40px 20px;
    }

    .video-container {
        width: 100%;
        margin-bottom: 40px;
    }

    .video-container iframe {
        width: 100%;
        height: 300px;
    }

    .stats-container {
        width: 100%;
    }

    .stats-container h1 {
        font-size: 32px;
        text-align: center;
    }
}



.kitchen-section {
    background-color: #2b2a2a;
    text-align: center;
    font-size: 20PX;
    padding: 30px 20px;
    color: white;
}

.kitchen-section-2 {
    background-color: #111;
    text-align: center;
    padding: 30px 20px;
    color: white;
}


.kitchen-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.kitchen-section-2 h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.kitchen-section h2 span {
    color: #a44945;
    font-weight: bold;
}

.kitchen-section-2 h2 span {
    color: #a44945;
    font-weight: bold;
}

.kitchen-section-3 h2 span {
    color: #a44945;
    font-weight: bold;
}

.kitchen-image img {
    width: 100%;
    max-width: 1200px;
    border-radius: 10px;
}

.kitchen-video {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kitchen-video iframe {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    border-radius: 10px;
}


.dream-container {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    text-align: center;
    padding: 50px 20px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.step {
    max-width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.step img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}



.step h3 {
    font-size: 18px;
    color: #222;
}

.step p {
    font-size: 14px;
    color: #666;
}



.testimonial-section {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #111;
    color: white;
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('https://oasisstudio.co.in/wp-content/uploads/2025/01/Oasis-Studio-Modular-Kitchen-Speciality-1200x700.jpg') center/cover no-repeat;
}

.testimonial-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.highlight {
    color: #a44945;
    /* Yellow-green highlight */
}

.video-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.video-container iframe {
    width: 45%;
    height: 300px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .video-container iframe {
        width: 100%;
    }
}


.top-bar {
    background-color:#a44945 ;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-content: space-between;
    align-items: center;
}

.get-in-touch {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(235, 232, 232);
    padding: 10px 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.faq-section {
    max-width: 800px;
    margin:  auto;
    padding: 20px;
    font-family: Arial, sans-serif;
            
            background-color: #000;
            color: white;
}

.faqbox{
    background-color: black;
}

.faq-title {
    font-size: 28px;
    font-weight: bold;
}

.faq-container {
    border-top: 2px solid white;
    padding-top: 20px;
    
}

.faq-item {
    margin-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid white;
    padding: 10px;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    font-size: 16px;
    padding: 10px;
    background-color: #602a28;
    color: rgb(255, 255, 255);
}

.popular-searches {
    background-color: white;
    color: black;
    padding: 20px;
    text-align: center;
}

.popular-searches p {
    font-weight: bold;
    margin-bottom: 5px;
}

.popular-searches a {
    color: black;
    text-decoration: none;
    margin-right: 5px;
}

.footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    
    font-family: Arial, sans-serif;
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin: 5px 0;
}


.kitchen-slider {
    width: 100%;
    height: 100%;
}

.kitchen-slider .swiper-slide {
    text-align: center;
}

.kitchen-slider .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet-active {
    background: #333;
}

.kitchen-section-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #2b2a2a;
    text-align: center;
    font-size: 20PX;
    padding: 20px 20px;
    color: white;
}

.kitchen-slider {
    width: 80%; /* Adjust this value as needed */
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.reviews-section {
    padding: 20px;
    text-align: center;
   
}

.google-logo {
    width: 100px;
    margin-top: 10px;
}

.stars {
    font-size: 24px;
    color: #FFD700;
}

.reviews-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    max-width: 1200px;
    margin: 20px auto;
    
}

.reviews-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

.review {
    min-width: 290px;
    background-color: #000;
    padding: 20px;
    margin: 10px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.review p {
    color: #fff;
}

.user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #444;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
    font-size: 18px;
}

.name {
    font-weight: bold;
    color: #fff;
}

.nav-button {
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #FFD700;
}



.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
    backdrop-filter: blur(3px);
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 8% auto;
    padding: 30px;
    width: 70%;
    max-width: 700px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    animation: modalFade 0.3s ease-in-out;
}

.close-btn {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    color: #8B4513;
    transition: all 0.3s ease;
}

.close-btn:hover {
    color: #5C2E0E;
    transform: rotate(90deg);
}

#modal-text {
    margin-top: 25px;
    line-height: 1.8;
}

#modal-text h2 {
    color: #8B4513;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #DEB887;
}

#modal-text p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}

@keyframes modalFade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .modal-content {
        width: 85%;
        margin: 10% auto;
        padding: 20px;
    }

    #modal-text h2 {
        font-size: 24px;
    }

    #modal-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .modal-content {
        width: 95%;
        margin: 5% auto;
        padding: 15px;
    }

    .close-btn {
        right: 15px;
        top: 10px;
        font-size: 24px;
    }

    #modal-text h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #modal-text {
        margin-top: 20px;
        line-height: 1.6;
    }
}

@media screen and (max-height: 600px) {
    .modal-content {
        margin: 3% auto;
    }
}

.thank-you-container {
    text-align: center;
    padding: 50px;
    margin: 50px auto;
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.thank-you-container h1 {
    color: #28a745;
    margin-bottom: 20px;
}

.thank-you-container p {
    font-size: 18px;
    color: #666;
}



.popup-form2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    max-width: 500px;
    width: 90%;
}

.overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}


.reviews-slider {
    display: flex;
    transition: all 0.5s ease;
    gap: 70px;
    align-items: center;
}

.review {
    flex: 0 0 26.33%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .reviews-slider {
        flex-direction: column;
    }
    
    .review {
        flex: 0 0 60%;
        width: 80%;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}



.prestigious-clients {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.prestigious-clients h2 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #333;
    position: relative;
    display: inline-block;
}

.prestigious-clients h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #e74c3c;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.client-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.image-container {
    height: 200px;
    overflow: hidden;
}

.grayscale-image {
    width: 60%;
    height: 102%;
    object-fit: fill;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-card:hover .grayscale-image {
    filter: grayscale(0%);
}

.client-card h3 {
    margin: 15px 0 5px;
    color: #333;
    font-size: 20px;
}

.client-card p {
    margin: 0 0 15px;
    color: #666;
    font-size: 14px;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .client-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}



