/* styles.css */
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    background-color: #faf9f6;
    color: #222;
}

/* Hero Section */
/* .hero {
    background: url('https://vibrantspaces.in/wp-content/uploads/2025/08/interior-banner.gif') center/cover no-repeat;
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
} */
.hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
h1,
h2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 10%;
}

.hero-text {
    width: 60%;
}

.hero h1,
.section-title {
    color: #120020;
    font-size: 56px;
    line-height: 1.3;
    margin: 0;
}

.hero p,
.section-content {
    color: #697077;
    width: 70%;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 48px;
    line-height: 140%;
}

.quote-form {
    /* background: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06); */
    padding: 28px 22px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quote-form h2 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #1c160e;
}

.quote-form input,
.quote-form select {
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
}

.contact-flex .quote-form input,
.contact-flex .quote-form select {
    height: 56px !important;
}

.contact-section .quote-form {
    width: 60%;
}


/* .quote-form button {
    background: #ff6600;
    color: #fff;
    padding: 11px 0;
    border: none;
    border-radius: 47px;
    font-size: 1rem;
    margin-top: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}

.quote-form button:hover {
    background: #fc8628;
} */

.get-quote-btn {
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 47px;
    padding: 16px 105px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
.get-quote-btn:hover {
    background-color: white;
    color: #ff6600;
    border: 1px solid #ff6600;
}

.section-content {
    width: 80%;
}

.why-choose-us {
    background: url('https://vibrantspaces.in/wp-content/uploads/2025/08/description-section-e1754642690227.png') center/cover;
    background-repeat: no-repeat;
}
.why-container{
    padding: 96px 10%;
}

.why-choose-us .section-title {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 97px;
}

.why-content {
    padding: 80px 10px;
    background: white;
    border-radius: 23px;
    margin: 10px 0;
    height: 447px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-content h5 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Playfair Display';
}

.why-content p {
    font-size: 18px;
    color: #697077;
    line-height: 140%;
}

.why-image {
    margin: 10px 0;
}
.why-image img{
    border-radius: 23px;
    height: 300px;
    object-fit: cover;
}

.work {
    background-color: #ffffff;
}

.work img {
    height: 227px;
    object-fit: contain;
    margin-bottom: 36px;
    margin-top: 72px;
}

.work h4 {
    color: #697077;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 80%;
    margin: auto;
    line-height: 140%;
}
.testimonial{
    padding-top: 96px;
    padding-bottom: 96px;
}
.testimonial .section-title,
.gallery .section-title,
.contact-section .section-title {
    margin-bottom: 41px;
}

.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.mySwiper {
  max-width: 93%;
  overflow: hidden;
}
.swiper-slide.slider-item {
    width: 540px!important;
    max-width: 90%;
    /* ensures responsiveness */
    flex-shrink: 0;
    margin: auto;
    /* height: 580px!important; */
}

.testimonial-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* .testimonial-card:hover {
    transform: scale(1.02);
} */

.testimonial-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.testimonial-body {
    padding: 20px;
}

.testimonial-text {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.testimonial-location {
    font-size: 0.9rem;
    color: gray;
}

.testimonial-date {
    font-size: 0.8rem;
    color: #999;
}

.swiper {
    padding: 40px 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
.gallery-img-small{
    height: 135px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}
.gallery-img {
    height: 285px;
    object-fit: cover;
    border-radius: 8px;
}
.swiper-pagination{
    margin-top: 40px;
}
span.swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border-radius: 0;
}
span.swiper-pagination-bullet-active {
    background: #323161;
}
.contact-form {
    background-color: #1a1338;
    color: white;
    padding: 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.form-container {
    background: #fff;
    padding: 30px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Contact Section */
.contact-section {
    background: url('https://vibrantspaces.in/wp-content/uploads/2025/08/Get-Quote.png') center/cover no-repeat;
    padding: 70px 0 70px 0;
}


.contact-flex {
    display: flex;
    gap: 38px;
    align-items: flex-start;
    background-color: #F9F9F9;
    padding: 10px;
    border-radius: 12px;
}

.contact-info {
    /* background: #251d3a; */
    background-image: url("https://vibrantspaces.in/wp-content/uploads/2025/08/bg.png");
    color: #fff;
    border-radius: 12px;
    padding: 38px 28px;
    min-width: 280px;
    max-width: 512px;
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 520px;
    background-repeat: no-repeat;
}
.modal-body .contact-info{
    min-width: 350px;
}
.contact-info h3 {
    font-size: 18px;
}

/* .contact-info h3 {
    margin: 0 0 52px 0;
} */

.contact-sub{
margin-bottom: 40px!important;
margin-top: 30px!important;
}
.contact-info p {
    margin: 10px 0;
    font-size: 1.05em;
}

.social-icons {
    /* font-size: 1.8rem;
    letter-spacing: 6px; */
    margin-top: 24px;
}
.social-icons{
    display: flex;
    gap: 10px;
}
.social-icons span a {    
    font-size: 20px;
    color: #fff;
    background: #F67D03;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
section.gallery {
    background: #F5F0EC;
}

.art {
    background: #FEFEFE;
}
 .social-icons-form {
      display: flex;
      gap: 10px;
      margin-bottom: 30px;
    }

    .social-checkbox {
      position: relative;
    }

    .social-checkbox input[type="checkbox"] {
      display: none;
    }

    .social-checkbox label {
      font-size: 20px;
      color: #444;
      background: #e9ecef;
      padding: 10px;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Highlight selected icons with brand colors */
    .social-checkbox input[type="checkbox"]:checked + label.bi-google, label.bi-google:hover {
      background-color: #92a8d1;
      color: #fff;
    }

    .social-checkbox input[type="checkbox"]:checked + label.bi-youtube, label.bi-youtube:hover {
      background-color: #FF0000;
      color: #fff;
    }

    .social-checkbox input[type="checkbox"]:checked + label.bi-facebook, label.bi-facebook:hover {
      background-color: #1877F2;
      color: #fff;
    }

    .social-checkbox input[type="checkbox"]:checked + label.bi-instagram, label.bi-instagram:hover {
      background: #833ab4;
    background: linear-gradient(
        to right,
        #833ab4,#fd1d1d,#fcb045
    );
      color: #fff;
    }
    .modal-dialog {
        max-width: 1100px;
    }

/* Responsive Design */
@media (max-width: 1000px) {
    .hero p, .section-content{
        font-size: 18px;
    }
    
    .swiper-slide.slider-item {
    width: 100%!important;
    max-width: 100%;
    }

    .quote-form,
    .contact-section .quote-form {
        width: 90%;
        margin: auto;
    }

    .hero-content {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 32px;
    }

    .why-grid,
    .contact-flex {
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
    }

    .gallery-grid {
        justify-content: center;
        gap: 14px;
    }

    .gallery-grid img {
        max-width: 48vw;
    }

    .hero h1, .section-title {
        font-size: 34px!important;
        margin-top: 20px;
    }

    .testimonial .section-title,
    .gallery .section-title,
    .contact-section .section-title {
        margin-bottom: 41px;
    }
    .section-content {
    width: 100%;
}
.why-choose-us .section-title {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 37px;
}
.why-content {
    padding: 30px 10px;
    background: white;
    border-radius: 23px;
    margin: 10px auto;
    height: 290px;
    /* width: 95%; */
}
.contact-info p {
    margin: 10px 0;
    font-size: 1.05em;
    color: white;
}
.work h4{
    font-size: 18px;
}
.work img{
    margin: 0;
}
.why-container {
    padding: 30px 2%;
}
}

@media (max-width: 650px) {
    .mySwiper {
        width: 100%;
    }
    .swiper-pagination{
        display: none;
    }
    .contact-info{
        width:100%;
        min-width: 100%!important;
    }

    .quote-form,
    .contact-section .quote-form {
        width: 90%;
        margin: auto;
    }

    .why-vibrant h2,
    .gallery-section h2,
    .contact-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .get-quote-btn {
        padding: 16px 55px;
    }

    .heading-btn {
        flex-direction: column;
        align-items: flex-center;
    }
.hero{
    min-height: 100%;
    max-height:480px;
}

    .hero h1 {
        /* font-size: 2.2rem; */
        line-height: 1.3;
    }

    .hero p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .hero-content {
        padding: 40px 5%;
        flex-direction: column;
        align-items: center;
    }

    .hero .quote-form {
        width: 80%;
        /* max-width: 450px; */
    }

    .hero-text {
        width: 100%;
    }

    .container {
        width: 98%;
        padding: 0;
    }

    .hero h1 {
        max-width: 100%;
        font-size: 1.28rem;
    }

    .values-list {
        width: 97%;
    }

    .testimonial {
        max-width: 98%;
    }

    .why-vibrant,
    .gallery-section,
    .contact-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.ptp {
    padding-bottom: 31px;
}

a.anchor {
    color: white;
    text-decoration: none;
}