<style>

 a{
     text-decoration:none !important;
 }

/* home pages style  */



/* navbar section ------------ */

  /* Hidden by default (mobile) */
.mobile-view-btn {
  display: block;
}
.fa-bars{
    color:#fff;
    font-size: 25px;
    margin-top: 2px;
}
body{
    font-family: Alata, sans-serif !important;
}

h1{
   font-family: Alata, sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
}

h2{
  font-family: Alata, sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
}

.nav-link {
    color: #fff ! IMPORTANT;
    font-family: 'Alata';
    font-size: 16px;
    padding: 10px 17px;
    font-weight:600;
}

/* navbar section ------------ */

 /* banner section  */

.video-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* dark overlay */
  z-index: 2;
}

.video-content {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 20px;
}

.video-content h1 {
  font-family: Alata, sans-serif !important;
  font-size: 45px;
  margin-bottom: 15px;
}

.video-content p {
  font-family: Alata, sans-serif !important;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.video-content .btn {
  font-family: Alata, sans-serif !important;
  padding:82px 25px;
  font-size: 1rem;


}

.video-content .btn {
font-family: Alata, sans-serif !important;
  padding: 10px 30px;
  font-size: 1rem;
  background: black;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.3);
    transition: all 0.3s ease;
    border-radius: 20px;
    font-weight:600;
}

.video-content .btn:hover {
  background: #e4c46b;
  color: #fff;
  border-color: #e4c46b;
  text-decoration: none;
}

 /* banner section  */


/* our process section------------------- */

/* Section Background */
.process-section {
  background-color: #f9fafc;
}

/* Process Box */
.process-box {
  position: relative;
  background: #fff;
  border: 2px solid #e3e8ef;
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid black;
}

/* Hover Effect */
.process-box:hover {
  transform: translateY(-6px);
  border-color: #e4c46b;
  box-shadow: 0 8px 25px rgba(0, 191, 255, 0.25);
  border-bottom: 5px solid #e4c46b;
}

/* Step Number Circle */
.step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #e4c46b;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 191, 255, 0.4);
}

/* Icons */
.process-icon {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.process-box:hover .process-icon {
  transform: scale(1.1);
}

/* Headings */
h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #1b1b1b;
  margin-top: 10px;
}

/* Remove dotted connection line */
.process-section .row::before {
  display: none !important;
}

/* our process section------------------ */


 /* CHOOSE US secyon------------  */

      .service-card {
        background-color: #11151a;
        border: 1px solid white;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
        border-bottom: 5px solid #e4c46b;
      }
      .service-card:hover {

        border-color: white;
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0, 191, 255, 0.2);
        border-bottom: 5px solid #fff;
      }
      .service-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.3s ease;
      }
      .service-card:hover img {
        transform: scale(1.05);
      }
      .learn-more {
        color: #e4c46b;
        font-weight: 400;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size:12px;
      }
      .learn-more:hover {
        color: #fff;
      }
      .learn-more span {
        display: inline-block;
        transition: transform 0.3s ease;
      }
      .learn-more:hover span {
        transform: translateX(5px);
      }


 /* CHOOSE US secyon --------------- */


/* cts style section ----------------------------- */


.quote-section {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.header51_background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.header51_background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.z-1 {
  z-index: 2;
}
.btn-blue {
    font-family: Alata, sans-serif !important;
    background-color: #e4c46b;
    border: 1px solid white;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: #fff;
    padding: 10px 30px;
    text-transform: unset !important;
    text-decoration:none;
    font-size:1rem;
    font-weight:600;
}

.btn-blue:hover {
  color: white;
  background-color:black;
  border-color: #e4c46b;
  box-shadow: 0 0 12px rgba(245, 245, 245, 0.6);
  transform: translateY(-2px);
}




/* cts style section ----------------------------- */


/* WHY CHOOSE TOTAL LIGHT DESIGN------------------------ */


/* Timeline Core */
.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background-color:white;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-active-dot {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e4c46b;
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.7);
  transform: translateX(-50%);
  transition: top 0.4s ease;
  z-index: 2;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 40px 40px;
}
.timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-content {
  background-color: #11151a;
  border: 1px solid #1f252d;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.4);
  border-left: 5px solid #e4c46b;
}
.timeline-content:hover {
  border-color: #e4c46b;
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.4);
  border-left: 5px solid #ffff;
}

.timeline-content h3{
    color:#e4c46b !important;
}

