/*Author: ontgreen LTD*/
/*Author URI: https://ontgreen.com.bd/ */
/*Support: https://ontgreen.com.bd/ */
/*Version: 1.0.0 */

.offer-image{
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #eee;
}
.offer-image img {
    width: auto ;
    height: auto ;
}
.item.col:hover {
    background: none !important;
    box-shadow: none !important;
}
.single-item img,
.single-item h4 {
  font-size: 16px;
  font-weight: 700;
}
.f-btn.cmpr-toggler {
    bottom: 170px;
}
.f-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99999;
    background: var(--maincolor);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1), -5px 5px 10px rgba(0, 0, 0, .1);
    border-radius: .5rem;
}
.f-btn:hover span,
.f-btn:hover .label{
    color: var(--maincolor);
}
.f-btn .total-items .counter{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--lightblack);
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    #messenger-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #0078FF;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
      cursor: pointer;
      z-index: 999;
    }
    #messenger-icon:hover {
      transform: scale(1.1);
    }
.see-all{
    color: var(--maincolor) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
    #messenger-icon a {
      color: white;
      text-decoration: none;
      font-size: 20px;
    }

.find-store-bg-gradent{
    background: linear-gradient(90deg, var(--maingreen) 0%, #120e00 61%);
}
.find-storem-3{
    align-items: center;
    padding: 2.4%;
    width: 100%;
}
.find-storem-3 a{
    padding: 0px 20px;
}
.aaa p,
.aaa span{
    font-size: 14px !important;
}
.find-storem-3 span{
    font-size: 1.6rem;
    font-weight: 600;
}
.find-storem-3 p{
    font-size: 1.2rem;
}
.contact-right{
    margin-bottom: 2%;
}
.contact-right p{
    padding-top: 2px;
}
.contact-form-btn{
    background: rgb(0,149,218);
    background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
}
.heading-right h5 a{
    color: var(--main);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.carousel-wrapper {
  position: relative;
}
.contact-form{
    flex: 0 0 auto;
    width:66%;
}
.contact-right-address{
    flex: 0 0 auto;
    width:34%;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.owl-prev {
  left: -10px;
}
.owl-next {
  right: -10px;
}
.image-box {
  padding: 30px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0px;
}
.blog-info .meta{
    font-size: 16px;
    font-weight: 400;
}
.panel h1{
    font-size: 28px;
    margin: 5px 0px;
    font-weight: 600;
}
.panel p{
    font-size: 14px;
}
.panel p a{
    color: var(--maingreen);
}
.cnt-i-back{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgb(0,149,218);
    background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: var(--white);
    margin-right: 10px;
}
.contact-content-box {
    width: 100%;
    margin: auto;
    padding: auto;
    background-color: none;
    box-shadow: none;
    margin-top: 30px;
}
.btn.find {
       background: var(--maingreen) !important;
       color:black;
    padding: 14px 18px !important;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    width: fit-content;
    margin-left: auto;
    margin-top: 15px;
}
.txt h3{
    margin: 8px 0px 0px;
    line-height: 1;
}
.map-icon i{
    padding: 10px 25px 3px 6px;
}
.d-fc {
    color: var(--white);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.finder-icons{
    color: black;
}
.sectionPadding{
    padding: var(--sectionPadding);
}
.find-btn-location{
    color: black;
    height: 40px;
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 10px 30px;
    background: var(--maingreen);
    transition: background 0.3s ease, color 0.3s ease;
}
.find-btn-location i {
    margin-left: 8px;
}
.find-btn-location:hover{
    background: var(--maincolor) !important;
    color: var(--maingreen) !important;
}
 .txt p {
    color: #fff;
  }
    .txt h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .btn.find{
          border-color: var(--lightblack) !important;
          transition: all 0.3s ease;
  }
  .btn.find:hover {
    background: none !important;
    border: 1px solid var(--maingreen) !important;
    color: var(--maingreen) !important;
}

.btn.find:hover i {
    color: var(--maingreen) !important;
}
.store-box{
    background: #fff;
    padding: 20px;
    height: auto;
    width: 100%;
    border: 1px solid #cdcdd4;
    border-radius: 10px;
    max-width: 1228px;
}
.contact-margin-left{
    border-left: 1px solid #939393;
    padding-left: 10px;
    max-height: 72px;
}
.location-margin-left{
    border-left: 1px solid #939393;
    margin:auto;
}
#content .top-image-sec{
    padding-bottom: 25px !important;
}
.contact-icons {
    background: black;
    color: var(--white);
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
    transition: background 0.3s ease, color 0.3s ease;
}
.contact-icons:hover,
.contact-icons:hover span{
    background: var(--maingreen);
    color: var(--maincolor)!important;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.each-card-text label {
    color: #666;
    line-height: 26px;
    display: block;
}
.each-card-text .blurb {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.childcon{
    padding: 0px 0px 0px 7px;
}
footer{
    background-color: var(--black);
}
.footer-hight{
    padding-top: 75px;
}
.cate-wrap {
    margin-top: 12px;
}
.category-wrap-new{
    margin-bottom: 20px;
}
.categor-offer-box a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.categor-offer-row{
    display: flex;
    justify-content: space-around;
}
.ws-box{
    display: flex;
}
.ws-box div , .ws-box-footer div{
        margin: 0px 0px -1px 0px;
}
.breadcrumb a {
    color: var(--maingreen);
    display: inline-block;
}
.r-lnk-wrap .c-card .ic {
    background: var(--s-primary);
}
.ic i{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.c-card .ic .material-icons {
    color: #fff;
    background-color: var(--main);
    height: 50px;
    width: 50px;
    line-height: 2;
    padding-left: 12px;
    font-size: 25px;
}
.top-right-banner{
    width: 305px;
    height: 180px;
}
.category-name h5{
    display: block;
}
.category-box-img img{
    width: 100%;
    height: auto;
}
.material-icons {
    height: 24px;
    width: 24px;
}
.footer-featured-option{
    display: flex;
    justify-content: space-between;
}
.sliding_text_wrap {
    padding: 10px 1rem 0;
    background: var(--maingreen);
    margin-top: -3px;
    font-size: 14px;
    color: var(--secondary);
}
.product-info-all a{
    color: var(--maincolor);
}

.product-info .product-title a{
    color: var(--maingreen);
    font-size: 20px;
}
footer{
    background-color: var(--headercolor);
}
.category-wrap-new{
    margin-bottom: 20px;
}

.category-box{
    align-items: center;
    background: #ffffff;
    padding: 10px;
    max-height: 180px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0.5rem;
}

.category-box .category-name{
    text-align: center;
}

.categor-offer-box a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.categor-offer-row{
    display: flex;
    justify-content: space-around;
}
.categor-offer-box{
    display: block;
    background: #ffffff;
    box-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .1);
    padding: 1rem;
    width: 24%;
    height: 6.25rem;
    margin: .3125rem;
}
.ws-box , .ws-box-footer{
    display: flex;
}
.r-lnk-wrap .c-card .ic {
    background: var(--s-primary);
}
.ic i{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.c-card .ic .material-icons {
    color: #fff;
    background-color: var(--maincolor);
    height: 50px;
    width: 50px;
    line-height: 2;
    padding-left: 12px;
    font-size: 25px;
}
.top-right-banner{
    width: 305px;
    height: 180px;
}
.category-name h5{
    display: block;
}
.category-box-img img{
    width: 100%;
    height: auto;
}
.material-icons {
    height: 24px;
    width: 24px;
}
.footer-featured-option{
    display: flex;
    justify-content: space-between;
}
.mdl-compare h4 {
    margin: -8px 0px;
    font-family: 'Open Sans' !important;
    color: var(--black-header);
    text-align: center;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 20px;
}
.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: #c4c0bb;
    text-align: center;
    margin: 0 0 14px;
    font-size: 14px;
    opacity: 0.5;
}
.cmpr-field{
    position: relative;
}
marquee{
    color: var(--mainwhite);
}
.category-name h5{
    color: var(--lightblack);
}
.st-outline{
    margin: .6875rem;
    padding: auto;
}
.comp-btn{
    display: flex;
    justify-content: center;
}
.mdl-compare p {
    font-family: 'Open Sans' !important;
    color: black;
    text-align: center;
    margin: 10px 14px;
    font-size: 12px;
    opacity: 0.5;
}
.product-category-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}
.contact-icons:hover {
       color:#667a96;
       border: 1px solid #667a96;
}
.comp-btn .st-outline:hover{
    background:#667a96;
    color:white !important;
}
.comp-btn .st-outline{
        background: black;

    width: 96%;
    font-family: 'Open Sans';
    font-size: 14px;
    border: none;
    padding: 0;
    margin: 0px -20px 0px -12px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    text-overflow: ellipsis;
    border-radius: 5px;
}
#search .material-symbols-outlined {
    color: var(--maincolor);
}
#search .material-symbols-outlined:hover {
    color: var(--maingreen);
}

.header-title .close-icon .material-symbols-outlined:hover{
    color: #fff;
}
.f-btn.cmpr-toggler {
    bottom: 170px;
    color: black !important;
}
.cart-btn{
    color:black;
}
.f-btn .total-items .counter {
    background: #000000;
    color: var(--maingreen);
}
.cart-btn .total-items .counter{
     background: var(--secondarycolor);
    color: var(--defaultTextColor);
}

.new-categor-offer-in span{
    color: var(--maincolor);
}

.f-btn:hover{
    background: var(--maingreen);
}
#search .material-symbols-outlined {
    color: var(--maincolor) !important;
}
.sticky-footer ul li a span.material-symbols-outlined {

    color: var(--white) !important;
}
.desktop-deals {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.desktop-deals .fas.fa-laptop {
    margin-right: 8px;
    font-size: 1.5em;
}
.desktop-deals .text {
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
}
.deals-text {
    font-size: 12px;
}
.desktop-deals {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.desktop-deals .fas.fa-desktop {
    margin-right: 8px;
    font-size: 1.5em;
}
.desktop-deals .text {
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
}
.deals-text {
    font-size: 12px;
}
.material-symbols-outlined.with-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid white;
    color: inherit;
    background-color: transparent;
}
.h-quick-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.category-grid .product-listing.main-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.material-symbols-outlined.with-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid white;
    color: inherit;
    background-color: transparent;
}
.h-quick-link .text {
    line-height: 1.2;
    font-size: 1em;
    text-align: left;
}
.h-quick-link .text br {
    display: block;
    line-height: 1.1;
}

.customer-area .h-quick-link .material-symbols-outlined {
    border: none;
}


/*Service Contents Start*/
.feature-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      background-color: #fff;
    }

    .video-wrapper iframe {
      width: 100%;
      height: 200px;
      border-radius: 12px;
    }

  .feature-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 12px 12px;
  }
    .feature-card.bg-cover {
        background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUPIfiGgUML8G3ZqsNLHfaCnZK3I5g4tJabQ&s');
        background-size: cover;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .product-overview-area .product-info-short .payment .methods {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 10px;
    }
    
    .product-overview-area .product-info-short .payment .methods .box {
      border: 1px solid #e3d9d9;
      max-width: 250px;
      display: flex;
      gap: 10px;
      padding: 10px;
      cursor: pointer;
      flex: 1;
    }
    
    .product-overview-area .product-info-short .payment .methods .box p {
      font-size: 12px;
      color: #999999;
    }

.feature-card.bg-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay for readability */
  z-index: 1;
}

