/* =========================
   GLOBAL / BRAND
========================= */

:root{
  --wish-dark:#172033;
  --wish-navy:#071029;
  --wish-blue:#10a9e8;
  --wish-muted:#5f84a2;
}


/* =========================
   HEADER
========================= */

.page-header.header-basic{
  width:100%;
  position:relative;
  z-index:9999;
	  padding:18px 0;

}

body:not(.header-dark) .page-header.header-basic,
body:not(.header-dark) .page-header.header-basic.is-sticky{
  background:#fff;
}

body.header-dark .page-header.header-basic{
  background:transparent;
}

.page-header.header-basic > .container{
  max-width:100% !important;
  width:100% !important;
  padding-left:48px !important;
  padding-right:48px !important;
}

.menu-navbar{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  position:relative !important;
}

.header-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex:0 0 auto !important;
}

.text-logo{
  font-family:'Urbanist', sans-serif;
  font-size:40px;
  font-weight:600;
  letter-spacing:-2px;
  color:var(--wish-dark);
  text-decoration:none;
  line-height:1;
  display:inline-block;
}

.text-logo:hover{
  color:var(--wish-dark);
  text-decoration:none;
}

.header-dark .text-logo,
.header-dark .text-logo:hover,
.header-dark .logo-wish{
  color:#fff;
}

.why-choose-centered{
  margin-top:80px;
}

.why-choose-centered .about-text{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.ipa-logo-wrap{
  margin:45px auto 55px;
  text-align:center;
}

.ipa-logo-img{
  max-width:620px;
  width:100%;
  height:auto;
}

.why-points-row{
  margin-top:20px;
}

.why-point-card{
  height:100%;
  padding:34px 28px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(16,169,232,.14);
  box-shadow:0 14px 40px rgba(7,16,41,.06);
}

.why-point-card .info-number{
  display:block;
  margin-bottom:14px;
}

.why-point-card .info-title{
  margin-bottom:14px;
}

@media(max-width:991px){
  .why-point-card{
    margin-bottom:20px;
  }

  .ipa-logo-img{
    max-width:420px;
  }
}
/* =========================
   FULLSCREEN BURGER MENU
========================= */

.wish-burger{
  position:relative;
  z-index:10001;
  flex:0 0 auto !important;
  display:flex;
  flex-direction:column;
  gap:6px;
  width:44px;
  height:44px;
  justify-content:center;
  align-items:center;
  background:transparent;
  border:0;
  cursor:pointer;
  margin-left:auto !important;
}

.wish-burger span{
  display:block;
  width:28px;
  height:3px;
  background:var(--wish-blue);
  border-radius:99px;
  transition:all .3s ease;
}

.wish-burger.is-open span{
  background:#fff;
}

.wish-burger.is-open span:nth-child(1){
  transform:translateY(9px) rotate(45deg);
}

.wish-burger.is-open span:nth-child(2){
  opacity:0;
}

.wish-burger.is-open span:nth-child(3){
  transform:translateY(-9px) rotate(-45deg);
}

.wish-menu-logo{
  position:absolute;
  top:38px;
  left:42px;
  font-family:'Urbanist', sans-serif;
  font-size:52px;
  font-weight:700;
  letter-spacing:-2px;
  color:#fff;
  text-decoration:none;
  line-height:1;
  z-index:10002;
}

.wish-menu-logo span{
  color:var(--wish-blue);
}

.wish-menu-logo:hover{
  color:#fff;
  text-decoration:none;
}

.wish-menu{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  background:var(--wish-navy) !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-20px);

  transition:
    opacity .35s ease,
    transform .35s ease,
    visibility .35s ease;

  z-index:10000 !important;
}

