.elementor-544 .elementor-element.elementor-element-527d3f9{--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;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-544 .elementor-element.elementor-element-d474d63{margin:-2rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}.elementor-544 .elementor-element.elementor-element-bc09890{margin:-2rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}.elementor-544 .elementor-element.elementor-element-f542c16{margin:-2rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}.elementor-544 .elementor-element.elementor-element-9b2eb2a{margin:-2rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}.elementor-544 .elementor-element.elementor-element-b4ecee3{margin:-2rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-544 .elementor-element.elementor-element-d474d63{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:0rem 0rem 0rem 0rem;}}/* Start custom CSS for html, class: .elementor-element-d474d63 *//* HERO SECTION */

.fire-hero{
position:relative;
width:100%;
min-height:1080px;
display:flex;
align-items:center;
background-image:url("https://images.unsplash.com/photo-1607237138185-eedd9c632b0b?auto=format&fit=crop&w=2000&q=80");
background-size:cover;
background-position:center;
overflow:hidden;
font-family:'Montserrat', sans-serif;
font-weight:700;
}

/* Dark gradient overlay */

.fire-hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
90deg,
rgba(15,23,42,0.95) 0%,
rgba(15,23,42,0.85) 40%,
rgba(15,23,42,0.2) 70%,
rgba(15,23,42,0) 100%
);
z-index:1;
}

.fire-hero-container{
max-width:1400px;
margin:auto;
padding:0 40px;
width:100%;
position:relative;
z-index:2;
}

.fire-hero-content{
max-width:650px;
color:#fff;
}

/* Badge */

.hero-badge{
color:#ff3b30;
font-weight:600;
letter-spacing:1px;
font-size:14px;
margin-bottom:18px;
}

/* Heading */

.fire-hero h1{
font-size:64px;
line-height:1.05;
font-weight:800;
margin-bottom:24px;
}

