/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #c00000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c00000;
  border-color: #c00000;
}
.btn-primary {
  color: #222;
  background-color: #fff;
  border-color: #c00000;
}
.border-primary {
  border-color: #c00000 !important;
}
.lh-base.text-uppercase.mb-0 a {
  color: #c00000!important;
}
.text-primary {
  color: #c00000!important;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
    .bg-video {
    object-fit: none!important;
    top: 45%;
  }
  .col-lg-6.wow.fadeIn.nvideo {
  margin-top: 0px!important;
}
.col-lg-6.wow.fadeIn.scont h1 {
  font-size: 23px!important;
}
.service .service-item img {

  padding-left: 0px!important;
}
.service-text.px-5.pt-4 {
  padding: 10px 15px !important;
}
 .testimonial-item.text-center {
    padding: 0px 0px!important;
  }
  .btn.btn-primary.py-2.position-absolute.top-0.mt-2.me-2 {
  margin-left: 249px !important;
}
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
    .navbar.navbar-expand-lg.bg-white.navbar-light.p-lg-0 {
  display: inline-block;
  
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: rgba(0,0,0,.1);
  float: right;
  margin-top: 10px;
}
.container-fluid.p-0.mb-6.wow.fadeIn {
  animation-name: none;
  margin-bottom: 0px !important;
}
.lh-base.text-uppercase.mb-0 iframe {
  width: 100%;
}
.service .service-item img {
  margin-top: -45px;
  padding-left: 0px;
}
.testimonial-item.text-center {
  padding: 0px 0px;
}
.bg-video {
    object-fit: none!important;
    top: 45%;
  }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 4rem;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.container-fluid.bg-primary.text-white.d-none.d-lg-flex.wow.fadeIn {
    padding: 5px 0px;
}

/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 37px!important;
    }
}
.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid #C00000;
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}
a.btn.btn-light.px-3 {
    font-size: 13px!important;
    background: #C00000;;
    color: #fff;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.text-white a {
  color: #fff;
}
 /* Service  */
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: #c00000;
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 10px !important;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) left center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
 .testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}
.testimonial-item.text-center{padding: 0px 200px;}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: #c00000;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
} 
.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 87px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
/*** Testimonial ***/



/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    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;
    color: var(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}
/*--------------------------------------------------------------
# Promo Cards Section
--------------------------------------------------------------*/
.promo-cards {
  padding-top: 24px;
  --default-color: #666;
  --heading-color: #333;
  padding-bottom: 30px;
  background-image: url(../img/carousel-1.jpg);
}

.promo-cards .category-featured {
  position: relative;
  border-radius: 12px;
  min-height: 500px;
  overflow: hidden;
  background-color: #f8f5ff;
  transition: all 0.4s ease;
}

.promo-cards .category-featured:hover {
  transform: translateY(-5px);
}

.promo-cards .category-featured:hover .category-image img {
  transform: scale(1.05);
}

.promo-cards .category-featured:hover .btn-shop {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.promo-cards .category-featured:hover .btn-shop i {
  transform: translateX(5px);
}

.promo-cards .category-featured .category-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  z-index: 1;
}

.promo-cards .category-featured .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s ease;
}

