.elementor-198 .elementor-element.elementor-element-914af6d{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-198 .elementor-element.elementor-element-61cf058{--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-198 .elementor-element.elementor-element-5ea55f7{--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-198 .elementor-element.elementor-element-44ff03a{--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-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-198 .elementor-element.elementor-element-7ac465f .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-198 .elementor-element.elementor-element-7ac465f .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-198 .elementor-element.elementor-element-7ac465f{--image-border-radius:20px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-justify-content:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;--galleries-title-color-normal:#111866;--galleries-title-color-hover:#043877;--galleries-pointer-bg-color-hover:#FFE427;--gallery-title-color-active:#FF8C2A;--galleries-pointer-bg-color-active:#113053;--galleries-pointer-border-width:6px;}.elementor-198 .elementor-element.elementor-element-7ac465f .elementor-gallery-title{--space-between:15px;}.elementor-198 .elementor-element.elementor-element-7ac465f .elementor-gallery__titles-container{margin-bottom:15px;}.elementor-198 .elementor-element.elementor-element-6361cd9{--display:flex;}.elementor-198 .elementor-element.elementor-element-01f50e8{--display:flex;}.elementor-198 .elementor-element.elementor-element-91d235f{--display:flex;}.elementor-198 .elementor-element.elementor-element-88a78c2{--display:flex;}.elementor-198 .elementor-element.elementor-element-7089368{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-612aa2d */.home-gym-section{
  background:#fff;
  padding:70px 20px;
  font-family:'Poppins',Arial,sans-serif;
}

.home-gym-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.7fr .9fr;
  gap:45px;
  align-items:center;
}

.home-gym-content h1{
  font-size:46px;
  line-height:1.08;
  margin:0 0 18px;
  color:#050505;
  font-weight:800;
}

.lead{
  font-size:15px;
  line-height:1.9;
  color:#111;
  max-width:720px;
  margin-bottom:35px;
}

.service-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 35px;
  margin-bottom:25px;
}

.service-points div{
  margin:0;
  font-size:14px;
  color:#111;
}

.service-points i,
.trust-row i{
  color:#e91b1b;
  margin-right:8px;
}

.hero-buttons{
  display:flex;
  gap:18px;
  margin-bottom:25px;
}

.hero-buttons a{
  text-decoration:none !important;
  padding:13px 24px;
  border-radius:8px;
  font-size:14px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.btn-main{
  background:linear-gradient(135deg,#f15a24,#f7941d);
  color:#fff !important;
}

.btn-outline{
  background:#fff;
  color:#111 !important;
  border:1px solid #ddd;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.trust-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:18px;
}

.trust-row div{
  background:#fff;
  padding:14px 16px;
  border-radius:12px;
  font-size:13px;
  box-shadow:0 5px 18px rgba(0,0,0,.13);
}

.stats-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.stats-row div{
  background:#fff;
  padding:22px 14px;
  text-align:center;
  border-radius:16px;
  border-top:1px solid #ff4b3e;
  box-shadow:0 5px 18px rgba(0,0,0,.13);
}

.stats-row h3{
  margin:0 0 8px;
  color:#f36f13;
  font-size:24px;
}

.stats-row p{
  margin:0;
  font-size:13px;
  color:#111;
}

.quote-box{
  background:#fff;
  border-radius:16px;
  padding:35px 18px 18px;
  box-shadow:0 5px 25px rgba(0,0,0,.18);
  text-align:center;
}

.badge{
  display:inline-block;
  background:#fff1ed;
  border:1px solid #ffb6aa;
  color:#e71919;
  padding:10px 25px;
  border-radius:30px;
  font-size:12px;
  font-weight:700;
  margin-bottom:15px;
}

.quote-box h2{
  margin:0 0 12px;
  font-size:24px;
  font-weight:800;
  color:#000;
}

.quote-box form{
  display:flex;
  flex-direction:column;
  gap:11px;
}

.quote-box input,
.quote-box textarea{
  width:100%;
  border:1px solid #ff2525;
  border-radius:7px;
  padding:13px 12px;
  font-size:13px;
  outline:none;
  box-sizing:border-box;
}

.quote-box input:focus,
.quote-box textarea:focus{
  border-color:#f7941d;
}

.quote-box textarea{
  min-height:68px;
  resize:vertical;
}

.quote-box button{
  border:none;
  background:linear-gradient(135deg,#f15a24,#f7941d);
  color:#fff;
  padding:14px;
  border-radius:8px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.secure-text{
  font-size:12px;
  color:#111;
  margin:16px 0 0;
}

@media(max-width:991px){
  .home-gym-wrap{
    grid-template-columns:1fr;
  }

  .home-gym-content h1{
    font-size:38px;
  }
}

@media(max-width:767px){
  .home-gym-section{
    padding:45px 15px;
  }

  .home-gym-content h1{
    font-size:32px;
  }

  .service-points,
  .trust-row,
  .stats-row{
    grid-template-columns:1fr;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .hero-buttons a{
    justify-content:center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fe1cac5 */.equipfit-why-section{
  padding:80px 20px;
  background:#fff;
  font-family:'Poppins',sans-serif;
}

.equipfit-container{
  max-width:1200px;
  margin:auto;
}

.why-grid{
  display:grid;
  grid-template-columns:420px 1fr;
  gap:40px;
  align-items:center;
}

.why-image img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.why-badge{
  display:inline-block;
  padding:8px 18px;
  border-radius:30px;
  background:#fff1ed;
  border:1px solid #ffd0c2;
  color:#ff5a18;
  font-size:12px;
  font-weight:700;
  margin-bottom:15px;
}

.why-content h2{
  font-size:42px;
  line-height:1.2;
  margin:0 0 15px;
  font-weight:800;
  color:#000;
}

.why-desc{
  color:#666;
  line-height:1.8;
  margin-bottom:25px;
  font-size:15px;
}

.why-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-bottom:25px;
}

.why-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:18px;
  display:flex;
  gap:14px;
  transition:.3s;
  box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.why-card:hover{
  border-color:#FF8C2A;
  transform:translateY(-4px);
}

.card-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:10px;
  background:linear-gradient(135deg,#ff5a18,#FFB000);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
}

.why-card h4{
  margin:0 0 6px;
  font-size:15px;
  font-weight:700;
  color:#000;
}

.why-card p{
  margin:0;
  font-size:12px;
  color:#666;
  line-height:1.6;
}

.stats-box{
  border:1px solid #e5e5e5;
  border-radius:16px;
  padding:25px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  align-items:center;
  box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.stat-item{
  text-align:center;
}

.stat-item h3{
  margin:0 0 5px;
  font-size:32px;
  color:#ff5a18;
  font-weight:800;
}

.stat-item p{
  margin:0;
  font-size:12px;
  color:#666;
  text-transform:uppercase;
}

.stats-btns{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.btn-main{
  background:linear-gradient(135deg,#ff5a18,#FFB000);
  color:#fff !important;
  text-decoration:none;
  text-align:center;
  padding:12px;
  border-radius:8px;
  font-weight:700;
}

.btn-outline{
  background:#fff;
  border:1px solid #ddd;
  color:#000 !important;
  text-decoration:none;
  text-align:center;
  padding:12px;
  border-radius:8px;
  font-weight:700;
}

.btn-main:hover{
  background:linear-gradient(135deg,#FF8C2A,#ff5a18);
  color:#fff !important;
}

.btn-outline:hover{
  background:#FF8C2A;
  color:#fff !important;
  border-color:#FF8C2A;
}

@media(max-width:991px){
  .why-grid{
    grid-template-columns:1fr;
  }

  .why-image img{
    height:400px;
  }

  .stats-box{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:767px){
  .equipfit-why-section{
    padding:60px 15px;
  }

  .why-content h2{
    font-size:30px;
  }

  .why-cards{
    grid-template-columns:1fr;
  }

  .stats-box{
    grid-template-columns:1fr;
  }

  .why-image img{
    height:300px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-704a5f4 */:root{
  --primary:#2F2B87;
  --secondary:#E43B16;
  --accent:#F4B526;
  --light:#FFF8F4;
  --dark:#111827;
  --text:#4B5563;
}

.ef-reviews{
  padding:80px 6%;
  background:#fff;
  font-family:Poppins,Arial,sans-serif;
}

.ef-review-wrap{
  max-width:1200px;
  margin:auto;
}

.ef-review-head{
  text-align:center;
  margin-bottom:50px;
}

.ef-review-head span{
  display:inline-block;
  padding:10px 24px;
  border-radius:24px;
  background:rgba(228,59,22,.08);
  border:1px solid rgba(228,59,22,.25);
  color:var(--secondary);
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.ef-review-head h2{
  font-size:36px;
  margin:0 0 14px;
  color:#000;
  font-weight:900;
}

.ef-review-head p{
  color:var(--text);
  font-size:15px;
  max-width:760px;
  margin:auto;
  line-height:1.7;
}

.ef-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.ef-review-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:28px;
  min-height:300px;
  display:flex;
  flex-direction:column;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  transition:.35s ease;
}

.ef-review-card:hover{
  transform:translateY(-8px);
  border-color:var(--secondary);
  box-shadow:0 18px 45px rgba(228,59,22,.16);
}

.ef-review-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px;
}

.ef-stars{
  color:var(--accent);
  font-size:22px;
  letter-spacing:1px;
}

.ef-rating{
  color:#000;
  font-size:13px;
  font-weight:700;
}

.ef-review-text{
  color:var(--dark);
  font-size:15px;
  line-height:1.8;
  margin:0 0 24px;
}

.ef-review-user{
  margin-top:auto;
  border-top:1px solid #d1d5db;
  padding-top:20px;
}

.ef-review-user h3{
  font-size:17px;
  color:#000;
  margin:0 0 6px;
  font-weight:900;
}

.ef-review-user p{
  margin:0;
  color:var(--text);
  font-size:13px;
  line-height:1.6;
}

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

@media(max-width:767px){
  .ef-reviews{
    padding:55px 20px;
  }

  .ef-review-head h2{
    font-size:30px;
  }

  .ef-review-grid{
    grid-template-columns:1fr;
  }

  .ef-review-card{
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-280d817 */.equipfit-contact-section{
  background:#fff;
  padding:70px 20px;
  font-family:'Poppins',Arial,sans-serif;
}

.equipfit-contact-container{
  max-width:1200px;
  margin:auto;
}

.contact-heading{
  text-align:center;
  margin-bottom:45px;
}

.contact-heading span{
  display:inline-block;
  background:#fff1ed;
  border:1px solid #ffc7bb;
  color:#e5391f;
  padding:9px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}

.contact-heading h2{
  margin:0 0 12px;
  font-size:38px;
  font-weight:900;
  color:#000;
}

.contact-heading p{
  margin:0;
  font-size:14px;
  color:#555;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
  align-items:stretch;
}

.contact-info-box,
.quote-form-box{
  background:#fff;
  border:1px solid #ddd;
  border-radius:16px;
  padding:35px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.contact-item{
  display:flex;
  gap:18px;
  margin-bottom:28px;
}

.contact-icon{
  width:45px;
  height:45px;
  min-width:45px;
  border-radius:10px;
  background:#FF8C2A;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.contact-item h4{
  margin:0 0 6px;
  font-size:17px;
  font-weight:800;
  color:#000;
}

.contact-item a,
.contact-item strong{
  color:#e5391f;
  font-weight:800;
  font-size:15px;
  text-decoration:none;
}

.contact-item p{
  margin:5px 0 0;
  color:#333;
  font-size:13px;
}

.trust-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:25px;
}

.trust-points span{
  font-size:12px;
  color:#333;
  background:#fff8f4;
  border:1px solid #ffd6c8;
  padding:12px;
  border-radius:10px;
  text-align:center;
}

.quote-form-box h3{
  margin:0 0 20px;
  font-size:24px;
  color:#000;
  font-weight:900;
}

.form-badge{
  display:block;
  width:max-content;
  margin:0 auto 15px;
  background:#fff1ed;
  border:1px solid #ffc7bb;
  color:#e5391f;
  padding:8px 20px;
  border-radius:30px;
  font-size:12px;
  font-weight:800;
}

.quote-form-box h4{
  margin:0 0 15px;
  text-align:center;
  font-size:22px;
  font-weight:900;
  color:#000;
}

.quote-form-box form{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.quote-form-box input,
.quote-form-box textarea{
  width:100%;
  border:1px solid #ff2525;
  border-radius:7px;
  padding:13px 12px;
  font-size:13px;
  outline:none;
  box-sizing:border-box;
}

.quote-form-box textarea{
  min-height:80px;
  resize:vertical;
}

.quote-form-box input:focus,
.quote-form-box textarea:focus{
  border-color:#FF8C2A;
  box-shadow:0 0 0 3px rgba(255,140,42,.15);
}

.quote-form-box button{
  border:none;
  background:linear-gradient(135deg,#f15a24,#FF8C2A);
  color:#fff;
  padding:14px;
  border-radius:8px;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:.3s;
}

.quote-form-box button:hover{
  background:linear-gradient(135deg,#FF8C2A,#f15a24);
}

.secure-text{
  font-size:12px;
  color:#111;
  margin:16px 0 0;
}

@media(max-width:991px){
  .contact-grid{
    grid-template-columns:1fr;
  }

  .trust-points{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .equipfit-contact-section{
    padding:50px 15px;
  }

  .contact-heading h2{
    font-size:30px;
  }

  .contact-info-box,
  .quote-form-box{
    padding:25px 18px;
  }

  .contact-item{
    align-items:flex-start;
  }
}/* End custom CSS */