.feature-card.bg-cover > * {
  position: relative;
  z-index: 2;
}

.account-links span{
    font-size: 18px;
}
.account-links span.material-symbols-outlined{
    font-size: 24px;
}

.service-contents{
  justify-content: center;
  display: flex;            /* Enables Flexbox layout */
  flex-wrap: wrap;          /* Allows wrapping to the next line */
  gap: 10px;
}

.service-contents .feature-card{
    width: 18%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.service-contents .feature-card .clamp-text {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
    min-height: 43px;
}

.service-contents .feature-card img{
  margin-top: auto;
}
/*Service Contents End*/
@media (max-width: 768px) {
    .material-symbols-outlined:hover {
        color: var(--maingreen);
    }
}
.customer-area .h-quick-link .material-symbols-outlined:hover{
    border:none;
}
.material-symbols-outlined.with-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 2px solid white;
    border-radius: 50%;
    color: inherit;
    background-color: transparent;
    transition: all 0.3s ease;
}
.h-quick-link .text .arrivals-text {
    font-size: 12px;
    color: inherit;
    transition: all 0.3s ease;
}
.h-quick-link.new-arrivals:hover .material-symbols-outlined.with-border {
    border: none;
    color: #ffcc00;
}
.h-quick-link.new-arrivals:hover .text .arrivals-text {
    color: #ffcc00;
}
.product h4.name a:hover{
    color: var(--maincolor)!important;
}
.categorie-list .product img{
    object-fit: contain;
}
@media (max-width: 768px) {
    .f-btn.cmpr-toggler {
        bottom: 243px !important;
        color: black !important;
    }
    #messenger-icon {
        bottom: 86px !important;
    }
    .cart-btn {
        position: fixed !important;
        bottom: 160px !important;
    }
    .f-btn.cmpr-toggler,
    .cart-btn,
    .whatsapp-container{
        display: none;
    }
}
.quantity .material-symbols-outlined{
    color: var(--maincolor)!important;
}
.review #button-review:hover{
    color: var(--maincolor);
    background: var(--maingreen);
}
.contact-icons .material-symbols-outlined{
    color: var(--maingreen)!important;
}
.whatsapp-container{
        bottom: 90px;
}
.compare_product #content{
    font-size: 0.65rem;
}
.breadcrumb span{
    color: var(--maincolor);
    font-size: 12px;
}
.about-image-wrapper {
    margin-bottom: 40px;
}
        .about-image-wrapper img {
            width: 100%;
            background-position: relative;
            background-position: center;
            background-size: cover;
        }
