.elementor-5795 .elementor-element.elementor-element-cc418b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-181px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5795 .elementor-element.elementor-element-cc418b4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5795 .elementor-element.elementor-element-a71ccbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5795 .elementor-element.elementor-element-76052c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-76052c6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5795 .elementor-element.elementor-element-650ef1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-040dd34{--display:flex;}.elementor-5795 .elementor-element.elementor-element-c1533e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-3fc026e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5795 .elementor-element.elementor-element-a330e79{--display:flex;}.elementor-5795 .elementor-element.elementor-element-86fe93f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-adf3ba8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-f7154e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-a3be532{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5795 .elementor-element.elementor-element-51c4cbb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5795 .elementor-element.elementor-element-d6618fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-5795 .elementor-element.elementor-element-cc418b4{--width:404px;}.elementor-5795 .elementor-element.elementor-element-76052c6{--width:344px;}}/* Start custom CSS for html, class: .elementor-element-caf4be1 *//* ============================= */
/* HERO BASE */
/* ============================= */

.bafna-hero {
  background:
    radial-gradient(circle at 85% 75%, rgba(255,170,60,0.0), transparent 100%),
    linear-gradient(135deg, #050505, #0a0a0a, #111111);
  color: #ffffff;
  padding: 140px 8%;
  overflow: hidden;
  position: relative;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ============================= */
/* LEFT SIDE */
/* ============================= */

.hero-left {
  width: 50%;
  position: relative;
  z-index: 2;
}

.hero-tag {
  background: rgba(255,255,255,0.08);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
}

.hero-left h1 {
  font-size: 56px;
  line-height: 1.1;
  margin: 25px 0;
}

.hero-left p {
  color: #cbd5e1;
  font-size: 17px;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #2563eb;
  padding: 12px 28px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline {
  border: 2px solid #2563eb;
  padding: 10px 26px;
  border-radius: 40px;
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

/* ============================= */
/* LEFT SUNLIGHT */
/* ============================= */

.left-sunlight {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -300px;
  left: -300px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle,
      rgba(255,200,80,0.6) 0%,
      rgba(255,160,40,0.35) 35%,
      rgba(255,140,0,0.18) 55%,
      transparent 75%);
  filter: blur(120px);
  animation: sunPulse 6s ease-in-out infinite alternate;
}

.hero-left::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: linear-gradient(120deg, rgba(255,200,80,0.45), transparent 60%);
  transform: rotate(20deg);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

/* ============================= */
/* RIGHT SIDE */
/* ============================= */

.hero-right {
  width: 50%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 2;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slowZoom 20s ease-in-out infinite alternate;
  filter: brightness(0.95) contrast(1.05);
}

/* Bottom Sunlight */

.hero-right::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: -300px;
  right: -300px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle,
      rgba(255,200,80,0.6) 0%,
      rgba(255,160,40,0.35) 35%,
      rgba(255,140,0,0.18) 55%,
      transparent 75%);
  filter: blur(120px);
  animation: sunPulse 6s ease-in-out infinite alternate;
}

.hero-right::before {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: linear-gradient(300deg, rgba(255,200,80,0.45), transparent 60%);
  transform: rotate(-20deg);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

/* ============================= */
/* ANIMATIONS */
/* ============================= */

@keyframes sunPulse {
  0% { transform: scale(1); opacity: 0.85; }
  100% { transform: scale(1.15); opacity: 1; }
}

@keyframes slowZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.06); }
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1024px) {

  .bafna-hero {
    padding: 110px 6%;
  }

  .hero-left h1 {
    font-size: 42px;
  }

  .hero-right {
    height: 420px;
  }

}

@media (max-width: 991px) {

  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-right {
    height: 350px;
    margin-top: 40px;
  }

}


/* ============================= */
/* MOBILE HERO REFINEMENT */
/* ============================= */

