
/* Fullscreen video background */
    .video-bg {
      position: fixed;
      top: 0;
      left: 0;
      min-width: 100%;
      max-height: 400px;
      z-index: -1;
      object-fit: cover;
    }

    /* Foreground content */
    .content-overlay {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      padding-top: 10vh;
    }

    /* Optional: dark overlay for readability */
    .overlay-shade {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--shadow-75);
      z-index: 0;
    }

    .fixed-white-text {
      color: var(--fixed-white);
    }

    /* Layout */
.full-width {
  width: 100%;
  max-width: 100%;
}

/* Hero Section Styling */
.hero-banner {
  padding: 5rem 0 0 0;
  height: 550px;
  background: var(--hero-bg);
  background-position:
    left 0px top 0px,
    right 0px top 50%,
    center bottom;
  background-repeat: no-repeat;
  background-size: auto, auto, 100%;
}

  .carousel-img {
    max-width: 85% !important;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
  }

 h1 {
    font-size: 3rem !important;
    font-weight: bold !important;
  }

  /* Gradient Button Styling */
.gradient-btn {
  background: #020024;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}

.gradient-btn-2
{
background: #020024;
background: linear-gradient(
  90deg, 
  rgb(211 229 255) 0%, 
  rgb(11 21 147) 35%, 
  rgb(169 0 255) 100%);
}

.gradient-btn-3 {
  background: #020024;
  background: linear-gradient(
    90deg, 
    rgb(0 3 6) 0%, 
    rgb(182 5 185) 35%, 
    rgb(255 255 255) 100%);
}


/* Feature Section Styles */
.feature-icon {
  font-size: 90px !important;
}

.feature-title {
    font-size: 20px !important;
    color: var(--fixed-saffron);
}

.text-left {
  text-align: left !important;
}

.playstore_btn
{
  width: 150px;
  vertical-align: -webkit-baseline-middle;
}

.slider_testimonials__txt{
  font-size:14px;
}

.carousel-testimonial{
  height:500px;
  margin-top:60px;
}
@media (max-width : 600px) {
  .carousel-testimonial{
  height:500px;
  margin-top:-100px;
}
}

.slider_testimonials__caption
  {
    font-size: 12px;
  }
/* Download Section Styling */
.download-section {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--transparent);
}

.download-title {
  color: var(--fixed-white);
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}

.download-subtitle {
  color: var(--blackish);
  font-size: 20px;
  margin-bottom: 40px;
}

/* Button List */
.dwnload_btn_ul {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dwnload_btn_ul li {
  display: inline-block;
  margin: 10px;
}

/* Download Button */
.dwnload_btn {
  width: 200px;
  height: 75px;
  background: var(--green);
  border-radius: 5px;
  color: var(--white);
  cursor: pointer;
  border: 1px solid var(--white);
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Icon Positioning */
.dwnload_btn > .fa {
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

/* Text Labels */
.df,
.dfn {
  position: absolute;
  left: 70px;
  text-align: left;
}

.df {
  top: 20px;
  font-size: 0.68em;
}

.dfn {
  top: 33px;
  font-size: 1 em;
}

/* Hover Effect */
.dwnload_btn:hover {
  filter: invert(100%);
}

.text-ml-10 {
margin-left: 10px;
}

.faq-acrd-bmw-label
{
  background: var(--white) !important;
}

.artwork-display-box
{
  height: 450px;
}
    .artwork-full {
    border: 10px solid var(--fixed-black);
    max-width: 100% !important;
    max-height: 100% !important;
    }
    .artwork-details {
    background: var(--shadow-75);
    }

    .artwork-details h1 {
    font-size: 1.6rem !important;
    margin: 1.8rem 0 !important;
    }

    .artwork-details .artist_bar, .artwork-details .artist_title
    {
      padding: 10px;
    }
    
    .scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
}

.button-row {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.impr_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* spacing between icon and text */
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #e8efff;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #3949ab;
  border-radius: 4px;
  flex-shrink: 0;
  white-space: nowrap;
}

.impr_btn .material-icons {
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
}


.implike {
  background-color: white;
  border: 2px solid #0080ff;
  color: black;
}

.impplay {
  background-color: white;
  border: 2px solid #7e019d;
  color: black;
}

.imp3d {
  background-color: white;
  border: 2px solid #00f3f3;
  color: black;
}
.buydart {
  background-color: white;
  border: 2px solid #98f83fff;
  color: black;
}

 #gallery-col {
	column-width:220px;
	column-gap: 10px;
        width: 90%;
	max-width: 1100px;
	margin: 50px auto;
        font-family: montserrat,sans-serif;
}

div#gallery-col .innBlock {
background: var(--fixed-white);
    box-shadow: 0px 0px 17px 4px rgb(184 184 184 / 87%);
    border-radius: 15px;
    margin: 0 2px 15px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
  break-inside: avoid-column;
}

div#gallery-col .innBlock img {
width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

div#gallery-col .innBlock .captBlock {
  font-size: 15px;
    color: var(--fixed-black);
    padding: 10px;
    line-height: 1.5;
}


/*div#gallery-col:hover .innBlock:not(:hover) {*/
/*	opacity: 0.4;*/
/*}*/

@media screen and (max-width: 750px) { 
  #gallery-col { column-gap: 0px; }
  #gallery-col figure { width: 100%; }
}


  .main-wrapper {
        display: flex;
        flex-direction: row;
      }

      .filter-sidebar {
        width: 300px;
        padding: 10px;
        transition: all 0.3s ease;
      }

      .filter-fixed {
        position: fixed;
        top: 44px;
        z-index: 1000;
        height: calc(100vh - 64px);
        overflow-y: auto;
      }

      .product-area {
        padding: 20px;
        flex: 1;
        transition: margin-left 0.3s ease;
      }

      .with-sidebar {
        margin-left: 300px;
      }

      .product-card img {
        height: 200px;
        object-fit: cover;
      }

      .fab-menu {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
      }

  .product-area .card-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


      @media only screen and (max-width: 992px) {
        .main-wrapper {
          flex-direction: column;
        }

        .filter-sidebar {
          display: none;
        }

        .product-area {
          margin-left: 0;
        }
      }