    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    @font-face {
      font-family: 'millerbanner_black';
      src: url('miller_banner_black-webfont.woff2') format('woff2'),
        url('miller_banner_black-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'millerbanner_bold';
      src: url('miller_banner_bold-webfont.woff2') format('woff2'),
        url('miller_banner_bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }


    @font-face {
      font-family: 'museo_sans500';
      src: url('museosans_500-webfont.woff2') format('woff2'),
        url('museosans_500-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

    }

    body {
      line-height: 1.6 !important;
      /* font-family: 'museo_sans500' !important; */
      overflow-x: hidden;
    }
    html{
      overflow-x: hidden;
        overflow: visible; /* किंवा default ठेवलेले असेल तर ठीक आहे */
    }
    h2, h4 {
      font-family: 'millerbanner_bold';
    }

    .section-padding {
      padding: 45px 0;
    }

header {
  background: #fff;
  border-bottom: 1px solid #c9a06c;
  padding: 10px 20px;
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.logo img {
  height: 65px;
}

nav.desktop-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  background: #f1ebeb;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 99;
}

nav.desktop-nav a,
.mobile-menu a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 15px;
  background: #feecd5;
  padding: 20px;
}

.mobile-menu a {
  padding: 10px 0;
  border-bottom: 1px solid #d4af7f;
}

/* Responsive */
@media (max-width: 768px) {
  nav.desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.active {
    display: flex;
  }
.header-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    /* max-width: 1200px; */
    /* gap: 130px; */
    /* margin: auto; */
    padding: 0 20px;
}
}


    .banner-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .section-2-para-wrapper {
      position: relative;
    }

    .section-2-para-wrapper::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 110px;
      height: 1px;
      margin: 0 auto;
      background: #a88041;
    }

    .section-2-para-wrapper::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 110px;
      height: 1px;
      margin: 0 auto;
      background: #a88041;
    }

    .section-2-para-wrapper p {
      padding: 35px 0;
      margin: 0;
      font-size: 18px;
      text-align: center;
    }

    .section-3-discover-wrapper {
      padding: 20px;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      box-shadow: none;
    }

    .section-3-discover-wrapper:hover {
      border-color: #a88041;
      box-shadow: 1px 2px 5px #00000080;
      background: #f5f5f5;
    }

    .section-3-h2-wrapper h2 {
      text-align: center;
      font-size: 28px;
      color: #000;
      margin-bottom: 50px;
    }

    .discover-img-wrapper img {
      width: 260px;
    }

    .discover-head {
      position: relative;
    }

    .discover-head P {
      text-align: center;
      margin-top: 50px;
      padding-top: 20px;
    }

    .discover-head P::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid #a88041;
      box-sizing: content-box;
      will-change: transform;
    }

    .discover-img-wrapper {
      text-align: center;
    }

    .section-four-slider-wrapper .slick-slider {
      text-align: center;
    }

    .section-four-slider-wrapper .slick-slider {
      /* width: 80%; */
      padding: 0 30px;
    }


    .section-four-slider-wrapper .slick-dots {
      display: flex !important;
      justify-content: center;
      gap: 12px;
      margin-top: 20px;
      list-style: none;
    }

    .section-four-slider-wrapper .slick-dots li, .banner-wrapper .slick-dots li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #d9c6a4;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }



    .section-four-slider-wrapper .slick-dots li.slick-active,.banner-wrapper .slick-dots li.slick-active {
      background-color: #a57736;
    }

    .section-four-slider-wrapper .slick-dots li, .banner-wrapper .slick-dots li {
      position: relative;
      display: inline-block;
      width: 15px !important;
      height: 15px !important;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
    }

    .section-four-slider-wrapper .slick-dots {
      position: absolute;
      bottom: -35px !important;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
    }

    .section-four-slider-wrapper .slick-dots li button {
      opacity: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      cursor: pointer;
    }
    .slick-dots li button:before {
    font-size: 0 !important;
}
    .section-four-slider-wrapper .slick-slider img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .section-five-head-wrapper h2 {
      text-align: center;
      font-size: 28px;
      color: #000;
      margin-bottom: 30px;
    }

    .section-five-para-wrapper p {
      margin-bottom: 44px;
      padding-bottom: 0;
      position: relative;
      font-size: 16.6666666667px;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0;
      line-height: 27px;
      max-width: 990px;
      margin-left: auto;
      margin-right: auto;
    }

    /* art slider */
    .art-gallery {
      width: 100%;
      padding: 40px 20px;
      box-sizing: border-box;
      background: #f9f9f9;
      position: relative;
    }

    .slider-wrapper {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
    }

    .slider-track-wrapper {
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      gap: 20px;
    }

    .slide {
      flex: 0 0 calc(100% / 3 - 20px);
      background: white;
      border-radius: 10px;
      overflow: hidden;
      /* ✅ Prevent image from overflowing */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      min-width: calc(100% / 3 - 20px);
      padding: 15px;
    }

    .art-img-wrapper {
      overflow: hidden;
      position: relative;
      border-radius: 10px;
    }

    .art-img-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease-in-out;
      transform-origin: center center;
    }

    .art-img-wrapper:hover img {
      transform: scale(1.1);
    }



    .info {
      padding: 15px;
      font-family: Arial, sans-serif;
      font-size: 14px;
      color: #333;
    }

    .info h4 {
      margin: 5px 0;
      font-size: 16px;
      font-weight: bold;
    }

    .nav-arrow {
      background: rgba(0, 0, 0, 0.6);
      color: white;
      border: none;
      padding: 5px 15px;
      cursor: pointer;
      font-size: 18px;
      border-radius: 50%;
      z-index: 5;
    }

    .prev {
      margin-right: 10px;
    }

    .next {
      margin-left: 10px;
    }

    @media (max-width: 768px) {
      .slide {
        flex: 0 0 80%;
        min-width: 80%;
      }
    }

    /* spotlight */
    .spotlight-head-wrapper {
      margin-bottom: 15px;
    }

    .spolight-content {
      margin: 25px 0;
      text-align: center;
    }

    .spotlight-btn-wrapper {
      text-align: center;
    }

    .spotlight-btn-wrapper a {
      border: 1px solid #000;
      padding: 3px 15px;
      text-decoration: none;
      color: #464646;
      font-size: 14px;
    }

    .spotlight-btn-wrapper a:hover {
      background-color: #464646;
      color: #fff;
      border: none;
    }

    .spotlight-main-wrapper {
      padding: 1.0273972602vw 1.0273972602vw 2.32876712312vw;
    }

    .spotlight-main-wrapper:hover {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .wb_graybg {
      background-color: #f5f5f5;
      position: relative;
      margin: 20px 0;
    }

    .wb_graybg:before,
    .wb_graybg:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
    }

    .wb_graybg:before {
      top: 5px;
    }

    .wb_graybg:after {
      bottom: 5px;
    }

    .our-services-head {
      text-align: center;
    }

    /* footer start */
    .footer {
      background-color: #3b3b3b;
      color: #fff;
      padding: 40px 20px 5px;
      font-family: sans-serif;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .footer-column {
      flex: 1 1 220px;
      min-width: 220px;
    }

    .footer-column h4 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
    }

    .footer-column ul li a:hover {
      text-decoration: underline;
    }


    .newsletter-form {
      display: flex;
      gap: 10px;
      margin: 15px 0;
      flex-wrap: wrap;
    }

    .newsletter-form input[type="email"] {
      padding: 8px;
      font-size: 12px;
      border: none;
      border-bottom: 1px solid #ccc;
      background: transparent;
      color: #fff;
      flex: 1;
      width: 161px;
    }

    .footer-column.newsletter p {
      font-size: 14px;
    }

    .newsletter-form button {
      padding: 8px 16px;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      cursor: pointer;
      font-size: 11px;
    }

    .social-icons a {
      color: #fff;
      margin-right: 10px;
      font-size: 18px;
      display: inline-block;
    }

    .contact p {
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 40px;
      font-size: 13px;
      border-top: 1px solid #555;
      padding-top: 20px;
    }

    .footer-bottom a {
      color: #fff;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        gap: 30px;
      }

      .newsletter-form {
        flex-direction: column;
        align-items: flex-start;
      }
      .footer-column {
    flex: 1 1 60px;
    min-width: 220px;
}


    }


    /* gallery */
     .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 50px;
        max-width: 1200px;
        margin: auto;
      }

      .art-card {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
        transition: box-shadow 0.3s ease;
        padding: 15px;
      }
      section.dashavatar-1 .art-card:last-child{
        grid-column: 2 / span 1;
      }

      .art-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      }

      .art-card a {
        display: block;
        overflow: hidden;
        border-radius: 4px;
      }

      .gallery-image-wrapper {
        width: 100%;
        height: 300px;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .gallery-image-wrapper img {
        height: 100%;
        width: auto;
        object-fit: cover;
        transition: transform 0.4s ease;
      }

      .art-card:hover img {
        transform: scale(1.05);
      }

      .art-info {
        padding-top: 12px;
        text-align: center;
      }

      .art-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
      }

  /* Fancybox popup image sizing */
  /* .fancybox__slide img {
    width: auto !important;
    height: auto !important;
    max-width: 95vw !important;
    max-height: 79vh !important;
    object-fit: contain !important;
  } */


    /* about page start */
    .founders-unique {
      padding: 80px 20px;
      background: rgba(253, 253, 251, 0.96);
      /* Semi-transparent on textured bg */
    }


    .founder-card {
      display: flex;
      align-items: flex-start;
      margin-bottom: 60px;
      position: relative;
      gap: 40px;
    }

    .founder-img {
      flex: 0 0 300px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      overflow: hidden;
    }

    .founder-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    .founder-content {
      background: #fff;
      padding: 40px;
      border-left: 5px solid #c9a06c;
      border-radius: 0 8px 8px 0;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .founder-content h2 {
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      margin-bottom: 10px;
      position: relative;
      color: #222;
    }

    .founder-content h2::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background-color: #c9a06c;
      margin-top: 10px;
    }

    .founder-content p {
      font-size: 15px;
      color: #444;
      line-height: 1.8;
      margin-bottom: 18px;
    }

    .founder-content p:first-of-type::first-letter {
      font-size: 2.4rem;
      color: #c9a06c;
      float: left;
      line-height: 1;
      padding-right: 10px;
      font-weight: bold;
    }

    .quote-line {
      font-style: italic;
      color: #777;
      text-align: center;
      margin-top: 40px;
      border-top: 1px solid #e0d9cf;
      padding-top: 20px;
    }

    @media (max-width: 768px) {
      .founder-card {
        flex-direction: column;
        text-align: center;
      }

      .founder-content {
        border-left: none;
        border-top: 5px solid #c9a06c;
        border-radius: 8px;
        text-align: left;
      }

      .founder-img {
        margin-bottom: 20px;
      }
    }

    /* gallery banner */
    .gallery {
      width: 100%;
    }

    .banner {
      background: url('../image/gallery-banner.jpg') no-repeat center center;
      background-size: cover;
      height: 450px;
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 60px;
    }

    .banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.2);
      /* Optional dark overlay */
    }

    .banner-content {
      position: relative;
      color: #fff;
      z-index: 2;
    }

    .banner-content h5 {
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: #ddd;
    }

    .banner-content h1 {
      font-family: 'DM Serif Display', serif;
      font-size: 48px;
      font-weight: 500;
      margin: 0;
    }

    @media (max-width: 768px) {
      .banner {
        height: 300px;
        padding-left: 30px;
      }

      .banner-content h1 {
        font-size: 32px;
      }
    }

    /* Previous Exhibitions start */
    .exhibition-section {
      padding: 60px 40px;
      background: #fafafa;
    }

    .section-title {
      font-size: 30px;
      text-align: center;
      margin-bottom: 40px;
      color: #111;
    }

    .exhibition-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }

    .exhibition-card {
      background: #fff;
      border: 1px solid #eee;
      padding: 20px;
      border-radius: 6px;
      transition: box-shadow 0.3s ease;
    }

    .exhibition-card:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .exhibition-img {
      width: 100%;
      height: 200px;
      overflow: hidden;
      border-radius: 4px;
      margin-bottom: 15px;
    }

    .exhibition-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    .exhibition-img:hover img {
      transform: scale(1.05);
    }

    .ex-title {
      font-size: 18px;
      color: #a94400;
      margin-bottom: 10px;
    }

    .ex-detail {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
    }

    .backto-previous-btn {
      text-align: center;
      margin-bottom: 50px;
    }

    .backto-previous-btn a {
      text-decoration: none;
      padding: 10px 18px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      background-color: #fff;
      color: #222;
      border: 2px solid #222;
      border-radius: 25px;
      transition: all 0.3s ease;
      cursor: pointer;
      letter-spacing: 0.5px;
    }

    .backto-previous-btn a:hover {
      background-color: #222;
      color: #fff;
    }

    .backto-previous-btn a:active {
      background-color: #222;
      color: #fff;
      border-color: #222;
    }

    .airavat{
          max-width: 900px;
    /* margin: auto; */
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 60px auto;
    }

    .airavat-h2-wrapper h2{
          font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    color: #111;
    }