.promo-cards .category-featured .category-content {
  position: relative;
  z-index: 2;
  padding: 50px 25px;
  max-width: 52%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

.promo-cards .category-featured .category-content .category-tag {
  display: inline-block;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  padding: 0px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  text-align: left;
}

.promo-cards .category-featured .category-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.promo-cards .category-featured .category-content p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.promo-cards .category-featured .category-content .btn-shop {
  display: inline-flex;
  align-items: center;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.promo-cards .category-featured .category-content .btn-shop i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.promo-cards .category-card {
  position: relative;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.promo-cards .category-card.cat-men {
  background-color: #e6f4ff;
}

.promo-cards .category-card.cat-kids {
  background-color: #fff4e6;
}

.promo-cards .category-card.cat-cosmetics {
  background-color: #ffe6eb;
}

.promo-cards .category-card.cat-accessories {
  background-color: #e6ffe8;
}

.promo-cards .category-card:hover {
  transform: translateY(-5px);
}

.promo-cards .category-card:hover .category-image img {
  transform: scale(1.05);
}

.promo-cards .category-card:hover .card-link {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.promo-cards .category-card:hover .card-link i {
  transform: translateX(5px);
}

.promo-cards .category-card .category-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.promo-cards .category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.promo-cards .category-card .category-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-cards .category-card .category-content h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.promo-cards .category-card .category-content p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.promo-cards .category-card .category-content .card-link {
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.promo-cards .category-card .category-content .card-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

@media (max-width: 991.98px) {
  .promo-cards .category-featured {
    height: 420px;
  }

  .promo-cards .category-featured .category-content {
    padding: 30px;
  }

  .promo-cards .category-featured .category-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .promo-cards .category-featured {
    height: auto;
  }

  .promo-cards .category-featured .category-image {
    position: relative;
    width: 100%;
    height: 250px;
  }

  .promo-cards .category-featured .category-content {
    max-width: 100%;
    padding: 30px;
  }

  .promo-cards .category-featured .category-content h2 {
    font-size: 1.8rem;
  }

  .promo-cards .category-card {
    height: 200px;
  }

  .promo-cards .category-card .category-content {
    width: 65%;
    padding: 20px;
  }

  .promo-cards .category-card .category-content h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .promo-cards .category-card {
    height: 180px;
  }

  .promo-cards .category-card .category-content {
    width: 70%;
  }

  .promo-cards .category-card .category-content h4 {
    font-size: 1.1rem;
  }
}
.container-fluid.bg-primary.text-white.d-none.d-lg-flex.wow.fadeIn {
  background: #c00000 !important;}

.text-primary {
  color: #222 !important;
}
.about-content p {
  font-size: 18px!important;
  line-height: 30px!important;
}
.section-title {
  color: #fff!important;
}
.lead {
  color: #fff!important;
}
.display-6.text-uppercase.mb-3.slideInDown {
  color: #fff;
}
.breadcrumb.justify-content-center.mb-0 {
  color: #fff;
}
.service-content img {
  float: right;
  width: 40%;
  margin-left: 25px;

}
.service-content p {
  text-align: justify;
}
.row.g-5.testi img {
  width: 100%;
}
.story-section.pt-5.pb-5 h2 {
  color: #222 !important;
}
.story-section.pt-5.pb-5 p {
  color: #222 !important;
}


.category-featured {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.category-image {
  position: relative;
}

.category-image img {
  width: 100%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Social icon container (hidden by default) */
.social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.social-icons a {
  color: white;
  font-size: 25px;
  background: rgba(0,0,0,0.6);
  padding: 5px 10px;
  border-radius: 56%;
  transition: 0.3s ease;
  margin-top: 100px;
}

.social-icons a:hover {
  background: #fff;
  color: #000;
}

/* Hover effect */
.category-featured:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

.category-featured:hover .social-icons {
  opacity: 1;
}


.service-row {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
}

.service-row img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    width: 50%;
    padding: 50px 50px 0px 50px;
    background: #ffffff;
}
.stos li {
  margin-bottom: 5px;
  font-size: 17px;
  color: #333;
}
.service-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}
#services {
  margin-bottom: 50px!important;
}
.service-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

.btn-purple {
    background: #7a00ff;
    padding: 14px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
}

.service-row.reverse {
    flex-direction: inherit;
}


/* Mobile */
@media (max-width: 768px) {
    .service-row,
    .service-row.reverse {
        flex-direction: column;
    }

    .service-row img,
    .service-content {
        width: 100%;
    }

    .service-content {
        padding: 40px 20px;
        text-align: center;
    }
}
#advisor{padding: 50px; background: #efefef;}
.advi img {
  width: 35%;
  float: left;
  margin-right: 30px;
}
.advi {
  border-bottom-style: double;
  margin-bottom: 20px;
}
.advi p {
  line-height: 30px;
  text-align: justify;
}
.advi1 img {
  width: 35%;
  float: right;
  margin-left: 30px;
}
.advi1 p {
  line-height: 30px;
  text-align: justify;
}
 /*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
  width: 400px!important;
  height: 400px!important;
}
.ptb-50{padding-top:50px; padding-bottom: 50px;}

.gallery-caption {
      font-size: 14px;
      color: #333;
      font-weight: 500;
    }

    .gallery img {
      width: 100%;
      /* height: 220px; */
      object-fit: cover;
      border-radius: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .gallery img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    /* Make Fancybox image appear larger (90–95% of screen) */
    .fancybox__content {
      padding: 0 !important;
      margin: 0 auto !important;
      max-width: 95vw !important;
      max-height: 95vh !important;
    }

    .fancybox__image {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
    }

    /* Optional: darker background for focus */
    .fancybox__backdrop {
      background: rgba(0, 0, 0, 0.95) !important;
    }

    /* Make Fancybox thumbnail strip smaller */
    .fancybox__thumbs {
      height: 80px !important;
      /* Adjust this height as needed */
      bottom: 30px !important;
      /* Position slightly above bottom if needed */
    }

    .fancybox__thumbs img {
      height: 100% !important;
      object-fit: cover !important;
    }

    .fancybox__thumbs .fancybox__thumb {
      margin-right: 5px !important;
      /* Space between thumbnails */
    }