.elementor-320 .elementor-element.elementor-element-f4af652{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Helvetica;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-ec514b5 */:root{
    --cl-navy:#071f3f;
    --cl-navy-2:#0d315f;
    --cl-blue:#1f5f9f;
    --cl-gold:#c99a38;
    --cl-gold-soft:#f3dfad;
    --cl-white:#ffffff;
    --cl-cream:#fbf7ed;
    --cl-soft:#f5f7fa;
    --cl-soft-2:#eef3f8;
    --cl-text:#243142;
    --cl-muted:#667589;
    --cl-border:rgba(255,255,255,.16);
    --cl-shadow:0 24px 70px rgba(7,31,63,.18);
    --cl-radius:24px;
  }

 

  .cl-footer:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.38;
    pointer-events:none;
  }

 

  
  .cl-footer{
    position:relative;
    overflow:hidden;
    padding:72px 20px 0;
    background:
      radial-gradient(circle at 12% 20%, rgba(201,154,56,.12), transparent 28%),
      linear-gradient(180deg, #071f3f 0%, #04162d 100%);
  }

  .cl-footer-main{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:34px;
    align-items:start;
    padding-bottom:42px;
  }

  .cl-footer-brand,
  .cl-footer-review{
    border:1px solid rgba(255,255,255,.12);
    border-radius:30px;
    background:rgba(255,255,255,.055);
    box-shadow:0 22px 58px rgba(0,0,0,.18);
    backdrop-filter:blur(10px);
  }

  .cl-footer-brand{
    padding:32px;
  }

  .cl-footer-logo-text{
    margin:0 0 14px;
    color:var(--cl-white);
    font-size:28px;
    line-height:1.1;
    letter-spacing:-.03em;
    font-weight:900;
  }

  .cl-footer-subname{
    display:inline-flex;
    margin:0 0 22px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(201,154,56,.16);
    color:#f7d77e;
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
  }

  .cl-footer-nap{
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
  }

  .cl-footer-nap li{
    display:flex;
    gap:11px;
    align-items:flex-start;
    color:rgba(255,255,255,.82);
    font-size:15.5px;
    line-height:1.55;
    font-weight:700;
  }

  .cl-footer-nap li:before{
    content:"";
    flex:0 0 auto;
    width:9px;
    height:9px;
    margin-top:7px;
    border-radius:50%;
    background:var(--cl-gold);
    box-shadow:0 0 0 5px rgba(201,154,56,.13);
  }

  .cl-footer-nap a{
    color:var(--cl-white);
    text-decoration:none;
    font-weight:900;
  }

  .cl-footer-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
  }

  .cl-footer-trust-row span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border:1px solid rgba(201,154,56,.25);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.86);
    font-size:12.5px;
    line-height:1;
    font-weight:900;
  }

  .cl-footer-trust-row span:before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--cl-gold);
  }

  .cl-footer-review{
    padding:30px;
    background:
      radial-gradient(circle at 90% 12%, rgba(201,154,56,.18), transparent 34%),
      rgba(255,255,255,.065);
  }

  .cl-google-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    padding:9px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    color:#f7d77e;
    font-size:13px;
    line-height:1;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
  }

  .cl-google-badge:before{
    content:"G";
    width:24px;
    height:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    color:var(--cl-navy);
    font-size:14px;
    font-weight:900;
  }

  .cl-footer-review h3{
    margin:0 0 10px;
    color:var(--cl-white);
    font-size:30px;
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:900;
  }

  .cl-footer-review p{
    margin:0;
    color:rgba(255,255,255,.8);
    font-size:15.5px;
    line-height:1.62;
    font-weight:700;
  }

  .cl-review-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:100%;
    min-height:52px;
    margin-top:22px;
    padding:15px 22px;
    border-radius:999px;
    background:linear-gradient(135deg, #f8d77a 0%, var(--cl-gold) 100%);
    color:var(--cl-navy) !important;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
    box-shadow:0 16px 34px rgba(201,154,56,.28) !important;
    transition:transform .18s ease, box-shadow .18s ease;
  }

  .cl-review-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 44px rgba(201,154,56,.34) !important;
  }

  .cl-review-note{
    margin-top:14px !important;
    color:rgba(255,255,255,.62) !important;
    font-size:12.5px !important;
    line-height:1.5 !important;
    font-weight:700 !important;
  }

  .cl-footer-links{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:22px;
    padding:38px 0 44px;
    border-top:1px solid rgba(255,255,255,.1);
  }

  .cl-footer-col{
    min-width:0;
  }

  .cl-footer-col h3{
    margin:0 0 18px;
    color:#f7d77e;
    font-size:15px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .cl-footer-col ul{
    display:grid;
    gap:11px;
    margin:0;
    padding:0;
    list-style:none;
  }

  .cl-footer-col a,
  .cl-footer-col span{
    color:rgba(255,255,255,.76);
    text-decoration:none;
    font-size:14.5px;
    line-height:1.45;
    font-weight:700;
    transition:color .18s ease, transform .18s ease;
  }

  .cl-footer-col a:hover{
    color:var(--cl-white);
  }

  .cl-footer-contact-btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:max-content;
    min-height:42px;
    margin-top:4px;
    padding:12px 16px;
    border-radius:999px;
    background:rgba(201,154,56,.16);
    border:1px solid rgba(201,154,56,.28);
    color:#f7d77e !important;
    font-size:13.5px !important;
    font-weight:900 !important;
  }

  .cl-footer-bottom{
    position:relative;
    z-index:2;
    padding:22px 0;
    border-top:1px solid rgba(255,255,255,.1);
  }

  .cl-footer-bottom-inner{
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:center;
  }

  .cl-footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.62);
    font-size:13.5px;
    line-height:1.5;
    font-weight:700;
  }

  .cl-footer-bottom strong{
    color:rgba(255,255,255,.82);
  }

  @media (max-width: 1060px){
    
    .cl-footer-main{
      grid-template-columns:1fr;
    }

    

    .cl-footer-links{
      grid-template-columns:repeat(2, 1fr);
    }
  }

  @media (max-width: 720px){
    

    .cl-footer{
      padding:58px 18px 0;
    }

  

    .cl-footer-brand,
    .cl-footer-review{
      padding:26px;
      border-radius:26px;
    }

    .cl-footer-links{
      grid-template-columns:1fr;
      gap:28px;
    }

    .cl-footer-bottom-inner{
      flex-direction:column;
      align-items:flex-start;
    }
  }

  @media (max-width: 520px){
   

    .cl-footer{
      padding:46px 16px 0;
    }

   
    .cl-footer-logo-text{
      font-size:25px;
    }

    .cl-footer-review h3{
      font-size:26px;
    }

    .cl-footer-nap li{
      font-size:14.5px;
    }
  }/* End custom CSS */