Body{
  background: url('https://testyoursites.in/vp/apsarainteriors/assets/images/background.jpg');
}
/* === HEADER TOP BAR === */
header.header {
  background: #dac1bb;
  padding: 6px;
}

.header a {
  text-decoration: none;
  color: #000;
}

.social-icons {
  display: flex;
  gap: 28px;
}

@media (max-width: 991.98px) {
  .social-icons {
    display: none;
  }
}

/* === NAVBAR === */
.navbar {
  padding: 1.8rem 2rem;
}

.navbar .navbar-nav {
  flex: 1;
  justify-content: space-evenly;
}

.navbar .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-collapse {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar .nav-link {
  font-weight: 500;
  padding: 10px 15px;
  color: #000;
}

.navbar .nav-link:hover,
.navbar .dropdown-item:hover {
  color: #A57550;
  text-decoration: none;
}

/* === TOGGLER ICON === */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.custom-toggler-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom-toggler-icon span {
  width: 25px;
  height: 3px;
  background-color: #A57550;
}

/* === MEGA MENU === */
.mega-dropdown {
  position: relative;
}

.mega-dropdown .dropdown-toggle::after {
  display: none;
}

.mega-dropdown .dropdown-menu {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #1a1a1a;
  padding: 2rem 0;
  border-top: 2px solid #ccc;
  z-index: 999;
  display: none;
  transition: all 0.3s ease;
}

.mega-dropdown .dropdown-item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
}

/* === DESKTOP HOVER === */
@media (min-width: 992px) {
  .mega-dropdown:hover .dropdown-menu {
    display: block;
  }

  .category-leftslider {
    padding-right: 180px;
  }

  .category-rightslider {
    padding-left: 180px;
  }
.custom-nav.custom-next-leftslider {
    right: 175px;
}
}

a.dropdown-item:hover {
    background: #dac1bb;
    color: #000 !important;
    text-decoration: none !important;
}
        @media screen and (min-width:992px){
        .desktop-hide{
          display:none;
        }
      }
        @media screen and (max-width:991px){
          .mobile-hide{
          display:none;
        }
        .navbar {
    padding: 0rem 0rem 2rem;
}
.navbar .navbar-brand {
    position: absolute;
    left: 27%;
    transform: translateX(-50%);
    top: 3px;
}
    div#mobileNavbar {
        background: #fff !important;
        width: 100%;
        text-align: center;
        border: 1px solid #dad8d8;
        padding: 10px 0px 15px;
    }
    .header .row {
    justify-content: center !important;
}
        }
        #mobileNavbar.collapse:not(.show) {
          display: none !important;
        }
button.navbar-toggler {
    margin-top: 30px;
}
/* === MOBILE DROPDOWN === */
@media (max-width: 991.98px) {
  /* .navbar .dropdown-menu {
    position: static;
    width: 100%;
    background-color: white;
    display: block;
    padding: 0;
  } */

  .mega-dropdown .dropdown-menu {
    background-color: white;
    padding: 0.5rem 0;
  }

  .mega-dropdown .dropdown-item {
    color: #000;
    font-weight: 500;
    padding: 10px 20px;
  }
}