.head-h2-wrapper {
    text-align: center;
    margin-top: 40px;
}
.banner-wrapper .slick-slider img{
  width: 100%;
}

 @media (max-width: 768px){
    .logo img {
    height: 45px;
}
.dashavtar-tab-img img{
  object-fit: contain;
  height: 100% !important;
}
.spot-img-wrapper {
    text-align: center;
}
.spot-img-wrapper img {
    height: 300px;
    width: 300px !important;
}
.desktop-img{
  display: none;
}
.mobile-img{
  display: block !important;
}
.destop-section-5{
  display: none;
}
.mb-section-5{
  display: block;
}
    .banner {
      background: url('../image/Home-3.jpg') no-repeat center center;
      background-size: cover;
      /* height: 450px; */
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 60px;
    }
    .section-four-slider-wrapper .slick-dots {
    width: 82%;
}
.mb-section-5{
  display: block !important;
}

   }

   .mobile-img {
    display: none;
}
.mb-section-5{
  display: none;
}


      .gallery-image-wrapper {
        width: 100%;
        height: 300px;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
      }


@media (min-width: 1500px) and (max-width: 2000px) {
.banner {
    height: 645px !important;
}
section.dashavatar .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
    max-width: 517px;
    margin: auto;
}
}
.dash .art-card:last-child {
    grid-column: 2 / span 1;
}