/*
 * ALMARA Platform CSS
 * Version: 1.5.2 Locations B2C Loader Hotfix
 * Replace: /wp-content/mu-plugins/almara-platform/assets/almara-platform.css
 */

:root{
  --almara-blue:#1F3C4C;
  --almara-aqua:#6EC1C2;
  --almara-sand:#F4EDE4;
  --almara-clay:#E6A57E;
  --almara-white:#FFFFFF;
  --almara-ink:#123142;
  --almara-border:rgba(31,60,76,.18);
  --almara-border-soft:rgba(31,60,76,.10);
  --almara-shadow:0 26px 70px rgba(31,60,76,.10);
  --almara-shadow-soft:0 16px 40px rgba(31,60,76,.07);
  --almara-shadow-hover:0 28px 70px rgba(31,60,76,.13);
  --almara-serif:'Cormorant Garamond', Georgia, serif;
  --almara-sans:'Inter', Arial, sans-serif;
  --almara-radius:22px;
  --almara-radius-card:20px;
  --almara-max:1280px;
}

html{scroll-behavior:smooth;}
body{background:var(--almara-sand);color:var(--almara-blue);}
.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container{width:100%;}

.almara-page,
.almara-page *{box-sizing:border-box;}
.almara-page{width:100%;font-family:var(--almara-sans);color:var(--almara-blue);}
.almara-page a{color:inherit;}

/* Layout */
.almara-section{position:relative;padding:112px 20px;overflow:hidden;}
.almara-section + .almara-section{margin-top:20px;}
.almara-section--soft{background:rgba(255,255,255,.45);}
.almara-section--center{text-align:center;}
.almara-container{width:min(var(--almara-max),100%);margin:0 auto;}
.almara-container--narrow{width:min(960px,100%);margin:0 auto;}
.almara-grid{display:grid;gap:82px;align-items:center;}
.almara-grid--hero{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);}
.almara-grid--split{grid-template-columns:minmax(0,.95fr) minmax(360px,.9fr);}
.almara-copy{max-width:720px;text-align:left;}

/* Hero */
.almara-hero{padding-top:138px;padding-bottom:142px;}
.almara-hero .almara-copy{max-width:650px;}
.almara-hero .almara-visual{min-height:380px;}

/* Typography */
.almara-eyebrow{font-family:var(--almara-sans);font-size:12px;line-height:1.35;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:rgba(31,60,76,.76);margin:0 0 18px;}
.almara-page h1,
.almara-page h2,
.almara-page h3,
.almara-page h4{font-family:var(--almara-serif);font-weight:600;color:var(--almara-blue);margin:0;letter-spacing:-.015em;text-rendering:optimizeLegibility;}
.almara-page h1{font-size:clamp(58px,6.2vw,96px);line-height:1.02;margin-bottom:26px;max-width:760px;}
.almara-page h2{font-size:clamp(40px,3.75vw,58px);line-height:1.06;margin-bottom:14px;}
.almara-page h3{font-size:27px;line-height:1.14;margin-bottom:10px;}
.almara-page h4{font-size:22px;line-height:1.2;margin-bottom:8px;}
.almara-page p{font-family:var(--almara-sans);font-size:17px;line-height:1.75;margin:0;color:rgba(31,60,76,.88);}
.almara-lead{max-width:570px;margin-bottom:30px!important;white-space:normal;}
.almara-muted{font-size:15px!important;color:rgba(31,60,76,.62)!important;margin-bottom:36px!important;}
.almara-section-head{text-align:center;margin:0 auto 40px;max-width:780px;}
.almara-section-head p{max-width:560px;margin:0 auto;color:rgba(31,60,76,.66);}

/* Buttons */
.almara-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:32px;}
.almara-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 24px;border-radius:999px;font-family:var(--almara-sans);font-size:14px;font-weight:700;line-height:1;text-decoration:none!important;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;}
.almara-btn:hover{transform:translateY(-2px);}
.almara-btn--primary{background:var(--almara-blue);color:#fff!important;box-shadow:0 12px 28px rgba(31,60,76,.18);}
.almara-btn--primary:hover{box-shadow:0 18px 36px rgba(31,60,76,.24);}
.almara-btn--secondary{background:rgba(255,255,255,.55);color:var(--almara-blue)!important;border:1px solid var(--almara-border);}
.almara-btn--secondary:hover{background:#fff;border-color:rgba(31,60,76,.25);}
.almara-btn--light{background:#fff;color:var(--almara-blue)!important;box-shadow:0 12px 28px rgba(0,0,0,.12);}

/* Visual placeholders / media slots */
.almara-visual{min-height:340px;border-radius:var(--almara-radius);background:radial-gradient(circle at 50% 50%,rgba(110,193,194,.26),rgba(255,255,255,.68) 37%,rgba(244,237,228,.76) 100%);border:1px solid rgba(31,60,76,.12);box-shadow:var(--almara-shadow);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
.almara-visual:hover{transform:translateY(-3px);box-shadow:0 34px 80px rgba(31,60,76,.12);border-color:rgba(110,193,194,.32);}
.almara-visual span{display:flex;align-items:center;justify-content:center;width:94px;height:94px;border:1px solid rgba(31,60,76,.18);border-radius:50%;font-family:var(--almara-sans);font-size:10px;font-weight:800;line-height:1.25;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:var(--almara-blue);padding:12px;background:rgba(255,255,255,.32);box-shadow:0 0 52px rgba(110,193,194,.20);}

/* Cards */
.almara-card-grid{display:grid;gap:20px;text-align:left;}
.almara-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.almara-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}
.almara-card{display:block;background:rgba(255,255,255,.72);border:1px solid var(--almara-border);border-radius:var(--almara-radius-card);padding:28px;box-shadow:var(--almara-shadow-soft);text-decoration:none!important;color:var(--almara-blue)!important;backdrop-filter:blur(6px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;}
.almara-card:hover{transform:translateY(-6px);box-shadow:var(--almara-shadow-hover);border-color:rgba(110,193,194,.55);background:rgba(255,255,255,.82);}
.almara-card p{font-size:15px;line-height:1.65;margin:0 0 18px;color:rgba(31,60,76,.76);}
.almara-card span{font-family:var(--almara-sans);font-size:13px;font-weight:800;color:var(--almara-blue);}
.almara-card--experience .almara-eyebrow{margin-bottom:8px;letter-spacing:.18em;}

/* Trust/check layer */
.almara-checks{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:11px;font-family:var(--almara-sans);font-size:15px;color:rgba(31,60,76,.86);}
.almara-checks li{position:relative;padding-left:28px;}
.almara-checks li:before{content:'✓';position:absolute;left:0;top:0;color:var(--almara-aqua);font-weight:800;}

/* Locations */
.almara-location-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:36px;text-align:center;}
.almara-location-card{background:rgba(255,255,255,.64);border:1px solid var(--almara-border);border-radius:16px;padding:19px 12px;box-shadow:0 12px 30px rgba(31,60,76,.08);backdrop-filter:blur(4px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;}
.almara-location-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(31,60,76,.11);border-color:rgba(110,193,194,.48);background:rgba(255,255,255,.82);}
.almara-location-card span{display:block;font-family:var(--almara-sans);font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(31,60,76,.55);margin-bottom:8px;}
.almara-location-card strong{display:block;font-family:var(--almara-serif);font-size:25px;line-height:1;color:var(--almara-blue);}
.almara-location-card em{display:block;font-family:var(--almara-sans);font-size:12px;font-style:normal;color:rgba(31,60,76,.64);margin-top:8px;}

/* Final CTA */
.almara-cta{background:var(--almara-blue);color:#fff;text-align:center;padding:92px 24px;margin:0 auto;border-radius:0;}
.almara-cta h2{color:#fff;font-size:clamp(36px,3.4vw,54px);line-height:1.08;margin:0 0 26px;}
.almara-cta .almara-btn{margin:0 auto;}

/* Elementor form compatibility for ALMARA pages */
.almara-form .elementor-field,
.almara-page .elementor-field{min-height:56px;border-radius:14px!important;border:1px solid var(--almara-border)!important;padding:14px 16px!important;font-family:var(--almara-sans)!important;color:var(--almara-blue)!important;background:#fff!important;box-shadow:none!important;}
.almara-form .elementor-field:focus,
.almara-page .elementor-field:focus{border-color:var(--almara-aqua)!important;outline:none!important;box-shadow:0 0 0 3px rgba(110,193,194,.15)!important;}
.almara-form .elementor-field-label,
.almara-page .elementor-field-label{font-family:var(--almara-sans)!important;font-weight:700!important;color:var(--almara-blue)!important;margin-bottom:8px!important;}
.almara-form .elementor-button,
.almara-page .elementor-button{border-radius:999px!important;background:var(--almara-blue)!important;color:#fff!important;font-family:var(--almara-sans)!important;font-weight:700!important;min-height:54px!important;box-shadow:0 12px 28px rgba(31,60,76,.18)!important;}

/* Optional: soft motion only when user allows motion */
@media (prefers-reduced-motion:no-preference){
  .almara-card,.almara-visual,.almara-location-card,.almara-btn{will-change:transform;}
}

/* Tablet */
@media (max-width:1024px){
  .almara-section{padding:92px 20px;}
  .almara-hero{padding-top:104px;padding-bottom:104px;}
  .almara-grid--hero,
  .almara-grid--split{grid-template-columns:1fr;gap:44px;}
  .almara-copy{max-width:100%;}
  .almara-hero .almara-copy{max-width:760px;}
  .almara-location-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

/* Mobile */
@media (max-width:767px){
  .almara-section{padding:66px 16px;}
  .almara-section + .almara-section{margin-top:0;}
  .almara-hero{padding-top:74px;padding-bottom:74px;}
  .almara-grid{gap:34px;}
  .almara-page h1{font-size:clamp(44px,13vw,58px);line-height:1.04;margin-bottom:22px;}
  .almara-page h2{font-size:clamp(34px,10vw,42px);line-height:1.08;}
  .almara-page h3{font-size:24px;}
  .almara-page p{font-size:16px;line-height:1.7;}
  .almara-eyebrow{font-size:11px;letter-spacing:.22em;}
  .almara-card-grid--3,
  .almara-card-grid--2,
  .almara-location-grid{grid-template-columns:1fr;}
  .almara-card{padding:24px;}
  .almara-visual{min-height:250px;border-radius:20px;}
  .almara-actions{align-items:stretch;gap:10px;}
  .almara-actions .almara-btn{width:100%;}
  .almara-cta{padding:72px 18px;}
}

/* === ALMARA v1.3 Hybrid Editorial Additions === */
.almara-shell-header,
.almara-shell-footer{width:100%;}
.almara-site-header{width:min(1280px,calc(100% - 40px));margin:44px auto 18px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-family:var(--almara-sans);}
.almara-logo{display:inline-flex;flex-direction:column;align-items:center;text-decoration:none!important;color:var(--almara-blue)!important;letter-spacing:.34em;font-family:var(--almara-serif);font-size:44px;line-height:1;font-weight:600;}
.almara-logo i{display:block;width:180px;height:18px;margin-top:6px;background:linear-gradient(90deg,transparent 0%,var(--almara-aqua) 18%,var(--almara-aqua) 82%,transparent 100%);mask:radial-gradient(100% 75% at 25% 0%, transparent 48%, #000 50% 54%, transparent 56%), radial-gradient(100% 75% at 75% 100%, transparent 48%, #000 50% 54%, transparent 56%);opacity:.9;}
.almara-main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600;color:var(--almara-blue);}
.almara-main-nav a,.almara-main-nav button{font-family:var(--almara-sans);color:var(--almara-blue)!important;text-decoration:none!important;background:none;border:0;padding:8px 0;cursor:pointer;font-size:14px;font-weight:600;}
.almara-nav-dd{position:relative;}
.almara-nav-dd>button:after{content:'⌄';font-size:11px;margin-left:6px;}
.almara-nav-dd>div{display:none;position:absolute;top:100%;left:-20px;min-width:210px;padding:14px 18px;background:rgba(255,255,255,.92);border:1px solid var(--almara-border);border-radius:16px;box-shadow:var(--almara-shadow-soft);z-index:20;}
.almara-nav-dd:hover>div{display:grid;gap:8px;}
.almara-nav-dd>div a{white-space:nowrap;}
.almara-media-placeholder{min-height:360px;border-radius:var(--almara-radius);background:radial-gradient(circle at 50% 50%,rgba(110,193,194,.24),rgba(255,255,255,.68) 37%,rgba(244,237,228,.78) 100%);border:1px solid rgba(31,60,76,.12);box-shadow:var(--almara-shadow);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.almara-media-placeholder span{display:flex;align-items:center;justify-content:center;width:94px;height:94px;border:1px solid rgba(31,60,76,.18);border-radius:50%;font-family:var(--almara-sans);font-size:10px;font-weight:800;line-height:1.25;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:var(--almara-blue);padding:12px;background:rgba(255,255,255,.36);box-shadow:0 0 52px rgba(110,193,194,.20);}
.almara-visual-wrap{min-width:0;}
.almara-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr));}
.almara-form-section{background:rgba(255,255,255,.42);border-radius:var(--almara-radius);padding-left:46px!important;padding-right:46px!important;}
.almara-form-widget{max-width:820px;margin:28px auto 0;}
.almara-request-funnel .almara-funnel-card{max-width:1120px;margin:0 auto;}
.almara-funnel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;}
.almara-funnel-grid label{display:grid;gap:8px;font-family:var(--almara-sans);font-size:13px;font-weight:800;color:var(--almara-blue);}
.almara-funnel-grid input,.almara-funnel-grid select{min-height:54px;border-radius:14px;border:1px solid var(--almara-border);padding:12px 14px;color:var(--almara-blue);background:#fff;font-family:var(--almara-sans);}
.almara-faq{display:grid;gap:16px;max-width:920px;margin:0 auto;}
.almara-faq details{background:rgba(255,255,255,.72);border:1px solid var(--almara-border);border-radius:18px;padding:22px 26px;box-shadow:var(--almara-shadow-soft);}
.almara-faq summary{font-family:var(--almara-serif);font-size:28px;font-weight:600;cursor:pointer;color:var(--almara-blue);}
.almara-faq p{margin-top:12px;}
.almara-site-footer{width:min(1280px,calc(100% - 40px));margin:100px auto 30px;padding:64px 0 0;font-family:var(--almara-sans);color:var(--almara-blue);}
.almara-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:70px;padding:54px 0;border-top:1px solid rgba(31,60,76,.15);border-bottom:1px solid rgba(31,60,76,.12);}
.almara-footer-logo{font-family:var(--almara-serif);font-size:46px;letter-spacing:.24em;text-decoration:none!important;color:var(--almara-blue)!important;}
.almara-site-footer p{font-size:15px;line-height:1.8;margin-top:20px;max-width:330px;}
.almara-site-footer h4{font-family:var(--almara-serif);font-size:24px;margin:0 0 18px;color:var(--almara-blue);}
.almara-site-footer a{display:block;text-decoration:none!important;color:var(--almara-blue)!important;font-size:15px;margin-bottom:12px;font-weight:600;}
.almara-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:13px;color:rgba(31,60,76,.65);}
.elementor-widget-button.almara-el-btn a.elementor-button{border-radius:999px!important;min-height:46px!important;padding:13px 24px!important;font-family:var(--almara-sans)!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important;}
.elementor-widget-button.almara-el-btn--primary a.elementor-button{background:var(--almara-blue)!important;color:#fff!important;box-shadow:0 12px 28px rgba(31,60,76,.18)!important;}
.elementor-widget-button.almara-el-btn--secondary a.elementor-button{background:rgba(255,255,255,.55)!important;color:var(--almara-blue)!important;border:1px solid var(--almara-border)!important;}

@media (max-width:1024px){
  .almara-site-header{flex-direction:column;margin-top:30px;}
  .almara-main-nav{flex-wrap:wrap;justify-content:center;gap:18px;}
  .almara-card-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));}
  .almara-funnel-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .almara-footer-grid{grid-template-columns:1fr 1fr;gap:42px;}
}
@media (max-width:767px){
  .almara-site-header{width:calc(100% - 28px);margin-top:22px;}
  .almara-logo{font-size:34px;letter-spacing:.24em;}
  .almara-logo i{width:140px;}
  .almara-main-nav{font-size:12px;gap:12px;}
  .almara-card-grid--4,.almara-funnel-grid,.almara-footer-grid{grid-template-columns:1fr;}
  .almara-form-section{padding-left:20px!important;padding-right:20px!important;}
  .almara-site-footer{width:calc(100% - 32px);margin-top:50px;}
}

/* === ALMARA v1.3.4 CLEAN ELEMENTOR FIX === */
body.elementor-page{overflow-x:hidden;background:var(--almara-sand)!important;}
.elementor-page .elementor{width:100%;}
.almara-section,.almara-container,.almara-grid,.almara-hero{box-sizing:border-box!important;}
.almara-section{width:min(1280px,calc(100% - 48px))!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}
.almara-container{width:min(1280px,100%)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;}
.almara-grid--hero{display:grid!important;grid-template-columns:minmax(0,0.92fr) minmax(420px,1.08fr)!important;gap:80px!important;align-items:center!important;}
.almara-hero .almara-copy{max-width:620px!important;width:100%!important;min-width:0!important;}
.almara-hero .elementor-widget-heading{width:100%!important;max-width:620px!important;display:block!important;}
.almara-hero-title,.almara-hero-title .elementor-heading-title,.almara-hero .elementor-widget-heading h1.elementor-heading-title,.almara-hero .elementor-heading-title{font-family:'Cormorant Garamond',Georgia,serif!important;font-size:clamp(48px,4.9vw,82px)!important;line-height:1.04!important;letter-spacing:-0.012em!important;word-spacing:normal!important;font-weight:600!important;color:#1F3C4C!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-transform:none!important;transform:none!important;text-indent:0!important;margin:0 0 24px!important;max-width:620px!important;min-height:auto!important;display:block!important;}
.almara-hero .elementor-widget-text-editor,.almara-hero .elementor-widget-text-editor p,.almara-hero .almara-lead{max-width:560px!important;font-family:'Inter',Arial,sans-serif!important;font-size:17px!important;line-height:1.7!important;color:rgba(31,60,76,.88)!important;margin-bottom:0!important;}
.almara-hero .almara-eyebrow{font-family:'Inter',Arial,sans-serif!important;font-size:12px!important;line-height:1.35!important;letter-spacing:.28em!important;text-transform:uppercase!important;font-weight:700!important;margin:0 0 18px!important;}
.almara-hero .almara-actions{margin-top:34px!important;}
.almara-hero .almara-media-placeholder{min-height:380px!important;}
.elementor-location-header{position:relative;z-index:20;width:100%;}
.elementor-location-header .elementor-widget-theme-site-logo img,.elementor-location-header .elementor-widget-site-logo img{width:auto!important;max-width:260px!important;height:auto!important;}
.elementor-location-header .elementor-nav-menu a,.elementor-location-header .menu-item a{font-family:'Inter',Arial,sans-serif!important;font-weight:600!important;color:#1F3C4C!important;}
.almara-shell-header,.almara-shell-footer{display:none!important;}
@media (max-width:1024px){.almara-section{width:min(980px,calc(100% - 40px))!important;}.almara-grid--hero{grid-template-columns:1fr!important;gap:44px!important;}.almara-hero .almara-copy,.almara-hero .elementor-widget-heading{max-width:760px!important;}.almara-hero-title,.almara-hero-title .elementor-heading-title,.almara-hero .elementor-heading-title{font-size:clamp(48px,8vw,70px)!important;}}
@media (max-width:767px){.almara-section{width:calc(100% - 32px)!important;}.almara-hero-title,.almara-hero-title .elementor-heading-title,.almara-hero .elementor-heading-title{font-size:44px!important;line-height:1.08!important;}.almara-hero .almara-media-placeholder{min-height:260px!important;}}

.almara-location-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.almara-location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.almara-location-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.almara-location-card h3 {
    font-size: 18px;
    margin: 12px 16px 4px;
}

.almara-location-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0 16px 12px;
}

.almara-location-card .elementor-button {
    margin: 0 16px 16px;
}

.almara-fix-title .elementor-heading-title {
    font-family: inherit !important;
    transform: none !important;
    letter-spacing: normal !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    overflow: visible;
}

.elementor-widget-post-title {
    transform: none !important;
}

/* =========================================================
   ALMARA Typography System v1.3.9
   Global Elementor / Hello / Loop Grid hardening
   Append to: /wp-content/mu-plugins/almara-platform/assets/almara-platform.css
   ========================================================= */

/* Font loading fallback:
   Recommended <head> font link:
   https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600;700&display=swap
*/

:root {
  --almara-font-display: "Cormorant Garamond", Georgia, serif;
  --almara-font-ui: "Inter", Arial, sans-serif;

  --almara-ink: #1F3C4C;
  --almara-muted: rgba(31, 60, 76, 0.72);
  --almara-sand: #F4EDE4;
  --almara-aqua: #6EC1C2;

  --almara-h1: clamp(46px, 5.2vw, 82px);
  --almara-h2: clamp(34px, 3.2vw, 52px);
  --almara-h3: clamp(24px, 2.2vw, 34px);
  --almara-h4: clamp(20px, 1.6vw, 26px);
  --almara-body: clamp(15px, 1vw, 17px);
  --almara-small: 13px;
}

/* Core font reset */
body,
.elementor,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-button,
.elementor-button,
.elementor-field,
.elementor-field-label,
.elementor-widget-nav-menu,
.elementor-widget-wp-widget-nav_menu,
.elementor-widget-menu-anchor {
  font-family: var(--almara-font-ui) !important;
  color: var(--almara-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Display headings */
h1, h2, h3, h4,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-post-title .elementor-heading-title,
.almara-title,
.almara-heading,
.almara-hero-title .elementor-heading-title {
  font-family: var(--almara-font-display) !important;
  color: var(--almara-ink) !important;
  font-weight: 600 !important;
  letter-spacing: -0.012em !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Scale */
.almara-hero-title .elementor-heading-title,
.elementor-widget-heading.almara-hero-title .elementor-heading-title {
  font-size: var(--almara-h1) !important;
  line-height: 1.06 !important;
  max-width: 680px !important;
}

.almara-section-title .elementor-heading-title,
.elementor-widget-heading.almara-section-title .elementor-heading-title,
.almara-page h2 {
  font-size: var(--almara-h2) !important;
  line-height: 1.12 !important;
}

.almara-card-title .elementor-heading-title,
.elementor-widget-heading.almara-card-title .elementor-heading-title,
.almara-location-card .elementor-heading-title,
.almara-location-card h2,
.almara-location-card h3,
.almara-page h3 {
  font-size: var(--almara-h3) !important;
  line-height: 1.18 !important;
}

/* Eyebrows */
.almara-eyebrow,
.almara-eyebrow p,
.almara-eyebrow .elementor-heading-title {
  font-family: var(--almara-font-ui) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: var(--almara-muted) !important;
}

/* Body copy */
.almara-copy,
.almara-copy p,
.elementor-widget-text-editor.almara-copy,
.elementor-widget-text-editor.almara-copy p {
  font-family: var(--almara-font-ui) !important;
  font-size: var(--almara-body) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: var(--almara-muted) !important;
}

/* Buttons */
.elementor-button,
.almara-button .elementor-button {
  font-family: var(--almara-font-ui) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border-radius: 999px !important;
}

/* Elementor Post Title / Loop Grid hardening */
.elementor-widget-post-title,
.elementor-widget-post-title *,
.almara-fix-title,
.almara-fix-title * {
  transform: none !important;
  filter: none !important;
  text-shadow: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.almara-fix-title .elementor-heading-title,
.elementor-widget-post-title.almara-fix-title .elementor-heading-title {
  font-family: var(--almara-font-display) !important;
  font-size: clamp(26px, 2.4vw, 38px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  font-weight: 600 !important;
  color: var(--almara-ink) !important;
  white-space: normal !important;
  overflow: visible !important;
}

/* Location card specific typography */
.almara-location-card,
.almara-location-card p,
.almara-location-card .elementor-widget-text-editor,
.almara-location-card .elementor-widget-text-editor p {
  font-family: var(--almara-font-ui) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: var(--almara-muted) !important;
}

.almara-location-card .elementor-heading-title {
  font-family: var(--almara-font-display) !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  color: var(--almara-ink) !important;
}

/* Mobile */
@media (max-width: 768px) {
  .almara-hero-title .elementor-heading-title,
  .elementor-widget-heading.almara-hero-title .elementor-heading-title {
    font-size: 44px !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
  }

  .almara-section-title .elementor-heading-title,
  .elementor-widget-heading.almara-section-title .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.14 !important;
  }

  .almara-card-title .elementor-heading-title,
  .almara-location-card .elementor-heading-title {
    font-size: 25px !important;
  }

  .almara-copy,
  .almara-copy p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

/* =========================================================
   ALMARA Locations + Coastline Stable UI v1.3.19
   Stable 3-column grid. Fixes badge optical centering.
   ========================================================= */

.elementor-widget-loop-grid .elementor-loop-container,
.elementor-widget-loop-grid .e-loop-container,
.elementor-widget-loop-grid .elementor-grid {
  column-gap: 36px !important;
  row-gap: 34px !important;
}

.almara-location-card {
  background: #fff !important;
  border: 1px solid rgba(31, 60, 76, 0.16) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  min-height: 365px !important;
  box-shadow: 0 16px 42px rgba(31, 60, 76, 0.06) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.almara-location-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 24px 54px rgba(31, 60, 76, 0.10) !important;
  border-color: rgba(110, 193, 194, 0.42) !important;
}

.almara-location-card .elementor-widget-image {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.almara-location-card .elementor-widget-image .elementor-widget-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px 12px 0 0 !important;
}

.almara-location-card .elementor-widget-image img,
.almara-location-card img.wp-post-image {
  width: 100% !important;
  max-width: none !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
}

.almara-location-card .elementor-heading-title {
  font-family: var(--almara-font-display, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  color: var(--almara-ink, #1F3C4C) !important;
  margin: 0 !important;
}

.almara-location-card .elementor-widget-text-editor,
.almara-location-card .elementor-widget-text-editor p {
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: rgba(31, 60, 76, 0.68) !important;
}

.almara-location-card .almara-location-badges,
.almara-location-card .almara-badge {
  min-height: 34px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
}
/*
.almara-location-card .almara-location-badges > .almara-location-badge,
.almara-location-card .almara-badge > span,
.almara-location-card span.almara-location-badge,
.almara-location-card .almara-location-badge {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  padding: 1px 8px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(110, 193, 194, 0.18) !important;
  color: rgba(31, 60, 76, 0.72) !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 8px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}
*/
/*
.almara-location-card .almara-location-badge *,
.almara-location-card .almara-badge > span * {
  display: inline !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
*/
.almara-location-card .almara-badge,
.almara-location-card .badge,
.almara-location-card [class*="badge"] {

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 4px 10px !important;
    border-radius: 999px !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;

    /* 🔥 WICHTIG: Text sichtbar */
    color: #355f63 !important;

    /* dezenter Background */
    background: rgba(53, 95, 99, 0.12) !important;

    white-space: nowrap !important;
}

/* optional: Badge Wrapper sauber ausrichten */
.almara-location-card .badges,
.almara-location-card .badge-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

.almara-location-card .elementor-widget-button { margin-top: 12px !important; }
.almara-location-card .elementor-button-wrapper { line-height: 1 !important; }

.almara-location-card .elementor-button,
.almara-location-card .almara-location-smart-cta,
.almara-location-card .almara-smart-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 22px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: var(--almara-aqua, #6EC1C2) !important;
  color: #fff !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  box-shadow: 0 10px 22px rgba(31, 60, 76, 0.18) !important;
  text-decoration: none !important;
}

.almara-location-card .almara-smart-cta--soon,
.almara-location-card .almara-location-smart-cta--soon { background: rgba(31, 60, 76, 0.84) !important; }
.almara-location-card .almara-smart-cta--book,
.almara-location-card .almara-location-smart-cta--book { background: var(--almara-blue, #1F3C4C) !important; }

.almara-coastline-visual {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 40px auto 56px !important;
}
.almara-coastline-visual .elementor-widget-container {
  border-radius: 24px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 24px 70px rgba(20, 45, 55, 0.10) !important;
}
.almara-coastline-visual img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  filter: saturate(1.04) contrast(1.03) !important;
}

@media (max-width: 767px) {
  .elementor-widget-loop-grid .elementor-loop-container,
  .elementor-widget-loop-grid .e-loop-container,
  .elementor-widget-loop-grid .elementor-grid { column-gap: 0 !important; row-gap: 28px !important; }
  .almara-location-card { min-height: 350px !important; }
  .almara-location-card .elementor-widget-image img,
  .almara-location-card img.wp-post-image { height: 190px !important; }
}
/* =========================================================
   ALMARA Locations T07 Hero + Stable Cards v1.3.21
   - stable default 3-column grid
   - optional T07 top layout with .almara-locations-t07
   - centered badges
   - Smart CTA with arrow
   ========================================================= */

/* Default Loop Grid spacing: stable 3-column layout */
.elementor-widget-loop-grid .elementor-loop-container,
.elementor-widget-loop-grid .e-loop-container,
.elementor-widget-loop-grid .elementor-grid {
  column-gap: 36px !important;
  row-gap: 34px !important;
  align-items: stretch !important;
}

/* T07 Top Layout: add class almara-locations-t07 to Loop Grid widget or parent container */
.almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container,
.almara-locations-t07.elementor-widget-loop-grid .e-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid .e-loop-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
  column-gap: 36px !important;
  row-gap: 34px !important;
  align-items: stretch !important;
}

.almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item,
.almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

.almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1) {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

/* Card shell */
.almara-location-card {
  background: #fff !important;
  border: 1px solid rgba(31, 60, 76, 0.16) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  min-height: 365px !important;
  height: 100% !important;
  box-shadow: 0 16px 42px rgba(31, 60, 76, 0.06) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.almara-location-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 28px 70px rgba(31, 60, 76, 0.13) !important;
  border-color: rgba(110, 193, 194, 0.48) !important;
}

/* T07 hero card visual emphasis */
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card {
  min-height: 100% !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title {
  font-size: 38px !important;
  line-height: 1.05 !important;
}

/* Images */
.almara-location-card .elementor-widget-image {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.almara-location-card .elementor-widget-image .elementor-widget-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px 12px 0 0 !important;
}

.almara-location-card .elementor-widget-image img,
.almara-location-card img.wp-post-image {
  width: 100% !important;
  max-width: none !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

.almara-location-card:hover .elementor-widget-image img,
.almara-location-card:hover img.wp-post-image {
  transform: scale(1.025) !important;
  filter: saturate(1.04) contrast(1.03) !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img {
  height: 420px !important;
}

/* Typography */
.almara-location-card .elementor-heading-title {
  font-family: var(--almara-font-display, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  color: var(--almara-ink, #1F3C4C) !important;
  margin: 0 !important;
}

.almara-location-card .elementor-widget-text-editor,
.almara-location-card .elementor-widget-text-editor p {
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: rgba(31, 60, 76, 0.68) !important;
}

/* Badge wrapper: never style the wrapper as a pill */
.almara-location-card .almara-location-badges,
.almara-location-card .almara-badge {
  min-height: 34px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Badge pills: centered text, visible color, no generic [class*=badge] selector */
.almara-location-card .almara-location-badge,
.almara-location-card .almara-badge > span {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 17px !important;
  min-height: 17px !important;
  padding: 0 7px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(110, 193, 194, 0.18) !important;
  color: rgba(31, 60, 76, 0.76) !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 8px !important;
  line-height: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

.almara-location-card .almara-location-badge *,
.almara-location-card .almara-badge > span * {
  display: inline !important;
  line-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* CTA */
.almara-location-card .elementor-widget-button {
  margin-top: 12px !important;
}

.almara-location-card .elementor-button-wrapper {
  line-height: 1 !important;
}

.almara-location-card .elementor-button,
.almara-location-card .almara-location-smart-cta,
.almara-location-card .almara-smart-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 22px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: var(--almara-aqua, #6EC1C2) !important;
  color: #fff !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  box-shadow: 0 10px 22px rgba(31, 60, 76, 0.18) !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
}

.almara-location-card .elementor-button:hover,
.almara-location-card .almara-location-smart-cta:hover,
.almara-location-card .almara-smart-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 32px rgba(31, 60, 76, 0.22) !important;
}

.almara-location-card .almara-location-smart-cta span,
.almara-location-card .almara-smart-cta span,
.almara-location-card .elementor-button span {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  color: #fff !important;
  transform: none !important;
}

.almara-location-card .almara-cta-arrow {
  margin-left: 2px !important;
  opacity: 0.95 !important;
}

.almara-location-card .almara-smart-cta--soon,
.almara-location-card .almara-location-smart-cta--soon {
  background: rgba(31, 60, 76, 0.84) !important;
}

.almara-location-card .almara-smart-cta--book,
.almara-location-card .almara-location-smart-cta--book {
  background: var(--almara-blue, #1F3C4C) !important;
}

/* Coastline visual */
.almara-coastline-visual {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 40px auto 56px !important;
}

.almara-coastline-visual .elementor-widget-container {
  border-radius: 24px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.45) !important;
  box-shadow: 0 24px 70px rgba(20, 45, 55, 0.10) !important;
}

.almara-coastline-visual img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  filter: saturate(1.04) contrast(1.03) !important;
}

/* Tablet/mobile: Top layout collapses to stable cards */
@media (max-width: 1024px) {
  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1) {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img {
    height: 320px !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-loop-grid .elementor-loop-container,
  .elementor-widget-loop-grid .e-loop-container,
  .elementor-widget-loop-grid .elementor-grid,
  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .almara-location-card {
    min-height: 350px !important;
  }

  .almara-location-card .elementor-widget-image img,
  .almara-location-card img.wp-post-image,
  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img {
    height: 190px !important;
  }
}

/* =========================================================
   ALMARA Locations FINAL Stabilizer v1.3.23
   Root cause fixed: in the Elementor Loop Item the CTA/button is a
   sibling after .almara-location-card, not a child inside the card.
   Therefore the visible card shell must be the whole .e-loop-item.
   ========================================================= */

:root {
  --almara-location-card-min-h: 486px;
  --almara-location-image-h: 220px;
}

/* Stable default grid. Scope to loop grids that actually contain ALMARA cards. */
.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
.almara-locations-grid.elementor-widget-loop-grid .elementor-loop-container,
.almara-locations-grid.elementor-widget-loop-grid .e-loop-container,
.almara-locations-grid .elementor-widget-loop-grid .elementor-loop-container,
.almara-locations-grid .elementor-widget-loop-grid .e-loop-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 36px !important;
  row-gap: 34px !important;
  align-items: stretch !important;
}

/* The Elementor loop item becomes the real card shell because CTA is outside .almara-location-card. */
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item,
.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item,
.almara-locations-grid .e-loop-item,
.almara-locations-t07 .e-loop-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  min-height: var(--almara-location-card-min-h) !important;
  height: 100% !important;
  background: #fff !important;
  border: 1px solid rgba(31, 60, 76, 0.16) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 16px 42px rgba(31, 60, 76, 0.06) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item:hover,
.almara-locations-grid .e-loop-item:hover,
.almara-locations-t07 .e-loop-item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 28px 70px rgba(31, 60, 76, 0.13) !important;
  border-color: rgba(110, 193, 194, 0.48) !important;
}

/* Neutralize the inner container so there is no nested/false card. */
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .almara-location-card,
.almara-locations-grid .e-loop-item > .almara-location-card,
.almara-locations-t07 .e-loop-item > .almara-location-card {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card:hover,
.almara-locations-grid .almara-location-card:hover,
.almara-locations-t07 .almara-location-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Remove borders/shadows from Elementor child containers inside the loop item. */
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .elementor-element,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .e-con,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .almara-location-card,
.almara-locations-grid .e-loop-item > .elementor-element,
.almara-locations-t07 .e-loop-item > .elementor-element {
  box-shadow: none !important;
  outline: 0 !important;
}

/* Keep the original card content roomy and full-width. */
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card > .e-con-inner,
.almara-locations-grid .almara-location-card > .e-con-inner,
.almara-locations-t07 .almara-location-card > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Image polish */
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-widget-image,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-widget-image .elementor-widget-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-widget-image img,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card img.wp-post-image,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card img.almara-location-image {
  width: 100% !important;
  max-width: none !important;
  height: var(--almara-location-image-h) !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item:hover .almara-location-card .elementor-widget-image img,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item:hover .almara-location-card img.wp-post-image,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item:hover .almara-location-card img.almara-location-image {
  transform: scale(1.025) !important;
  filter: saturate(1.04) contrast(1.03) !important;
}

/* Typography */
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-heading-title {
  font-family: var(--almara-font-display, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  color: var(--almara-ink, #1F3C4C) !important;
  margin: 0 !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-widget-text-editor,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-widget-text-editor p {
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: rgba(31, 60, 76, 0.68) !important;
}

/* Badges: centered text + small arrow. */
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-location-badges {
  min-height: 34px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-location-badge,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-badge > span {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 7px 0 8px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(110, 193, 194, 0.18) !important;
  color: rgba(31, 60, 76, 0.76) !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 8px !important;
  line-height: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-location-badge::after,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-badge > span::after {
  content: "›" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 6px !important;
  height: 18px !important;
  margin-left: 1px !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  color: rgba(31, 60, 76, 0.55) !important;
}

/* CTA sibling container: now part of the loop-item card flow. */
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .elementor-element:has(.almara-smart-cta),
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item > .elementor-element:has(.elementor-button),
.almara-locations-grid .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
.almara-locations-t07 .e-loop-item > .elementor-element:has(.almara-location-smart-cta) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  margin-top: auto !important;
  padding: 0 24px 24px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  position: relative !important;
  z-index: 3 !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .elementor-widget-button,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .elementor-button-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .elementor-button,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-location-smart-cta,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-smart-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 22px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: var(--almara-aqua, #6EC1C2) !important;
  color: #fff !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(31, 60, 76, 0.18) !important;
  transform: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .elementor-button:hover,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-location-smart-cta:hover,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-smart-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 32px rgba(31, 60, 76, 0.22) !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-smart-cta--soon,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-location-smart-cta--soon {
  background: rgba(31, 60, 76, 0.84) !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-smart-cta--book,
.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item .almara-location-smart-cta--book {
  background: var(--almara-blue, #1F3C4C) !important;
}

/* Optional T07 Hero: only when .almara-locations-t07 is present. */
.almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container,
.almara-locations-t07.elementor-widget-loop-grid .e-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid .e-loop-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
  column-gap: 36px !important;
  row-gap: 34px !important;
  align-items: stretch !important;
}

.almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1) {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
  min-height: 100% !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img {
  height: 420px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title {
  font-size: 38px !important;
  line-height: 1.05 !important;
}

@media (max-width: 1024px) {
  .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
  .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
  .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
  .almara-locations-grid.elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-grid.elementor-widget-loop-grid .e-loop-container,
  .almara-locations-grid .elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-grid .elementor-widget-loop-grid .e-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1) {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img {
    height: 320px !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
  .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
  .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
  .almara-locations-grid.elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-grid.elementor-widget-loop-grid .e-loop-container,
  .almara-locations-grid .elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-grid .elementor-widget-loop-grid .e-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
  }

  .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item,
  .almara-locations-grid .e-loop-item,
  .almara-locations-t07 .e-loop-item {
    min-height: 430px !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid .e-loop-container > .e-loop-item:nth-child(1) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .elementor-widget-image img,
  .elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card img.wp-post-image,
  .elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card img.almara-location-image,
  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img {
    height: 190px !important;
  }
}

/* =========================================================

/* =========================================================
   ALMARA Locations T07 Hero Test Section v1.3.25
   - fixes n+4: after Hero + 2 stacked cards, all following cards return to normal 3-column flow
   - scoped only to .almara-locations-t07
   ========================================================= */

/* Six-column master grid:
   Hero = 4/6 columns (2/3 width)
   Side stack = 2/6 columns (1/3 width)
   Normal cards after position 3 = each 2/6 columns => clean 3-column row
*/
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-flow: row dense !important;
  grid-auto-rows: minmax(432px, auto) !important;
  column-gap: 36px !important;
  row-gap: 34px !important;
  align-items: stretch !important;
}

/* Reset every item first, then intentionally place only the first 3. */
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item {
  grid-column: span 2 !important;
  grid-row: auto !important;
  min-height: 432px !important;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

/* Position 1: true Hero, 2/3 width and two-row height. */
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1) {
  grid-column: 1 / span 4 !important;
  grid-row: 1 / span 2 !important;
  min-height: 898px !important;
}

/* Position 2 + 3: right stacked column. */
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(2),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(2),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(2),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(2),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(2),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(2) {
  grid-column: 5 / span 2 !important;
  grid-row: 1 / span 1 !important;
}

.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(3),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(3),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(3),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(3),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(3),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(3) {
  grid-column: 5 / span 2 !important;
  grid-row: 2 / span 1 !important;
}

/* Critical fix: from position 4 onward, normal 3-column card flow. */
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(n+4),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(n+4) {
  grid-column: span 2 !important;
  grid-row: auto !important;
  min-height: 432px !important;
}

/* Hero card visual emphasis. */
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card {
  min-height: 812px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
  height: 520px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title {
  font-size: clamp(38px, 3.2vw, 52px) !important;
  line-height: 1.03 !important;
}

/* Compact right stack only for cards 2 and 3. */
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(2) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(3) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(2) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(3) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(2) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(3) .almara-location-card .elementor-widget-image img {
  height: 190px !important;
}

/* Positions 4+ must explicitly use normal card image height. */
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(n+4) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card img.wp-post-image,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card img.wp-post-image,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(n+4) .almara-location-card img.wp-post-image {
  height: 220px !important;
}

/* Tablet: hero full width, then 2-column grid. */
@media (max-width: 1024px) {
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 432px !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1) {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    min-height: 560px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card {
    min-height: 474px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
    height: 320px !important;
  }
}

/* Mobile: one stable column; no hero spanning. */
@media (max-width: 767px) {
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
  }

  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 430px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card {
    min-height: 344px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
    height: 190px !important;
  }
}


/* =========================================================
   ALMARA Locations T07 Hero Premium Polish v1.3.26
   Scope: ONLY .almara-locations-t07
   Preserve v1.3.25 grid logic; refine proportions and premium feel.
   ========================================================= */

.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid {
  grid-auto-rows: minmax(406px, auto) !important;
  column-gap: 34px !important;
  row-gap: 30px !important;
}

.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item {
  min-height: 406px !important;
}

.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1) {
  min-height: 842px !important;
  box-shadow: 0 26px 72px rgba(31, 60, 76, 0.105) !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card {
  min-height: 754px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
  height: 468px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title {
  font-size: clamp(40px, 3vw, 48px) !important;
  line-height: 1.04 !important;
  margin-top: 2px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(2),
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(3),
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(2),
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(3),
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(2),
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(3) {
  min-height: 406px !important;
  box-shadow: 0 18px 48px rgba(31, 60, 76, 0.075) !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(2) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(3) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(2) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(3) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(2) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(3) .almara-location-card .elementor-widget-image img {
  height: 176px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(2) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(3) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(2) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(3) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(2) .almara-location-card .elementor-heading-title,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(3) .almara-location-card .elementor-heading-title {
  font-size: 25px !important;
  line-height: 1.08 !important;
}

.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(n+4),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(n+4),
.almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(n+4) {
  min-height: 406px !important;
}

.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(n+4) .almara-location-card .elementor-widget-image img,
.almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card img.wp-post-image,
.almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(n+4) .almara-location-card img.wp-post-image,
.almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(n+4) .almara-location-card img.wp-post-image {
  height: 204px !important;
}

.almara-locations-t07 .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
.almara-locations-t07 .e-loop-item > .elementor-element:has(.almara-smart-cta),
.almara-locations-t07 .e-loop-item > .elementor-element:has(.elementor-button) {
  padding: 0 24px 22px !important;
}

.almara-locations-t07 .e-loop-item .elementor-button,
.almara-locations-t07 .e-loop-item .almara-location-smart-cta,
.almara-locations-t07 .e-loop-item .almara-smart-cta {
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 21px !important;
  box-shadow: 0 12px 26px rgba(31, 60, 76, 0.18) !important;
}

@media (max-width: 1024px) {
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item:nth-child(1),
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item:nth-child(1) {
    min-height: 540px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card {
    min-height: 456px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
    height: 300px !important;
  }
}

@media (max-width: 767px) {
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
  .almara-locations-t07.elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-loop-container > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .e-loop-container > .e-loop-item,
  .almara-locations-t07 .elementor-widget-loop-grid:has(.almara-location-card) .elementor-grid > .e-loop-item {
    min-height: 430px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card {
    min-height: 344px !important;
  }

  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .elementor-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .e-loop-container > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  .almara-locations-t07 .elementor-grid > .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
    height: 190px !important;
  }
}

/* =========================================================
   ALMARA Locations T07 Hero FINAL Polish v1.3.27
   Scope: ONLY .almara-locations-t07
   Purpose: tighten hero vertical rhythm without changing tested grid logic.
   ========================================================= */

@media (min-width: 1025px) {
  .almara-locations-t07 .e-loop-item:nth-child(1) {
    justify-content: flex-start !important;
    box-shadow: 0 28px 78px rgba(31, 60, 76, 0.12) !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card > .e-con-inner {
    flex: 0 0 auto !important;
    min-height: 0 !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image {
    height: 430px !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title {
    font-size: clamp(38px, 2.8vw, 46px) !important;
    line-height: 1.04 !important;
    margin-bottom: 6px !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-text-editor,
  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-text-editor p {
    margin-bottom: 0 !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-card .almara-location-badges {
    min-height: 22px !important;
    margin-top: 14px !important;
    align-items: center !important;
    align-content: center !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) > .elementor-element:has(.almara-location-smart-cta),
  .almara-locations-t07 .e-loop-item:nth-child(1) > .elementor-element:has(.almara-smart-cta),
  .almara-locations-t07 .e-loop-item:nth-child(1) > .elementor-element:has(.elementor-button) {
    margin-top: 18px !important;
    padding: 0 24px 28px !important;
  }

  .almara-locations-t07 .e-loop-item:nth-child(1) .elementor-button,
  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-location-smart-cta,
  .almara-locations-t07 .e-loop-item:nth-child(1) .almara-smart-cta {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 24px !important;
  }
}

/* =========================================================
   ALMARA Locations T07 Hero Fill Polish v1.3.28
   Scope: ONLY .almara-locations-t07
   Purpose: reduce visible hero whitespace without changing the tested 6-column grid logic.
   ========================================================= */

@media (min-width: 1025px) {
  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) {
    justify-content: flex-start !important;
    box-shadow: 0 30px 82px rgba(31, 60, 76, 0.13) !important;
  }

  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) > .almara-location-card,
  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) > .almara-location-card > .e-con-inner {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    height: auto !important;
  }

  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) .almara-location-card .elementor-widget-image img,
  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) .almara-location-card img.wp-post-image,
  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) .almara-location-card img.almara-location-image {
    height: 540px !important;
  }

  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) .almara-location-card .elementor-heading-title {
    font-size: clamp(37px, 2.65vw, 44px) !important;
    line-height: 1.04 !important;
    margin-bottom: 4px !important;
  }

  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) .almara-location-card .almara-location-badges {
    min-height: 20px !important;
    margin-top: 12px !important;
  }

  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) > .elementor-element:has(.almara-location-smart-cta),
  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) > .elementor-element:has(.almara-smart-cta),
  :is(#almara-t07-v1328, .almara-locations-t07) .e-loop-item:nth-child(1) > .elementor-element:has(.elementor-button) {
    margin-top: auto !important;
    padding: 0 26px 26px !important;
  }
}

/* =========================================================
   ALMARA Locations Badge Flow Polish v1.3.29
   Scope: Loop Grid cards only
   Purpose: show badge arrow only between badges, never after the final badge.
   ========================================================= */

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-location-badge::after,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-badge > span::after {
  content: none !important;
  display: none !important;
}

.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-location-badge:not(:last-child)::after,
.elementor-widget-loop-grid:has(.almara-location-card) .almara-location-card .almara-badge > span:not(:last-child)::after {
  content: "›" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 6px !important;
  height: 18px !important;
  margin-left: 1px !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  color: rgba(31, 60, 76, 0.55) !important;
}

/* =========================================================
   ALMARA v1.3.49 CLEAN JSON STABILIZER
   Basis: Locations T07 Freeze v1.3.29 + imported JSON structure
   Purpose:
   - remove accumulated footer/mobile override conflicts
   - Desktop: keep T07 hero layout
   - Mobile: use dedicated JSON mobile loop only
   - Footer: clean desktop 3-column + compact legal/bottom
   ========================================================= */

/* ---------- Imported Locations JSON split ---------- */
@media (min-width: 768px) {
  .almara-locations-mobile-section {
    display: none !important;
  }

  .almara-locations-desktop-section {
    display: block !important;
  }
}

@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-locations-desktop-section,
  body[data-elementor-device-mode="mobile"] .almara-locations-t07,
  body[data-elementor-device-mode="mobile"] .elementor-widget-loop-grid.almara-locations-t07 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-loop,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-loop-grid,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    gap: 26px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-loop-container > style,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section style[id^="loop-"] {
    display: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item {
    grid-column: auto !important;
    grid-row: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: min(320px, 100%) !important;
    max-width: 320px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(31,60,76,.16) !important;
    box-shadow: 0 18px 46px rgba(31,60,76,.09) !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card > .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-image,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.wp-post-image,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.almara-location-image {
    width: 100% !important;
    max-width: none !important;
    height: 220px !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 14px 14px 0 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-theme-post-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-html {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-theme-post-title {
    padding-top: 24px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-heading-title {
    font-family: var(--almara-font-display,"Cormorant Garamond",Georgia,serif) !important;
    font-size: 32px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.01em !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
    color: var(--almara-blue,#1F3C4C) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-text-editor p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: rgba(31,60,76,.68) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-text-editor {
    padding-top: 10px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-badges,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-badge {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 0 !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-badge,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-badge > span {
    height: 21px !important;
    min-height: 21px !important;
    padding: 0 9px !important;
    font-size: 9px !important;
    line-height: 21px !important;
    letter-spacing: .08em !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.elementor-button) {
    width: 100% !important;
    margin-top: 28px !important;
    padding: 0 22px 28px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-smart-cta,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-smart-cta,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-button {
    min-width: 0 !important;
    width: auto !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 22px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-smart-cta *,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-smart-cta *,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-button * {
    writing-mode: horizontal-tb !important;
    white-space: nowrap !important;
  }
}

/* ---------- Mobile hero cleanup for imported page ---------- */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-hero {
    width: calc(100% - 32px) !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding-top: 48px !important;
    padding-bottom: 42px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-grid--hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-copy,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-copy {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-heading-title {
    font-size: clamp(40px, 11vw, 54px) !important;
    line-height: 1.04 !important;
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-lead,
  body[data-elementor-device-mode="mobile"] .almara-lead p {
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-actions {
    justify-content: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-visual-wrap {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-coastline-visual,
  body[data-elementor-device-mode="mobile"] .almara-coastline-visual .elementor-widget-container {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-coastline-visual img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 22px !important;
  }
}

/* ---------- Footer v3 clean layout ---------- */
@media (min-width: 768px) {
  .elementor-location-footer,
  footer[data-elementor-type="footer"] {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(231,218,202,.56) 52%, rgba(225,211,194,.78) 100%) !important;
    border-top: 1px solid rgba(31,60,76,.16) !important;
  }

  .elementor-location-footer .almara-footer-v2,
  .elementor-location-footer .almara-footer-v3,
  .almara-footer-v2,
  .almara-footer-v3 {
    width: min(1060px, calc(100% - 72px)) !important;
    max-width: 1060px !important;
    margin: 0 auto !important;
    padding: 54px 0 34px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .elementor-location-footer .almara-footer-brand-row,
  .almara-footer-v2 .almara-footer-brand-row,
  .almara-footer-v3 .almara-footer-brand-row {
    display: grid !important;
    grid-template-columns: minmax(210px, .85fr) minmax(360px, 1.2fr) minmax(160px, .6fr) !important;
    column-gap: 54px !important;
    align-items: center !important;
    padding: 0 0 22px !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .elementor-location-footer .almara-footer-logo-widget,
  .almara-footer-v2 .almara-footer-logo-widget,
  .almara-footer-v3 .almara-footer-logo-widget {
    justify-self: start !important;
  }

  .elementor-location-footer .almara-footer-logo-widget img,
  .almara-footer-v2 .almara-footer-logo-widget img,
  .almara-footer-v3 .almara-footer-logo-widget img {
    max-width: 255px !important;
    height: auto !important;
  }

  .elementor-location-footer .almara-footer-claim,
  .almara-footer-v2 .almara-footer-claim,
  .almara-footer-v3 .almara-footer-claim {
    justify-self: center !important;
    width: 100% !important;
    max-width: 420px !important;
    text-align: center !important;
  }

  .elementor-location-footer .almara-footer-claim p,
  .almara-footer-v2 .almara-footer-claim p,
  .almara-footer-v3 .almara-footer-claim p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
    color: rgba(31,60,76,.84) !important;
  }

  .elementor-location-footer .almara-footer-nav,
  .almara-footer-v2 .almara-footer-nav,
  .almara-footer-v3 .almara-footer-nav {
    justify-self: end !important;
    text-align: left !important;
  }

  .elementor-location-footer .almara-footer-nav p,
  .elementor-location-footer .almara-footer-nav a,
  .almara-footer-v2 .almara-footer-nav p,
  .almara-footer-v2 .almara-footer-nav a,
  .almara-footer-v3 .almara-footer-nav p,
  .almara-footer-v3 .almara-footer-nav a {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
    color: var(--almara-blue,#1F3C4C) !important;
    text-decoration: none !important;
  }

  .elementor-location-footer .almara-footer-legal-row,
  .almara-footer-v2 .almara-footer-legal-row,
  .almara-footer-v3 .almara-footer-legal-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px 20px !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 15px 0 !important;
    border-top: 1px solid rgba(31,60,76,.10) !important;
    border-bottom: 1px solid rgba(31,60,76,.09) !important;
  }

  .elementor-location-footer .almara-footer-legal-link,
  .almara-footer-v2 .almara-footer-legal-link,
  .almara-footer-v3 .almara-footer-legal-link {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  .elementor-location-footer .almara-footer-legal-link p,
  .elementor-location-footer .almara-footer-legal-link a,
  .almara-footer-v2 .almara-footer-legal-link p,
  .almara-footer-v2 .almara-footer-legal-link a,
  .almara-footer-v3 .almara-footer-legal-link p,
  .almara-footer-v3 .almara-footer-legal-link a {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    color: rgba(31,60,76,.68) !important;
    text-decoration: none !important;
  }

  .elementor-location-footer .almara-footer-bottom-row,
  .almara-footer-v2 .almara-footer-bottom-row,
  .almara-footer-v3 .almara-footer-bottom-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 54px !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 16px 0 0 !important;
  }

  .elementor-location-footer .almara-footer-copyright,
  .elementor-location-footer .almara-footer-microcopy,
  .almara-footer-v2 .almara-footer-copyright,
  .almara-footer-v2 .almara-footer-microcopy,
  .almara-footer-v3 .almara-footer-copyright,
  .almara-footer-v3 .almara-footer-microcopy {
    width: auto !important;
    flex: 0 0 auto !important;
    text-align: center !important;
  }

  .elementor-location-footer .almara-footer-copyright p,
  .elementor-location-footer .almara-footer-microcopy p,
  .almara-footer-v2 .almara-footer-copyright p,
  .almara-footer-v2 .almara-footer-microcopy p,
  .almara-footer-v3 .almara-footer-copyright p,
  .almara-footer-v3 .almara-footer-microcopy p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: rgba(31,60,76,.60) !important;
  }
}

@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-location-footer,
  body[data-elementor-device-mode="mobile"] footer[data-elementor-type="footer"] {
    background: rgba(226,212,194,.72) !important;
    border-top: 1px solid rgba(31,60,76,.16) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2,
  body[data-elementor-device-mode="mobile"] .almara-footer-v3 {
    width: calc(100% - 34px) !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    padding: 30px 0 24px !important;
    background: rgba(255,255,255,.54) !important;
    border: 1px solid rgba(31,60,76,.10) !important;
    border-radius: 28px 28px 0 0 !important;
    box-shadow: 0 -18px 58px rgba(31,60,76,.08) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-brand-row,
  body[data-elementor-device-mode="mobile"] .almara-footer-legal-row,
  body[data-elementor-device-mode="mobile"] .almara-footer-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-brand-row {
    gap: 20px !important;
    padding: 0 22px 22px !important;
    border: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-logo-widget img {
    max-width: 230px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-claim p {
    max-width: 270px !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-nav p,
  body[data-elementor-device-mode="mobile"] .almara-footer-nav a {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    color: var(--almara-blue,#1F3C4C) !important;
    text-decoration: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-legal-row {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px 16px !important;
    padding: 18px 16px !important;
    border-top: 1px solid rgba(31,60,76,.12) !important;
    border-bottom: 1px solid rgba(31,60,76,.10) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-legal-link,
  body[data-elementor-device-mode="mobile"] .almara-footer-legal-link p,
  body[data-elementor-device-mode="mobile"] .almara-footer-legal-link a {
    width: auto !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: .035em !important;
    text-transform: uppercase !important;
    color: rgba(31,60,76,.62) !important;
    text-decoration: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-bottom-row {
    gap: 6px !important;
    padding: 18px 22px 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-copyright p,
  body[data-elementor-device-mode="mobile"] .almara-footer-microcopy p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: rgba(31,60,76,.58) !important;
    text-align: center !important;
  }
}


/* =========================================================
   ALMARA v1.3.50 Targeted Mobile Hero + Footer Final Polish
   Basis: v1.3.49 clean rebase. No desktop T07 grid changes.
   ========================================================= */

/* ---------- Desktop footer refinement ---------- */
@media (min-width: 768px) {
  .elementor-location-footer .almara-footer-v2,
  .almara-footer-v2 {
    width: min(980px, calc(100% - 84px)) !important;
    max-width: 980px !important;
    padding-top: 58px !important;
    padding-bottom: 38px !important;
  }

  .almara-footer-v2 .almara-footer-brand-row {
    grid-template-columns: minmax(210px, .9fr) minmax(340px, 1.2fr) minmax(140px, .55fr) !important;
    column-gap: 42px !important;
    align-items: center !important;
    padding-bottom: 24px !important;
  }

  .almara-footer-v2 .almara-footer-logo-widget img,
  .almara-footer-v2 .elementor-widget-theme-site-logo img {
    max-width: 235px !important;
  }

  .almara-footer-v2 .almara-footer-claim,
  .almara-footer-v2 .almara-footer-claim p {
    text-align: center !important;
    justify-self: center !important;
    max-width: 360px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: 600 !important;
    color: rgba(31,60,76,.82) !important;
  }

  .almara-footer-v2 .almara-footer-nav {
    justify-self: start !important;
    text-align: left !important;
  }

  .almara-footer-v2 .almara-footer-nav p,
  .almara-footer-v2 .almara-footer-nav a {
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
  }

  .almara-footer-v2 .almara-footer-legal-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px 24px !important;
    padding: 16px 0 14px !important;
    margin: 0 auto !important;
  }

  .almara-footer-v2 .almara-footer-legal-link,
  .almara-footer-v2 .almara-footer-legal-link p,
  .almara-footer-v2 .almara-footer-legal-link a {
    width: auto !important;
    flex: 0 0 auto !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .almara-footer-v2 .almara-footer-bottom-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 56px !important;
    padding: 14px 0 0 !important;
  }

  .almara-footer-v2 .almara-footer-copyright,
  .almara-footer-v2 .almara-footer-microcopy {
    width: auto !important;
    flex: 0 0 auto !important;
    justify-self: auto !important;
    text-align: center !important;
  }

  .almara-footer-v2 .almara-footer-copyright p,
  .almara-footer-v2 .almara-footer-microcopy p {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }
}

/* ---------- Mobile: compact hero; do not touch desktop T07 ---------- */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-section.almara-hero,
  body[data-elementor-device-mode="mobile"] .almara-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(360px, calc(100% - 28px)) !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding: 34px 0 34px !important;
    gap: 22px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-copy,
  body[data-elementor-device-mode="mobile"] .almara-copy {
    width: min(320px, 100%) !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-eyebrow,
  body[data-elementor-device-mode="mobile"] .almara-eyebrow p {
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: .20em !important;
    margin-bottom: 14px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero-title,
  body[data-elementor-device-mode="mobile"] .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-heading-title {
    width: 100% !important;
    max-width: 320px !important;
    font-size: clamp(34px, 10.2vw, 42px) !important;
    line-height: 1.08 !important;
    text-align: center !important;
    margin: 0 auto 18px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-lead,
  body[data-elementor-device-mode="mobile"] .almara-lead p,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-widget-text-editor p {
    width: 100% !important;
    max-width: 292px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-actions {
    justify-content: center !important;
    align-items: center !important;
    margin-top: 22px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-actions .almara-btn,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-btn {
    width: auto !important;
    min-width: 158px !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-visual-wrap {
    width: min(320px, 100%) !important;
    max-width: 320px !important;
    margin: 6px auto 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-coastline-visual,
  body[data-elementor-device-mode="mobile"] .almara-coastline-visual .elementor-widget-container {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 48px rgba(31,60,76,.10) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-coastline-visual img {
    width: 100% !important;
    height: 178px !important;
    min-height: 178px !important;
    max-height: 178px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    display: block !important;
  }
}

/* ---------- Mobile section rhythm + cards ---------- */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-section--center,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section {
    width: min(360px, calc(100% - 28px)) !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding-top: 34px !important;
    padding-bottom: 26px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-section-head {
    max-width: 320px !important;
    margin: 0 auto 28px !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-section-head h2 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 14px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-section-head p {
    max-width: 290px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item {
    width: min(304px, calc(100vw - 56px)) !important;
    max-width: 304px !important;
    margin: 0 auto 28px !important;
    min-height: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.wp-post-image,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.almara-location-image {
    height: 205px !important;
    min-height: 205px !important;
    max-height: 205px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-theme-post-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-html {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.elementor-button) {
    margin-top: 22px !important;
    padding-bottom: 26px !important;
  }
}

/* ---------- Mobile footer compact card ---------- */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-location-footer,
  body[data-elementor-device-mode="mobile"] footer[data-elementor-type="footer"] {
    margin-top: 20px !important;
    padding: 26px 0 30px !important;
    background: linear-gradient(180deg, rgba(231,218,202,.72), rgba(220,205,187,.88)) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 {
    width: min(338px, calc(100% - 30px)) !important;
    max-width: 338px !important;
    margin: 0 auto !important;
    padding: 30px 0 24px !important;
    border-radius: 26px !important;
    background: rgba(255,255,255,.64) !important;
    overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-brand-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 0 24px 24px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-logo-widget,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-logo-widget img {
    justify-self: center !important;
    max-width: 205px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-claim,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-claim p {
    font-size: 17px !important;
    line-height: 1.45 !important;
    max-width: 260px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-nav,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-nav p,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-nav a {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-legal-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px 16px !important;
    padding: 18px 18px !important;
    border-top: 1px solid rgba(31,60,76,.12) !important;
    border-bottom: 1px solid rgba(31,60,76,.10) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-legal-link,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-legal-link p,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-legal-link a {
    flex: 0 0 auto !important;
    width: auto !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: .04em !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-bottom-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 18px 24px 0 !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-copyright,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-microcopy,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-copyright p,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-microcopy p {
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }
}

/* =========================================================
   ALMARA v1.3.51 Mobile Structural Rescue
   Scope: mobile only. Desktop/T07 grid remains untouched.
   Purpose: remove inherited min-heights/auto-spacers from Elementor Loop
   and restore a compact, editorial mobile hero + card rhythm.
   ========================================================= */

@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-location-header + .elementor,
  body[data-elementor-device-mode="mobile"] .elementor[data-elementor-type="wp-page"] { overflow-x: hidden !important; }

  body[data-elementor-device-mode="mobile"] .almara-section.almara-hero,
  body[data-elementor-device-mode="mobile"] .almara-hero.almara-grid,
  body[data-elementor-device-mode="mobile"] .almara-grid--hero {
    display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important;
    gap: 20px !important; width: min(342px, calc(100vw - 32px)) !important; max-width: 342px !important;
    min-height: 0 !important; height: auto !important; margin: 0 auto !important; padding: 30px 0 36px !important; overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-copy {
    width: 100% !important; max-width: 320px !important; margin: 0 auto !important; text-align: center !important; min-height: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-heading-title {
    font-size: clamp(36px, 10.8vw, 46px) !important; line-height: 1.06 !important; max-width: 320px !important;
    margin: 0 auto 18px !important; text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-lead,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-lead p,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-widget-text-editor p {
    max-width: 290px !important; margin: 0 auto !important; font-size: 14px !important; line-height: 1.5 !important;
    text-align: center !important; white-space: normal !important; word-break: normal !important; overflow-wrap: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-actions { margin: 20px auto 0 !important; justify-content: center !important; }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-visual-wrap {
    display: block !important; width: min(326px, calc(100vw - 42px)) !important; max-width: 326px !important;
    min-height: 0 !important; margin: 8px auto 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-coastline-visual,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-coastline-visual .elementor-widget-container {
    display: block !important; width: 100% !important; max-width: 326px !important; min-height: 0 !important; height: auto !important;
    margin: 0 auto !important; border-radius: 20px !important; overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-coastline-visual img {
    display: block !important; width: 100% !important; height: 188px !important; min-height: 188px !important; max-height: 188px !important;
    object-fit: cover !important; border-radius: 20px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference {
    display: block !important; width: min(342px, calc(100vw - 32px)) !important; max-width: 342px !important;
    margin: 0 auto !important; padding: 34px 0 18px !important; overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-section-head,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-section-head,
  body[data-elementor-device-mode="mobile"] .almara-section-head { margin: 0 auto 26px !important; max-width: 310px !important; }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-loop-grid,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-loop,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .elementor-widget-loop-grid {
    width: 100% !important; max-width: 100% !important; margin: 0 auto !important; overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-grid,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .elementor-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .elementor-grid {
    display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important;
    gap: 26px !important; width: 100% !important; max-width: 100% !important; margin: 0 auto !important; overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item {
    display: block !important; width: min(304px, calc(100vw - 64px)) !important; max-width: 304px !important; min-width: 0 !important;
    min-height: 0 !important; height: auto !important; margin: 0 auto !important; padding: 0 !important;
    grid-column: auto !important; grid-row: auto !important; overflow: hidden !important; background: #fff !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card {
    display: block !important; width: 100% !important; min-height: 0 !important; height: auto !important; overflow: hidden !important; background: transparent !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card > .e-con-inner,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card > .e-con-inner {
    display: block !important; min-height: 0 !important; height: auto !important; width: 100% !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.wp-post-image,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card img,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card img.wp-post-image {
    width: 100% !important; height: 202px !important; min-height: 202px !important; max-height: 202px !important; object-fit: cover !important; border-radius: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-theme-post-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-html,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .elementor-widget-theme-post-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .elementor-widget-html {
    padding-left: 22px !important; padding-right: 22px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .elementor-heading-title {
    font-size: 31px !important; line-height: 1.08 !important; margin: 22px 0 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .almara-location-badges,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .almara-location-badges,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .almara-badge,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .almara-badge {
    margin-top: 20px !important; gap: 7px !important; align-items: center !important; justify-content: flex-start !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.elementor-button),
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item > .elementor-element:has(.almara-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item > .elementor-element:has(.elementor-button) {
    display: block !important; width: 100% !important; margin: 0 !important; padding: 24px 22px 26px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(31,60,76,.035)) !important; border: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item .elementor-button,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item .almara-location-smart-cta,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item .almara-smart-cta,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item .elementor-button,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item .almara-location-smart-cta,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item .almara-smart-cta {
    min-width: 148px !important; width: auto !important; height: 40px !important; min-height: 40px !important;
    padding: 0 22px !important; font-size: 13px !important; white-space: nowrap !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-location-footer,
  body[data-elementor-device-mode="mobile"] footer[data-elementor-type="footer"] { margin-top: 10px !important; }
}

/* =========================================================
   ALMARA v1.3.52 FINAL TARGETED POLISH
   Scope:
   - Desktop footer: centered claim + prepared social slot
   - Mobile: compact hero + sane card rhythm
   Notes:
   - Does not touch desktop T07 grid logic.
   - Keeps the v1.3.50/v1.3.51 mobile footer direction.
   ========================================================= */

/* ---------- Desktop footer: 4-slot-ready brand row ---------- */
@media (min-width: 1025px) {
  .elementor-location-footer .almara-footer-v2,
  footer .almara-footer-v2,
  .almara-footer-v2 {
    width: min(1160px, calc(100% - 56px)) !important;
    max-width: 1160px !important;
    margin: 72px auto 0 !important;
  }

  .almara-footer-v2 .almara-footer-brand-row {
    display: grid !important;
    grid-template-columns: minmax(190px, 0.9fr) minmax(320px, 1.35fr) minmax(130px, 0.55fr) minmax(120px, 0.45fr) !important;
    align-items: center !important;
    justify-items: stretch !important;
    column-gap: 46px !important;
    row-gap: 18px !important;
    padding: 46px 0 28px !important;
  }

  .almara-footer-v2 .almara-footer-logo-widget,
  .almara-footer-v2 .almara-footer-logo-widget .elementor-widget-container {
    justify-self: start !important;
    text-align: left !important;
  }

  .almara-footer-v2 .almara-footer-claim,
  .almara-footer-v2 .almara-footer-claim .elementor-widget-container,
  .almara-footer-v2 .almara-footer-claim p {
    justify-self: center !important;
    text-align: center !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .almara-footer-v2 .almara-footer-nav,
  .almara-footer-v2 .almara-footer-social {
    justify-self: start !important;
    text-align: left !important;
  }

  .almara-footer-v2 .almara-footer-social,
  .almara-footer-v2 .almara-footer-social p,
  .almara-footer-v2 .almara-footer-social a,
  .almara-footer-v2 .almara-footer-social span {
    font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
    color: rgba(31,60,76,.82) !important;
    text-decoration: none !important;
  }

  .almara-footer-v2 .almara-footer-social-label {
    display: block !important;
    margin-bottom: 8px !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: rgba(31,60,76,.54) !important;
  }

  .almara-footer-v2 .almara-footer-legal-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px 24px !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: 14px 0 !important;
  }

  .almara-footer-v2 .almara-footer-bottom-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 42px !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: 14px 0 28px !important;
  }

  .almara-footer-v2 .almara-footer-copyright,
  .almara-footer-v2 .almara-footer-microcopy {
    text-align: center !important;
    justify-self: center !important;
  }
}

/* ---------- Mobile hero recovery: no tall inherited desktop grid ---------- */
@media (max-width: 767px), (max-width: 1024px) and (orientation: portrait) {
  body[data-elementor-device-mode="mobile"] .almara-hero,
  body[data-elementor-device-mode="mobile"] .almara-section.almara-hero,
  body[data-elementor-device-mode="mobile"] .almara-grid--hero {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    width: min(336px, calc(100vw - 32px)) !important;
    max-width: 336px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 42px 0 34px !important;
    gap: 24px !important;
    overflow: visible !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-copy,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-copy > .e-con-inner {
    width: 100% !important;
    max-width: 310px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-eyebrow,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-eyebrow p {
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto 4px !important;
    text-align: center !important;
    letter-spacing: .18em !important;
    line-height: 1.35 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero-title,
  body[data-elementor-device-mode="mobile"] .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-heading-title {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    font-size: clamp(42px, 12vw, 54px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.012em !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-lead,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-lead p,
  body[data-elementor-device-mode="mobile"] .almara-hero .elementor-widget-text-editor p {
    width: 100% !important;
    max-width: 286px !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 8px auto 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-btn,
  body[data-elementor-device-mode="mobile"] .almara-hero a.almara-btn {
    width: auto !important;
    min-width: 178px !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-visual-wrap,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-visual-wrap > .e-con-inner {
    width: 100% !important;
    max-width: 336px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-coastline-visual,
  body[data-elementor-device-mode="mobile"] .almara-hero .almara-coastline-visual .elementor-widget-container {
    width: 100% !important;
    max-width: 336px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 2px auto 0 !important;
    padding: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-hero .almara-coastline-visual img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 176px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
  }

  /* Mobile locations: fuller card width, less dead vertical space. */
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference {
    width: min(336px, calc(100vw - 32px)) !important;
    max-width: 336px !important;
    margin: 0 auto !important;
    padding: 46px 0 34px !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .elementor-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 26px !important;
    width: 100% !important;
    max-width: 336px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 0 !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card img {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .almara-location-card .elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-reference .e-loop-item > .elementor-element:has(.almara-smart-cta) {
    margin-top: 18px !important;
    padding: 0 22px 24px !important;
  }

  /* Keep the already-good mobile footer, but avoid excessive height if social slot exists. */
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social {
    text-align: center !important;
  }
}


/* =========================================================
   ALMARA v1.3.53 Mobile JSON Hero + Card Recovery
   Scope: imported Locations JSON v1.3.53 + Footer v1.3.52 Social
   Purpose: stop fighting the desktop hero/loop on mobile; use dedicated mobile structures.
   ========================================================= */

/* Desktop/Mobile section switching for the new JSON structure */
.almara-mobile-hero-section,
.almara-locations-mobile-section {
  display: none !important;
}

@media (min-width: 768px) {
  body:not([data-elementor-device-mode="mobile"]) .almara-desktop-hero-section,
  body:not([data-elementor-device-mode="mobile"]) .almara-locations-desktop-section {
    display: flex !important;
  }
}

@media (max-width: 767px), (max-width: 1024px) and (orientation: portrait) {
  body[data-elementor-device-mode="mobile"] .almara-desktop-hero-section,
  body[data-elementor-device-mode="mobile"] .almara-locations-desktop-section,
  body[data-elementor-device-mode="mobile"] .almara-locations-t07,
  body[data-elementor-device-mode="mobile"] .almara-locations-reference {
    display: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section {
    display: flex !important;
  }
}

/* Mobile hero: dedicated structure, compact and centered */
@media (max-width: 767px), (max-width: 1024px) and (orientation: portrait) {
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 42px 24px 34px !important;
    background: var(--almara-sand, #F4EDE4) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section > .e-con-inner,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .e-con-inner {
    width: 100% !important;
    max-width: 328px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-eyebrow,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-eyebrow p {
    font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: .20em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: rgba(31,60,76,.76) !important;
    text-align: center !important;
    margin: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-hero-title,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section h1.elementor-heading-title {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    font-family: var(--almara-font-display, "Cormorant Garamond", Georgia, serif) !important;
    font-size: clamp(36px, 10.4vw, 43px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.01em !important;
    color: var(--almara-blue, #1F3C4C) !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-lead,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-lead p,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .elementor-widget-text-editor p {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: rgba(31,60,76,.84) !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-actions {
    margin: 4px auto 0 !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-btn {
    width: auto !important;
    min-width: 176px !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-coastline-visual,
  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-coastline-visual .elementor-widget-container {
    width: 100% !important;
    max-width: 328px !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 48px rgba(31,60,76,.10) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-mobile-hero-section .almara-coastline-visual img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 172px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
  }
}

/* Mobile locations: full viewport reset + true card flow */
@media (max-width: 767px), (max-width: 1024px) and (orientation: portrait) {
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 44px 24px 34px !important;
    background: var(--almara-sand, #F4EDE4) !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section > .e-con-inner,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-con-inner {
    width: 100% !important;
    max-width: 328px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-section-head {
    width: 100% !important;
    max-width: 310px !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-section-head h2 {
    font-size: clamp(32px, 9vw, 38px) !important;
    line-height: 1.08 !important;
    margin: 0 0 12px !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-section-head p {
    font-size: 15px !important;
    line-height: 1.55 !important;
    max-width: 290px !important;
    margin: 0 auto !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-locations-mobile-loop,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-loop-grid,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-widget-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-container,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .elementor-grid {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 328px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    justify-items: center !important;
    gap: 28px !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section style[id^="loop-"] {
    display: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item {
    box-sizing: border-box !important;
    position: relative !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid rgba(31,60,76,.16) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 18px 52px rgba(31,60,76,.08) !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card > .e-con-inner {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-image,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.wp-post-image,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card img.almara-location-image {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transform: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-theme-post-title,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-html {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    text-align: left !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-theme-post-title {
    padding-top: 22px !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-heading-title {
    font-size: 31px !important;
    line-height: 1.08 !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .elementor-widget-text-editor p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: rgba(31,60,76,.66) !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .almara-location-badges,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-card .almara-badge {
    width: 100% !important;
    min-height: 0 !important;
    margin: 18px 0 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 6px !important;
    text-align: left !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-location-badge,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .almara-badge > span {
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-location-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.almara-smart-cta),
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item > .elementor-element:has(.elementor-button) {
    width: 100% !important;
    max-width: 320px !important;
    margin: 20px 0 0 !important;
    padding: 0 24px 24px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item .elementor-button,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item .almara-location-smart-cta,
  body[data-elementor-device-mode="mobile"] .almara-locations-mobile-section .e-loop-item .almara-smart-cta {
    min-width: 0 !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 21px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }
}

/* Desktop footer: center claim in its own cell; prepare social slot without breaking the layout. */
@media (min-width: 768px) {
  .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row,
  .almara-footer-v2 .almara-footer-brand-row-v3,
  .almara-footer-v2 .almara-footer-brand-row {
    grid-template-columns: minmax(190px, .85fr) minmax(360px, 1.35fr) minmax(120px, .55fr) minmax(120px, .55fr) !important;
    align-items: center !important;
    column-gap: 42px !important;
  }

  .almara-footer-v2 .almara-footer-claim,
  .almara-footer-v2 .almara-footer-claim p {
    justify-self: center !important;
    text-align: center !important;
    max-width: 430px !important;
    margin: 0 auto !important;
  }

  .almara-footer-v2 .almara-footer-nav,
  .almara-footer-v2 .almara-footer-social {
    justify-self: start !important;
    text-align: left !important;
  }

  .almara-footer-v2 .almara-footer-social,
  .almara-footer-v2 .almara-footer-social p,
  .almara-footer-v2 .almara-footer-social a {
    font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
    color: var(--almara-blue, #1F3C4C) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    font-weight: 650 !important;
    text-decoration: none !important;
  }

  .almara-footer-v2 .almara-footer-social a:hover {
    color: var(--almara-aqua, #6EC1C2) !important;
  }
}

/* Mobile footer social link color fix. Keep footer card style from v1.3.50/v1.3.52. */
@media (max-width: 767px), (max-width: 1024px) and (orientation: portrait) {
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social p,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a {
    color: var(--almara-blue, #1F3C4C) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a:hover {
    color: var(--almara-aqua, #6EC1C2) !important;
  }
}

/* ============================================================
   ALMARA Locations — v1.3.53.5
   MINI PATCH ONLY: Mobile Hero Text Width Rescue
   Basis: v1.3.53 Stable
   Scope: Mobile hero inside imported Elementor template .elementor-494
   No tablet rules. No loop rules. No footer rules. No JSON/PHP changes.
   ============================================================ */

@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4fc5367e,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4fc5367e.e-con,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4fc5367e.e-flex {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4fc5367e > .e-con-inner,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-747f0f86,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-747f0f86.e-con,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-747f0f86.e-flex,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-747f0f86 > .e-con-inner {
    width: min(86vw, 320px) !important;
    max-width: min(86vw, 320px) !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    flex-basis: auto !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-717571f2,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-ec91fc2,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4f4b9892,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4a4c3752 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    flex-basis: auto !important;
    align-self: stretch !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-717571f2 .almara-eyebrow,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-eyebrow {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    margin: 0 auto 20px !important;
    letter-spacing: .18em !important;
    line-height: 1.25 !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-ec91fc2 .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-ec91fc2 h1,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-hero-title h1 {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    font-size: clamp(38px, 10.6vw, 46px) !important;
    line-height: .98 !important;
    letter-spacing: -0.025em !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4f4b9892 .almara-lead,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4f4b9892 p,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-lead {
    width: min(78vw, 280px) !important;
    max-width: min(78vw, 280px) !important;
    min-width: 0 !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4a4c3752 .almara-actions,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-4a4c3752 .almara-actions a,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-actions a,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-actions .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 176px !important;
    width: auto !important;
    max-width: 240px !important;
    white-space: nowrap !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}


/* =========================================================
   ALMARA v1.3.53.6 — Mobile Hero Duplicate Guard
   Scope: Mobile only. Purpose: hide the legacy duplicate
   mobile hero container that appears after the active hero.
   No Loop, Footer, Tablet or JSON changes.
   ========================================================= */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-494 > .elementor-element.elementor-element-5afad9aa,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element-5afad9aa {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}

/* =========================================================
   ALMARA v1.3.53.7 — Mobile Hero Inner Width Final Tune
   Scope: Mobile hero only. No tablet, no loop, no footer.
   Based on stable v1.3.53.x structure.
   ========================================================= */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-5afad9aa,
  .elementor-494 .elementor-element.elementor-element-5afad9aa {
    display: none !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-747f0f86,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-fd65304,
  .elementor-494 .elementor-element.elementor-element-4fc5367e,
  .elementor-494 .elementor-element.elementor-element-747f0f86,
  .elementor-494 .elementor-element.elementor-element-fd65304 {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-self: center !important;
    justify-self: center !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-717571f2,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-ec91fc2,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4f4b9892,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4a4c3752,
  .elementor-494 .elementor-element.elementor-element-717571f2,
  .elementor-494 .elementor-element.elementor-element-ec91fc2,
  .elementor-494 .elementor-element.elementor-element-4f4b9892,
  .elementor-494 .elementor-element.elementor-element-4a4c3752 {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-eyebrow,
  .elementor-494 .almara-eyebrow {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-ec91fc2 .elementor-heading-title,
  .elementor-494 .elementor-element.elementor-element-ec91fc2 .elementor-heading-title {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    line-height: 1.04 !important;
    letter-spacing: -0.012em !important;
    text-wrap: balance;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4f4b9892 .almara-lead,
  .elementor-494 .elementor-element.elementor-element-4f4b9892 .almara-lead {
    display: block !important;
    width: 100% !important;
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-actions,
  .elementor-494 .almara-actions {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-33b70115,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-coastline-visual,
  .elementor-494 .elementor-element.elementor-element-33b70115,
  .elementor-494 .almara-coastline-visual {
    width: 100% !important;
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* =========================================================
   ALMARA v1.3.53.9 — Mobile Hero Center Fix
   Scope: Mobile hero only. No tablet, no loop, no footer.
   Fix: outer Elementor container must be full-width; only the
   inner content rail is constrained. This prevents right drift.
   ========================================================= */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e.e-con,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e.e-flex {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e > .e-con-inner {
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-747f0f86,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-fd65304 {
    width: 100% !important;
    max-width: 300px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-self: center !important;
    justify-self: center !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-33b70115,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-33b70115 img,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-coastline-visual,
  body[data-elementor-device-mode="mobile"] .elementor-494 .almara-coastline-visual img {
    width: 100% !important;
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-ec91fc2,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4f4b9892,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4a4c3752,
  body[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-717571f2 {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* =========================================================
   ALMARA v1.3.53.9 — Mobile Hero Late Lock Companion
   The same selectors are also printed late by PHP after Elementor.
   Scope: mobile hero only.
   ========================================================= */
@media (max-width: 767px) {
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-element-5afad9aa,
  body.page-id-40 .elementor-494 .elementor-element.elementor-element-5afad9aa {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-element-3f4a732,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-element-1d2dbcb,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-element-1d2dbcb > .elementor-widget-container,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-element-1d2dbcb .elementor-template,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4fc5367e > .e-con-inner,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-747f0f86,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-fd65304,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-717571f2,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-ec91fc2,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4f4b9892,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4a4c3752 {
    width: 100% !important;
    max-width: 310px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    align-self: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-ec91fc2 .elementor-heading-title {
    display: block !important;
    width: 100% !important;
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    line-height: 1.05 !important;
    letter-spacing: -0.01em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-4f4b9892 .almara-lead,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .almara-lead {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .almara-actions {
    width: 100% !important;
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-33b70115,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .elementor-element.elementor-element-33b70115 img,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .almara-coastline-visual,
  body.page-id-40[data-elementor-device-mode="mobile"] .elementor-494 .almara-coastline-visual img {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}


/* =========================================================
   ALMARA v1.3.53.10 — Tablet-only layout patch
   Basis: v1.3.53.9 Mobile Stable
   Scope: tablet only. No mobile hero changes. No desktop changes.
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {

  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-494 .elementor-element.elementor-element-5afad9aa,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-494 .elementor-element[data-id="5afad9aa"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-494 .elementor-element.elementor-element-4fc5367e,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-494 .elementor-element[data-id="4fc5367e"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-desktop-section,
  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-t07,
  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-reference,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-4b854e98,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="4b854e98"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-section,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-192ffc19,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="192ffc19"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: 0 22px 42px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-section > .e-con-inner,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-192ffc19 > .e-con-inner,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="192ffc19"] > .e-con-inner {
    width: 100% !important;
    max-width: 676px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-loop,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-59a21414,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="59a21414"] {
    display: block !important;
    width: 100% !important;
    max-width: 676px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-loop .elementor-loop-container,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-59a21414 .elementor-loop-container,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="59a21414"] .elementor-loop-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 676px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-loop .e-loop-item,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-59a21414 .e-loop-item,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="59a21414"] .e-loop-item {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-loop .almara-location-card,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-59a21414 .almara-location-card,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="59a21414"] .almara-location-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.page-id-40[data-elementor-device-mode="tablet"] .almara-locations-mobile-loop .almara-location-card img,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element.elementor-element-59a21414 .almara-location-card img,
  body.page-id-40[data-elementor-device-mode="tablet"] .elementor-element[data-id="59a21414"] .almara-location-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: 185px !important;
    object-fit: cover !important;
  }

  body[data-elementor-device-mode="tablet"] .elementor-location-footer,
  body[data-elementor-device-mode="tablet"] footer[data-elementor-type="footer"],
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row {
    width: 100% !important;
    max-width: min(720px, calc(100vw - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: minmax(120px, 1fr) minmax(180px, 1.35fr) minmax(92px, .75fr) minmax(92px, .75fr) !important;
    gap: 24px !important;
    align-items: start !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social p,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social a {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-bottom-row {
    max-width: min(620px, calc(100vw - 56px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   ALMARA v1.3.53.11 — Tablet Footer Polish ONLY
   Scope: tablet footer, no desktop/mobile hero, no loop changes
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {

  body[data-elementor-device-mode="tablet"] footer[data-elementor-type="footer"],
  body[data-elementor-device-mode="tablet"] .elementor-location-footer,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    background: linear-gradient(180deg, rgba(244,237,228,.98) 0%, rgba(230,214,195,.46) 100%) !important;
    border-top: 1px solid rgba(31,60,76,.14) !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 {
    padding-top: 46px !important;
    padding-bottom: 30px !important;
  }

  /* 4-spalten Markenzeile, aber enger und bewusst zentriert */
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row-v3,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    width: calc(100vw - 96px) !important;
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: minmax(120px,.95fr) minmax(210px,1.45fr) minmax(82px,.62fr) minmax(90px,.68fr) !important;
    column-gap: 26px !important;
    row-gap: 0 !important;
    align-items: start !important;
    justify-items: start !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget .elementor-widget-container {
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget img {
    width: 128px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Claim sitzt als bewusster Mittelpunkt */
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim .elementor-widget-container,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim p {
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 12px !important;
    line-height: 1.48 !important;
    color: var(--almara-blue) !important;
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: start !important;
    text-align: left !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav p,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social p {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    color: var(--almara-blue) !important;
    font-size: 11px !important;
    line-height: 1.38 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social-label,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social strong,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin: 0 0 7px !important;
    font-size: 9px !important;
    line-height: 1.1 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: rgba(31,60,76,.72) !important;
    white-space: nowrap !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row {
    width: calc(100vw - 160px) !important;
    max-width: 520px !important;
    margin: 26px auto 0 !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(31,60,76,.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row p {
    margin: 0 !important;
    color: rgba(31,60,76,.72) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-bottom-row {
    width: calc(100vw - 180px) !important;
    max-width: 460px !important;
    margin: 13px auto 0 !important;
    padding-top: 13px !important;
    border-top: 1px solid rgba(31,60,76,.09) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-copyright,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-microcopy,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-copyright p,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-microcopy p {
    margin: 0 !important;
    min-width: 0 !important;
    color: rgba(31,60,76,.64) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
  }
}

/* Slightly tighter iPad portrait safety */
@media (min-width: 768px) and (max-width: 860px) {
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row-v3,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    width: calc(100vw - 72px) !important;
    grid-template-columns: minmax(112px,.9fr) minmax(190px,1.35fr) minmax(78px,.62fr) minmax(84px,.66fr) !important;
    column-gap: 20px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim p {
    max-width: 218px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row {
    width: calc(100vw - 128px) !important;
    gap: 16px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-bottom-row {
    width: calc(100vw - 150px) !important;
  }
}


/* =========================================================
   ALMARA v1.3.53.12 — Tablet Footer Brand Stack ONLY
   Basis: v1.3.53.11 stable
   Scope: tablet footer only. No desktop, no mobile, no hero, no loop, no JSON.
   Target: Logo + Claim centered above Nav/Social two-column row.
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 {
    padding-top: 42px !important;
    padding-bottom: 30px !important;
  }

  /* Brand area: tablet becomes a calm stacked brand module instead of four tight columns. */
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row-v3,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    width: calc(100vw - 104px) !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "logo logo"
      "claim claim"
      "nav social" !important;
    column-gap: 74px !important;
    row-gap: 16px !important;
    align-items: start !important;
    justify-items: center !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget .elementor-widget-container {
    grid-area: logo !important;
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget img {
    display: inline-block !important;
    width: 136px !important;
    max-width: 46vw !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim .elementor-widget-container,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim p {
    grid-area: claim !important;
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    font-size: 12px !important;
    line-height: 1.48 !important;
    font-weight: 600 !important;
    color: var(--almara-blue) !important;
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav {
    grid-area: nav !important;
    justify-self: end !important;
    text-align: left !important;
    width: auto !important;
    min-width: 116px !important;
    max-width: 170px !important;
    margin-top: 4px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social {
    grid-area: social !important;
    justify-self: start !important;
    text-align: left !important;
    width: auto !important;
    min-width: 116px !important;
    max-width: 170px !important;
    margin-top: 4px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav p,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social p {
    display: block !important;
    width: auto !important;
    max-width: 170px !important;
    margin: 0 !important;
    color: var(--almara-blue) !important;
    font-size: 11px !important;
    line-height: 1.46 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social-label,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social strong,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin: 0 0 7px !important;
    color: rgba(31,60,76,.72) !important;
    font-size: 9px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  /* Legal and bottom rows follow the centered brand module. */
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row {
    width: calc(100vw - 150px) !important;
    max-width: 520px !important;
    margin: 25px auto 0 !important;
    padding-top: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(31,60,76,.12) !important;
    box-sizing: border-box !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-bottom-row {
    width: calc(100vw - 170px) !important;
    max-width: 460px !important;
    margin: 12px auto 0 !important;
    padding-top: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 22px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(31,60,76,.09) !important;
    box-sizing: border-box !important;
  }
}

/* iPad portrait safety: slightly tighter, still stacked. */
@media (min-width: 768px) and (max-width: 860px) {
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row-v3,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    width: calc(100vw - 86px) !important;
    max-width: 600px !important;
    column-gap: 58px !important;
    row-gap: 15px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim p {
    max-width: 340px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-legal-row {
    width: calc(100vw - 124px) !important;
    gap: 16px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-bottom-row {
    width: calc(100vw - 140px) !important;
  }
}

/* =========================================================
   ALMARA v1.3.53.13 — Footer Micro Polish
   Basis: v1.3.53.12 stable
   Scope: footer only. No hero, no loop, no JSON.
   ========================================================= */

@media (min-width: 1025px) {
  .almara-footer-v2 .almara-footer-legal-row,
  .almara-footer-v2 .almara-footer-bottom-row {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .almara-footer-v2 .almara-footer-bottom-row {
    max-width: 430px !important;
    gap: 34px !important;
  }

  .almara-footer-v2 .almara-footer-social-label,
  .almara-footer-v2 .almara-footer-social strong,
  .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin-bottom: 8px !important;
  }

  .almara-footer-v2 .almara-footer-social a,
  .almara-footer-v2 .almara-footer-social p {
    line-height: 1.36 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-logo-widget img {
    width: 148px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-brand-row-v3,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    row-gap: 19px !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-claim p {
    margin-bottom: 5px !important;
    font-size: 12.5px !important;
    line-height: 1.52 !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social a,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-nav p,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social p {
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social-label,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social strong,
  body[data-elementor-device-mode="tablet"] .almara-footer-v2 .almara-footer-social b {
    margin-bottom: 6px !important;
    font-size: 9.5px !important;
    letter-spacing: .16em !important;
  }
}

@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social-label,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social strong,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin: 20px 0 8px !important;
    color: var(--almara-blue) !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social p {
    color: var(--almara-blue) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-align: center !important;
  }
}


/* =========================================================
   ALMARA v1.3.53.14 — Footer Final Alignment + Tablet No-Flicker Guard
   Basis: v1.3.53.13 stable
   Scope: footer polish + tablet first-paint guard only.
   No hero layout changes, no JSON, no loop renderer changes.
   ========================================================= */

/* Desktop footer final alignment */
@media (min-width: 1025px) {
  .almara-footer-v2 .almara-footer-brand-row,
  .almara-footer-v2 .almara-footer-brand-row-v3,
  .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    align-items: start !important;
  }

  .almara-footer-v2 .almara-footer-claim,
  .almara-footer-v2 .almara-footer-claim .elementor-widget-container,
  .almara-footer-v2 .almara-footer-claim p {
    text-align: center !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .almara-footer-v2 .almara-footer-legal-row,
  .almara-footer-v2 .almara-footer-bottom-row {
    width: 100% !important;
    max-width: 460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .almara-footer-v2 .almara-footer-legal-row {
    gap: 24px !important;
  }

  .almara-footer-v2 .almara-footer-bottom-row {
    gap: 32px !important;
  }

  .almara-footer-v2 .almara-footer-social-label,
  .almara-footer-v2 .almara-footer-social strong,
  .almara-footer-v2 .almara-footer-social b {
    margin-bottom: 4px !important;
    letter-spacing: .16em !important;
  }

  .almara-footer-v2 .almara-footer-social a,
  .almara-footer-v2 .almara-footer-social p {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    line-height: 1.28 !important;
  }
}

/* Mobile footer: Social Media headline should read like a real heading, not like a link. */
@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social-label,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social strong,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social b,
  .almara-footer-v2 .almara-footer-social-label,
  .almara-footer-v2 .almara-footer-social strong,
  .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin: 22px 0 9px !important;
    color: var(--almara-blue) !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social p,
  .almara-footer-v2 .almara-footer-social a,
  .almara-footer-v2 .almara-footer-social p {
    color: var(--almara-blue) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.32 !important;
    margin: 0 0 3px !important;
  }
}

/*
 * Tablet first-paint guard.
 * Elementor sets body[data-elementor-device-mode="tablet"] via JS; before that, the wrong layout can flash.
 * These pure media-query equivalents make the correct tablet layout available before Elementor's JS flag arrives.
 */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Hero visibility on tablet: primary hero on, duplicate/mobile hero off. */
  body.page-id-40 .elementor-494 .elementor-element.elementor-element-5afad9aa,
  body.page-id-40 .elementor-494 .elementor-element[data-id="5afad9aa"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-40 .elementor-494 .elementor-element.elementor-element-4fc5367e,
  body.page-id-40 .elementor-494 .elementor-element[data-id="4fc5367e"] {
    display: flex !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  /* Tablet locations: no T07 hero-spanning/reference loop; use stable mobile loop as 2-column grid. */
  body.page-id-40 .almara-locations-desktop-section,
  body.page-id-40 .almara-locations-t07,
  body.page-id-40 .almara-locations-reference,
  body.page-id-40 .elementor-element.elementor-element-4b854e98,
  body.page-id-40 .elementor-element[data-id="4b854e98"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-40 .almara-locations-mobile-section,
  body.page-id-40 .elementor-element.elementor-element-192ffc19,
  body.page-id-40 .elementor-element[data-id="192ffc19"] {
    display: flex !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.page-id-40 .almara-locations-mobile-section > .e-con-inner,
  body.page-id-40 .elementor-element.elementor-element-192ffc19 > .e-con-inner,
  body.page-id-40 .elementor-element[data-id="192ffc19"] > .e-con-inner {
    width: calc(100vw - 104px) !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body.page-id-40 .almara-locations-mobile-loop .elementor-loop-container,
  body.page-id-40 .elementor-element.elementor-element-59a21414 .elementor-loop-container,
  body.page-id-40 .elementor-element[data-id="59a21414"] .elementor-loop-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  body.page-id-40 .almara-locations-mobile-loop .e-loop-item,
  body.page-id-40 .elementor-element.elementor-element-59a21414 .e-loop-item,
  body.page-id-40 .elementor-element[data-id="59a21414"] .e-loop-item {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  /* Tablet footer: stable brand stack before Elementor's device flag arrives. */
  .almara-footer-v2 {
    padding-top: 42px !important;
    padding-bottom: 30px !important;
  }

  .almara-footer-v2 .almara-footer-brand-row,
  .almara-footer-v2 .almara-footer-brand-row-v3,
  .almara-footer-v2.almara-footer-v3 .almara-footer-brand-row {
    width: calc(100vw - 104px) !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "logo logo"
      "claim claim"
      "nav social" !important;
    column-gap: 72px !important;
    row-gap: 20px !important;
    align-items: start !important;
    justify-items: center !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .almara-footer-v2 .almara-footer-logo-widget,
  .almara-footer-v2 .almara-footer-logo-widget .elementor-widget-container {
    grid-area: logo !important;
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .almara-footer-v2 .almara-footer-logo-widget img {
    display: inline-block !important;
    width: 148px !important;
    max-width: 46vw !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .almara-footer-v2 .almara-footer-claim,
  .almara-footer-v2 .almara-footer-claim .elementor-widget-container,
  .almara-footer-v2 .almara-footer-claim p {
    grid-area: claim !important;
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    font-size: 12.5px !important;
    line-height: 1.52 !important;
    font-weight: 600 !important;
    color: var(--almara-blue) !important;
  }

  .almara-footer-v2 .almara-footer-nav {
    grid-area: nav !important;
    justify-self: end !important;
    text-align: left !important;
    width: auto !important;
    min-width: 116px !important;
    max-width: 170px !important;
    overflow: visible !important;
  }

  .almara-footer-v2 .almara-footer-social {
    grid-area: social !important;
    justify-self: start !important;
    text-align: left !important;
    width: auto !important;
    min-width: 116px !important;
    max-width: 170px !important;
    overflow: visible !important;
  }

  .almara-footer-v2 .almara-footer-nav a,
  .almara-footer-v2 .almara-footer-social a,
  .almara-footer-v2 .almara-footer-nav p,
  .almara-footer-v2 .almara-footer-social p {
    display: block !important;
    width: auto !important;
    max-width: 170px !important;
    margin: 0 !important;
    color: var(--almara-blue) !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  .almara-footer-v2 .almara-footer-social-label,
  .almara-footer-v2 .almara-footer-social strong,
  .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin: 0 0 5px !important;
    color: rgba(31,60,76,.78) !important;
    font-size: 9.5px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .almara-footer-v2 .almara-footer-legal-row {
    width: calc(100vw - 124px) !important;
    max-width: 520px !important;
    margin: 25px auto 0 !important;
    padding-top: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(31,60,76,.12) !important;
    box-sizing: border-box !important;
  }

  .almara-footer-v2 .almara-footer-bottom-row {
    width: calc(100vw - 140px) !important;
    max-width: 460px !important;
    margin: 12px auto 0 !important;
    padding-top: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 22px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(31,60,76,.09) !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   ALMARA v1.3.53.15 FINAL FREEZE + Premium Motion Layer
   Scope: Visual polish only. No grid restructuring.
   ========================================================= */
:root{--almara-motion-y:18px;--almara-motion-duration:760ms;--almara-motion-ease:cubic-bezier(.22,.72,.24,1);}
body.almara-motion-ready:not(.almara-reduce-motion) :is(.almara-desktop-hero-section,.almara-mobile-hero-section,.almara-locations-desktop-section .almara-section-head,.almara-locations-mobile-section .almara-section-head,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item,.almara-footer-v2 .almara-footer-logo-widget,.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-nav,.almara-footer-v2 .almara-footer-social,.almara-footer-v2 .almara-footer-legal-row,.almara-footer-v2 .almara-footer-bottom-row){opacity:0;transform:translate3d(0,var(--almara-motion-y),0);transition:opacity var(--almara-motion-duration) var(--almara-motion-ease),transform var(--almara-motion-duration) var(--almara-motion-ease);will-change:opacity,transform;}
body.almara-motion-ready:not(.almara-reduce-motion) :is(.almara-desktop-hero-section,.almara-mobile-hero-section,.almara-locations-desktop-section .almara-section-head,.almara-locations-mobile-section .almara-section-head,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item,.almara-footer-v2 .almara-footer-logo-widget,.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-nav,.almara-footer-v2 .almara-footer-social,.almara-footer-v2 .almara-footer-legal-row,.almara-footer-v2 .almara-footer-bottom-row).almara-inview{opacity:1;transform:translate3d(0,0,0);}
body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-t07 .e-loop-item:nth-child(1),body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-mobile-section .e-loop-item:nth-child(1){transition-delay:40ms;}
body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-t07 .e-loop-item:nth-child(2),body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-mobile-section .e-loop-item:nth-child(2){transition-delay:90ms;}
body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-t07 .e-loop-item:nth-child(3),body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-mobile-section .e-loop-item:nth-child(3){transition-delay:140ms;}
body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-t07 .e-loop-item:nth-child(n+4),body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-mobile-section .e-loop-item:nth-child(n+4){transition-delay:180ms;}
body.almara-motion-ready:not(.almara-reduce-motion) :is(.almara-coastline-visual img,.almara-mobile-hero-section .almara-coastline-visual img,.almara-desktop-hero-section .almara-coastline-visual img){transform:translate3d(0,var(--almara-parallax-y,0px),0) scale(1.018);transition:transform 420ms cubic-bezier(.22,.72,.24,1);will-change:transform;}
body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-t07 .e-loop-item:hover,body.almara-motion-ready:not(.almara-reduce-motion) .almara-locations-mobile-section .e-loop-item:hover{transform:translate3d(0,-5px,0)!important;}
.almara-footer-v2 .almara-footer-social-label,.almara-footer-v2 .almara-footer-social strong,.almara-footer-v2 .almara-footer-social b{margin-bottom:5px!important;}
.almara-footer-v2 .almara-footer-social a,.almara-footer-v2 .almara-footer-social p{margin-top:0!important;}
@media (min-width:768px) and (max-width:1024px){body:not(.almara-footer-ready) .almara-footer-v2{opacity:0;}body.almara-footer-ready .almara-footer-v2{opacity:1;transition:opacity 160ms ease;}.almara-footer-v2 .almara-footer-social{overflow:visible!important;max-width:150px!important;}.almara-footer-v2 .almara-footer-social-label,.almara-footer-v2 .almara-footer-social strong,.almara-footer-v2 .almara-footer-social b{margin-bottom:4px!important;letter-spacing:.15em!important;}}
@media (max-width:767px){body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social-label,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social strong,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social b{display:block!important;margin:6px 0 10px!important;font-size:13px!important;line-height:1.25!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:var(--almara-blue,#1F3C4C)!important;text-align:center!important;}body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a{display:block!important;margin:2px 0!important;font-size:16px!important;line-height:1.35!important;font-weight:800!important;color:var(--almara-blue,#1F3C4C)!important;}}
@media (prefers-reduced-motion:reduce){.almara-motion-ready *{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}.almara-motion-ready :is(.almara-desktop-hero-section,.almara-mobile-hero-section,.almara-locations-desktop-section .almara-section-head,.almara-locations-mobile-section .almara-section-head,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item,.almara-footer-v2 .almara-footer-logo-widget,.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-nav,.almara-footer-v2 .almara-footer-social,.almara-footer-v2 .almara-footer-legal-row,.almara-footer-v2 .almara-footer-bottom-row){opacity:1!important;transform:none!important;}.almara-coastline-visual img{transform:none!important;}}

/* =========================================
   FINAL FIX: COPYRIGHT VISIBILITY (Tablet)
========================================= */

.almara-footer-copy {
  display: block !important;
  margin-top: 14px !important;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  opacity: 0.6;
}

/* verhindert "Verschlucken" durch Linien */
.almara-footer-legal {
  position: relative;
  z-index: 1;
}

/* optional: sorgt für saubere Trennung */
.almara-footer-legal::after {
  content: "";
  display: block;
  height: 1px;
  margin: 12px auto 0;
  width: 60%;
  opacity: 0.15;
  background: currentColor;
}

/* Tablet Safety */
@media (max-width: 1024px) {
  .almara-footer-copy {
    margin-top: 16px !important;
    font-size: 11px;
    opacity: 0.55;
  }
}
/* =========================================================
   ALMARA v1.3.53.16 FINAL VIDEO + FOOTER + MOTION HARDENING
   Basis: almara-platform (6).css
   Purpose: Footer final, Hero video integration, Premium motion, Mobile fallback.
   ========================================================= */

:root{--almara-video-radius:24px;--almara-video-min-h:380px;--almara-motion-y:18px;--almara-motion-duration:760ms;--almara-motion-ease:cubic-bezier(.22,.72,.24,1);}

/* Hero video system */
.almara-hero,.almara-desktop-hero-section,.almara-mobile-hero-section{position:relative!important;isolation:isolate!important;}
.almara-hero-video-wrap{position:relative!important;z-index:0!important;width:100%!important;min-height:var(--almara-video-min-h)!important;aspect-ratio:16/9!important;border-radius:var(--almara-video-radius)!important;overflow:hidden!important;background:rgba(255,255,255,.42)!important;box-shadow:0 24px 70px rgba(20,45,55,.10)!important;transform:translateZ(0)!important;}
.almara-hero-video-wrap.is-background,.almara-hero.almara-hero--video .almara-hero-video-wrap{position:absolute!important;inset:0!important;width:auto!important;min-height:100%!important;aspect-ratio:auto!important;border-radius:0!important;z-index:-1!important;}
.almara-hero-video,.almara-hero-video-fallback{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;border-radius:inherit!important;}
.almara-hero-video{z-index:1!important;transform:translate3d(0,var(--almara-parallax-y,0px),0) scale(1.025)!important;filter:saturate(1.05) contrast(1.04)!important;transition:transform 620ms cubic-bezier(.22,.72,.24,1),filter 420ms ease!important;will-change:transform!important;}
.almara-hero-video-fallback{z-index:0!important;}
.almara-hero-video-overlay{position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;border-radius:inherit!important;background:linear-gradient(180deg,rgba(31,60,76,.04) 0%,rgba(31,60,76,.10) 100%)!important;}
.almara-hero-video-wrap:hover .almara-hero-video{transform:translate3d(0,var(--almara-parallax-y,0px),0) scale(1.04)!important;}
@media (max-width:767px),(max-width:1024px) and (orientation:portrait){body[data-elementor-device-mode="mobile"] .almara-hero-video-wrap{min-height:172px!important;max-width:328px!important;margin-left:auto!important;margin-right:auto!important;border-radius:20px!important;box-shadow:0 18px 48px rgba(31,60,76,.10)!important;}body[data-elementor-device-mode="mobile"] .almara-hero-video{display:none!important;}body[data-elementor-device-mode="mobile"] .almara-hero-video-fallback{display:block!important;position:absolute!important;}}

/* Footer final: remove duplicate separators and force copyright visibility */
.almara-footer-v2,.almara-footer-v3,.elementor-location-footer .almara-footer-v2,.elementor-location-footer .almara-footer-v3{color:var(--almara-blue,#1F3C4C)!important;}
.almara-footer-v2 .almara-footer-legal::before,.almara-footer-v2 .almara-footer-legal::after,.almara-footer-v2 .almara-footer-legal-row::before,.almara-footer-v2 .almara-footer-legal-row::after,.almara-footer-v2 .almara-footer-copy::before,.almara-footer-v2 .almara-footer-copy::after,.almara-footer-v2 .almara-footer-bottom-row::before,.almara-footer-v2 .almara-footer-bottom-row::after{content:none!important;display:none!important;}
@media (min-width:1025px){.elementor-location-footer,footer[data-elementor-type="footer"]{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(231,218,202,.54) 48%,rgba(225,211,194,.78) 100%)!important;border-top:1px solid rgba(31,60,76,.16)!important;}.almara-footer-v2,.almara-footer-v3,.elementor-location-footer .almara-footer-v2,.elementor-location-footer .almara-footer-v3{width:min(1160px,calc(100% - 56px))!important;max-width:1160px!important;margin:72px auto 0!important;padding:46px 0 34px!important;background:transparent!important;border:0!important;box-shadow:none!important;}.almara-footer-v2 .almara-footer-brand-row,.almara-footer-v2 .almara-footer-brand-row-v3,.almara-footer-v2.almara-footer-v3 .almara-footer-brand-row{display:grid!important;grid-template-columns:minmax(190px,.9fr) minmax(320px,1.35fr) minmax(130px,.55fr) minmax(120px,.45fr)!important;grid-template-areas:"logo claim nav social"!important;column-gap:46px!important;row-gap:18px!important;align-items:center!important;justify-items:stretch!important;margin:0!important;padding:0 0 28px!important;border:0!important;overflow:visible!important;}.almara-footer-v2 .almara-footer-logo-widget{grid-area:logo!important;justify-self:start!important;text-align:left!important;}.almara-footer-v2 .almara-footer-claim{grid-area:claim!important;justify-self:center!important;text-align:center!important;}.almara-footer-v2 .almara-footer-nav{grid-area:nav!important;justify-self:start!important;text-align:left!important;}.almara-footer-v2 .almara-footer-social{grid-area:social!important;justify-self:start!important;text-align:left!important;}.almara-footer-v2 .almara-footer-logo-widget img,.almara-footer-v2 .elementor-widget-theme-site-logo img{display:block!important;width:auto!important;max-width:235px!important;height:auto!important;}.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-claim .elementor-widget-container,.almara-footer-v2 .almara-footer-claim p{max-width:430px!important;margin:0 auto!important;font-size:15px!important;line-height:1.55!important;font-weight:600!important;color:rgba(31,60,76,.84)!important;text-align:center!important;}.almara-footer-v2 .almara-footer-nav a,.almara-footer-v2 .almara-footer-social a,.almara-footer-v2 .almara-footer-nav p,.almara-footer-v2 .almara-footer-social p{display:block!important;margin:0!important;font-size:13px!important;line-height:1.48!important;font-weight:700!important;color:var(--almara-blue,#1F3C4C)!important;text-decoration:none!important;}.almara-footer-v2 .almara-footer-social-label,.almara-footer-v2 .almara-footer-social strong,.almara-footer-v2 .almara-footer-social b{display:block!important;margin:0 0 5px!important;font-size:11px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgba(31,60,76,.64)!important;}.almara-footer-v2 .almara-footer-legal,.almara-footer-v2 .almara-footer-legal-row{position:relative!important;z-index:2!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:10px 24px!important;width:fit-content!important;max-width:620px!important;margin:0 auto!important;padding:14px 0 0!important;border-top:1px solid rgba(31,60,76,.12)!important;border-bottom:0!important;overflow:visible!important;}.almara-footer-v2 .almara-footer-legal-link,.almara-footer-v2 .almara-footer-legal-link p,.almara-footer-v2 .almara-footer-legal-link a{flex:0 0 auto!important;width:auto!important;margin:0!important;font-size:12px!important;line-height:1.25!important;font-weight:600!important;color:rgba(31,60,76,.68)!important;text-decoration:none!important;text-align:center!important;}.almara-footer-v2 .almara-footer-copy,.almara-footer-v2 .almara-footer-bottom-row{display:flex!important;justify-content:center!important;align-items:center!important;gap:42px!important;width:fit-content!important;max-width:620px!important;margin:12px auto 0!important;padding:0!important;border:0!important;opacity:1!important;visibility:visible!important;overflow:visible!important;position:relative!important;z-index:2!important;}.almara-footer-v2 .almara-footer-copyright,.almara-footer-v2 .almara-footer-microcopy,.almara-footer-v2 .almara-footer-copy p,.almara-footer-v2 .almara-footer-bottom-row p{display:block!important;width:auto!important;flex:0 0 auto!important;margin:0!important;text-align:center!important;font-size:12px!important;line-height:1.35!important;font-weight:500!important;color:rgba(31,60,76,.60)!important;opacity:1!important;visibility:visible!important;}}
@media (min-width:768px) and (max-width:1024px){body:not(.almara-footer-ready) .almara-footer-v2{opacity:0;}body.almara-footer-ready .almara-footer-v2{opacity:1;transition:opacity 160ms ease;}.almara-footer-v2,.almara-footer-v3{width:min(680px,calc(100vw - 92px))!important;max-width:680px!important;margin:52px auto 0!important;padding:42px 0 30px!important;background:transparent!important;border:0!important;box-shadow:none!important;}.almara-footer-v2 .almara-footer-brand-row,.almara-footer-v2 .almara-footer-brand-row-v3,.almara-footer-v2.almara-footer-v3 .almara-footer-brand-row{width:100%!important;max-width:620px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"logo logo" "claim claim" "nav social"!important;column-gap:72px!important;row-gap:20px!important;align-items:start!important;justify-items:center!important;overflow:visible!important;box-sizing:border-box!important;}.almara-footer-v2 .almara-footer-logo-widget{grid-area:logo!important;justify-self:center!important;text-align:center!important;}.almara-footer-v2 .almara-footer-logo-widget img{display:inline-block!important;width:148px!important;max-width:46vw!important;height:auto!important;margin:0 auto!important;}.almara-footer-v2 .almara-footer-claim{grid-area:claim!important;justify-self:center!important;text-align:center!important;}.almara-footer-v2 .almara-footer-nav{grid-area:nav!important;justify-self:end!important;text-align:left!important;min-width:116px!important;max-width:170px!important;overflow:visible!important;}.almara-footer-v2 .almara-footer-social{grid-area:social!important;justify-self:start!important;text-align:left!important;min-width:116px!important;max-width:170px!important;overflow:visible!important;}.almara-footer-v2 .almara-footer-claim p{max-width:360px!important;margin:0 auto!important;font-size:12.5px!important;line-height:1.52!important;font-weight:600!important;color:var(--almara-blue,#1F3C4C)!important;text-align:center!important;}.almara-footer-v2 .almara-footer-nav a,.almara-footer-v2 .almara-footer-social a,.almara-footer-v2 .almara-footer-nav p,.almara-footer-v2 .almara-footer-social p{display:block!important;width:auto!important;max-width:170px!important;margin:0!important;color:var(--almara-blue,#1F3C4C)!important;font-size:11.5px!important;line-height:1.48!important;font-weight:700!important;text-decoration:none!important;}.almara-footer-v2 .almara-footer-social-label,.almara-footer-v2 .almara-footer-social strong,.almara-footer-v2 .almara-footer-social b{display:block!important;margin:0 0 4px!important;color:rgba(31,60,76,.78)!important;font-size:9.5px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:.15em!important;text-transform:uppercase!important;white-space:nowrap!important;}.almara-footer-v2 .almara-footer-legal,.almara-footer-v2 .almara-footer-legal-row{display:flex!important;justify-content:center!important;align-items:center!important;gap:16px!important;flex-wrap:nowrap!important;width:calc(100vw - 124px)!important;max-width:520px!important;margin:25px auto 0!important;padding:15px 0 0!important;border-top:1px solid rgba(31,60,76,.12)!important;border-bottom:0!important;overflow:visible!important;position:relative!important;z-index:1!important;box-sizing:border-box!important;}.almara-footer-v2 .almara-footer-copy,.almara-footer-v2 .almara-footer-bottom-row{display:flex!important;justify-content:center!important;align-items:center!important;gap:22px!important;flex-wrap:nowrap!important;width:calc(100vw - 140px)!important;max-width:460px!important;margin:12px auto 0!important;padding:0!important;border:0!important;overflow:visible!important;position:relative!important;z-index:2!important;opacity:1!important;visibility:visible!important;}.almara-footer-v2 .almara-footer-copyright,.almara-footer-v2 .almara-footer-microcopy,.almara-footer-v2 .almara-footer-copy p,.almara-footer-v2 .almara-footer-bottom-row p{display:block!important;margin:0!important;font-size:11px!important;line-height:1.35!important;font-weight:500!important;color:rgba(31,60,76,.60)!important;opacity:1!important;visibility:visible!important;text-align:center!important;}}
@media (max-width:767px){body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social-label,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social strong,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social b{display:block!important;margin:10px 0 10px!important;font-size:13px!important;line-height:1.25!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:var(--almara-blue,#1F3C4C)!important;text-align:center!important;}body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a{display:block!important;margin:4px 0!important;font-size:16px!important;line-height:1.32!important;font-weight:800!important;color:var(--almara-blue,#1F3C4C)!important;text-align:center!important;text-decoration:none!important;}body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-copy,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-bottom-row,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-copyright,body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-microcopy{display:block!important;opacity:1!important;visibility:visible!important;text-align:center!important;}}

/* Premium interactions and scroll flow */
.almara-card,.almara-location-card,.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item{transition:transform .34s var(--almara-motion-ease),box-shadow .34s var(--almara-motion-ease),border-color .34s ease,filter .34s ease!important;}
.almara-card:hover,.elementor-widget-loop-grid:has(.almara-location-card) .e-loop-item:hover,.almara-locations-t07 .e-loop-item:hover,.almara-locations-mobile-section .e-loop-item:hover{transform:translate3d(0,-6px,0)!important;box-shadow:0 30px 78px rgba(31,60,76,.13)!important;}
.almara-location-card img,.almara-location-card img.wp-post-image,.almara-coastline-visual img{backface-visibility:hidden!important;transform:translateZ(0)!important;}
.almara-btn,.elementor-button,.almara-location-smart-cta,.almara-smart-cta{transition:transform .22s var(--almara-motion-ease),box-shadow .22s var(--almara-motion-ease),background .22s ease!important;}
.almara-btn:hover,.elementor-button:hover,.almara-location-smart-cta:hover,.almara-smart-cta:hover{transform:translate3d(0,-2px,0)!important;}
body.almara-motion-ready:not(.almara-reduce-motion) :is(.almara-desktop-hero-section,.almara-mobile-hero-section,.almara-locations-desktop-section .almara-section-head,.almara-locations-mobile-section .almara-section-head,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item,.almara-footer-v2 .almara-footer-logo-widget,.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-nav,.almara-footer-v2 .almara-footer-social,.almara-footer-v2 .almara-footer-legal-row,.almara-footer-v2 .almara-footer-bottom-row,.almara-footer-v2 .almara-footer-copy){opacity:0;transform:translate3d(0,var(--almara-motion-y),0);transition:opacity var(--almara-motion-duration) var(--almara-motion-ease),transform var(--almara-motion-duration) var(--almara-motion-ease);will-change:opacity,transform;}
body.almara-motion-ready:not(.almara-reduce-motion) :is(.almara-desktop-hero-section,.almara-mobile-hero-section,.almara-locations-desktop-section .almara-section-head,.almara-locations-mobile-section .almara-section-head,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item,.almara-footer-v2 .almara-footer-logo-widget,.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-nav,.almara-footer-v2 .almara-footer-social,.almara-footer-v2 .almara-footer-legal-row,.almara-footer-v2 .almara-footer-bottom-row,.almara-footer-v2 .almara-footer-copy).almara-inview{opacity:1;transform:translate3d(0,0,0);}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important;}.almara-motion-ready *,.almara-hero-video,.almara-coastline-visual img{animation:none!important;transition-duration:.01ms!important;transform:none!important;will-change:auto!important;}.almara-motion-ready :is(.almara-desktop-hero-section,.almara-mobile-hero-section,.almara-locations-desktop-section .almara-section-head,.almara-locations-mobile-section .almara-section-head,.almara-locations-t07 .e-loop-item,.almara-locations-mobile-section .e-loop-item,.almara-footer-v2 .almara-footer-logo-widget,.almara-footer-v2 .almara-footer-claim,.almara-footer-v2 .almara-footer-nav,.almara-footer-v2 .almara-footer-social,.almara-footer-v2 .almara-footer-legal-row,.almara-footer-v2 .almara-footer-bottom-row,.almara-footer-v2 .almara-footer-copy){opacity:1!important;transform:none!important;}}

/* =========================================================
   ALMARA v1.3.53.17 Mobile Footer Social Compact Fix
   Basis: almara-platform (7).css
   Purpose:
   - Social Media label remains a clear heading
   - Instagram/TikTok match the visual weight of the page links
   - compact spacing between heading and links and between links
   Scope: mobile footer only, no hero/grid/video changes.
   ========================================================= */

@media (max-width: 767px) {
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 6px auto 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social .elementor-widget-container,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social .elementor-widget-text-editor,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social p,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.45 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social-label,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social strong,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social b {
    display: block !important;
    margin: 4px 0 6px !important;
    padding: 0 !important;
    font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    color: var(--almara-blue, #1F3C4C) !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social p a,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social .elementor-widget-container a {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-transform: none !important;
    color: var(--almara-blue, #1F3C4C) !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social a + a,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social p a + a,
  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social .elementor-widget-container a + a {
    margin-top: 0 !important;
  }

  body[data-elementor-device-mode="mobile"] .almara-footer-v2 .almara-footer-social br {
    display: none !important;
  }
}


/* ==========================================================
   ALMARA HERO V2 – Premium Video / Parallax / CTA Layer
   Version: v1.3.53.18-hero-v2
   Scope: isolated namespace .almara-v2-*
   Safe for existing Locations/Footer freeze state.
   ========================================================== */

:root{
  --almara-v2-hero-min-h: clamp(680px, 92vh, 960px);
  --almara-v2-hero-pad-x: clamp(22px, 6vw, 96px);
  --almara-v2-hero-pad-y: clamp(92px, 12vh, 150px);
  --almara-v2-content-max: 780px;
  --almara-v2-media-radius: 28px;
  --almara-v2-ease: cubic-bezier(.22,.72,.24,1);
  --almara-v2-shadow: 0 34px 90px rgba(18,49,66,.16);
  --almara-v2-shadow-soft: 0 18px 48px rgba(18,49,66,.10);
  --almara-v2-sticky-bottom: max(18px, env(safe-area-inset-bottom));
}

.almara-v2-hero,
.elementor .almara-v2-hero{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:var(--almara-v2-hero-min-h)!important;
  padding:var(--almara-v2-hero-pad-y) var(--almara-v2-hero-pad-x)!important;
  background:var(--almara-sand,#F4EDE4)!important;
  color:var(--almara-blue,#1F3C4C)!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
}

.almara-v2-hero--boxed,
.elementor .almara-v2-hero--boxed{
  width:min(1280px, calc(100% - 48px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border-radius:32px!important;
}

.almara-v2-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 28%, rgba(255,255,255,.52) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(90deg, rgba(244,237,228,.96) 0%, rgba(244,237,228,.82) 38%, rgba(244,237,228,.28) 70%, rgba(244,237,228,.10) 100%);
}

.almara-v2-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:32%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(244,237,228,0) 0%, rgba(244,237,228,.96) 100%);
}

.almara-v2-hero--image::before,
.almara-v2-hero--locations::before{
  background:
    linear-gradient(90deg, rgba(244,237,228,.98) 0%, rgba(244,237,228,.84) 42%, rgba(244,237,228,.34) 78%, rgba(244,237,228,.14) 100%),
    radial-gradient(circle at 75% 30%, rgba(110,193,194,.16) 0%, rgba(110,193,194,0) 36%);
}

.almara-v2-hero--hybrid::before{
  background:
    linear-gradient(90deg, rgba(244,237,228,.96) 0%, rgba(244,237,228,.74) 46%, rgba(244,237,228,.22) 100%),
    radial-gradient(circle at 82% 38%, rgba(110,193,194,.22), rgba(110,193,194,0) 38%);
}

.almara-v2-hero__media,
.elementor .almara-v2-hero__media{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  padding:0!important;
  margin:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  transform:translate3d(0,var(--almara-v2-parallax-y,0px),0) scale(var(--almara-v2-media-scale,1.025));
  transform-origin:center center;
  will-change:transform;
}

.almara-v2-hero__video-widget,
.elementor .almara-v2-hero__video-widget,
.almara-v2-hero__media .elementor-widget-html,
.almara-v2-hero__media .elementor-widget-container{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.almara-v2-hero__video,
.almara-v2-hero__image,
.almara-v2-hero__poster,
.elementor .almara-v2-hero__video,
.elementor .almara-v2-hero__image,
.elementor .almara-v2-hero__poster{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:0!important;
  border-radius:0!important;
  filter:saturate(1.04) contrast(1.03) brightness(.96);
}

.almara-v2-hero__poster{
  z-index:0!important;
  background-size:cover!important;
  background-position:center center!important;
}

.almara-v2-hero__video,
.almara-v2-hero__image{
  z-index:1!important;
}

.almara-v2-hero__overlay{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:linear-gradient(180deg, rgba(18,49,66,.06), rgba(18,49,66,.18));
}

.almara-v2-hero__content,
.elementor .almara-v2-hero__content{
  position:relative!important;
  z-index:5!important;
  width:min(var(--almara-v2-content-max),100%)!important;
  max-width:var(--almara-v2-content-max)!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:0!important;
}

.almara-v2-hero__eyebrow,
.almara-v2-hero__eyebrow .elementor-heading-title,
.almara-v2-hero__eyebrow .elementor-widget-container{
  font-family:var(--almara-sans,'Inter',Arial,sans-serif)!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:800!important;
  letter-spacing:.34em!important;
  text-transform:uppercase!important;
  color:rgba(31,60,76,.72)!important;
  margin:0 0 24px!important;
}

.almara-v2-hero__headline,
.almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero__headline h1,
.almara-v2-hero__headline h2{
  font-family:var(--almara-serif,'Cormorant Garamond',Georgia,serif)!important;
  font-size:clamp(56px,7vw,104px)!important;
  line-height:.94!important;
  font-weight:600!important;
  letter-spacing:-.04em!important;
  color:var(--almara-blue,#1F3C4C)!important;
  text-wrap:balance;
  margin:0 0 34px!important;
}

.almara-v2-hero__text,
.almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero__text p{
  max-width:620px!important;
  font-family:var(--almara-sans,'Inter',Arial,sans-serif)!important;
  font-size:clamp(16px,1.2vw,19px)!important;
  line-height:1.72!important;
  font-weight:500!important;
  color:rgba(18,49,66,.88)!important;
  margin:0 0 40px!important;
}

.almara-v2-hero__actions,
.elementor .almara-v2-hero__actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  margin:0!important;
  padding:0!important;
}

.almara-v2-hero__btn,
.almara-v2-hero__btn a,
.almara-v2-hero__actions .elementor-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:14px 25px!important;
  border-radius:999px!important;
  font-family:var(--almara-sans,'Inter',Arial,sans-serif)!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  border:1px solid transparent!important;
  transform:translateZ(0)!important;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease!important;
}

.almara-v2-hero__btn--primary,
.almara-v2-hero__btn--primary a,
.almara-v2-hero__actions .elementor-button-wrapper:first-child .elementor-button,
.almara-v2-hero__actions .elementor-widget-button:first-child .elementor-button{
  background:var(--almara-blue,#1F3C4C)!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(31,60,76,.22)!important;
}

.almara-v2-hero__btn--secondary,
.almara-v2-hero__btn--secondary a,
.almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button,
.almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button{
  background:rgba(255,255,255,.62)!important;
  color:var(--almara-blue,#1F3C4C)!important;
  border-color:rgba(31,60,76,.18)!important;
  backdrop-filter:blur(10px)!important;
}

.almara-v2-hero__btn:hover,
.almara-v2-hero__btn a:hover,
.almara-v2-hero__actions .elementor-button:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 42px rgba(31,60,76,.20)!important;
}

.almara-v2-reveal{
  opacity:0;
  transform:translate3d(0,28px,0);
  transition:opacity .82s var(--almara-v2-ease), transform .82s var(--almara-v2-ease);
}

.almara-v2-reveal.is-visible,
.almara-v2-reveal.almara-inview{
  opacity:1;
  transform:translate3d(0,0,0);
}

.almara-v2-hero__content .elementor-widget{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:opacity .72s var(--almara-v2-ease), transform .72s var(--almara-v2-ease);
}

.almara-v2-hero__content.is-visible .elementor-widget,
.almara-v2-hero__content.almara-inview .elementor-widget{
  opacity:1;
  transform:translate3d(0,0,0);
}

.almara-v2-hero__content.is-visible .elementor-widget:nth-child(1){transition-delay:.04s;}
.almara-v2-hero__content.is-visible .elementor-widget:nth-child(2){transition-delay:.12s;}
.almara-v2-hero__content.is-visible .elementor-widget:nth-child(3){transition-delay:.20s;}
.almara-v2-hero__content.is-visible .elementor-widget:nth-child(4){transition-delay:.28s;}
.almara-v2-hero__content.is-visible .elementor-widget:nth-child(5){transition-delay:.34s;}

.almara-v2-card,
.elementor .almara-v2-card{
  transform:translateZ(0)!important;
  transition:transform .28s var(--almara-v2-ease), box-shadow .28s var(--almara-v2-ease), border-color .28s ease, background .28s ease!important;
}

.almara-v2-card:hover,
.elementor .almara-v2-card:hover{
  transform:translate3d(0,-6px,0)!important;
  box-shadow:var(--almara-v2-shadow-soft)!important;
}

.almara-v2-sticky-cta{
  position:fixed!important;
  left:50%!important;
  bottom:calc(var(--almara-v2-sticky-bottom) + 8px)!important;
  z-index:9998!important;
  width:min(720px, calc(100% - 36px))!important;
  transform:translate3d(-50%,24px,0) scale(.98)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .34s var(--almara-v2-ease), transform .34s var(--almara-v2-ease)!important;
}

.almara-v2-sticky-cta.is-visible{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translate3d(-50%,0,0) scale(1)!important;
}

.almara-v2-sticky-cta__inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:12px 12px 12px 22px!important;
  border:1px solid rgba(31,60,76,.14)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.82)!important;
  color:var(--almara-blue,#1F3C4C)!important;
  box-shadow:0 22px 70px rgba(18,49,66,.18)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}

.almara-v2-sticky-cta__label{
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  min-width:0!important;
  font-family:var(--almara-sans,'Inter',Arial,sans-serif)!important;
  font-size:13px!important;
  line-height:1.28!important;
  font-weight:750!important;
  letter-spacing:.01em!important;
  color:rgba(18,49,66,.90)!important;
}

.almara-v2-sticky-cta__label small{
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:rgba(18,49,66,.58)!important;
}

.almara-v2-sticky-cta__button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:13px 21px!important;
  border-radius:999px!important;
  background:var(--almara-blue,#1F3C4C)!important;
  color:#fff!important;
  font-family:var(--almara-sans,'Inter',Arial,sans-serif)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:0 12px 28px rgba(31,60,76,.22)!important;
  transition:transform .2s ease, box-shadow .2s ease!important;
}

.almara-v2-sticky-cta__button:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 16px 36px rgba(31,60,76,.25)!important;
}

.almara-v2-sticky-cta__close{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:rgba(31,60,76,.54)!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  cursor:pointer!important;
  font-size:20px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
}

@media (min-width:1025px){
  .almara-v2-hero--video .almara-v2-hero__content,
  .almara-v2-hero--water .almara-v2-hero__content{
    margin-left:max(0px, calc((100vw - 1280px) / 2))!important;
  }

  .almara-v2-hero--right .almara-v2-hero__content{
    margin-left:auto!important;
    margin-right:max(0px, calc((100vw - 1280px) / 2))!important;
  }
}

@media (max-width:1024px){
  :root{
    --almara-v2-hero-min-h: 760px;
    --almara-v2-hero-pad-x: clamp(22px, 5vw, 54px);
    --almara-v2-hero-pad-y: 110px;
  }

  .almara-v2-hero::before{
    background:linear-gradient(180deg, rgba(244,237,228,.98) 0%, rgba(244,237,228,.86) 45%, rgba(244,237,228,.56) 100%)!important;
  }

  .almara-v2-hero__media{
    opacity:.62!important;
  }

  .almara-v2-hero__headline,
  .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero__headline h1,
  .almara-v2-hero__headline h2{
    font-size:clamp(52px,9vw,82px)!important;
    max-width:760px!important;
  }
}

@media (max-width:767px){
  :root{
    --almara-v2-hero-min-h: 680px;
    --almara-v2-hero-pad-x: 22px;
    --almara-v2-hero-pad-y: 96px;
  }

  .almara-v2-hero,
  .elementor .almara-v2-hero{
    align-items:flex-start!important;
    padding-top:112px!important;
    padding-bottom:110px!important;
  }

  .almara-v2-hero::before{
    background:linear-gradient(180deg, rgba(244,237,228,.98) 0%, rgba(244,237,228,.92) 42%, rgba(244,237,228,.66) 100%)!important;
  }

  .almara-v2-hero__media{
    opacity:.50!important;
    transform:none!important;
  }

  .almara-v2-hero__video,
  .almara-v2-hero__image,
  .almara-v2-hero__poster{
    object-position:center bottom!important;
    filter:saturate(1.02) contrast(1.01) brightness(.98)!important;
  }

  .almara-v2-hero__content,
  .elementor .almara-v2-hero__content{
    width:100%!important;
    max-width:100%!important;
  }

  .almara-v2-hero__eyebrow,
  .almara-v2-hero__eyebrow .elementor-heading-title,
  .almara-v2-hero__eyebrow .elementor-widget-container{
    font-size:10px!important;
    letter-spacing:.28em!important;
    margin-bottom:18px!important;
  }

  .almara-v2-hero__headline,
  .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero__headline h1,
  .almara-v2-hero__headline h2{
    font-size:clamp(45px,13vw,62px)!important;
    line-height:.96!important;
    margin-bottom:24px!important;
  }

  .almara-v2-hero__text,
  .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero__text p{
    font-size:15px!important;
    line-height:1.65!important;
    margin-bottom:30px!important;
  }

  .almara-v2-hero__actions,
  .elementor .almara-v2-hero__actions{
    width:100%!important;
    gap:10px!important;
  }

  .almara-v2-hero__btn,
  .almara-v2-hero__btn a,
  .almara-v2-hero__actions .elementor-button{
    min-height:46px!important;
    padding:13px 20px!important;
    font-size:13px!important;
  }

  .almara-v2-sticky-cta{
    left:12px!important;
    right:12px!important;
    bottom:calc(var(--almara-v2-sticky-bottom) + 6px)!important;
    width:auto!important;
    transform:translate3d(0,22px,0) scale(.98)!important;
  }

  .almara-v2-sticky-cta.is-visible{
    transform:translate3d(0,0,0) scale(1)!important;
  }

  .almara-v2-sticky-cta__inner{
    border-radius:24px!important;
    padding:12px!important;
    gap:10px!important;
  }

  .almara-v2-sticky-cta__label{
    font-size:12px!important;
  }

  .almara-v2-sticky-cta__label small{
    font-size:10px!important;
  }

  .almara-v2-sticky-cta__button{
    min-height:42px!important;
    padding:12px 16px!important;
    font-size:12px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .almara-v2-hero__media,
  .almara-v2-reveal,
  .almara-v2-hero__content .elementor-widget,
  .almara-v2-card,
  .almara-v2-sticky-cta,
  .almara-v2-sticky-cta__button,
  .almara-v2-hero__btn,
  .almara-v2-hero__btn a,
  .almara-v2-hero__actions .elementor-button{
    animation:none!important;
    transition-duration:.01ms!important;
    transform:none!important;
    will-change:auto!important;
  }

  .almara-v2-reveal,
  .almara-v2-hero__content .elementor-widget{
    opacity:1!important;
  }

  .almara-v2-sticky-cta{
    transform:translate3d(-50%,0,0)!important;
  }

  @media (max-width:767px){
    .almara-v2-sticky-cta{
      transform:none!important;
    }
  }
}

/* ==========================================================
   ALMARA HERO V2 HARDENING – v1.3.53.19
   Purpose: compact premium desktop hero, stronger readability,
   robust Elementor nesting, tablet/mobile safe CTA behavior.
   Scope: .almara-v2-* only. Existing Locations/Footer remain untouched.
   ========================================================== */

:root{
  --almara-v2-hero-min-h: clamp(560px, 72vh, 740px);
  --almara-v2-content-max: 760px;
}

.almara-v2-hero,
.elementor .almara-v2-hero{
  min-height:var(--almara-v2-hero-min-h)!important;
  padding:clamp(70px, 8vh, 112px) clamp(28px, 6vw, 96px)!important;
  contain:layout paint!important;
}

.almara-v2-hero--water,
.elementor .almara-v2-hero--water{
  width:min(1280px, calc(100% - 96px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-top:clamp(-72px, -4vw, -36px)!important;
  border-radius:0!important;
  box-shadow:0 22px 70px rgba(18,49,66,.08)!important;
}

.almara-v2-hero--video::before,
.almara-v2-hero--water::before{
  background:
    radial-gradient(circle at 50% 46%, rgba(244,237,228,.34) 0%, rgba(244,237,228,.16) 36%, rgba(244,237,228,.08) 64%, rgba(244,237,228,.16) 100%),
    linear-gradient(180deg, rgba(18,49,66,.20) 0%, rgba(18,49,66,.12) 38%, rgba(244,237,228,.24) 74%, rgba(244,237,228,.72) 100%)!important;
}

.almara-v2-hero--video::after,
.almara-v2-hero--water::after{
  height:38%!important;
  background:linear-gradient(180deg, rgba(244,237,228,0) 0%, rgba(244,237,228,.70) 72%, rgba(244,237,228,.96) 100%)!important;
}

.almara-v2-hero--water .almara-v2-hero__media,
.elementor .almara-v2-hero--water .almara-v2-hero__media{
  opacity:.92!important;
}

.almara-v2-hero--water .almara-v2-hero__video,
.almara-v2-hero--water .almara-v2-hero__image,
.almara-v2-hero--water .almara-v2-hero__poster{
  filter:saturate(1.03) contrast(1.02) brightness(1.03)!important;
  object-position:center 54%!important;
}

.almara-v2-hero--water .almara-v2-hero__overlay{
  background:
    linear-gradient(180deg, rgba(18,49,66,.04) 0%, rgba(18,49,66,.10) 44%, rgba(244,237,228,.28) 100%),
    radial-gradient(circle at 50% 52%, rgba(244,237,228,.18) 0%, rgba(244,237,228,0) 52%)!important;
}

.almara-v2-hero--water .almara-v2-hero__content,
.elementor .almara-v2-hero--water .almara-v2-hero__content{
  margin-left:auto!important;
  margin-right:auto!important;
  align-items:center!important;
  text-align:center!important;
  max-width:min(760px, 92%)!important;
  width:min(760px, 92%)!important;
}

.almara-v2-hero--water .almara-v2-hero__eyebrow,
.almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-widget-container{
  color:rgba(31,60,76,.82)!important;
  text-shadow:0 1px 14px rgba(244,237,228,.46)!important;
  margin-bottom:22px!important;
}

.almara-v2-hero--water .almara-v2-hero__headline,
.almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__headline h1,
.almara-v2-hero--water .almara-v2-hero__headline h2{
  font-size:clamp(64px, 6.4vw, 112px)!important;
  line-height:.92!important;
  letter-spacing:-.045em!important;
  color:#1d4354!important;
  text-shadow:0 2px 24px rgba(244,237,228,.42)!important;
  margin-bottom:28px!important;
}

.almara-v2-hero--water .almara-v2-hero__text,
.almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero--water .almara-v2-hero__text p{
  max-width:660px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  color:rgba(18,49,66,.92)!important;
  text-shadow:0 1px 18px rgba(244,237,228,.42)!important;
  margin-bottom:80px!important;
}

.almara-v2-hero--water .almara-v2-hero__actions,
.elementor .almara-v2-hero--water .almara-v2-hero__actions{
  justify-content:center!important;
  width:100%!important;
  gap:16px!important;
}

.almara-v2-hero--water .almara-v2-hero__btn,
.almara-v2-hero--water .almara-v2-hero__btn a,
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
  box-shadow:0 14px 34px rgba(18,49,66,.16)!important;
}

/* Elementor hardening: neutralize inner wrappers only inside Hero V2 */
.almara-v2-hero__content > .elementor-element,
.almara-v2-hero__content .elementor-widget,
.almara-v2-hero__content .elementor-widget-container{
  max-width:100%!important;
}

.almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero__headline h1,
.almara-v2-hero__headline h2,
.almara-v2-hero__text p{
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

@media (min-width:1025px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

@media (max-width:1024px){
  :root{
    --almara-v2-hero-min-h: clamp(500px, 62vh, 680px);
  }

  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:min(100% - 64px, 1080px)!important;
    margin-top:clamp(-42px, -3vw, -18px)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(48px, 7.2vw, 78px)!important;
    line-height:.94!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    margin-bottom:52px!important;
  }
}

@media (max-width:767px){
  :root{
    --almara-v2-hero-min-h: 640px;
  }

  .almara-v2-hero,
  .elementor .almara-v2-hero{
    padding:80px 22px 92px!important;
  }

  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:min(100% - 48px, 420px)!important;
    min-height:640px!important;
    margin-top:0!important;
  }

  .almara-v2-hero--water::before{
    background:
      linear-gradient(180deg, rgba(244,237,228,.74) 0%, rgba(244,237,228,.48) 38%, rgba(244,237,228,.28) 66%, rgba(244,237,228,.80) 100%),
      radial-gradient(circle at 50% 42%, rgba(255,255,255,.22), rgba(255,255,255,0) 56%)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__video,
  .almara-v2-hero--water .almara-v2-hero__image,
  .almara-v2-hero--water .almara-v2-hero__poster{
    object-position:center center!important;
    filter:saturate(1.03) contrast(1.01) brightness(1.08)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:100%!important;
    max-width:100%!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(42px, 12.8vw, 58px)!important;
    line-height:.94!important;
    margin-bottom:24px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    font-size:15px!important;
    line-height:1.55!important;
    max-width:300px!important;
    margin-bottom:34px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:calc(100% - 40px)!important;
    min-height:650px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:column!important;
    align-items:center!important;
    gap:12px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:220px!important;
  }
}

/* ==========================================================
   HERO V2 – V1.3.53.20 PREMIUM READABILITY LAYER (Option B)
   Water Hero: subtle cream / glass content card for readability
   ========================================================== */

:root{
  --almara-v2-water-card-bg: linear-gradient(180deg, rgba(248,244,238,.78) 0%, rgba(245,239,232,.68) 100%);
  --almara-v2-water-card-border: rgba(255,255,255,.48);
  --almara-v2-water-card-shadow: 0 26px 70px rgba(18,49,66,.16);
}

.almara-v2-hero--water::before,
.almara-v2-hero--video::before{
  background:
    radial-gradient(circle at 28% 32%, rgba(244,237,228,.18) 0%, rgba(244,237,228,.10) 28%, rgba(244,237,228,0) 54%),
    linear-gradient(180deg, rgba(18,49,66,.12) 0%, rgba(18,49,66,.06) 32%, rgba(244,237,228,.12) 68%, rgba(244,237,228,.54) 100%)!important;
}

.almara-v2-hero--water::after,
.almara-v2-hero--video::after{
  height:30%!important;
  background:linear-gradient(180deg, rgba(244,237,228,0) 0%, rgba(244,237,228,.42) 80%, rgba(244,237,228,.82) 100%)!important;
}

.almara-v2-hero--water .almara-v2-hero__media,
.elementor .almara-v2-hero--water .almara-v2-hero__media{
  opacity:.97!important;
}

.almara-v2-hero--water .almara-v2-hero__video,
.almara-v2-hero--water .almara-v2-hero__image,
.almara-v2-hero--water .almara-v2-hero__poster{
  filter:saturate(1.03) contrast(1.02) brightness(1.04)!important;
  object-position:center 54%!important;
}

.almara-v2-hero--water .almara-v2-hero__overlay{
  background:
    linear-gradient(180deg, rgba(18,49,66,.02) 0%, rgba(18,49,66,.06) 46%, rgba(244,237,228,.08) 100%),
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 55%)!important;
}

.almara-v2-hero--water .almara-v2-hero__content,
.elementor .almara-v2-hero--water .almara-v2-hero__content{
  position:relative!important;
  isolation:isolate!important;
  align-items:flex-start!important;
  text-align:left!important;
  width:min(760px, calc(100% - 40px))!important;
  max-width:760px!important;
  margin-left:clamp(18px, 3.8vw, 56px)!important;
  margin-right:auto!important;
  padding:clamp(26px, 2.8vw, 38px) clamp(26px, 3.3vw, 44px) clamp(28px, 3.2vw, 42px)!important;
  border-radius:32px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.almara-v2-hero--water .almara-v2-hero__content::before,
.elementor .almara-v2-hero--water .almara-v2-hero__content::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  border-radius:32px!important;
  background:var(--almara-v2-water-card-bg)!important;
  border:1px solid var(--almara-v2-water-card-border)!important;
  box-shadow:var(--almara-v2-water-card-shadow)!important;
  backdrop-filter:blur(14px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.08)!important;
}

.almara-v2-hero--water .almara-v2-hero__content::after,
.elementor .almara-v2-hero--water .almara-v2-hero__content::after{
  content:""!important;
  position:absolute!important;
  inset:-24px -18px auto -18px!important;
  height:65%!important;
  z-index:-3!important;
  border-radius:40px!important;
  background:radial-gradient(circle at 32% 22%, rgba(255,255,255,.42), rgba(255,255,255,0) 72%)!important;
  pointer-events:none!important;
}

.almara-v2-hero--water .almara-v2-hero__eyebrow,
.almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-widget-container{
  color:rgba(31,60,76,.86)!important;
  text-shadow:none!important;
  margin-bottom:18px!important;
}

.almara-v2-hero--water .almara-v2-hero__headline,
.almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__headline h1,
.almara-v2-hero--water .almara-v2-hero__headline h2{
  font-size:clamp(56px, 5.4vw, 90px)!important;
  line-height:.95!important;
  letter-spacing:-.04em!important;
  color:#15384a!important;
  text-shadow:none!important;
  max-width:10.4ch!important;
  margin:0 0 20px!important;
}

.almara-v2-hero--water .almara-v2-hero__text,
.almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero--water .almara-v2-hero__text p{
  max-width:31ch!important;
  color:rgba(18,49,66,.92)!important;
  text-shadow:none!important;
  margin:0 0 28px!important;
}

.almara-v2-hero--water .almara-v2-hero__actions,
.elementor .almara-v2-hero--water .almara-v2-hero__actions{
  justify-content:flex-start!important;
  gap:14px!important;
}

.almara-v2-hero--water .almara-v2-hero__btn,
.almara-v2-hero--water .almara-v2-hero__btn a,
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
  box-shadow:0 14px 28px rgba(18,49,66,.14)!important;
}

@media (max-width:1180px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(680px, calc(100% - 34px))!important;
    max-width:680px!important;
    margin-left:clamp(14px, 2.8vw, 32px)!important;
    padding:24px 24px 28px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(48px, 6.4vw, 72px)!important;
    max-width:11ch!important;
  }
}

@media (max-width:767px){
  .almara-v2-hero--water::before{
    background:
      linear-gradient(180deg, rgba(244,237,228,.28) 0%, rgba(244,237,228,.18) 34%, rgba(244,237,228,.18) 68%, rgba(244,237,228,.48) 100%),
      radial-gradient(circle at 50% 32%, rgba(255,255,255,.16), rgba(255,255,255,0) 56%)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, calc(100% - 16px))!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    align-items:flex-start!important;
    text-align:left!important;
    padding:18px 18px 22px!important;
    border-radius:24px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    border-radius:24px!important;
    background:linear-gradient(180deg, rgba(248,244,238,.74) 0%, rgba(246,241,234,.64) 100%)!important;
    backdrop-filter:blur(10px) saturate(1.05)!important;
    -webkit-backdrop-filter:blur(10px) saturate(1.05)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content::after,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::after{
    inset:-12px -8px auto -8px!important;
    height:48%!important;
    border-radius:28px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(34px, 10.5vw, 52px)!important;
    line-height:.96!important;
    max-width:9.4ch!important;
    margin-bottom:16px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    max-width:24ch!important;
    font-size:15px!important;
    line-height:1.58!important;
    margin-bottom:22px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    width:100%!important;
    justify-content:flex-start!important;
    gap:12px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:calc(100% - 32px)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, calc(100% - 8px))!important;
    padding:16px 16px 20px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:214px!important;
  }
}

@media (prefers-reduced-motion: reduce){
  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

/* ==========================================================
   HERO V2 – V1.3.53.21 FINAL REBALANCE
   Premium Layer: smaller desktop panel, wider mobile panel,
   calmer typography and CTA balance.
   ========================================================== */

:root{
  --almara-v2-water-card-bg: linear-gradient(180deg, rgba(248,244,238,.68) 0%, rgba(245,239,232,.56) 100%);
  --almara-v2-water-card-border: rgba(255,255,255,.38);
  --almara-v2-water-card-shadow: 0 22px 54px rgba(18,49,66,.12);
}

.almara-v2-hero--water,
.elementor .almara-v2-hero--water{
  min-height:clamp(540px, 66vh, 690px)!important;
  padding:clamp(44px, 6vh, 74px) clamp(34px, 5.5vw, 82px)!important;
}

.almara-v2-hero--water::before,
.almara-v2-hero--video::before{
  background:
    radial-gradient(circle at 28% 34%, rgba(244,237,228,.10) 0%, rgba(244,237,228,.06) 30%, rgba(244,237,228,0) 58%),
    linear-gradient(180deg, rgba(18,49,66,.10) 0%, rgba(18,49,66,.04) 36%, rgba(244,237,228,.08) 70%, rgba(244,237,228,.46) 100%)!important;
}

.almara-v2-hero--water::after,
.almara-v2-hero--video::after{
  height:24%!important;
  background:linear-gradient(180deg, rgba(244,237,228,0) 0%, rgba(244,237,228,.30) 78%, rgba(244,237,228,.68) 100%)!important;
}

.almara-v2-hero--water .almara-v2-hero__overlay{
  background:
    linear-gradient(180deg, rgba(18,49,66,.02) 0%, rgba(18,49,66,.045) 48%, rgba(244,237,228,.05) 100%),
    radial-gradient(circle at 38% 48%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 58%)!important;
}

.almara-v2-hero--water .almara-v2-hero__video,
.almara-v2-hero--water .almara-v2-hero__image,
.almara-v2-hero--water .almara-v2-hero__poster{
  filter:saturate(1.06) contrast(1.03) brightness(1.06)!important;
  object-position:center 52%!important;
}

.almara-v2-hero--water .almara-v2-hero__content,
.elementor .almara-v2-hero--water .almara-v2-hero__content{
  width:min(600px, calc(100% - 40px))!important;
  max-width:600px!important;
  min-height:auto!important;
  margin-left:clamp(10px, 2.2vw, 32px)!important;
  margin-right:auto!important;
  padding:clamp(22px, 2.2vw, 30px) clamp(24px, 2.7vw, 34px) clamp(24px, 2.5vw, 32px)!important;
  border-radius:28px!important;
}

.almara-v2-hero--water .almara-v2-hero__content::before,
.elementor .almara-v2-hero--water .almara-v2-hero__content::before{
  border-radius:28px!important;
  background:var(--almara-v2-water-card-bg)!important;
  border:1px solid var(--almara-v2-water-card-border)!important;
  box-shadow:var(--almara-v2-water-card-shadow)!important;
  backdrop-filter:blur(8px) saturate(1.04)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.04)!important;
}

.almara-v2-hero--water .almara-v2-hero__content::after,
.elementor .almara-v2-hero--water .almara-v2-hero__content::after{
  inset:-12px -10px auto -10px!important;
  height:44%!important;
  border-radius:34px!important;
  background:radial-gradient(circle at 28% 24%, rgba(255,255,255,.26), rgba(255,255,255,0) 70%)!important;
}

.almara-v2-hero--water .almara-v2-hero__eyebrow,
.almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-widget-container{
  font-size:11px!important;
  letter-spacing:.31em!important;
  margin-bottom:18px!important;
}

.almara-v2-hero--water .almara-v2-hero__headline,
.almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__headline h1,
.almara-v2-hero--water .almara-v2-hero__headline h2{
  font-size:clamp(48px, 4.7vw, 76px)!important;
  line-height:.96!important;
  letter-spacing:-.038em!important;
  max-width:10.6ch!important;
  margin:0 0 22px!important;
}

.almara-v2-hero--water .almara-v2-hero__text,
.almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero--water .almara-v2-hero__text p{
  max-width:32ch!important;
  font-size:clamp(15px, 1.05vw, 17px)!important;
  line-height:1.62!important;
  margin:0 0 30px!important;
}

.almara-v2-hero--water .almara-v2-hero__actions,
.elementor .almara-v2-hero--water .almara-v2-hero__actions{
  gap:12px!important;
}

.almara-v2-hero--water .almara-v2-hero__btn,
.almara-v2-hero--water .almara-v2-hero__btn a,
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
  min-height:46px!important;
  padding:13px 24px!important;
  font-size:13px!important;
}

@media (min-width:1280px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    margin-left:clamp(28px, 4vw, 58px)!important;
  }
}

@media (max-width:1024px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    min-height:clamp(500px, 58vh, 620px)!important;
    padding:44px 34px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(520px, calc(100% - 20px))!important;
    max-width:520px!important;
    margin-left:0!important;
    padding:22px 24px 26px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(40px, 5.7vw, 58px)!important;
    max-width:10.8ch!important;
  }
}

@media (max-width:767px){
  .almara-v2-hero,
  .elementor .almara-v2-hero{
    padding:52px 18px 66px!important;
  }

  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:calc(100% - 34px)!important;
    min-height:560px!important;
    padding:34px 18px!important;
  }

  .almara-v2-hero--water::before{
    background:
      linear-gradient(180deg, rgba(244,237,228,.18) 0%, rgba(244,237,228,.10) 40%, rgba(244,237,228,.12) 70%, rgba(244,237,228,.38) 100%),
      radial-gradient(circle at 45% 32%, rgba(255,255,255,.10), rgba(255,255,255,0) 58%)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__video,
  .almara-v2-hero--water .almara-v2-hero__image,
  .almara-v2-hero--water .almara-v2-hero__poster{
    object-position:center 52%!important;
    filter:saturate(1.05) contrast(1.03) brightness(1.06)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 330px)!important;
    max-width:330px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:18px 18px 20px!important;
    border-radius:22px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    border-radius:22px!important;
    background:linear-gradient(180deg, rgba(248,244,238,.70) 0%, rgba(246,241,234,.58) 100%)!important;
    backdrop-filter:blur(7px) saturate(1.03)!important;
    -webkit-backdrop-filter:blur(7px) saturate(1.03)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__eyebrow,
  .almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__eyebrow .elementor-widget-container{
    font-size:10px!important;
    letter-spacing:.28em!important;
    margin-bottom:15px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(31px, 9.4vw, 44px)!important;
    line-height:.98!important;
    letter-spacing:-.034em!important;
    max-width:10.3ch!important;
    margin-bottom:14px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    max-width:28ch!important;
    font-size:12.5px!important;
    line-height:1.52!important;
    margin-bottom:20px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:auto!important;
    min-height:40px!important;
    padding:11px 16px!important;
    font-size:11px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:calc(100% - 26px)!important;
    min-height:575px!important;
    padding:32px 14px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 292px)!important;
    max-width:292px!important;
    padding:17px 16px 19px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:10px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:190px!important;
    justify-content:center!important;
  }
}

/* ==========================================================
   HERO V2 – V1.3.53.22 MOBILE CTA REBALANCE
   Smaller, lighter action pills for mobile / narrow viewports
   ========================================================== */

@media (max-width:767px){
  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    gap:8px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:auto!important;
    min-height:34px!important;
    padding:8px 13px!important;
    border-radius:999px!important;
    font-size:10.5px!important;
    line-height:1.1!important;
    box-shadow:0 9px 18px rgba(18,49,66,.12)!important;
  }
}

@media (max-width:520px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 304px)!important;
    max-width:304px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:34px!important;
    padding:8px 12px!important;
    font-size:10px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 286px)!important;
    max-width:286px!important;
    padding:16px 15px 18px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    width:auto!important;
    min-width:158px!important;
    max-width:178px!important;
    min-height:34px!important;
    padding:8px 13px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn--secondary,
  .almara-v2-hero--water .almara-v2-hero__btn--secondary a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button{
    min-width:150px!important;
    max-width:170px!important;
  }
}

/* ==========================================================
   HERO V2 – V1.3.53.23 MOOD / READABILITY / MOBILE ALIGN FIX
   Based on v1.3.53.22
   Goal: preserve mood, keep typography readable, fix mobile CTA offset
   ========================================================== */

.almara-v2-hero--water::before,
.almara-v2-hero--video::before{
  background:
    radial-gradient(circle at 26% 22%, rgba(255,248,238,.22) 0%, rgba(255,248,238,.08) 24%, rgba(255,248,238,0) 52%),
    linear-gradient(180deg, rgba(18,49,66,.04) 0%, rgba(18,49,66,.03) 24%, rgba(244,237,228,.08) 60%, rgba(244,237,228,.34) 100%)!important;
}

.almara-v2-hero--water .almara-v2-hero__video,
.almara-v2-hero--water .almara-v2-hero__image,
.almara-v2-hero--water .almara-v2-hero__poster{
  filter:saturate(1.06) contrast(1.04) brightness(1.07)!important;
}

.almara-v2-hero--water .almara-v2-hero__content,
.elementor .almara-v2-hero--water .almara-v2-hero__content{
  box-shadow:none!important;
}

.almara-v2-hero--water .almara-v2-hero__content::before,
.elementor .almara-v2-hero--water .almara-v2-hero__content::before{
  background:linear-gradient(180deg, rgba(248,244,238,.66) 0%, rgba(246,241,234,.50) 100%)!important;
  box-shadow:0 18px 42px rgba(18,49,66,.12)!important;
  backdrop-filter:blur(9px) saturate(1.04)!important;
  -webkit-backdrop-filter:blur(9px) saturate(1.04)!important;
}

.almara-v2-hero--water .almara-v2-hero__headline,
.almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__headline h1,
.almara-v2-hero--water .almara-v2-hero__headline h2{
  color:#14384a!important;
  text-wrap:balance!important;
}

.almara-v2-hero--water .almara-v2-hero__text,
.almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero--water .almara-v2-hero__text p{
  color:rgba(18,49,66,.94)!important;
}

.almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper,
.elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
.elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper{
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
  margin:0!important;
  align-self:flex-start!important;
}

.almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper{
  display:flex!important;
  justify-content:flex-start!important;
}

@media (max-width:1180px){
  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    background:linear-gradient(180deg, rgba(248,244,238,.68) 0%, rgba(246,241,234,.54) 100%)!important;
    box-shadow:0 16px 36px rgba(18,49,66,.11)!important;
  }
}

@media (max-width:767px){
  .almara-v2-hero--water::before{
    background:
      radial-gradient(circle at 48% 28%, rgba(255,248,238,.16), rgba(255,248,238,0) 58%),
      linear-gradient(180deg, rgba(244,237,228,.14) 0%, rgba(244,237,228,.10) 42%, rgba(244,237,228,.18) 74%, rgba(244,237,228,.30) 100%)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    padding:17px 16px 18px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    background:linear-gradient(180deg, rgba(248,244,238,.62) 0%, rgba(246,241,234,.48) 100%)!important;
    box-shadow:0 14px 30px rgba(18,49,66,.10)!important;
    backdrop-filter:blur(6px) saturate(1.02)!important;
    -webkit-backdrop-filter:blur(6px) saturate(1.02)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(30px, 8.8vw, 40px)!important;
    line-height:.96!important;
    max-width:8.8ch!important;
    margin-bottom:14px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    max-width:24ch!important;
    font-size:11.8px!important;
    line-height:1.54!important;
    margin-bottom:18px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    width:100%!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    align-content:flex-start!important;
    gap:8px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-height:33px!important;
    padding:8px 12px!important;
    font-size:10px!important;
    box-shadow:0 7px 14px rgba(18,49,66,.10)!important;
  }
}

@media (max-width:520px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 300px)!important;
    max-width:300px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    min-height:32px!important;
    padding:8px 12px!important;
    font-size:9.8px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:calc(100% - 30px)!important;
    min-height:560px!important;
    padding:28px 12px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 286px)!important;
    max-width:286px!important;
    padding:16px 14px 17px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    width:100%!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:7px!important;
    padding-left:0!important;
    margin-left:0!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper{
    width:auto!important;
    min-width:0!important;
    padding-left:0!important;
    margin-left:0!important;
    justify-content:flex-start!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    min-width:0!important;
    width:auto!important;
    max-width:168px!important;
    min-height:31px!important;
    padding:8px 12px!important;
    font-size:9.7px!important;
    line-height:1.05!important;
    justify-content:center!important;
    margin-left:0!important;
    margin-right:auto!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn--secondary,
  .almara-v2-hero--water .almara-v2-hero__btn--secondary a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button{
    max-width:156px!important;
  }
}

@media (prefers-reduced-motion: reduce){
  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

/* ==========================================================
   HERO V2 – V1.3.53.24 PREMIUM FINAL FINETUNE
   Final mood/readability pass + mobile CTA centering
   ========================================================== */

:root{
  --almara-v2-water-card-bg: linear-gradient(180deg, rgba(248,244,238,.58) 0%, rgba(245,239,232,.42) 100%);
  --almara-v2-water-card-border: rgba(255,255,255,.34);
  --almara-v2-water-card-shadow: 0 18px 42px rgba(18,49,66,.10);
}

.almara-v2-hero--water::before,
.almara-v2-hero--video::before{
  background:
    radial-gradient(circle at 30% 32%, rgba(244,237,228,.07) 0%, rgba(244,237,228,.04) 28%, rgba(244,237,228,0) 56%),
    linear-gradient(180deg, rgba(18,49,66,.06) 0%, rgba(18,49,66,.025) 34%, rgba(244,237,228,.05) 70%, rgba(244,237,228,.30) 100%)!important;
}

.almara-v2-hero--water::after,
.almara-v2-hero--video::after{
  background:linear-gradient(180deg, rgba(244,237,228,0) 0%, rgba(244,237,228,.22) 78%, rgba(244,237,228,.52) 100%)!important;
}

.almara-v2-hero--water .almara-v2-hero__overlay{
  background:
    linear-gradient(180deg, rgba(18,49,66,.01) 0%, rgba(18,49,66,.028) 46%, rgba(244,237,228,.03) 100%),
    radial-gradient(circle at 38% 48%, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 58%)!important;
}

.almara-v2-hero--water .almara-v2-hero__video,
.almara-v2-hero--water .almara-v2-hero__image,
.almara-v2-hero--water .almara-v2-hero__poster{
  filter:saturate(1.08) contrast(1.04) brightness(1.07)!important;
}

.almara-v2-hero--water .almara-v2-hero__content,
.elementor .almara-v2-hero--water .almara-v2-hero__content{
  width:min(580px, calc(100% - 42px))!important;
  max-width:580px!important;
}

.almara-v2-hero--water .almara-v2-hero__content::before,
.elementor .almara-v2-hero--water .almara-v2-hero__content::before{
  background:var(--almara-v2-water-card-bg)!important;
  border:1px solid var(--almara-v2-water-card-border)!important;
  box-shadow:var(--almara-v2-water-card-shadow)!important;
  backdrop-filter:blur(6px) saturate(1.03)!important;
  -webkit-backdrop-filter:blur(6px) saturate(1.03)!important;
}

.almara-v2-hero--water .almara-v2-hero__headline,
.almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__headline h1,
.almara-v2-hero--water .almara-v2-hero__headline h2{
  text-wrap:balance!important;
}

.almara-v2-hero--water .almara-v2-hero__text,
.almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero--water .almara-v2-hero__text p{
  color:rgba(18,49,66,.96)!important;
}

.almara-v2-hero--water .almara-v2-hero__actions .elementor-button,
.almara-v2-hero--water .almara-v2-hero__btn,
.almara-v2-hero--water .almara-v2-hero__btn a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.almara-v2-hero--water .almara-v2-hero__actions .elementor-button-text,
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button-content-wrapper{
  width:100%!important;
  text-align:center!important;
  justify-content:center!important;
}

@media (max-width:1024px){
  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    background:linear-gradient(180deg, rgba(248,244,238,.56) 0%, rgba(245,239,232,.40) 100%)!important;
    box-shadow:0 16px 34px rgba(18,49,66,.09)!important;
  }
}

@media (max-width:767px){
  .almara-v2-hero--water::before,
  .almara-v2-hero--video::before{
    background:
      radial-gradient(circle at 46% 26%, rgba(244,237,228,.08) 0%, rgba(244,237,228,.03) 30%, rgba(244,237,228,0) 58%),
      linear-gradient(180deg, rgba(18,49,66,.03) 0%, rgba(244,237,228,.05) 46%, rgba(244,237,228,.12) 76%, rgba(244,237,228,.24) 100%)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    background:linear-gradient(180deg, rgba(248,244,238,.52) 0%, rgba(245,239,232,.36) 100%)!important;
    box-shadow:0 12px 24px rgba(18,49,66,.08)!important;
    backdrop-filter:blur(4px) saturate(1.02)!important;
    -webkit-backdrop-filter:blur(4px) saturate(1.02)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(29px, 8.6vw, 38px)!important;
    max-width:8.3ch!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    max-width:23ch!important;
    font-size:11.4px!important;
    line-height:1.56!important;
  }
}

@media (max-width:520px){
  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 288px)!important;
    max-width:288px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    width:100%!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper{
    width:auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    align-self:center!important;
    justify-content:center!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    width:176px!important;
    max-width:176px!important;
    min-width:176px!important;
    min-height:32px!important;
    padding:8px 12px!important;
    font-size:9.7px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn--secondary,
  .almara-v2-hero--water .almara-v2-hero__btn--secondary a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button{
    width:160px!important;
    max-width:160px!important;
    min-width:160px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    width:calc(100% - 32px)!important;
    min-height:548px!important;
    padding:27px 12px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 276px)!important;
    max-width:276px!important;
    padding:16px 14px 16px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    width:170px!important;
    max-width:170px!important;
    min-width:170px!important;
    min-height:31px!important;
    font-size:9.6px!important;
    line-height:1.05!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn--secondary,
  .almara-v2-hero--water .almara-v2-hero__btn--secondary a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button{
    width:154px!important;
    max-width:154px!important;
    min-width:154px!important;
  }
}

/* ==========================================================
   HERO V2 – V1.3.53.25 FINAL FREEZE
   Final polish: mobile CTA true-centering + softer premium mood
   ========================================================== */

:root{
  --almara-v2-water-card-bg: linear-gradient(180deg, rgba(248,244,238,.54) 0%, rgba(245,239,232,.38) 100%);
  --almara-v2-water-card-border: rgba(255,255,255,.32);
  --almara-v2-water-card-shadow: 0 16px 38px rgba(18,49,66,.09);
}

.almara-v2-hero--water::before,
.almara-v2-hero--video::before{
  background:
    radial-gradient(circle at 30% 32%, rgba(244,237,228,.06) 0%, rgba(244,237,228,.03) 28%, rgba(244,237,228,0) 56%),
    linear-gradient(180deg, rgba(18,49,66,.05) 0%, rgba(18,49,66,.02) 34%, rgba(244,237,228,.04) 70%, rgba(244,237,228,.24) 100%)!important;
}

.almara-v2-hero--water::after,
.almara-v2-hero--video::after{
  background:linear-gradient(180deg, rgba(244,237,228,0) 0%, rgba(244,237,228,.18) 78%, rgba(244,237,228,.44) 100%)!important;
}

.almara-v2-hero--water .almara-v2-hero__overlay{
  background:
    linear-gradient(180deg, rgba(18,49,66,.008) 0%, rgba(18,49,66,.022) 46%, rgba(244,237,228,.025) 100%),
    radial-gradient(circle at 38% 48%, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 58%)!important;
}

.almara-v2-hero--water .almara-v2-hero__video,
.almara-v2-hero--water .almara-v2-hero__image,
.almara-v2-hero--water .almara-v2-hero__poster{
  filter:saturate(1.08) contrast(1.05) brightness(1.08)!important;
}

.almara-v2-hero--water .almara-v2-hero__content::before,
.elementor .almara-v2-hero--water .almara-v2-hero__content::before{
  background:var(--almara-v2-water-card-bg)!important;
  border:1px solid var(--almara-v2-water-card-border)!important;
  box-shadow:var(--almara-v2-water-card-shadow)!important;
  backdrop-filter:blur(3px) saturate(1.02)!important;
  -webkit-backdrop-filter:blur(3px) saturate(1.02)!important;
}

.almara-v2-hero--water .almara-v2-hero__headline,
.almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
.almara-v2-hero--water .almara-v2-hero__headline h1,
.almara-v2-hero--water .almara-v2-hero__headline h2{
  color:#14384a!important;
}

.almara-v2-hero--water .almara-v2-hero__text,
.almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
.almara-v2-hero--water .almara-v2-hero__text p{
  color:rgba(18,49,66,.97)!important;
}

/* Button content centering guard for all sizes */
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button,
.almara-v2-hero--water .almara-v2-hero__btn,
.almara-v2-hero--water .almara-v2-hero__btn a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.almara-v2-hero--water .almara-v2-hero__actions .elementor-button-content-wrapper,
.almara-v2-hero--water .almara-v2-hero__actions .elementor-button-text{
  display:flex!important;
  width:100%!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  margin:0!important;
}

@media (max-width:767px){
  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    background:linear-gradient(180deg, rgba(248,244,238,.50) 0%, rgba(245,239,232,.34) 100%)!important;
    box-shadow:0 10px 22px rgba(18,49,66,.07)!important;
    backdrop-filter:blur(2.5px) saturate(1.015)!important;
    -webkit-backdrop-filter:blur(2.5px) saturate(1.015)!important;
  }

  .almara-v2-hero--water .almara-v2-hero__headline,
  .almara-v2-hero--water .almara-v2-hero__headline .elementor-heading-title,
  .almara-v2-hero--water .almara-v2-hero__headline h1,
  .almara-v2-hero--water .almara-v2-hero__headline h2{
    font-size:clamp(30px, 8.8vw, 39px)!important;
    max-width:8.4ch!important;
  }

  .almara-v2-hero--water .almara-v2-hero__text,
  .almara-v2-hero--water .almara-v2-hero__text .elementor-widget-container,
  .almara-v2-hero--water .almara-v2-hero__text p{
    font-size:11.5px!important;
    line-height:1.57!important;
  }
}

@media (max-width:520px){
  .almara-v2-hero--water .almara-v2-hero__actions,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    align-content:center!important;
    text-align:center!important;
    gap:8px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    align-self:center!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    width:174px!important;
    max-width:174px!important;
    min-width:174px!important;
    min-height:32px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:8px 12px!important;
    font-size:9.7px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn--secondary,
  .almara-v2-hero--water .almara-v2-hero__btn--secondary a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button{
    width:158px!important;
    max-width:158px!important;
    min-width:158px!important;
  }
}

@media (max-width:420px){
  .almara-v2-hero--water,
  .elementor .almara-v2-hero--water{
    min-height:544px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__content,
  .elementor .almara-v2-hero--water .almara-v2-hero__content{
    width:min(100%, 272px)!important;
    max-width:272px!important;
  }

  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button,
  .elementor .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper{
    width:100%!important;
    justify-content:center!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn,
  .almara-v2-hero--water .almara-v2-hero__btn a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button{
    width:168px!important;
    max-width:168px!important;
    min-width:168px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .almara-v2-hero--water .almara-v2-hero__btn--secondary,
  .almara-v2-hero--water .almara-v2-hero__btn--secondary a,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-widget-button:not(:first-child) .elementor-button,
  .almara-v2-hero--water .almara-v2-hero__actions .elementor-button-wrapper:not(:first-child) .elementor-button{
    width:154px!important;
    max-width:154px!important;
    min-width:154px!important;
  }
}

@media (prefers-reduced-motion: reduce){
  .almara-v2-hero--water .almara-v2-hero__content::before,
  .elementor .almara-v2-hero--water .almara-v2-hero__content::before{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

/* ==========================================================
   WATER VISUAL – V1.3.53.26 ARCHITECTURE
   Premium media frame for Water Equipment / Safety Visual.
   Hero V2 remains frozen.
   ========================================================== */

.almara-water-visual,
.elementor .almara-water-visual{
  width:min(980px, calc(100% - 48px))!important;
  margin:clamp(34px, 6vw, 72px) auto clamp(28px, 5vw, 56px)!important;
  padding:0!important;
  position:relative!important;
}

.almara-water-visual__frame,
.elementor .almara-water-visual__frame,
.almara-water-visual .elementor-widget-image,
.almara-water-visual .elementor-widget-container,
.almara-water-visual .almara-media-placeholder{
  position:relative!important;
  width:100%!important;
  min-height:clamp(340px, 38vw, 460px)!important;
  border-radius:32px!important;
  overflow:hidden!important;
  border:1px solid rgba(31,60,76,.13)!important;
  box-shadow:0 24px 70px rgba(18,49,66,.10)!important;
  background:
    radial-gradient(circle at 62% 46%, rgba(194,225,221,.42), rgba(194,225,221,0) 34%),
    linear-gradient(135deg, rgba(248,244,238,.96) 0%, rgba(255,255,255,.82) 52%, rgba(241,234,224,.86) 100%)!important;
}

.almara-water-visual__frame::before,
.almara-water-visual .elementor-widget-image::before,
.almara-water-visual .almara-media-placeholder::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(180deg, rgba(18,49,66,.02) 0%, rgba(18,49,66,.04) 100%),
    radial-gradient(circle at 50% 100%, rgba(244,237,228,.38), rgba(244,237,228,0) 56%)!important;
}

.almara-water-visual__image,
.almara-water-visual__image img,
.almara-water-visual .elementor-widget-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:clamp(340px, 38vw, 460px)!important;
  object-fit:cover!important;
  object-position:center center!important;
}

.almara-water-visual__badge,
.almara-water-visual .almara-media-placeholder span{
  position:absolute!important;
  z-index:4!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%, -50%)!important;
  width:96px!important;
  height:96px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:14px!important;
  font-family:var(--almara-sans,'Inter',Arial,sans-serif)!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  color:#1f3c4c!important;
  background:rgba(248,244,238,.78)!important;
  border:1px solid rgba(31,60,76,.14)!important;
  box-shadow:0 14px 34px rgba(18,49,66,.12)!important;
  backdrop-filter:blur(8px) saturate(1.04)!important;
  -webkit-backdrop-filter:blur(8px) saturate(1.04)!important;
}

.almara-water-visual .almara-media-placeholder{
  display:block!important;
}

.almara-water-visual .almara-media-placeholder span{
  font-size:9px!important;
}

@media (max-width:1024px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:min(880px, calc(100% - 44px))!important;
    margin-top:48px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual .elementor-widget-image,
  .almara-water-visual .elementor-widget-container,
  .almara-water-visual .almara-media-placeholder,
  .almara-water-visual__image,
  .almara-water-visual__image img,
  .almara-water-visual .elementor-widget-image img{
    min-height:340px!important;
    border-radius:28px!important;
  }
}

@media (max-width:767px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:calc(100% - 34px)!important;
    margin:38px auto 36px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual .elementor-widget-image,
  .almara-water-visual .elementor-widget-container,
  .almara-water-visual .almara-media-placeholder,
  .almara-water-visual__image,
  .almara-water-visual__image img,
  .almara-water-visual .elementor-widget-image img{
    min-height:280px!important;
    border-radius:24px!important;
  }

  .almara-water-visual__badge,
  .almara-water-visual .almara-media-placeholder span{
    width:82px!important;
    height:82px!important;
    font-size:8.5px!important;
    padding:12px!important;
  }
}

@media (max-width:420px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:calc(100% - 28px)!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual .elementor-widget-image,
  .almara-water-visual .elementor-widget-container,
  .almara-water-visual .almara-media-placeholder,
  .almara-water-visual__image,
  .almara-water-visual__image img,
  .almara-water-visual .elementor-widget-image img{
    min-height:250px!important;
    border-radius:22px!important;
  }
}

/* ==========================================================
   WATER VISUAL – V1.3.53.27 FINAL POLISH
   Final media-frame rhythm and mobile crop hardening.
   Hero V2 remains frozen.
   ========================================================== */

.almara-water-visual,
.elementor .almara-water-visual{
  width:min(900px, calc(100% - 56px))!important;
  margin:clamp(28px, 4.2vw, 52px) auto clamp(34px, 4.5vw, 58px)!important;
  padding:0!important;
}

.almara-water-visual__frame,
.elementor .almara-water-visual__frame,
.almara-water-visual .elementor-widget-image,
.almara-water-visual .elementor-widget-container,
.almara-water-visual .almara-media-placeholder{
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  border-radius:30px!important;
  box-shadow:0 18px 48px rgba(18,49,66,.085)!important;
  border:1px solid rgba(31,60,76,.11)!important;
  background:
    radial-gradient(circle at 62% 44%, rgba(194,225,221,.26), rgba(194,225,221,0) 36%),
    linear-gradient(135deg, rgba(248,244,238,.88) 0%, rgba(255,255,255,.72) 52%, rgba(241,234,224,.80) 100%)!important;
}

.almara-water-visual__frame::before,
.almara-water-visual .elementor-widget-image::before,
.almara-water-visual .almara-media-placeholder::before{
  background:
    linear-gradient(180deg, rgba(18,49,66,.01) 0%, rgba(18,49,66,.03) 100%),
    radial-gradient(circle at 50% 100%, rgba(244,237,228,.24), rgba(244,237,228,0) 58%)!important;
}

.almara-water-visual__image,
.almara-water-visual__image img,
.almara-water-visual .elementor-widget-image img,
.almara-water-visual .elementor-image img,
.almara-water-visual picture,
.almara-water-visual picture img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:inherit!important;
}

.almara-water-visual .elementor-widget-image .elementor-widget-container,
.almara-water-visual .elementor-widget-image .elementor-image,
.almara-water-visual .elementor-widget-image figure{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:inherit!important;
}

.almara-water-visual__badge,
.almara-water-visual .almara-media-placeholder span{
  width:86px!important;
  height:86px!important;
  font-size:8.8px!important;
  background:rgba(248,244,238,.70)!important;
  box-shadow:0 12px 28px rgba(18,49,66,.10)!important;
  backdrop-filter:blur(6px) saturate(1.03)!important;
  -webkit-backdrop-filter:blur(6px) saturate(1.03)!important;
}

@media (max-width:1024px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:min(760px, calc(100% - 44px))!important;
    margin-top:36px!important;
    margin-bottom:44px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual .elementor-widget-image,
  .almara-water-visual .elementor-widget-container,
  .almara-water-visual .almara-media-placeholder{
    aspect-ratio:16/10!important;
    border-radius:26px!important;
  }
}

@media (max-width:767px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:calc(100% - 34px)!important;
    margin:30px auto 36px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual .elementor-widget-image,
  .almara-water-visual .elementor-widget-container,
  .almara-water-visual .almara-media-placeholder{
    aspect-ratio:4/3!important;
    min-height:0!important;
    height:auto!important;
    border-radius:22px!important;
    box-shadow:0 14px 34px rgba(18,49,66,.075)!important;
  }

  .almara-water-visual__image,
  .almara-water-visual__image img,
  .almara-water-visual .elementor-widget-image img,
  .almara-water-visual .elementor-image img,
  .almara-water-visual picture,
  .almara-water-visual picture img{
    height:100%!important;
    min-height:0!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  .almara-water-visual__badge,
  .almara-water-visual .almara-media-placeholder span{
    width:74px!important;
    height:74px!important;
    font-size:7.7px!important;
  }
}

@media (max-width:420px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:calc(100% - 30px)!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual .elementor-widget-image,
  .almara-water-visual .elementor-widget-container,
  .almara-water-visual .almara-media-placeholder{
    aspect-ratio:1.18/1!important;
    border-radius:20px!important;
  }
}

/* ==========================================================
   WATER VISUAL – V1.3.53.28 MOBILE FIX
   Hard override: image fills frame on mobile and nested Elementor wrappers stop acting as frames.
   Hero V2 remains untouched.
   ========================================================== */

.almara-water-visual__frame,
.elementor .almara-water-visual__frame{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
}

.almara-water-visual__frame > .elementor-widget-image,
.almara-water-visual__frame .almara-water-visual__image,
.almara-water-visual__frame .elementor-widget-image,
.elementor .almara-water-visual__frame > .elementor-widget-image,
.elementor .almara-water-visual__frame .almara-water-visual__image,
.elementor .almara-water-visual__frame .elementor-widget-image{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:inherit!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

.almara-water-visual__frame .elementor-widget-container,
.almara-water-visual__frame .elementor-image,
.almara-water-visual__frame figure,
.elementor .almara-water-visual__frame .elementor-widget-container,
.elementor .almara-water-visual__frame .elementor-image,
.elementor .almara-water-visual__frame figure{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:inherit!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

.almara-water-visual__frame img,
.almara-water-visual__image img,
.almara-water-visual .elementor-widget-image img,
.elementor .almara-water-visual__frame img,
.elementor .almara-water-visual__image img,
.elementor .almara-water-visual .elementor-widget-image img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center center!important;
  margin:0!important;
  padding:0!important;
  border-radius:inherit!important;
}

/* Fallback: if the image widget is placed directly in the outer container without an inner frame */
.almara-water-visual > .elementor-widget-image.almara-water-visual__image,
.elementor .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  min-height:0!important;
  border-radius:30px!important;
  box-shadow:0 18px 48px rgba(18,49,66,.085)!important;
  border:1px solid rgba(31,60,76,.11)!important;
}

@media (max-width:1024px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    margin-top:34px!important;
    margin-bottom:34px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:16/10!important;
  }
}

@media (max-width:767px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:calc(100% - 28px)!important;
    margin:24px auto 28px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:4/3!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(18,49,66,.075)!important;
  }
}

@media (max-width:420px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:calc(100% - 26px)!important;
    margin:22px auto 26px!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:1.45/1!important;
    border-radius:18px!important;
  }
}

/* ==========================================================
   WATER VISUAL – V1.3.53.29 DESKTOP POLISH
   Desktop-only scale/rhythm pass. Hero V2, tablet and mobile remain untouched.
   ========================================================== */

@media (min-width:1025px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:min(1120px, calc(100% - 104px))!important;
    max-width:1120px!important;
    margin-top:clamp(18px, 2.2vw, 30px)!important;
    margin-bottom:clamp(42px, 4.2vw, 64px)!important;
  }

  .almara-water-visual__frame,
  .elementor .almara-water-visual__frame,
  .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:16/8.7!important;
    border-radius:30px!important;
    box-shadow:
      0 22px 58px rgba(18,49,66,.095),
      0 1px 0 rgba(255,255,255,.62) inset!important;
    border:1px solid rgba(31,60,76,.115)!important;
  }

  .almara-water-visual__frame::before,
  .almara-water-visual .elementor-widget-image::before,
  .almara-water-visual .almara-media-placeholder::before{
    background:
      linear-gradient(180deg, rgba(18,49,66,.006) 0%, rgba(18,49,66,.018) 100%),
      radial-gradient(circle at 50% 105%, rgba(244,237,228,.18), rgba(244,237,228,0) 58%)!important;
  }

  .almara-water-visual__frame img,
  .almara-water-visual__image img,
  .almara-water-visual .elementor-widget-image img,
  .elementor .almara-water-visual__frame img,
  .elementor .almara-water-visual__image img,
  .elementor .almara-water-visual .elementor-widget-image img{
    object-position:center 52%!important;
  }
}

@media (min-width:1280px){
  .almara-water-visual,
  .elementor .almara-water-visual{
    width:min(1180px, calc(100% - 120px))!important;
    max-width:1180px!important;
  }
}


/* ==========================================================
   WATER VISUAL – V1.3.53.30 BADGE TEST
   Opt-in badge system for Water Visual.
   Usage in Elementor: add class `almara-water-visual--badge-family`
   to the same outer container that already has `almara-water-visual`.
   Optional data attributes on the outer container:
   - data-badge-label="FAMILY FRIENDLY"
   - data-badge-sub="SAFE & EASY"
   ========================================================== */

.almara-water-visual__test-badge{
  position:absolute!important;
  top:22px!important;
  right:22px!important;
  z-index:6!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:4px!important;
  min-width:146px!important;
  max-width:190px!important;
  padding:13px 16px 12px!important;
  border-radius:18px!important;
  border:1px solid rgba(31,60,76,.11)!important;
  background:rgba(248,244,238,.78)!important;
  box-shadow:
    0 14px 32px rgba(18,49,66,.12),
    0 1px 0 rgba(255,255,255,.62) inset!important;
  backdrop-filter:blur(10px) saturate(1.04)!important;
  -webkit-backdrop-filter:blur(10px) saturate(1.04)!important;
  pointer-events:none!important;
}

.almara-water-visual__test-badge-label{
  display:block!important;
  margin:0!important;
  font-family:var(--almara-font-ui)!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:rgba(31,60,76,.88)!important;
}

.almara-water-visual__test-badge-sub{
  display:block!important;
  margin:0!important;
  font-family:var(--almara-font-ui)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:.02em!important;
  color:rgba(31,60,76,.78)!important;
}

@media (max-width:1024px){
  .almara-water-visual__test-badge{
    top:18px!important;
    right:18px!important;
    min-width:134px!important;
    max-width:176px!important;
    padding:12px 14px 11px!important;
    border-radius:16px!important;
  }

  .almara-water-visual__test-badge-label{
    font-size:9.4px!important;
  }

  .almara-water-visual__test-badge-sub{
    font-size:11px!important;
  }
}

@media (max-width:767px){
  .almara-water-visual__test-badge{
    top:14px!important;
    right:14px!important;
    min-width:118px!important;
    max-width:146px!important;
    gap:3px!important;
    padding:10px 12px 9px!important;
    border-radius:14px!important;
    box-shadow:0 10px 24px rgba(18,49,66,.11)!important;
  }

  .almara-water-visual__test-badge-label{
    font-size:8.4px!important;
    letter-spacing:.16em!important;
  }

  .almara-water-visual__test-badge-sub{
    font-size:10px!important;
  }
}

@media (max-width:420px){
  .almara-water-visual__test-badge{
    top:12px!important;
    right:12px!important;
    min-width:108px!important;
    max-width:132px!important;
    padding:9px 10px 8px!important;
  }

  .almara-water-visual__test-badge-label{
    font-size:7.9px!important;
  }

  .almara-water-visual__test-badge-sub{
    font-size:9.4px!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.53.40 SAFE STRUCTURE REBUILD
   Base: v1.3.53.30 badge test.
   Purpose: remove all risky v31-v39 auto/stack behavior and make
   the explicit Water-Proof wrapper safe and conservative.
   ========================================================== */

/* Hero safety rhythm only: keeps the frozen Hero V2 from touching the logo/header. */
.almara-v2-hero,
.elementor .almara-v2-hero{
  margin-top:clamp(18px, 2.2vw, 30px)!important;
}

/* Explicit wrapper: only layout, no forced stack hacks. */
.almara-water-proof-section,
.elementor .almara-water-proof-section{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.almara-water-proof-section > .e-con-inner,
.elementor .almara-water-proof-section > .e-con-inner{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  margin:0 auto!important;
  padding:0!important;
}

/* Intro: safe, explicit, not auto-detected. */
.almara-water-proof-section .almara-water-visual-intro,
.elementor .almara-water-proof-section .almara-water-visual-intro{
  width:min(1120px, calc(100% - 104px))!important;
  max-width:1120px!important;
  min-height:0!important;
  height:auto!important;
  margin:clamp(28px, 3vw, 44px) auto clamp(18px, 2vw, 28px)!important;
  padding:0!important;
}

.almara-water-proof-section .almara-water-visual-intro .elementor-widget,
.almara-water-proof-section .almara-water-visual-intro .elementor-widget-container{
  max-width:100%!important;
}

.almara-water-proof-section .almara-water-visual-intro h2,
.almara-water-proof-section .almara-water-visual-intro .almara-section-title .elementor-heading-title,
.almara-water-proof-section .almara-water-visual-intro .elementor-widget-heading .elementor-heading-title{
  max-width:720px!important;
  margin-left:0!important;
  margin-right:auto!important;
  text-align:left!important;
}

.almara-water-proof-section .almara-water-visual-intro p,
.almara-water-proof-section .almara-water-visual-intro .almara-copy,
.almara-water-proof-section .almara-water-visual-intro .almara-copy p,
.almara-water-proof-section .almara-water-visual-intro .elementor-widget-text-editor,
.almara-water-proof-section .almara-water-visual-intro .elementor-widget-text-editor p{
  max-width:78ch!important;
  margin-left:0!important;
  margin-right:auto!important;
  text-align:left!important;
}

/* Visual inside or next to intro: keep v30/v29 visual rules, only compact the relation to intro. */
.almara-water-proof-section .almara-water-visual,
.elementor .almara-water-proof-section .almara-water-visual{
  margin-top:clamp(14px, 2vw, 24px)!important;
  margin-bottom:clamp(34px, 4vw, 58px)!important;
}

/* CTA / conversion: safe sizing; no vertical overlay or stretching. */
.almara-water-proof-section .almara-water-conversion,
.almara-water-proof-section .almara-water-cta,
.almara-water-proof-section .almara-conversion,
.elementor .almara-water-proof-section .almara-water-conversion,
.elementor .almara-water-proof-section .almara-water-cta,
.elementor .almara-water-proof-section .almara-conversion{
  min-height:auto!important;
  height:auto!important;
}

@media (max-width:1024px){
  .almara-water-proof-section .almara-water-visual-intro,
  .elementor .almara-water-proof-section .almara-water-visual-intro{
    width:min(760px, calc(100% - 44px))!important;
    max-width:760px!important;
    margin-top:30px!important;
    margin-bottom:18px!important;
  }
}

@media (max-width:767px){
  .almara-v2-hero,
  .elementor .almara-v2-hero{
    margin-top:18px!important;
  }

  .almara-water-proof-section,
  .elementor .almara-water-proof-section,
  .almara-water-proof-section > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner{
    display:block!important;
    min-height:0!important;
    height:auto!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .almara-water-proof-section .almara-water-visual-intro,
  .elementor .almara-water-proof-section .almara-water-visual-intro{
    width:min(100% - 42px, 340px)!important;
    max-width:340px!important;
    min-height:0!important;
    height:auto!important;
    margin:28px auto 18px!important;
    padding:0!important;
  }

  .almara-water-proof-section .almara-water-visual-intro h2,
  .almara-water-proof-section .almara-water-visual-intro .almara-section-title .elementor-heading-title,
  .almara-water-proof-section .almara-water-visual-intro .elementor-widget-heading .elementor-heading-title{
    max-width:13ch!important;
    font-size:clamp(26px, 7vw, 32px)!important;
    line-height:1.08!important;
    margin:0 0 16px!important;
    text-align:left!important;
  }

  .almara-water-proof-section .almara-water-visual-intro p,
  .almara-water-proof-section .almara-water-visual-intro .almara-copy,
  .almara-water-proof-section .almara-water-visual-intro .almara-copy p,
  .almara-water-proof-section .almara-water-visual-intro .elementor-widget-text-editor,
  .almara-water-proof-section .almara-water-visual-intro .elementor-widget-text-editor p{
    max-width:30ch!important;
    font-size:14px!important;
    line-height:1.58!important;
    margin:0!important;
    text-align:left!important;
  }

  .almara-water-proof-section .almara-water-visual,
  .elementor .almara-water-proof-section .almara-water-visual{
    width:min(calc(100% - 34px), 340px)!important;
    max-width:340px!important;
    margin:24px auto 34px!important;
    padding:0!important;
  }

  .almara-water-proof-section .almara-water-visual__frame,
  .elementor .almara-water-proof-section .almara-water-visual__frame,
  .almara-water-proof-section .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-proof-section .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:1.52/1!important;
    border-radius:18px!important;
  }

  .almara-water-proof-section .almara-water-visual__test-badge{
    top:8px!important;
    right:8px!important;
    min-width:76px!important;
    max-width:96px!important;
    padding:5px 7px!important;
    border-radius:10px!important;
  }

  .almara-water-proof-section .almara-water-visual__test-badge-label{
    font-size:6.5px!important;
    letter-spacing:.12em!important;
    line-height:1.08!important;
  }

  .almara-water-proof-section .almara-water-visual__test-badge-sub{
    display:none!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section .almara-water-visual-intro,
  .elementor .almara-water-proof-section .almara-water-visual-intro{
    width:min(100% - 46px, 312px)!important;
    max-width:312px!important;
    margin-top:26px!important;
    margin-bottom:16px!important;
  }

  .almara-water-proof-section .almara-water-visual,
  .elementor .almara-water-proof-section .almara-water-visual{
    width:min(calc(100% - 42px), 312px)!important;
    max-width:312px!important;
    margin-top:22px!important;
    margin-bottom:32px!important;
  }
}

/* ==========================================================
   WATER PROOF – V1.3.53.41 MOBILE SPACING SAFE FIX
   Explicit-class only. No auto detection, no global stack hacks.
   Tightens the mobile rhythm between cards → intro → visual → CTA.
   ========================================================== */

@media (max-width:767px){
  .almara-water-proof-section,
  .elementor .almara-water-proof-section{
    margin-top:-10px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .almara-water-proof-section > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner{
    gap:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .almara-water-proof-section .almara-water-visual-intro,
  .elementor .almara-water-proof-section .almara-water-visual-intro{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:0!important;
    width:min(100% - 36px, 350px)!important;
    max-width:350px!important;
    min-height:0!important;
    height:auto!important;
    margin:14px auto 14px!important;
    padding:0!important;
  }

  .almara-water-proof-section .almara-water-visual-intro > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-visual-intro > .e-con-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:0!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
  }

  .almara-water-proof-section .almara-water-visual-intro .elementor-widget,
  .elementor .almara-water-proof-section .almara-water-visual-intro .elementor-widget{
    margin-top:0!important;
    margin-bottom:0!important;
  }

  .almara-water-proof-section .almara-water-visual-intro h2,
  .almara-water-proof-section .almara-water-visual-intro .almara-section-title .elementor-heading-title,
  .almara-water-proof-section .almara-water-visual-intro .elementor-widget-heading .elementor-heading-title{
    max-width:13ch!important;
    margin:0 0 14px!important;
  }

  .almara-water-proof-section .almara-water-visual-intro p,
  .almara-water-proof-section .almara-water-visual-intro .almara-copy,
  .almara-water-proof-section .almara-water-visual-intro .almara-copy p,
  .almara-water-proof-section .almara-water-visual-intro .elementor-widget-text-editor,
  .almara-water-proof-section .almara-water-visual-intro .elementor-widget-text-editor p{
    max-width:30ch!important;
    margin:0!important;
  }

  .almara-water-proof-section .almara-water-visual,
  .elementor .almara-water-proof-section .almara-water-visual{
    width:min(calc(100% - 10px), 350px)!important;
    max-width:350px!important;
    margin:22px auto 16px!important;
    padding:0!important;
  }

  .almara-water-proof-section .almara-water-visual__frame,
  .elementor .almara-water-proof-section .almara-water-visual__frame,
  .almara-water-proof-section .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-proof-section .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:1.58/1!important;
    border-radius:18px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child{
    margin-top:10px!important;
    margin-bottom:0!important;
    padding-top:0!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section,
  .elementor .almara-water-proof-section{
    margin-top:-14px!important;
  }

  .almara-water-proof-section .almara-water-visual-intro,
  .elementor .almara-water-proof-section .almara-water-visual-intro{
    width:min(100% - 40px, 318px)!important;
    max-width:318px!important;
    margin:12px auto 12px!important;
  }

  .almara-water-proof-section .almara-water-visual,
  .elementor .almara-water-proof-section .almara-water-visual{
    width:min(calc(100% - 12px), 318px)!important;
    max-width:318px!important;
    margin:18px auto 14px!important;
  }

  .almara-water-proof-section .almara-water-visual__frame,
  .elementor .almara-water-proof-section .almara-water-visual__frame,
  .almara-water-proof-section .almara-water-visual > .elementor-widget-image.almara-water-visual__image,
  .elementor .almara-water-proof-section .almara-water-visual > .elementor-widget-image.almara-water-visual__image{
    aspect-ratio:1.52/1!important;
  }
}


/* ==========================================================
   WATER PROOF – V1.3.53.42 CTA DESIGN INTEGRATION
   Goal: integrate the conversion block more elegantly into the
   ALMARA Water rhythm on desktop, tablet and mobile.
   Scope: explicit Water-Proof wrapper only.
   ========================================================== */

.almara-water-proof-section,
.elementor .almara-water-proof-section{
  --almara-water-content-width:min(1120px, calc(100% - 104px));
  --almara-water-content-width-tablet:min(760px, calc(100% - 44px));
  --almara-water-content-width-mobile:min(calc(100% - 36px), 350px);
  --almara-water-content-width-mobile-sm:min(calc(100% - 40px), 318px);
}

.almara-water-proof-section > .elementor-element:last-child,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
.elementor .almara-water-proof-section > .elementor-element:last-child,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
.almara-water-proof-section .almara-water-conversion,
.almara-water-proof-section .almara-water-cta,
.almara-water-proof-section .almara-conversion,
.elementor .almara-water-proof-section .almara-water-conversion,
.elementor .almara-water-proof-section .almara-water-cta,
.elementor .almara-water-proof-section .almara-conversion{
  width:var(--almara-water-content-width)!important;
  max-width:1120px!important;
  min-height:0!important;
  height:auto!important;
  margin:clamp(16px, 2vw, 24px) auto 0!important;
  padding:0!important;
  border-radius:28px!important;
  background:linear-gradient(180deg, #25485b 0%, #1f3c4c 100%)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 22px 54px rgba(21, 41, 54, .16)!important;
  position:relative!important;
  overflow:hidden!important;
}

.almara-water-proof-section > .elementor-element:last-child::before,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child::before,
.elementor .almara-water-proof-section > .elementor-element:last-child::before,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::before,
.almara-water-proof-section .almara-water-conversion::before,
.almara-water-proof-section .almara-water-cta::before,
.almara-water-proof-section .almara-conversion::before,
.elementor .almara-water-proof-section .almara-water-conversion::before,
.elementor .almara-water-proof-section .almara-water-cta::before,
.elementor .almara-water-proof-section .almara-conversion::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.10) 0, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,.07) 0, rgba(255,255,255,0) 34%),
    linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 56%);
  pointer-events:none;
}

.almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
.elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
.almara-water-proof-section .almara-water-conversion > .e-con-inner,
.almara-water-proof-section .almara-water-cta > .e-con-inner,
.almara-water-proof-section .almara-conversion > .e-con-inner,
.elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
.elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
.elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  min-height:210px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:48px 32px!important;
}

.almara-water-proof-section > .elementor-element:last-child .elementor-widget,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-widget,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget,
.almara-water-proof-section .almara-water-conversion .elementor-widget,
.almara-water-proof-section .almara-water-cta .elementor-widget,
.almara-water-proof-section .almara-conversion .elementor-widget,
.elementor .almara-water-proof-section .almara-water-conversion .elementor-widget,
.elementor .almara-water-proof-section .almara-water-cta .elementor-widget,
.elementor .almara-water-proof-section .almara-conversion .elementor-widget{
  width:100%!important;
  margin:0!important;
}

.almara-water-proof-section > .elementor-element:last-child .elementor-widget-container,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget-container,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-widget-container,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget-container,
.almara-water-proof-section .almara-water-conversion .elementor-widget-container,
.almara-water-proof-section .almara-water-cta .elementor-widget-container,
.almara-water-proof-section .almara-conversion .elementor-widget-container,
.elementor .almara-water-proof-section .almara-water-conversion .elementor-widget-container,
.elementor .almara-water-proof-section .almara-water-cta .elementor-widget-container,
.elementor .almara-water-proof-section .almara-conversion .elementor-widget-container{
  width:100%!important;
  text-align:center!important;
}

.almara-water-proof-section > .elementor-element:last-child h2,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
.elementor .almara-water-proof-section > .elementor-element:last-child h2,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
.almara-water-proof-section .almara-water-conversion h2,
.almara-water-proof-section .almara-water-cta h2,
.almara-water-proof-section .almara-conversion h2,
.almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
.almara-water-proof-section .almara-water-conversion .elementor-heading-title,
.almara-water-proof-section .almara-water-cta .elementor-heading-title,
.almara-water-proof-section .almara-conversion .elementor-heading-title{
  color:#fff!important;
  text-align:center!important;
  margin:0 auto 8px!important;
  max-width:16ch!important;
  font-size:clamp(28px, 3vw, 40px)!important;
  line-height:1.08!important;
}

.almara-water-proof-section > .elementor-element:last-child p,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child p,
.elementor .almara-water-proof-section > .elementor-element:last-child p,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child p,
.almara-water-proof-section .almara-water-conversion p,
.almara-water-proof-section .almara-water-cta p,
.almara-water-proof-section .almara-conversion p,
.almara-water-proof-section > .elementor-element:last-child .elementor-widget-text-editor,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget-text-editor,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-widget-text-editor,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget-text-editor,
.almara-water-proof-section .almara-water-conversion .elementor-widget-text-editor,
.almara-water-proof-section .almara-water-cta .elementor-widget-text-editor,
.almara-water-proof-section .almara-conversion .elementor-widget-text-editor{
  color:rgba(255,255,255,.82)!important;
  text-align:center!important;
  max-width:62ch!important;
  margin:0 auto!important;
}

.almara-water-proof-section > .elementor-element:last-child .elementor-button-wrapper,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button-wrapper,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button-wrapper,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button-wrapper,
.almara-water-proof-section .almara-water-conversion .elementor-button-wrapper,
.almara-water-proof-section .almara-water-cta .elementor-button-wrapper,
.almara-water-proof-section .almara-conversion .elementor-button-wrapper,
.almara-water-proof-section > .elementor-element:last-child .almara-cta,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
.elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
.almara-water-proof-section .almara-water-conversion .almara-cta,
.almara-water-proof-section .almara-water-cta .almara-cta,
.almara-water-proof-section .almara-conversion .almara-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}

.almara-water-proof-section > .elementor-element:last-child .elementor-button,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
.almara-water-proof-section .almara-water-conversion .elementor-button,
.almara-water-proof-section .almara-water-cta .elementor-button,
.almara-water-proof-section .almara-conversion .elementor-button,
.almara-water-proof-section > .elementor-element:last-child .almara-btn,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
.elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
.almara-water-proof-section .almara-water-conversion .almara-btn,
.almara-water-proof-section .almara-water-cta .almara-btn,
.almara-water-proof-section .almara-conversion .almara-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:14px 26px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--almara-blue)!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 16px 34px rgba(0, 0, 0, .16)!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:700!important;
}

.almara-water-proof-section > .elementor-element:last-child .elementor-button:hover,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button:hover,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button:hover,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button:hover,
.almara-water-proof-section .almara-water-conversion .elementor-button:hover,
.almara-water-proof-section .almara-water-cta .elementor-button:hover,
.almara-water-proof-section .almara-conversion .elementor-button:hover,
.almara-water-proof-section > .elementor-element:last-child .almara-btn:hover,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn:hover,
.elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn:hover,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn:hover,
.almara-water-proof-section .almara-water-conversion .almara-btn:hover,
.almara-water-proof-section .almara-water-cta .almara-btn:hover,
.almara-water-proof-section .almara-conversion .almara-btn:hover{
  transform:translate3d(0,-2px,0)!important;
  box-shadow:0 20px 38px rgba(0, 0, 0, .20)!important;
}

@media (max-width:1024px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:var(--almara-water-content-width-tablet)!important;
    max-width:760px!important;
    margin-top:14px!important;
    border-radius:24px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    min-height:190px!important;
    padding:40px 24px!important;
  }
}

@media (max-width:767px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:var(--almara-water-content-width-mobile)!important;
    max-width:350px!important;
    margin:14px auto 0!important;
    border-radius:22px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    min-height:164px!important;
    padding:32px 20px!important;
    gap:12px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section .almara-water-conversion .elementor-button,
  .almara-water-proof-section .almara-water-cta .elementor-button,
  .almara-water-proof-section .almara-conversion .elementor-button,
  .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-btn{
    min-height:48px!important;
    padding:13px 24px!important;
    font-size:14px!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:var(--almara-water-content-width-mobile-sm)!important;
    max-width:318px!important;
    margin-top:12px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    min-height:152px!important;
    padding:28px 18px!important;
  }
}


/* ==========================================================
   WATER PROOF – V1.3.53.43 CTA FINAL BALANCE
   Builds on v1.3.53.42. Keeps Hero V2 and Water Visual untouched.
   Focus: CTA panel proportions + mobile stacked layout.
   ========================================================== */

.almara-water-proof-section > .elementor-element:last-child,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
.elementor .almara-water-proof-section > .elementor-element:last-child,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
.almara-water-proof-section .almara-water-conversion,
.almara-water-proof-section .almara-water-cta,
.almara-water-proof-section .almara-conversion,
.elementor .almara-water-proof-section .almara-water-conversion,
.elementor .almara-water-proof-section .almara-water-cta,
.elementor .almara-water-proof-section .almara-conversion{
  margin-top:clamp(14px, 1.8vw, 22px)!important;
  border-radius:26px!important;
  box-shadow:0 18px 44px rgba(21,41,54,.14)!important;
}

.almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
.elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
.almara-water-proof-section .almara-water-conversion > .e-con-inner,
.almara-water-proof-section .almara-water-cta > .e-con-inner,
.almara-water-proof-section .almara-conversion > .e-con-inner,
.elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
.elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
.elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
  min-height:184px!important;
  padding:42px 44px!important;
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) auto!important;
  align-items:center!important;
  justify-items:center!important;
  column-gap:clamp(32px, 6vw, 120px)!important;
}

.almara-water-proof-section > .elementor-element:last-child h2,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
.elementor .almara-water-proof-section > .elementor-element:last-child h2,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
.almara-water-proof-section .almara-water-conversion h2,
.almara-water-proof-section .almara-water-cta h2,
.almara-water-proof-section .almara-conversion h2,
.almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
.almara-water-proof-section .almara-water-conversion .elementor-heading-title,
.almara-water-proof-section .almara-water-cta .elementor-heading-title,
.almara-water-proof-section .almara-conversion .elementor-heading-title{
  max-width:14ch!important;
  font-size:clamp(30px, 3vw, 44px)!important;
  line-height:1.05!important;
  text-align:center!important;
  margin:0!important;
}

.almara-water-proof-section > .elementor-element:last-child .elementor-button,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
.elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
.almara-water-proof-section .almara-water-conversion .elementor-button,
.almara-water-proof-section .almara-water-cta .elementor-button,
.almara-water-proof-section .almara-conversion .elementor-button,
.almara-water-proof-section > .elementor-element:last-child .almara-btn,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
.elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
.almara-water-proof-section .almara-water-conversion .almara-btn,
.almara-water-proof-section .almara-water-cta .almara-btn,
.almara-water-proof-section .almara-conversion .almara-btn{
  min-width:190px!important;
  min-height:48px!important;
  padding:13px 24px!important;
  font-size:14px!important;
  white-space:nowrap!important;
}

@media (max-width:1024px){
  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    min-height:170px!important;
    padding:36px 34px!important;
    column-gap:34px!important;
  }
}

@media (max-width:767px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    margin-top:14px!important;
    border-radius:22px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:20px!important;
    min-height:172px!important;
    padding:30px 20px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child h2,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
  .elementor .almara-water-proof-section > .elementor-element:last-child h2,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
  .almara-water-proof-section .almara-water-conversion h2,
  .almara-water-proof-section .almara-water-cta h2,
  .almara-water-proof-section .almara-conversion h2,
  .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-heading-title,
  .almara-water-proof-section .almara-water-conversion .elementor-heading-title,
  .almara-water-proof-section .almara-water-cta .elementor-heading-title,
  .almara-water-proof-section .almara-conversion .elementor-heading-title{
    max-width:15ch!important;
    font-size:clamp(28px, 8vw, 36px)!important;
    text-align:center!important;
    margin:0 auto!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section .almara-water-conversion .elementor-button,
  .almara-water-proof-section .almara-water-cta .elementor-button,
  .almara-water-proof-section .almara-conversion .elementor-button,
  .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-btn{
    min-width:190px!important;
    max-width:230px!important;
    min-height:48px!important;
    margin:0 auto!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    min-height:166px!important;
    padding:28px 18px!important;
    gap:18px!important;
  }
}

/* ==========================================================
   ALMARA – V1.3.53.44 MOBILE CTA REFINEMENT
   Scope: explicit Water-Proof section only.
   Goal: mobile CTA becomes stacked, centered, compact and premium.
   Desktop/tablet remain essentially stable.
   ========================================================== */

@media (max-width: 767px){
  .almara-water-proof-section .almara-water-visual,
  .elementor .almara-water-proof-section .almara-water-visual{
    margin-bottom:18px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:min(calc(100% - 34px), 330px)!important;
    max-width:330px!important;
    min-height:0!important;
    height:auto!important;
    margin:12px auto 0!important;
    padding:0!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:20px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    padding:34px 22px!important;
    margin:0!important;
    text-align:center!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-widget,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-widget,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-widget,
  .almara-water-proof-section .almara-water-conversion .elementor-widget,
  .almara-water-proof-section .almara-water-cta .elementor-widget,
  .almara-water-proof-section .almara-conversion .elementor-widget{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 auto!important;
  }

  .almara-water-proof-section > .elementor-element:last-child h2,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
  .elementor .almara-water-proof-section > .elementor-element:last-child h2,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
  .almara-water-proof-section .almara-water-conversion h2,
  .almara-water-proof-section .almara-water-cta h2,
  .almara-water-proof-section .almara-conversion h2,
  .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
  .almara-water-proof-section .almara-water-conversion .elementor-heading-title,
  .almara-water-proof-section .almara-water-cta .elementor-heading-title,
  .almara-water-proof-section .almara-conversion .elementor-heading-title{
    width:100%!important;
    max-width:13ch!important;
    margin:0 auto!important;
    color:#fff!important;
    text-align:center!important;
    font-size:clamp(29px, 8.2vw, 36px)!important;
    line-height:1.02!important;
    letter-spacing:-.015em!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button-wrapper,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button-wrapper,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button-wrapper,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button-wrapper,
  .almara-water-proof-section .almara-water-conversion .elementor-button-wrapper,
  .almara-water-proof-section .almara-water-cta .elementor-button-wrapper,
  .almara-water-proof-section .almara-conversion .elementor-button-wrapper{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    text-align:center!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section .almara-water-conversion .elementor-button,
  .almara-water-proof-section .almara-water-cta .elementor-button,
  .almara-water-proof-section .almara-conversion .elementor-button,
  .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-btn{
    width:100%!important;
    max-width:248px!important;
    min-width:0!important;
    min-height:50px!important;
    margin:0 auto!important;
    padding:14px 22px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:999px!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button-content-wrapper,
  .almara-water-proof-section > .elementor-element:last-child .elementor-button-text,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button-content-wrapper,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button-text,
  .almara-water-proof-section .almara-water-conversion .elementor-button-content-wrapper,
  .almara-water-proof-section .almara-water-conversion .elementor-button-text,
  .almara-water-proof-section .almara-water-cta .elementor-button-content-wrapper,
  .almara-water-proof-section .almara-water-cta .elementor-button-text,
  .almara-water-proof-section .almara-conversion .elementor-button-content-wrapper,
  .almara-water-proof-section .almara-conversion .elementor-button-text{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion{
    width:min(calc(100% - 30px), 316px)!important;
    max-width:316px!important;
    border-radius:23px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner{
    padding:32px 18px!important;
    gap:18px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section .almara-water-conversion .elementor-button,
  .almara-water-proof-section .almara-water-cta .elementor-button,
  .almara-water-proof-section .almara-conversion .elementor-button,
  .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-btn{
    max-width:238px!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.53.45 CTA MOBILE HARD FIX
   The Conversion widget currently contains an HTML `.almara-cta`.
   This block overrides that exact HTML so mobile cannot remain row-based.
   Scope: explicit Water-Proof section only.
   ========================================================== */

/* Normalize the actual HTML CTA inside the Conversion container */
.almara-water-proof-section .almara-cta,
.elementor .almara-water-proof-section .almara-cta{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(26px, 5vw, 72px)!important;
  text-align:left!important;
}

.almara-water-proof-section .almara-cta h2,
.elementor .almara-water-proof-section .almara-cta h2{
  color:#fff!important;
  max-width:13.5ch!important;
  margin:0!important;
  text-align:left!important;
  font-size:clamp(27px, 3vw, 42px)!important;
  line-height:1.04!important;
  letter-spacing:-.015em!important;
}

.almara-water-proof-section .almara-cta .almara-btn,
.elementor .almara-water-proof-section .almara-cta .almara-btn,
.almara-water-proof-section .almara-cta a,
.elementor .almara-water-proof-section .almara-cta a{
  justify-self:center!important;
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:188px!important;
  max-width:238px!important;
  min-height:48px!important;
  padding:14px 24px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--almara-blue)!important;
  text-align:center!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  box-shadow:0 14px 32px rgba(0,0,0,.15)!important;
}

@media (max-width:767px){
  /* Make the panel itself less heavy and explicitly vertical */
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:min(calc(100% - 34px), 318px)!important;
    max-width:318px!important;
    margin:14px auto 0!important;
    border-radius:24px!important;
  }

  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:18px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    padding:34px 20px!important;
    margin:0 auto!important;
    text-align:center!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta h2{
    width:100%!important;
    max-width:12ch!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:clamp(30px, 8.4vw, 37px)!important;
    line-height:1.02!important;
    letter-spacing:-.018em!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta a,
  .elementor .almara-water-proof-section .almara-cta a{
    width:100%!important;
    max-width:246px!important;
    min-width:0!important;
    min-height:50px!important;
    margin:0 auto!important;
    padding:14px 22px!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    padding:32px 18px!important;
    gap:16px!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta h2{
    font-size:clamp(29px, 8vw, 34px)!important;
    max-width:11.5ch!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta a,
  .elementor .almara-water-proof-section .almara-cta a{
    max-width:236px!important;
  }
}


/* ==========================================================
   WATER PROOF – V1.3.53.46 CTA RESPONSIVE FINAL
   Desktop/tablet regain premium panel height; mobile remains stacked.
   Scope: explicit Water-Proof wrapper only.
   ========================================================== */

/* Desktop: panel, not a thin bar */
@media (min-width:1025px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    min-height:168px!important;
    border-radius:24px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section .almara-water-conversion .almara-cta,
  .almara-water-proof-section .almara-water-cta .almara-cta,
  .almara-water-proof-section .almara-conversion .almara-cta{
    min-height:168px!important;
    padding:42px 54px!important;
    display:grid!important;
    grid-template-columns:minmax(260px, 1fr) auto!important;
    align-items:center!important;
    justify-content:center!important;
    column-gap:54px!important;
    background:transparent!important;
    text-align:left!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:13ch!important;
    margin:0!important;
    text-align:left!important;
    font-size:clamp(30px, 2.7vw, 42px)!important;
    line-height:1.02!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button{
    min-width:210px!important;
  }
}

/* Tablet: premium but not oversized */
@media (min-width:768px) and (max-width:1024px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    min-height:150px!important;
    border-radius:22px!important;
  }

  .almara-water-proof-section .almara-cta{
    min-height:150px!important;
    padding:36px 42px!important;
    display:grid!important;
    grid-template-columns:minmax(210px, 1fr) auto!important;
    align-items:center!important;
    column-gap:34px!important;
    background:transparent!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:13ch!important;
    margin:0!important;
    text-align:left!important;
    font-size:clamp(26px, 3vw, 34px)!important;
    line-height:1.02!important;
  }
}

/* Mobile: keep the successful stacked treatment, slightly calmer. */
@media (max-width:767px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:min(calc(100% - 42px), 330px)!important;
    max-width:330px!important;
    margin:18px auto 0!important;
    border-radius:24px!important;
    min-height:auto!important;
  }

  .almara-water-proof-section .almara-cta{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:18px!important;
    min-height:auto!important;
    padding:34px 22px!important;
    background:transparent!important;
    text-align:center!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:13ch!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:clamp(27px, 7.3vw, 34px)!important;
    line-height:1.02!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button{
    width:100%!important;
    max-width:240px!important;
    min-width:0!important;
    min-height:50px!important;
    padding:14px 22px!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:min(calc(100% - 34px), 318px)!important;
    max-width:318px!important;
  }

  .almara-water-proof-section .almara-cta{
    padding:32px 20px!important;
    gap:17px!important;
  }
}


/* ==========================================================
   WATER PROOF – V1.3.53.49 CTA SAFE RESTORE
   Reverts the risky v48 behavior by styling the real `.almara-cta`
   as the visible panel. No last-child panel dependency.
   Scope: explicit Water-Proof section only.
   ========================================================== */

.almara-water-proof-section > .elementor-element:last-child,
.almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
.elementor .almara-water-proof-section > .elementor-element:last-child,
.elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
.almara-water-proof-section .almara-water-conversion,
.almara-water-proof-section .almara-water-cta,
.almara-water-proof-section .almara-conversion,
.elementor .almara-water-proof-section .almara-water-conversion,
.elementor .almara-water-proof-section .almara-water-cta,
.elementor .almara-water-proof-section .almara-conversion{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  overflow:visible!important;
}

.almara-water-proof-section .almara-cta,
.elementor .almara-water-proof-section .almara-cta{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:min(1040px, calc(100% - 104px))!important;
  max-width:1040px!important;
  min-height:172px!important;
  margin:clamp(24px, 2.6vw, 36px) auto clamp(38px, 4vw, 58px)!important;
  padding:42px 56px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.13) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #28546a 0%, #1f3c4c 58%, #183443 100%)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 26px 62px rgba(18,49,66,.16)!important;
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) auto!important;
  align-items:center!important;
  justify-content:space-between!important;
  column-gap:64px!important;
  text-align:left!important;
}

.almara-water-proof-section .almara-cta::before,
.elementor .almara-water-proof-section .almara-cta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,0) 58%);
  pointer-events:none;
}

.almara-water-proof-section .almara-cta h2,
.elementor .almara-water-proof-section .almara-cta h2,
.almara-water-proof-section .almara-cta .elementor-heading-title,
.elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
  color:#fff!important;
  max-width:14ch!important;
  margin:0!important;
  text-align:left!important;
  font-size:clamp(30px, 2.5vw, 42px)!important;
  line-height:1.04!important;
  letter-spacing:-.015em!important;
}

.almara-water-proof-section .almara-cta .almara-btn,
.elementor .almara-water-proof-section .almara-cta .almara-btn,
.almara-water-proof-section .almara-cta .elementor-button,
.elementor .almara-water-proof-section .almara-cta .elementor-button,
.almara-water-proof-section .almara-cta a,
.elementor .almara-water-proof-section .almara-cta a{
  justify-self:end!important;
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:210px!important;
  max-width:260px!important;
  min-height:52px!important;
  padding:15px 30px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--almara-blue)!important;
  border:1px solid rgba(255,255,255,.82)!important;
  text-align:center!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  box-shadow:0 16px 34px rgba(0,0,0,.16)!important;
}

.almara-water-proof-section .almara-cta .almara-btn:hover,
.elementor .almara-water-proof-section .almara-cta .almara-btn:hover,
.almara-water-proof-section .almara-cta .elementor-button:hover,
.elementor .almara-water-proof-section .almara-cta .elementor-button:hover,
.almara-water-proof-section .almara-cta a:hover,
.elementor .almara-water-proof-section .almara-cta a:hover{
  transform:translate3d(0,-2px,0)!important;
  box-shadow:0 20px 40px rgba(0,0,0,.20)!important;
}

@media (min-width:768px) and (max-width:1024px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    width:min(760px, calc(100% - 52px))!important;
    max-width:760px!important;
    min-height:154px!important;
    margin:24px auto 42px!important;
    padding:36px 42px!important;
    border-radius:24px!important;
    grid-template-columns:minmax(0, 1fr) auto!important;
    column-gap:38px!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:13ch!important;
    font-size:clamp(27px, 3.1vw, 34px)!important;
    line-height:1.04!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .elementor-button,
  .almara-water-proof-section .almara-cta a,
  .elementor .almara-water-proof-section .almara-cta a{
    min-width:188px!important;
    min-height:48px!important;
    padding:13px 26px!important;
    font-size:13px!important;
  }
}

@media (max-width:767px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    width:min(calc(100% - 34px), 330px)!important;
    max-width:330px!important;
    min-height:auto!important;
    margin:18px auto 0!important;
    padding:34px 22px!important;
    border-radius:26px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:18px!important;
    text-align:center!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:13ch!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:clamp(29px, 7.8vw, 36px)!important;
    line-height:1.02!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .elementor-button,
  .almara-water-proof-section .almara-cta a,
  .elementor .almara-water-proof-section .almara-cta a{
    justify-self:center!important;
    width:100%!important;
    max-width:246px!important;
    min-width:0!important;
    min-height:50px!important;
    margin:0 auto!important;
    padding:14px 22px!important;
    font-size:14px!important;
  }
}

@media (max-width:420px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    width:min(calc(100% - 34px), 318px)!important;
    max-width:318px!important;
    padding:32px 20px!important;
    gap:16px!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    font-size:clamp(28px, 7.5vw, 34px)!important;
    max-width:12ch!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .elementor-button,
  .almara-water-proof-section .almara-cta a,
  .elementor .almara-water-proof-section .almara-cta a{
    max-width:236px!important;
  }
}

/* ==========================================================
   ALMARA Platform – v1.3.53.50 CTA Desktop Contrast Fix
   Scope: Desktop only inside .almara-water-proof-section.
   Purpose: restore the CTA as a clearly visible dark premium panel
   without touching the stable tablet/mobile CTA behavior.
   ========================================================== */

@media (min-width: 1025px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    background:linear-gradient(180deg, #24495d 0%, #1f3c4c 100%)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    box-shadow:0 24px 58px rgba(18,49,66,.18)!important;
    opacity:1!important;
  }

  .almara-water-proof-section > .elementor-element:last-child::before,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::before,
  .elementor .almara-water-proof-section > .elementor-element:last-child::before,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::before,
  .almara-water-proof-section .almara-water-conversion::before,
  .almara-water-proof-section .almara-water-cta::before,
  .almara-water-proof-section .almara-conversion::before,
  .elementor .almara-water-proof-section .almara-water-conversion::before,
  .elementor .almara-water-proof-section .almara-water-cta::before,
  .elementor .almara-water-proof-section .almara-conversion::before{
    background:
      radial-gradient(circle at 22% 20%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 38%),
      radial-gradient(circle at 82% 78%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 36%),
      linear-gradient(180deg, rgba(255,255,255,.045) 0%, rgba(255,255,255,0) 62%)!important;
    opacity:1!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section .almara-water-conversion .almara-cta,
  .almara-water-proof-section .almara-water-cta .almara-cta,
  .almara-water-proof-section .almara-conversion .almara-cta,
  .elementor .almara-water-proof-section .almara-water-conversion .almara-cta,
  .elementor .almara-water-proof-section .almara-water-cta .almara-cta,
  .elementor .almara-water-proof-section .almara-conversion .almara-cta{
    background:transparent!important;
    color:#fff!important;
    opacity:1!important;
  }

  .almara-water-proof-section > .elementor-element:last-child h2,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
  .elementor .almara-water-proof-section > .elementor-element:last-child h2,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child h2,
  .almara-water-proof-section .almara-water-conversion h2,
  .almara-water-proof-section .almara-water-cta h2,
  .almara-water-proof-section .almara-conversion h2,
  .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-heading-title,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-heading-title,
  .almara-water-proof-section .almara-water-conversion .elementor-heading-title,
  .almara-water-proof-section .almara-water-cta .elementor-heading-title,
  .almara-water-proof-section .almara-conversion .elementor-heading-title{
    color:#fff!important;
    opacity:1!important;
    text-shadow:0 1px 18px rgba(0,0,0,.12)!important;
  }

  .almara-water-proof-section > .elementor-element:last-child p,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child p,
  .elementor .almara-water-proof-section > .elementor-element:last-child p,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child p,
  .almara-water-proof-section .almara-water-conversion p,
  .almara-water-proof-section .almara-water-cta p,
  .almara-water-proof-section .almara-conversion p{
    color:rgba(255,255,255,.82)!important;
    opacity:1!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .elementor-element:last-child .elementor-button,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .elementor-button,
  .almara-water-proof-section .almara-water-conversion .elementor-button,
  .almara-water-proof-section .almara-water-cta .elementor-button,
  .almara-water-proof-section .almara-conversion .elementor-button,
  .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-btn{
    background:#fff!important;
    color:#1f3c4c!important;
    opacity:1!important;
    border-color:rgba(255,255,255,.82)!important;
    box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
  }
}

/* ==========================================================
   WATER PROOF – V1.3.53.51 CTA LAYER CLEANUP
   Removes unintended double/inner overlay frame on the CTA panel.
   Scope: explicit Water-Proof wrapper only.
   ========================================================== */

@media (min-width:768px){
  .almara-water-proof-section > .elementor-element:last-child::before,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::before,
  .elementor .almara-water-proof-section > .elementor-element:last-child::before,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::before,
  .almara-water-proof-section .almara-water-conversion::before,
  .almara-water-proof-section .almara-water-cta::before,
  .almara-water-proof-section .almara-conversion::before,
  .elementor .almara-water-proof-section .almara-water-conversion::before,
  .elementor .almara-water-proof-section .almara-water-cta::before,
  .elementor .almara-water-proof-section .almara-conversion::before,
  .almara-water-proof-section > .elementor-element:last-child::after,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::after,
  .elementor .almara-water-proof-section > .elementor-element:last-child::after,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child::after,
  .almara-water-proof-section .almara-water-conversion::after,
  .almara-water-proof-section .almara-water-cta::after,
  .almara-water-proof-section .almara-conversion::after,
  .elementor .almara-water-proof-section .almara-water-conversion::after,
  .elementor .almara-water-proof-section .almara-water-cta::after,
  .elementor .almara-water-proof-section .almara-conversion::after{
    content:none!important;
    display:none!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
  }

  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    outline:0!important;
  }

  .almara-water-proof-section .almara-cta::before,
  .almara-water-proof-section .almara-cta::after,
  .elementor .almara-water-proof-section .almara-cta::before,
  .elementor .almara-water-proof-section .almara-cta::after{
    content:none!important;
    display:none!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
  }

  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    background:linear-gradient(180deg,#25485b 0%,#1f3c4c 100%)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 18px 42px rgba(21,41,54,.15)!important;
    overflow:hidden!important;
  }

  .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .elementor-element:last-child > .e-con-inner,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child > .e-con-inner,
  .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .almara-water-proof-section .almara-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-conversion > .e-con-inner,
  .elementor .almara-water-proof-section .almara-water-cta > .e-con-inner,
  .elementor .almara-water-proof-section .almara-conversion > .e-con-inner{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
}

/* ==========================================================
   ALMARA – V1.3.53.52 FINAL POLISH FREEZE CANDIDATE
   Scope: conservative polish only. No Hero V2 / Water Visual changes.
   ========================================================== */

/* CTA final balance: keep one clean panel, improve desktop/tablet rhythm. */
@media (min-width:768px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    margin-bottom:clamp(26px, 3vw, 42px)!important;
    box-shadow:0 18px 42px rgba(21, 41, 54, .15)!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section .almara-water-conversion .almara-cta,
  .almara-water-proof-section .almara-water-cta .almara-cta,
  .almara-water-proof-section .almara-conversion .almara-cta{
    min-height:128px!important;
    padding:34px clamp(34px, 5vw, 72px)!important;
    gap:clamp(24px, 4vw, 64px)!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta h2,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta h2,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta h2,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta h2,
  .almara-water-proof-section .almara-water-conversion .almara-cta h2,
  .almara-water-proof-section .almara-water-cta .almara-cta h2,
  .almara-water-proof-section .almara-conversion .almara-cta h2{
    font-size:clamp(28px, 2.15vw, 38px)!important;
    line-height:1.03!important;
    letter-spacing:-.018em!important;
    max-width:11.5ch!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-cta .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-cta .almara-btn{
    min-width:174px!important;
    min-height:42px!important;
    padding:12px 24px!important;
    font-size:13px!important;
  }
}

@media (min-width:1025px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    width:min(980px, calc(100% - 112px))!important;
    max-width:980px!important;
    border-radius:17px!important;
  }
}

/* Mobile: keep the good stacked CTA; only prevent accidental footer collision. */
@media (max-width:767px){
  .almara-water-proof-section > .elementor-element:last-child,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .elementor-element:last-child,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child,
  .almara-water-proof-section .almara-water-conversion,
  .almara-water-proof-section .almara-water-cta,
  .almara-water-proof-section .almara-conversion,
  .elementor .almara-water-proof-section .almara-water-conversion,
  .elementor .almara-water-proof-section .almara-water-cta,
  .elementor .almara-water-proof-section .almara-conversion{
    margin-bottom:22px!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section .almara-water-conversion .almara-cta,
  .almara-water-proof-section .almara-water-cta .almara-cta,
  .almara-water-proof-section .almara-conversion .almara-cta{
    min-height:168px!important;
    padding:34px 22px!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.53.53 FINAL FREEZE
   Final CTA headline polish: no three-line desktop headline.
   Scope: CTA only. Hero V2 and Water Visual untouched.
   ========================================================== */

@media (min-width:1025px){
  .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta,
  .almara-water-proof-section .almara-water-conversion .almara-cta,
  .almara-water-proof-section .almara-water-cta .almara-cta,
  .almara-water-proof-section .almara-conversion .almara-cta{
    min-height:132px!important;
    padding:34px clamp(42px, 5.2vw, 78px)!important;
    gap:clamp(42px, 6vw, 96px)!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta h2,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta h2,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta h2,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta h2,
  .almara-water-proof-section .almara-water-conversion .almara-cta h2,
  .almara-water-proof-section .almara-water-cta .almara-cta h2,
  .almara-water-proof-section .almara-conversion .almara-cta h2{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    white-space:nowrap!important;
    font-size:clamp(29px, 2.05vw, 36px)!important;
    line-height:1.02!important;
    letter-spacing:-.022em!important;
    margin:0!important;
  }

  .almara-water-proof-section > .elementor-element:last-child .almara-cta .almara-btn,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta .almara-btn,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta .almara-btn,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta .almara-btn,
  .almara-water-proof-section .almara-water-conversion .almara-cta .almara-btn,
  .almara-water-proof-section .almara-water-cta .almara-cta .almara-btn,
  .almara-water-proof-section .almara-conversion .almara-cta .almara-btn{
    min-width:186px!important;
    min-height:44px!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .almara-water-proof-section > .elementor-element:last-child .almara-cta h2,
  .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta h2,
  .elementor .almara-water-proof-section > .elementor-element:last-child .almara-cta h2,
  .elementor .almara-water-proof-section > .e-con-inner > .elementor-element:last-child .almara-cta h2,
  .almara-water-proof-section .almara-water-conversion .almara-cta h2,
  .almara-water-proof-section .almara-water-cta .almara-cta h2,
  .almara-water-proof-section .almara-conversion .almara-cta h2{
    max-width:14.5ch!important;
    font-size:clamp(24px, 3.1vw, 31px)!important;
    line-height:1.04!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.53.54 CTA FINAL BALANCE / FREEZE
   Goal:
   - desktop headline on one line with balanced inner margins
   - tablet gets the same left/right padding logic and calmer spacing
   - text reads as invitation, button as action
   - mobile stacked CTA remains unchanged
   ========================================================== */

@media (min-width:1025px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:clamp(64px, 9vw, 132px)!important;
    padding:40px 64px!important;
    min-height:168px!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:none!important;
    width:auto!important;
    white-space:nowrap!important;
    margin:0!important;
    font-size:clamp(24px, 2.1vw, 32px)!important;
    line-height:1.06!important;
    letter-spacing:-0.02em!important;
    text-align:left!important;
    justify-self:start!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .elementor-button{
    justify-self:end!important;
    min-width:184px!important;
    max-width:none!important;
    min-height:50px!important;
    padding:14px 26px!important;
    margin:0!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:clamp(28px, 5vw, 54px)!important;
    padding:32px 34px!important;
    min-height:142px!important;
    text-align:left!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:none!important;
    width:auto!important;
    margin:0!important;
    font-size:clamp(19px, 2.35vw, 25px)!important;
    line-height:1.08!important;
    letter-spacing:-0.018em!important;
    text-align:left!important;
    text-wrap:balance!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .elementor-button{
    justify-self:end!important;
    min-width:170px!important;
    max-width:none!important;
    min-height:48px!important;
    padding:13px 24px!important;
    margin:0!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.53.55 FINAL FREEZE
   Final CTA breakpoint logic:
   - Desktop: one-line invitation, balanced left/right padding
   - Tablet: two-line invitation, calm spacing to the action
   - Mobile: keep the stable stacked card
   ========================================================== */

@media (min-width:1025px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:clamp(70px, 9vw, 132px)!important;
    padding-left:64px!important;
    padding-right:64px!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:none!important;
    white-space:nowrap!important;
    font-size:clamp(24px, 2.05vw, 31px)!important;
    line-height:1.06!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .elementor-button{
    min-width:184px!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .almara-water-proof-section .almara-cta,
  .elementor .almara-water-proof-section .almara-cta{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:clamp(32px, 5vw, 58px)!important;
    padding-left:34px!important;
    padding-right:34px!important;
  }

  .almara-water-proof-section .almara-cta h2,
  .almara-water-proof-section .almara-cta .elementor-heading-title,
  .elementor .almara-water-proof-section .almara-cta h2,
  .elementor .almara-water-proof-section .almara-cta .elementor-heading-title{
    max-width:12.8ch!important;
    width:auto!important;
    white-space:normal!important;
    font-size:clamp(22px, 3vw, 30px)!important;
    line-height:1.04!important;
    text-align:left!important;
  }

  .almara-water-proof-section .almara-cta .almara-btn,
  .almara-water-proof-section .almara-cta .elementor-button,
  .elementor .almara-water-proof-section .almara-cta .almara-btn,
  .elementor .almara-water-proof-section .almara-cta .elementor-button{
    min-width:168px!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.54.00 EXPERIENCE SOCIAL
   Neutral architecture for the current "ALMARA Moments" label.
   Technical scope remains experience-social so category naming can change later.
   Existing Water v1.3.53.55 classes are not modified.
   ========================================================== */

.almara-hero-v2--experience-social{
  --almara-social-accent:#6EC1C2;
  --almara-social-warm:#F4EDE4;
  --almara-social-blue:#1F3C4C;
  padding-top:clamp(112px,11vw,172px)!important;
  padding-bottom:clamp(70px,8vw,126px)!important;
}

.almara-hero-v2--experience-social .almara-copy{
  max-width:680px!important;
}

.almara-hero-v2--experience-social .almara-hero-title,
.almara-hero-v2--experience-social .almara-hero-title .elementor-heading-title{
  max-width:660px!important;
}

.almara-hero-v2--experience-social .almara-lead{
  max-width:620px!important;
}

.almara-hero-v2--experience-social .almara-visual-wrap{
  align-self:center!important;
}

.almara-hero-video-wrap--experience-social{
  min-height:clamp(360px,34vw,520px)!important;
  border-radius:28px!important;
  box-shadow:0 30px 90px rgba(20,45,55,.14)!important;
  background:radial-gradient(circle at 50% 50%,rgba(110,193,194,.20),rgba(255,255,255,.70) 38%,rgba(244,237,228,.82) 100%)!important;
}

.almara-hero-video-wrap--experience-social .almara-hero-video-overlay{
  background:
    linear-gradient(180deg,rgba(31,60,76,.02) 0%,rgba(31,60,76,.12) 100%),
    radial-gradient(circle at 58% 45%,rgba(110,193,194,.10),transparent 42%)!important;
}

.almara-social-media-pill{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  z-index:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:104px!important;
  height:104px!important;
  padding:14px!important;
  border-radius:999px!important;
  border:1px solid rgba(31,60,76,.18)!important;
  background:rgba(255,255,255,.50)!important;
  color:var(--almara-blue)!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:10px!important;
  line-height:1.24!important;
  letter-spacing:.12em!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  text-align:center!important;
  box-shadow:0 0 56px rgba(110,193,194,.26)!important;
  backdrop-filter:blur(8px)!important;
}

.almara-social-setups,
.almara-social-collections,
.almara-social-usecases{
  display:grid!important;
  gap:20px!important;
  width:100%!important;
}

.almara-social-setups{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
}

.almara-social-collections{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.almara-social-usecases{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.almara-social-setup-card,
.almara-social-collection-card,
.almara-social-usecase-card{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(31,60,76,.14)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.68)!important;
  box-shadow:0 16px 46px rgba(20,45,55,.08)!important;
  padding:clamp(24px,3vw,36px)!important;
  color:var(--almara-blue)!important;
}

.almara-social-setup-card::before,
.almara-social-collection-card::before{
  content:""!important;
  position:absolute!important;
  inset:auto -24% -48% 24%!important;
  height:170px!important;
  border-radius:999px!important;
  background:radial-gradient(circle,rgba(110,193,194,.20),transparent 66%)!important;
  pointer-events:none!important;
}

.almara-social-card-kicker,
.almara-social-setup-card span{
  font-family:'Inter',Arial,sans-serif!important;
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  font-weight:800!important;
  color:rgba(31,60,76,.62)!important;
}

.almara-social-setup-card h3,
.almara-social-collection-card h3,
.almara-social-usecase-card h3{
  font-family:'Cormorant Garamond',Georgia,serif!important;
  font-size:clamp(28px,2.45vw,40px)!important;
  line-height:1.04!important;
  font-weight:600!important;
  color:var(--almara-blue)!important;
  margin:12px 0 12px!important;
}

.almara-social-usecase-card h3{
  font-size:clamp(24px,2vw,32px)!important;
}

.almara-social-setup-card p,
.almara-social-collection-card p,
.almara-social-usecase-card p{
  font-family:'Inter',Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:rgba(31,60,76,.78)!important;
  margin:0!important;
}

.almara-social-setup-card span{
  display:inline-flex!important;
  align-items:center!important;
  margin-top:22px!important;
  padding:9px 12px!important;
  border-radius:999px!important;
  background:rgba(110,193,194,.13)!important;
  border:1px solid rgba(110,193,194,.24)!important;
  color:rgba(31,60,76,.78)!important;
}

.almara-social-collection-card ul{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  list-style:none!important;
  padding:0!important;
  margin:24px 0 0!important;
}

.almara-social-collection-card li{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  border:1px solid rgba(31,60,76,.12)!important;
  background:rgba(244,237,228,.62)!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:700!important;
  color:rgba(31,60,76,.72)!important;
}

.almara-social-proof{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)!important;
  gap:clamp(28px,5vw,64px)!important;
  align-items:center!important;
}

.almara-social-proof__media{
  position:relative!important;
  overflow:hidden!important;
  border-radius:28px!important;
  border:1px solid rgba(31,60,76,.14)!important;
  box-shadow:0 30px 90px rgba(20,45,55,.14)!important;
  background:rgba(255,255,255,.58)!important;
  min-height:420px!important;
}

.almara-social-proof__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:420px!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(1.03) contrast(1.02)!important;
  transform:scale(1.01)!important;
}

.almara-social-proof__badges{
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:22px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  z-index:3!important;
}

.almara-social-proof__badges span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(255,255,255,.56)!important;
  color:var(--almara-blue)!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  backdrop-filter:blur(8px)!important;
  box-shadow:0 12px 28px rgba(20,45,55,.12)!important;
}

.almara-social-proof__copy h2,
.almara-social-partner-teaser h2{
  font-family:'Cormorant Garamond',Georgia,serif!important;
  font-size:clamp(38px,3.4vw,58px)!important;
  line-height:1.04!important;
  font-weight:600!important;
  color:var(--almara-blue)!important;
  margin:10px 0 18px!important;
}

.almara-social-proof__copy p,
.almara-social-partner-teaser p{
  font-family:'Inter',Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.8!important;
  color:rgba(31,60,76,.78)!important;
  margin:0!important;
  max-width:560px!important;
}

.almara-social-partner-teaser{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:clamp(24px,4vw,60px)!important;
  align-items:center!important;
  padding:clamp(30px,4vw,54px)!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.58)!important;
  border:1px solid rgba(31,60,76,.12)!important;
  box-shadow:0 20px 62px rgba(20,45,55,.08)!important;
}

.almara-experience-social-proof-section,
.almara-experience-social-partner-section{
  width:min(1280px,calc(100% - 64px))!important;
}

@media (max-width:1024px){
  .almara-hero-v2--experience-social{
    padding-top:104px!important;
  }
  .almara-social-proof,
  .almara-social-partner-teaser{
    grid-template-columns:1fr!important;
  }
  .almara-social-usecases{
    grid-template-columns:1fr!important;
  }
  .almara-social-partner-teaser .almara-btn{
    justify-self:start!important;
  }
}

@media (max-width:767px){
  .almara-hero-v2--experience-social{
    padding-top:74px!important;
    padding-bottom:56px!important;
  }
  .almara-social-setups,
  .almara-social-collections,
  .almara-social-usecases{
    grid-template-columns:1fr!important;
  }
  .almara-hero-video-wrap--experience-social{
    min-height:260px!important;
    max-width:none!important;
    border-radius:22px!important;
  }
  .almara-social-media-pill{
    width:82px!important;
    height:82px!important;
    font-size:8px!important;
  }
  .almara-social-proof__media,
  .almara-social-proof__media img{
    min-height:300px!important;
  }
  .almara-social-proof__badges{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    gap:7px!important;
  }
  .almara-social-proof__badges span{
    min-height:28px!important;
    padding:7px 9px!important;
    font-size:8px!important;
  }
  .almara-experience-social-proof-section,
  .almara-experience-social-partner-section{
    width:calc(100% - 32px)!important;
  }
}

/* ==========================================================
   ALMARA – V1.3.54.02 EXPERIENCE SOCIAL RESPONSIVE FIX
   Scope: Social/experience page only. Protects Water v1.3.53.55.
   Fixes: mobile hero media sizing, card overflow, proof collapse,
   Elementor responsive preview behavior.
   ========================================================== */

.almara-page-experience-social__hero,
.almara-page-experience-social__hero *,
.almara-social-setups,
.almara-social-setups *,
.almara-social-collections,
.almara-social-collections *,
.almara-social-usecases,
.almara-social-usecases *,
.almara-social-proof,
.almara-social-proof *,
.almara-social-partner-teaser,
.almara-social-partner-teaser *{
  box-sizing:border-box!important;
}

.almara-page-experience-social__hero .almara-social-hero-media,
.almara-page-experience-social__hero .almara-social-hero-media .elementor-widget-container{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

.almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}

.almara-page-experience-social__hero .almara-hero-video,
.almara-page-experience-social__hero .almara-hero-video-fallback{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

@media (min-width:1025px){
  .almara-page-experience-social__hero{
    grid-template-columns:minmax(390px,.74fr) minmax(560px,1.26fr)!important;
    gap:clamp(52px,6vw,92px)!important;
    align-items:center!important;
  }

  .almara-page-experience-social__hero .almara-visual-wrap{
    width:100%!important;
    max-width:none!important;
  }

  .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    min-height:clamp(390px,34vw,540px)!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .almara-page-experience-social__hero{
    width:min(860px,calc(100% - 56px))!important;
    max-width:860px!important;
    padding-top:86px!important;
    padding-bottom:58px!important;
    gap:34px!important;
  }

  .almara-page-experience-social__hero .almara-copy{
    max-width:620px!important;
  }

  .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    min-height:360px!important;
    border-radius:28px!important;
  }

  .almara-social-usecases{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:767px){
  html,
  body{
    overflow-x:hidden!important;
  }

  .almara-page-experience-social__hero,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    width:min(100%, calc(100vw - 32px))!important;
    max-width:420px!important;
    min-height:0!important;
    height:auto!important;
    margin:0 auto!important;
    padding-top:52px!important;
    padding-bottom:40px!important;
    gap:28px!important;
    overflow:visible!important;
  }

  .almara-page-experience-social__hero .almara-copy,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-copy{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    text-align:left!important;
  }

  .almara-page-experience-social__hero .almara-eyebrow,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-eyebrow{
    text-align:left!important;
    margin-bottom:16px!important;
  }

  .almara-page-experience-social__hero .almara-hero-title,
  .almara-page-experience-social__hero .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-title,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-title .elementor-heading-title{
    width:100%!important;
    max-width:10.8ch!important;
    margin:0 0 20px!important;
    text-align:left!important;
    font-size:clamp(40px,11.4vw,50px)!important;
    line-height:1.04!important;
    letter-spacing:-.012em!important;
  }

  .almara-page-experience-social__hero .almara-lead,
  .almara-page-experience-social__hero .almara-lead p,
  .almara-page-experience-social__hero .elementor-widget-text-editor,
  .almara-page-experience-social__hero .elementor-widget-text-editor p,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-lead,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .elementor-widget-text-editor p{
    width:100%!important;
    max-width:34ch!important;
    margin:0!important;
    text-align:left!important;
    font-size:14px!important;
    line-height:1.58!important;
  }

  .almara-page-experience-social__hero .almara-actions,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions{
    justify-content:flex-start!important;
    align-items:center!important;
    gap:10px!important;
    margin-top:26px!important;
    flex-wrap:wrap!important;
  }

  .almara-page-experience-social__hero .almara-actions .almara-btn,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions .almara-btn{
    width:auto!important;
    min-width:132px!important;
    max-width:100%!important;
    min-height:40px!important;
    height:40px!important;
    padding:0 18px!important;
    font-size:12px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  .almara-page-experience-social__hero .almara-visual-wrap,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-visual-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
  }

  .almara-page-experience-social__hero .almara-social-hero-media,
  .almara-page-experience-social__hero .almara-social-hero-media .elementor-widget-container,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-hero-media,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-hero-media .elementor-widget-container{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
  }

  .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:1.44/1!important;
    border-radius:22px!important;
    margin:0 auto!important;
    box-shadow:0 22px 62px rgba(20,45,55,.12)!important;
  }

  .almara-page-experience-social__hero .almara-social-media-pill,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-media-pill{
    width:78px!important;
    height:78px!important;
    padding:10px!important;
    font-size:7px!important;
    line-height:1.18!important;
    letter-spacing:.10em!important;
  }

  .almara-social-setups,
  .almara-social-collections,
  .almara-social-usecases,
  body[data-elementor-device-mode="mobile"] .almara-social-setups,
  body[data-elementor-device-mode="mobile"] .almara-social-collections,
  body[data-elementor-device-mode="mobile"] .almara-social-usecases{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:16px!important;
    overflow:visible!important;
  }

  .almara-social-setup-card,
  .almara-social-collection-card,
  .almara-social-usecase-card,
  body[data-elementor-device-mode="mobile"] .almara-social-setup-card,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card,
  body[data-elementor-device-mode="mobile"] .almara-social-usecase-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:24px 22px!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }

  .almara-social-setup-card h3,
  .almara-social-collection-card h3,
  .almara-social-usecase-card h3,
  body[data-elementor-device-mode="mobile"] .almara-social-setup-card h3,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card h3,
  body[data-elementor-device-mode="mobile"] .almara-social-usecase-card h3{
    font-size:clamp(28px,8.6vw,36px)!important;
    line-height:1.04!important;
    overflow-wrap:anywhere!important;
  }

  .almara-social-setup-card p,
  .almara-social-collection-card p,
  .almara-social-usecase-card p,
  body[data-elementor-device-mode="mobile"] .almara-social-setup-card p,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card p,
  body[data-elementor-device-mode="mobile"] .almara-social-usecase-card p{
    font-size:14px!important;
    line-height:1.66!important;
  }

  .almara-social-collection-card ul,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card ul{
    gap:7px!important;
  }

  .almara-social-collection-card li,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card li{
    min-height:30px!important;
    padding:6px 10px!important;
    font-size:11px!important;
  }

  .almara-experience-social-proof-section,
  .almara-experience-social-partner-section,
  body[data-elementor-device-mode="mobile"] .almara-experience-social-proof-section,
  body[data-elementor-device-mode="mobile"] .almara-experience-social-partner-section{
    width:min(100%, calc(100vw - 32px))!important;
    max-width:420px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow:visible!important;
  }

  .almara-social-proof,
  body[data-elementor-device-mode="mobile"] .almara-social-proof{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:22px!important;
  }

  .almara-social-proof__media,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__media{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:1.15/1!important;
    border-radius:22px!important;
  }

  .almara-social-proof__media img,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__media img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  .almara-social-proof__copy,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    text-align:left!important;
  }

  .almara-social-proof__copy h2,
  .almara-social-partner-teaser h2,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__copy h2,
  body[data-elementor-device-mode="mobile"] .almara-social-partner-teaser h2{
    font-size:clamp(34px,9.4vw,44px)!important;
    line-height:1.04!important;
  }

  .almara-social-proof__badges,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__badges{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    gap:6px!important;
  }

  .almara-social-proof__badges span,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__badges span{
    min-height:26px!important;
    padding:6px 8px!important;
    font-size:7px!important;
    letter-spacing:.09em!important;
  }

  .almara-social-partner-teaser,
  body[data-elementor-device-mode="mobile"] .almara-social-partner-teaser{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:26px 22px!important;
    border-radius:22px!important;
    gap:20px!important;
  }
}

@media (max-width:380px){
  .almara-page-experience-social__hero .almara-actions,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions{
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  .almara-page-experience-social__hero .almara-actions .almara-btn,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions .almara-btn{
    min-width:172px!important;
  }

  .almara-social-proof__badges,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__badges{
    position:static!important;
    display:flex!important;
    padding:12px!important;
    background:rgba(255,255,255,.58)!important;
  }

  .almara-social-proof__media,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__media{
    aspect-ratio:1.08/1!important;
  }
}

/* ==========================================================
   ALMARA – V1.3.54.03 EXPERIENCE SOCIAL TYPOGRAPHY + SPACING FIX
   Scope: Social/experience page only. Protects Water v1.3.53.55.
   Fixes: tablet card typography, mobile hero density, proof copy balance,
   and softer use-case wording layout.
   ========================================================== */

.almara-social-setup-card,
.almara-social-collection-card,
.almara-social-usecase-card{
  text-align:left!important;
  word-spacing:normal!important;
  hyphens:none!important;
}

.almara-social-setup-card p,
.almara-social-collection-card p,
.almara-social-usecase-card p,
.almara-social-proof__copy p,
.almara-social-partner-teaser p{
  text-align:left!important;
  text-wrap:pretty;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

@media (min-width:768px) and (max-width:1024px){
  .almara-social-setups,
  .almara-social-collections{
    gap:20px!important;
  }

  .almara-social-setup-card,
  .almara-social-collection-card{
    padding:28px 26px!important;
    border-radius:22px!important;
  }

  .almara-social-usecase-card{
    padding:26px 28px!important;
    border-radius:22px!important;
  }

  .almara-social-setup-card h3,
  .almara-social-collection-card h3{
    font-size:clamp(25px,3.05vw,32px)!important;
    line-height:1.06!important;
    letter-spacing:-.008em!important;
    margin-bottom:14px!important;
    max-width:11.5ch!important;
  }

  .almara-social-usecase-card h3{
    font-size:clamp(24px,2.75vw,30px)!important;
    line-height:1.08!important;
    margin-bottom:12px!important;
  }

  .almara-social-setup-card p,
  .almara-social-collection-card p,
  .almara-social-usecase-card p{
    max-width:95%!important;
    font-size:14px!important;
    line-height:1.58!important;
    letter-spacing:0!important;
  }

  .almara-social-card-kicker,
  .almara-social-collection-card .almara-eyebrow{
    font-size:10px!important;
    letter-spacing:.17em!important;
    margin-bottom:13px!important;
  }

  .almara-social-collection-card ul{
    margin-top:20px!important;
    gap:8px!important;
  }

  .almara-social-collection-card li{
    min-height:30px!important;
    padding:6px 11px!important;
    font-size:11px!important;
  }

  .almara-social-proof__copy h2,
  .almara-social-partner-teaser h2{
    font-size:clamp(34px,4.8vw,48px)!important;
    line-height:1.04!important;
    max-width:13ch!important;
  }

  .almara-social-proof__copy p,
  .almara-social-partner-teaser p{
    max-width:52ch!important;
    font-size:14px!important;
    line-height:1.68!important;
  }
}

@media (max-width:767px){
  .almara-page-experience-social__hero,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero{
    padding-top:44px!important;
    padding-bottom:34px!important;
    gap:22px!important;
  }

  .almara-page-experience-social__hero .almara-hero-title,
  .almara-page-experience-social__hero .almara-hero-title .elementor-heading-title,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-title,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-title .elementor-heading-title{
    margin-bottom:16px!important;
    font-size:clamp(38px,10.2vw,48px)!important;
  }

  .almara-page-experience-social__hero .almara-actions,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions{
    margin-top:20px!important;
    margin-bottom:0!important;
  }

  .almara-page-experience-social__hero .almara-visual-wrap,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-visual-wrap{
    margin-top:2px!important;
  }

  .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
  body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    aspect-ratio:1.38/1!important;
    min-height:220px!important;
  }

  .almara-social-setups,
  .almara-social-collections,
  .almara-social-usecases,
  body[data-elementor-device-mode="mobile"] .almara-social-setups,
  body[data-elementor-device-mode="mobile"] .almara-social-collections,
  body[data-elementor-device-mode="mobile"] .almara-social-usecases{
    gap:14px!important;
  }

  .almara-social-setup-card,
  .almara-social-collection-card,
  .almara-social-usecase-card,
  body[data-elementor-device-mode="mobile"] .almara-social-setup-card,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card,
  body[data-elementor-device-mode="mobile"] .almara-social-usecase-card{
    padding:22px 20px!important;
  }

  .almara-social-setup-card h3,
  .almara-social-collection-card h3,
  .almara-social-usecase-card h3,
  body[data-elementor-device-mode="mobile"] .almara-social-setup-card h3,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card h3,
  body[data-elementor-device-mode="mobile"] .almara-social-usecase-card h3{
    font-size:clamp(25px,7.25vw,32px)!important;
    line-height:1.06!important;
    max-width:12.5ch!important;
    margin-bottom:12px!important;
  }

  .almara-social-setup-card p,
  .almara-social-collection-card p,
  .almara-social-usecase-card p,
  body[data-elementor-device-mode="mobile"] .almara-social-setup-card p,
  body[data-elementor-device-mode="mobile"] .almara-social-collection-card p,
  body[data-elementor-device-mode="mobile"] .almara-social-usecase-card p{
    max-width:31ch!important;
    font-size:13px!important;
    line-height:1.62!important;
  }

  .almara-social-proof,
  body[data-elementor-device-mode="mobile"] .almara-social-proof{
    gap:18px!important;
  }

  .almara-social-proof__copy,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__copy{
    padding-bottom:8px!important;
  }

  .almara-social-proof__copy h2,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__copy h2{
    font-size:clamp(31px,8.2vw,39px)!important;
    line-height:1.06!important;
    max-width:12.5ch!important;
    margin:8px 0 14px!important;
  }

  .almara-social-partner-teaser h2,
  body[data-elementor-device-mode="mobile"] .almara-social-partner-teaser h2{
    font-size:clamp(30px,8vw,38px)!important;
    line-height:1.06!important;
  }

  .almara-social-proof__copy p,
  .almara-social-partner-teaser p,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__copy p,
  body[data-elementor-device-mode="mobile"] .almara-social-partner-teaser p{
    max-width:31ch!important;
    font-size:13px!important;
    line-height:1.66!important;
  }

  .almara-social-proof__badges span,
  body[data-elementor-device-mode="mobile"] .almara-social-proof__badges span{
    letter-spacing:.08em!important;
  }
}


/* ==========================================================
   ALMARA – V1.3.54.04 EXPERIENCE SOCIAL HERO + CTA HARD FIX
   Scope: Social/experience page only. Protects Water v1.3.53.55.
   Fixes: removes visual label pill, hardens mobile hero media,
   adds CTA claim/action block styling.
   ========================================================== */

.almara-hero-video-wrap--experience-social{
  background-image:
    linear-gradient(180deg,rgba(31,60,76,.02) 0%,rgba(31,60,76,.08) 100%),
    var(--almara-social-hero-bg),
    radial-gradient(circle at 50% 50%,rgba(110,193,194,.20),rgba(255,255,255,.70) 38%,rgba(244,237,228,.82) 100%)!important;
  background-size:cover,cover,cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.almara-hero-video-wrap--experience-social .almara-social-media-pill{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.almara-page-experience-social__hero .almara-hero-video-fallback,
.almara-page-experience-social__hero .almara-hero-video{
  z-index:1!important;
}

.almara-page-experience-social__hero .almara-hero-video-overlay{
  z-index:2!important;
}

.almara-cta--experience-social{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(28px,5vw,70px)!important;
  width:100%!important;
  min-height:clamp(230px,24vw,320px)!important;
  padding:clamp(34px,5vw,68px)!important;
  border-radius:0!important;
  background:var(--almara-blue)!important;
  color:#fff!important;
  box-shadow:0 30px 90px rgba(20,45,55,.18)!important;
}

.almara-cta--experience-social .almara-cta__copy{
  max-width:760px!important;
}

.almara-cta--experience-social .almara-eyebrow{
  color:rgba(255,255,255,.64)!important;
  margin-bottom:14px!important;
}

.almara-cta--experience-social h2{
  max-width:13.5ch!important;
  margin:0 0 18px!important;
  color:#fff!important;
  font-family:'Cormorant Garamond',Georgia,serif!important;
  font-size:clamp(38px,4.2vw,68px)!important;
  line-height:1.02!important;
  font-weight:600!important;
  letter-spacing:-.012em!important;
}

.almara-cta--experience-social p{
  max-width:58ch!important;
  margin:0!important;
  color:rgba(255,255,255,.76)!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:clamp(14px,1.15vw,16px)!important;
  line-height:1.72!important;
}

.almara-cta--experience-social .almara-cta__actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}

.almara-cta--experience-social .almara-btn{
  min-width:180px!important;
}

@media (min-width:768px) and (max-width:1024px){
  .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    width:100%!important;
    max-width:100%!important;
    min-height:360px!important;
    aspect-ratio:1.82/1!important;
  }

  .almara-cta--experience-social{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:44px 38px!important;
    gap:26px!important;
  }

  .almara-cta--experience-social h2{
    max-width:14ch!important;
    font-size:clamp(38px,5.6vw,54px)!important;
  }

  .almara-cta--experience-social .almara-cta__actions{
    justify-content:flex-start!important;
  }
}

@media (max-width:767px){
  html body .almara-page-experience-social__hero,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:min(100% - 32px, 420px)!important;
    max-width:420px!important;
    min-height:0!important;
    height:auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-top:44px!important;
    padding-bottom:34px!important;
    gap:24px!important;
    overflow:visible!important;
  }

  html body .almara-page-experience-social__hero .almara-copy,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    text-align:left!important;
  }

  html body .almara-page-experience-social__hero .almara-actions,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions{
    margin-top:22px!important;
    margin-bottom:0!important;
    justify-content:flex-start!important;
    gap:10px!important;
  }

  html body .almara-page-experience-social__hero .almara-visual-wrap,
  html body .almara-page-experience-social__hero .almara-social-hero-media,
  html body .almara-page-experience-social__hero .almara-social-hero-media .elementor-widget-container,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-visual-wrap,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-hero-media,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-hero-media .elementor-widget-container{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }

  html body .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    display:block!important;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:236px!important;
    height:auto!important;
    aspect-ratio:1.38/1!important;
    margin:0!important;
    border-radius:22px!important;
    overflow:hidden!important;
    box-shadow:0 24px 64px rgba(20,45,55,.14)!important;
  }

  html body .almara-page-experience-social__hero .almara-hero-video-fallback,
  html body .almara-page-experience-social__hero .almara-hero-video,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-fallback,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    font-size:0!important;
    color:transparent!important;
    text-indent:-9999px!important;
  }

  .almara-experience-social-cta-section,
  body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section{
    width:100%!important;
    max-width:100%!important;
  }

  .almara-cta--experience-social,
  body[data-elementor-device-mode="mobile"] .almara-cta--experience-social{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-height:0!important;
    padding:36px 24px!important;
    gap:24px!important;
  }

  .almara-cta--experience-social h2,
  body[data-elementor-device-mode="mobile"] .almara-cta--experience-social h2{
    max-width:12.4ch!important;
    font-size:clamp(34px,9.2vw,43px)!important;
    line-height:1.04!important;
  }

  .almara-cta--experience-social p,
  body[data-elementor-device-mode="mobile"] .almara-cta--experience-social p{
    max-width:31ch!important;
    font-size:13px!important;
    line-height:1.66!important;
  }

  .almara-cta--experience-social .almara-cta__actions,
  body[data-elementor-device-mode="mobile"] .almara-cta--experience-social .almara-cta__actions{
    justify-content:flex-start!important;
    width:100%!important;
  }
}

/* ==========================================================
   ALMARA – V1.3.54.05 EXPERIENCE SOCIAL DEVICE MODE + CTA FIX
   Scope: Social/experience page only. Protects Water v1.3.53.55.
   Fixes Elementor device-preview mobile, removes hero placeholder text,
   ensures robust mobile media fallback and CTA claim even on stale page data.
   ========================================================== */

/* Hero media: video-first, background-image fallback, no visible placeholder label */
.almara-page-experience-social__hero .almara-media-placeholder,
.almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
  background-image:
    linear-gradient(180deg,rgba(31,60,76,.00) 0%,rgba(31,60,76,.07) 100%),
    var(--almara-social-hero-bg, url('https://almara.life/wp-content/uploads/2026/04/floating_bar_lombok_costa.webp')),
    radial-gradient(circle at 50% 50%,rgba(110,193,194,.20),rgba(255,255,255,.70) 38%,rgba(244,237,228,.82) 100%)!important;
  background-size:cover,cover,cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.almara-page-experience-social__hero .almara-media-placeholder span,
.almara-page-experience-social__hero .almara-hero-video-fallback,
.almara-page-experience-social__hero .almara-social-media-pill,
.almara-page-experience-social__hero .almara-hero-video-wrap--experience-social .almara-social-media-pill{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
  position:relative!important;
  overflow:hidden!important;
}

.almara-page-experience-social__hero .almara-hero-video{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border:0!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:-9999px!important;
  z-index:1!important;
}

.almara-page-experience-social__hero .almara-hero-video-overlay{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  background:linear-gradient(180deg,rgba(255,255,255,.00),rgba(255,255,255,.03))!important;
  pointer-events:none!important;
  z-index:2!important;
}

/* Elementor simulator uses body[data-elementor-device-mode] without always shrinking the real viewport. */
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  width:min(100% - 32px, 420px)!important;
  max-width:420px!important;
  min-height:0!important;
  height:auto!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-top:42px!important;
  padding-bottom:30px!important;
  gap:22px!important;
  overflow:visible!important;
}

body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-copy{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  text-align:left!important;
}

body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-actions{
  margin-top:20px!important;
  margin-bottom:0!important;
  justify-content:flex-start!important;
  gap:10px!important;
}

body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-visual-wrap,
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-hero-media,
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-social-hero-media .elementor-widget-container,
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-media-widget,
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-media-widget .elementor-widget-container{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}

body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-media-placeholder{
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:245px!important;
  height:auto!important;
  aspect-ratio:1.42/1!important;
  margin:0!important;
  border-radius:22px!important;
  overflow:hidden!important;
  border:0!important;
  box-shadow:0 24px 64px rgba(20,45,55,.14)!important;
}

body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:-9999px!important;
}

/* Real mobile browsers */
@media (max-width:767px){
  .almara-page-experience-social__hero .almara-media-placeholder,
  .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
    width:100%!important;
    max-width:100%!important;
    min-height:245px!important;
    aspect-ratio:1.42/1!important;
    border-radius:22px!important;
  }
}

/* CTA claim fallback: also works if Elementor still has the older button-only CTA data. */
.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social){
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:24px!important;
  min-height:clamp(260px,28vw,380px)!important;
  padding:clamp(36px,6vw,72px)!important;
  text-align:center!important;
  background:var(--almara-blue)!important;
  color:#fff!important;
  border-radius:0!important;
}

.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::before{
  content:"READY WHEN YOU ARE\A Turn your poolside moment into something unforgettable.\A Tell us your location, group size and preferred setup — we will help you shape the right ALMARA experience.";
  display:block!important;
  white-space:pre-line!important;
  max-width:760px!important;
  color:#fff!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.72!important;
  letter-spacing:0!important;
}

.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::first-line{
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.26em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.68)!important;
}

.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social) h2,
.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social) p{
  display:none!important;
}

.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social) .almara-btn{
  position:relative!important;
  z-index:2!important;
}

body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social),
@media (max-width:767px){
  .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social){
    width:100%!important;
    min-height:0!important;
    padding:42px 24px!important;
    gap:22px!important;
  }
  .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::before{
    max-width:31ch!important;
    font-size:13px!important;
    line-height:1.66!important;
  }
}

body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social){
  width:100%!important;
  min-height:0!important;
  padding:42px 24px!important;
  gap:22px!important;
}
body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::before{
  max-width:31ch!important;
  font-size:13px!important;
  line-height:1.66!important;
}

/* ALMARA v1.3.54.06 canonical /moments/ hard override */
.almara-page-experience-social__hero .almara-media-placeholder,
.almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{
  display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;aspect-ratio:1.78/1!important;min-height:320px!important;border-radius:18px!important;overflow:hidden!important;
  background-image:linear-gradient(180deg,rgba(31,60,76,.02),rgba(31,60,76,.08)),var(--almara-social-hero-bg,url('https://almara.life/wp-content/uploads/2026/04/floating_bar_lombok_costa.webp')),radial-gradient(circle at 50% 50%,rgba(110,193,194,.20),rgba(255,255,255,.70) 38%,rgba(244,237,228,.82) 100%)!important;
  background-size:cover,cover,cover!important;background-position:center center!important;background-repeat:no-repeat!important;color:transparent!important;font-size:0!important;line-height:0!important;text-indent:-9999px!important;box-shadow:0 24px 64px rgba(20,45,55,.14)!important;
}
.almara-page-experience-social__hero .almara-media-placeholder::before,.almara-page-experience-social__hero .almara-media-placeholder::after{display:none!important;content:none!important;}
.almara-page-experience-social__hero .almara-hero-video,.almara-page-experience-social__hero video.almara-hero-video{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;z-index:1!important;}
.almara-page-experience-social__hero .almara-hero-video-overlay{position:absolute!important;inset:0!important;pointer-events:none!important;z-index:2!important;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(20,45,55,.04))!important;}
@media (max-width:767px){html body .almara-page-experience-social__hero,html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero{width:min(100% - 32px,420px)!important;max-width:420px!important;margin-left:auto!important;margin-right:auto!important;padding-top:42px!important;padding-bottom:34px!important;gap:22px!important;}html body .almara-page-experience-social__hero .almara-visual-wrap,html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-visual-wrap{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;}html body .almara-page-experience-social__hero .almara-media-placeholder,html body .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-media-placeholder,html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{width:100%!important;max-width:100%!important;min-height:238px!important;aspect-ratio:1.42/1!important;border-radius:22px!important;margin:0!important;}}
body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-media-placeholder,body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social{width:100%!important;max-width:100%!important;min-height:238px!important;aspect-ratio:1.42/1!important;border-radius:22px!important;margin:0!important;}
.almara-experience-social-cta-section .almara-cta--experience-social{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(28px,5vw,70px)!important;width:100%!important;min-height:clamp(250px,25vw,340px)!important;padding:clamp(40px,5vw,72px)!important;background:var(--almara-blue)!important;color:#fff!important;border-radius:0!important;}
.almara-experience-social-cta-section .almara-cta--experience-social .almara-cta__copy{display:block!important;max-width:780px!important;}.almara-experience-social-cta-section .almara-cta--experience-social .almara-eyebrow{display:block!important;color:rgba(255,255,255,.66)!important;margin-bottom:14px!important;}.almara-experience-social-cta-section .almara-cta--experience-social h2{display:block!important;color:#fff!important;max-width:13.5ch!important;margin:0 0 18px!important;}.almara-experience-social-cta-section .almara-cta--experience-social p{display:block!important;color:rgba(255,255,255,.78)!important;max-width:58ch!important;margin:0!important;}
.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social){display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:24px!important;width:100%!important;min-height:clamp(270px,28vw,380px)!important;padding:clamp(42px,6vw,74px)!important;text-align:center!important;background:var(--almara-blue)!important;color:#fff!important;border-radius:0!important;}
.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::before{content:"READY WHEN YOU ARE\A Turn your poolside moment into something unforgettable.\A Tell us your location, group size and preferred setup — we will help you shape the right ALMARA experience.";display:block!important;white-space:pre-line!important;max-width:760px!important;color:#fff!important;font-family:'Inter',Arial,sans-serif!important;font-size:15px!important;line-height:1.72!important;}
.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::first-line{font-size:12px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.26em!important;text-transform:uppercase!important;color:rgba(255,255,255,.68)!important;}
@media (max-width:767px){.almara-experience-social-cta-section .almara-cta--experience-social,body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta--experience-social,.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social),body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social){display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;min-height:0!important;padding:42px 24px!important;gap:22px!important;text-align:left!important;}.almara-experience-social-cta-section .almara-cta--experience-social h2,body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta--experience-social h2{max-width:12.4ch!important;font-size:clamp(34px,9.2vw,43px)!important;line-height:1.04!important;}.almara-experience-social-cta-section .almara-cta--experience-social p,body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta--experience-social p,.almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::before,body[data-elementor-device-mode="mobile"] .almara-experience-social-cta-section .almara-cta:not(.almara-cta--experience-social)::before{max-width:31ch!important;font-size:13px!important;line-height:1.66!important;}}


/* ==========================================================
   ALMARA – V1.3.54.07 MOMENTS DOM FALLBACK FIX
   Scope: /moments/ only via DOM classes added by PHP fallback.
   Fixes stale Elementor structures: missing hero video + missing CTA claim.
   ========================================================== */

.almara-moments-dom-fixed .almara-visual-wrap{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  overflow:visible!important;
}

.almara-moments-dom-fixed .almara-social-hero-media,
.almara-moments-dom-fixed .almara-social-hero-media .elementor-widget-container{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
}

.almara-moments-dom-video{
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  aspect-ratio:16/9!important;
  background-image:
    linear-gradient(180deg,rgba(31,60,76,.02) 0%,rgba(31,60,76,.08) 100%),
    var(--almara-social-hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  box-shadow:0 28px 78px rgba(20,45,55,.14)!important;
}

.almara-moments-dom-video video,
.almara-moments-dom-video .almara-hero-video{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:1!important;
}

.almara-moments-dom-video .almara-hero-video-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(13,37,50,.03),rgba(13,37,50,.10))!important;
}

.almara-moments-cta-dom-fixed{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(28px,5vw,70px)!important;
  min-height:clamp(250px,25vw,340px)!important;
  padding:clamp(34px,5vw,68px)!important;
  background:var(--almara-blue)!important;
  color:#fff!important;
  border-radius:0!important;
  box-shadow:0 30px 90px rgba(20,45,55,.18)!important;
}

.almara-moments-cta-dom-fixed .almara-cta__copy{
  max-width:760px!important;
}

.almara-moments-cta-dom-fixed .almara-eyebrow{
  color:rgba(255,255,255,.66)!important;
  margin:0 0 14px!important;
}

.almara-moments-cta-dom-fixed h2{
  margin:0 0 16px!important;
  color:#fff!important;
  font-family:var(--almara-serif)!important;
  font-size:clamp(38px,5vw,72px)!important;
  line-height:.96!important;
  letter-spacing:-.035em!important;
  max-width:12.5ch!important;
}

.almara-moments-cta-dom-fixed p{
  margin:0!important;
  max-width:56ch!important;
  color:rgba(255,255,255,.76)!important;
  font-size:15px!important;
  line-height:1.72!important;
}

.almara-moments-cta-dom-fixed .almara-cta__actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
}

@media (max-width:1024px){
  .almara-moments-dom-video{
    aspect-ratio:1.55/1!important;
    border-radius:22px!important;
  }

  .almara-moments-cta-dom-fixed{
    grid-template-columns:1fr!important;
    justify-items:start!important;
    text-align:left!important;
    min-height:auto!important;
  }

  .almara-moments-cta-dom-fixed .almara-cta__actions{
    justify-content:flex-start!important;
  }
}

@media (max-width:767px){
  .almara-moments-dom-fixed .almara-visual-wrap{
    margin-top:4px!important;
  }

  .almara-moments-dom-video{
    width:100%!important;
    aspect-ratio:1.32/1!important;
    min-height:224px!important;
    border-radius:22px!important;
  }

  body[data-elementor-device-mode="mobile"] .almara-moments-dom-video{
    aspect-ratio:1.32/1!important;
    min-height:224px!important;
  }

  .almara-moments-cta-dom-fixed{
    width:100%!important;
    min-height:auto!important;
    padding:34px 24px!important;
    gap:24px!important;
    text-align:center!important;
    justify-items:center!important;
  }

  .almara-moments-cta-dom-fixed .almara-cta__copy{
    max-width:100%!important;
  }

  .almara-moments-cta-dom-fixed h2{
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(32px,8.8vw,42px)!important;
    line-height:1.04!important;
    max-width:12ch!important;
  }

  .almara-moments-cta-dom-fixed p{
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:30ch!important;
    font-size:13px!important;
    line-height:1.66!important;
  }

  .almara-moments-cta-dom-fixed .almara-cta__actions{
    width:100%!important;
    justify-content:center!important;
  }
}

/* ALMARA v1.3.54.08 Moments mobile hero video hard fix */
.almara-moments-video-asset-fixed .almara-visual-wrap,
.almara-moments-video-asset-fixed .almara-social-hero-media,
.almara-moments-video-asset-fixed .almara-social-hero-media .elementor-widget-container{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
.almara-moments-asset-video,
.almara-moments-video-asset-fixed .almara-hero-video-wrap--experience-social{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:clamp(260px,48vw,620px)!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background-image:var(--almara-social-hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  box-shadow:0 30px 80px rgba(20,45,55,.12)!important;
}
.almara-moments-asset-video video,
.almara-moments-video-asset-fixed video.almara-hero-video{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
  visibility:visible!important;
  z-index:1!important;
}
.almara-moments-video-asset-fixed .almara-media-placeholder,
.almara-moments-video-asset-fixed img[alt*="Floating / Lagoon Bar Visual"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
}
@media (max-width:767px){
  html body .almara-moments-video-asset-fixed,
  html body[data-elementor-device-mode="mobile"] .almara-moments-video-asset-fixed{
    width:min(100% - 32px,420px)!important;
    max-width:420px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-top:40px!important;
    padding-bottom:34px!important;
    gap:20px!important;
  }
  html body .almara-moments-video-asset-fixed .almara-visual-wrap,
  html body[data-elementor-device-mode="mobile"] .almara-moments-video-asset-fixed .almara-visual-wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body .almara-moments-asset-video,
  html body .almara-moments-video-asset-fixed .almara-hero-video-wrap--experience-social,
  html body[data-elementor-device-mode="mobile"] .almara-moments-asset-video,
  html body[data-elementor-device-mode="mobile"] .almara-moments-video-asset-fixed .almara-hero-video-wrap--experience-social{
    width:100%!important;
    max-width:100%!important;
    min-height:240px!important;
    aspect-ratio:1.38/1!important;
    border-radius:22px!important;
    margin:0!important;
  }
}

/* ALMARA v1.3.54.09 – Moments media URL + mobile video definitive override */
html body[data-elementor-device-mode="mobile"] .almara-moments-video-asset-fixed video.almara-hero-video,
html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero video.almara-hero-video,
html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social video.almara-hero-video,
html body[data-elementor-device-mode="mobile"] .almara-moments-dom-video video.almara-hero-video,
html body .almara-moments-video-asset-fixed video.almara-hero-video,
html body .almara-page-experience-social__hero video.almara-hero-video,
html body .almara-hero-v2--experience-social video.almara-hero-video,
html body .almara-moments-dom-video video.almara-hero-video{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:2!important;
}
html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-fallback,
html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero img[alt*="Floating / Lagoon Bar Visual"],
html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social img[alt*="Floating / Lagoon Bar Visual"],
html body .almara-page-experience-social__hero .almara-hero-video-fallback,
html body .almara-page-experience-social__hero img[alt*="Floating / Lagoon Bar Visual"],
html body .almara-hero-v2--experience-social img[alt*="Floating / Lagoon Bar Visual"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
}
html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social .almara-hero-video-wrap--experience-social,
html body .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
html body .almara-hero-v2--experience-social .almara-hero-video-wrap--experience-social{
  background-image:url('https://almara.life/wp-content/uploads/2026/04/floating_bar_lombok_costa.webp')!important;
  background-size:cover!important;
  background-position:center center!important;
}

/* =========================================================
   ALMARA v1.3.55 — Hero V3 Safe System
   Non-destructive shortcode renderer for Water + Moments.
   ========================================================= */
.almara-hero-v3{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius:28px;
  min-height:clamp(300px,48vw,680px);
  background:
    linear-gradient(180deg,rgba(31,60,76,.04),rgba(31,60,76,.09)),
    var(--almara-hero-v3-poster),
    radial-gradient(circle at 50% 50%,rgba(110,193,194,.18),rgba(244,237,228,.84) 70%);
  background-size:cover;
  background-position:center;
  box-shadow:0 26px 70px rgba(31,60,76,.14);
}
.almara-hero-v3__video,
.almara-hero-v3__poster{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.almara-hero-v3__video{z-index:1;}
.almara-hero-v3__poster{z-index:0;}
.almara-hero-v3__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.04));
}
.almara-hero-v3--water{border-radius:26px;}
.almara-hero-v3--moments{border-radius:28px;}
@media (max-width:767px){
  .almara-hero-v3{min-height:clamp(290px,72vw,430px)!important;border-radius:24px!important;}
}
body[data-elementor-device-mode="mobile"] .almara-hero-v3{min-height:clamp(290px,72vw,430px)!important;border-radius:24px!important;}

/* =========================================================
   ALMARA v1.3.56 — FINAL POLISH / Freeze Candidate
   Scope: Moments / Experience Social only. Water remains untouched.
   ========================================================= */
@media (max-width:767px){
  html body .almara-page-experience-social__hero .almara-visual-wrap,
  html body .almara-hero-v2--experience-social .almara-visual-wrap,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-visual-wrap,
  html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social .almara-visual-wrap{
    width:min(82vw,330px)!important;
    max-width:330px!important;
    margin:34px auto 42px!important;
    padding:0!important;
  }
  html body .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
  html body .almara-hero-v2--experience-social .almara-hero-video-wrap--experience-social,
  html body .almara-page-experience-social__hero .almara-hero-v3,
  html body .almara-hero-v2--experience-social .almara-hero-v3,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-video-wrap--experience-social,
  html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social .almara-hero-video-wrap--experience-social,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero-v3,
  html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social .almara-hero-v3{
    width:100%!important;
    min-height:260px!important;
    aspect-ratio:0.86/1!important;
    border-radius:24px!important;
    box-shadow:0 28px 74px rgba(31,60,76,.14)!important;
  }
  html body .almara-page-experience-social__hero .almara-hero__actions,
  html body .almara-hero-v2--experience-social .almara-hero__actions,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social__hero .almara-hero__actions,
  html body[data-elementor-device-mode="mobile"] .almara-hero-v2--experience-social .almara-hero__actions{margin-bottom:0!important;}
}
.almara-page-experience-social .almara-conversion-cta--experience-social,
.almara-page-experience-social .almara-moments-cta-dom-fixed{min-height:auto!important;padding-top:72px!important;padding-bottom:72px!important;}
.almara-page-experience-social .almara-conversion-cta--experience-social h2,
.almara-page-experience-social .almara-moments-cta-dom-fixed h2{font-size:clamp(42px,4.15vw,66px)!important;line-height:.98!important;letter-spacing:-.035em!important;}
.almara-page-experience-social .almara-conversion-cta--experience-social .almara-cta__secondary h2,
.almara-page-experience-social .almara-moments-cta-dom-fixed .almara-cta__secondary h2{font-size:clamp(38px,3.65vw,58px)!important;line-height:1!important;}
.almara-page-experience-social .almara-conversion-cta--experience-social p,
.almara-page-experience-social .almara-moments-cta-dom-fixed p{max-width:48ch!important;margin-left:auto!important;margin-right:auto!important;font-size:14px!important;line-height:1.7!important;}
@media (min-width:768px) and (max-width:1024px){
  .almara-page-experience-social .almara-conversion-cta--experience-social,
  .almara-page-experience-social .almara-moments-cta-dom-fixed,
  body[data-elementor-device-mode="tablet"] .almara-page-experience-social .almara-conversion-cta--experience-social,
  body[data-elementor-device-mode="tablet"] .almara-page-experience-social .almara-moments-cta-dom-fixed{padding:56px 44px!important;gap:30px!important;}
  .almara-page-experience-social .almara-conversion-cta--experience-social h2,
  .almara-page-experience-social .almara-moments-cta-dom-fixed h2,
  body[data-elementor-device-mode="tablet"] .almara-page-experience-social .almara-conversion-cta--experience-social h2,
  body[data-elementor-device-mode="tablet"] .almara-page-experience-social .almara-moments-cta-dom-fixed h2{font-size:clamp(36px,5.2vw,52px)!important;max-width:13ch!important;}
}
@media (max-width:767px){
  html body .almara-page-experience-social .almara-conversion-cta--experience-social,
  html body .almara-page-experience-social .almara-moments-cta-dom-fixed,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-conversion-cta--experience-social,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-moments-cta-dom-fixed{width:min(100% - 44px,300px)!important;margin:46px auto 52px!important;padding:34px 24px 36px!important;min-height:auto!important;gap:18px!important;}
  html body .almara-page-experience-social .almara-conversion-cta--experience-social h2,
  html body .almara-page-experience-social .almara-moments-cta-dom-fixed h2,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-conversion-cta--experience-social h2,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-moments-cta-dom-fixed h2{font-size:clamp(28px,7.5vw,36px)!important;line-height:1.03!important;max-width:12ch!important;}
  html body .almara-page-experience-social .almara-conversion-cta--experience-social p,
  html body .almara-page-experience-social .almara-moments-cta-dom-fixed p,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-conversion-cta--experience-social p,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-moments-cta-dom-fixed p{max-width:28ch!important;font-size:13px!important;line-height:1.62!important;}
  html body .almara-page-experience-social .almara-conversion-cta--experience-social .almara-cta__actions,
  html body .almara-page-experience-social .almara-moments-cta-dom-fixed .almara-cta__actions,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-conversion-cta--experience-social .almara-cta__actions,
  html body[data-elementor-device-mode="mobile"] .almara-page-experience-social .almara-moments-cta-dom-fixed .almara-cta__actions{margin-top:8px!important;}
}
@media (min-width:768px) and (max-width:1180px){
  .almara-page-experience-social .almara-social-setup-card,
  .almara-page-experience-social .almara-social-collection-card,
  .almara-page-experience-social .almara-social-usecase-card{padding:28px 26px!important;}
  .almara-page-experience-social .almara-social-setup-card p,
  .almara-page-experience-social .almara-social-collection-card p,
  .almara-page-experience-social .almara-social-usecase-card p{font-size:14px!important;line-height:1.58!important;}
}

/* MOBILE HERO FIX */
@media (max-width: 767px) {
  
  .almara-hero-video-wrap--experience-social {
    width: 78%;
    margin: 24px auto 8px auto;
    border-radius: 18px;
  }

  .almara-hero-video-wrap--experience-social img,
  .almara-hero-video-wrap--experience-social video {
    border-radius: 18px;
  }

}

/* CTA BUTTON ALIGN FIX (DESKTOP) */
@media (min-width: 1024px) {

  .almara-cta-section {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
  }

  .almara-cta-section .almara-cta-content {
    text-align: left;
  }

  .almara-cta-section .almara-cta-button {
    justify-self: start;
    margin-top: 24px;
  }

}

/* CTA TYPO BALANCE */
@media (min-width: 1024px) {

  .almara-cta-section h2 {
    font-size: clamp(36px, 3.2vw, 48px);
  }

  .almara-cta-section .almara-cta-secondary {
    font-size: clamp(28px, 2.4vw, 36px);
  }

}
/* =========================================================
   ALMARA v1.3.58 — HOME LEVEL 2 / HERO V3 SAFE ARCHITECTURE
   Scope: Home Elementor structure only. Does not alter Water/Moments footer logic.
   Elementor classes to use:
   - Page/root: almara-page-home
   - Hero section: almara-home-hero almara-section almara-hero
   - Hero copy container: almara-home-hero-copy almara-copy
   - Hero media container: almara-home-hero-media almara-visual-wrap
   - Intent section: almara-home-intent
   - Experience section: almara-home-experiences
   - Value section: almara-home-value
   - Partner/B2B section: almara-home-partner
   - Locations section: almara-home-locations
   - Final CTA section: almara-home-final-cta
   ========================================================= */

html body .almara-page-home,
html body .almara-home-hero,
html body .almara-home-intent,
html body .almara-home-experiences,
html body .almara-home-value,
html body .almara-home-partner,
html body .almara-home-locations,
html body .almara-home-final-cta{
  box-sizing:border-box!important;
}

html body .almara-page-home{
  --almara-home-text:#1f3c4c;
  --almara-home-muted:rgba(31,60,76,.70);
  --almara-home-border:rgba(31,60,76,.16);
  --almara-home-soft:rgba(232,244,240,.62);
  --almara-home-cream:#f3ede5;
  --almara-home-shadow:0 26px 70px rgba(31,60,76,.10);
}

/* HOME HERO — premium rhythm, safe with Elementor container nesting */
html body .almara-home-hero{
  width:min(1200px,calc(100% - 56px))!important;
  margin:0 auto!important;
  padding-top:clamp(92px,9vw,142px)!important;
  padding-bottom:clamp(54px,7vw,92px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,0.92fr) minmax(420px,1.08fr)!important;
  gap:clamp(42px,5.8vw,86px)!important;
  align-items:center!important;
}
html body .almara-home-hero .almara-home-hero-copy,
html body .almara-home-hero .almara-copy{
  max-width:610px!important;
  min-width:0!important;
  align-self:center!important;
}
html body .almara-home-hero .almara-eyebrow,
html body .almara-home-hero .almara-eyebrow p{
  color:rgba(31,60,76,.72)!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1.35!important;
  letter-spacing:.30em!important;
  text-transform:uppercase!important;
  font-weight:700!important;
  margin:0 0 20px!important;
}
html body .almara-home-hero .almara-hero-title,
html body .almara-home-hero .almara-hero-title .elementor-heading-title,
html body .almara-home-hero h1.elementor-heading-title{
  font-family:'Cormorant Garamond',Georgia,serif!important;
  font-size:clamp(58px,5.8vw,88px)!important;
  line-height:1.01!important;
  letter-spacing:-.018em!important;
  font-weight:600!important;
  color:var(--almara-home-text)!important;
  max-width:10.8ch!important;
  margin:0!important;
}
html body .almara-home-hero .almara-lead,
html body .almara-home-hero .almara-lead p,
html body .almara-home-hero .elementor-widget-text-editor p{
  max-width:54ch!important;
  margin:30px 0 0!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.72!important;
  color:rgba(31,60,76,.82)!important;
}
html body .almara-home-hero .almara-actions,
html body .almara-home-hero .almara-hero__actions{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:42px!important;
}
html body .almara-home-hero .almara-btn,
html body .almara-home-hero a.elementor-button{
  min-height:46px!important;
  padding:14px 24px!important;
  border-radius:999px!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease!important;
}
html body .almara-home-hero .almara-btn:hover,
html body .almara-home-hero a.elementor-button:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 38px rgba(31,60,76,.16)!important;
}

/* HOME HERO MEDIA — use [almara_hero_v3 type="home"] inside Shortcode widget */
html body .almara-home-hero .almara-home-hero-media,
html body .almara-home-hero .almara-visual-wrap{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
}
html body .almara-home-hero .almara-hero-v3--home{
  position:relative!important;
  width:100%!important;
  min-height:clamp(440px,44vw,610px)!important;
  aspect-ratio:16/10!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background-image:var(--almara-hero-v3-poster)!important;
  background-position:center!important;
  background-size:cover!important;
  border:1px solid rgba(31,60,76,.15)!important;
  box-shadow:0 34px 90px rgba(31,60,76,.13)!important;
  isolation:isolate!important;
}
html body .almara-home-hero .almara-hero-v3--home::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 52% 48%,rgba(226,246,239,.08),rgba(244,238,229,.04) 38%,rgba(31,60,76,.18) 100%)!important;
}
html body .almara-home-hero .almara-hero-v3--home::after{
  content:""!important;
  position:absolute!important;
  inset:18px!important;
  z-index:3!important;
  pointer-events:none!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.38)!important;
  opacity:.44!important;
}
html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__video,
html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__poster{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__video{
  z-index:1!important;
  opacity:1!important;
}
html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__poster{
  z-index:0!important;
}
html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__overlay{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(31,60,76,.12))!important;
}

/* Section rhythm and cards */
html body .almara-page-home .almara-section:not(.almara-home-hero){
  width:min(1120px,calc(100% - 56px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body .almara-home-intent,
html body .almara-home-experiences,
html body .almara-home-value,
html body .almara-home-partner,
html body .almara-home-locations{
  padding-top:clamp(44px,6vw,76px)!important;
  padding-bottom:clamp(28px,4vw,48px)!important;
}
html body .almara-page-home .almara-card,
html body .almara-home-intent .e-con,
html body .almara-home-experiences .almara-card--experience{
  border:1px solid var(--almara-home-border)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.54)!important;
  box-shadow:0 16px 44px rgba(31,60,76,.06)!important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background-color .24s ease!important;
}
html body .almara-page-home .almara-card:hover,
html body .almara-home-intent .e-con:hover,
html body .almara-home-experiences .almara-card--experience:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(31,60,76,.30)!important;
  background:rgba(255,255,255,.68)!important;
  box-shadow:0 26px 60px rgba(31,60,76,.12)!important;
}
html body .almara-home-experiences .almara-card-grid--2{
  gap:22px!important;
}
html body .almara-home-experiences .almara-card--experience{
  min-height:190px!important;
  padding:30px 32px!important;
}
html body .almara-home-experiences .almara-card--experience h3{
  font-family:'Cormorant Garamond',Georgia,serif!important;
  font-size:clamp(28px,2.5vw,40px)!important;
  line-height:1.04!important;
  color:var(--almara-home-text)!important;
  margin-bottom:12px!important;
}
html body .almara-home-experiences .almara-card--experience p{
  color:var(--almara-home-muted)!important;
  font-size:14px!important;
  line-height:1.66!important;
}
html body .almara-home-experiences .almara-card--experience span{
  display:inline-flex!important;
  margin-top:20px!important;
  font-weight:800!important;
  font-size:12px!important;
  letter-spacing:-.01em!important;
  color:var(--almara-home-text)!important;
}

/* Partner CTA and final CTA stability */
html body .almara-home-partner .almara-btn,
html body .almara-home-final-cta .almara-btn,
html body .almara-home-final-cta a.elementor-button{
  min-height:44px!important;
  padding:13px 24px!important;
  border-radius:999px!important;
  font-weight:800!important;
}
html body .almara-home-final-cta{
  width:min(1120px,calc(100% - 56px))!important;
  margin:56px auto 0!important;
  padding:68px 36px!important;
  border-radius:0!important;
  background:#1f3c4c!important;
  text-align:center!important;
  color:#fff!important;
}
html body .almara-home-final-cta h2,
html body .almara-home-final-cta .elementor-heading-title{
  color:#fff!important;
  font-family:'Cormorant Garamond',Georgia,serif!important;
  font-size:clamp(38px,4vw,58px)!important;
  line-height:1.03!important;
  margin:0 0 22px!important;
}
html body .almara-home-final-cta p{
  color:rgba(255,255,255,.78)!important;
}

/* Navigation hover/active separation — safe final layer */
html body .elementor-nav-menu--dropdown .elementor-item,
html body .elementor-nav-menu--main .elementor-item{
  transition:background-color .18s ease,color .18s ease,box-shadow .18s ease!important;
}
html body .elementor-nav-menu--dropdown .elementor-item:hover,
html body .elementor-nav-menu--dropdown .elementor-item:focus{
  background-color:rgba(31,60,76,.10)!important;
  color:#1f3c4c!important;
}
html body .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
html body .elementor-nav-menu--dropdown .current-menu-item > .elementor-item,
html body .elementor-nav-menu--dropdown .current_page_item > .elementor-item{
  background-color:rgba(31,60,76,.16)!important;
  color:#1f3c4c!important;
  font-weight:800!important;
}
html body .elementor-nav-menu--dropdown:hover .elementor-item.elementor-item-active:not(:hover),
html body .elementor-nav-menu--dropdown:hover .current-menu-item > .elementor-item:not(:hover),
html body .elementor-nav-menu--dropdown:hover .current_page_item > .elementor-item:not(:hover){
  background-color:transparent!important;
  color:rgba(31,60,76,.72)!important;
  font-weight:700!important;
}

@media (min-width:768px) and (max-width:1180px){
  html body .almara-home-hero{
    grid-template-columns:1fr!important;
    width:min(920px,calc(100% - 48px))!important;
    gap:44px!important;
    padding-top:108px!important;
    text-align:left!important;
  }
  html body .almara-home-hero .almara-home-hero-copy,
  html body .almara-home-hero .almara-copy{
    max-width:720px!important;
  }
  html body .almara-home-hero .almara-hero-title,
  html body .almara-home-hero .almara-hero-title .elementor-heading-title,
  html body .almara-home-hero h1.elementor-heading-title{
    font-size:clamp(54px,8vw,76px)!important;
    max-width:11ch!important;
  }
  html body .almara-home-hero .almara-hero-v3--home{
    min-height:420px!important;
    aspect-ratio:16/9!important;
  }
}

@media (max-width:767px){
  html body .almara-home-hero,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero{
    width:calc(100% - 34px)!important;
    display:block!important;
    padding-top:74px!important;
    padding-bottom:40px!important;
    text-align:left!important;
  }
  html body .almara-home-hero .almara-eyebrow,
  html body .almara-home-hero .almara-eyebrow p,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-eyebrow,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-eyebrow p{
    font-size:10px!important;
    letter-spacing:.24em!important;
    margin-bottom:16px!important;
  }
  html body .almara-home-hero .almara-hero-title,
  html body .almara-home-hero .almara-hero-title .elementor-heading-title,
  html body .almara-home-hero h1.elementor-heading-title,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero-title,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero-title .elementor-heading-title,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero h1.elementor-heading-title{
    font-size:clamp(38px,11vw,48px)!important;
    line-height:1.04!important;
    max-width:10.5ch!important;
  }
  html body .almara-home-hero .almara-lead,
  html body .almara-home-hero .almara-lead p,
  html body .almara-home-hero .elementor-widget-text-editor p,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-lead,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-lead p,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .elementor-widget-text-editor p{
    margin-top:22px!important;
    max-width:32ch!important;
    font-size:14px!important;
    line-height:1.64!important;
  }
  html body .almara-home-hero .almara-actions,
  html body .almara-home-hero .almara-hero__actions,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-actions,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero__actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:28px!important;
    width:100%!important;
  }
  html body .almara-home-hero .almara-btn,
  html body .almara-home-hero a.elementor-button,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-btn,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero a.elementor-button{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    min-height:46px!important;
  }
  html body .almara-home-hero .almara-home-hero-media,
  html body .almara-home-hero .almara-visual-wrap,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-home-hero-media,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-visual-wrap{
    margin-top:30px!important;
  }
  html body .almara-home-hero .almara-hero-v3--home,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero-v3--home{
    min-height:0!important;
    aspect-ratio:4/5!important;
    border-radius:22px!important;
    background-image:var(--almara-hero-v3-mobile-poster)!important;
    background-position:center!important;
    background-size:cover!important;
    box-shadow:0 22px 54px rgba(31,60,76,.14)!important;
  }
  html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__video,
  html body .almara-home-hero .almara-hero-v3--home .almara-hero-v3__poster,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero-v3--home .almara-hero-v3__video,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero-v3--home .almara-hero-v3__poster{
    display:none!important;
  }
  html body .almara-home-hero .almara-hero-v3--home::after,
  html body[data-elementor-device-mode="mobile"] .almara-home-hero .almara-hero-v3--home::after{
    inset:12px!important;
    border-radius:17px!important;
  }
  html body .almara-page-home .almara-section:not(.almara-home-hero),
  html body[data-elementor-device-mode="mobile"] .almara-page-home .almara-section:not(.almara-home-hero){
    width:calc(100% - 34px)!important;
  }
  html body .almara-home-intent,
  html body .almara-home-experiences,
  html body .almara-home-value,
  html body .almara-home-partner,
  html body .almara-home-locations,
  html body[data-elementor-device-mode="mobile"] .almara-home-intent,
  html body[data-elementor-device-mode="mobile"] .almara-home-experiences,
  html body[data-elementor-device-mode="mobile"] .almara-home-value,
  html body[data-elementor-device-mode="mobile"] .almara-home-partner,
  html body[data-elementor-device-mode="mobile"] .almara-home-locations{
    padding-top:42px!important;
    padding-bottom:24px!important;
  }
  html body .almara-home-experiences .almara-card-grid--2,
  html body[data-elementor-device-mode="mobile"] .almara-home-experiences .almara-card-grid--2{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html body .almara-home-experiences .almara-card--experience,
  html body[data-elementor-device-mode="mobile"] .almara-home-experiences .almara-card--experience{
    min-height:0!important;
    padding:24px 22px!important;
  }
  html body .almara-home-final-cta,
  html body[data-elementor-device-mode="mobile"] .almara-home-final-cta{
    width:calc(100% - 34px)!important;
    margin-top:40px!important;
    padding:46px 22px!important;
  }
}

/* =========================================================
   ALMARA v1.3.59 — Home Editorial-First Fix Layer
   Purpose: Home page content is edited in Elementor; shortcodes stay only for technical/dynamic modules.
   ========================================================= */

html body .almara-page-home {
  --almara-home-max: 1120px;
  --almara-home-pad: 56px;
}

html body .almara-page-home .almara-home-section,
html body .almara-page-home .almara-home-intent,
html body .almara-page-home .almara-home-experiences,
html body .almara-page-home .almara-home-experience-entry,
html body .almara-page-home .almara-home-value,
html body .almara-page-home .almara-home-partner,
html body .almara-page-home .almara-home-locations,
html body .almara-page-home .almara-home-location-teaser {
  width: min(var(--almara-home-max), calc(100% - var(--almara-home-pad))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .almara-page-home .almara-home-card,
html body .almara-page-home .almara-editorial-card,
html body .almara-page-home .almara-experience-card {
  border: 1px solid rgba(31,60,76,.18) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.56) !important;
  box-shadow: 0 16px 44px rgba(31,60,76,.065) !important;
  padding: 28px 30px !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease !important;
}

html body .almara-page-home .almara-home-card:hover,
html body .almara-page-home .almara-editorial-card:hover,
html body .almara-page-home .almara-experience-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(31,60,76,.32) !important;
  background: rgba(255,255,255,.74) !important;
  box-shadow: 0 26px 60px rgba(31,60,76,.13) !important;
}

html body .almara-page-home .almara-experience-card .elementor-heading-title,
html body .almara-page-home .almara-home-card .elementor-heading-title,
html body .almara-page-home .almara-editorial-card .elementor-heading-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  color: #1F3C4C !important;
  line-height: 1.08 !important;
}

html body .almara-page-home .almara-experience-card .elementor-widget-text-editor,
html body .almara-page-home .almara-experience-card p,
html body .almara-page-home .almara-home-card .elementor-widget-text-editor,
html body .almara-page-home .almara-home-card p,
html body .almara-page-home .almara-editorial-card .elementor-widget-text-editor,
html body .almara-page-home .almara-editorial-card p {
  color: rgba(31,60,76,.68) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

html body .almara-page-home .almara-home-card a,
html body .almara-page-home .almara-editorial-card a,
html body .almara-page-home .almara-experience-card a {
  color: #1F3C4C !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

html body .almara-page-home .almara-home-card .almara-eyebrow,
html body .almara-page-home .almara-editorial-card .almara-eyebrow,
html body .almara-page-home .almara-experience-card .almara-eyebrow,
html body .almara-page-home .almara-home-card .elementor-widget-heading:first-child .elementor-heading-title,
html body .almara-page-home .almara-editorial-card .elementor-widget-heading:first-child .elementor-heading-title,
html body .almara-page-home .almara-experience-card .elementor-widget-heading:first-child .elementor-heading-title {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
  color: rgba(31,60,76,.58) !important;
  margin-bottom: 14px !important;
}

html body .almara-page-home .almara-home-value {
  padding-top: clamp(42px,5vw,72px) !important;
}

html body .almara-page-home .almara-home-value .elementor-heading-title {
  max-width: 12ch !important;
}

html body .almara-page-home .almara-home-value-list,
html body .almara-page-home .almara-home-value-list ul,
html body .almara-page-home .almara-home-value-list .elementor-icon-list-items {
  display: grid !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

html body .almara-page-home .almara-home-value-list li,
html body .almara-page-home .almara-home-value-list .elementor-icon-list-item {
  color: rgba(31,60,76,.76) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body .almara-page-home .almara-home-value-list li::marker { color: #6EC1C2 !important; }
html body .almara-page-home .almara-home-value-list .elementor-icon-list-icon svg,
html body .almara-page-home .almara-home-value-list .elementor-icon-list-icon i { color: #6EC1C2 !important; fill: #6EC1C2 !important; }

html body .almara-page-home .almara-home-location-teaser img,
html body .almara-page-home .almara-home-locations img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16/8.6 !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 70px rgba(31,60,76,.11) !important;
}

html body .almara-page-home .almara-home-location-teaser .elementor-heading-title,
html body .almara-page-home .almara-home-locations .elementor-heading-title {
  text-align: center !important;
}

html body .almara-page-home .almara-home-final-cta {
  border-radius: 0 !important;
  overflow: hidden !important;
}

html body .almara-page-home .almara-home-final-cta .elementor-heading-title,
html body .almara-page-home .almara-home-final-cta h2 {
  color: #fff !important;
  text-align: center !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(36px,4vw,56px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.02em !important;
}

html body .almara-page-home .almara-home-final-cta .elementor-widget-text-editor,
html body .almara-page-home .almara-home-final-cta p {
  color: rgba(255,255,255,.78) !important;
  text-align: center !important;
}

html body .almara-page-home .almara-home-final-cta .elementor-button,
html body .almara-page-home .almara-home-final-cta .almara-btn {
  background: #fff !important;
  color: #1F3C4C !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  border-radius: 999px !important;
  min-height: 44px !important;
  padding: 13px 24px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
}

html body .almara-page-home .almara-home-final-cta .elementor-button:hover,
html body .almara-page-home .almara-home-final-cta .almara-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.16) !important;
}

@media (max-width: 767px) {
  html body .almara-page-home { --almara-home-pad: 34px; }
  html body .almara-page-home .almara-home-card,
  html body .almara-page-home .almara-editorial-card,
  html body .almara-page-home .almara-experience-card {
    padding: 23px 21px !important;
    border-radius: 16px !important;
  }
  html body .almara-page-home .almara-home-location-teaser img,
  html body .almara-page-home .almara-home-locations img {
    aspect-ratio: 4/3 !important;
  }
  html body .almara-page-home .almara-home-final-cta {
    padding: 44px 22px !important;
  }
}

/* =========================================================
   ALMARA v1.3.60 — Home Editorial Layout Stabilizer
   Fixes Elementor editorial-first structure after shortcode removal.
   Scope: Home only. Water/Moments/Footer remain untouched.
   ========================================================= */

html body.almara-page-home,
html body.page-id-178 {
  --almara-home-max: 1120px;
  --almara-home-wide: 1240px;
  --almara-home-gutter: clamp(22px, 4vw, 56px);
  --almara-home-text: #1F3C4C;
  --almara-home-muted: rgba(31,60,76,.66);
  --almara-home-card-bg: rgba(255,255,255,.64);
  --almara-home-line: rgba(31,60,76,.18);
}

/* Section containment: prevents Elementor rows from becoming full-browser-width */
html body.almara-page-home .almara-home-intent,
html body.almara-page-home .almara-home-experience-entry,
html body.almara-page-home .almara-home-value,
html body.almara-page-home .almara-home-b2b,
html body.almara-page-home .almara-home-partner,
html body.almara-page-home .almara-home-location-teaser,
html body.almara-page-home .almara-home-locations,
html body.almara-page-home .almara-home-final-cta,
html body.page-id-178 .almara-home-intent,
html body.page-id-178 .almara-home-experience-entry,
html body.page-id-178 .almara-home-value,
html body.page-id-178 .almara-home-b2b,
html body.page-id-178 .almara-home-partner,
html body.page-id-178 .almara-home-location-teaser,
html body.page-id-178 .almara-home-locations,
html body.page-id-178 .almara-home-final-cta {
  width: min(var(--almara-home-max), calc(100% - var(--almara-home-gutter) * 2)) !important;
  max-width: var(--almara-home-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body.almara-page-home .almara-home-hero,
html body.page-id-178 .almara-home-hero {
  width: min(var(--almara-home-max), calc(100% - var(--almara-home-gutter) * 2)) !important;
  max-width: var(--almara-home-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Hero media stability */
html body.almara-page-home .almara-home-hero .elementor-widget-shortcode,
html body.page-id-178 .almara-home-hero .elementor-widget-shortcode,
html body.almara-page-home .almara-hero-v3--home,
html body.page-id-178 .almara-hero-v3--home {
  width: 100% !important;
  max-width: 100% !important;
}

html body.almara-page-home .almara-hero-v3--home,
html body.page-id-178 .almara-hero-v3--home {
  display: block !important;
  min-height: 440px !important;
  aspect-ratio: 16 / 8.2 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background-image: var(--almara-hero-v3-poster) !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 26px 70px rgba(31,60,76,.13) !important;
}

/* Editorial grid rows. Add these classes to the row containers if possible.
   :has fallback catches typical Elementor rows if the class was not added. */
html body.almara-page-home .almara-home-card-grid,
html body.page-id-178 .almara-home-card-grid,
html body.almara-page-home .e-con:has(> .almara-home-card),
html body.page-id-178 .e-con:has(> .almara-home-card),
html body.almara-page-home .elementor-container:has(.almara-home-card),
html body.page-id-178 .elementor-container:has(.almara-home-card) {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

html body.almara-page-home .almara-home-experience-grid,
html body.page-id-178 .almara-home-experience-grid,
html body.almara-page-home .e-con:has(> .almara-experience-card),
html body.page-id-178 .e-con:has(> .almara-experience-card),
html body.almara-page-home .elementor-container:has(.almara-experience-card),
html body.page-id-178 .elementor-container:has(.almara-experience-card) {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

/* Card reset: fixes narrow mobile columns and full-width desktop rows */
html body.almara-page-home .almara-home-card,
html body.almara-page-home .almara-experience-card,
html body.almara-page-home .almara-editorial-card,
html body.page-id-178 .almara-home-card,
html body.page-id-178 .almara-experience-card,
html body.page-id-178 .almara-editorial-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  box-sizing: border-box !important;
  border: 1px solid var(--almara-home-line) !important;
  border-radius: 18px !important;
  background: var(--almara-home-card-bg) !important;
  box-shadow: 0 16px 44px rgba(31,60,76,.07) !important;
  padding: 30px 32px !important;
}

html body.almara-page-home .almara-home-card *,
html body.almara-page-home .almara-experience-card *,
html body.page-id-178 .almara-home-card *,
html body.page-id-178 .almara-experience-card * {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body.almara-page-home .almara-home-card .elementor-heading-title,
html body.almara-page-home .almara-experience-card .elementor-heading-title,
html body.page-id-178 .almara-home-card .elementor-heading-title,
html body.page-id-178 .almara-experience-card .elementor-heading-title {
  max-width: none !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body.almara-page-home .almara-home-card:hover,
html body.almara-page-home .almara-experience-card:hover,
html body.page-id-178 .almara-home-card:hover,
html body.page-id-178 .almara-experience-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(31,60,76,.32) !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 26px 62px rgba(31,60,76,.13) !important;
}

/* Home editorial typography */
html body.almara-page-home .almara-home-intent > .elementor-widget-heading .elementor-heading-title,
html body.almara-page-home .almara-home-experience-entry > .elementor-widget-heading .elementor-heading-title,
html body.page-id-178 .almara-home-intent > .elementor-widget-heading .elementor-heading-title,
html body.page-id-178 .almara-home-experience-entry > .elementor-widget-heading .elementor-heading-title {
  font-size: clamp(36px, 3.3vw, 52px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.02em !important;
  text-align: center !important;
}

html body.almara-page-home .almara-home-card .elementor-heading-title,
html body.page-id-178 .almara-home-card .elementor-heading-title {
  font-size: clamp(26px, 2vw, 34px) !important;
  line-height: 1.08 !important;
}

html body.almara-page-home .almara-experience-card .elementor-heading-title,
html body.page-id-178 .almara-experience-card .elementor-heading-title {
  font-size: clamp(30px, 2.4vw, 42px) !important;
  line-height: 1.04 !important;
}

/* Value: only one compact editorial block, icons in ALMARA color */
html body.almara-page-home .almara-home-value,
html body.page-id-178 .almara-home-value {
  padding-top: clamp(56px, 6vw, 92px) !important;
  padding-bottom: clamp(42px, 5vw, 74px) !important;
}

html body.almara-page-home .almara-home-value .elementor-heading-title,
html body.page-id-178 .almara-home-value .elementor-heading-title {
  max-width: 15ch !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.02 !important;
}

html body.almara-page-home .almara-home-value-list .elementor-icon-list-icon i,
html body.almara-page-home .almara-home-value-list .elementor-icon-list-icon svg,
html body.page-id-178 .almara-home-value-list .elementor-icon-list-icon i,
html body.page-id-178 .almara-home-value-list .elementor-icon-list-icon svg {
  color: #6EC1C2 !important;
  fill: #6EC1C2 !important;
}

html body.almara-page-home .almara-home-value-list .elementor-icon-list-text,
html body.page-id-178 .almara-home-value-list .elementor-icon-list-text {
  color: rgba(31,60,76,.72) !important;
}

/* B2B */
html body.almara-page-home .almara-home-b2b,
html body.page-id-178 .almara-home-b2b {
  padding-top: clamp(32px, 5vw, 70px) !important;
  padding-bottom: clamp(26px, 4vw, 60px) !important;
}

html body.almara-page-home .almara-home-b2b .elementor-heading-title,
html body.page-id-178 .almara-home-b2b .elementor-heading-title {
  font-size: clamp(34px, 3.7vw, 54px) !important;
  line-height: 1.02 !important;
  max-width: 13ch !important;
}

/* Locations */
html body.almara-page-home .almara-home-location-teaser,
html body.page-id-178 .almara-home-location-teaser {
  text-align: center !important;
  padding-top: clamp(36px, 5vw, 72px) !important;
  padding-bottom: clamp(36px, 5vw, 72px) !important;
}

html body.almara-page-home .almara-home-location-teaser img,
html body.page-id-178 .almara-home-location-teaser img {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  aspect-ratio: 16 / 8.4 !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 70px rgba(31,60,76,.12) !important;
}

/* Final CTA — preferred variant with heading + subline + button */
html body.almara-page-home .almara-home-final-cta,
html body.page-id-178 .almara-home-final-cta {
  width: min(920px, calc(100% - var(--almara-home-gutter) * 2)) !important;
  margin-top: 34px !important;
  margin-bottom: 0 !important;
  padding: clamp(58px, 7vw, 88px) clamp(26px, 5vw, 70px) !important;
  background: #1F3C4C !important;
  border-radius: 0 !important;
  text-align: center !important;
}

html body.almara-page-home .almara-home-final-cta .elementor-heading-title,
html body.page-id-178 .almara-home-final-cta .elementor-heading-title {
  color: #fff !important;
  font-size: clamp(40px, 5vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.02em !important;
  max-width: 12ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.almara-page-home .almara-home-final-cta .elementor-widget-text-editor,
html body.almara-page-home .almara-home-final-cta p,
html body.page-id-178 .almara-home-final-cta .elementor-widget-text-editor,
html body.page-id-178 .almara-home-final-cta p {
  color: rgba(255,255,255,.80) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  max-width: 44ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.almara-page-home .almara-home-final-cta .elementor-button,
html body.page-id-178 .almara-home-final-cta .elementor-button {
  background: #fff !important;
  color: #1F3C4C !important;
  border-color: rgba(255,255,255,.9) !important;
  min-height: 46px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

@media (max-width: 1024px) {
  html body.almara-page-home .almara-home-card-grid,
  html body.page-id-178 .almara-home-card-grid,
  html body.almara-page-home .e-con:has(> .almara-home-card),
  html body.page-id-178 .e-con:has(> .almara-home-card) {
    grid-template-columns: 1fr !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.almara-page-home .almara-home-experience-grid,
  html body.page-id-178 .almara-home-experience-grid,
  html body.almara-page-home .e-con:has(> .almara-experience-card),
  html body.page-id-178 .e-con:has(> .almara-experience-card) {
    grid-template-columns: 1fr !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  html body.almara-page-home,
  html body.page-id-178 {
    --almara-home-gutter: 24px;
  }

  html body.almara-page-home .almara-home-hero,
  html body.page-id-178 .almara-home-hero {
    width: min(100% - 48px, 390px) !important;
    padding-top: 64px !important;
    padding-bottom: 42px !important;
    overflow: visible !important;
  }

  html body.almara-page-home .almara-home-hero .elementor-heading-title,
  html body.page-id-178 .almara-home-hero .elementor-heading-title {
    max-width: 9.6ch !important;
    font-size: clamp(42px, 12vw, 54px) !important;
    line-height: 1.03 !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html body.almara-page-home .almara-home-hero .elementor-widget-text-editor,
  html body.almara-page-home .almara-home-hero p,
  html body.page-id-178 .almara-home-hero .elementor-widget-text-editor,
  html body.page-id-178 .almara-home-hero p {
    max-width: 30ch !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  html body.almara-page-home .almara-home-hero .elementor-button,
  html body.page-id-178 .almara-home-hero .elementor-button,
  html body.almara-page-home .almara-home-hero .almara-btn,
  html body.page-id-178 .almara-home-hero .almara-btn {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
  }

  html body.almara-page-home .almara-hero-v3--home,
  html body.page-id-178 .almara-hero-v3--home {
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 22px !important;
    background-image: var(--almara-hero-v3-mobile-poster) !important;
    background-size: cover !important;
    background-position: center !important;
  }

  html body.almara-page-home .almara-hero-v3--home .almara-hero-v3__video,
  html body.page-id-178 .almara-hero-v3--home .almara-hero-v3__video {
    display: none !important;
  }

  html body.almara-page-home .almara-hero-v3--home .almara-hero-v3__poster,
  html body.page-id-178 .almara-hero-v3--home .almara-hero-v3__poster {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    content: var(--almara-hero-v3-mobile-poster) !important;
  }

  html body.almara-page-home .almara-home-intent,
  html body.almara-page-home .almara-home-experience-entry,
  html body.almara-page-home .almara-home-value,
  html body.almara-page-home .almara-home-b2b,
  html body.almara-page-home .almara-home-partner,
  html body.almara-page-home .almara-home-location-teaser,
  html body.page-id-178 .almara-home-intent,
  html body.page-id-178 .almara-home-experience-entry,
  html body.page-id-178 .almara-home-value,
  html body.page-id-178 .almara-home-b2b,
  html body.page-id-178 .almara-home-partner,
  html body.page-id-178 .almara-home-location-teaser {
    width: min(100% - 48px, 390px) !important;
    max-width: 390px !important;
    padding-top: 46px !important;
    padding-bottom: 34px !important;
  }

  html body.almara-page-home .almara-home-card-grid,
  html body.page-id-178 .almara-home-card-grid,
  html body.almara-page-home .almara-home-experience-grid,
  html body.page-id-178 .almara-home-experience-grid,
  html body.almara-page-home .e-con:has(> .almara-home-card),
  html body.page-id-178 .e-con:has(> .almara-home-card),
  html body.almara-page-home .e-con:has(> .almara-experience-card),
  html body.page-id-178 .e-con:has(> .almara-experience-card) {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body.almara-page-home .almara-home-card,
  html body.almara-page-home .almara-experience-card,
  html body.page-id-178 .almara-home-card,
  html body.page-id-178 .almara-experience-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 28px 26px !important;
    border-radius: 20px !important;
  }

  html body.almara-page-home .almara-home-card .elementor-heading-title,
  html body.page-id-178 .almara-home-card .elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.06 !important;
  }

  html body.almara-page-home .almara-experience-card .elementor-heading-title,
  html body.page-id-178 .almara-experience-card .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.06 !important;
  }

  html body.almara-page-home .almara-home-card p,
  html body.almara-page-home .almara-experience-card p,
  html body.page-id-178 .almara-home-card p,
  html body.page-id-178 .almara-experience-card p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  html body.almara-page-home .almara-home-value .elementor-heading-title,
  html body.page-id-178 .almara-home-value .elementor-heading-title,
  html body.almara-page-home .almara-home-b2b .elementor-heading-title,
  html body.page-id-178 .almara-home-b2b .elementor-heading-title {
    max-width: none !important;
    font-size: 40px !important;
    line-height: 1.04 !important;
  }

  html body.almara-page-home .almara-home-location-teaser img,
  html body.page-id-178 .almara-home-location-teaser img {
    max-width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 4px !important;
  }

  html body.almara-page-home .almara-home-final-cta,
  html body.page-id-178 .almara-home-final-cta {
    width: min(100% - 48px, 390px) !important;
    max-width: 390px !important;
    padding: 58px 26px !important;
  }

  html body.almara-page-home .almara-home-final-cta .elementor-heading-title,
  html body.page-id-178 .almara-home-final-cta .elementor-heading-title {
    font-size: 42px !important;
    max-width: 10.5ch !important;
  }
}

/* =========================================================
   ALMARA HOME FINAL POLISH v1.3.65 — Page ID 17
   Editorial-first Elementor structure + SAMS-style effects
   ========================================================= */

body.page-id-17 {
  --almara-ink: #183f50;
  --almara-muted: rgba(24, 63, 80, .68);
  --almara-line: rgba(24, 63, 80, .18);
  --almara-paper: #f3ece2;
  --almara-card: rgba(255, 255, 255, .66);
  --almara-water: #6fcbd0;
  --almara-moments: #eab08d;
  --almara-shadow-soft: 0 18px 52px rgba(24, 63, 80, .08);
  --almara-shadow-hover: 0 28px 72px rgba(24, 63, 80, .14);
  background: var(--almara-paper) !important;
  overflow-x: hidden !important;
}

body.page-id-17 .almara-page-home,
body.page-id-17 .almara-page-home * {
  box-sizing: border-box !important;
}

/* Section rhythm */
body.page-id-17 .almara-home-intent,
body.page-id-17 .almara-home-experience-entry,
body.page-id-17 .almara-home-value,
body.page-id-17 .almara-home-location-teaser,
body.page-id-17 .almara-home-final-cta,
body.page-id-17 .almara-home-b2b {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-17 .almara-home-intent,
body.page-id-17 .almara-home-experience-entry,
body.page-id-17 .almara-home-value,
body.page-id-17 .almara-home-location-teaser {
  padding-top: clamp(54px, 7vw, 96px) !important;
  padding-bottom: clamp(20px, 4vw, 54px) !important;
}

/* Intent + Experience grids */
body.page-id-17 .almara-home-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.page-id-17 .almara-home-experience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Neutralize too-broad legacy .e-con card styling on wrapper containers */
body.page-id-17 .almara-home-intent-inner,
body.page-id-17 .almara-home-card-grid,
body.page-id-17 .almara-home-experience-inner,
body.page-id-17 .almara-home-experience-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Cards */
body.page-id-17 .almara-home-card,
body.page-id-17 .almara-experience-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  background: var(--almara-card) !important;
  border: 1px solid var(--almara-line) !important;
  border-radius: 20px !important;
  box-shadow: var(--almara-shadow-soft) !important;
  padding: 30px 32px !important;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
  overflow: hidden !important;
}

body.page-id-17 .almara-home-card:hover,
body.page-id-17 .almara-experience-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--almara-shadow-hover) !important;
  background: rgba(255,255,255,.82) !important;
}

body.page-id-17 .almara-home-card:hover {
  border-color: rgba(111, 203, 208, .55) !important;
}

body.page-id-17 .almara-experience-card:nth-child(1) {
  border-top: 3px solid var(--almara-water) !important;
}
body.page-id-17 .almara-experience-card:nth-child(2) {
  border-top: 3px solid var(--almara-moments) !important;
}
body.page-id-17 .almara-experience-card:nth-child(1):hover {
  border-color: rgba(111, 203, 208, .75) !important;
}
body.page-id-17 .almara-experience-card:nth-child(2):hover {
  border-color: rgba(234, 176, 141, .75) !important;
}

body.page-id-17 .almara-home-card .elementor-heading-title,
body.page-id-17 .almara-experience-card .elementor-heading-title {
  color: var(--almara-ink) !important;
}
body.page-id-17 .almara-home-card p,
body.page-id-17 .almara-experience-card p,
body.page-id-17 .almara-home-card .elementor-widget-text-editor,
body.page-id-17 .almara-experience-card .elementor-widget-text-editor {
  color: var(--almara-muted) !important;
}

/* Value section: turn into premium explanation block */
body.page-id-17 .almara-home-value {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
  background: linear-gradient(135deg, rgba(255,255,255,.50), rgba(255,255,255,.20)) !important;
  border: 1px solid rgba(24,63,80,.12) !important;
  border-radius: 28px !important;
  padding: clamp(42px, 6vw, 72px) !important;
  box-shadow: 0 22px 70px rgba(24,63,80,.06) !important;
}

body.page-id-17 .almara-home-value .elementor-heading-title {
  max-width: 11.5ch !important;
  color: var(--almara-ink) !important;
}

body.page-id-17 .almara-home-value .elementor-widget-text-editor {
  max-width: 58ch !important;
  color: var(--almara-muted) !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-items {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 24px !important;
  margin-top: 24px !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-item {
  background: rgba(255,255,255,.55) !important;
  border: 1px solid rgba(24,63,80,.10) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
}

/* Location proof section */
body.page-id-17 .almara-home-location-teaser {
  text-align: center !important;
}
body.page-id-17 .almara-home-location-teaser img {
  width: min(100%, 920px) !important;
  aspect-ratio: 16 / 8.6 !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 80px rgba(24,63,80,.12) !important;
}
body.page-id-17 .almara-home-location-teaser .elementor-heading-title {
  margin-top: 28px !important;
  color: var(--almara-ink) !important;
}

/* CTA stays as B2C close */
body.page-id-17 .almara-home-final-cta {
  margin-top: clamp(54px, 7vw, 92px) !important;
  margin-bottom: clamp(42px, 5vw, 72px) !important;
  background: #183f50 !important;
  border-radius: 0 !important;
  padding: clamp(58px, 8vw, 92px) clamp(28px, 7vw, 96px) !important;
  box-shadow: 0 32px 86px rgba(24,63,80,.16) !important;
  text-align: center !important;
}
body.page-id-17 .almara-home-final-cta .elementor-heading-title,
body.page-id-17 .almara-home-final-cta p,
body.page-id-17 .almara-home-final-cta .elementor-widget-text-editor {
  color: #fff !important;
}
body.page-id-17 .almara-home-final-cta .elementor-button {
  background: #fff !important;
  color: #183f50 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}
body.page-id-17 .almara-home-final-cta .elementor-button:hover {
  transform: translateY(-2px) !important;
}

/* B2B should be last: partner strip before footer */
body.page-id-17 .almara-home-b2b {
  margin-top: clamp(30px, 5vw, 64px) !important;
  margin-bottom: clamp(48px, 6vw, 88px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: center !important;
  background: rgba(255,255,255,.58) !important;
  border: 1px solid rgba(24,63,80,.14) !important;
  border-radius: 26px !important;
  padding: clamp(34px, 5vw, 56px) !important;
  box-shadow: var(--almara-shadow-soft) !important;
}
body.page-id-17 .almara-home-b2b .elementor-heading-title {
  color: var(--almara-ink) !important;
  max-width: 16ch !important;
}
body.page-id-17 .almara-home-b2b .elementor-widget-text-editor {
  color: var(--almara-muted) !important;
  max-width: 58ch !important;
}
body.page-id-17 .almara-home-b2b .elementor-button {
  background: #183f50 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 13px 24px !important;
}

/* Recommended final funnel order helper classes remain purely visual. Actual order is changed in Elementor Navigator. */

@media (max-width: 767px) {
  body.page-id-17 .almara-home-intent,
  body.page-id-17 .almara-home-experience-entry,
  body.page-id-17 .almara-home-value,
  body.page-id-17 .almara-home-location-teaser,
  body.page-id-17 .almara-home-final-cta,
  body.page-id-17 .almara-home-b2b {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  body.page-id-17 .almara-home-card-grid,
  body.page-id-17 .almara-home-experience-grid,
  body.page-id-17 .almara-home-value,
  body.page-id-17 .almara-home-b2b {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.page-id-17 .almara-home-card,
  body.page-id-17 .almara-experience-card {
    padding: 26px 24px !important;
    border-radius: 22px !important;
  }

  body.page-id-17 .almara-home-card .elementor-heading-title,
  body.page-id-17 .almara-experience-card .elementor-heading-title {
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.08 !important;
  }

  body.page-id-17 .almara-home-value {
    padding: 38px 26px !important;
  }
  body.page-id-17 .almara-home-value .elementor-heading-title {
    max-width: 12ch !important;
  }
  body.page-id-17 .almara-home-value-list .elementor-icon-list-items {
    grid-template-columns: 1fr !important;
  }

  body.page-id-17 .almara-home-location-teaser img {
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }

  body.page-id-17 .almara-home-final-cta {
    padding: 56px 24px !important;
  }
  body.page-id-17 .almara-home-final-cta .elementor-heading-title {
    font-size: clamp(34px, 9vw, 46px) !important;
  }

  body.page-id-17 .almara-home-b2b {
    padding: 34px 24px !important;
    text-align: left !important;
  }
}

/* =========================================================
   ALMARA HOME PREMIUM FINAL v1.3.66
   Editorial-First CSS + Micro-Interactions + Scroll FX
   Scope: Home Page ID 17 only
   Purpose: Final polish after Elementor editorial rebuild
   ========================================================= */

body.page-id-17 {
  --almara-bg: #f4eee6;
  --almara-ink: #183e4e;
  --almara-muted: rgba(24, 62, 78, .70);
  --almara-line: rgba(24, 62, 78, .16);
  --almara-card: rgba(255, 255, 255, .66);
  --almara-card-strong: rgba(255, 255, 255, .82);
  --almara-shadow-soft: 0 18px 48px rgba(24, 62, 78, .08);
  --almara-shadow-hover: 0 24px 64px rgba(24, 62, 78, .13);
  --almara-radius-card: 22px;
  --almara-radius-media: 18px;
  --almara-water: #66c7d2;
  --almara-water-dark: #2c91a1;
  --almara-moments: #e7a77b;
  --almara-moments-dark: #c9784f;
  --almara-section-space: clamp(56px, 7vw, 104px);
  background: var(--almara-bg);
  overflow-x: hidden;
}

body.page-id-17 .almara-page-home,
body.page-id-17 .almara-page-home * {
  box-sizing: border-box;
}

/* ---------- Final section width discipline ---------- */
body.page-id-17 .almara-home-intent,
body.page-id-17 .almara-home-experience-entry,
body.page-id-17 .almara-home-value-location,
body.page-id-17 .almara-home-final-cta,
body.page-id-17 .almara-home-final,
body.page-id-17 .almara-home-b2b {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-17 .almara-home-intent,
body.page-id-17 .almara-home-experience-entry,
body.page-id-17 .almara-home-value-location,
body.page-id-17 .almara-home-final-cta,
body.page-id-17 .almara-home-final,
body.page-id-17 .almara-home-b2b {
  margin-top: var(--almara-section-space) !important;
}

/* Neutralize old broad e-con card selectors safely */
body.page-id-17 .almara-home-intent .almara-home-intent-inner,
body.page-id-17 .almara-home-intent .almara-home-card-grid,
body.page-id-17 .almara-home-experience-entry .almara-home-experience-inner,
body.page-id-17 .almara-home-experience-entry .almara-home-experience-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* ---------- Editorial card grids ---------- */
body.page-id-17 .almara-home-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

body.page-id-17 .almara-home-experience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

/* Intent cards */
body.page-id-17 .almara-home-card {
  width: 100% !important;
  min-width: 0 !important;
  padding: 30px 32px !important;
  border-radius: var(--almara-radius-card) !important;
  background: var(--almara-card-strong) !important;
  border: 1px solid var(--almara-line) !important;
  box-shadow: var(--almara-shadow-soft) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease, background .42s ease;
}

body.page-id-17 .almara-home-card:hover,
body.page-id-17 .almara-home-card:focus-within {
  transform: translateY(-7px);
  background: rgba(255,255,255,.92) !important;
  border-color: rgba(24,62,78,.28) !important;
  box-shadow: var(--almara-shadow-hover) !important;
}

/* Experience cards: SAMS style accents */
body.page-id-17 .almara-experience-card,
body.page-id-17 .almara-home-experience-card {
  width: 100% !important;
  min-width: 0 !important;
  position: relative;
  overflow: hidden;
  padding: 34px 34px 32px !important;
  border-radius: var(--almara-radius-card) !important;
  background: var(--almara-card) !important;
  border: 1px solid var(--almara-line) !important;
  box-shadow: var(--almara-shadow-soft) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease, background .42s ease;
}

body.page-id-17 .almara-experience-card::before,
body.page-id-17 .almara-home-experience-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--almara-water), var(--almara-water-dark));
  opacity: .95;
}

body.page-id-17 .almara-experience-card::after,
body.page-id-17 .almara-home-experience-card::after {
  content: "";
  position: absolute;
  inset: -35% -20% auto auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(102,199,210,.24), rgba(102,199,210,0) 66%);
  pointer-events: none;
  opacity: .75;
  transition: transform .55s ease, opacity .55s ease;
}

body.page-id-17 .almara-experience-card.moments::before,
body.page-id-17 .almara-home-experience-card.moments::before,
body.page-id-17 .almara-experience-card.almara-moments::before {
  background: linear-gradient(90deg, var(--almara-moments), var(--almara-moments-dark));
}

body.page-id-17 .almara-experience-card.moments::after,
body.page-id-17 .almara-home-experience-card.moments::after,
body.page-id-17 .almara-experience-card.almara-moments::after {
  background: radial-gradient(circle, rgba(231,167,123,.24), rgba(231,167,123,0) 66%);
}

body.page-id-17 .almara-experience-card:hover,
body.page-id-17 .almara-home-experience-card:hover,
body.page-id-17 .almara-experience-card:focus-within,
body.page-id-17 .almara-home-experience-card:focus-within {
  transform: translateY(-8px);
  background: rgba(255,255,255,.88) !important;
  border-color: rgba(24,62,78,.30) !important;
  box-shadow: var(--almara-shadow-hover) !important;
}

body.page-id-17 .almara-experience-card:hover::after,
body.page-id-17 .almara-home-experience-card:hover::after {
  transform: translate(-14px, 16px) scale(1.08);
  opacity: 1;
}

/* Card typography / links */
body.page-id-17 .almara-home-card h2,
body.page-id-17 .almara-home-card h3,
body.page-id-17 .almara-experience-card h2,
body.page-id-17 .almara-experience-card h3,
body.page-id-17 .almara-home-experience-card h2,
body.page-id-17 .almara-home-experience-card h3 {
  color: var(--almara-ink) !important;
}

body.page-id-17 .almara-home-card p,
body.page-id-17 .almara-experience-card p,
body.page-id-17 .almara-home-experience-card p {
  color: var(--almara-muted) !important;
}

body.page-id-17 .almara-home-card a,
body.page-id-17 .almara-experience-card a,
body.page-id-17 .almara-home-experience-card a,
body.page-id-17 .almara-home-card .elementor-widget-text-editor,
body.page-id-17 .almara-experience-card .elementor-widget-text-editor {
  color: var(--almara-ink) !important;
  font-weight: 700;
}

/* ---------- Value + Location combined block ---------- */
body.page-id-17 .almara-home-value-location {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(32px, 5vw, 64px) !important;
  align-items: center !important;
  padding: clamp(38px, 5vw, 66px) !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.42)) !important;
  border: 1px solid rgba(24,62,78,.15) !important;
  box-shadow: 0 28px 78px rgba(24,62,78,.085) !important;
  overflow: hidden;
  position: relative;
}

body.page-id-17 .almara-home-value-location::before {
  content: "";
  position: absolute;
  inset: -30% -18% auto auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(102,199,210,.18), rgba(102,199,210,0) 68%);
  pointer-events: none;
}

body.page-id-17 .almara-home-value,
body.page-id-17 .almara-home-location-teaser {
  width: 100% !important;
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.page-id-17 .almara-home-value-list,
body.page-id-17 .almara-home-value .elementor-icon-list-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-item,
body.page-id-17 .almara-home-value .elementor-icon-list-item,
body.page-id-17 .almara-home-value .pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.70) !important;
  border: 1px solid rgba(24,62,78,.14) !important;
  box-shadow: 0 8px 22px rgba(24,62,78,.055) !important;
  color: var(--almara-ink) !important;
  line-height: 1.15 !important;
}

body.page-id-17 .almara-home-location-teaser img {
  width: 100% !important;
  display: block !important;
  border-radius: var(--almara-radius-media) !important;
  box-shadow: 0 24px 60px rgba(24,62,78,.12) !important;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), box-shadow .7s ease;
}

body.page-id-17 .almara-home-value-location:hover .almara-home-location-teaser img {
  transform: scale(1.025);
  box-shadow: 0 30px 72px rgba(24,62,78,.16) !important;
}

/* ---------- Final CTA ---------- */
body.page-id-17 .almara-home-final-cta,
body.page-id-17 .almara-home-final {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) clamp(28px, 6vw, 80px) !important;
  border-radius: 0 !important;
  background: #1f4655 !important;
  box-shadow: 0 28px 78px rgba(24,62,78,.12) !important;
  text-align: center !important;
}

body.page-id-17 .almara-home-final-cta::before,
body.page-id-17 .almara-home-final::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 50%;
  width: 520px;
  height: 520px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(102,199,210,.20), rgba(102,199,210,0) 68%);
  pointer-events: none;
}

body.page-id-17 .almara-home-final-cta h2,
body.page-id-17 .almara-home-final h2,
body.page-id-17 .almara-home-final-cta p,
body.page-id-17 .almara-home-final p {
  color: #fff !important;
}

body.page-id-17 .almara-home-final-cta .elementor-button,
body.page-id-17 .almara-home-final .elementor-button {
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--almara-ink) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.14) !important;
  transition: transform .28s ease, box-shadow .28s ease;
}

body.page-id-17 .almara-home-final-cta .elementor-button:hover,
body.page-id-17 .almara-home-final .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.18) !important;
}

/* ---------- B2B final block after CTA ---------- */
body.page-id-17 .almara-home-b2b {
  padding: clamp(38px, 5vw, 68px) !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.56) !important;
  border: 1px solid rgba(24,62,78,.14) !important;
  box-shadow: 0 22px 58px rgba(24,62,78,.07) !important;
}

/* ---------- Micro-interactions: fade-in on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
  body.page-id-17 .almara-home-intent,
  body.page-id-17 .almara-home-experience-entry,
  body.page-id-17 .almara-home-value-location,
  body.page-id-17 .almara-home-final-cta,
  body.page-id-17 .almara-home-final,
  body.page-id-17 .almara-home-b2b {
    animation: almaraFadeLift both ease-out;
    animation-timeline: view();
    animation-range: entry 8% cover 28%;
  }

  body.page-id-17 .almara-home-card,
  body.page-id-17 .almara-experience-card,
  body.page-id-17 .almara-home-experience-card {
    animation: almaraCardReveal both ease-out;
    animation-timeline: view();
    animation-range: entry 4% cover 22%;
  }

  body.page-id-17 .almara-home-location-teaser img,
  body.page-id-17 .almara-hero-video,
  body.page-id-17 .almara-hero-media video,
  body.page-id-17 .almara-hero-media img {
    animation: almaraSubtleParallax both linear;
    animation-timeline: view();
    animation-range: entry -10% exit 110%;
    will-change: transform;
  }
}

@keyframes almaraFadeLift {
  from { opacity: .12; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes almaraCardReveal {
  from { opacity: .18; transform: translateY(20px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes almaraSubtleParallax {
  from { transform: translateY(-10px) scale(1.018); }
  to { transform: translateY(12px) scale(1.018); }
}

/* ---------- Safe sticky CTA layer ----------
   Add class almara-sticky-cta to a small Elementor CTA container/button row if wanted.
   It stays unobtrusive and does not affect Footer/Water/Moments.
*/
body.page-id-17 .almara-sticky-cta {
  position: sticky !important;
  bottom: 18px !important;
  z-index: 25 !important;
  width: fit-content !important;
  max-width: calc(100% - 32px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 48px rgba(24,62,78,.20) !important;
}

body.page-id-17 .almara-sticky-cta .elementor-button {
  border-radius: 999px !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  body.page-id-17 {
    --almara-section-space: 58px;
  }

  body.page-id-17 .almara-home-intent,
  body.page-id-17 .almara-home-experience-entry,
  body.page-id-17 .almara-home-value-location,
  body.page-id-17 .almara-home-final-cta,
  body.page-id-17 .almara-home-final,
  body.page-id-17 .almara-home-b2b {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }

  body.page-id-17 .almara-home-card-grid,
  body.page-id-17 .almara-home-experience-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.page-id-17 .almara-home-card,
  body.page-id-17 .almara-experience-card,
  body.page-id-17 .almara-home-experience-card {
    padding: 26px 24px !important;
    border-radius: 22px !important;
  }

  body.page-id-17 .almara-home-value-location {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 32px 24px !important;
    border-radius: 24px !important;
  }

  body.page-id-17 .almara-home-value-list,
  body.page-id-17 .almara-home-value .elementor-icon-list-items {
    gap: 8px !important;
  }

  body.page-id-17 .almara-home-value-list .elementor-icon-list-item,
  body.page-id-17 .almara-home-value .elementor-icon-list-item,
  body.page-id-17 .almara-home-value .pill {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body.page-id-17 .almara-home-final-cta,
  body.page-id-17 .almara-home-final {
    padding: 54px 24px !important;
  }

  body.page-id-17 .almara-home-b2b {
    padding: 32px 24px !important;
  }

  body.page-id-17 .almara-sticky-cta {
    bottom: 14px !important;
    width: calc(100% - 32px) !important;
  }

  body.page-id-17 .almara-sticky-cta .elementor-button {
    width: 100% !important;
  }
}

/* ---------- Reduced motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
  body.page-id-17 .almara-page-home *,
  body.page-id-17 .almara-page-home *::before,
  body.page-id-17 .almara-page-home *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   ALMARA HOME PREMIUM FINAL v1.3.67
   Fix: Value + Location combined block + Elementor Icon-List Pills
   Fix: SAMS hover accents for Water/Moments editorial cards
   Scope: Home Page ID 17 only
   Place after all older ALMARA Home rules.
   ========================================================= */

body.page-id-17 .almara-home-value-location {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
  gap: clamp(34px, 5vw, 64px) !important;
  align-items: center !important;
  padding: clamp(42px, 5.5vw, 72px) !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.52)) !important;
  border: 1px solid rgba(24,62,78,.15) !important;
  box-shadow: 0 28px 78px rgba(24,62,78,.085) !important;
  position: relative !important;
  overflow: hidden !important;
}

body.page-id-17 .almara-home-value-location::before {
  content: "" !important;
  position: absolute !important;
  inset: -32% -18% auto auto !important;
  width: 420px !important;
  height: 420px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(102,199,210,.18), rgba(102,199,210,0) 68%) !important;
  pointer-events: none !important;
}

body.page-id-17 .almara-home-value-location > *,
body.page-id-17 .almara-home-value,
body.page-id-17 .almara-home-location-teaser {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

body.page-id-17 .almara-home-value {
  display: block !important;
  text-align: left !important;
}

body.page-id-17 .almara-home-value .elementor-heading-title {
  max-width: 13ch !important;
  color: var(--almara-ink, #183e4e) !important;
  margin: 0 0 18px 0 !important;
}

body.page-id-17 .almara-home-value .elementor-widget-text-editor,
body.page-id-17 .almara-home-value .elementor-widget-text-editor p {
  max-width: 48ch !important;
  color: var(--almara-muted, rgba(24,62,78,.70)) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Elementor Icon-List Pills inside Value block */
body.page-id-17 .almara-home-value-list .elementor-icon-list-items,
body.page-id-17 .almara-home-value .elementor-icon-list-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 24px 0 0 0 !important;
  padding: 0 !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-item,
body.page-id-17 .almara-home-value .elementor-icon-list-item {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.74) !important;
  border: 1px solid rgba(24,62,78,.14) !important;
  box-shadow: 0 8px 22px rgba(24,62,78,.055) !important;
  color: var(--almara-ink, #183e4e) !important;
  line-height: 1.15 !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-icon,
body.page-id-17 .almara-home-value .elementor-icon-list-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  color: var(--almara-ink, #183e4e) !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-text,
body.page-id-17 .almara-home-value .elementor-icon-list-text {
  color: var(--almara-ink, #183e4e) !important;
  font-weight: 650 !important;
}

body.page-id-17 .almara-home-location-teaser {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center !important;
}

body.page-id-17 .almara-home-location-teaser .elementor-heading-title {
  color: var(--almara-ink, #183e4e) !important;
  margin-bottom: 10px !important;
}

body.page-id-17 .almara-home-location-teaser .elementor-widget-text-editor,
body.page-id-17 .almara-home-location-teaser .elementor-widget-text-editor p {
  color: var(--almara-muted, rgba(24,62,78,.70)) !important;
  margin-bottom: 22px !important;
}

body.page-id-17 .almara-home-location-teaser img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 60px rgba(24,62,78,.12) !important;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), box-shadow .7s ease !important;
}

body.page-id-17 .almara-home-value-location:hover .almara-home-location-teaser img {
  transform: scale(1.025) !important;
  box-shadow: 0 30px 72px rgba(24,62,78,.16) !important;
}

/* SAMS / Premium hover for Water + Moments cards.
   Works with either classes water/moments OR first/second card in the grid. */
body.page-id-17 .almara-home-experience-grid > .almara-experience-card,
body.page-id-17 .almara-experience-card,
body.page-id-17 .almara-home-experience-card {
  position: relative !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.70) !important;
  border: 1px solid rgba(24,62,78,.16) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 48px rgba(24,62,78,.08) !important;
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s ease, border-color .42s ease, background .42s ease !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card::before,
body.page-id-17 .almara-experience-card::before,
body.page-id-17 .almara-home-experience-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--almara-water, #66c7d2), var(--almara-water-dark, #2c91a1)) !important;
  opacity: .95 !important;
  pointer-events: none !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card::after,
body.page-id-17 .almara-experience-card::after,
body.page-id-17 .almara-home-experience-card::after {
  content: "" !important;
  position: absolute !important;
  top: -70px !important;
  right: -70px !important;
  width: 210px !important;
  height: 210px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(102,199,210,.24), rgba(102,199,210,0) 66%) !important;
  pointer-events: none !important;
  opacity: .70 !important;
  transition: transform .55s ease, opacity .55s ease !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card:nth-child(2)::before,
body.page-id-17 .almara-experience-card.moments::before,
body.page-id-17 .almara-experience-card.almara-moments::before,
body.page-id-17 .almara-home-experience-card.moments::before {
  background: linear-gradient(90deg, var(--almara-moments, #e7a77b), var(--almara-moments-dark, #c9784f)) !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card:nth-child(2)::after,
body.page-id-17 .almara-experience-card.moments::after,
body.page-id-17 .almara-experience-card.almara-moments::after,
body.page-id-17 .almara-home-experience-card.moments::after {
  background: radial-gradient(circle, rgba(231,167,123,.25), rgba(231,167,123,0) 66%) !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card:hover,
body.page-id-17 .almara-experience-card:hover,
body.page-id-17 .almara-home-experience-card:hover,
body.page-id-17 .almara-home-experience-grid > .almara-experience-card:focus-within,
body.page-id-17 .almara-experience-card:focus-within,
body.page-id-17 .almara-home-experience-card:focus-within {
  transform: translateY(-8px) !important;
  background: rgba(255,255,255,.90) !important;
  border-color: rgba(102,199,210,.55) !important;
  box-shadow: 0 26px 70px rgba(24,62,78,.14) !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card:nth-child(2):hover,
body.page-id-17 .almara-experience-card.moments:hover,
body.page-id-17 .almara-experience-card.almara-moments:hover,
body.page-id-17 .almara-home-experience-card.moments:hover {
  border-color: rgba(231,167,123,.58) !important;
}

body.page-id-17 .almara-home-experience-grid > .almara-experience-card:hover::after,
body.page-id-17 .almara-experience-card:hover::after,
body.page-id-17 .almara-home-experience-card:hover::after {
  transform: translate(-14px, 16px) scale(1.08) !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  body.page-id-17 .almara-home-value-location {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 34px 24px !important;
    border-radius: 24px !important;
  }

  body.page-id-17 .almara-home-value .elementor-heading-title {
    max-width: 12.5ch !important;
  }

  body.page-id-17 .almara-home-value-list .elementor-icon-list-items,
  body.page-id-17 .almara-home-value .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body.page-id-17 .almara-home-value-list .elementor-icon-list-item,
  body.page-id-17 .almara-home-value .elementor-icon-list-item {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  body.page-id-17 .almara-home-location-teaser {
    text-align: left !important;
  }

  body.page-id-17 .almara-home-location-teaser img {
    aspect-ratio: 4 / 3 !important;
    border-radius: 18px !important;
  }
}

/* =========================================================
   ALMARA HOME v1.3.68 — FINAL OVERRIDE / STABILIZATION
   Scope: page-id-17 only
   Purpose: fix hero media ring, premium card hover, value+location layout,
            mobile stacking, and reduce conflicts from older broad selectors.
   ========================================================= */

body.page-id-17 {
  --almara-ink: #1f3c4c;
  --almara-muted: rgba(31, 60, 76, .72);
  --almara-paper: #f4eee6;
  --almara-card: rgba(255,255,255,.66);
  --almara-line: rgba(31,60,76,.16);
  --almara-shadow-soft: 0 18px 48px rgba(31,60,76,.075);
  --almara-shadow-hover: 0 26px 64px rgba(31,60,76,.13);
  overflow-x: hidden !important;
}

body.page-id-17 .almara-page-home,
body.page-id-17 .almara-page-home * {
  box-sizing: border-box !important;
}

/* ---------- Shared editorial width ---------- */
body.page-id-17 .almara-home-intent,
body.page-id-17 .almara-home-experience-entry,
body.page-id-17 .almara-home-value-location,
body.page-id-17 .almara-home-final-cta,
body.page-id-17 .almara-home-b2b {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- Hero media: remove accidental inner frame/ring ---------- */
body.page-id-17 .almara-home-hero .almara-hero-video-wrap,
body.page-id-17 .almara-home-hero .almara-hero-video,
body.page-id-17 .almara-home-hero .almara-hero-video video,
body.page-id-17 .almara-home-hero video,
body.page-id-17 .almara-home-hero img,
body.page-id-17 .almara-hero-video-wrap,
body.page-id-17 .almara-hero-video,
body.page-id-17 .almara-hero-video video {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.page-id-17 .almara-home-hero .almara-hero-video-wrap,
body.page-id-17 .almara-hero-video-wrap {
  overflow: hidden !important;
  border-radius: 18px !important;
  background: transparent !important;
}

body.page-id-17 .almara-home-hero .almara-hero-video-wrap::before,
body.page-id-17 .almara-home-hero .almara-hero-video-wrap::after,
body.page-id-17 .almara-hero-video-wrap::before,
body.page-id-17 .almara-hero-video-wrap::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ---------- Kill old broad card styling on wrapper containers ---------- */
body.page-id-17 .almara-home-intent .almara-home-intent-inner,
body.page-id-17 .almara-home-intent .almara-home-card-grid,
body.page-id-17 .almara-home-experience-entry .almara-home-experience-inner,
body.page-id-17 .almara-home-experience-entry .almara-home-experience-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* ---------- Intent cards: premium hover/glow ---------- */
body.page-id-17 .almara-home-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.page-id-17 .almara-home-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: var(--almara-card) !important;
  border: 1px solid var(--almara-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--almara-shadow-soft) !important;
  padding: 28px 30px !important;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease !important;
  transform: translateZ(0) !important;
}

body.page-id-17 .almara-home-card:hover {
  transform: translateY(-5px) translateZ(0) !important;
  box-shadow: var(--almara-shadow-hover) !important;
  border-color: rgba(31,60,76,.28) !important;
  background: rgba(255,255,255,.78) !important;
}

/* ---------- Experience Water/Moments SAMS accents ---------- */
body.page-id-17 .almara-home-experience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.page-id-17 .almara-experience-card,
body.page-id-17 .almara-home-experience-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.64) !important;
  border: 1px solid var(--almara-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--almara-shadow-soft) !important;
  padding: 30px 32px !important;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, background .32s ease !important;
  transform: translateZ(0) !important;
}

body.page-id-17 .almara-experience-card::before,
body.page-id-17 .almara-home-experience-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #69cbd2, #2f91aa) !important;
  opacity: .95 !important;
  pointer-events: none !important;
}

body.page-id-17 .almara-experience-card:nth-child(2)::before,
body.page-id-17 .almara-home-experience-card:nth-child(2)::before,
body.page-id-17 .almara-experience-card.moments::before,
body.page-id-17 .almara-home-experience-card.moments::before {
  background: linear-gradient(90deg, #e7ad83, #c9714f) !important;
}

body.page-id-17 .almara-experience-card:hover,
body.page-id-17 .almara-home-experience-card:hover {
  transform: translateY(-5px) translateZ(0) !important;
  box-shadow: var(--almara-shadow-hover) !important;
  background: rgba(255,255,255,.78) !important;
}

body.page-id-17 .almara-experience-card:hover::before,
body.page-id-17 .almara-home-experience-card:hover::before {
  height: 4px !important;
}

/* ---------- Value + Location combined premium card ---------- */
body.page-id-17 .almara-home-value-location {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 42px !important;
  align-items: center !important;
  background: rgba(255,255,255,.62) !important;
  border: 1px solid rgba(31,60,76,.13) !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 60px rgba(31,60,76,.075) !important;
  padding: 46px !important;
  margin-top: 76px !important;
  margin-bottom: 76px !important;
  overflow: hidden !important;
}

body.page-id-17 .almara-home-value-location > .e-con,
body.page-id-17 .almara-home-value-location > .elementor-element,
body.page-id-17 .almara-home-value,
body.page-id-17 .almara-home-location-teaser {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.page-id-17 .almara-home-value h2,
body.page-id-17 .almara-home-value .elementor-heading-title {
  max-width: 440px !important;
  margin: 0 0 16px !important;
}

body.page-id-17 .almara-home-value p,
body.page-id-17 .almara-home-value .elementor-widget-text-editor {
  max-width: 520px !important;
}

body.page-id-17 .almara-home-location-teaser {
  text-align: center !important;
}

body.page-id-17 .almara-home-location-teaser img {
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(31,60,76,.12) !important;
}

/* ---------- Icon list as pills ---------- */
body.page-id-17 .almara-home-value-list .elementor-icon-list-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(31,60,76,.16) !important;
  box-shadow: 0 10px 24px rgba(31,60,76,.055) !important;
  color: var(--almara-ink) !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-text {
  color: var(--almara-ink) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

/* ---------- Fade-in / subtle scroll FX classes ---------- */
@media (prefers-reduced-motion: no-preference) {
  body.page-id-17 .almara-fade-in,
  body.page-id-17 .almara-home-card,
  body.page-id-17 .almara-experience-card,
  body.page-id-17 .almara-home-value-location,
  body.page-id-17 .almara-home-final-cta {
    animation: almaraFadeUp .72s ease both;
    animation-timeline: view();
    animation-range: entry 8% cover 26%;
  }

  body.page-id-17 .almara-parallax-soft img,
  body.page-id-17 .almara-home-location-teaser img {
    transform: translateY(0) scale(1.01);
    transition: transform .7s ease;
  }

  body.page-id-17 .almara-home-location-teaser:hover img {
    transform: translateY(-3px) scale(1.018);
  }
}

@keyframes almaraFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Optional sticky CTA ---------- */
body.page-id-17 .almara-sticky-cta {
  position: sticky !important;
  bottom: 18px !important;
  z-index: 20 !important;
}

/* ---------- Mobile recovery ---------- */
@media (max-width: 767px) {
  body.page-id-17 .almara-home-intent,
  body.page-id-17 .almara-home-experience-entry,
  body.page-id-17 .almara-home-value-location,
  body.page-id-17 .almara-home-final-cta,
  body.page-id-17 .almara-home-b2b {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }

  body.page-id-17 .almara-home-card-grid,
  body.page-id-17 .almara-home-experience-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.page-id-17 .almara-home-card,
  body.page-id-17 .almara-experience-card,
  body.page-id-17 .almara-home-experience-card {
    padding: 24px 22px !important;
  }

  body.page-id-17 .almara-home-value-location {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 28px 22px !important;
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  body.page-id-17 .almara-home-location-teaser img {
    max-width: 100% !important;
  }

  body.page-id-17 .almara-home-value-list .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* HERO VIDEO HARD RESET */

.almara-hero-media,
.almara-hero-media *,
.almara-hero-media video,
.almara-hero-media iframe {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.almara-hero-media {
  overflow: hidden !important;
  border-radius: 18px !important;
}

/* INTENT CARDS – REAL TARGET */

.almara-home-card .elementor-widget-container {
  border-radius: 18px !important;
  background: rgba(255,255,255,0.65) !important;
  backdrop-filter: blur(6px);
  transition: all .35s ease !important;
  border: 1px solid rgba(0,0,0,0.05) !important;
  position: relative;
  overflow: hidden;
}

/* Accent Line */

.almara-home-card .elementor-widget-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #4fb7c5, #2e8fa3);
  opacity: 0;
  transition: .3s;
}

/* Hover */

.almara-home-card:hover .elementor-widget-container {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.08);
}

.almara-home-card:hover .elementor-widget-container::before {
  opacity: 1;
}

/* EXPERIENCE CARDS */

.almara-home-experience-card .elementor-widget-container {
  border-radius: 18px !important;
  background: rgba(255,255,255,0.7) !important;
  transition: all .35s ease !important;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

/* Accent Base */

.almara-home-experience-card .elementor-widget-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 1;
}

/* WATER */

.almara-home-experience-card.water .elementor-widget-container::before {
  background: linear-gradient(90deg, #4fb7c5, #2e8fa3);
}

/* MOMENTS */

.almara-home-experience-card.moments .elementor-widget-container::before {
  background: linear-gradient(90deg, #e2a87c, #c97a4d);
}

/* Hover */

.almara-home-experience-card:hover .elementor-widget-container {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.1);
}

/* VALUE + LOCATION WRAPPER */

.almara-home-value-location {
  display: flex !important;
  gap: 48px !important;
  align-items: center !important;

  background: rgba(255,255,255,0.6);
  border-radius: 20px;
  padding: 40px;
}

/* LEFT */

.almara-home-value {
  flex: 1;
}

/* RIGHT */

.almara-home-location-teaser {
  flex: 1;
}

/* IMAGE */

.almara-home-location-teaser img {
  border-radius: 18px;
  width: 100%;
}

/* TYPO FIX */

.almara-home-value h2,
.almara-home-value h3 {
  max-width: 420px;
}

/* ICON LIST → PILLS */

.almara-home-value-list .elementor-icon-list-item {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;

  background: rgba(255,255,255,0.8);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 6px 6px 0 0;

  border: 1px solid rgba(0,0,0,0.06);
}

.almara-home-value-list .elementor-icon-list-text {
  font-size: 13px;
}

@media (max-width: 767px) {

  .almara-home-value-location {
    flex-direction: column !important;
    padding: 24px;
  }

  .almara-home-location-teaser {
    margin-top: 20px;
  }

}

/* =========================================================
   ALMARA HOME v1.3.72 — FINAL TARGETED FIX LAYER
   Basis: active uploaded CSS "almara-platform (8).css"
   Purpose:
   - keep existing working layout/CTA/Footer intact
   - apply proven Hero media frame fix from v1.3.70 logic
   - unify Intent + Experience cards across Elementor containers and HTML widgets
   - reduce visual flicker by avoiding broad transitional resets
   ========================================================= */

/* ---------- HOME SAFE SCOPE ---------- */
body.page-id-17 {
  overflow-x: hidden !important;
}

body.page-id-17 .almara-page-home,
body.page-id-17 .almara-page-home * {
  box-sizing: border-box !important;
}

/* =========================================================
   1) HERO VIDEO — remove inner frame/ring, keep outer premium radius
   ========================================================= */

body.page-id-17 .almara-home-hero .almara-hero-video-wrap,
body.page-id-17 .almara-home-hero .almara-hero-video,
body.page-id-17 .almara-home-hero .almara-hero-video video,
body.page-id-17 .almara-home-hero video,
body.page-id-17 .almara-hero-video-wrap,
body.page-id-17 .almara-hero-video,
body.page-id-17 .almara-hero-video video,
body.page-id-17 .almara-hero-media,
body.page-id-17 .almara-hero-media video {
  border: 0 !important;
  outline: 0 !important;
}

body.page-id-17 .almara-home-hero .almara-hero-video-wrap,
body.page-id-17 .almara-hero-video-wrap,
body.page-id-17 .almara-hero-media {
  overflow: hidden !important;
  border-radius: 22px !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 26px 70px rgba(31,60,76,.12) !important;
}

/* Kill inner overlay/ring completely. This is the visible "frame" inside the video. */
body.page-id-17 .almara-home-hero .almara-hero-video-overlay,
body.page-id-17 .almara-hero-video-overlay,
body.page-id-17 .almara-home-hero .almara-hero-video-wrap::before,
body.page-id-17 .almara-home-hero .almara-hero-video-wrap::after,
body.page-id-17 .almara-hero-video-wrap::before,
body.page-id-17 .almara-hero-video-wrap::after,
body.page-id-17 .almara-hero-media::before,
body.page-id-17 .almara-hero-media::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.page-id-17 .almara-hero-video,
body.page-id-17 .almara-hero-video video,
body.page-id-17 .almara-hero-video-fallback,
body.page-id-17 .almara-hero-video-wrap video,
body.page-id-17 .almara-hero-media video,
body.page-id-17 .almara-hero-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 22px !important;
}

/* =========================================================
   2) INTENT CARDS — unified premium style for almara-card + almara-home-card
   ========================================================= */

body.page-id-17 .almara-home-card-grid,
body.page-id-17 .almara-card-grid.almara-card-grid--3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-17 .almara-card,
body.page-id-17 .almara-home-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 210px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 34px 34px 32px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(31,60,76,.15) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 46px rgba(31,60,76,.075) !important;
  color: var(--almara-blue, #1F3C4C) !important;
  text-decoration: none !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease !important;
}

body.page-id-17 .almara-card::before,
body.page-id-17 .almara-home-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: linear-gradient(90deg, #6EC1C2, #1F3C4C) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .25s ease !important;
}

body.page-id-17 .almara-card:hover,
body.page-id-17 .almara-home-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 30px 78px rgba(31,60,76,.14) !important;
  border-color: rgba(110,193,194,.55) !important;
  background: rgba(255,255,255,.86) !important;
}

body.page-id-17 .almara-card:hover::before,
body.page-id-17 .almara-home-card:hover::before {
  opacity: 1 !important;
}

/* Elementor inner widgets inside Intent cards: same rhythm as HTML cards */
body.page-id-17 .almara-home-card > .e-con-inner,
body.page-id-17 .almara-home-card .elementor-widget,
body.page-id-17 .almara-home-card .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

body.page-id-17 .almara-card h3,
body.page-id-17 .almara-home-card h3,
body.page-id-17 .almara-home-card .elementor-heading-title {
  font-family: var(--almara-serif, "Cormorant Garamond", Georgia, serif) !important;
  font-size: clamp(30px, 2.1vw, 36px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.012em !important;
  font-weight: 600 !important;
  color: var(--almara-blue, #1F3C4C) !important;
  margin: 0 0 18px !important;
  max-width: 12ch !important;
}

body.page-id-17 .almara-card p,
body.page-id-17 .almara-home-card p,
body.page-id-17 .almara-home-card .elementor-widget-text-editor,
body.page-id-17 .almara-home-card .elementor-widget-text-editor p {
  font-family: var(--almara-sans, "Inter", Arial, sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
  color: rgba(31,60,76,.72) !important;
  margin: 0 0 30px !important;
  max-width: 28ch !important;
}

body.page-id-17 .almara-card span,
body.page-id-17 .almara-home-card a,
body.page-id-17 .almara-home-card .elementor-widget-text-editor:last-child,
body.page-id-17 .almara-home-card .elementor-widget-text-editor:last-child p {
  margin-top: auto !important;
  font-family: var(--almara-sans, "Inter", Arial, sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: var(--almara-blue, #1F3C4C) !important;
}

/* =========================================================
   3) EXPERIENCE CARDS — keep current SAMS design, use shortcode-like typography
   ========================================================= */

body.page-id-17 .almara-home-experience-grid,
body.page-id-17 .almara-card-grid.almara-card-grid--2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-17 .almara-experience-card,
body.page-id-17 .almara-home-experience-card,
body.page-id-17 .almara-card--experience {
  position: relative !important;
  min-height: 238px !important;
  padding: 38px 40px 36px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(31,60,76,.16) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 46px rgba(31,60,76,.075) !important;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease !important;
}

body.page-id-17 .almara-experience-card:hover,
body.page-id-17 .almara-home-experience-card:hover,
body.page-id-17 .almara-card--experience:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 30px 78px rgba(31,60,76,.14) !important;
  background: rgba(255,255,255,.86) !important;
}

body.page-id-17 .almara-experience-card::before,
body.page-id-17 .almara-home-experience-card::before,
body.page-id-17 .almara-card--experience::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: linear-gradient(90deg, #6EC1C2, #1F3C4C) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body.page-id-17 .almara-experience-card.moments::before,
body.page-id-17 .almara-home-experience-card.moments::before,
body.page-id-17 .almara-card--experience.moments::before {
  background: linear-gradient(90deg, #E6A57E, #C77C58) !important;
}

body.page-id-17 .almara-experience-card .almara-eyebrow,
body.page-id-17 .almara-home-experience-card .almara-eyebrow,
body.page-id-17 .almara-card--experience .almara-eyebrow,
body.page-id-17 .almara-experience-card .elementor-widget-heading:first-child .elementor-heading-title,
body.page-id-17 .almara-home-experience-card .elementor-widget-heading:first-child .elementor-heading-title {
  font-family: var(--almara-sans, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  color: rgba(31,60,76,.66) !important;
  margin: 0 0 24px !important;
}

body.page-id-17 .almara-experience-card h3,
body.page-id-17 .almara-home-experience-card h3,
body.page-id-17 .almara-card--experience h3,
body.page-id-17 .almara-experience-card .elementor-heading-title,
body.page-id-17 .almara-home-experience-card .elementor-heading-title {
  font-family: var(--almara-serif, "Cormorant Garamond", Georgia, serif) !important;
  font-size: clamp(32px, 2.25vw, 39px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.012em !important;
  font-weight: 600 !important;
  color: var(--almara-blue, #1F3C4C) !important;
  margin: 0 0 18px !important;
  max-width: 19ch !important;
}

body.page-id-17 .almara-experience-card p,
body.page-id-17 .almara-home-experience-card p,
body.page-id-17 .almara-card--experience p,
body.page-id-17 .almara-experience-card .elementor-widget-text-editor p,
body.page-id-17 .almara-home-experience-card .elementor-widget-text-editor p {
  font-family: var(--almara-sans, "Inter", Arial, sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
  color: rgba(31,60,76,.70) !important;
  margin: 0 0 30px !important;
  max-width: 42ch !important;
}

body.page-id-17 .almara-experience-card span,
body.page-id-17 .almara-home-experience-card span,
body.page-id-17 .almara-card--experience span,
body.page-id-17 .almara-experience-card a,
body.page-id-17 .almara-home-experience-card a {
  font-family: var(--almara-sans, "Inter", Arial, sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: var(--almara-blue, #1F3C4C) !important;
}

/* =========================================================
   4) VALUE/LOCATION — do not disturb, only prevent previous broad rules from breaking it
   ========================================================= */

body.page-id-17 .almara-home-value-location {
  border-radius: 24px !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 12px !important;
}

body.page-id-17 .almara-home-value-list .elementor-icon-list-item {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(31,60,76,.12) !important;
  box-shadow: 0 10px 24px rgba(31,60,76,.06) !important;
}

/* =========================================================
   5) MOBILE RECOVERY
   ========================================================= */

@media (max-width: 767px) {
  body.page-id-17 .almara-home-card-grid,
  body.page-id-17 .almara-card-grid.almara-card-grid--3,
  body.page-id-17 .almara-home-experience-grid,
  body.page-id-17 .almara-card-grid.almara-card-grid--2 {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  body.page-id-17 .almara-card,
  body.page-id-17 .almara-home-card,
  body.page-id-17 .almara-experience-card,
  body.page-id-17 .almara-home-experience-card,
  body.page-id-17 .almara-card--experience {
    min-height: 0 !important;
    padding: 28px 24px !important;
    border-radius: 20px !important;
  }

  body.page-id-17 .almara-card h3,
  body.page-id-17 .almara-home-card h3,
  body.page-id-17 .almara-home-card .elementor-heading-title,
  body.page-id-17 .almara-experience-card h3,
  body.page-id-17 .almara-home-experience-card h3,
  body.page-id-17 .almara-experience-card .elementor-heading-title,
  body.page-id-17 .almara-home-experience-card .elementor-heading-title {
    max-width: none !important;
  }

  body.page-id-17 .almara-card p,
  body.page-id-17 .almara-home-card p,
  body.page-id-17 .almara-home-card .elementor-widget-text-editor p,
  body.page-id-17 .almara-experience-card p,
  body.page-id-17 .almara-home-experience-card p,
  body.page-id-17 .almara-experience-card .elementor-widget-text-editor p,
  body.page-id-17 .almara-home-experience-card .elementor-widget-text-editor p {
    max-width: none !important;
  }

  body.page-id-17 .almara-hero-video-wrap,
  body.page-id-17 .almara-hero-media {
    border-radius: 20px !important;
  }

  body.page-id-17 .almara-hero-video,
  body.page-id-17 .almara-hero-video video,
  body.page-id-17 .almara-hero-video-fallback,
  body.page-id-17 .almara-hero-media video,
  body.page-id-17 .almara-hero-media img {
    border-radius: 20px !important;
  }
}

/* =========================================================
   6) FLICKER REDUCTION
   - keep transitions on interactive elements only
   - do not animate page-level layout containers on first paint
   ========================================================= */

body.page-id-17 .almara-page-home,
body.page-id-17 .almara-home-intent,
body.page-id-17 .almara-home-experience-entry,
body.page-id-17 .almara-home-value-location,
body.page-id-17 .almara-home-final-cta,
body.page-id-17 .almara-home-b2b {
  animation-name: none;
}

/* =========================================================
   ALMARA Global Dark CTA Button Hover
   Applies to dark CTA cards across Home / Experience /
   Partners / Destinations.
   ========================================================= */

.almara-final-cta__card--dark .elementor-button,
.almara-home-final-cta__card--dark .elementor-button,
.almara-experience-final-cta__card--dark .elementor-button,
.almara-partners-final-cta__card--dark .elementor-button,
.almara-destinations-final-cta__card--dark .elementor-button,
.almara-cta-card--dark .elementor-button {
  background: #ffffff !important;
  color: #073243 !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16) !important;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease !important;
}

.almara-final-cta__card--dark .elementor-button:hover,
.almara-home-final-cta__card--dark .elementor-button:hover,
.almara-experience-final-cta__card--dark .elementor-button:hover,
.almara-partners-final-cta__card--dark .elementor-button:hover,
.almara-destinations-final-cta__card--dark .elementor-button:hover,
.almara-cta-card--dark .elementor-button:hover {
  background: #42d4e4 !important;
  color: #073243 !important;
  border-color: #42d4e4 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 36px rgba(66, 212, 228, 0.28) !important;
}

.almara-final-cta__card--dark .elementor-button .elementor-button-text::after,
.almara-home-final-cta__card--dark .elementor-button .elementor-button-text::after,
.almara-experience-final-cta__card--dark .elementor-button .elementor-button-text::after,
.almara-partners-final-cta__card--dark .elementor-button .elementor-button-text::after,
.almara-destinations-final-cta__card--dark .elementor-button .elementor-button-text::after,
.almara-cta-card--dark .elementor-button .elementor-button-text::after {
  content: " →";
  display: inline-block;
  margin-left: 0.28em;
  transition: transform 180ms ease !important;
}

.almara-final-cta__card--dark .elementor-button:hover .elementor-button-text::after,
.almara-home-final-cta__card--dark .elementor-button:hover .elementor-button-text::after,
.almara-experience-final-cta__card--dark .elementor-button:hover .elementor-button-text::after,
.almara-partners-final-cta__card--dark .elementor-button:hover .elementor-button-text::after,
.almara-destinations-final-cta__card--dark .elementor-button:hover .elementor-button-text::after,
.almara-cta-card--dark .elementor-button:hover .elementor-button-text::after {
  transform: translateX(3px) !important;
}

/* =========================================================
   ALMARA Header v2 Dark — Color & Logo Contrast Fix v1.0
   Scope: Elementor Theme Builder Header
   Intent: #042034 header, light logo, off-white nav, aqua active/hover, aqua CTA
   ========================================================= */

:root{
  --almara-header-bg:#042034;
  --almara-header-ink:#F2F4F5;
  --almara-header-ink-muted:rgba(242,244,245,.82);
  --almara-header-aqua:#42919D;
  --almara-header-aqua-soft:rgba(66,145,157,.22);
  --almara-header-aqua-hover:#216B7E;
  --almara-header-line:rgba(242,244,245,.10);
}

/* Full-width dark header base */
html body .elementor-location-header{
  position:relative!important;
  z-index:50!important;
  width:100%!important;
  background:var(--almara-header-bg)!important;
  color:var(--almara-header-ink)!important;
  border-bottom:1px solid var(--almara-header-line)!important;
  box-shadow:0 14px 38px rgba(4,32,52,.18)!important;
}

html body .elementor-location-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg, transparent 0%, rgba(66,145,157,.42) 18%, rgba(242,244,245,.12) 50%, rgba(66,145,157,.42) 82%, transparent 100%);
  pointer-events:none;
}

/* Header container */
html body .elementor-location-header .almara-header-v2,
html body .elementor-location-header .e-con.almara-header-v2,
html body .elementor-location-header .elementor-element.almara-header-v2{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:16px clamp(18px,3.4vw,42px)!important;
  background:var(--almara-header-bg)!important;
  color:var(--almara-header-ink)!important;
  overflow:visible!important;
}

html body .elementor-location-header .almara-header-v2 > .e-con-inner{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  gap:clamp(22px,3vw,42px)!important;
  align-items:center!important;
}

/* Logo: use the cropped/optimized ALMARA_Logo_hell_frei.webp in the media library */
html body .elementor-location-header .almara-header-logo,
html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo,
html body .elementor-location-header .elementor-widget-image.almara-header-logo{
  justify-self:start!important;
  width:auto!important;
  max-width:292px!important;
  min-width:0!important;
  margin:0!important;
  opacity:1!important;
  overflow:visible!important;
}

html body .elementor-location-header .almara-header-logo a,
html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo a,
html body .elementor-location-header .elementor-widget-image.almara-header-logo a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  max-width:292px!important;
  min-height:58px!important;
  overflow:visible!important;
  line-height:0!important;
}

html body .elementor-location-header .almara-header-logo img,
html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo img,
html body .elementor-location-header .elementor-widget-site-logo.almara-header-logo img,
html body .elementor-location-header .elementor-widget-image.almara-header-logo img{
  display:block!important;
  width:auto!important;
  max-width:292px!important;
  height:auto!important;
  max-height:62px!important;
  object-fit:contain!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 1px 8px rgba(242,244,245,.10)) drop-shadow(0 10px 22px rgba(0,0,0,.24))!important;
  transform:none!important;
}

/* Fallback for uncropped transparent logo uploads: keep the asset visually bounded */
html body .elementor-location-header .almara-header-logo--uncropped img{
  max-width:360px!important;
  transform:scale(1.18)!important;
  transform-origin:left center!important;
}

/* Navigation layout */
html body .elementor-location-header .almara-header-nav{
  justify-self:end!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(18px,2.1vw,30px)!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main a.elementor-item,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:13px 0 14px!important;
  font-family:"Inter", Arial, sans-serif!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  color:var(--almara-header-ink-muted)!important;
  background:transparent!important;
  text-decoration:none!important;
  border:0!important;
  box-shadow:none!important;
  transition:color .18s ease, opacity .18s ease, transform .18s ease!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item::after,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item::after{
  content:""!important;
  position:absolute!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:none!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item:hover,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item:focus,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item:focus{
  color:#FFFFFF!important;
  background:transparent!important;
  transform:translateY(-1px)!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item:hover::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item:focus::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-item > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_item > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-ancestor > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_ancestor > .elementor-item::after,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item:hover::after,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item:focus::after,
html body .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
html body .elementor-location-header .elementor-nav-menu--main .current-menu-item > .elementor-item::after,
html body .elementor-location-header .elementor-nav-menu--main .current_page_item > .elementor-item::after{
  background:none!important;
  background-image:none!important;
  opacity:0!important;
  transform:none!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-item > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_item > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-ancestor > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_ancestor > .elementor-item{
  color:#FFFFFF!important;
  font-weight:750!important;
}

/* While hovering another main menu item, do not visually double-mark the active item */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .elementor-item.elementor-item-active:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-item > .elementor-item:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_item > .elementor-item:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-ancestor > .elementor-item:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_ancestor > .elementor-item:not(:hover){
  color:var(--almara-header-ink-muted)!important;
  font-weight:650!important;
  transform:none!important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .elementor-item.elementor-item-active:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-item > .elementor-item:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_item > .elementor-item:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-ancestor > .elementor-item:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_ancestor > .elementor-item:not(:hover)::after{
  opacity:0!important;
  background:none!important;
  background-image:none!important;
}

/* Header CTA */
html body .elementor-location-header .almara-header-cta{
  justify-self:end!important;
  width:auto!important;
  margin:0!important;
}

html body .elementor-location-header .almara-header-cta a.elementor-button,
html body .elementor-location-header .almara-header-cta .elementor-button,
html body .elementor-location-header .elementor-widget-button.almara-header-cta a.elementor-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:13px 20px!important;
  border-radius:999px!important;
  border:1px solid rgba(242,244,245,.16)!important;
  background:var(--almara-header-aqua)!important;
  color:#FFFFFF!important;
  font-family:"Inter", Arial, sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:0 14px 28px rgba(0,0,0,.18), 0 0 0 1px rgba(66,145,157,.18)!important;
  transition:transform .2s ease, background-color .2s ease, box-shadow .2s ease, border-color .2s ease!important;
}

html body .elementor-location-header .almara-header-cta a.elementor-button:hover,
html body .elementor-location-header .almara-header-cta a.elementor-button:focus,
html body .elementor-location-header .almara-header-cta .elementor-button:hover,
html body .elementor-location-header .almara-header-cta .elementor-button:focus{
  transform:translateY(-2px)!important;
  background:var(--almara-header-aqua-hover)!important;
  border-color:rgba(242,244,245,.28)!important;
  box-shadow:0 18px 34px rgba(0,0,0,.24), 0 0 0 1px rgba(66,145,157,.30)!important;
}

/* Optional: CTA as menu item if the button is maintained inside the WordPress menu */
html body .elementor-location-header .elementor-nav-menu--main .menu-item.almara-nav-cta > a,
html body .elementor-location-header .elementor-nav-menu--main .menu-item.menu-cta > a{
  min-height:42px!important;
  padding:13px 19px!important;
  border-radius:999px!important;
  background:var(--almara-header-aqua)!important;
  color:#FFFFFF!important;
  box-shadow:0 14px 28px rgba(0,0,0,.16)!important;
}

html body .elementor-location-header .elementor-nav-menu--main .menu-item.almara-nav-cta > a::after,
html body .elementor-location-header .elementor-nav-menu--main .menu-item.menu-cta > a::after{
  display:none!important;
}

/* Mobile / dropdown */
html body .elementor-location-header .elementor-menu-toggle{
  color:#FFFFFF!important;
  background:rgba(242,244,245,.06)!important;
  border:1px solid rgba(242,244,245,.12)!important;
  border-radius:999px!important;
  padding:10px!important;
}

html body .elementor-location-header .elementor-menu-toggle:hover,
html body .elementor-location-header .elementor-menu-toggle.elementor-active{
  color:#FFFFFF!important;
  background:var(--almara-header-aqua-soft)!important;
  border-color:rgba(66,145,157,.45)!important;
}

html body .elementor-location-header .elementor-nav-menu--dropdown{
  margin-top:14px!important;
  padding:10px!important;
  border-radius:18px!important;
  border:1px solid rgba(242,244,245,.12)!important;
  background:#062A41!important;
  box-shadow:0 22px 54px rgba(0,0,0,.28)!important;
}

html body .elementor-location-header .elementor-nav-menu--dropdown .elementor-item{
  border-radius:12px!important;
  padding:13px 14px!important;
  background:transparent!important;
  color:var(--almara-header-ink-muted)!important;
  font-family:"Inter", Arial, sans-serif!important;
  font-weight:700!important;
}

html body .elementor-location-header .elementor-nav-menu--dropdown .elementor-item:hover,
html body .elementor-location-header .elementor-nav-menu--dropdown .elementor-item:focus{
  background:var(--almara-header-aqua-soft)!important;
  color:#FFFFFF!important;
}

html body .elementor-location-header .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
html body .elementor-location-header .elementor-nav-menu--dropdown .current-menu-item > .elementor-item,
html body .elementor-location-header .elementor-nav-menu--dropdown .current_page_item > .elementor-item{
  background:rgba(66,145,157,.30)!important;
  color:#FFFFFF!important;
  font-weight:800!important;
}

html body .elementor-location-header .elementor-nav-menu--dropdown:hover .elementor-item.elementor-item-active:not(:hover),
html body .elementor-location-header .elementor-nav-menu--dropdown:hover .current-menu-item > .elementor-item:not(:hover),
html body .elementor-location-header .elementor-nav-menu--dropdown:hover .current_page_item > .elementor-item:not(:hover){
  background:transparent!important;
  color:var(--almara-header-ink-muted)!important;
  font-weight:700!important;
}

@media (max-width:1024px){
  html body .elementor-location-header .almara-header-v2{
    padding:14px 18px!important;
  }

  html body .elementor-location-header .almara-header-v2 > .e-con-inner{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:14px!important;
  }

  html body .elementor-location-header .almara-header-logo img,
  html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo img,
  html body .elementor-location-header .elementor-widget-site-logo.almara-header-logo img,
  html body .elementor-location-header .elementor-widget-image.almara-header-logo img{
    max-width:250px!important;
    max-height:58px!important;
  }

  html body .elementor-location-header .almara-header-nav{
    justify-self:end!important;
  }

  html body .elementor-location-header .almara-header-cta{
    grid-column:1 / -1!important;
    justify-self:stretch!important;
    width:100%!important;
    margin-top:2px!important;
  }

  html body .elementor-location-header .almara-header-cta a.elementor-button,
  html body .elementor-location-header .almara-header-cta .elementor-button{
    width:100%!important;
  }
}

@media (max-width:767px){
  html body .elementor-location-header .almara-header-v2{
    padding:12px 14px!important;
  }

  html body .elementor-location-header .almara-header-logo a{
    min-height:50px!important;
  }

  html body .elementor-location-header .almara-header-logo img,
  html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo img,
  html body .elementor-location-header .elementor-widget-site-logo.almara-header-logo img,
  html body .elementor-location-header .elementor-widget-image.almara-header-logo img{
    max-width:220px!important;
    max-height:52px!important;
  }

  html body .elementor-location-header .almara-header-cta a.elementor-button,
  html body .elementor-location-header .almara-header-cta .elementor-button{
    min-height:42px!important;
    font-size:12px!important;
  }
}

/* =========================================================
   ALMARA Header v1.3 — CLEAN Brand Wave Fix
   Scope: Elementor Theme Builder Header
   Purpose:
   - single source of truth for the menu underline
   - no Elementor pointer underline
   - no generic/legacy wave flash on hover
   - uses the real ALMARA logo wave, derived from logo_wave_crop.png
   ========================================================= */

html body .elementor-location-header {
  --almara-header-wave-logo-exact: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVgAAAAbCAYAAAA515c2AAAUmElEQVR42u19W3Bdx3Xl2ru7zzn3XoAgSIKSDBIiJYqUQZGUbFlDe+zEcjmOYilKJZWL+VCNko9U/DXjr1RSNR8AvlLzkalyzZenUjWOXTOuAcqOK7YVJXFC0ZYp2aIepEiEb/EhvgBQJPG4957T3XvPxwVJkARIynpQos76Qt26dXFO9+7Va6+9+xxCiRIlSpR4z9ip6rqPHKnmxlS51cqSJEnKUSlRokSJDwhUDsF7HDvVK58MDV0ez0EAYxs3vi/j21+vK4aGMDz/w6GhK/+YCAC0nJISJW4/L+g8TigJdjHyvDRIQ0NUn0eUo3v3KoaGFET6kbvmwcGrrrW/XtfhoaErZPzRu+YSJUoFe0eT6DUE2r93rw4PD8st/cK2bXbD4YuVniVFJiE4EFVSY2wskBCHVClWNHNVUWVh0+UaebVKKQkr+xhBqVVEgUdQUtYYI4hZM+tyUvFN5M2WYppFcstoIbFNpzY3PvcJqsVpN+svXEDrT48eLW7tmpXqI6O8wGZRKuASJUqCfX+IdHTvXsVNCOlPtm3Ljk7MLo3+Yq/3fiXY3kWU9MD7u4jp7gjpFpVOkC4h5Q4GJQZcIVUbfO5EgmWFY+OYiABnwVAQE0QBVgaY0aAA0QgXFEYFIMAZA2va3xNIhCISIahoDrJejSkI8Mq2pcQzxvA0EC4Q5Cwsn4yESY5yVrwZJ6GJZZWud9z6e6ZHH3qoWPSGBwf5qvH5aKr0Eh8mL+i7mP5yk/5EEOxVaXJ/va7DRAsT6aDyFzf+4/KcxlcCrbtdsXQtPPpAZlUR8nuMoR5fFCslhh4YZMY5sMlAbAAmgBSAgJkAYQSvIAVYI1Q9NAogCsBAmcFMIBZEFqgQLBmwGHiNAASOGVAFMWATB2MMQAzVMBfrihA8RNrB3OZibk8hEYg9mAEiRhSBFgExSkFsZxKTXojAJBGdypL0MDQey014KzqcDIWefqWnZxKPPx4WGs9BVRobHaX+vXt1uCTdO0ZwDA4N0dhidtJvOscKwtAgDQ4NYWx09ONgq5UEu/hkKmFo6PJk3kiVPvPcy0uO+vOrg289WMxeeDBh21ewrFOVe433PQQsSUw31DkwMyQGeAlQ7yE+ByREJTQZdsrZZCZCpqAyboydaRWNqcRmsxp4ShPKsySbZBNnlE3O7HJjiWIEckQYEQoGACIsErAQZV5ZpDBqjRWiFKoZMS0TkQ4yvKSVz2RpktSKvMhAWKJK3Yi6lEFdUKpaMqmxlsgIVCN8FEAJiIIIBQKgkaCGkZCBS1LkTiGhAY5xJibunBKddLkeSWH2ZV3db8xS3J9cpNP/8uzvzpZK985YH7eauV2e5m3b7FHAhmYzmclzXgqg0dFx1TznlYqkfCpgSX8c2bjR083jgAYHlcY2tq9n3qZ9x6pf+jgFzCBwRU0tECiDqvzzH/xgtZpkHRVyr1f/oC+Kfo7mvkBhremoZgQAMSIgopACrhFhvJmA4fFgaVxTe7amdBrAaREd1xjPU0pTonqRrT1H3k+fmZxsHPrmN/PbMQy/vW1bdnr6VEd3kXZTLt2Z4W5reFlQWSkx3hVEPiUx3sNCd5FiJYmuUDYOZGBihEfRjueoAAm8YbAxsGxhiUHEUEPnSHFcoh5mxj41vNeklbGLZ04cevUb32hcz7mDPLZxI/XX6zoMlIR7mzO30XpdFpuDuqqZ/elPe5re9xqiu62hFTHqSglYHn2xjCEdUOkCoUYwKRHXwGQiCJBLAligKkCUAEILRAFM0yIyZUQvwOg5WDqjaseZ+Kxjd4qr9tTzX//61GI3UB8ZMXfipk0f9YAZBYCBAbl2h3viwHNpsWNmRVELq8Rjs4psijFuUdWHwHaZqVTA1oBEIUUO8v6iET4TEz7BUY9xoOPB8pEAPSRTjZO1nrXnt9e/PPsuJpYwOEgAUH+f2rEWwujeve3reZdBt3XHjgoOHFhm1KyG6Hrr7P0UeZ2Yxr3Mrlc1WalGqwJARBC9h0iERgERgZwFWQtmBlQguZ9NyRx2nenu86S7TMz3NKIczKby0wuR7lULZnhYS3/ufRYbcyn+Yqr0qZ3/UJ09WvQE1V5Vut9LWMeia0ixBkp9qvkKZq6xdSQgiBI0KogIzLFtb7GBwrT9VTZgZqgqoghIBSqCKAImApFCIYAKVAJUIkgZDBsgOm2cPe2sO2KtO5ZlybGg+hZaxeEZTd5+8T89OXGd3zuXKbUJd1hBH8/4oY8aoQLA6MBAXEC5LY2TsxtMXmyeQeuxGMIjKVMfCfVwmgKJhfgCvtFoGmtOqMpBAu2p1Gr7UmuPeeAUi0x+8Q//8Pyivuw1Svk6f+oy0QFzJuxt8c/mroMW6rW9WRr459/+tttxd+ey5bLkHufzvtwX/T4vNqvqeutsX4xxOVvLMIwYI6IvEEKQqEKpS4mTCsh4aEuVFJMW/LYzdu+SpLazYfTV435634Fnnpn8pCiUD80znYvJBeeXgC3/7zu9VZc9VI12sxf97Az5DdWWrKQg3R6oCBkYa9qkSQqFb69+ARgMFQVFDYa0KRIapDqtbKZANsKwMFsxRMrGiIhI8LmqRBQhZAyqECOFakUpLoFoRVRSMg7GZSC2YGtg2EBibFcORCAiF6F6VqFHIfK6Qdxpa3a3y7qOPf/1r+d3woZ9+whWleqj7ZahhQh168h3ekOBzcq81Zp0CxFt1shrK7aKKIKpYhpE8SwFPWiZdluhAy7J3jI1e7ivr+/k3z3yyIXFDaYrPuI15v6d4wWpEgAMDuGy53Wj1PGJ555LZycnPwVka0H+gQB5iFQ3JYQNLZG7yVooAUUAknwWKqkYGJaEkZFBxSUoKAYv8RhBx0zQN9RgZ0jDm78YePatxWyF0Xq9vVjKKvTcvLULRTcSG7/z3X+qgS8+ENF6uJnnn/FsHxRDn3ZseoF2m4otInIHWGLAMACGet8ktuPWmQlj6LRhPhGB04Z5UmO8yEQTueo4qU6z99O5c7OTp09Lcs892tPTI9tfeAEYG1P0918iOXz22zutr4wl3bHTiZVKjkZ3EkJ3NLGHkSx3aeUuKK8iplWC2NuM/i5p+ZXOWafGQKzCtjzgAyIimGkyddkBB7ObnPl1y7mdD65eve9/PfqoX5BwbxDTnyyCnacMRxdI+b86MtJHzFtmG43PecIXixA+Y5Kky2YZUBTQKJNw9kBaYA8iv3HB4Q1e0XV419e+NrGYuX5pEq5RTp/0hXxdFXkx1auq9NTo6KfONZufNsKPpol5WLxsLEjWgE2HNQ4SA2KeI8YYDTORMWwsA0SIwUOYJpTxpmHzClnzmphk9wmRY28PDDSvJ13lsY2jdHnTu9OthblC1I3aBwmEr/7g+ZXT/vwD5LEFIo8A8lhR+PuUYgfYAGpAZEFMMKSgokBN6MJUpm9Twkcohv0+sbvSrHZAND9+zi29cOgahfhh1Q9OzUwsX9pEn2mG9YTYD8Y6G+Nao3F1VF1h0gywKZiA4D2UdIpIdueCX9jq8pe6Tdj146efPkHz42JOrPXX9+owbkt2RIODgzQ0NKTXchF9oAt5Lu1fqCj11LadK6bOndmk0vyy8fFxCfIwd1Q7W9HDN2aiEI0lxDsM+OWE7cFaUjv6056dZ/H4cLiRIi1T0Pe22C9VnRcrJG7427/t7OrouM+I9GfCj0boY6JxvRdZycaCAWgooIXXoCpi2MBZOGtBUcHK7zhjjkji9nikrxQys8sXxcHdzz47fsPix9xx4Y+tH3cNmfbvrevw8PVW1Z/v3OmOHx/vU2c3NlvNzyOGz8D7+0Ke9wZjKmQdRNtptmiAigJBC2vdSYXucYn5lff6Zsz4yFLmEz8bGLh4K7bcglbY5W/Sze7tyt8LWFdzsbToZvnbIyMdDPRSUdwnQD+z/Zz3xRaBrqE0yZBaEBFkNkcgd7JAuruT018tzfSXy4vpXf97YGBi0ez4g+CDeR54HcDAAlnGB0OwV6vUq/7pkz/5SffM9PktFVS2tjT8VoDZSmlnt8QmbN6aIDGvF0Ze02rymkjzjT5xx0YHBooytfwIeeMLpWODg/zovff2appusoLHUqGHlMNGr2ENmDMQI3iPWOSw4sSyY+scNEkRSOHzPBiTnKo6u9/EOMZk/12h+3KmI78w//cUBkbjjeylj5jFc92hlht1Vmz9m7+pdK5efbcS3QfWTS2JDyqw2QZez3lc3nIGLQ5gr4Bou+gYIqxNJqzQ/ojmnqaPe5iy12vp1IHtz3xjcqFrqo+M8FXX0iZNvV2bzFWtY4uk+F8dGekq8ny9GHo4IWyKDhs5D/0Sk7vzpStgjEN1agqg1lFv/Mup8EsgfeVUtWvfm089df5GMXN5g8PQvI2ErrChXgmja/uFR+p1WSBjtn/193+/RSs2/Pcnfn/XHK/q+0KwV7XoXFM8euL7378/sv28Kv4gqH4FiVlmWh4++mNBeY+CX3Qw27MK9v/zwMA7iynTT0zK+HFMaxfYvZ/43veWTGbmfi2aW9M8fMkbbGIyfRnVlpBxiFEQWjliDBEEYsushmCsBRRQH5XZTRqTHGga3dlKijcoSQ/FWTq2uisdf/4G6e2leJz/2XXPZLipMtOFo2xOneGaRvpb8QK3joxUUqS91Vq6tjE7tU5i8TkJ8lnxskqJusglRkBQULuLgwjVKPBSxIbVUxRwiE3yuof+sqNz2eu8JDmx/frDIZfJ9GOVyV0bUwuMparS7/3wh71UFA97xpeE3GMBeJCBuzVjRPUI0w0w0VsJ7KvGJS/5Ft7syroOrTm99tT//Ob6980Sqe/YUTEXJh5Y4qqPdKaVz6e+9WCHwcy05H/911958peDg4N8Kfv7TQiWBgcHaU5FXjUQ/+Vb30oPd9X+Q5EkvxfVfZmJH2ZrM4lyBsALwvg3svxqXLbswPbHH59ZNB0s0/w7SuVu+NGPOvta5l7AfzrG+EieF49Z6zaLSE8ggaggRg8SAYAoQjCcGCQJWqmBEUIMTV9RP2EIx9XjmHfJITb2QOayg3mMp3seMOM/efTpxu0ciLqqGf/xj7s1o+44G3qbDuu5GdZnoms8oY9U7rVMK0SVWRVaBBQ+tlugjIV1KWJRhCRN3ibSV63XX7HormI5j23/1e5T1/nkV7Uy3WHr5SataPURNW/zT1dlkt8vlG/xwW/VED+noLWmUoNzGbglkEZjVm3rkAmyH3AHpmx8yxl7tOJWTFpbO19ZKtNf6e1t/tcHHvBz4o1GMUonTmxN9kwe7Th9ZqanavPVXUrrGtauS8WtT4XuVaElbPlIJcleMEXjZ6+++OLL24evty/plm92kdT/qb8b6Qtd+JLl5IkQml9oFqEX0UwaMq8bpZ/nwb8YfHPPjj/7s+mFJHvZnH5nq9zFU8B/6NPQ6p+ZaWyBwSZi3hBV7ifnuq11gABStBBDgRiq6rkJy57IOBiyUGPAoiBVj4TOG0tnMjbjFOlMLngbrTiBWjKesDmniBcxi4vVql5AtdqYqTX8GvSENT09MjY2Fkfq9cuLdwDg8e+84NasWQOsARqnDXWOH7fTyVRW5Jw1fHM50mSZELp9LJbPzswsSxLuVtXVEF2NiHtCDEut2iWaGGdIYTxjNjFwDBhSqACsAIUgEJwB0WFYs5+IdgH0GtfSA9uffvrGrW6fvGzupq2cT/7k/3RPTBQbDHN/lmX9gF0f0exFzD9l8/QuVJh8RuBA0ACIotHZ2TGjIjNCsQVSNRFKDFUlGwicsgGb3LP4vKBkPPN2f9rCTvjw6+8/88cHr1XZt17kWqyNanCQf+fRT/fXtPq1EPUpE1qbWizGR7cvhvBcMzZ/1jpj3tz9F8/OLmgllGfaS1thgcXRPzKSUCOudo42pOwfSWEe8UVjXVqEe4JJutWlzjugiBEoPDT34KjCZIiMJcMObG37OQ0quPScCEaEKnkoN4kxrYRZKOUq6o1ohGhORIGJATIaWZJIqFxaKUzEzMYxawUImUA7RbSiICNgeB8BnmtPFoXEgCwXRMtgCgB5eBiYtGPGWnueiN42yvvVyqup5TcbrdbBXmvPXjcm89dfe5Mqaw03ItxFOmEGdZt940cXOmTar4iVsLxpYlcRUEtj6PJFzJytWCJl7xg+NTE0Y8zYNcn78xTjeGbDmda+o5Pbh4dnFsxaRtT016HD7XDRmyvYObU630994lvPpZU1+h/ZmCdJ5LdCCKvBccJF+cWM+n8dl/yVVwf+5HipUEu8X7YCAGz+7ndrWda1cpmf6S1Y102prAvBryeidTZQLwuWEYwF27Z3qQzMPTyHSNsn0DSi3XbAABQigMjc4SQBEGWeJUuIDIghMLePELdPNnH79zi0GxiU0T5tQoDO9ZhKhMYIVcwm1p4JMR4PCAezqjlahT1EaceRKa9nXkZzAgsUb6+qN5Tr5T3bCjfrXPhNf/9ycfUWf39RBfuf/+WHyzlZ+mWKeIp8/Gwz+CySO8Kt2X8N7/ht/E8jr4+OXl3hrY+MmNvYi1biE0C6l9Ru1bm7qo3GKgj1SNReiVgN4l4mrGLmpcTUEaOvArEGMqmoJgrY9tFgtElTCRICoArV9jFRMQRYBpRAqojewznnnTM5IRRK2hKli84m04bNpFc9y0onKMTjuQ9nkpo9ma5adfyfv/CFdxa70fmFuFKdfghxNdf3vVBx8kbor+/V4SG8pw4VutY/+NOXXngglfDfpCi2Bk1kNvhfV1ryYwn5C9/7oz86V3pCJT5sa+FdPRFKlbb+j9EsXeZSk3KaLO3oKGZnahJ9Z2G0ppGqEkMG5swSUoliokr7yY8wYINIQiKqDVadCUCzI0mnM5tMWx+asxVucpbNWO9bz9+sWX/+icH5bUGl+PgEsfu8XXV4eFiefelnm13D/8HU7PTPT/77W6/t+Mu/nL4u7f8g5HeJEu9S7S743NFbfRvF+4Rr28LKE4MlbskiuE6lfsTP/JYoMT8lvIxFHorzbnDppZMA2i+evPKOs5JES7z7tKw+MmIGVfnSA0NKlChRokSJEiVKlChRokSJEnc6/j/eBtu0FdNMcwAAAABJRU5ErkJggg==");
  --almara-header-wave-width: 96px;
  --almara-header-wave-height: 8px;
}

/* 1) Kill all Elementor/default pointer artefacts except our final ::after below */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item::before,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item::before,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .sub-arrow::before,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .sub-arrow::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item-highlight {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* 2) Main nav item baseline */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > a.elementor-item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 0 16px !important;
  color: var(--almara-header-ink-muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: color .16s ease, opacity .16s ease, transform .16s ease !important;
}

/* 3) The only wave underline: exact ALMARA logo wave, flat and brand-consistent */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > a.elementor-item::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 4px !important;

  width: var(--almara-header-wave-width) !important;
  height: var(--almara-header-wave-height) !important;

  background-color: transparent !important;
  background-image: var(--almara-header-wave-logo-exact) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: translateX(-50%) !important;
  transform-origin: center center !important;
  pointer-events: none !important;
  transition: opacity .14s ease !important;
}

/* 4) Active and hover states */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > .elementor-item:hover,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > .elementor-item:focus,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-item > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_item > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-ancestor > .elementor-item,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_ancestor > .elementor-item {
  color: #FFFFFF !important;
  background: transparent !important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > .elementor-item:hover::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .menu-item > .elementor-item:focus::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-item > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_item > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current-menu-ancestor > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .current_page_ancestor > .elementor-item::after {
  opacity: 1 !important;
  background-image: var(--almara-header-wave-logo-exact) !important;
  background-color: transparent !important;
}

/* 5) During hover over another menu point, avoid double-active marking */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .elementor-item.elementor-item-active:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-item > .elementor-item:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_item > .elementor-item:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-ancestor > .elementor-item:not(:hover),
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_ancestor > .elementor-item:not(:hover) {
  color: var(--almara-header-ink-muted) !important;
  font-weight: 650 !important;
  transform: none !important;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .elementor-item.elementor-item-active:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-item > .elementor-item:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_item > .elementor-item:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current-menu-ancestor > .elementor-item:not(:hover)::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main .elementor-nav-menu:hover .current_page_ancestor > .elementor-item:not(:hover)::after {
  opacity: 0 !important;
}

/* 6) CTA/menu-button items never receive a wave */
html body .elementor-location-header .elementor-nav-menu--main .menu-item.almara-nav-cta > a::after,
html body .elementor-location-header .elementor-nav-menu--main .menu-item.menu-cta > a::after,
html body .elementor-location-header .almara-header-cta a.elementor-button::after,
html body .elementor-location-header .almara-header-cta .elementor-button::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1024px) {
  html body .elementor-location-header {
    --almara-header-wave-width: 86px;
    --almara-header-wave-height: 7px;
  }
}


/* =========================================================
   ALMARA Header v1.4 — Text-Inset Brand Wave Correction
   Purpose:
   - the menu wave should not span the full menu item width
   - it should sit like the logo wave: visually inset from the word edges
   - dropdown arrows are compensated with a small left shift
   - keeps the v1.3 single-source logo-wave asset
   ========================================================= */

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item {
  --almara-header-wave-width: 40px;
  --almara-header-wave-height: 7px;
  --almara-header-wave-shift: 0px;
  --almara-header-wave-bottom: 4px;
}

/* Fallback by menu order: Experiences, Locations, B2B, FAQ, Contact */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item:nth-child(1) {
  --almara-header-wave-width: 58px;
  --almara-header-wave-shift: -5px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item:nth-child(2) {
  --almara-header-wave-width: 46px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item:nth-child(3) {
  --almara-header-wave-width: 22px;
  --almara-header-wave-shift: -4px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item:nth-child(4) {
  --almara-header-wave-width: 22px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item:nth-child(5) {
  --almara-header-wave-width: 38px;
}

/* URL-based safety net, independent from the menu order */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a[href*="experiences"] {
  --almara-header-wave-width: 58px;
  --almara-header-wave-shift: -5px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a[href*="locations"] {
  --almara-header-wave-width: 46px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a[href*="b2b"] {
  --almara-header-wave-width: 22px;
  --almara-header-wave-shift: -4px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a[href*="faq"] {
  --almara-header-wave-width: 22px;
}

html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a[href*="contact"] {
  --almara-header-wave-width: 38px;
}

/* Final geometry override for the only allowed wave pseudo-element */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > .elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a.elementor-item::after {
  width: var(--almara-header-wave-width) !important;
  height: var(--almara-header-wave-height) !important;
  bottom: var(--almara-header-wave-bottom) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) translateX(var(--almara-header-wave-shift)) !important;
  background-image: var(--almara-header-wave-logo-exact) !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* CTA must never get a wave */
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item.almara-nav-cta > a.elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item.menu-cta > a.elementor-item::after,
html body .elementor-location-header .almara-header-nav .elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item:last-child > a.elementor-item::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

/* =========================================================
   ALMARA Header Language Switcher v2.2 — STRUCTURAL MOBILE CLEAN
   Scope: Elementor Theme Builder Header + Polylang/CPEL
   Use with v2.2 Header JSON templates.
   Replace older Header Language Switcher v1.x / v2.0 / v2.1 CSS blocks.
   Paste this complete block at the VERY END of almara-platform.css.
   JS: replace old language-switcher appendix with v2.2 JS in almara-platform.js.

   Desktop / tablet:
     Logo | Navigation | Language | CTA

   Mobile:
     Row 1: Logo | Burger
     Row 2: Language centered

   Important:
   - Desktop/tablet slot class: .almara-header-lang--desktop
   - Mobile slot class:        .almara-header-lang-mobile
   ========================================================= */

html body .elementor-location-header{
  --almara-header-bg:#042034;
  --almara-header-aqua:#42919D;
  --almara-header-pill-bg:#FFFFFF;
  --almara-header-pill-ink:#042034;
  --almara-header-shadow:0 12px 26px rgba(0,0,0,.16);
  overflow:visible!important;
}

html body .elementor-location-header .almara-header-v2,
html body .elementor-location-header .almara-header-v2 > .e-con-inner{
  overflow:visible!important;
}

/* Hide mobile slot by default; desktop slot visible by default. */
html body .elementor-location-header .almara-header-lang-mobile{
  display:none!important;
}

/* =========================================================
   DESKTOP
   ========================================================= */
@media (min-width:1025px){
  html body .elementor-location-header .almara-header-v2 > .e-con-inner{
    display:grid!important;
    grid-template-columns:auto max-content auto auto!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(20px,2.1vw,34px)!important;
  }

  html body .elementor-location-header .almara-header-logo{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
  }

  html body .elementor-location-header .almara-header-nav{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
    min-width:0!important;
    max-width:none!important;
  }

  html body .elementor-location-header .almara-header-lang--desktop{
    display:flex!important;
    grid-column:3!important;
    grid-row:1!important;
    justify-self:center!important;
    align-self:center!important;
    width:auto!important;
  }

  html body .elementor-location-header .almara-header-lang-mobile{
    display:none!important;
  }

  html body .elementor-location-header .almara-header-cta{
    grid-column:4!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
  }

  html body .elementor-location-header .almara-header-nav .elementor-nav-menu,
  html body .elementor-location-header .almara-header-nav ul{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:clamp(16px,1.35vw,26px)!important;
  }

  html body .elementor-location-header .almara-header-nav li,
  html body .elementor-location-header .almara-header-nav a{
    white-space:nowrap!important;
  }

  /* EN duplicate Contact menu item, if present. */
  html[lang^="en"] body .elementor-location-header .almara-header-nav .elementor-nav-menu > li:last-child{
    display:none!important;
  }
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width:1024px) and (min-width:768px){
  html body .elementor-location-header .almara-header-v2 > .e-con-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto auto!important;
    align-items:center!important;
    gap:14px!important;
  }

  html body .elementor-location-header .almara-header-logo{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:visible!important;
  }

  html body .elementor-location-header .almara-header-logo img{
    width:auto!important;
    max-width:clamp(176px,25vw,245px)!important;
    max-height:54px!important;
  }

  html body .elementor-location-header .almara-header-lang--desktop{
    display:flex!important;
    grid-column:2!important;
    grid-row:1!important;
    justify-self:center!important;
    align-self:center!important;
    width:auto!important;
  }

  html body .elementor-location-header .almara-header-lang-mobile{
    display:none!important;
  }

  html body .elementor-location-header .almara-header-nav{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
  }

  html body .elementor-location-header .almara-header-cta{
    grid-column:4!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width:767px){
  html body .elementor-location-header .almara-header-v2{
    position:relative!important;
    padding:14px 18px 12px!important;
    min-height:126px!important;
    overflow:visible!important;
  }

  html body .elementor-location-header .almara-header-v2 > .e-con-inner{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 52px!important;
    grid-template-rows:auto 38px!important;
    grid-template-areas:
      "logo nav"
      "lang lang"!important;
    align-items:center!important;
    justify-content:stretch!important;
    column-gap:12px!important;
    row-gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body .elementor-location-header .almara-header-logo,
  html body .elementor-location-header .elementor-widget-image.almara-header-logo,
  html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo{
    grid-area:logo!important;
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
    position:relative!important;
    z-index:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body .elementor-location-header .almara-header-logo > .elementor-widget-container,
  html body .elementor-location-header .almara-header-logo a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body .elementor-location-header .almara-header-logo img,
  html body .elementor-location-header .elementor-widget-image.almara-header-logo img,
  html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo img{
    display:block!important;
    width:auto!important;
    max-width:min(210px,62vw)!important;
    max-height:44px!important;
    object-fit:contain!important;
  }

  html body .elementor-location-header .almara-header-nav{
    grid-area:nav!important;
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
    position:relative!important;
    z-index:3!important;
    width:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    margin:0!important;
    padding:0!important;
  }

  html body .elementor-location-header .almara-header-lang--desktop{
    display:none!important;
  }

  html body .elementor-location-header .almara-header-lang-mobile{
    display:flex!important;
    grid-area:lang!important;
    grid-column:1 / -1!important;
    grid-row:2!important;
    justify-self:center!important;
    align-self:center!important;
    position:relative!important;
    z-index:5!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    transform:none!important;
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body .elementor-location-header .almara-header-cta,
  html body .elementor-location-header .elementor-widget-button.almara-header-cta{
    display:none!important;
  }
}

@media (max-width:380px){
  html body .elementor-location-header .almara-header-v2{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  html body .elementor-location-header .almara-header-v2 > .e-con-inner{
    grid-template-columns:minmax(0,1fr) 50px!important;
    row-gap:9px!important;
  }

  html body .elementor-location-header .almara-header-logo img,
  html body .elementor-location-header .elementor-widget-image.almara-header-logo img,
  html body .elementor-location-header .elementor-widget-theme-site-logo.almara-header-logo img{
    max-width:min(190px,60vw)!important;
  }

  html body .elementor-location-header .almara-header-nav{
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
  }
}

/* =========================================================
   LANGUAGE SWITCHER SLOT + FALLBACK
   ========================================================= */
html body .elementor-location-header .almara-header-lang-widget{
  position:relative!important;
  width:64px!important;
  min-width:64px!important;
  max-width:64px!important;
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  z-index:9999!important;
}

html body .elementor-location-header .almara-header-lang-widget > .elementor-widget-container{
  position:relative!important;
  width:64px!important;
  height:38px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

/* Native fallback before JS runs */
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__nav{
  position:relative!important;
  width:64px!important;
  height:38px!important;
  overflow:visible!important;
  z-index:10000!important;
}

html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__toggle{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:64px!important;
  min-width:64px!important;
  max-width:64px!important;
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  padding:0!important;
  border-radius:999px!important;
  border:1px solid rgba(242,244,245,.92)!important;
  background:var(--almara-header-pill-bg)!important;
  color:var(--almara-header-pill-ink)!important;
  font-family:"Inter", Arial, sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  box-shadow:var(--almara-header-shadow)!important;
  cursor:pointer!important;
}

html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__toggle:hover,
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__toggle:focus,
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__toggle--on{
  background:var(--almara-header-aqua)!important;
  border-color:var(--almara-header-aqua)!important;
  color:#fff!important;
}

html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__toggle *,
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__code{
  color:inherit!important;
  font:inherit!important;
}

html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) img,
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) svg,
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__flag,
html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__name{
  display:none!important;
}

html body .elementor-location-header .almara-header-lang-widget.almara-lang-js-ready .cpel-switcher__nav{
  display:none!important;
}

/* =========================================================
   CUSTOM JS SWITCHER
   ========================================================= */
html body .elementor-location-header .almara-lang-select{
  position:relative!important;
  width:64px!important;
  height:38px!important;
  overflow:visible!important;
  z-index:10000!important;
}

html body .elementor-location-header .almara-lang-current{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:64px!important;
  min-width:64px!important;
  max-width:64px!important;
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  padding:0!important;
  border-radius:999px!important;
  border:1px solid rgba(242,244,245,.92)!important;
  background:#FFFFFF!important;
  color:#042034!important;
  font-family:"Inter", Arial, sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  text-align:center!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  box-shadow:var(--almara-header-shadow)!important;
  cursor:pointer!important;
  transition:
    background-color .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease!important;
}

@media (hover:hover) and (pointer:fine){
  html body .elementor-location-header .almara-lang-select:hover .almara-lang-current,
  html body .elementor-location-header .almara-lang-current:hover{
    background:var(--almara-header-aqua)!important;
    border-color:var(--almara-header-aqua)!important;
    color:#fff!important;
    box-shadow:0 16px 30px rgba(66,145,157,.28)!important;
  }
}

html body .elementor-location-header .almara-lang-current:focus-visible,
html body .elementor-location-header .almara-lang-select.is-open .almara-lang-current{
  background:var(--almara-header-aqua)!important;
  border-color:var(--almara-header-aqua)!important;
  color:#fff!important;
  box-shadow:0 16px 30px rgba(66,145,157,.28)!important;
}

html body .elementor-location-header .almara-lang-menu{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:50%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:3px!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  width:76px!important;
  min-width:76px!important;
  max-width:76px!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:7px!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(4,32,52,.12)!important;
  border-radius:18px!important;
  box-shadow:0 18px 38px rgba(0,0,0,.22)!important;
  overflow:visible!important;
  z-index:10001!important;
  transform:translate(-50%, -4px)!important;
  transition:
    opacity .14s ease,
    transform .14s ease,
    visibility .14s ease!important;
}

html body .elementor-location-header .almara-lang-select.is-open .almara-lang-menu{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:translate(-50%, 0)!important;
}

html body .elementor-location-header .almara-lang-option{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:31px!important;
  min-height:31px!important;
  max-height:31px!important;
  margin:0!important;
  padding:0 8px!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#042034!important;
  font-family:"Inter", Arial, sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  text-align:center!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:
    background-color .16s ease,
    color .16s ease,
    transform .16s ease!important;
}

html body .elementor-location-header .almara-lang-option:hover,
html body .elementor-location-header .almara-lang-option:focus,
html body .elementor-location-header .almara-lang-option:focus-visible{
  background:var(--almara-header-aqua)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

@media (max-width:767px){
  html body .elementor-location-header .almara-header-lang-widget,
  html body .elementor-location-header .almara-header-lang-widget > .elementor-widget-container,
  html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__nav,
  html body .elementor-location-header .almara-lang-select{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
  }

  html body .elementor-location-header .almara-header-lang-widget:not(.almara-lang-js-ready) .cpel-switcher__toggle,
  html body .elementor-location-header .almara-lang-current{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    font-size:11px!important;
  }

  html body .elementor-location-header .almara-lang-menu{
    top:calc(100% + 8px)!important;
    width:70px!important;
    min-width:70px!important;
    max-width:70px!important;
    padding:6px!important;
    border-radius:16px!important;
  }

  html body .elementor-location-header .almara-lang-option{
    height:29px!important;
    min-height:29px!important;
    max-height:29px!important;
    font-size:11px!important;
    border-radius:10px!important;
  }
}


/* =========================================================
   ALMARA Header Language Switcher v2.3 — Mobile Hard Position Fix
   Scope: append AFTER v2.2 in almara-platform.css

   Why:
   The v2.2 structure is active, but Elementor still keeps the mobile
   language slot in the first header row. This patch targets the real DOM
   visible in DevTools:
   .almara-header-lang-mobile
   .almara-header-lang-widget--mobile
   .almara-lang-select

   Mobile target:
   Row 1: Logo left / Burger right
   Row 2: Language centered, clear of the logo
   ========================================================= */

@media (max-width: 767px){

  html body .elementor-location-header{
    overflow: visible !important;
  }

  html body .elementor-location-header header,
  html body .elementor-location-header .almara-header-v2,
  html body .elementor-location-header .almara-header-v2 > .e-con-inner,
  html body .elementor-location-header .elementor-element.e-con,
  html body .elementor-location-header .elementor-element.e-con-full{
    overflow: visible !important;
  }

  /* Give the dark header enough vertical room for a dedicated language row. */
  html body .elementor-location-header .almara-header-v2{
    position: relative !important;
    min-height: 164px !important;
    padding-bottom: 58px !important;
  }

  html body .elementor-location-header .almara-header-v2 > .e-con-inner{
    position: relative !important;
    min-height: 92px !important;
  }

  /* Desktop/tablet language slot must not be visible on phone. */
  html body .elementor-location-header .almara-header-lang--desktop,
  html body .elementor-location-header .almara-header-lang.almara-header-lang--desktop{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Mobile language slot:
     hard-position it under the logo/burger row.
     This no longer depends on Elementor grid/flex ordering. */
  html body .elementor-location-header .almara-header-lang-mobile,
  html body .elementor-location-header .almara-header-lang--mobile{
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: absolute !important;
    z-index: 10020 !important;
    top: 76px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
    align-items: center !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body .elementor-location-header .almara-header-lang-mobile > .elementor-widget-container,
  html body .elementor-location-header .almara-header-lang-mobile .almara-header-lang-widget,
  html body .elementor-location-header .almara-header-lang-mobile .almara-header-lang-widget--mobile,
  html body .elementor-location-header .almara-header-lang-mobile .almara-lang-select{
    position: relative !important;
    display: block !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body .elementor-location-header .almara-header-lang-mobile .almara-lang-current{
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    font-size: 11px !important;
  }

  /* Mobile dropdown opens directly under the centered second-row pill. */
  html body .elementor-location-header .almara-header-lang-mobile .almara-lang-menu{
    top: calc(100% + 8px) !important;
    left: 50% !important;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    padding: 6px !important;
    border-radius: 16px !important;
    transform: translate(-50%, -4px) !important;
  }

  html body .elementor-location-header .almara-header-lang-mobile .almara-lang-select.is-open .almara-lang-menu{
    transform: translate(-50%, 0) !important;
  }

  html body .elementor-location-header .almara-header-lang-mobile .almara-lang-option{
    height: 29px !important;
    min-height: 29px !important;
    max-height: 29px !important;
    font-size: 11px !important;
    border-radius: 10px !important;
  }
}

/* If a very narrow viewport still needs slightly more space, lower the pill by 2px. */
@media (max-width: 380px){
  html body .elementor-location-header .almara-header-lang-mobile,
  html body .elementor-location-header .almara-header-lang--mobile{
    top: 78px !important;
  }
}


/* =========================================================
   ALMARA Locations B2C Rebase v1.5.2 Loader Hotfix
   IMPORTANT: This file must replace /wp-content/mu-plugins/almara-platform/assets/almara-platform.css
   Previous filename almara-platform-locations-b2c-v1.5.0.css will not be loaded unless the loader is changed.

   ALMARA Locations B2C Rebase v1.5.0
   Scope: Elementor Locations JSON v1.5.0 only
   Architecture: Elementor = content/structure, CSS = presentation only.
   No HTML widgets, no shortcode content, no JS layout hacks.
   ========================================================= */

:root {
  --almara-v150-max: 1120px;
  --almara-v150-card-radius: 18px;
  --almara-v150-soft-bg: rgba(255, 255, 255, 0.58);
  --almara-v150-card-bg: rgba(255, 255, 255, 0.82);
  --almara-v150-line: rgba(31, 60, 76, 0.14);
}

body:has(#almara-locations-v150-hero) .almara-locations-v150-section,
body:has(#almara-locations-v150-hero) .almara-locations-v150-section * {
  box-sizing: border-box !important;
}

body:has(#almara-locations-v150-hero) .almara-locations-v150-section {
  width: min(var(--almara-v150-max), calc(100% - 48px)) !important;
  max-width: var(--almara-v150-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#almara-locations-v150-hero {
  padding-top: clamp(86px, 8vw, 132px) !important;
  padding-bottom: clamp(54px, 5vw, 88px) !important;
}

#almara-locations-v150-hero.almara-grid--hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(54px, 6vw, 88px) !important;
  align-items: center !important;
}

#almara-locations-v150-hero .almara-copy {
  max-width: 620px !important;
}

#almara-locations-v150-hero .almara-hero-title .elementor-heading-title,
#almara-locations-v150-hero h1.elementor-heading-title {
  font-size: clamp(54px, 5.5vw, 86px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.015em !important;
  margin: 0 0 24px !important;
}

#almara-locations-v150-hero .almara-lead,
#almara-locations-v150-hero .almara-lead p {
  max-width: 560px !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  color: rgba(31, 60, 76, 0.82) !important;
}

.almara-v150-actions,
.almara-v150-actions > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
  margin-top: 30px !important;
}

.almara-v150-actions .elementor-widget-button {
  width: auto !important;
  max-width: 100% !important;
}

.almara-v150-actions .elementor-button {
  min-height: 46px !important;
  padding: 13px 24px !important;
}

.almara-locations-v150-hero .almara-coastline-visual .elementor-widget-container,
#almara-locations-v150-mobile-hero .almara-coastline-visual .elementor-widget-container {
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 28px 76px rgba(31, 60, 76, 0.12) !important;
}

.almara-locations-v150-hero .almara-coastline-visual img,
#almara-locations-v150-mobile-hero .almara-coastline-visual img {
  width: 100% !important;
  height: clamp(300px, 34vw, 450px) !important;
  object-fit: cover !important;
  border-radius: 28px !important;
  display: block !important;
}

/* Section heads */
.almara-v150-section-head,
.almara-v150-section-head > .e-con-inner {
  width: min(760px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.almara-v150-section-head .almara-section-title .elementor-heading-title,
.almara-v150-section-head h2.elementor-heading-title {
  font-size: clamp(38px, 3.7vw, 58px) !important;
  line-height: 1.08 !important;
  margin: 0 0 14px !important;
}

.almara-v150-section-lead,
.almara-v150-section-lead p {
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(31, 60, 76, 0.70) !important;
}

/* Finder */
#almara-locations-v150-find {
  padding-top: clamp(58px, 7vw, 104px) !important;
  padding-bottom: clamp(58px, 7vw, 104px) !important;
}

.almara-filter-panel,
.almara-filter-panel > .e-con-inner {
  width: min(980px, 100%) !important;
  margin: 38px auto 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 22px !important;
  border: 1px solid var(--almara-v150-line) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 22px 58px rgba(31, 60, 76, 0.08) !important;
}

.almara-filter-group,
.almara-filter-group > .e-con-inner {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(244, 237, 228, 0.62) !important;
}

.almara-filter-label,
.almara-filter-label p {
  margin: 0 !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: rgba(31, 60, 76, 0.62) !important;
}

.almara-filter-chip-row,
.almara-filter-chip-row > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

.elementor-widget-button.almara-filter-chip {
  width: auto !important;
  max-width: 100% !important;
}

.elementor-widget-button.almara-filter-chip a.elementor-button {
  min-height: 32px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(31, 60, 76, 0.14) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: rgba(31, 60, 76, 0.78) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease !important;
}

.elementor-widget-button.almara-filter-chip a.elementor-button:hover,
.elementor-widget-button.almara-filter-chip--active a.elementor-button {
  background: var(--almara-blue, #1F3C4C) !important;
  border-color: var(--almara-blue, #1F3C4C) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

.almara-v150-microcopy,
.almara-v150-microcopy p {
  margin: 16px auto 0 !important;
  max-width: 620px !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: rgba(31, 60, 76, 0.52) !important;
}

/* Locations loop section */
#almara-locations-v150-spots {
  padding-top: clamp(58px, 7vw, 102px) !important;
  padding-bottom: clamp(54px, 6vw, 96px) !important;
}

#almara-locations-v150-spots .almara-locations-desktop-section,
#almara-locations-v150-spots .almara-locations-mobile-section {
  margin-top: 48px !important;
}

#almara-locations-v150-spots .almara-locations-desktop-section,
#almara-locations-v150-spots .almara-locations-desktop-section > .e-con-inner,
#almara-locations-v150-spots .almara-locations-mobile-section,
#almara-locations-v150-spots .almara-locations-mobile-section > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
}

/* Editorial card grids */
#almara-locations-v150-types,
#almara-locations-v150-status,
#almara-locations-v150-final {
  padding-top: clamp(58px, 7vw, 104px) !important;
  padding-bottom: clamp(58px, 7vw, 104px) !important;
}

#almara-locations-v150-types,
#almara-locations-v150-final {
  background: transparent !important;
}

.almara-v150-card-grid,
.almara-v150-card-grid > .e-con-inner {
  width: 100% !important;
  margin: 38px auto 0 !important;
  display: grid !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.almara-v150-card-grid--4,
.almara-v150-card-grid--4 > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.almara-v150-card,
.almara-v150-type-card,
.almara-v150-final-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 28px !important;
  border: 1px solid var(--almara-v150-line) !important;
  border-top: 3px solid rgba(110, 193, 194, 0.82) !important;
  border-radius: var(--almara-v150-card-radius) !important;
  background: var(--almara-v150-card-bg) !important;
  box-shadow: 0 16px 42px rgba(31, 60, 76, 0.07) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}

.almara-v150-card:hover,
.almara-v150-type-card:hover,
.almara-v150-final-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 26px 62px rgba(31, 60, 76, 0.11) !important;
  border-color: rgba(110, 193, 194, 0.55) !important;
  background: rgba(255,255,255,.9) !important;
}

.almara-v150-card-number,
.almara-v150-card-number p,
.almara-v150-card-kicker,
.almara-v150-card-kicker p {
  margin: 0 0 12px !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: rgba(31, 60, 76, 0.58) !important;
}

.almara-v150-card .almara-card-title .elementor-heading-title,
.almara-v150-type-card .almara-card-title .elementor-heading-title {
  font-size: clamp(24px, 2vw, 30px) !important;
  line-height: 1.12 !important;
  margin: 0 0 12px !important;
}

.almara-card-copy,
.almara-card-copy p {
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: rgba(31, 60, 76, 0.72) !important;
}

/* Final CTA */
.almara-v150-final-grid,
.almara-v150-final-grid > .e-con-inner {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.almara-v150-final-card {
  min-height: 330px !important;
  justify-content: space-between !important;
  padding: clamp(32px, 3vw, 44px) !important;
}

.almara-v150-final-card--dark {
  background: var(--almara-blue, #1F3C4C) !important;
  border-color: rgba(110, 193, 194, 0.35) !important;
}

.almara-v150-final-card--dark .almara-section-title .elementor-heading-title,
.almara-v150-final-card--dark .almara-copy,
.almara-v150-final-card--dark .almara-copy p,
.almara-v150-final-card--dark .almara-v150-card-kicker,
.almara-v150-final-card--dark .almara-v150-card-kicker p {
  color: #fff !important;
}

.almara-v150-final-card--dark .elementor-widget-button.almara-el-btn--light a.elementor-button {
  background: #fff !important;
  color: var(--almara-blue, #1F3C4C) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
}

.almara-v150-final-card--dark .elementor-widget-button.almara-el-btn--light a.elementor-button:hover {
  background: var(--almara-aqua, #6EC1C2) !important;
  border-color: var(--almara-aqua, #6EC1C2) !important;
}

/* Mobile/tablet */
@media (max-width: 1024px) {
  #almara-locations-v150-hero.almara-grid--hero {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .almara-v150-card-grid--4,
  .almara-v150-card-grid--4 > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px), (max-width: 1024px) and (orientation: portrait) {
  body:has(#almara-locations-v150-hero) .almara-locations-v150-section {
    width: min(360px, calc(100% - 28px)) !important;
    max-width: 360px !important;
  }

  body[data-elementor-device-mode="mobile"] #almara-locations-v150-mobile-hero .almara-v150-actions,
  body[data-elementor-device-mode="mobile"] #almara-locations-v150-mobile-hero .almara-v150-actions > .e-con-inner {
    justify-content: center !important;
    margin-top: 8px !important;
    width: 100% !important;
  }

  body[data-elementor-device-mode="mobile"] #almara-locations-v150-mobile-hero .elementor-widget-button,
  body[data-elementor-device-mode="mobile"] #almara-locations-v150-mobile-hero .elementor-button-wrapper,
  body[data-elementor-device-mode="mobile"] #almara-locations-v150-mobile-hero a.elementor-button {
    width: auto !important;
    max-width: 100% !important;
  }

  #almara-locations-v150-find,
  #almara-locations-v150-spots,
  #almara-locations-v150-types,
  #almara-locations-v150-status,
  #almara-locations-v150-final {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .almara-v150-section-head,
  .almara-v150-section-head > .e-con-inner {
    text-align: center !important;
    align-items: center !important;
  }

  .almara-v150-section-head .almara-section-title .elementor-heading-title,
  .almara-v150-section-head h2.elementor-heading-title {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.08 !important;
  }

  .almara-filter-panel,
  .almara-filter-panel > .e-con-inner {
    margin-top: 30px !important;
    padding: 16px !important;
    border-radius: 24px !important;
  }

  .almara-filter-group,
  .almara-filter-group > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px !important;
  }

  .almara-filter-label,
  .almara-filter-label p {
    text-align: left !important;
  }

  .almara-v150-card-grid--4,
  .almara-v150-card-grid--4 > .e-con-inner,
  .almara-v150-final-grid,
  .almara-v150-final-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .almara-v150-card,
  .almara-v150-type-card,
  .almara-v150-final-card {
    padding: 24px !important;
    min-height: auto !important;
  }

  .almara-v150-final-card .almara-v150-actions,
  .almara-v150-final-card .almara-v150-actions > .e-con-inner {
    width: 100% !important;
    align-items: stretch !important;
  }

  .almara-v150-final-card .elementor-widget-button,
  .almara-v150-final-card .elementor-button-wrapper,
  .almara-v150-final-card a.elementor-button {
    width: 100% !important;
  }
}


/* =========================================================
   ALMARA Locations B2C Single-Source Stabilizer v1.5.3
   Scope: Locations v1.5.x only
   Purpose:
   - remove duplicate desktop/mobile structures by using one hero + one loop grid
   - force Finder chips into intuitive rows, including country-first filter
   - avoid iPad portrait being treated like narrow mobile
   - CSS only; no JS layout hacks; no generated content for business logic
   ========================================================= */

/* Safety: if an older imported JSON still contains duplicate mobile structures,
   hide them everywhere. v1.5.3 uses one responsive hero and one responsive loop. */
body:has(#almara-locations-v150-hero) .almara-mobile-hero-section,
body:has(#almara-locations-v150-hero) #almara-locations-v150-mobile-hero,
body:has(#almara-locations-v150-hero) #almara-locations-v150-spots .almara-locations-mobile-section {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(#almara-locations-v150-hero) .almara-desktop-hero-section,
body:has(#almara-locations-v150-hero) #almara-locations-v150-spots .almara-locations-single-section,
body:has(#almara-locations-v150-hero) #almara-locations-v150-spots .almara-locations-desktop-section {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body:has(#almara-locations-v150-hero) #almara-locations-v150-hero.almara-grid--hero {
  display: grid !important;
}

/* Page width: tablet and iPad portrait must not collapse to phone width. */
@media (min-width: 768px) and (max-width: 1180px) {
  body:has(#almara-locations-v150-hero) .almara-locations-v150-section {
    width: min(960px, calc(100% - 56px)) !important;
    max-width: 960px !important;
  }

  body:has(#almara-locations-v150-hero) #almara-locations-v150-hero.almara-grid--hero {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-copy,
  body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-visual-wrap {
    max-width: 760px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  body:has(#almara-locations-v150-hero) .almara-locations-v150-section {
    width: min(390px, calc(100% - 28px)) !important;
    max-width: 390px !important;
  }
}

/* Finder panel: robust against Elementor container defaults. */
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-panel,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-panel > .e-con-inner,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-panel,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-panel > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin: 38px auto 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(31, 60, 76, 0.14) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 22px 58px rgba(31, 60, 76, 0.08) !important;
}

body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-group,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-group > .e-con-inner,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-group,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-group > .e-con-inner {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(244, 237, 228, 0.62) !important;
}

body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip-row,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip-row > .e-con-inner,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-chip-row,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-chip-row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-chip-row > .elementor-widget-button,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip-row > .elementor-widget-button,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip-row > .e-con-inner > .elementor-widget-button {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  align-self: center !important;
}

body:has(#almara-locations-v150-find) #almara-locations-v150-find .elementor-widget-button.almara-filter-chip a.elementor-button,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip a.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(31, 60, 76, 0.14) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: rgba(31, 60, 76, 0.78) !important;
  box-shadow: none !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body:has(#almara-locations-v150-find) #almara-locations-v150-find .elementor-widget-button.almara-filter-chip a.elementor-button *,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-chip a.elementor-button * {
  color: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:has(#almara-locations-v150-find) #almara-locations-v150-find .elementor-widget-button.almara-filter-chip--active a.elementor-button,
body:has(#almara-locations-v150-find) #almara-locations-v150-find .elementor-widget-button.almara-filter-chip a.elementor-button:hover {
  background: var(--almara-blue, #1F3C4C) !important;
  border-color: var(--almara-blue, #1F3C4C) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-panel,
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-panel > .e-con-inner,
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-panel,
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-panel > .e-con-inner {
    padding: 16px !important;
    border-radius: 24px !important;
  }

  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-group,
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-filter-group > .e-con-inner,
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-group,
  body:has(#almara-locations-v150-find) #almara-locations-v150-find .almara-v153-filter-group > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px !important;
  }
}

/* Single loop grid: keep the T07 hero layout on desktop and collapse naturally on mobile. */
body:has(#almara-locations-v150-hero) #almara-locations-v150-spots .almara-locations-single-section,
body:has(#almara-locations-v150-hero) #almara-locations-v150-spots .almara-locations-single-section > .e-con-inner,
body:has(#almara-locations-v150-hero) #almara-locations-v150-spots .almara-locations-single-section .elementor-widget-loop-grid {
  width: 100% !important;
  max-width: 100% !important;
}

/* Editorial cards: make Elementor containers render as cards, not plain stacked text. */
body:has(#almara-locations-v150-hero) .almara-v153-card-grid,
body:has(#almara-locations-v150-hero) .almara-v153-card-grid > .e-con-inner,
body:has(#almara-locations-v150-hero) .almara-v150-card-grid,
body:has(#almara-locations-v150-hero) .almara-v150-card-grid > .e-con-inner {
  display: grid !important;
  gap: 20px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 38px auto 0 !important;
}

body:has(#almara-locations-v150-hero) .almara-v150-card-grid--4,
body:has(#almara-locations-v150-hero) .almara-v150-card-grid--4 > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body:has(#almara-locations-v150-hero) .almara-v150-final-grid,
body:has(#almara-locations-v150-hero) .almara-v150-final-grid > .e-con-inner,
body:has(#almara-locations-v150-hero) .almara-v153-final-grid,
body:has(#almara-locations-v150-hero) .almara-v153-final-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1024px) {
  body:has(#almara-locations-v150-hero) .almara-v150-card-grid--4,
  body:has(#almara-locations-v150-hero) .almara-v150-card-grid--4 > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body:has(#almara-locations-v150-hero) .almara-v150-card-grid--4,
  body:has(#almara-locations-v150-hero) .almara-v150-card-grid--4 > .e-con-inner,
  body:has(#almara-locations-v150-hero) .almara-v150-final-grid,
  body:has(#almara-locations-v150-hero) .almara-v150-final-grid > .e-con-inner,
  body:has(#almara-locations-v150-hero) .almara-v153-final-grid,
  body:has(#almara-locations-v150-hero) .almara-v153-final-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   ALMARA Locations B2C v1.5.4 — Hard Elementor Wrapper Fix
   Scope: Locations v1.5.x only
   Purpose:
   - override the old iPad portrait width lock from v1.5.0
   - make Finder filters render as real rows without JS
   - make editorial Elementor containers render as cards/grids
   - avoid :has() dependency for broader WP/optimization compatibility
   ========================================================= */

/* ---------- Section width hard reset ---------- */
html body.elementor-page .almara-locations-v150-section,
html body.elementor-page section.almara-locations-v150-section,
html body.elementor-page .elementor-element.almara-locations-v150-section {
  box-sizing: border-box !important;
  width: min(1120px, calc(100% - 72px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

html body.elementor-page .almara-locations-v150-section > .e-con-inner,
html body.elementor-page .elementor-element.almara-locations-v150-section > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.elementor-page #almara-locations-v150-hero.almara-locations-v150-section,
html body.elementor-page #almara-locations-v150-hero.almara-grid--hero {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr) !important;
  align-items: center !important;
  gap: clamp(46px, 6vw, 82px) !important;
  width: min(1120px, calc(100% - 72px)) !important;
  max-width: 1120px !important;
  padding-top: clamp(72px, 8vw, 118px) !important;
  padding-bottom: clamp(56px, 7vw, 96px) !important;
}

html body.elementor-page #almara-locations-v150-hero > .e-con-inner {
  display: contents !important;
}

html body.elementor-page #almara-locations-v150-hero .almara-copy,
html body.elementor-page #almara-locations-v150-hero .almara-visual-wrap {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

html body.elementor-page #almara-locations-v150-hero .almara-coastline-visual,
html body.elementor-page #almara-locations-v150-hero .almara-coastline-visual .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

html body.elementor-page #almara-locations-v150-hero .almara-coastline-visual img {
  display: block !important;
  width: 100% !important;
  height: clamp(270px, 28vw, 390px) !important;
  object-fit: cover !important;
  border-radius: 24px !important;
}

/* ---------- Section heads ---------- */
html body.elementor-page .almara-v150-section-head,
html body.elementor-page .almara-v150-section-head > .e-con-inner {
  width: min(780px, 100%) !important;
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  align-items: center !important;
}

html body.elementor-page .almara-v150-section-head .almara-copy,
html body.elementor-page .almara-v150-section-head .almara-copy p,
html body.elementor-page .almara-v150-section-lead,
html body.elementor-page .almara-v150-section-lead p {
  text-align: center !important;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- Finder panel ---------- */
html body.elementor-page #almara-locations-v150-find .almara-filter-panel,
html body.elementor-page #almara-locations-v150-find .almara-filter-panel > .e-con-inner,
html body.elementor-page #almara-locations-v150-find .almara-v153-filter-panel,
html body.elementor-page #almara-locations-v150-find .almara-v153-filter-panel > .e-con-inner {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin: 40px auto 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(31, 60, 76, .14) !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .64) !important;
  box-shadow: 0 22px 58px rgba(31, 60, 76, .08) !important;
  overflow: visible !important;
}

html body.elementor-page #almara-locations-v150-find .almara-filter-group,
html body.elementor-page #almara-locations-v150-find .almara-filter-group > .e-con-inner,
html body.elementor-page #almara-locations-v150-find .almara-v153-filter-group,
html body.elementor-page #almara-locations-v150-find .almara-v153-filter-group > .e-con-inner {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(244, 237, 228, .62) !important;
  overflow: visible !important;
}

html body.elementor-page #almara-locations-v150-find .almara-filter-label,
html body.elementor-page #almara-locations-v150-find .almara-filter-label p {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: rgba(31, 60, 76, .62) !important;
}

html body.elementor-page #almara-locations-v150-find .almara-filter-chip-row,
html body.elementor-page #almara-locations-v150-find .almara-filter-chip-row.e-con,
html body.elementor-page #almara-locations-v150-find .almara-filter-chip-row > .e-con-inner,
html body.elementor-page #almara-locations-v150-find .almara-v153-chip-row,
html body.elementor-page #almara-locations-v150-find .almara-v153-chip-row.e-con,
html body.elementor-page #almara-locations-v150-find .almara-v153-chip-row > .e-con-inner {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body.elementor-page #almara-locations-v150-find .almara-filter-chip-row > .elementor-widget-button,
html body.elementor-page #almara-locations-v150-find .almara-filter-chip-row > .e-con-inner > .elementor-widget-button,
html body.elementor-page #almara-locations-v150-find .almara-v153-chip-row > .elementor-widget-button,
html body.elementor-page #almara-locations-v150-find .almara-v153-chip-row > .e-con-inner > .elementor-widget-button,
html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip {
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}

html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip .elementor-widget-container,
html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip .elementor-button-wrapper {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip a.elementor-button,
html body.elementor-page #almara-locations-v150-find .almara-filter-chip a.elementor-button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 14px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(31, 60, 76, .14) !important;
  background: rgba(255, 255, 255, .82) !important;
  color: rgba(31, 60, 76, .78) !important;
  box-shadow: none !important;
  font-family: var(--almara-font-ui, "Inter", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  transform: none !important;
}

html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip a.elementor-button *,
html body.elementor-page #almara-locations-v150-find .almara-filter-chip a.elementor-button * {
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip--active a.elementor-button,
html body.elementor-page #almara-locations-v150-find .elementor-widget-button.almara-filter-chip a.elementor-button:hover,
html body.elementor-page #almara-locations-v150-find .almara-filter-chip--active a.elementor-button {
  background: var(--almara-blue, #1F3C4C) !important;
  border-color: var(--almara-blue, #1F3C4C) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(31, 60, 76, .12) !important;
}

html body.elementor-page #almara-locations-v150-find .almara-v150-microcopy,
html body.elementor-page #almara-locations-v150-find .almara-v150-microcopy p {
  width: 100% !important;
  max-width: 760px !important;
  margin: 22px auto 0 !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: rgba(31, 60, 76, .54) !important;
}

/* ---------- Loop grid visible width ---------- */
html body.elementor-page #almara-locations-v150-spots,
html body.elementor-page #almara-locations-v150-spots.almara-locations-v150-section {
  width: min(1180px, calc(100% - 72px)) !important;
  max-width: 1180px !important;
}

html body.elementor-page #almara-locations-v150-spots .almara-locations-single-section,
html body.elementor-page #almara-locations-v150-spots .almara-locations-single-section > .e-con-inner,
html body.elementor-page #almara-locations-v150-spots .elementor-widget-loop-grid,
html body.elementor-page #almara-locations-v150-spots .elementor-widget-loop-grid > .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- Editorial card grids ---------- */
html body.elementor-page .almara-v150-card-grid,
html body.elementor-page .almara-v150-card-grid > .e-con-inner,
html body.elementor-page .almara-v153-card-grid,
html body.elementor-page .almara-v153-card-grid > .e-con-inner {
  box-sizing: border-box !important;
  display: grid !important;
  align-items: stretch !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 42px auto 0 !important;
  padding: 0 !important;
}

html body.elementor-page .almara-v150-card-grid--4,
html body.elementor-page .almara-v150-card-grid--4 > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body.elementor-page .almara-v150-card-grid > .e-con-inner > .elementor-element,
html body.elementor-page .almara-v153-card-grid > .e-con-inner > .elementor-element,
html body.elementor-page .almara-v150-card,
html body.elementor-page .almara-v150-type-card,
html body.elementor-page .almara-v150-final-card {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 260px !important;
  margin: 0 !important;
  padding: 28px !important;
  border: 1px solid rgba(31, 60, 76, .14) !important;
  border-top: 3px solid rgba(110, 193, 194, .82) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 16px 42px rgba(31, 60, 76, .07) !important;
  overflow: hidden !important;
}

html body.elementor-page .almara-v150-type-card > .e-con-inner,
html body.elementor-page .almara-v150-card > .e-con-inner,
html body.elementor-page .almara-v150-final-card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.elementor-page .almara-v150-card .almara-card-title .elementor-heading-title,
html body.elementor-page .almara-v150-type-card .almara-card-title .elementor-heading-title {
  font-size: clamp(23px, 1.7vw, 30px) !important;
  line-height: 1.14 !important;
  margin: 0 0 12px !important;
}

html body.elementor-page .almara-card-copy,
html body.elementor-page .almara-card-copy p {
  font-size: 14px !important;
  line-height: 1.62 !important;
  color: rgba(31, 60, 76, .72) !important;
}

/* ---------- Final CTA cards ---------- */
html body.elementor-page .almara-v150-final-grid,
html body.elementor-page .almara-v150-final-grid > .e-con-inner,
html body.elementor-page .almara-v153-final-grid,
html body.elementor-page .almara-v153-final-grid > .e-con-inner {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

html body.elementor-page .almara-v150-final-card {
  min-height: 330px !important;
  justify-content: space-between !important;
  padding: clamp(32px, 3vw, 46px) !important;
}

html body.elementor-page .almara-v150-final-card--dark {
  background: var(--almara-blue, #1F3C4C) !important;
  border-color: rgba(110, 193, 194, .35) !important;
}

html body.elementor-page .almara-v150-final-card--dark .almara-section-title .elementor-heading-title,
html body.elementor-page .almara-v150-final-card--dark .almara-copy,
html body.elementor-page .almara-v150-final-card--dark .almara-copy p,
html body.elementor-page .almara-v150-final-card--dark .almara-v150-card-kicker,
html body.elementor-page .almara-v150-final-card--dark .almara-v150-card-kicker p {
  color: #fff !important;
}

/* ---------- Tablet ---------- */
@media (min-width: 768px) and (max-width: 1180px) {
  html body.elementor-page .almara-locations-v150-section,
  html body.elementor-page section.almara-locations-v150-section,
  html body.elementor-page .elementor-element.almara-locations-v150-section,
  html body.elementor-page #almara-locations-v150-hero.almara-locations-v150-section,
  html body.elementor-page #almara-locations-v150-spots.almara-locations-v150-section {
    width: min(960px, calc(100% - 56px)) !important;
    max-width: 960px !important;
  }

  html body.elementor-page #almara-locations-v150-hero.almara-grid--hero {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  html body.elementor-page .almara-v150-card-grid--4,
  html body.elementor-page .almara-v150-card-grid--4 > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ---------- Phone only ---------- */
@media (max-width: 767px) {
  html body.elementor-page .almara-locations-v150-section,
  html body.elementor-page section.almara-locations-v150-section,
  html body.elementor-page .elementor-element.almara-locations-v150-section,
  html body.elementor-page #almara-locations-v150-hero.almara-locations-v150-section,
  html body.elementor-page #almara-locations-v150-spots.almara-locations-v150-section {
    width: min(390px, calc(100% - 28px)) !important;
    max-width: 390px !important;
  }

  html body.elementor-page #almara-locations-v150-hero.almara-grid--hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-top: 54px !important;
    padding-bottom: 48px !important;
  }

  html body.elementor-page #almara-locations-v150-hero .almara-copy,
  html body.elementor-page #almara-locations-v150-hero .almara-visual-wrap {
    max-width: 100% !important;
    text-align: center !important;
  }

  html body.elementor-page #almara-locations-v150-hero .almara-coastline-visual img {
    height: 220px !important;
  }

  html body.elementor-page #almara-locations-v150-find .almara-filter-panel,
  html body.elementor-page #almara-locations-v150-find .almara-filter-panel > .e-con-inner,
  html body.elementor-page #almara-locations-v150-find .almara-v153-filter-panel,
  html body.elementor-page #almara-locations-v150-find .almara-v153-filter-panel > .e-con-inner {
    padding: 16px !important;
    border-radius: 24px !important;
  }

  html body.elementor-page #almara-locations-v150-find .almara-filter-group,
  html body.elementor-page #almara-locations-v150-find .almara-filter-group > .e-con-inner,
  html body.elementor-page #almara-locations-v150-find .almara-v153-filter-group,
  html body.elementor-page #almara-locations-v150-find .almara-v153-filter-group > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 11px !important;
    padding: 16px !important;
  }

  html body.elementor-page .almara-v150-card-grid--4,
  html body.elementor-page .almara-v150-card-grid--4 > .e-con-inner,
  html body.elementor-page .almara-v150-final-grid,
  html body.elementor-page .almara-v150-final-grid > .e-con-inner,
  html body.elementor-page .almara-v153-final-grid,
  html body.elementor-page .almara-v153-final-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  html body.elementor-page .almara-v150-card,
  html body.elementor-page .almara-v150-type-card,
  html body.elementor-page .almara-v150-final-card {
    min-height: auto !important;
    padding: 24px !important;
  }
}


/* =========================================================
   ALMARA Mobile Late Lock v3.0 — HOME / B2C Startseite
   Scope: phone only. Purpose: kill remaining Elementor desktop grid
   constraints printed after normal page CSS. No header/footer selectors.
   ========================================================= */
@media screen and (max-width: 767px) {
  html body:has(#alm-home-hero) {
    overflow-x: hidden !important;
  }

  html body:has(#alm-home-hero) :is(.site-main, main, article, .page-content, .entry-content) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }

  html body #alm-home-page,
  html body .almara-page-home,
  html body:has(#alm-home-hero) .elementor-location-single,
  html body:has(#alm-home-hero) .entry-content > .elementor,
  html body:has(#alm-home-hero) .page-content > .elementor,
  html body:has(#alm-home-hero) .elementor-shortcode > .elementor {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
  }

  html body #alm-home-page > .e-con-inner,
  html body .almara-page-home > .e-con-inner,
  html body:has(#alm-home-hero) .entry-content > .elementor > .e-con-inner,
  html body:has(#alm-home-hero) .page-content > .elementor > .e-con-inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow: hidden !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
    --flex-basis: auto !important;
    --flex-grow: 0 !important;
    --flex-shrink: 1 !important;
  }

  html body :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: none !important;
    grid-auto-flow: row !important;
    --width: 100% !important;
    --content-width: 100% !important;
  }

  html body :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) > .e-con-inner > :is(.elementor-element,.e-con,.e-con-full,.e-con-boxed,.e-grid,.e-flex),
  html body :is(#alm-home-hero-copy,#alm-home-shift-copy,#alm-home-experience-copy,#alm-home-partners-copy,#alm-home-destinations-copy,#alm-home-how-copy,#alm-home-platform-copy,#alm-home-hero-media,#alm-home-experience-media) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    transform: none !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
  }

  /* Home grids must not keep Elementor's phone grid. */
  html body :is(#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid),
  html body :is(#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid) > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: none !important;
    grid-auto-flow: row !important;
    --width: 100% !important;
    --content-width: 100% !important;
  }

  html body :is(#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid) > .e-con-inner > :is(.elementor-element,.e-con,.e-con-full,.e-con-boxed),
  html body :is(#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive),
  html body :is(#alm-home-page,.almara-page-home) :is(.alm-card,.alm-cta-card),
  html body:has(#alm-home-hero) :is(.alm-card,.alm-cta-card) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    transform: none !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
  }

  html body :is(#alm-home-page,.almara-page-home) :is(.alm-card,.alm-cta-card).e-con-boxed > .e-con-inner,
  html body:has(#alm-home-hero) :is(.alm-card,.alm-cta-card).e-con-boxed > .e-con-inner,
  html body :is(#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive) > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: none !important;
  }

  html body:has(#alm-home-hero) :is(.alm-card,.alm-cta-card) :is(.elementor-widget,.elementor-widget-container,.elementor-heading-title,p,.alm-card__title,.alm-card__title h3,.alm-card__title h4,.alm-card__text,.alm-card__text p,.alm-card__eyebrow,.alm-card__eyebrow p) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  html body:has(#alm-home-hero) :is(#alm-home-hero h1,#alm-home-shift h2,#alm-home-partners h2,#alm-home-destinations h2,#alm-home-how h2,#alm-home-experience h2,#alm-home-platform h2,#alm-home-final-cta h2,.elementor-heading-title) {
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  html body:has(#alm-home-hero) :is(img,video) {
    max-width: 100% !important;
    height: auto !important;
  }

  html body:has(#alm-home-hero) :is(.alm-button,.alm-button .elementor-widget-container,.alm-button .elementor-button-wrapper,.alm-button .elementor-button,.elementor-widget-button,.elementor-widget-button .elementor-button-wrapper) {
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media screen and (max-width: 374px) {
  html body :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* =========================================================
   ALMARA Mobile Late Lock v3.0 — Locations / Standorte
   Scope: phone only. No header/footer selectors.
   ========================================================= */
@media screen and (max-width: 767px) {
  html body :is(#almara-locations-v150-hero,#almara-locations-v150-find,#almara-locations-v150-spots,#almara-locations-v150-types,#almara-locations-v150-status,#almara-locations-v150-final,.almara-locations-v150-section) {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow: hidden !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
  }
  html body :is(#almara-locations-v150-hero,#almara-locations-v150-find,#almara-locations-v150-spots,#almara-locations-v150-types,#almara-locations-v150-status,#almara-locations-v150-final,.almara-locations-v150-section) > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: none !important;
  }
  html body :is(.almara-v150-card-grid,.almara-v150-card-grid--4,.almara-v153-card-grid,.almara-v150-final-grid,.almara-v153-final-grid,.almara-locations-grid,.almara-locations-renderer-grid,.almara-v150-grid,.almara-v150-type-grid),
  html body :is(.almara-v150-card-grid,.almara-v150-card-grid--4,.almara-v153-card-grid,.almara-v150-final-grid,.almara-v153-final-grid,.almara-locations-grid,.almara-locations-renderer-grid,.almara-v150-grid,.almara-v150-type-grid) > .e-con-inner,
  html body #almara-locations-v150-spots :is(.elementor-loop-container,.elementor-grid) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: none !important;
  }
  html body :is(.almara-v150-card,.almara-v150-type-card,.almara-v150-final-card,.almara-v153-card,.almara-location-card,.almara-single-location-preview) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    transform: none !important;
  }
}


/* =========================================================
   ALMARA Mobile Late Lock v3.0 — Visual/Image Card Polish
   Scope: phone only. Restores visible rounded image-card frames.
   ========================================================= */
@media screen and (max-width: 767px) {
  html body :is(
    #alm-destinations-hero-media,
    #alm-destinations-location-visual,
    #alm-experience-hero-media,
    #alm-experience-visual-media,
    #alm-home-hero-media,
    #alm-home-experience-media,
    .almara-coastline-visual,
    .alm-photo-slot,
    .alm-image-widget-slot,
    .alm-partner-image-card,
    .alm-equipment-card .alm-photo-mosaic,
    .almara-location-card .elementor-widget-image
  ) {
    border: 1px solid rgba(9, 43, 61, 0.12) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(9, 43, 61, 0.10) !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.82) !important;
  }

  html body :is(
    #alm-destinations-hero-media .alm-destinations-hero-image,
    #alm-destinations-location-visual .alm-destinations-image,
    #alm-experience-hero-media .elementor-widget-container,
    #alm-experience-visual-media .elementor-widget-container,
    #alm-home-hero-media .elementor-widget-container,
    #alm-home-experience-media .elementor-widget-container,
    .alm-photo-slot .elementor-widget-container,
    .alm-image-widget-slot .elementor-widget-container,
    .alm-partner-image-card .elementor-widget-container,
    .almara-location-card .elementor-widget-image .elementor-widget-container
  ) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  html body :is(
    #alm-destinations-hero-media img,
    #alm-destinations-location-visual img,
    #alm-experience-hero-media img,
    #alm-experience-visual-media img,
    #alm-home-hero-media img,
    #alm-home-experience-media img,
    .alm-photo-slot img,
    .alm-image-widget-slot img,
    .alm-partner-image-card img,
    .almara-location-card .elementor-widget-image img
  ) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 16px !important;
  }
}

/* =========================================================
   ALMARA Mobile Recovery Lock v4.0
   Purpose:
   - HOME: neutralize remaining Elementor/Container mobile compression
           inside the embedded template .elementor-2994 / page 2004.
   - LOCATIONS/STANDORTE: align hero CTA pills consistently on mobile.
   Notes:
   - Appended after v3 rules by design.
   - No header, burger, language menu or footer selectors.
   ========================================================= */

@media screen and (max-width: 767px) {
  /* ---------- HOME: embedded Elementor template containment ---------- */
  html body:has(#alm-home-hero) :is(.elementor-2004, .elementor-2994),
  html body.elementor-page-2004 :is(.elementor-2004, .elementor-2994) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    transform: none !important;
    --width: 100% !important;
    --min-width: 0 !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
  }

  html body:has(#alm-home-hero) .elementor-widget-template,
  html body:has(#alm-home-hero) .elementor-widget-template > .elementor-widget-container,
  html body:has(#alm-home-hero) .elementor-template,
  html body.elementor-page-2004 .elementor-widget-template,
  html body.elementor-page-2004 .elementor-widget-template > .elementor-widget-container,
  html body.elementor-page-2004 .elementor-template {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  /* HOME: do NOT let section viewport-escape rules keep compressing nested templates. */
  html body:has(#alm-home-hero) :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta),
  html body.elementor-page-2004 :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow-x: visible !important;
    transform: none !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: stretch !important;
    --justify-content: flex-start !important;
    --width: 100% !important;
    --min-width: 0 !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
  }

  html body:has(#alm-home-hero) :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) > .e-con-inner,
  html body.elementor-page-2004 :is(#alm-home-hero,#alm-home-trust,#alm-home-shift,#alm-home-partners,#alm-home-destinations,#alm-home-how,#alm-home-experience,#alm-home-platform,#alm-home-final-cta) > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 24px !important;
    transform: none !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: stretch !important;
    --justify-content: flex-start !important;
    --width: 100% !important;
    --min-width: 0 !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
  }

  /* HOME: split columns and card grids must become one local mobile column. */
  html body:has(#alm-home-hero) :is(#alm-home-shift,#alm-home-experience-split,#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid),
  html body:has(#alm-home-hero) :is(#alm-home-shift,#alm-home-experience-split,#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid) > .e-con-inner,
  html body.elementor-page-2004 :is(#alm-home-shift,#alm-home-experience-split,#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid),
  html body.elementor-page-2004 :is(#alm-home-shift,#alm-home-experience-split,#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid) > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 16px !important;
    transform: none !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: stretch !important;
    --justify-content: flex-start !important;
    --width: 100% !important;
    --min-width: 0 !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
  }

  html body:has(#alm-home-hero) :is(#alm-home-hero-copy,#alm-home-shift-copy,#alm-home-experience-copy,#alm-home-partners-copy,#alm-home-destinations-copy,#alm-home-how-copy,#alm-home-platform-copy,#alm-home-hero-media,#alm-home-experience-media,#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive),
  html body:has(#alm-home-hero) :is(#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid) > .e-con-inner > .elementor-element,
  html body.elementor-page-2004 :is(#alm-home-hero-copy,#alm-home-shift-copy,#alm-home-experience-copy,#alm-home-partners-copy,#alm-home-destinations-copy,#alm-home-how-copy,#alm-home-platform-copy,#alm-home-hero-media,#alm-home-experience-media,#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive),
  html body.elementor-page-2004 :is(#alm-home-glide-explore-dive-grid,#alm-home-partner-card-grid,#alm-home-destination-card-grid,#alm-home-step-card-grid,#alm-home-how-card-grid,#alm-home-platform-card-grid) > .e-con-inner > .elementor-element {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    --display: flex !important;
    --flex-direction: column !important;
    --width: 100% !important;
    --min-width: 0 !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
  }

  html body:has(#alm-home-hero) :is(#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive) > .e-con-inner,
  html body.elementor-page-2004 :is(#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive) > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px !important;
    --display: flex !important;
    --flex-direction: column !important;
    --width: 100% !important;
    --content-width: 100% !important;
  }

  html body:has(#alm-home-hero) :is(#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive,.alm-card,.alm-cta-card) :is(.elementor-widget,.elementor-widget-container,.elementor-heading-title,p,.alm-card__title,.alm-card__text,.alm-card__eyebrow),
  html body.elementor-page-2004 :is(#alm-home-card-glide,#alm-home-card-explore,#alm-home-card-dive,.alm-card,.alm-cta-card) :is(.elementor-widget,.elementor-widget-container,.elementor-heading-title,p,.alm-card__title,.alm-card__text,.alm-card__eyebrow) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  /* Mobile image cards: keep premium radii after Elementor image widgets. */
  html body :is(.alm-card,.alm-cta-card,.almara-v150-card,.almara-v150-type-card,.almara-v150-final-card) {
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  html body :is(.alm-card,.alm-cta-card,.almara-v150-card,.almara-v150-type-card,.almara-v150-final-card) :is(.elementor-widget-image,.elementor-widget-image > .elementor-widget-container) {
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  html body :is(.alm-card,.alm-cta-card,.almara-v150-card,.almara-v150-type-card,.almara-v150-final-card) :is(.elementor-widget-image img,img.wp-post-image) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  /* ---------- STANDORTE / LOCATIONS: align hero pills ---------- */
  html body:has(#almara-locations-v150-hero) :is(#almara-locations-v150-hero,#almara-locations-v150-mobile-hero) .almara-v150-actions,
  html body:has(#almara-locations-v150-hero) :is(#almara-locations-v150-hero,#almara-locations-v150-mobile-hero) .almara-v150-actions > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
    --display: flex !important;
    --flex-direction: column !important;
    --align-items: flex-start !important;
    --justify-content: flex-start !important;
    --width: 100% !important;
    --content-width: 100% !important;
  }

  html body:has(#almara-locations-v150-hero) :is(#almara-locations-v150-hero,#almara-locations-v150-mobile-hero) .almara-v150-actions :is(.elementor-widget-button,.elementor-button-wrapper,a.elementor-button) {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    align-self: flex-start !important;
    justify-self: flex-start !important;
    text-align: left !important;
  }

  html body:has(#almara-locations-v150-hero) :is(#almara-locations-v150-hero,#almara-locations-v150-mobile-hero) .almara-v150-actions a.elementor-button {
    justify-content: center !important;
    white-space: nowrap !important;
  }
}

/* =========================================================
   ALMARA Mobile Surgical Lock v5.0
   Scope: phone only
   Purpose:
   1) STANDORTE: align the actual hero CTA row (.almara-actions), not the
      previously assumed .almara-v150-actions wrapper.
   2) HOME: force the hero media/image card to stretch to the local mobile
      content width; Elementor sometimes leaves the image widget at its
      imported desktop/widget width.
   3) HOME: stabilize the final CTA cards/buttons after the embedded-template
      mobile recovery rules.
   Notes:
   - CSS-only.
   - No header, burger, language menu or footer selectors.
   ========================================================= */

@media screen and (max-width: 767px) {
  /* ---------- STANDORTE / LOCATIONS: actual hero CTA pill row ---------- */
  html body #almara-locations-v150-hero .almara-actions,
  html body #almara-locations-v150-hero .almara-actions > .e-con-inner,
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-actions,
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-actions > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 28px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: flex-start !important;
    --justify-content: flex-start !important;
    --gap: 12px !important;
    --row-gap: 12px !important;
    --column-gap: 0px !important;
    --width: 100% !important;
    --min-width: 0 !important;
    --content-width: 100% !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
  }

  html body #almara-locations-v150-hero .almara-actions > :is(.elementor-element,.elementor-widget-button,.almara-el-btn),
  html body #almara-locations-v150-hero .almara-actions > .e-con-inner > :is(.elementor-element,.elementor-widget-button,.almara-el-btn),
  html body #almara-locations-v150-hero .almara-actions :is(.elementor-widget-button,.almara-el-btn) {
    box-sizing: border-box !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    align-self: flex-start !important;
    justify-self: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    --width: auto !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
  }

  html body #almara-locations-v150-hero .almara-actions :is(.elementor-widget-container,.elementor-button-wrapper) {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html body #almara-locations-v150-hero .almara-actions a.elementor-button,
  html body #almara-locations-v150-hero .almara-actions .elementor-button {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 190px !important;
    min-height: 46px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  /* ---------- HOME: hero media/image card full local width ---------- */
  html body:has(#alm-home-hero) #alm-home-hero-media,
  html body.elementor-page-2004 #alm-home-hero-media {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    --display: flex !important;
    --flex-direction: column !important;
    --align-items: stretch !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
  }

  html body:has(#alm-home-hero) #alm-home-hero-media > .e-con-inner,
  html body.elementor-page-2004 #alm-home-hero-media > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body:has(#alm-home-hero) #alm-home-hero-media :is(#alm-home-hero-image,.alm-home-hero-image,.alm-home-media-image,.elementor-widget-image),
  html body.elementor-page-2004 #alm-home-hero-media :is(#alm-home-hero-image,.alm-home-hero-image,.alm-home-media-image,.elementor-widget-image) {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 1 !important;
  }

  html body:has(#alm-home-hero) #alm-home-hero-media :is(#alm-home-hero-image,.alm-home-hero-image,.alm-home-media-image,.elementor-widget-image) > .elementor-widget-container,
  html body.elementor-page-2004 #alm-home-hero-media :is(#alm-home-hero-image,.alm-home-hero-image,.alm-home-media-image,.elementor-widget-image) > .elementor-widget-container {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 17px !important;
    overflow: hidden !important;
  }

  html body:has(#alm-home-hero) #alm-home-hero-media img,
  html body.elementor-page-2004 #alm-home-hero-media img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: 56% 45% !important;
    border-radius: 17px !important;
  }

  /* ---------- HOME: final CTA mobile card/button stabilization ---------- */
  html body:has(#alm-home-hero) #alm-home-final-cta > .e-con-inner,
  html body.elementor-page-2004 #alm-home-final-cta > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: 1fr !important;
    --display: flex !important;
    --flex-direction: column !important;
    --align-items: stretch !important;
    --width: 100% !important;
    --content-width: 100% !important;
  }

  html body:has(#alm-home-hero) #alm-home-final-cta :is(#alm-home-final-partner-cta,#alm-home-final-guest-cta,.alm-cta-card),
  html body.elementor-page-2004 #alm-home-final-cta :is(#alm-home-final-partner-cta,#alm-home-final-guest-cta,.alm-cta-card) {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 26px 22px !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  html body:has(#alm-home-hero) #alm-home-final-cta :is(#alm-home-final-partner-cta,#alm-home-final-guest-cta,.alm-cta-card) > .e-con-inner,
  html body.elementor-page-2004 #alm-home-final-cta :is(#alm-home-final-partner-cta,#alm-home-final-guest-cta,.alm-cta-card) > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body:has(#alm-home-hero) #alm-home-final-cta :is(.elementor-widget-button,.alm-button),
  html body.elementor-page-2004 #alm-home-final-cta :is(.elementor-widget-button,.alm-button) {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-self: flex-start !important;
    margin: 0 !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
  }

  html body:has(#alm-home-hero) #alm-home-final-cta :is(.elementor-button-wrapper,.elementor-widget-container),
  html body.elementor-page-2004 #alm-home-final-cta :is(.elementor-button-wrapper,.elementor-widget-container) {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body:has(#alm-home-hero) #alm-home-final-cta a.elementor-button,
  html body.elementor-page-2004 #alm-home-final-cta a.elementor-button {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
  }
}
/* =========================================================
   ALMARA Mobile Surgical Lock v6.0
   Scope: phone only
   Purpose:
   1) STANDORTE: fix the real Elementor hero CTA container.
      The live markup does not expose .almara-actions here; the actual
      button widgets are .almara-e1-btn inside an anonymous Elementor e-con.
   2) HOME: make final CTA button text wrap into two lines instead of
      overflowing the dark CTA card.
   Notes:
   - CSS-only.
   - No header, burger, language menu or footer selectors.
   ========================================================= */

@media screen and (max-width: 767px) {
  /* ---------- STANDORTE / LOCATIONS: real hero CTA button container ---------- */
  html body #almara-locations-v150-hero .e-con:has(> .e-con-inner > .almara-e1-btn),
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .e-con:has(> .e-con-inner > .almara-e1-btn) {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 28px 0 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: flex-start !important;
    --justify-content: flex-start !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --min-height: 0px !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
  }

  html body #almara-locations-v150-hero .e-con:has(> .e-con-inner > .almara-e1-btn) > .e-con-inner,
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .e-con:has(> .e-con-inner > .almara-e1-btn) > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    grid-template-columns: none !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: flex-start !important;
    --justify-content: flex-start !important;
    --gap: 12px !important;
    --row-gap: 12px !important;
    --column-gap: 0px !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --min-height: 0px !important;
  }

  html body #almara-locations-v150-hero .e-con:has(> .e-con-inner > .almara-e1-btn) > .e-con-inner > .almara-e1-btn,
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .e-con:has(> .e-con-inner > .almara-e1-btn) > .e-con-inner > .almara-e1-btn {
    box-sizing: border-box !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    align-self: flex-start !important;
    justify-self: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    --width: auto !important;
    --align-self: flex-start !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
  }

  html body #almara-locations-v150-hero .almara-e1-btn :is(.elementor-widget-container,.elementor-button-wrapper),
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-e1-btn :is(.elementor-widget-container,.elementor-button-wrapper) {
    box-sizing: border-box !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html body #almara-locations-v150-hero .almara-e1-btn a.elementor-button,
  html body #almara-locations-v150-hero .almara-e1-btn .elementor-button,
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-e1-btn a.elementor-button,
  html body:has(#almara-locations-v150-hero) #almara-locations-v150-hero .almara-e1-btn .elementor-button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 190px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  /* ---------- HOME: final CTA button label wraps cleanly into two lines ---------- */
  html body:has(#alm-home-hero) #alm-home-final-cta a.elementor-button,
  html body.elementor-page-2004 #alm-home-final-cta a.elementor-button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: 178px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 10px 16px !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }

  html body:has(#alm-home-hero) #alm-home-final-cta a.elementor-button .elementor-button-content-wrapper,
  html body.elementor-page-2004 #alm-home-final-cta a.elementor-button .elementor-button-content-wrapper,
  html body:has(#alm-home-hero) #alm-home-final-cta a.elementor-button .elementor-button-text,
  html body.elementor-page-2004 #alm-home-final-cta a.elementor-button .elementor-button-text {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}


/* =========================================================
   ALMARA Mobile Surgical Lock v7.0
   Scope: phone only
   Purpose:
   - STANDORTE / LOCATIONS hero pills: exact Elementor-ID lock.
   - This intentionally avoids :has() and inferred wrapper classes.
   - Based on live DevTools markup:
     #almara-locations-v150-hero
       .elementor-element-640fc494  = CTA container
       .elementor-element-168a4b3d  = primary pill
       .elementor-element-5fa195d3  = secondary pill
   - No header, burger, language menu or footer selectors.
   ========================================================= */

@media screen and (max-width: 767px) {
  /* Exact live CTA container: force simple vertical mobile stack */
  html body #almara-locations-v150-hero .elementor-element-640fc494,
  html body #almara-locations-v150-hero .elementor-element-640fc494.e-con,
  html body #almara-locations-v150-hero .elementor-element-640fc494 > .e-con-inner {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    gap: 12px !important;
    row-gap: 12px !important;
    column-gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
    place-items: start !important;
    grid-template-columns: none !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    --display: flex !important;
    --flex-direction: column !important;
    --flex-wrap: nowrap !important;
    --align-items: flex-start !important;
    --justify-content: flex-start !important;
    --align-content: flex-start !important;
    --gap: 12px !important;
    --row-gap: 12px !important;
    --column-gap: 0px !important;
    --width: 100% !important;
    --content-width: 100% !important;
    --min-height: 0px !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
  }

  html body #almara-locations-v150-hero .elementor-element-640fc494 {
    margin-top: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html body #almara-locations-v150-hero .elementor-element-640fc494 > .e-con-inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Exact live widgets: remove Elementor self-alignment/centering on secondary pill */
  html body #almara-locations-v150-hero .elementor-element-168a4b3d,
  html body #almara-locations-v150-hero .elementor-element-5fa195d3,
  html body #almara-locations-v150-hero .almara-e1-btn,
  html body #almara-locations-v150-hero .almara-e1-btn--primary,
  html body #almara-locations-v150-hero .almara-e1-btn--secondary {
    box-sizing: border-box !important;
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
    align-self: flex-start !important;
    justify-self: flex-start !important;
    place-self: start !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    transform: none !important;
    translate: none !important;
    left: auto !important;
    right: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    --width: auto !important;
    --align-self: flex-start !important;
    --container-widget-width: auto !important;
    --container-widget-flex-grow: 0 !important;
    --e-transform-translateX: 0px !important;
    --e-transform-translateY: 0px !important;
  }

  html body #almara-locations-v150-hero .elementor-element-168a4b3d a.elementor-button,
  html body #almara-locations-v150-hero .elementor-element-5fa195d3 a.elementor-button,
  html body #almara-locations-v150-hero .almara-e1-btn a.elementor-button,
  html body #almara-locations-v150-hero .almara-e1-btn .elementor-button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 190px !important;
    min-height: 46px !important;
    height: auto !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 13px 22px !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    text-align: center !important;
    line-height: 1.12 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    transform: none !important;
    translate: none !important;
    left: auto !important;
    right: auto !important;
  }

  html body #almara-locations-v150-hero .elementor-element-168a4b3d .elementor-button-content-wrapper,
  html body #almara-locations-v150-hero .elementor-element-5fa195d3 .elementor-button-content-wrapper,
  html body #almara-locations-v150-hero .almara-e1-btn .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
}