@media (max-width: 600px) {

  .bafna-hero {
    padding: 90px 6%!important;
    background:
      radial-gradient(circle at 20% 20%, rgba(255,170,60,0.20), transparent 45%),
      linear-gradient(180deg, #000000, #0a0a0a);
  }

  .hero-left {
    width: 100%!important;
    text-align: center!important;
  }

  .hero-tag {
    font-size: 12px!important;
    padding: 6px 14px!important;
    display: inline-block!important;
    margin-bottom: 15px!important;
  }

  .hero-left h1 {
    font-size: 28px!important;
    line-height: 1.3!important;
    margin: 20px 0!important;
  }

  .hero-left p {
    font-size: 14px!important;
    line-height: 1.6!important;
    margin-bottom: 25px!important;
  }

  .hero-buttons {
    flex-direction: column!important;
    align-items: center;
    gap: 15px!important;
  }

  .btn-primary,
  .btn-outline {
    width: 100%!important;
    max-width: 280px!important;
    text-align: center;
  }

  .hero-right {
    display: none; /* Hide video/map on small mobile for clean look */
  }

}

/* ============================= */
/* WORD BY WORD GLOW ANIMATION */
/* ============================= */

.animated-heading span {
  display: inline-block;
  opacity: 0.3;
  animation: glowWord 6s infinite;
}

/* Delay for each word */
.animated-heading span:nth-child(1) { animation-delay: 0s; }
.animated-heading span:nth-child(2) { animation-delay: 1s; }
.animated-heading span:nth-child(3) { animation-delay: 2s; }
.animated-heading span:nth-child(4) { animation-delay: 3s; }
.animated-heading span:nth-child(5) { animation-delay: 4s; }

@keyframes glowWord {
  0% {
    opacity: 0.3;
    text-shadow: none;
  }
  40% {
    opacity: 1;
    text-shadow:
      0 0 12px rgba(255, 200, 80, 0.9),
      0 0 25px rgba(255, 160, 40, 0.8),
      0 0 45px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 0.3;
    text-shadow: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e5b75c *//* ============================= */
/* ABOUT SECTION */
/* ============================= */

.about-section {
  padding: 120px 8%;
  background: transparent;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

/* LEFT SIDE */

.about-left {
  flex: 1;
  min-width: 300px;
}

.about-tag {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

.about-left h2 {
  font-size: 44px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-left h2 span {
  color: #facc15;
}

.about-left p {
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.about-stats h3 {
  font-size: 26px;
  color: #facc15;
}

.about-stats span {
  font-size: 14px;
  color: #94a3b8;
}

.about-btn {
  display: inline-block;
  background: #facc15;
  color: #000;
  padding: 12px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.about-btn:hover {
  background: #eab308;
}

/* RIGHT SIDE */

.about-right {
  flex: 1;
  min-width: 300px;
  position: relative;
  height: 400px;
}

/* Glow */

.about-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle,
      rgba(255, 180, 80, 0.35),
      transparent 70%);
  filter: blur(90px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseGlow 6s infinite alternate ease-in-out;
}

/* Floating Cards */

.about-card {
  position: absolute;
  background: rgba(255,255,255,0.05);
  padding: 20px 25px;
  border-radius: 18px;
  backdrop-filter: blur(15px);
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.08);
  animation: floatCard 6s infinite ease-in-out;
  font-size: 15px;
}

.card1 { top: 20px; left: 20px; }
.card2 { top: 140px; right: 30px; animation-delay: 2s; }
.card3 { bottom: 20px; left: 80px; animation-delay: 4s; }

/* Animations */

@keyframes floatCard {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

@keyframes pulseGlow {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

/* ============================= */
/* TABLET */
/* ============================= */

@media(max-width: 1024px){

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-right {
    width: 100%;
    height: 350px;
    margin-top: 50px;
  }

  .about-stats {
    justify-content: center;
  }

  .about-card {
    position: relative;
    margin: 10px auto;
    display: inline-block;
  }

  .card1, .card2, .card3 {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

/* ============================= */
/* MOBILE */
/* ============================= */

@media(max-width: 600px){

  .about-section {
    padding: 80px 6%;
  }

  .about-left h2 {
    font-size: 32px;
  }

  .about-left p {
    font-size: 14px;
  }

  .about-stats {
    gap: 20px;
  }

  .about-stats h3 {
    font-size: 20px;
  }

  .about-card {
    font-size: 14px;
    padding: 15px 18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08ac8e7 */.glow-heading {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  line-height: 1.2;
  margin: 40px 0;
}

.glow-heading span {
  opacity: 0.4;
  transition: all 0.4s ease;
  animation: glowEffect 3s infinite;
}

/* Animation Delay */
.glow-heading span:nth-child(1) {
  animation-delay: 0s;
}
.glow-heading span:nth-child(2) {
  animation-delay: 0.6s;
}
.glow-heading span:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes glowEffect {
  0% {
    opacity: 0.4;
    text-shadow: none;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 12px #ffb400,
                 0 0 25px #ffb400,
                 0 0 40px rgba(255, 180, 0, 0.6);
    transform: translateY(-4px);
  }
  100% {
    opacity: 0.4;
    text-shadow: none;
    transform: translateY(0px);
  }
}

/* 📱 Tablet */
@media (max-width: 992px) {
  .glow-heading {
    font-size: 38px;
    gap: 12px;
  }
}

/* 📱 Mobile */
@media (max-width: 576px) {
  .glow-heading {
    font-size: 28px;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41ede75 */body {
    background: #0f0f12;
    font-family: 'Poppins', sans-serif;
}

/* 4 Column Layout */
.samrat-product-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 60px 5%;
}

/* Card */
.samrat-product-card {
    position: relative;
    background: linear-gradient(145deg, #1a1a1f, #141418);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* 🔥 Static Diagonal Design */
.samrat-product-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(315deg, rgba(255,180,0,0.15), transparent);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

/* Hover Effect */
.samrat-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255,180,0,0.25);
}

/* 🔥 Side Border Glow on Hover */
.samrat-product-card:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(90deg, #ffb400, transparent, #ffb400);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

/* Image */
.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content */
.card-content {
    padding: 20px;
    color: #fff;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.card-content p {
    font-size: 14px;
    color: #bbb;
    margin-bottom: 15px;
}

/* Button */
.quote-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #ffb400;
    color: #000;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.quote-btn:hover {
    background: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .samrat-product-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .samrat-product-section {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3db8d05 */body {
    background: #0f0f12;
    font-family: 'Poppins', sans-serif;
}

/* 4 Column Layout */
.samrat-product-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 60px 5%;
}

/* Card */
.samrat-product-card {
    position: relative;
    background: linear-gradient(145deg, #1a1a1f, #141418);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* 🔥 Static Diagonal Design */
.samrat-product-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(315deg, rgba(255,180,0,0.15), transparent);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

/* Hover Effect */
.samrat-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255,180,0,0.25);
}

/* 🔥 Side Border Glow on Hover */
.samrat-product-card:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(90deg, #ffb400, transparent, #ffb400);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

/* Image */
.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content */
.card-content {
    padding: 20px;
    color: #fff;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.card-content p {
    font-size: 14px;
    color: #bbb;
    margin-bottom: 15px;
}

/* Button */
.quote-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #ffb400;
    color: #000;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.quote-btn:hover {
    background: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .samrat-product-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .samrat-product-section {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cb3262 */.samrat-why-section {
    background: transparent;
    padding: 80px 5%;
    color: #fff;
}

.why-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.why-left h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.why-left span {
    color: #ffb400;
}

.why-left p {
    color: #bbb;
    line-height: 1.7;
}

/* Right Grid */
.why-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Cards */
.why-card {
    background: #1a1a1f;
    padding: 25px;
    border-radius: 18px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(315deg, rgba(255,180,0,0.15), transparent);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255,180,0,0.25);
}

.why-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.why-card p {
    font-size: 14px;
    color: #bbb;
}

/* Responsive */
@media (max-width: 992px) {
    .why-container {
        grid-template-columns: 1fr;
    }

    .why-right {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why-right {
        grid-template-columns: 1fr;
    }

    .why-left h2 {
        font-size: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-adf3ba8 */.samrat-brands-section {
    background: transparent;
    padding: 90px 5%;
    text-align: center;
    color: #fff;
    position: relative;
}

/* Header */
.brands-header h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.brands-header span {
    color: #ffb400;
}

.brands-header p {
    color: #bbb;
    max-width: 600px;
    margin: auto;
}

/* Decorative Underline */
.brand-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #ffb400, transparent);
    margin: 15px auto 25px;
    border-radius: 10px;
}

/* Grid */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* Brand Card */
.brand-card {
    background: #1a1a1f;
    padding: 30px;
    border-radius: 20px;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.brand-card img {
    max-width: 120px;
    filter: grayscale(100%);
    transition: 0.4s ease;
}

/* Hover Effects */
.brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255,180,0,0.25);
}

.brand-card:hover img {
    filter: grayscale(0%);
}

/* Responsive */
@media (max-width: 1200px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .brands-grid {
        grid-template-columns: 1fr;
    }

    .brands-header h2 {
        font-size: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3877496 */.glow-heading {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  line-height: 1.2;
  margin: 40px 0;
}

.glow-heading span {
  opacity: 0.4;
  transition: all 0.4s ease;
  animation: glowEffect 3s infinite;
}

/* Animation Delay */
.glow-heading span:nth-child(1) {
  animation-delay: 0s;
}
.glow-heading span:nth-child(2) {
  animation-delay: 0.6s;
}
.glow-heading span:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes glowEffect {
  0% {
    opacity: 0.4;
    text-shadow: none;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 12px #ffb400,
                 0 0 25px #ffb400,
                 0 0 40px rgba(255, 180, 0, 0.6);
    transform: translateY(-4px);
  }
  100% {
    opacity: 0.4;
    text-shadow: none;
    transform: translateY(0px);
  }
}

/* 📱 Tablet */
@media (max-width: 992px) {
  .glow-heading {
    font-size: 38px;
    gap: 12px;
  }
}

/* 📱 Mobile */
@media (max-width: 576px) {
  .glow-heading {
    font-size: 28px;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51c4cbb */.loop-testimonials{
  height:600px;
  overflow:hidden;
  display:flex;
  justify-content:center;
  gap:30px;
  background:transparent;
  padding:80px 5%;
  position:relative;
}

/* Fade Overlays */
.fade-top,
.fade-bottom{
  position:absolute;
  left:0;
  width:100%;
  height:120px;
  z-index:5;
  pointer-events:none;
}

.fade-top{
  top:0;
  background:linear-gradient(to bottom,#0f0f12 30%,transparent);
}

.fade-bottom{
  bottom:0;
  background:linear-gradient(to top,#0f0f12 30%,transparent);
}

/* Columns */
.loop-column{
  width:300px;
  overflow:hidden;
}

.loop-track{
  display:flex;
  flex-direction:column;
  gap:40px;
  will-change:transform;
}

/* Cards */
.loop-card{
  background:linear-gradient(145deg,#1a1a1f,#141418);
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(255,180,0,0.2);
  box-shadow:0 15px 40px rgba(0,0,0,0.5);
  font-size:14px;
  line-height:1.6;
  color:#fff;
  transition:0.4s ease;
  position:relative;
}

/* Bottom-right diagonal accent */
.loop-card::before{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  width:70px;
  height:70px;
  background:linear-gradient(315deg, rgba(255,180,0,0.2), transparent);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

/* Hover Glow */
.loop-card:hover{
  transform:translateY(-6px);
  border:1px solid rgba(255,180,0,0.7);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.6),
    0 0 25px rgba(255,180,0,0.3);
}

.loop-card.big{
  min-height:160px;
}

.loop-card span{
  display:block;
  margin-top:12px;
  font-weight:600;
  color:#ffb400;
}
/* White glowing top & bottom borders */
.loop-testimonials::before,
.loop-testimonials::after{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:2px;
  z-index:6;
  pointer-events:none;
}

/* Top Border */
.loop-testimonials::before{
  top:0;
  background:#fff;
  box-shadow:
    0 0 10px rgba(255,255,255,0.8),
    0 0 20px rgba(255,255,255,0.6),
    0 0 30px rgba(255,255,255,0.4);
}

/* Bottom Border */
.loop-testimonials::after{
  bottom:0;
  background:#fff;
  box-shadow:
    0 0 10px rgba(255,255,255,0.8),
    0 0 20px rgba(255,255,255,0.6),
    0 0 30px rgba(255,255,255,0.4);
}
/* Column container fix */
.loop-column{
  position:relative;
  overflow:hidden;
}

/* TOP ENTRY BORDER */
.loop-column::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:#fff;
  z-index:10;
  box-shadow:
    0 0 10px rgba(255,255,255,0.9),
    0 0 20px rgba(255,255,255,0.6),
    0 0 30px rgba(255,255,255,0.4);
}

/* BOTTOM EXIT BORDER */
.loop-column::after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:3px;
  background:#fff;
  z-index:10;
  box-shadow:
    0 0 10px rgba(255,255,255,0.9),
    0 0 20px rgba(255,255,255,0.6),
    0 0 30px rgba(255,255,255,0.4);
}
/* Responsive */
@media (max-width:992px){
  .loop-testimonials{
    flex-direction:column;
    height:auto;
    align-items:center;
  }

  .loop-column{
    width:80%;
  }
}

@media (max-width:600px){
  .loop-column{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS *//* ============================= */
/* FORCE DARK GRADIENT BACKGROUND */
/* ============================= */

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 85% 80%, rgba(255, 180, 60, 0.25), transparent 50%),
    radial-gradient(circle at 10% 10%, rgba(255, 200, 100, 0.12), transparent 45%),
    linear-gradient(135deg, #050505, #0d0d0d, #141414) !important;
  color: #ffffff;
}

/* ============================= */
/* FLOATING STARS */
/* ============================= */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.9), transparent),
    radial-gradient(2px 2px at 70% 80%, rgba(255,255,255,0.7), transparent),
    radial-gradient(2px 2px at 40% 60%, rgba(255,255,255,0.8), transparent),
    radial-gradient(2px 2px at 90% 20%, rgba(255,255,255,0.6), transparent),
    radial-gradient(2px 2px at 10% 90%, rgba(255,255,255,0.7), transparent);

  background-repeat: repeat;
  background-size: 350px 350px;

  animation: starMove 80s linear infinite;
}

@keyframes starMove {
  from { transform: translateY(0); }
  to { transform: translateY(-1200px); }
}/* End custom CSS */