/* CTA Button */
.btn-estimate {
    font-family: Alata, sans-serif !important;
    border: 1px solid white;
    border-radius:20px;
    color: #fff;
    letter-spacing: 0.5px;
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.3);
    transition: all 0.3s ease;
    /*text-transform: uppercase;*/
    padding: 10px 30px;
    text-decoration:none !important;
    font-size:15px;
    font-weight:600;
    background: #e4c46b;
}
.btn-estimate:hover {
  color: white;
  background: black;
  border-color: #e4c46b;
  box-shadow: 0 0 25px rgba(0,191,255,0.6);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 767px) {
  .timeline-item {
    width: 100%;
    text-align: left;
    padding-left: 50px;
  }
  .timeline-line,
  .timeline-active-dot {
    left: 20px;
  }
  .timeline-item.right {
  left: 0%;
  text-align: left;
}
}


/* WHY CHOOSE TOTAL LIGHT DESIGN------------------------ */



/* images section--------------------- */

    .card {
      box-shadow: 0 0 25px rgba(0,191,255,0.6);
      border-radius: 1rem;
      overflow: hidden;
      transition: all 0.4s ease;
      border: 2px solid #eee;
    }

    .card:hover {
      transform: translateY(-6px);
      border-color: #e4c46b;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .card:hover img {
      transform: scale(1.05);
    }

    /* Set image proportions similar to your screenshot */
    .left-img {
      height: 25vw;
    }

    .right-img {
      height: 25vw;
    }

    @media (max-width: 768px) {
      .left-img,
      .right-img {
        height: auto;
      }
    }


/* images section--------------------- */