#lc-toggle .material-symbols-outlined {
    color: var(--maincolor) !important;
}
        .about-us-topic-head h3{
            font-size: 20px;
            font-weight: 600;
            margin: 10px 0px;
        }
        .mission-vision-area .col-md-4{
            width: 30% !important;
        }
.arrow-icon {
    font-size: 12px;
    display: block;
    padding-top: 20px;
    line-height: initial;
    font-size: 12px;
}
.fst-arrow-icon{
    margin: 0px 2px;
}
.has-child.active .arrow-icon {
    transform: rotate(180deg);
}
@media (max-width: 991px) {
    .drop-down {
        display: none;
        position: relative !important;
    }
    .drop-down li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .arrow-icon {
        font-size: 10px;
        display: none;
    }
}
.grid-layout {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 978px) {
    .arrow-icon {
        font-size: 10px;
        display: none;
    }
}
.has-child .fa-chevron-right {
  display: none;
}

/*product area here */


@media (min-width: 1024px) {
    .subscription-bg i, .subscription-bg h3 {
        font-size: 35px !important;
    }
.jkl{
            justify-content: left !important;
}
   .jkr{
            justify-content: right !important;
}
.subscription-bg {
    height: 103px !important;
}
.form-control {
    right: 6px !important;
}

}
.single-offer-item img {
    width: 98% !important;
    height: auto; /* Keeps the aspect ratio intact */
}
@media (max-width: 767px) {
    .heading .right {
        margin-top: -24px;
    }
}
@media (max-width: 767px) {
    .single-offer-item img {
        width: 90% !important;
        height: auto; /* Keeps the aspect ratio intact */
    }
}
 .footer-row {
    background: #1a1a1a !important;
    width: 100%;
    border-top: 1px solid #878787;
 }
    .ssl-block a img{
        height: auto;
        width: 150px;
    }
    .mamber-block a img{
        height: auto;
        width: 150px;
    }
    .mamber-block h4,
    .ssl-block h4{
        font-size: 14px;
       margin: 0px 0px 5px;
        color: #fafafa;
    }
    @media (min-width: 1024px) {

         .mamber-block h4,
    .ssl-block h4{

       margin: 0px 0px 5px;
    }
}
.home-btn-complain{
    border: 1px solid var(--white);
    height: auto;
    font-size: 1.2rem;
    font-size: 16px;
    color: white;
    transition: background 0.3s ease, color 0.3s ease;
}

