.elementor-609 .elementor-element.elementor-element-6a957964{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-609 .elementor-element.elementor-element-3c139c3b{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-609 .elementor-element.elementor-element-6a957964{--grid-auto-flow:row;}.elementor-609 .elementor-element.elementor-element-3c139c3b{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-609 .elementor-element.elementor-element-6a957964{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-609 .elementor-element.elementor-element-3c139c3b{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-613fdda *//* Container */
.service-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Image */
.service-box img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomImage 8s infinite alternate ease-in-out;
}

/* Text Overlay - always visible */
.service-box .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6); /* light black background */
  color: #ffffff;              /* ✅ pure white text */
  padding: 20px;
  text-align: center;
  animation: fadeSlide 4s infinite alternate;
}

/* Heading */
.service-box .service-text h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /* ✅ white heading */
  animation: glowText 2s infinite alternate;
}

/* Paragraph */
.service-box .service-text p {
  font-size: 1rem;
  margin-top: 10px;
  color: #ffffff; /* ✅ white paragraph */
}

/* Animations */
@keyframes zoomImage {
  from { transform: scale(1); filter: brightness(100%); }
  to   { transform: scale(1.1); filter: brightness(85%); }
}

@keyframes fadeSlide {
  from { opacity: 0.8; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #f0c000; }
  to   { text-shadow: 0 0 20px #ffd700, 0 0 40px #f0c000; }
}

/* Responsive */
@media (max-width: 768px) {
  .service-box .service-text h2 {
    font-size: 1.3rem;
  }
  .service-box .service-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a83f8e1 *//* Container */
.service-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Image */
.service-box img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomImage 8s infinite alternate ease-in-out;
}

/* Text Overlay - always visible */
.service-box .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6); /* light black background */
  color: #ffffff;              /* ✅ pure white text */
  padding: 20px;
  text-align: center;
  animation: fadeSlide 4s infinite alternate;
}

/* Heading */
.service-box .service-text h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /* ✅ white heading */
  animation: glowText 2s infinite alternate;
}

/* Paragraph */
.service-box .service-text p {
  font-size: 1rem;
  margin-top: 10px;
  color: #ffffff; /* ✅ white paragraph */
}

/* Animations */
@keyframes zoomImage {
  from { transform: scale(1); filter: brightness(100%); }
  to   { transform: scale(1.1); filter: brightness(85%); }
}

@keyframes fadeSlide {
  from { opacity: 0.8; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #f0c000; }
  to   { text-shadow: 0 0 20px #ffd700, 0 0 40px #f0c000; }
}

/* Responsive */
@media (max-width: 768px) {
  .service-box .service-text h2 {
    font-size: 1.3rem;
  }
  .service-box .service-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53c80c19 *//* Container */
.service-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Image */
.service-box img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomImage 8s infinite alternate ease-in-out;
}

/* Text Overlay - always visible */
.service-box .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6); /* light black background */
  color: #ffffff;              /* ✅ pure white text */
  padding: 20px;
  text-align: center;
  animation: fadeSlide 4s infinite alternate;
}

/* Heading */
.service-box .service-text h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /* ✅ white heading */
  animation: glowText 2s infinite alternate;
}

/* Paragraph */
.service-box .service-text p {
  font-size: 1rem;
  margin-top: 10px;
  color: #ffffff; /* ✅ white paragraph */
}

/* Animations */
@keyframes zoomImage {
  from { transform: scale(1); filter: brightness(100%); }
  to   { transform: scale(1.1); filter: brightness(85%); }
}

@keyframes fadeSlide {
  from { opacity: 0.8; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #f0c000; }
  to   { text-shadow: 0 0 20px #ffd700, 0 0 40px #f0c000; }
}

/* Responsive */
@media (max-width: 768px) {
  .service-box .service-text h2 {
    font-size: 1.3rem;
  }
  .service-box .service-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52e568a8 *//* Container */
.service-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Image */
.service-box img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomImage 8s infinite alternate ease-in-out;
}

/* Text Overlay - always visible */
.service-box .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6); /* light black background */
  color: #ffffff;              /* ✅ pure white text */
  padding: 20px;
  text-align: center;
  animation: fadeSlide 4s infinite alternate;
}

/* Heading */
.service-box .service-text h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /* ✅ white heading */
  animation: glowText 2s infinite alternate;
}

/* Paragraph */
.service-box .service-text p {
  font-size: 1rem;
  margin-top: 10px;
  color: #ffffff; /* ✅ white paragraph */
}

/* Animations */
@keyframes zoomImage {
  from { transform: scale(1); filter: brightness(100%); }
  to   { transform: scale(1.1); filter: brightness(85%); }
}

@keyframes fadeSlide {
  from { opacity: 0.8; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #f0c000; }
  to   { text-shadow: 0 0 20px #ffd700, 0 0 40px #f0c000; }
}

/* Responsive */
@media (max-width: 768px) {
  .service-box .service-text h2 {
    font-size: 1.3rem;
  }
  .service-box .service-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dca6bf2 *//* Container */
.service-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Image */
.service-box img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomImage 8s infinite alternate ease-in-out;
}

/* Text Overlay - always visible */
.service-box .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6); /* light black background */
  color: #ffffff;              /* ✅ pure white text */
  padding: 20px;
  text-align: center;
  animation: fadeSlide 4s infinite alternate;
}

/* Heading */
.service-box .service-text h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /* ✅ white heading */
  animation: glowText 2s infinite alternate;
}

/* Paragraph */
.service-box .service-text p {
  font-size: 1rem;
  margin-top: 10px;
  color: #ffffff; /* ✅ white paragraph */
}

/* Animations */
@keyframes zoomImage {
  from { transform: scale(1); filter: brightness(100%); }
  to   { transform: scale(1.1); filter: brightness(85%); }
}

@keyframes fadeSlide {
  from { opacity: 0.8; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #f0c000; }
  to   { text-shadow: 0 0 20px #ffd700, 0 0 40px #f0c000; }
}

/* Responsive */
@media (max-width: 768px) {
  .service-box .service-text h2 {
    font-size: 1.3rem;
  }
  .service-box .service-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82fa5e3 *//* Container */
.service-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Image */
.service-box img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomImage 8s infinite alternate ease-in-out;
}

/* Text Overlay - always visible */
.service-box .service-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6); /* light black background */
  color: #ffffff;              /* ✅ pure white text */
  padding: 20px;
  text-align: center;
  animation: fadeSlide 4s infinite alternate;
}

/* Heading */
.service-box .service-text h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; /* ✅ white heading */
  animation: glowText 2s infinite alternate;
}

/* Paragraph */
.service-box .service-text p {
  font-size: 1rem;
  margin-top: 10px;
  color: #ffffff; /* ✅ white paragraph */
}

/* Animations */
@keyframes zoomImage {
  from { transform: scale(1); filter: brightness(100%); }
  to   { transform: scale(1.1); filter: brightness(85%); }
}

@keyframes fadeSlide {
  from { opacity: 0.8; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #f0c000; }
  to   { text-shadow: 0 0 20px #ffd700, 0 0 40px #f0c000; }
}

/* Responsive */
@media (max-width: 768px) {
  .service-box .service-text h2 {
    font-size: 1.3rem;
  }
  .service-box .service-text p {
    font-size: 0.9rem;
  }
}/* End custom CSS */