.logo1{
    height: 90px;
    width: 199px;
    
}
.contact_number{
    text-align: end;
    /*padding-right: 20px;*/
    font-size: large;
    margin-bottom: 0px;
    margin-top: 10px;
    font-style: italic;
    font-family: sans-serif;
    font-weight: 600;
}
.content_font{
    font-style: normal;
    font-family: emoji;
}
.navbar{
    background-color: whitesmoke!important;
}
.navbar-brand{
    padding: 0px !important;
}
.chennai_name{
    background-color: #ffac00b5;
    text-align: center;
    font-size: 16px !important;
    align-items: center;
    border-radius: 50px;
    padding: 0px!important;
    height: 30px;
    padding: 5px !important;
}
#chennai_name{
    background-color: #ffac00b5;
    text-align: center;
    font-size: 16px !important;
    align-items: center;
    border-radius: 50px;
    height: 30px;
    padding: 5px !important;
    margin-top: 5px;
}
.chennai_name_li{
    width: 110px;
}
.bi-telephone-fill{
    padding-right: 10px;
}
.cards{
    display: flex;
}
.img-responsive{
    width: 100%;
}
.chennai_card{
    justify-content: center;
}
.ownday-container {
    width: 100%;
    background-color: #E21212;
    height: auto;
    padding: 3% 0px 3% 0px;
}
.ownday-container .ownday-wrapper .ownday-header-container .ownday-header-wrapper {
    font-family: "CeraGIBold";
    color: white;
    padding: 7% 0px 8% 0px;
    border-right: 3px solid white;
}

.ownday-wrapper{
    display: flex;
    justify-content: center;

}
.ownday-header-wrapper{
    padding-inline: 40px!important;
}
.ownday-content-wrapper{
    padding-inline: 40px!important;
    color: white;
}
.ownday-container .ownday-wrapper .ownday-content-container .ownday-content-wrapper .ownday-button button {
    font-size: 18px;
    border: none;
    color: #E21212;
    font-weight: 1000;
    background-color: white;
    padding: 6px 20px 6px 20px;
    margin-top: 2%;
}
/* ✅ Responsive styles for small screens (mobiles) */
@media (max-width: 768px) {
    .ownday-wrapper {
        flex-direction: column;
    }

    .ownday-header-wrapper {
        border-right: none;
        border-bottom: 2px solid white;
        text-align: center;
    }

    .ownday-content-wrapper {
        text-align: center;
    }

    .ownday-button button {
        width: 80%;
    }
}
.partners-container .partners-wrapper .partners-header-container {
    font-family: "CeraGIRegular";
    text-align: center;
    padding-top: 2%;
    padding-bottom: 1%;
}
@keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .slider {
    background: #f9f9f9;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .slide-track {
    display: flex;
    animation: scroll 30s linear infinite;
    width: max-content;
  }
  
  .slider:hover .slide-track {
    animation-play-state: paused; /* Pause on hover */
  }
  
  .slide {
    height: 100px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.3s;
  }
  
  .slide:hover {
    transform: scale(1.1);
  }
  
  .slide img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
  }
  
  .slide:hover img {
    filter: grayscale(0%);
  }
  

.slidersback{
    background-color: aliceblue;
}
.partners-header-wrapper{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*.container {*/
/*    display: flex;*/
    justify-content: space-between; /* Ensure cards are spaced equally */
    
    flex-wrap: wrap; /* Ensures responsive layout */
/*}*/

.card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* Allow cards to wrap on smaller screens */
}

.card {
    flex: 1 1 30%; /* Cards take 30% of the width of the parent container */
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.estimate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-container {
    display: flex;
    justify-content: space-between; /* Start and end images */
    align-items: center;
    width: 100%;
}

.large-img {
    width: 20%; /* Large image takes 70% of container */
    margin-right: 10px;
}

.small-img {
    width: 20%; /* Small image takes 20% of container */
}

.text-content {
    text-align: center;
    margin-top: 15px;
}

.estimate-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #E21212;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.estimate-button:hover {
    background-color: #005f7f;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    /*margin-top: 20px!important;*/
  }

  .icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 items per row */
    gap: 30px;
  }

  .icon-box {
    text-align: center;
  }

  .furnitureAcc {
    display: inline-block;
    text-decoration: none;
    color: #333;
    transition: transform 0.2s;
  }

  .furnitureAcc:hover {
    transform: scale(1.05);
  }

  .furnitureAcc img {
    width: 110px;
    height: 65px;
    object-fit: contain;
  }

  .interior-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .icon-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 480px) {
    .icon-grid {
      grid-template-columns: 1fr;
    }
  }

  .sliders {
    overflow: hidden;
    position: relative;
    width: 100%;
  
  }
  
  .slides-track {
    display: flex;
    width: calc(250px * 20); /* 10 original + 10 duplicate */
    animation: scroll 30s linear infinite;
    gap: 20px;
  }
  
  .slides {
   
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 230px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .slides:hover {
    transform: translateY(-5px);
  }
  
  .slides img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
    object-fit: contain;
  }
  .sliders:hover .slides-track {
    animation-play-state: paused; /* Pause on hover */
  }
  .slides p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

.why-choose-us-section {
  padding: 40px 20px;
  background-color: #f8f9fa; /* optional bg */
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2 {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 0;
  position: relative;
}

.section-title h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #ff5722;
  margin: 10px auto 0;
  border-radius: 2px;
}




* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.banner {
  position: relative;
  background-image: url('/images/interior.png');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  color: white;
  gap: 20px;
}

@media (min-width: 768px) {
  .content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.text-section {
  flex: 1;
  padding: 20px;
}

.text-section h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.text-section h1 span {
  color: #facc15;
}

.text-section p {
  font-size: 16px;
  margin-bottom: 10px;
}

.form-section {
  flex: 1;
  background-color: white;
  color: #333;
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.form-section h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

.form-section input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
}

.form-section button {
  width: 100%;
  padding: 12px;
  background-color: #E21212;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-section button:hover {
  background-color: #eab308;
}

.form-section p {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

.form-section a {
  color: #007BFF;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .text-section h1 {
    font-size: 24px;
  }

  .form-section {
    padding: 20px;
  }

  .form-section h2 {
    font-size: 20px;
  }

  .form-section input,
  .form-section button {
    font-size: 14px;
  }
}