.home-btn-complain:hover{
    background: var(--maincolor);
    color: #fafafa;
}
.mtm{
    margin-top:0px !important;
}
 .socila-links ul li:hover .icon-sprite.fb {
  background-position: -14px -10px;
}
.socila-links ul li:hover .icon-sprite.twitter {
  background-position: -45px -10px;
}

.socila-links ul li:hover .icon-sprite.youtube {
  background-position: -248px  -10px;
}
.socila-links ul li:hover .icon-sprite.instagram {
  background-position: -80px -10px;
}
.footer-row{
    background: #000;
    width: 100%;
}
.payment-for-mbl{
    display: flex;
    align-items: center;
    justify-content: end;
}
/* Make sure the icons and text are aligned well */
.contact-item .d-flex {
    display: flex;
    align-items: center;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
    .contact-item .d-flex {
        align-items: center;
    }
    .phone-numbers {
        margin-top: 10px;
    }
    .contact-item i {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .uiuio {
        margin-bottom: -8px;
    }
}
@media (min-width: 768px) {
    .payment-for-mbl {
    margin-top: 0 !important;
}
    .social-links > ul {
    margin-left: -37px !important;
    }
    .mbv{
        margin-left: 0px;
    }

}



/*HTML Collage Region*/
.black-gold-collage .collage {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 150px);
            gap: 15px;
        }

        .black-gold-collage .banner-image {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        .black-gold-collage .banner-image:hover {
            transform: scale(1.03);
            z-index: 1;
        }

        .black-gold-collage .banner-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .black-gold-collage .image-1 {
            grid-column: 1 / 3;
            grid-row: 1 / 3;
        }

        .black-gold-collage .image-2 {
            grid-column: 3 / 5;
            grid-row: 1 / 2;
        }

        .black-gold-collage .image-3 {
            grid-column: 3 / 4;
            grid-row: 2 / 3;
        }

        .black-gold-collage .image-4 {
            grid-column: 4 / 5;
            grid-row: 2 / 3;
        }

        .black-gold-collage .image-text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 15px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .black-gold-collage .banner-image:hover .image-text {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .black-gold-collage .collage {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }

            .black-gold-collage .banner-image {
                grid-column: auto !important;
                grid-row: auto !important;
                height: 200px;
            }
        }

        .black-collage .collage {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 150px);
            gap: 15px;
        }

        .black-collage .banner-image {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        .black-collage .banner-image:hover {
            transform: scale(1.03);
            z-index: 1;
        }

        .black-collage .banner-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



.black-image-1 { grid-column: 1 / 2; grid-row: 1 / 4; }
.black-image-2 { grid-column: 2 / 4; grid-row: 1 / 3; }
.black-image-3 { grid-column: 4 / 5; grid-row: 1 / 4; }
.black-image-4 { grid-column: 2 / 4; grid-row: 3 / 4; }

        .black-collage .image-text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 15px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .black-collage .banner-image:hover .image-text {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .black-collage .collage {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }

            .black-collage .banner-image {
                grid-column: auto !important;
                grid-row: auto !important;
                height: 200px;
            }
        }



/*HTML Collage Region End*/