.elementor-23 .elementor-element.elementor-element-a66c6df{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-ce11b66{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-41c22a0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-cd69e1e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-08bd383{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0252ed8 *//* GALLERY SECTION */

.gallery-section{
  padding:110px 0;
  background:#f8fafc;
}

.gallery-container{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
}

.gallery-header{
  max-width:760px;
  margin-bottom:48px;
}

.gallery-label{
  display:inline-block;
  margin-bottom:14px;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#f47a00;
}

.gallery-header h2{
  margin:0 0 16px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1px;
  color:#111827;
}

.gallery-header p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#667085;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}

.gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 14px 38px rgba(16,24,40,0.08);
  background:#ffffff;
}

.gallery-item img{
  width:100%;
  height:420px;
  display:block;
  object-fit:cover;
  transition:transform .5s ease;
}

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

/* TABLET */

@media (max-width:1024px){
  .gallery-item img{
    height:340px;
  }
}

/* MOBILE */

@media (max-width:767px){

  .gallery-section{
    padding:70px 0;
    overflow:visible;
  }

  .gallery-header h2{
    font-size:clamp(28px,8vw,38px);
  }

  .gallery-header p{
    font-size:16px;
  }

  .gallery-grid{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:18px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding:0 2px 8px 2px;
    width:100%;
  }

  .gallery-grid::-webkit-scrollbar{
    display:none;
  }

  .gallery-item{
    display:block !important;
    flex:0 0 88% !important;
    min-width:88% !important;
    max-width:88% !important;
    width:88% !important;
    border-radius:18px;
    scroll-snap-align:start;
  }

  .gallery-item img{
    width:100%;
    height:260px;
    display:block;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9640608 *//* PROCESS SECTION */

.process-section{
  padding:110px 0;
  background:#ffffff;
}

.process-container{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
}

.process-header{
  max-width:720px;
  margin-bottom:70px;
}

.process-label{
  display:inline-block;
  margin-bottom:14px;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#f47a00;
}

.process-header h2{
  margin:0 0 16px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1px;
  color:#111827;
}

.process-header p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#667085;
}

/* GRID */

.process-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

/* LINE */

.process-grid::before{
  content:"";
  position:absolute;
  top:34px;
  left:8%;
  right:8%;
  height:2px;
  background:linear-gradient(90deg,#e5e7eb,#e5e7eb);
}

/* CARD */

.process-step{
  position:relative;
  text-align:left;
}

.process-number{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#12386b;
  color:#ffffff;
  font-size:22px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  box-shadow:0 12px 30px rgba(18,56,107,0.25);
  transition:all .25s ease;
}

.process-card{
  background:#ffffff;
  border:1px solid #eceff3;
  border-radius:20px;
  padding:28px;
  box-shadow:0 14px 38px rgba(16,24,40,0.06);
  transition:all .25s ease;
}

.process-card h3{
  margin:0 0 10px;
  font-size:22px;
  font-weight:800;
  color:#111827;
}

.process-card p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#667085;
}

.process-step:hover .process-card{
  transform:translateY(-6px);
  box-shadow:0 22px 46px rgba(16,24,40,0.12);
}

.process-step:hover .process-number{
  transform:scale(1.05);
  background:#f47a00;
}

/* FADE ANIMATION */

.process-step{
  opacity:0;
  transform:translateY(40px);
  animation:fadeProcess .9s ease forwards;
}

.process-step:nth-child(1){animation-delay:.2s;}
.process-step:nth-child(2){animation-delay:.4s;}
.process-step:nth-child(3){animation-delay:.6s;}

@keyframes fadeProcess{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* MOBILE */

@media (max-width:900px){

  .process-section{
    padding:70px 0;
  }

  .process-container{
    padding:0 18px;
  }

  .process-header{
    margin-bottom:34px;
    max-width:100%;
  }

  .process-header h2{
    font-size:clamp(28px,8vw,38px);
  }

  .process-header p{
    font-size:16px;
    line-height:1.7;
  }

  .process-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }

  .process-grid::before{
    display:none;
  }

  .process-step{
    display:grid;
    grid-template-columns:56px 1fr;
    gap:14px;
    align-items:start;
  }

  .process-number{
    width:56px;
    height:56px;
    font-size:18px;
    margin-bottom:0;
    box-shadow:0 10px 24px rgba(18,56,107,0.18);
  }

  .process-card{
    padding:20px 18px;
    border-radius:18px;
  }

  .process-card h3{
    font-size:20px;
    margin:0 0 8px;
    line-height:1.2;
  }

  .process-card p{
    font-size:15px;
    line-height:1.65;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd69e1e *//* SERVICE AREAS SECTION */

.service-areas-section{
  padding:110px 0;
  background:linear-gradient(180deg,#f8fbff 0%, #eef4fb 100%);
}

.service-areas-container{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
}

.service-areas-header{
  max-width:780px;
  margin-bottom:48px;
}

.service-areas-label{
  display:inline-block;
  margin-bottom:14px;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#f47a00;
}

.service-areas-header h2{
  margin:0 0 16px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1px;
  color:#111827;
}

.service-areas-header p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#667085;
}

.service-areas-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.service-area-card{
  display:block;
  background:#ffffff;
  border:1px solid #e8edf3;
  border-radius:22px;
  padding:30px 26px;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(16,24,40,0.06);
  transition:all .25s ease;
}

.service-area-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 46px rgba(16,24,40,0.10);
}

.service-area-city{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.service-area-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:#f47a00;
  box-shadow:0 0 0 8px rgba(244,122,0,0.12);
  flex-shrink:0;
}

.service-area-card h3{
  margin:0;
  font-size:22px;
  font-weight:800;
  line-height:1.2;
  color:#111827;
  transition:color .2s ease;
}

.service-area-card p{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.7;
  color:#667085;
}

.service-area-link{
  font-size:15px;
  font-weight:700;
  color:#12386b;
  transition:all .2s ease;
}

.service-area-card:hover h3{
  color:#f47a00;
}

.service-area-card:hover .service-area-link{
  color:#f47a00;
}

/* TABLET */

@media (max-width:1024px){
  .service-areas-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* MOBILE */

@media (max-width:767px){
  .service-areas-section{
    padding:70px 0;
  }

  .service-areas-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .service-areas-header h2{
    font-size:clamp(28px,8vw,38px);
  }

  .service-areas-header p{
    font-size:16px;
  }

  .service-area-card{
    padding:24px 20px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08bd383 *//* FINAL CTA SECTION */

.final-cta-section{
  padding:110px 0;
  background:linear-gradient(135deg,#0f2749 0%, #12386b 55%, #1a4b88 100%);
  position:relative;
  overflow:hidden;
}

.final-cta-section::before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(255,255,255,0.05);
}

.final-cta-section::after{
  content:"";
  position:absolute;
  left:-100px;
  bottom:-100px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(244,122,0,0.10);
}

.final-cta-container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
}

.final-cta-box{
  max-width:980px;
}

.final-cta-label{
  display:inline-block;
  margin-bottom:14px;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#ff9a3d;
}

.final-cta-box h2{
  margin:0 0 18px;
  font-size:clamp(36px,4.5vw,58px);
  line-height:1.04;
  font-weight:800;
  letter-spacing:-1.2px;
  color:#ffffff;
  font-family:'Poppins', sans-serif;
}

.final-cta-box p{
  margin:0 0 30px;
  max-width:760px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,0.88);
  font-family:'Montserrat', sans-serif;
}

.final-cta-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:34px;
}

.final-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  transition:all .25s ease;
}

.final-cta-btn-primary{
  background:#f47a00;
  border:2px solid #f47a00;
  color:#ffffff;
  box-shadow:0 14px 30px rgba(244,122,0,0.22);
}

.final-cta-btn-primary:hover{
  background:#d96800;
  border-color:#d96800;
  transform:translateY(-2px);
}

.final-cta-btn-secondary{
  background:transparent;
  border:2px solid rgba(255,255,255,0.88);
  color:#ffffff;
}

.final-cta-btn-secondary:hover{
  background:#ffffff;
  color:#12386b;
  transform:translateY(-2px);
}

.final-cta-info{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:980px;
}

.final-cta-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  padding:18px 18px;
  backdrop-filter:blur(8px);
}

.final-cta-icon-wrap{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:14px;
  background:rgba(255,255,255,0.12);
  display:flex;
  align-items:center;
  justify-content:center;
}

.final-cta-icon{
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
}

.final-cta-item h3{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  color:#ffffff;
}

.final-cta-item p,
.final-cta-item a{
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,0.82);
  text-decoration:none;
}

.final-cta-item a:hover{
  color:#ffffff;
}

/* TABLET */

@media (max-width:1024px){
  .final-cta-info{
    grid-template-columns:1fr;
  }
}

/* MOBILE */

@media (max-width:767px){
  .final-cta-section{
    padding:70px 0;
  }

  .final-cta-box h2{
    font-size:clamp(30px,8vw,40px);
  }

  .final-cta-box p{
    font-size:16px;
    line-height:1.7;
  }

  .final-cta-buttons{
    flex-direction:column;
  }

  .final-cta-btn{
    width:100%;
  }

  .final-cta-item{
    padding:16px;
    border-radius:16px;
  }

  .final-cta-icon-wrap{
    width:48px;
    height:48px;
    min-width:48px;
  }

  .final-cta-icon{
    width:24px;
    height:24px;
  }
}

/* CTA LAYOUT WITH LOGO */

.final-cta-layout{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  align-items:center;
  gap:40px;
}

.final-cta-logo-wrap{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

.final-cta-logo{
  width:340px;
  max-width:90%;
  opacity:0.10;
  filter:brightness(0) invert(1);
  pointer-events:none;
  transform:translateY(10px);
}

@media (max-width:1024px){

.final-cta-layout{
grid-template-columns:1fr;
}

.final-cta-logo-wrap{
margin-top:40px;
}

.final-cta-logo{
width:220px;
opacity:0.12;
}

}/* End custom CSS */