/* HIBA CREATIVE v57 - final header/menu/feature/contact polish */
:root{
  --h57-navy:#071b31;
  --h57-navy-2:#0d243d;
  --h57-orange:#ff6817;
  --h57-teal:#009595;
  --h57-ink:#08182b;
  --h57-muted:#63758a;
  --h57-line:#dfe8f1;
  --h57-soft:#eef4f9;
  --h57-card:#ffffff;
}

/* Header: remove lower panel CTA, right align menu + cart */
.h54-header .h47-navbar{
  grid-template-columns:minmax(260px,330px) minmax(0,1fr) auto!important;
  gap:22px!important;
}
.h54-header .h47-menu,
.h54-header .h47-menu>ul{justify-content:flex-end!important;}
.h54-header .h47-menu>ul{gap:2px!important;}
.h54-header .h47-menu>ul>li>a{font-size:14.8px!important;padding-left:9px!important;padding-right:9px!important;}
.h54-header .h47-actions{margin-left:8px!important;gap:0!important;justify-content:flex-end!important;}
.h54-header .h54-panel,.h54-header .h47-actions .h54-panel{display:none!important;visibility:hidden!important;width:0!important;height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;}
.h54-header .h54-cart{width:58px!important;height:58px!important;border-radius:14px!important;}
.h54-header .h47-brand img{max-width:292px!important;}

/* Slider feature strip: no separator on the 4th/last card */
.h54-feature-strip div:nth-child(4),
.h54-feature-strip div:last-child{border-right:0!important;}
.h54-feature-strip div:nth-child(4)::after,
.h54-feature-strip div:last-child::after{display:none!important;content:none!important;}

