/* header icon */
.topbar-social-links i {
  font-size: 20px;
  color: #820C0C;
  padding-left: 10px;
}

/* image slider */
.yds-section {
  padding: 70px 0;
  /* background: #f4f4f4; */
  background:url(../images/banner/bg-gallery.jpg) ;
  background-position: center;
  background-size: cover;
}

.yds-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.yds-heading {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}

/* Slider Card */
.yds-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.yds-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / 61%) 1.95px 1.95px 2.6px;
}

.yds-card:hover {
  transform: translateY(-6px);
}

/* Play Button */
.yds-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: #ff0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.yds-card:hover .yds-play-btn {
  background: #cc0000;
}

/* Swiper Arrows */
.yds-next,
.yds-prev {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  color: #000;
}

.yds-next::after,
.yds-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Responsive */
@media(max-width:768px) {
  .yds-heading {
    font-size: 24px;
  }

  .yds-card img {
    height: 200px;
  }
}


.yds-next,
.yds-prev {
  z-index: 20 !important;
  color: #000 !important;
}

.yds-next::after,
.yds-prev::after {
  display: none;
  /* Remove default Swiper arrow */
}


/* design slider */
.interior-showcase-section {
  padding: 60px 0;
}

.interior-grid-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 20px;
}

.interior-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.interior-card-large {
  grid-row: span 2;
}

.interior-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.interior-card:hover img {
  transform: scale(1.05);
}

.interior-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

/* Custom navigation style */
.interior-next-btn,
.interior-prev-btn {
  width: 40px;
  height: 40px;
  background: #c00000;
  border-radius: 50%;
  color: #fff;
}

/* ===== SECTION ===== */
.interior-showcase-section {
  padding: 60px 0;
  position: relative;
}

/* ===== GRID LAYOUT DESKTOP ===== */
.interior-grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
}

/* Large Card */
.interior-card-large {
  grid-column: span 2;
  grid-row: span 2;
}

/* Card Styling */
.interior-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.interior-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Label */
.interior-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
}

/* ===== TABLET (Medium Screen) ===== */
@media (max-width: 1024px) {
  .interior-grid-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  .interior-card-large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .interior-grid-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .interior-card,
  .interior-card-large {
    height: 250px;
  }
}


.interior-next-btn,
.interior-prev-btn {
  position: absolute;
  top: -60px;
  /* above slider */
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.interior-next-btn {
  right: 20px;
}

.interior-prev-btn {
  right: 70px;
}

.text-line::after {
  content: '';
  display: block;
  width: 61px;
  height: 4px;
  background-color: #410202;
  margin: 10px auto 0;
  border-radius: 2px;
}

.justify {
  text-align: justify;
}

.white-bg {
  background-color: #ffffff;
}


element.style {
  width: 320px;
  margin-right: 30px;
}

.swiper-backface-hidden .swiper-slide {
  padding: 10px;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #ffffff;
}

/* WHY CHOOSE US SECTION */
.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.why-choose-list li {
  background: #ffffff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.why-choose-list li:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.why-choose-list h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.why-choose-list p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}


.text-white {
  color: #ffffff;
}

.gallery-bg {
  padding: 50px 0;
  background: linear-gradient(rgb(255 236 236 / 90%), rgb(255 234 234 / 86%)), url(../images/gallery/bg.png);
  /* background-image: url(../images/gallery/bg.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-red {
  background-color: #3a0000;
}

.what-we-counter-item-metal .icon-box-1 {
  background: #fff !important;
  border: 1px solid black;
  outline: 2px solid #fff;
}

.footer-logoz {
  background: #ffffff;
  max-width: 200px;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 15px;
}


/* footer gallery */
.footer-gallery h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-grid img {
  border: 2px solid #fff;
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.4s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  opacity: 0.85;
}


/* footer Map Section */

.map-section {
  background: #000;
  /* padding: 60px 0; */
  text-align: center;
}

.map-section h2 {
  color: #fff;
  /* margin-bottom: 30px; */
}

.map-container {
  width: 90%;
  border-radius: 15px;
  overflow: hidden;
}





@media only screen and (max-width: 1200px) {

  .container {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 992px) {

  .container {
    max-width: 800px;
  }
}

@media only screen and (max-width: 768px) {

  .container {
    max-width: 600px;
  }
}

@media only screen and (max-width: 576px) {

  .container {
    max-width: 440px;
  }
}

.about-us-image .img-abt1 img {
  z-index: 1;
}

.about-us-image .img-abt2 img {
  z-index: 2;
}

/* slider css */

#slider{
  width:100%;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  
}

.slide{
  width:100%;
  padding-top: 90px;
  display:none;
  animation-name:fade;
  animation-duration:1s;
  
}
img{
 width:100%; 
}
@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}

.controls{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5em;
  padding:10px 10px;
  border-radius:50%;
  background-color: #ffffff;
  
}

.controls:hover{
  background:#F0E7DE;
  transition:0.3s;
}

.controls:active{
  color:rgb(255, 255, 255);
}

#left-arrow{
  left:10px;
}

#right-arrow{
  right:10px;
}

#dots-con{
  
  text-align:center;
  display: none;
}
.dot{
  display:inline-block;
  background:#F0E7DE;
  padding:8px;
  border-radius:50%;
  margin:10px 5px;
}

.active{
  background:rgb(78, 2, 17);
}

@media (max-width:576px){
  #slider{width:100%;
  
  }
  
  .controls{
    font-size:0.8em;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
  }
  
  #dots-con{
    display:none;
  }
}