.elementor-3541 .elementor-element.elementor-element-16f35ae{--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-b5af9f2 *//* ===============================
   WM HERO SECTION
================================ */

.wm-hero{
  padding:48px 20px;
  background:#f7f9fc;
}

.wm-hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:center;
}


/* CONTENT */

.wm-hero-content h1{
  font-size:32px;
  line-height:1.2;
  margin-bottom:12px;
  color:#0b1c39;
}

.wm-hero-sub{
  font-size:16px;
  color:#555;
  margin-bottom:24px;
}


/* BUTTON GROUP */

.wm-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}


/* BUTTON */

.btn-call,
.btn-book{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  font-size:15.5px;
  min-height:48px;
  color:#fff;

  transition:.25s;
}


/* ICON */

.btn-icon{
  width:18px;
  height:18px;
  fill:currentColor;
}


/* COLORS */

.btn-call{
  background:#25D366;
}

.btn-call:hover{
  background:#084de0;
  transform:translateY(-2px);
}

.btn-book{
  background:#2563eb;
}

.btn-book:hover{
  background:#e24f00;
  transform:translateY(-2px);
}


/* IMAGE */

.wm-hero-image img{
  max-width:100%;
  height:auto;
  display:block;
}


/* DESKTOP */

@media(min-width:768px){

  .wm-hero-inner{
    grid-template-columns:1.1fr .9fr;
  }

  .wm-hero-content h1{
    font-size:40px;
  }

}


/* MOBILE */