.wish-menu.is-open{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

.wish-menu-inner{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  text-align:center !important;
}

.wish-menu ul{
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}

.wish-menu li{
  margin:22px 0;
}

.wish-menu a{
  color:#fff;
  text-decoration:none;
  font-size:48px;
  font-weight:800;
  letter-spacing:-1px;
  line-height:1.1;
  transition:opacity .2s ease;
}

.wish-menu a:hover{
  opacity:.7;
}

.wish-menu-footer{
  margin-top:34px;
  text-align:center;
}

.wish-login-btn{
  display:inline-block;
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  padding:12px 26px;
  font-size:18px !important;
  font-weight:800;
  text-decoration:none;
}

.wish-menu-smallprint{
  margin-top:20px;
  color:rgba(255,255,255,.45);
  font-size:13px;
}

body.menu-open{
  overflow:hidden;
}


/* =========================
   FOOTER LOGO
========================= */

.footer-text-logo{
  font-family:'Urbanist', sans-serif;
  font-size:36px;
  font-weight:600;
  letter-spacing:-2px;
  color:#fff;
  text-decoration:none;
  line-height:1;
  display:inline-block;
  margin-bottom:20px;
}

.footer-text-logo:hover{
  color:#fff;
  text-decoration:none;
}


/* =========================
   TRUSTPILOT STRIP
========================= */

.trustpilot-strip{
  padding:32px 0;
  background:#fff;
  border-bottom:1px solid rgba(23,32,51,.08);
  margin-bottom:30px;
}

.trustpilot-bar{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  text-decoration:none;
  color:var(--wish-dark);
  font-family:'Urbanist', sans-serif;
}

.trustpilot-pill{
  border:1px solid rgba(95,132,162,.28);
  background:rgba(95,132,162,.08);
  color:var(--wish-dark);
  border-radius:999px;
  padding:10px 22px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.4px;
}

.trustpilot-stars{
  display:flex;
  gap:6px;
  color:#00b67a;
  font-size:26px;
  line-height:1;
}

.trustpilot-rating,
.trustpilot-based,
.trustpilot-link{
  font-size:18px;
  font-weight:500;
  line-height:1.2;
}

.trustpilot-rating strong,
.trustpilot-based strong{
  font-weight:800;
}

.trustpilot-link{
  color:var(--wish-muted);
  border-bottom:2px solid rgba(95,132,162,.35);
  padding-bottom:2px;
}

.trustpilot-bar:hover{
  color:var(--wish-dark);
}

/* =========================
   CONTACT PAGE
========================= */

.contact-page-section{
  padding:80px 0;
  background:#fff;
}

.contact-card,
.contact-form-card{
  background:#fff;
  border:1px solid rgba(95,132,162,.16);
  border-radius:24px;
  padding:34px;
  box-shadow:0 20px 60px rgba(23,32,51,.07);
}

.contact-card-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(16,169,232,.1);
  color:var(--wish-blue);
  font-size:28px;
  margin-bottom:20px;
}

.contact-card h3,
.contact-form-card h3{
  color:var(--wish-navy);
  font-weight:800;
  margin-bottom:14px;
}

.contact-card p,
.contact-form-card p{
  color:#4b5263;
  line-height:1.8;
}

.contact-detail{
  margin-top:18px;
  color:#4b5263;
}

.contact-detail strong{
  display:block;
  color:var(--wish-navy);
  margin-bottom:5px;
}

.contact-detail a{
  color:var(--wish-blue);
  font-weight:700;
  text-decoration:none;
}

.wish-contact-form label{
  display:block;
  font-weight:700;
  color:var(--wish-dark);
  margin-bottom:8px;
}

.wish-contact-form input,
.wish-contact-form select,
.wish-contact-form textarea{
  width:100%;
  min-height:54px;
  border:1px solid rgba(95,132,162,.25);
  border-radius:14px;
  padding:14px 16px;
  color:var(--wish-dark);
  background:#fff;
  outline:none;
  font-size:16px;
}

.wish-contact-form textarea{
  min-height:140px;
  resize:vertical;
}

.wish-contact-form input:focus,
.wish-contact-form select:focus,
.wish-contact-form textarea:focus{
  border-color:var(--wish-blue);
  box-shadow:0 0 0 4px rgba(16,169,232,.1);
}

