.elementor-8064 .elementor-element.elementor-element-c890d5b{--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-8064 .elementor-element.elementor-element-14ee08e{--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-8064 .elementor-element.elementor-element-a41945c{--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-8064 .elementor-element.elementor-element-2e36b22{--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-8064 .elementor-element.elementor-element-9730b6e{--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-8064 .elementor-element.elementor-element-0586afc{--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;}/* Start custom CSS for html, class: .elementor-element-8b74c92 */.sunrise-hero{
  width:100%;
  height:90vh;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    rgba(5,10,47,0.7),
    rgba(5,10,47,0.85)
  );
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.hero-content{
  max-width:850px;
  padding:0 20px;
}

.hero-content h1{
  font-size:56px;
  line-height:1.2;
  color:#FDB813; /* Sunrise Yellow */
  margin-bottom:20px;
  text-shadow:0 0 40px rgba(253,184,19,0.6);
}

.hero-content p{
  font-size:18px;
  color:#ffffff;
  line-height:1.7;
  margin-bottom:40px;
}

/* Buttons */
.hero-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.btn-yellow{
  background:linear-gradient(135deg,#FDB813,#FFA000);
  color:#1F3C88;
  padding:14px 36px;
  border-radius:40px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 15px 35px rgba(253,184,19,0.6);
  transition:0.4s;
}

.btn-yellow:hover{
  transform:translateY(-3px);
  box-shadow:0 25px 60px rgba(253,184,19,0.8);
}

.btn-green{
  background:linear-gradient(135deg,#6DBE45,#4CAF50);
  color:white;
  padding:14px 36px;
  border-radius:40px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 15px 35px rgba(109,190,69,0.5);
  transition:0.4s;
}

.btn-green:hover{
  transform:translateY(-3px);
  box-shadow:0 25px 60px rgba(109,190,69,0.8);
}

/* Mobile Responsive */
@media(max-width:768px){
  .sunrise-hero{
    height:85vh;
  }

  .hero-content h1{
    font-size:34px;
  }

  .hero-content p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6087f3 */.sunrise-intro{
  position:relative;
  padding:120px 8%;
  background:linear-gradient(135deg,#050a2f,#0a1a4f);
  overflow:hidden;
  color:white;
}

/* Soft glow in background */
.intro-glow{
  position:absolute;
  width:500px;
  height:500px;
  background:#FDB813;
  opacity:0.15;
  filter:blur(120px);
  top:-150px;
  right:-150px;
}

/* Layout */
.intro-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

/* Images */
.intro-images{
  position:relative;
}

.img-card{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 35px 80px rgba(0,0,0,0.6);
  animation:float 6s ease-in-out infinite;
}

.img-card img{
  width:100%;
  display:block;
}

.img-card.small{
  position:absolute;
  width:60%;
  bottom:-60px;
  left:-50px;
  border:6px solid #0a1a4f;
}

/* Text */
.intro-tag{
  color:#6DBE45;
  font-weight:700;
  display:inline-block;
  margin-bottom:15px;
}

.sunrise-intro h2{
  font-size:46px;
  color:#FDB813;
  margin-bottom:25px;
}

.sunrise-intro p{
  font-size:17px;
  line-height:1.8;
  color:#e0e6ff;
  margin-bottom:20px;
}

/* Animations */
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-15px)}
}

/* Mobile Responsive */
@media(max-width:900px){
  .intro-wrapper{
    grid-template-columns:1fr;
    gap:50px;
  }

  .img-card.small{
    position:relative;
    width:80%;
    margin-top:-40px;
    left:0;
  }

  .sunrise-intro h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af5a25e */.sunrise-services{
  padding:120px 8%;
  background:#f7fbff;
  text-align:center;
}

.sunrise-services h2{
  font-size:44px;
  color:#1F3C88;
  margin-bottom:15px;
}

.services-sub{
  font-size:17px;
  color:#5b6b82;
  margin-bottom:60px;
}

/* Grid */
.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:40px;
}

/* Card */
.service-card{
  position:relative;
  padding:50px 35px;
  border-radius:28px;
  background:white;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  overflow:hidden;
  text-align:left;
  transition:0.5s;
}

/* Background image */
.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.2);
  transition:0.6s;
}

.service-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,10,47,0.85),rgba(5,10,47,0.95));
  opacity:0;
  transition:0.6s;
}

/* Content */
.service-card > *{
  position:relative;
  z-index:2;
}

.card-icon{
  width:60px;
  height:60px;
  background:linear-gradient(135deg,#6DBE45,#4CAF50);
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:white;
  margin-bottom:25px;
  box-shadow:0 10px 25px rgba(109,190,69,0.5);
}

.service-card h3{
  font-size:22px;
  color:#1F3C88;
  margin-bottom:12px;
}

.service-card p{
  font-size:15px;
  line-height:1.6;
  color:#5b6b82;
  margin-bottom:25px;
}

.card-btn{
  display:inline-block;
  padding:10px 26px;
  border-radius:30px;
  background:#FDB813;
  color:#1F3C88;
  font-weight:700;
  text-decoration:none;
  transition:0.4s;
}

/* Hover */
.service-card:hover{
  transform:translateY(-14px);
  box-shadow:0 30px 80px rgba(0,0,0,0.18);
}

.service-card:hover::before,
.service-card:hover::after{
  opacity:1;
  transform:scale(1);
}

.service-card:hover h3,
.service-card:hover p{
  color:white;
}

.service-card:hover .card-btn{
  background:#6DBE45;
  color:white;
}

/* Mobile */
@media(max-width:768px){
  .sunrise-services h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7fe9a1 */.sunrise-process{
  padding:120px 8%;
  background:#ffffff;
  text-align:center;
}

.sunrise-process h2{
  font-size:44px;
  color:#1F3C88;
  margin-bottom:10px;
}

.process-sub{
  font-size:17px;
  color:#5b6b82;
  margin-bottom:70px;
}

/* Grid */
.process-steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:50px;
}

/* Card */
.process-card{
  background:#f7fbff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  transition:0.5s;
  text-align:left;
  position:relative;
}

/* Image */
.process-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

/* Step number */
.step-badge{
  position:absolute;
  top:15px;
  left:15px;
  width:46px;
  height:46px;
  background:linear-gradient(135deg,#FDB813,#FFA000);
  color:#1F3C88;
  font-weight:800;
  font-size:18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(253,184,19,0.5);
}

/* Content */
.process-card h3{
  font-size:20px;
  color:#1F3C88;
  margin:25px 25px 12px;
}

.process-card p{
  font-size:15px;
  line-height:1.6;
  color:#5b6b82;
  margin:0 25px 30px;
}

/* Hover */
.process-card:hover{
  transform:translateY(-14px);
  box-shadow:0 30px 80px rgba(0,0,0,0.18);
}

/* Mobile */
@media(max-width:768px){
  .sunrise-process h2{
    font-size:32px;
  }
  .process-card img{
    height:180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c5e9c5 */.sunrise-why-services{
  padding:120px 8%;
  background:linear-gradient(135deg,#050a2f,#0a1a4f);
  text-align:center;
  color:white;
}

.sunrise-why-services h2{
  font-size:44px;
  color:#FDB813;
  margin-bottom:10px;
}

.why-sub{
  font-size:17px;
  color:#e0e6ff;
  margin-bottom:70px;
}

/* Grid */
.why-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:40px;
}

/* Card */
.why-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border-radius:28px;
  padding:50px 35px;
  box-shadow:0 20px 60px rgba(0,0,0,0.4);
  transition:0.5s;
  position:relative;
}

/* Glow */
.why-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  background:linear-gradient(135deg,#FDB813,#6DBE45);
  opacity:0;
  z-index:-1;
  transition:0.5s;
}

.why-card:hover::after{
  opacity:3.7;
}

/* Icon */
.why-icon{
  width:70px;
  height:70px;
  border-radius:20px;
  background:linear-gradient(135deg,#6DBE45,#4CAF50);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin:0 auto 30px;
  box-shadow:0 15px 40px rgba(109,190,69,0.6);
}

/* Text */
.why-card h3{
  font-size:22px;
  margin-bottom:15px;
}

.why-card p{
  font-size:15px;
  line-height:1.7;
  color:#e0e6ff;
}

/* Hover */
.why-card:hover{
  transform:translateY(-14px);
  box-shadow:0 30px 90px rgba(0,0,0,0.6);
}

/* Mobile */
@media(max-width:768px){
  .sunrise-why-services h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e66643b */.sunrise-cta{
  position:relative;
  padding:140px 8%;
  background:linear-gradient(135deg,#050a2f,#0a1a4f);
  overflow:hidden;
  text-align:center;
  color:white;
}

/* Glow */
.cta-glow{
  position:absolute;
  width:600px;
  height:600px;
  background:#FDB813;
  opacity:0.18;
  filter:blur(150px);
  top:-200px;
  left:50%;
  transform:translateX(-50%);
}

/* Content */
.cta-content{
  position:relative;
  max-width:850px;
  margin:auto;
  animation:fadeUp 1s ease forwards;
}

.sunrise-cta h2{
  font-size:48px;
  color:#FDB813;
  margin-bottom:25px;
}

.sunrise-cta p{
  font-size:18px;
  line-height:1.8;
  color:#e0e6ff;
  margin-bottom:50px;
}

/* Buttons */
.cta-buttons{
  display:flex;
  justify-content:center;
  gap:25px;
  flex-wrap:wrap;
}

.cta-yellow{
  background:linear-gradient(135deg,#FDB813,#FFA000);
  color:#1F3C88;
  padding:16px 42px;
  border-radius:50px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 18px 50px rgba(253,184,19,0.7);
  transition:0.4s;
}

.cta-yellow:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 80px rgba(253,184,19,0.9);
}

.cta-green{
  background:linear-gradient(135deg,#6DBE45,#4CAF50);
  color:white;
  padding:16px 42px;
  border-radius:50px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(109,190,69,0.6);
  transition:0.4s;
}

.cta-green:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 70px rgba(109,190,69,0.9);
}

/* Mobile */
@media(max-width:768px){
  .sunrise-cta h2{
    font-size:32px;
  }

  .sunrise-cta p{
    font-size:16px;
  }
}

/* Animation */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(40px)}
  to{opacity:1;transform:translateY(0)}
}/* End custom CSS */