@media(max-width:520px){

  .btn-call,
  .btn-book{
    flex:1;
    font-size:14.5px;
    padding:13px 12px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb7ef6b */.wm-services{
  padding: 48px 20px;
  background: #ffffff;
}

.wm-services-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.wm-services h2{
  font-size: 28px;
  margin-bottom: 24px;
}

.wm-services-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.wm-service-item{
  padding: 16px;
  border: 1px solid #e6e9f0;
  border-radius: 8px;
}

.wm-service-item h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.wm-service-item p{
  font-size: 14px;
  color: #555;
}

/* Tablet & Desktop */
@media (min-width: 768px){
  .wm-services-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35bb72c */.wm-brands{
  padding: 40px 20px;
  background: #f7f9fc;
}

.wm-brands-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.wm-brands h2{
  font-size: 26px;
  margin-bottom: 20px;
}

.wm-brands-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.wm-brands-grid span{
  background: #ffffff;
  border: 1px solid #e6e9f0;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

/* CTA */
.wm-brands-cta{
  margin-top: 24px;
  text-align: center;
}

.wm-brands-cta .brands-btn{
  display: inline-block;
  padding: 12px 22px;
  background: #ff5a00;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

.wm-brands-cta .brands-btn:hover{
  background: #e24f00;
}

/* Tablet & Desktop */
@media (min-width: 768px){
  .wm-brands-grid{
    grid-template-columns: repeat(5, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16cd896 *//* =====================================
   UNIVERSAL CITY SECTIONS CSS
   Works for all city lists
===================================== */

.fridge-cities,
.ac-cities,
.wm-cities,
.mw-cities{
  padding:60px 20px;
  background:#ffffff;
}

/* inner container */

.fridge-cities-inner,
.ac-cities-inner,
.wm-cities-inner,
.mw-cities-inner{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

/* headings */

.fridge-cities h2,
.ac-cities h2,
.wm-cities h2,
.mw-cities h2{
  font-size:28px;
  margin-bottom:28px;
  color:#0b1c39;
  font-weight:700;
}

/* city list layout */

.fridge-city-list,
.ac-city-list,
.wm-city-list,
.mw-city-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

/* city buttons */

.fridge-city-list a,
.ac-city-list a,
.wm-city-list a,
.mw-city-list a{
  display:inline-block;
  padding:12px 20px;
  background:#f3f6ff;
  border-radius:40px;
  font-size:15px;
  font-weight:600;
  color:#0b5cff;
  text-decoration:none;
  border:1px solid #dfe6ff;
  transition:.25s ease;
}

/* hover */

.fridge-city-list a:hover,
.ac-city-list a:hover,
.wm-city-list a:hover,
.mw-city-list a:hover{
  background:#0b5cff;
  color:#ffffff;
  border-color:#0b5cff;
  transform:translateY(-2px);
}

/* mobile */

@media(max-width:600px){

  .fridge-cities h2,
  .ac-cities h2,
  .wm-cities h2,
  .mw-cities h2{
    font-size:24px;
  }

  .fridge-city-list a,
  .ac-city-list a,
  .wm-city-list a,
  .mw-city-list a{
    font-size:14.5px;
    padding:10px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d3158a */.wm-why{
  padding: 48px 20px;
  background: #f7f9fc;
}

.wm-why-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.wm-why h2{
  font-size: 26px;
  margin-bottom: 24px;
}

.wm-why-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.wm-why-item{
  background: #ffffff;
  border: 1px solid #e6e9f0;
  border-radius: 8px;
  padding: 16px;
}

.wm-why-item h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.wm-why-item p{
  font-size: 14px;
  color: #555;
}

/* Tablet & Desktop */
@media (min-width: 768px){
  .wm-why-grid{
    grid-template-columns: repeat(4, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8e8a16 */.wm-process{
  padding: 48px 20px;
  background: #ffffff;
}

.wm-process-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.wm-process h2{
  font-size: 26px;
  margin-bottom: 28px;
}

.wm-process-steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.wm-step{
  border: 1px solid #e6e9f0;
  border-radius: 8px;
  padding: 20px;
  background: #f9fafc;
}

.wm-step-number{
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #0a58ff;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.wm-step h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.wm-step p{
  font-size: 14px;
  color: #555;
}

/* Desktop */
@media (min-width: 768px){
  .wm-process-steps{
    grid-template-columns: repeat(4, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a562d27 *//* ===============================
   SECTION – FAQs (IMPROVED)
================================ */

.service-faqs {
  padding: 60px 20px;
  background: #ffffff;
}

.service-faqs .container {
  max-width: 900px;
  margin: auto;
}

.service-faqs h2 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 26px;
  line-height: 1.35;
}

/* ===============================
   FAQ ITEM
================================ */

.faq-item {
  border-radius: 10px;
  background: #f9fbff;
  padding: 18px 18px;
  margin-bottom: 14px;
  border: 1px solid #e6ebf5;
}

/* QUESTION */

.faq-item h3 {
  font-size: 17px;
  color: #0b5cff;
  cursor: pointer;
  position: relative;
  padding-right: 34px;
  line-height: 1.45;
  margin: 0;
}

/* + / − icon */

.faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #0b5cff;
  transition: transform 0.2s ease;
}

/* ACTIVE QUESTION */

.faq-item.active h3::after {
  content: '−';
}

/* ANSWER */

.faq-item p {
  display: none;
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  margin-top: 12px;
}

/* OPEN STATE */

.faq-item.active p {
  display: block;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {

  .service-faqs {
    padding: 45px 15px;
  }

  .service-faqs h2 {
    font-size: 24px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-item h3 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89df0e6 *//* ===============================
   WM FINAL CTA
================================ */

.wm-final-cta{
  padding:60px 20px;
  background:#f8fafc;
  border-top:1px solid #e5e7eb;
  text-align:center;
}

.wm-final-cta-inner{
  max-width:800px;
  margin:auto;
}


/* HEADING */

.wm-final-cta h2{
  font-size:30px;
  font-weight:700;
  color:#0b1c39;
  margin-bottom:12px;
  line-height:1.3;
}


/* TEXT */

.wm-cta-text{
  font-size:16px;
  color:#555;
  margin-bottom:30px;
  line-height:1.7;
}


/* BUTTON GROUP */

.wm-final-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}


/* BUTTON BASE */

.cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:14px 26px;
  border-radius:10px;
  font-size:15.5px;
  font-weight:600;
  text-decoration:none;
  color:#fff;
  min-height:48px;

  transition:all .25s ease;
}


/* ICON */

.cta-icon{
  width:18px;
  height:18px;
  fill:currentColor;
}


/* COLORS */

.call-btn{ background:#0b5cff; }
.whatsapp-btn{ background:#22c55e; }


/* HOVER */

.cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.call-btn:hover{ background:#0948c9; }
.whatsapp-btn:hover{ background:#16a34a; }


/* CLICK */

.cta-btn:active{
  transform:scale(.97);
  box-shadow:none;
}


/* MOBILE */

@media(max-width:600px){

  .wm-final-cta{
    padding:45px 15px;
  }

  .wm-final-cta h2{
    font-size:24px;
  }

  .cta-btn{
    flex:1;
    font-size:14.5px;
    padding:13px 12px;
  }

}/* End custom CSS */