/* Contact page final layout */
.h42-contact-page{background:linear-gradient(180deg,#eef4f9 0%,#f7fafc 100%)!important;padding-bottom:70px!important;}
.h42-contact-hero{padding:76px 0 34px!important;background:radial-gradient(circle at 18% 15%,rgba(255,104,23,.09),transparent 30%),radial-gradient(circle at 86% 12%,rgba(0,149,149,.09),transparent 26%)!important;}
.h42-contact-hero-inner{background:#fff!important;border:1px solid var(--h57-line)!important;border-radius:28px!important;box-shadow:0 22px 50px rgba(7,27,49,.07)!important;padding:42px 46px!important;}
.h42-contact-hero h1{font-size:44px!important;line-height:1.08!important;color:var(--h57-ink)!important;margin:14px 0 14px!important;letter-spacing:-.03em!important;}
.h42-contact-hero p{max-width:760px!important;color:var(--h57-muted)!important;font-size:17px!important;line-height:1.75!important;margin:0!important;}
.h42-contact-quick{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:26px!important;}
.h42-contact-quick a{display:inline-flex!important;align-items:center!important;gap:10px!important;height:46px!important;padding:0 18px!important;border-radius:999px!important;background:#f6f9fc!important;border:1px solid var(--h57-line)!important;color:var(--h57-ink)!important;text-decoration:none!important;font-weight:850!important;}
.h42-contact-quick a i{color:var(--h57-orange)!important;}

.h42-contact-main{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr)!important;gap:28px!important;align-items:start!important;margin-top:30px!important;}
.h42-contact-form-card,.h42-contact-sidebar{min-width:0!important;}
.h42-contact-form-card{background:#fff!important;border:1px solid var(--h57-line)!important;border-radius:28px!important;box-shadow:0 20px 48px rgba(7,27,49,.07)!important;padding:34px!important;overflow:hidden!important;}
.h42-card-head span{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--h57-orange)!important;text-transform:uppercase!important;font-size:13px!important;font-weight:950!important;letter-spacing:.04em!important;margin-bottom:8px!important;}
.h42-card-head h2{font-size:30px!important;line-height:1.15!important;margin:0 0 8px!important;color:var(--h57-ink)!important;letter-spacing:-.02em!important;}
.h42-card-head p{margin:0 0 24px!important;color:var(--h57-muted)!important;line-height:1.7!important;}
.h42-contact-form{display:grid!important;gap:18px!important;}
.h42-form-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin:0!important;}
.h42-contact-form label{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0!important;min-width:0!important;color:var(--h57-ink)!important;font-weight:850!important;}
.h42-contact-form label span{font-size:13px!important;color:#52677d!important;font-weight:900!important;}
.h42-contact-form input,
.h42-contact-form textarea{width:100%!important;border:1px solid #dbe6ef!important;border-radius:16px!important;background:#f9fbfd!important;color:var(--h57-ink)!important;font-size:15.5px!important;font-weight:650!important;outline:0!important;box-shadow:none!important;transition:.2s ease!important;}
.h42-contact-form input{height:56px!important;padding:0 17px!important;}
.h42-contact-form textarea{min-height:168px!important;padding:17px!important;resize:vertical!important;}
.h42-contact-form input:focus,
.h42-contact-form textarea:focus{background:#fff!important;border-color:rgba(255,104,23,.55)!important;box-shadow:0 0 0 4px rgba(255,104,23,.09)!important;}
.h42-textarea{grid-column:1/-1!important;}
.h42-form-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:4px!important;}
.h42-submit{height:58px!important;padding:0 26px!important;border-radius:16px!important;background:linear-gradient(135deg,var(--h57-orange),#ff7b25)!important;color:#fff!important;text-decoration:none!important;font-size:16px!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;box-shadow:0 14px 28px rgba(255,104,23,.22)!important;border:0!important;}
.h42-form-bottom span{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#607489!important;font-weight:800!important;}
.h42-form-bottom span i{color:var(--h57-navy)!important;}

/* Phone field / intlTelInput fix */
.h42-contact-form .intl-tel-input,
.h42-contact-form .iti{width:100%!important;display:block!important;}
.h42-contact-form .intl-tel-input .selected-flag,
.h42-contact-form .iti__selected-flag{height:56px!important;border-radius:16px 0 0 16px!important;background:#eef4f9!important;border-right:1px solid #dbe6ef!important;padding:0 12px!important;}
.h42-contact-form .intl-tel-input input#phone,
.h42-contact-form .iti input#phone,
.h42-contact-form input#phone{width:100%!important;min-width:0!important;height:56px!important;box-sizing:border-box!important;}
.h42-contact-form .intl-tel-input.separate-dial-code input#phone,
.h42-contact-form .iti--separate-dial-code input#phone{padding-left:104px!important;}
.h42-contact-form .country-list,
.h42-contact-form .iti__country-list{z-index:99999!important;border-radius:14px!important;border:1px solid var(--h57-line)!important;box-shadow:0 18px 44px rgba(7,27,49,.16)!important;}

.h42-contact-sidebar{display:grid!important;gap:14px!important;}
.h42-info-card,.h42-whatsapp{display:flex!important;align-items:center!important;gap:15px!important;background:#fff!important;border:1px solid var(--h57-line)!important;border-radius:22px!important;padding:20px!important;box-shadow:0 16px 38px rgba(7,27,49,.06)!important;text-decoration:none!important;color:var(--h57-ink)!important;min-width:0!important;}
.h42-info-card>i{width:48px!important;height:48px!important;min-width:48px!important;border-radius:16px!important;background:#fff0e8!important;color:var(--h57-orange)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;}
.h42-info-card.primary{background:linear-gradient(135deg,var(--h57-navy),var(--h57-navy-2))!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important;}
.h42-info-card.primary>i{background:rgba(255,255,255,.12)!important;color:#ff9857!important;}
.h42-info-card span{display:block!important;color:#6a7d92!important;font-size:12px!important;text-transform:uppercase!important;font-weight:950!important;letter-spacing:.04em!important;margin-bottom:4px!important;}
.h42-info-card.primary span{color:#b9c7d5!important;}
.h42-info-card b{display:block!important;color:inherit!important;font-size:17px!important;line-height:1.28!important;word-break:break-word!important;}
.h42-info-card small{display:block!important;margin-top:6px!important;color:#708399!important;line-height:1.5!important;}
.h42-info-card.primary small{color:#d5e1eb!important;}
.h42-whatsapp{background:#25bf68!important;color:#fff!important;justify-content:center!important;font-weight:950!important;font-size:17px!important;border-color:#25bf68!important;}
.h42-whatsapp i{font-size:21px!important;}

.h42-contact-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:24px!important;}
.h42-contact-benefits article{background:#fff!important;border:1px solid var(--h57-line)!important;border-radius:24px!important;padding:26px!important;box-shadow:0 14px 34px rgba(7,27,49,.055)!important;}
.h42-contact-benefits article i{width:44px!important;height:44px!important;border-radius:15px!important;background:#fff0e8!important;color:var(--h57-orange)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:18px!important;}
.h42-contact-benefits article b{display:block!important;color:var(--h57-ink)!important;font-size:19px!important;margin-bottom:8px!important;}
.h42-contact-benefits article span{color:var(--h57-muted)!important;line-height:1.6!important;}
.h42-map{margin-top:24px!important;background:#fff!important;border:1px solid var(--h57-line)!important;border-radius:28px!important;padding:28px!important;box-shadow:0 20px 48px rgba(7,27,49,.07)!important;overflow:hidden!important;}
.h42-map-frame,.h42-map-frame iframe,#map{border-radius:22px!important;overflow:hidden!important;min-height:360px!important;width:100%!important;}

@media(max-width:1280px){
  .h54-header .h47-navbar{grid-template-columns:280px minmax(0,1fr) auto!important;gap:14px!important;}
  .h54-header .h47-brand img{max-width:250px!important;}
  .h54-header .h47-menu>ul>li>a{font-size:13.6px!important;padding-left:7px!important;padding-right:7px!important;}
}
@media(max-width:1100px){
  .h54-header .h47-menu{display:none!important;}
  .h54-header .h47-actions{gap:10px!important;}
  .h42-contact-main{grid-template-columns:1fr!important;}
  .h42-contact-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .h42-contact-hero{padding:28px 0 20px!important;}
  .h42-contact-hero-inner{padding:26px 20px!important;border-radius:22px!important;}
  .h42-contact-hero h1{font-size:31px!important;}
  .h42-contact-main{margin-top:18px!important;gap:18px!important;}
  .h42-contact-form-card{padding:22px!important;border-radius:22px!important;}
  .h42-form-row{grid-template-columns:1fr!important;gap:14px!important;}
  .h42-form-bottom{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;}
  .h42-submit{width:100%!important;}
  .h42-contact-sidebar,.h42-contact-benefits{grid-template-columns:1fr!important;}
  .h42-map{padding:18px!important;border-radius:22px!important;}
  .h54-feature-strip div:nth-child(4){border-bottom:0!important;}
}