/* Mobile social hide */
@media (max-width: 991px) {
  .social-icons {
    display: none;
  }
}
/* index */
 .carousel-item {
      height: 80vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .carousel-caption {
      bottom: 30px;
    }

    .carousel-caption h5,
    .carousel-caption p {
      background: rgba(0, 0, 0, 0.5);
      display: inline-block;
      padding: 10px 20px;
      border-radius: 5px;
    }

    .carousel-caption .btn {
      background-color: #a9836a;
      border: none;
      color: #fff;
      padding: 10px 25px;
      font-size: 18px;
      margin-top: 10px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
    }
    .carousel-caption {
    bottom: 8rem !important;
}
/* category slider */
     .section-title {
      font-size: 2rem;
      font-weight: bold;
    }

     .section-subtitle {
      color: #af9690;
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: 600;
    }

    .swiper {
      padding: 30px 0;
    }

    .swiper-slide {
      background: #fff;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      overflow: hidden;
      height: 100%;
    }

    .product-card {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .product-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .product-content {
      padding: 20px;
    }

    .product-type {
      font-size: 0.9rem;
      color: #888;
      text-transform: uppercase;
    }

    .product-name {
      font-size: 1.2rem;
      font-weight: bold;
      margin-top: 5px;
    }

    .custom-nav {
      font-size: 2rem;
      font-weight: bold;
      color: black;
      position: absolute;
      top: 55%;
      transform: translateY(-50%);
      z-index: 10;
      cursor: pointer;
      user-select: none;
      padding: 8px 14px;
    }

    .custom-prev {
      left: 173px;
    }

    .custom-next {
      right: 10px;
    }
     .custom-prev-leftslider {
      left: 10px;
    }

    .custom-prev-leftslider {
      right: 173px;
    }

    @media (max-width: 992px) {
      .swiper-slide img {
        height: 250px;
      }
    }

    @media (max-width: 768px) {
      .swiper-slide img {
        height: 220px;
      }

      .custom-nav {
        font-size: 1.5rem;
        padding: 6px 12px;
      }
    }

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .4), rgba(53, 53, 53, .4)), url(../images/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
    .footer-bottom a {
      color: #000;
      text-decoration: none;
    }
    .footer a{
      text-decoration:none; 
    }
    a{
      color: #000;
      text-decoration: none !important;
    }

.client-logo-area .section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-area .section-title-two {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .client-logo-area .section-title-two {
    margin-bottom: 35px;
  }
}
.client-logo-area .section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.client-logo-area .section-title-two h2 {
  margin-bottom: 15px;
  color: #ad9088;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-area .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .client-logo-area .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.client-logo-area .section-title-two p {
  color: var(--dark-3);
}

.client-logo-one .single-client {
  margin-top: 30px;
}
.brand-container {
      overflow: hidden;
      white-space: nowrap;
      background: #f1dfda;
      padding: 20px 0;
      max-width: 100%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .brand-scroller {
      display: inline-block;
      animation: scroll 20s linear infinite;
    }
    .brand-item {
    display: inline-block;
    min-width: 250px;
    text-align: center;
    padding: 0 20px;
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    }
    .brand-item i {
      display: block;
      font-size: 24px;
      margin-bottom: 8px;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    h2.brand-title {
    color: #ab8e84;
}
/* about us */

.page-header {
    background: linear-gradient(rgb(30 28 28 / 40%)), url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}
  h1.count {
    color: #dac1bb !important;
    opacity: 0.5;
}
.icon-bg {
    width: 60px;
    height: 60px;
    background: #e2e1e1 !important;
}
.icon-bg i {
    color: #b38c84 !important;
}
.about-count h2 {
    color: #b38c84 !important;
}
a.about-btn, button.contact-btn {
    background: #b38c84;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/* Contact Us */
.contact-bg-left {
    --bsb-overlay-opacity: 0.7;
    background-image: linear-gradient(rgba(53, 53, 53, .8), rgba(53, 53, 53, .4)), url(../images/pvc-panel7.jpg) !important;
    background-size: cover;
}
.contact-bg-left h2, .contact-bg-left p, .contact-bg-left a, .contact-bg-left address, .contact-bg-left h4 {
    color: #fff;
}
.contact-bg-left svg {
    color: #ddc4bf;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}
/* Category pages */
.portfolio-section .section-title {
    color: #b49891;
    font-size: 1rem;
    font-weight: 500;
}
.card-custom {
    border: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.card-custom img {
    transition: transform 0.4s ease;
}
.card-custom:hover img {
    transform: scale(1.05);
}
.card-footer-custom {
    background: linear-gradient(to top, #000, rgba(0,0,0,0.6));
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border-top: 2px solid #b49891;
}
.card-footer-custom h5 {
    font-weight: bold;
    margin: 0;
}
.card-footer-custom p {
    font-style: italic;
    margin: 0;
    font-size: 0.9rem;
}
.icon-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
.icon-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.icon-bar a:hover {
    background: #b49891;
}
img.wallpaper-img
 {
    height: 250px !important;
}
.portfolio-section {
      padding: 60px 0;
    }
    .portfolio-filters {
      text-align: center;
      margin-bottom: 30px;
    }
    .portfolio-filters button {
      background: none;
      border: none;
      color: #aaa;
      font-weight: 500;
      margin: 0 10px;
      cursor: pointer;
    }
    .portfolio-filters button.active,
    .portfolio-filters button:hover {
      color: #b49891;
    }
    .portfolio-item img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      transition: transform 0.3s ease;
    }
    .portfolio-item img:hover {
      transform: scale(1.05);
    }
    .portfolio-section .section-title {
      text-align: center;
      margin-bottom: 20px;
    }
    .portfolio-section .section-title small {
      color: #b49891;
      font-weight: 500;
    }
    .portfolio-section .section-title h2 {
      font-weight: 700;
    }
  /* section.portfolio-section {
    background: linear-gradient(rgb(0 0 0 / 0.8)), url(../images/grid.png) !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} */

/* curtains */
 .info-section {
        background-color: #1c1c1c;
        color: #fff;
        padding: 60px 0;
    }
    .info-section h6 {
        color: #b49891;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .info-section h2 {
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .info-section p {
        color: #ccc;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .info-section .check-list i {
        color: #b49891;
        margin-right: 10px;
    }
    .btn-custom {
        border: 1px solid #b49891;
        color: #b49891;
        padding: 10px 20px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
    }
    .btn-custom:hover {
        background-color: #b49891;
        color: #1c1c1c;
    }
    .video-thumb {
        position: relative;
    }
    .video-thumb img {
        width: 100%;
        height: 590px !important;
    }
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #b49891;
        color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
    }
   .curtain-bg {
    background: url(../images/wallpaper2.jpg) top center no-repeat;
    background-size: cover;
    padding: 150px 0 !important;
    background-repeat: no-repeat;
}

 .bg-cover {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 260px; /* change as needed */
    border-radius: .5rem;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    transition: background-color .25s ease, transform .25s ease;
  }

  .overlay::before {
    /* subtle tint under the text */
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    transition: background .25s ease;
  }

  .overlay h3, .overlay p {
    position: relative; /* above the ::before tint */
    color: #fff;
    margin: 0;
    z-index: 2;
  }

  /* hover/focus effect */
  .bg-cover:hover .overlay::before,
  .bg-cover:focus-within .overlay::before {
    background: rgba(0,0,0,0.5);
  }

  /* optional small-screen height */
  @media (max-width: 576px) {
    .bg-cover { min-height: 200px; }
  }
  