.elementor-1957 .elementor-element.elementor-element-5624447{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1957 .elementor-element.elementor-element-98bca86{--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:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-1957 .elementor-element.elementor-element-a157ac8{--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:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-1957 .elementor-element.elementor-element-62c51d4{--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-1957 .elementor-element.elementor-element-9a24bc6{--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-1957 .elementor-element.elementor-element-126d936{--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:-24px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1957 .elementor-element.elementor-element-7b39f00{--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;}body.elementor-page-1957:not(.elementor-motion-effects-element-type-background), body.elementor-page-1957 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050D2E;}@media(min-width:768px){.elementor-1957 .elementor-element.elementor-element-9a24bc6{--content-width:1402px;}}/* Start custom CSS for html, class: .elementor-element-35752de */.about-section {
  padding: 80px 40px;
  background: linear-gradient(135deg, #050d2e, #141f4f, #2d0e30);
  position: relative;
}

/* CONTAINER */
.about-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

/* IMAGE */
.about-image {
  position: relative;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 400px;
  animation: floatCharacter 4s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

/* GLOW EFFECT */
.about-image::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,50,50,0.3), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* TEXT */
.about-content h2 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 800;
}

.about-content p {
  color: rgba(220,230,255,0.85);
  line-height: 1.7;
  margin-bottom: 18px;
  font-size: 16px;
}

/* BUTTON */
.about-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #cc2222, #ff4d4d);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.about-btn:hover {
  background: linear-gradient(135deg, #f0c832, #ff9f1a);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255,80,80,0.5);
}

/* FLOAT ANIMATION */
@keyframes floatCharacter {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

















@media (max-width: 768px) {

  .about-container {
    display: flex;              /* grid hata ke flex use */
    flex-direction: column;     /* vertical layout */
    text-align: center;
    gap: 25px;
  }

  .about-image {
    order: 1;                   /* ✅ image sab se pehle */
    width: 100%;
  }

  .about-image img {
    max-width: 260px;           /* mobile size control */
    margin: 0 auto;
    display: block;
  }

  .about-content {
    order: 2;                   /* text neeche */
  }

  .about-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .about-content p {
    font-size: 14px;
  }

  .about-btn {
    display: inline-block;
    margin-top: 15px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47bef55 */.product-section {
  padding: 60px 40px;
  background: linear-gradient(135deg, #0a0e1a, #141f4f);
}

.section-title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 800;
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

/* CARD */
.product-card {
  background: rgba(20, 30, 80, 0.8);
  border: 1px solid rgba(100,140,255,0.3);
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}

/* HOVER EFFECT */
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(220, 40, 40, 0.4);
  border-color: #e83535;
}

/* IMAGE */
.product-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* TITLE */
.product-card h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

/* BUTTON */
.product-card a {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, #cc2222, #ff4d4d);
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.product-card a:hover {
  background: linear-gradient(135deg, #f0c832, #ff9f1a);
  color: #000;
}








@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* ✅ FIX */
    gap: 12px;
  }

  .product-card {
    padding: 10px;
  }

  .product-card h3 {
    font-size: 14px;
  }

  .product-card a {
    font-size: 12px;
    padding: 8px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a459272 */.promo-banner {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("https://mrvicturo.com/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-15-at-10.14.38-2.jpeg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* DARK OVERLAY (IMPORTANT for readability) */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 13, 46, 0.85),
    rgba(20, 30, 80, 0.75),
    rgba(200, 40, 40, 0.4)
  );
  z-index: 1;
}

/* CONTENT */
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

/* TITLE */
.banner-content h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

/* TEXT */
.banner-content p {
  font-size: 18px;
  color: rgba(220,230,255,0.9);
  margin-bottom: 25px;
  line-height: 1.6;
}

/* BUTTON */
.banner-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #cc2222, #ff4d4d);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.banner-btn:hover {
  background: linear-gradient(135deg, #f0c832, #ff9f1a);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255,80,80,0.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e81ec0e */.cta-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #050d2e, #0f1a4a, #1a0a3d);
  display: flex;
  justify-content: center;
}

/* BOX */
.cta-box {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 55px 30px;
  border-radius: 22px;
  text-align: center;
  background: rgba(15, 25, 70, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(100,140,255,0.25);
  overflow: hidden;
}

/* BLUE + RED GLOW BORDER (NO YELLOW) */
.cta-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    #cc2222,
    #1e45b8,
    #ff4d4d,
    #0d2260
  );
  z-index: -1;
  animation: glowMove 6s linear infinite;
  filter: blur(10px);
  opacity: 0.8;
}

@keyframes glowMove {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* TEXT */
.cta-box h2 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 15px;
}

.cta-box p {
  font-size: 17px;
  color: rgba(220,230,255,0.85);
  margin-bottom: 28px;
  line-height: 1.6;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  padding: 16px 38px;
  background: linear-gradient(135deg, #cc2222, #ff4d4d);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(200,40,40,0.4);
}

.cta-btn:hover {
  background: linear-gradient(135deg, #1e45b8, #0d2260);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 35px rgba(30,70,200,0.5);
}/* End custom CSS */