/* get a code--------------------- */

    .cta-card {
      position: relative;
      border-radius: 1rem;
      overflow: hidden;
      border: 2px solid #1c2a35;
      transition: all 0.4s ease;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .cta-card:hover {
      transform: translateY(-5px);
      border-color: #e4c46b;
      box-shadow: 0 8px 25px rgba(0, 191, 255, 0.3);
    }

    .cta-bg {
      background: url('../Images/Ready to Light Up Your Holidays.jpg') center/cover no-repeat;
      position: absolute;
      inset: 0;
      z-index: 1;
      filter: brightness(0.5);
      transition: filter 0.4s ease;
    }

    .cta-card:hover .cta-bg {
      filter: brightness(0.65);
    }

    .cta-content {
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 80px 60px;
      text-align: left;
    }

    .cta-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .cta-text {
      font-size: 1.1rem;
      margin-bottom: 25px;
      color: #dbe4ea;
    }

    .btn-custom {
        font-family: Alata, sans-serif !important;
      background-color: black;
      border: 1px solid white;
      color: #fff;
      font-weight: 600;
      padding: 10px 15px;
      border-radius: 20px;
      transition: all 0.3s ease;
      text-decoration:none !important;
    }

    .btn-custom:hover {
      background-color: #e4c46b;
      color:white;
      border-color: #e4c46b;
      box-shadow: 0 0 15px rgba(0, 191, 255, 0.5);
    }


      .cta-2-bg {
      background: url('../Images/cta-2.png') center/cover no-repeat;
      position: absolute;
      inset: 0;
      z-index: 1;
      filter: brightness(0.5);
      transition: filter 0.4s ease;
    }

    @media (max-width: 768px) {
      .cta-content {
        padding: 60px 30px;
        text-align: center;
      }
      .cta-title {
        font-size: 2rem;
      }
    }


/* get a code--------------------- */


/* blog section------------------ */


/* SECTION BACKGROUND */
.section-blog {
  background: linear-gradient(180deg, #01273e 0%, #001c2b 100%);
}

/* BLOG ITEM */
.blog-item {
  background: #000;
  border: 2px solid #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.blog-item:hover {
  transform: translateY(-8px);
  border-color: #e4c46b;
  box-shadow: 0 8px 25px rgba(0, 191, 255, 0.25);
}

/* IMAGE AREA */
.blog-thumbnail {
  position: relative;
  overflow: hidden;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.blog-item:hover .blog-thumbnail img {
  transform: scale(1.05);
}

/* LABEL BADGE */
.blog-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.85rem;
  padding: 5px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* CONTENT */
.blog-body {
  padding: 20px;
  text-align: left;
}

/* TITLE LINK */
.blog-title-link {
  text-decoration: none;
}

.blog-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.blog-title-link:hover .blog-title {
  color: #e4c46b;
}

/* TEXT */
.blog-text {
  color: #d9d9d9;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* BUTTON */
.btn-readmore {
  background-color: transparent;
    color: #fff;
    border-radius: 15px;
    padding: 8px 18px;
    font-weight: 600;
    border: 1px solid white;
    transition: all 0.3s ease;
    text-decoration:none !important;
}

.btn-readmore:hover {
  background-color: #e4c46b;
  border-color: #e4c46b;
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.5);
  color: #fff;
}


/* blog section------------------ */


/* contact us section --------------------- */

/* BACKGROUND SECTION */
.contact-estimate {
  background: url('../Images/contact-bg.webp') center/cover no-repeat;
  position: relative;
}

.contact-estimate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.contact-estimate .container {
  position: relative;
  z-index: 2;
}

/* FORM BOX */
.estimate-box {
      background: rgba(0, 0, 0, 0.5);
    border-left: 4px solid #e4c46b;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    padding: 30px 50px;
    margin: 0px 30px;
}

.input-group-custom {
  margin-bottom: 15px;
}

.input-label {
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.input-label span {
  color: #ff4d4d;
}

/* INPUTS */
.input-field,
.input-select,
.input-area,
.input-file {
  width: 100%;
  background: #6b6b6b;
  color: #fff;
  border: 1px solid #e4c46b;
  border-radius: 6px;
  padding: 6px 12px;
  transition: all 0.3s ease;
}

.input-field:focus,
.input-select:focus,
.input-area:focus {
  border-color: #e4c46b;
  box-shadow: 0 0 10px rgba(0, 191, 255, 0.4);
  outline: none;
}

/* FILE INPUT */
.input-file {
  background: #111;
  color: #ccc;
  padding: 5px;
}

/* SUBMIT BUTTON */
.btn-submit {
  display: inline-block;
  width: 100%;
  background: black;
  border: 1px solid white;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: black;
  color: white;
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.5);
}

/* INFO PANEL */
.info-panel {
    background: rgba(0, 0, 0, 0.5);
    border-left: 4px solid #e4c46b;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 30px 50px;
    margin: 0px 30px;
}

 /*.form-bolder-left{*/
 /*   background: rgb(155 137 137 / 50%);;*/
 /*   border-left: 4px solid #e4c46b;*/
 /*   border-radius: 10px;*/
 /*   color: #fff;*/
 /*   height: 100%;*/
 /*   font-size: 0.95rem;*/
 /*   line-height: 1.6;*/
 /*   padding: 30px 50px;*/
 /*   margin: 0px 30px; */
 /*}*/


/* contact us section --------------------- */

/* FOOTER SECTION ---------------------------------- */
.custom-footer {
  background: #000;
  border-top: 3px solid #e4c46b;
  font-family: "Poppins", sans-serif;
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.footer-text {
  color: #ccc;
  font-size: 0.95rem;
}

.visitor-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.visitor-box {
  background: #111;
  border: 1px solid #222;
  padding: 8px 12px;
  border-radius: 6px;
  color: #ccc;
  font-size: 0.9rem;
}

/* Headings */
.footer-heading {
  font-weight: 600;
  color: #fff;
}

/* Links */
.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #e4c46b;
  text-decoration: underline;
}

/* Address */
.footer-address li {
  color: #ccc;
  margin-bottom: 5px;
  font-size: 0.95rem;
}






/* Divider */
.footer-divider {
  border-top: 1px solid #222;
}

/* Tags */
.footer-tags a {
  display: inline-block;
  color: #aaa;
  font-size: 0.85rem;
  margin: 4px 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-tags a:hover {
  color: #e4c46b;
}

/* Highlight */
.text-highlight {
  color: #e4c46b;
  text-decoration: none;
}
.text-highlight:hover {
  text-decoration: underline;
}
/* FOOTER SECTION ---------------------------------- */



/* home  pages style  */




/* mobile respopnsive ------------- */

@media (min-width: 320px) and (max-width: 576px) {
  .mobile-view-btn {
    display: none;
  }

    .info-panel {
    background: rgba(0, 0, 0, 0.5);
    border-left: 4px solid #e4c46b;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 10px 15px;
    margin: 0px 15px;
}

  .estimate-box {
    background: rgba(0, 0, 0, 0.5);
    border-left: 4px solid #e4c46b;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    padding: 10px 15px;
    margin: 0px 15px;
}

.gallery-item img {
    width: 45%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #222;
    transition: transform 0.3s
ease, border-color 0.3s
ease;
}

 .navbar-brand img{
     height:65px !important;
 }

 .service-card {
    background-color: #11151a;
    border: 1px solid white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s
ease;
    border-bottom: 5px solid #e4c46b;
    padding: 10px;
}

.video-content h1 {
    font-family: Alata, sans-serif !important;
    font-size: 33px;
    margin-bottom: 15px;
}

.video-content p {
    font-family: Alata, sans-serif !important;
    font-size: 14px;
    margin-bottom: 20px;
}

.accordion-button {
    font-size: 15px;
    background-color: #fff;
    box-shadow: none;
    transition: all 0.3s
ease;
    font-weight: 600;
}



}

html,body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .tld-border-anim-btn {
    display: none;
  }
}

  .tld-border-anim-btn{
      font-weight:600;
  }
/* mobile respopnsive ------------- */



/*about page style ------------------*/

    .about-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 3rem; /* mt-5 equivalent */
}

.about-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.about-bg {
  /* background: url('../Images/Ready-to-Light.webp') center/cover no-repeat; */
  background: url('../Images/Ready-to-Light.webp') center/cover no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: brightness(0.5);
  transition: filter 0.4s ease;
}

.about-card:hover .about-bg {
  filter: brightness(0.7); /* subtle hover effect */
}

.about-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.about-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #00bfff;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-btn:hover {
  background-color: #009acd;
  transform: translateY(-3px);
}



.about-estimate-section {
  background: #fff; /* section background white */
  position: relative;
}

.about-estimate-section .text-white {
  color: #000 !important; /* all text black instead of white */
}

.about-separator svg path {
  fill: #000000; /* SVG line black */
}

.about-left-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-right-content p {
  font-size: 17px;

  margin-bottom: 1rem;
  color: #000; /* paragraph black */
}



.about-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #e4c46b;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  text-decoration: none;
  border:1px solid black;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-btn:hover {
  background-color: black;
  color:white;
  transform: translateY(-3px);
}

/*about page style ------------------*/






 /*faqs pase style */

 .faqs-bg {
  background: url('../Images/faq-img-baaner.jpg') center/cover no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: brightness(0.5);
  transition: filter 0.4s ease;
}


 /*faqs pase style */


/*about page style ------------------*/


/*services page -----*/

.services-bg {
  background: url('../Images/services-banner.jpg') center/cover no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: brightness(0.5);
  transition: filter 0.4s ease;
}




/*services page -----*/

 .decorative-line {
  width: 200px; /* aap jitni chhoti chahein */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem; /* yeh line usse center karegi */
}
    .line {
      flex: 1;
      height: 2px;
      background-color: white;
      position: relative;
    }

    .circle {
      width: 8px;
      height: 8px;
      border: 2px solid white;
      border-radius: 50%;
      background-color: black;
      margin: 0 1px;
      position: relative;
      z-index: 2;
    }

    .circle.large {
      width: 16px;
      height: 16px;
    }

    .decorative-heading {

      text-align: center;
      font-size: 1.5rem;
      font-weight: 600;
    }
    .container.professional-light {

    padding: 140px 20px;
}
.bg-dark{
    background-color: #000000 !important;
}
.text-white.paragraph {
    font-size: 17px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.content-box{
    background: #e4c46b2e !important;
}
p {
    font-size: 18px;
}

.christmas-card {
  position: relative;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: 3px solid transparent;
  overflow: hidden;
}

/* Border par lighting effect */
.christmas-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 3px; /* Border thickness */
 background: linear-gradient(90deg, #b10606, yellow, #e4c46b, #b10606, #e4c46b, #fff000, #b10606);
  background-size: 300% 300%;
  animation: lightmove 3s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

@keyframes lightmove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
/* Hover effect – border aur zyada glow kare */
.christmas-card:hover::before {
  filter: brightness(1.8) drop-shadow(0 0 10px red) drop-shadow(0 0 20px yellow);
}

/* Hover effect – card thoda uthe (lift ho) */
.christmas-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes lightmove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.card.design-card.text-center.p-3 {
    background-color: #11151a !important;
    border: 1px solid white !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border-bottom: 5px solid #e4c46b !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #e4c46b;
  border-radius: 50%;
  padding: 10px;
}
.work-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.work-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}


.work-card:hover img {
  filter: brightness(1.1) contrast(1.05);
}


@media (max-width: 992px) {
  .work-card:hover {
    transform: scale(1.03);
  }
}
.bg-dark {
    background-color: #000000 !important;
}