.consent-box{
  display:flex !important;
  gap:12px;
  align-items:flex-start;
  font-weight:500 !important;
  line-height:1.7;
}

.consent-box input{
  width:auto;
  min-height:auto;
  margin-top:6px;
}

.contact-smallprint{
  font-size:13px;
  line-height:1.8;
  color:#6b7280;
  margin-bottom:12px;
}

.wish-login-buttons{
  display:flex;
  gap:14px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.wish-staff-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  border:2px solid #10a9e8;
  color:#10a9e8;
  font-weight:700;
  text-decoration:none;
  transition:all .25s ease;
  min-width:170px;
}

.wish-staff-btn:hover{
  background:#10a9e8;
  color:#fff;
  transform:translateY(-2px);
}

.wish-login-buttons .wish-login-btn,
.wish-login-buttons .wish-staff-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-width:170px;
  height:56px;
  padding:0 28px !important;
  border-radius:999px;
  font-size:18px !important;
  font-weight:800;
  line-height:1 !important;
  text-decoration:none;
}

.wish-login-buttons .wish-login-btn{
  color:#fff !important;
  border:1px solid rgba(255,255,255,.25);
}

.wish-login-buttons .wish-staff-btn{
  color:#10a9e8 !important;
  border:2px solid #10a9e8;
}

.wish-login-buttons .wish-staff-btn:hover{
  background:#10a9e8;
  color:#fff !important;
}

/* =========================
   MOBILE TIDY-UP
========================= */

@media(max-width:768px){

  
 .page-header.header-basic{
    padding:0 !important;
  }

  .page-header.header-basic > .container{
    padding-left:24px !important;
    padding-right:24px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
  }

  .text-logo{
    font-size:34px;
  }

  .wish-burger{
    width:40px;
    height:40px;
  }

  .text-logo{
    font-size:34px;
  }

  .footer-text-logo{
    font-size:30px;
  }

  .wish-menu a{
    font-size:34px;
  }

  .wish-menu li{
    margin:18px 0;
  }
	
	  .wish-menu-logo{
    top:28px;
    left:24px;
    font-size:38px;
  }

  .wish-login-btn{
    font-size:15px !important;
    padding:10px 22px;
  }

  .page-hero{
    min-height:auto !important;
    padding:70px 0 55px !important;
  }

  .hero-text-area{
    margin-bottom:0 !important;
  }

  .hero-title{
    font-size:44px !important;
    line-height:1.12 !important;
  }

  .hero-subtitle{
    font-size:18px !important;
    line-height:1.6 !important;
  }

  .mega-section{
    padding-top:55px !important;
    padding-bottom:55px !important;
  }

  .container{
    padding-left:24px !important;
    padding-right:24px !important;
  }

  .trustpilot-strip{
    padding:22px 0;
    margin-bottom:0;
  }

  .trustpilot-bar{
    max-width:360px;
    padding:0;
    justify-content:center;
    gap:10px 12px;
    text-align:center;
  }

  .trustpilot-pill{
    font-size:12px;
    padding:7px 14px;
  }

  .trustpilot-stars{
    font-size:18px;
    gap:2px;
  }

  .trustpilot-rating,
  .trustpilot-based,
  .trustpilot-link{
    font-size:15px;
  }

  .about-img[src*="docslink"],
  img[src*="docslink"]{
    display:none !important;
  }

  .sec-heading .title,
  .title{
    font-size:42px !important;
    line-height:1.15 !important;
  }

  .about-text{
    font-size:19px !important;
    line-height:1.75 !important;
  }

  .info-item{
    margin-bottom:28px;
  }

  .info-icon{
    min-width:58px;
  }
	
	.wish-login-buttons .wish-login-btn,
.wish-login-buttons .wish-staff-btn{
  min-width:145px;
  height:48px;
  font-size:15px !important;
  padding:0 20px !important;
}
}