body
{
    font-family: Poppins;

}
.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
{
    /*background:url('../images/living-room-bg.png');*/
    /*padding-top:100px;*/
    /*padding-bottom:100px;*/
    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;

}
.hero-section1 .form-card h4
{
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 42.8px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F04E45;

}
        
.div-border-top .heading-border-top:before {
    background-color: #F04E45;
    border-radius: 0;
    content: '';
    display: block;
    height: 0.45rem;
    width: 46px;
    margin-bottom: 1.25rem;
}

.choose-section
{
    background:#FFEEEC;
    padding-top:50px;
    padding-bottom:50px;
    margin-top:50px;
}
.sectionhead
{
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom:30px;
}
.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;
}
.choose-item
{
    background:transparent;
    border-radius:10px;
    padding:10px 5px;
    margin:5px;
    text-align:center;
   
}
.choose-item img
{
    width:130px !important;
    margin-bottom:20px;
}
.choose-item p
{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.space-section
{
    background:#fff;
    padding-top:50px;
    padding-bottom:50px;
    margin-top:50px;
}
.shift-top
{
    margin-top:-30px;
}
.space-item
{
  position: relative;
  text-align: center;
  border-radius:10px;
  margin-bottom:15px;
}
.space-text-div {
    position: absolute;
    bottom: 0;
    /*background: linear-gradient(181.88deg, rgb(0 0 0 / 56%) 55.18%, rgba(0, 0, 0, 0.7) 90.34%);*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, #000000 91.67%);
    width: 100%;
    border-radius:10px;
}
.space-text .text-bhk
{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom:2px;
}
.space-text .text-price
{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom:0px;
}
.space-text {
    display:flex;
    justify-content:space-between;
    color: white;
    padding: 10px 30px;
}
.video-section
{
    margin-top:50px;
}
.video-div
{
    background:#F8F6F5;   
}
.video-heading {
    text-align: center;
    font-family: Poppins;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    /* text-align: left; */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.cta-section
{
    margin-top:50px;
    background:#FFEEEC;
    padding-top:50px;
    padding-bottom:50px;
}
.cta-heading
{
    font-family: Playfair Display;
    font-size: 35px !important;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.btn-red
{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background:#F04E45;
    border-radius:30px;
    color:#fff;
    padding:10px 40px;
    border:1px solid #F04E45;
}
.btn-red:hover
{
   background:#FFF; 
   color:#F04E45;
   border-color:#F04E45;
}
.partner-section
{
    margin-top:30px;
    background:#FFF;
    padding-top:50px;
    padding-bottom:50px;
}
.news-section
{
    margin-top:30px;
    background:#FFF;
    padding-top:50px;
    padding-bottom:50px;
}

.design-section
{
    background:#F8F6F5;
    padding-top:50px;
    padding-bottom:50px;
    margin-top:50px;
}
.design-item
{
  position: relative;
  text-align: center;
  border-radius:10px;
  margin-bottom:15px;
}
.design-text-div {
    position: absolute;
    bottom: 0;
    background: linear-gradient(187deg, rgba(255, 255, 255, 0) -11.21%, #000000 175.67%);
    width: 100%;
    border-radius: 10px;
    padding: 5px 15px;
}

.design-text-div p
{
    color:#fff;
    font-family: Poppins;
font-size: 18px;
font-weight: 500;
line-height: 30px;
text-align:left;
margin-bottom:2px
}
.testimonial-item
{
    
}
.testimonial-section
{
    margin-top:30px;
    background:#F8F6F5;
    padding-top:50px;
    padding-bottom:50px;
}
.testi-head
{
    font-family: Playfair Display;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom:10px;

}
.testi-text
{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.testi-name
{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.footer-section
{
    padding-top:10px;
    padding-bottom:10px;
    background:#eaeff7;
}

.footer-contact {
    list-style: none; 
}
.footer-contact li
{
    margin-bottom:15px;
}
.footer-contact li img
{
    margin-right:15px;
}
.footer-social {
    display: flex; /* Use flexbox for horizontal alignment */
    justify-content: left; /* Center align items horizontally */
    list-style: none; /* Remove default bullet points */
    padding-top:70px;
    padding-bottom:30px;
}

.footer-social li {
    margin: 0 12px; /* Add spacing between icons */
}

.footer-social img {
    width: 38px; /* Adjust the size of the icons */
    height: auto; /* Maintain aspect ratio */
}

/*STEPPER FORM*/

.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; /* Adjust for spacing */
  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;
}

.radio-group {
    display: flex;
    justify-content: flex-start;
    
}

.radio-group label {
    font-weight: normal;
    color: #888888;
    padding-right: 30px;
}
.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; /* Distance from the bottom */
    right: 20px;  /* Distance from the right */
    z-index: 1000; /* Ensures it stays on top */
}

.floating-button .button {
    background-color: #F04E45; /* Button color */
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    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; /* Hover color */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}
/*STEPPER FORM*/

.footer-copy {
    font-size: 15px;
    line-height: 20px;
    /* padding-bottom: 24px; */
    font-weight: 500;
    color: #000;
}

.hero-carousel .item img {
  width: 100%;
  height: 100vh; /* Fullscreen height */
  object-fit: cover;
}

.overlay-hero {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
}
.contact-number {
    text-decoration: none;
    color: #000;
}

/*MOBILE MEDIA QUERY*/
@media only screen and (max-width: 600px) {
.hero-section1 .form-card {
    padding: 30px 15px;
}
.hero-section1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.hero-section1 h1 {
    font-size: 30px;
    line-height: 38px;
}
}
@media only screen and (max-width: 450px) {
.overlay-hero {
    padding-top: 200px !important;
    background: rgb(0 0 0 / 0%) !important;
}
.hero-section1 {
    min-height: 800px !important;
}

}
.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;
}
.border-r-10 {
    border-radius: 10px;
}
@media only screen and (max-width: 600px) {
.hero-carousel .item img {
    object-fit: contain;
}

.overlay-hero {
        padding-top: 35px !important;
        position: relative;
        margin-top: -439px;
        margin-bottom: 355px;
    }
}

.hero-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.pointer {
    cursor: pointer;
}

.mob-call-btn {
    background: #ffffff;
    border: 1px solid #f04e45;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
}
.error{
    color: #F04E45;
}

/* Style the Select2 container */
.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;
}