.hero-accent{
background: linear-gradient(90deg,#ff3b30,#ff6a00);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
color:transparent;
}

/* Description */

.hero-description{
font-size:18px;
line-height:1.6;
opacity:0.9;
margin-bottom:35px;
max-width:520px;
}

/* Buttons */

.hero-buttons{
display:flex;
gap:20px;
margin-bottom:28px;
flex-wrap:wrap;
}

.hero-btn-primary{
background:#ff3b30;
color:white;
padding:16px 30px;
border-radius:6px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.hero-btn-primary:hover{
background:#e03228;
}

.hero-btn-secondary{
border:1px solid rgba(255,255,255,0.4);
padding:16px 28px;
border-radius:6px;
text-decoration:none;
color:white;
font-weight:500;
}

.hero-btn-secondary:hover{
border-color:white;
}

/* Features */

.hero-features{
display:flex;
gap:30px;
font-size:16px;
opacity:0.9;
flex-wrap:wrap;
}

/* TRUST BAR */

.hero-trust-bar{
background:#f5f6f8;
padding:42px 0;
}

.trust-container{
max-width:1400px;
margin:auto;
display:flex;
justify-content:space-between;
gap:30px;
flex-wrap:wrap;
padding:0 40px;
font-size:16px;
color:#6b7280;
font-weight:500;
}

.trust-item{
display:flex;
align-items:center;
gap:10px;
}

.trust-item i{
color:#ff3b30;
font-size:16px;
}

/* RESPONSIVE */

@media (max-width:768px){

.fire-hero h1{
font-size:40px;
}

.fire-hero{
min-height:800px;
}

.hero-features{
flex-direction:column;
gap:10px;
}

}

/* =========================
TABLET TRUST BAR (3 PER ROW)
========================= */

@media (max-width:1024px){

.trust-container{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

text-align:center;

justify-items:center;

}

.trust-item{

justify-content:center;

}

}


/* =========================
MOBILE TRUST BAR CAROUSEL
========================= */

@media (max-width:640px){

.hero-trust-bar{

overflow:hidden;

}

.trust-container{

display:flex;

flex-wrap:nowrap;

gap:40px;

width:max-content;

animation:trustScroll 18s linear infinite;

padding:0 20px;

}

.trust-item{

white-space:nowrap;

font-size:14px;

}

/* scrolling animation */

@keyframes trustScroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* =================
MOBILE HERO OVERLAY
================= */

@media (max-width:768px){

.fire-hero-overlay{

background:linear-gradient(
180deg,
rgba(15,23,42,0.95) 0%,
rgba(15,23,42,0.85) 40%,
rgba(15,23,42,0.7) 70%,
rgba(15,23,42,0.6) 100%
);

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc09890 */.efs-services-section{
  background:#f5f5f;
  padding:110px 20px;
}

.efs-services-container{
  max-width:1300px;
  margin:0 auto;
}

.efs-services-heading{
  text-align:center;
  max-width:820px;
  margin:0 auto 60px;
}

.efs-services-eyebrow{
  font-size:15px;
  font-weight:700;
  letter-spacing:1.5px;
  color:#ef3b2d;
  text-transform:uppercase;
  margin-bottom:14px;
}

.efs-services-heading h2{
  font-size:56px;
  line-height:1.1;
  font-weight:700;
  color:#0f1f3d;
  margin:0 0 20px;
}

.efs-services-heading p{
  font-size:19px;
  line-height:1.7;
  color:#667085;
  margin:0;
}

.efs-services-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.efs-service-card{
  background:#ffffff;
  border:1px solid #dddddd;
  border-radius:12px;
  padding:24px 24px 26px;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.efs-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(0,0,0,0.06);
  border-color:#d8d8d8;
}

.efs-service-icon{
  width:48px;
  height:48px;
  border-radius:10px;
  background:linear-gradient(135deg, #ef2f1f, #f3562a);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:26px;
}

.efs-service-icon i{
  color:#ffffff;
  font-size:19px;
}

.efs-service-card h3{
  font-size:22px;
  line-height:1.35;
  font-weight:700;
  color:#0f1f3d;
  margin:0 0 14px;
}

.efs-service-card p{
  font-size:16px;
  line-height:1.75;
  color:#667085;
  margin:0;
}

/* Tablet */
@media (max-width:1024px){
  .efs-services-heading h2{
    font-size:44px;
  }

  .efs-services-heading p{
    font-size:18px;
  }

  .efs-services-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width:767px){
  .efs-services-section{
    padding:80px 20px;
  }

  .efs-services-heading{
    margin-bottom:40px;
  }

  .efs-services-heading h2{
    font-size:34px;
  }

  .efs-services-heading p{
    font-size:16px;
  }

  .efs-services-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .efs-service-card{
    padding:22px 20px 24px;
  }

  .efs-service-card h3{
    font-size:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f542c16 */.efs-warehouse-process-section{
  background:linear-gradient(90deg, #1f2a44 0%, #2d3852 100%);
  padding:110px 20px 90px;
}

.efs-warehouse-process-container{
  max-width:1320px;
  margin:0 auto;
}

.efs-warehouse-process-heading{
  max-width:860px;
  margin:0 auto 70px;
  text-align:center;
}

.efs-warehouse-process-eyebrow{
  font-size:15px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#ef3b2d;
  margin-bottom:16px;
}

.efs-warehouse-process-heading h2{
  font-size:56px;
  line-height:1.1;
  font-weight:700;
  color:#ffffff;
  margin:0 0 20px;
}

.efs-warehouse-process-heading p{
  font-size:19px;
  line-height:1.7;
  color:rgba(255,255,255,0.82);
  margin:0 auto;
  max-width:760px;
}

.efs-warehouse-process-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:28px;
}

.efs-warehouse-process-card{
  text-align:center;
  padding:0 10px;
}

.efs-warehouse-process-icon{
  width:54px;
  height:54px;
  margin:0 auto 22px;
  border-radius:50%;
  background:rgba(111, 34, 41, 0.45);
  display:flex;
  align-items:center;
  justify-content:center;
}

.efs-warehouse-process-icon i{
  color:#ef3b2d;
  font-size:22px;
}

.efs-warehouse-process-number{
  font-size:52px;
  line-height:1;
  font-weight:700;
  color:#ffffff;
  margin-bottom:10px;
}

.efs-warehouse-process-title{
  font-size:16px;
  line-height:1.4;
  font-weight:700;
  color:#ef3b2d;
  margin-bottom:12px;
}

.efs-warehouse-process-card p{
  font-size:16px;
  line-height:1.55;
  color:rgba(255,255,255,0.72);
  margin:0 auto;
  max-width:280px;
}

/* Tablet */
@media (max-width:1024px){
  .efs-warehouse-process-heading h2{
    font-size:42px;
  }

  .efs-warehouse-process-heading p{
    font-size:18px;
  }

  .efs-warehouse-process-grid{
    grid-template-columns:repeat(2, 1fr);
    row-gap:42px;
  }

  .efs-warehouse-process-number{
    font-size:44px;
  }
}

/* Mobile */
@media (max-width:767px){
  .efs-warehouse-process-section{
    padding:80px 20px 70px;
  }

  .efs-warehouse-process-heading{
    margin-bottom:45px;
  }

  .efs-warehouse-process-heading h2{
    font-size:34px;
  }

  .efs-warehouse-process-heading p{
    font-size:16px;
  }

  .efs-warehouse-process-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .efs-warehouse-process-number{
    font-size:40px;
  }

  .efs-warehouse-process-card p{
    max-width:320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b2eb2a */.efs-property-section{
  background:#ffffff;
  padding:110px 20px;
}

.efs-property-container{
  max-width:1320px;
  margin:0 auto;
}

.efs-property-heading{
  max-width:860px;
  margin:0 auto 55px;
  text-align:center;
}

.efs-property-eyebrow{
  font-size:15px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#ef3b2d;
  margin-bottom:16px;
}

.efs-property-heading h2{
  font-size:56px;
  line-height:1.08;
  font-weight:700;
  color:#0f1f3d;
  margin:0 0 20px;
}

.efs-property-heading p{
  font-size:18px;
  line-height:1.7;
  color:#667085;
  margin:0 auto;
  max-width:760px;
}

/* GRID */

.efs-property-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */

.efs-property-card{
  position:relative;
  display:block;
  min-height:390px;
  border-radius:14px;
  overflow:hidden;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:transform .3s ease, box-shadow .3s ease;
}

.efs-property-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.14);
}

.efs-property-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}

.efs-property-card:hover img{
  transform:scale(1.05);
}

/* OVERLAY */

.efs-property-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(15,31,61,0.18) 0%,
    rgba(15,31,61,0.45) 45%,
    rgba(15,31,61,0.88) 100%
  );
}

/* CONTENT STRUCTURE */

.efs-property-content{
  position:absolute;
  inset:0;
  z-index:2;
  padding:28px 24px 24px;

  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

/* TITLE */

.efs-property-content h3{
  font-size:30px;
  line-height:1.15;
  font-weight:700;
  color:#ffffff;
  margin:0 0 12px;

  height:72px;
  display:flex;
  align-items:flex-end;
}

/* DESCRIPTION */

.efs-property-content p{
  font-size:16px;
  line-height:1.6;
  color:rgba(255,255,255,0.88);
  margin:0;
  max-width:95%;
}

/* =====================
TABLET
===================== */

@media (max-width:1024px){

  .efs-property-heading h2{
    font-size:44px;
  }

  .efs-property-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .efs-property-card{
    min-height:360px;
  }

  /* third card full width */

  .efs-property-card:nth-child(3){
    grid-column:1 / -1;
  }

}

/* =====================
MOBILE
===================== */

@media (max-width:767px){

  .efs-property-section{
    padding:80px 20px;
  }

  .efs-property-heading{
    margin-bottom:40px;
  }

  .efs-property-heading h2{
    font-size:34px;
  }

  .efs-property-heading p{
    font-size:16px;
  }

  .efs-property-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .efs-property-card{
    min-height:320px;
  }

  .efs-property-content{
    padding:22px 20px 20px;
  }

  .efs-property-content h3{
    font-size:26px;
    min-height:auto;
  }

  .efs-property-content p{
    font-size:15px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4ecee3 */.efs-contact-section{
  background:#f5f5f5;
  padding:110px 20px;
}

.efs-contact-container{
  max-width:1320px;
  margin:0 auto;
}

.efs-contact-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:70px;
  align-items:start;
}

/* LEFT COLUMN */
.efs-contact-info{
  padding-top:10px;
}

.efs-contact-eyebrow{
  font-size:15px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#ef3b2d;
  margin-bottom:16px;
}

.efs-contact-info h2{
  font-size:58px;
  line-height:1.08;
  font-weight:700;
  color:#0f1f3d;
  margin:0 0 22px;
}

.efs-contact-intro{
  font-size:18px;
  line-height:1.65;
  color:#667085;
  max-width:520px;
  margin:0 0 36px;
}

.efs-contact-items{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.efs-contact-item{
  display:flex;
  align-items:flex-start;
  gap:16px;
}

.efs-contact-icon{
  width:42px;
  height:42px;
  border-radius:10px;
  background:linear-gradient(135deg, #ef2f1f, #f3562a);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.efs-contact-icon i{
  color:#ffffff;
  font-size:16px;
}

.efs-contact-text span{
  display:block;
  font-size:15px;
  color:#667085;
  margin-bottom:2px;
}

.efs-contact-text strong{
  display:block;
  font-size:18px;
  line-height:1.4;
  color:#0f1f3d;
  font-weight:700;
}

/* RIGHT COLUMN */
.efs-contact-form-wrap{
  background:#ffffff;
  border:1px solid #dddddd;
  border-radius:12px;
  padding:34px 34px 30px;
}

.efs-contact-form{
  width:100%;
}

.efs-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.efs-form-group{
  margin-bottom:18px;
}

.efs-form-group label{
  display:block;
  font-size:15px;
  font-weight:600;
  color:#0f1f3d;
  margin-bottom:10px;
}

.efs-form-group input,
.efs-form-group textarea{
  width:100%;
  border:1px solid #d6d6d6;
  border-radius:8px;
  background:#ffffff;
  padding:15px 16px;
  font-size:16px;
  font-family:inherit;
  color:#0f1f3d;
  outline:none;
  transition:border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing:border-box;
}

.efs-form-group textarea{
  resize:vertical;
  min-height:130px;
}

.efs-form-group input::placeholder,
.efs-form-group textarea::placeholder{
  color:#7b8794;
}

.efs-form-group input:focus,
.efs-form-group textarea:focus{
  border-color:#ef3b2d;
  box-shadow:0 0 0 3px rgba(239,59,45,0.08);
}

.efs-contact-submit{
  width:100%;
  border:none;
  border-radius:8px;
  background:#ef1414;
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  padding:18px 24px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  transition:background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.efs-contact-submit:hover{
  background:#d91010;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(239,20,20,0.2);
}

.efs-contact-submit i{
  font-size:16px;
}

.efs-contact-response{
  text-align:center;
  font-size:15px;
  color:#667085;
  margin:18px 0 0;
}

/* Tablet */
@media (max-width:1024px){
  .efs-contact-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .efs-contact-info h2{
    font-size:46px;
  }

  .efs-contact-intro{
    max-width:680px;
  }
}

/* Mobile */
@media (max-width:767px){
  .efs-contact-section{
    padding:80px 20px;
  }

  .efs-contact-info h2{
    font-size:36px;
  }

  .efs-contact-intro{
    font-size:16px;
  }

  .efs-contact-form-wrap{
    padding:24px 20px 22px;
  }

  .efs-form-row{
    grid-template-columns:1fr;
    gap:0;
  }

  .efs-contact-submit{
    font-size:17px;
    padding:16px 20px;
  }

  .efs-contact-text strong{
    font-size:17px;
  }
}/* End custom CSS */