  
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');  

  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; font-family: "Roboto", sans-serif;   }
  body {
    font-family: "Roboto", sans-serif;
    color: #0f2031;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.5;
  }

  a { color: inherit; text-decoration: none; cursor:pointer;}
  img { display: block; max-width: 100%; }

  .wrap { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 3vw, 48px); }

  /* topbar*/
  .topbar {
    border-bottom: 1px solid #d7dde3;
    background: #ffffff;
    position: sticky; top: 0; z-index: 20;
  }
  .topbar-inner {
    display: flex; align-items: center; justify-content: space-between;
    height: 84px;
  }
  @media (max-width: 640px) {
    .topbar-inner{
        flex-direction: column;
        padding: 12px 0;
        height: fit-content;
        gap: 16px;
    }
  }
  .brand {
    display: flex; align-items: center; gap: 14px;
  }
  .brand img {
    height: 40px; width: auto;
    display: block;
  }
  .brand-sub {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7f8fa0;
    padding-left: 14px;
    border-left: 1px solid #d7dde3;
    line-height: 1.2;
  }
  
  .phone-btn {
    display: inline-flex;
     align-items: center;
      gap: 8px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-size: 13px;
    color: #0f2031;
    padding: 9px 14px;
    border: 1.5px solid #0f2031;
    font-weight: 700;
  }
  

  .phone-btn:hover { background: #e51e25;color: #fff;border-color: #e51e25; }
  .phone-btn:hover .dot{background: #fff;}
  .phone-btn .dot { width: 6px; height: 6px; background: #e51e25; border-radius: 50%; }


  .lp-top-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e51e25;
    color: #fff;
   font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 11.5px 14px;
    border: 1.5px solid #e51e25;
    cursor: pointer;
    transition: all .2s ease;
    font-weight: 700;
}

.arrow {
    width: 18px;
    height: 10px;
    position: relative;
    flex: 0 0 18px;
}

.arrow::before {
    content: "";
    position: absolute;
    inset: 4px 0;
    background: currentColor;
}

.arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-left: 8px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.top-right{
    display: flex;
    align-items: center;
    gap:14px;
}

.lp-top-cta:hover {
    background: #fff;
    color: #e51e25;
    border-color: #e51e25;
}


.marketing-opt-in label{
    font-size:15px;
}




.rail-link p a{

font-size:15px;
display:contents;
}

.rail-link p a:hover{
     color: #e51e25;
}

html {
  scroll-behavior: smooth;
}



body.oaw-template textarea#comments {
    min-height: 73px!important;
}

/* footer */
 footer {
    background: #f5f7f9;
    padding: 48px 0 32px;
    font-size: 13px;
    color: #0f2031;
  }
  .foot {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d7dde3;
  }
  .foot h5 {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-weight:900;
    color: #7f8fa0;
    line-height:14px;
  }
  .foot a { display: block; padding: 3px 0; color: #0f2031; }
  .foot a:hover { color: #e51e25; }
  .foot .addr { color: #0f2031; line-height: 1.6;font-size:13px; }
  .foot-bottom {
    padding-top: 20px;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
    font-size: 12px;
    color: #7f8fa0;
    letter-spacing: 0.06em;
  }
  .foot-tag {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #0f2031;
    font-weight: 900;
    font-size: 12px;
  }
  .foot-tag .red { color: #e51e25; }

  .brand-signature {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0f2031;
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 4px;
  }
  .brand-signature::before {
    content: ""; width: 18px; height: 2px; background: #e51e25;
  }

  @media (max-width: 820px){
    .foot { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 520px){
    .foot { grid-template-columns: 1fr 1fr; }
    .foot > div:nth-child(1),
    .foot > div:nth-child(2) {
      grid-column: span 2;
    }
  }
.door-cta .arrow::after{right:-2px;} 



/* convo bar  */
.conv-bar {
    position: sticky;
    bottom: 0;
    z-index: 8;
    background: #0f2031;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 28px;
    gap: 16px;
    border-top: 1px solid #e51e25;
  font-family: "Roboto", sans-serif;
}

.conv-meta {
    font-size: 12px;
    color: #cfd5dc;
    letter-spacing: 0.04em;
}

.conv-call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
   font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.conv-call .dot {
    width: 7px;
    height: 7px;
    background: #e51e25;
    border-radius: 50%;
}

@media(max-width: 640px){
    .conv-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}



/*video*/
.hero-video{
    margin-top:40px;
}

.video-trigger{
    position:relative;
    display:inline-block;
    border-radius:8px;
    overflow:hidden;
    cursor:pointer;
}

.video-trigger img{
    display:block;
    width:340px;
    max-width:100%;
    height:200px;
    border-radius:8px;
}

.play-btn{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:#e51e25;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.3s;
}

.video-trigger:hover .play-btn{
    transform:translate(-50%,-50%) scale(1.1);
}

.video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.video-modal.active{
    display:flex;
}

.video-modal-inner{
    width:min(900px,90vw);
    position:relative;
}

.video-modal video{
    width:100%;
    display:block;
    border-radius:8px;
}

.video-close{
    position:absolute;
    right:-10px;
    top:-45px;
    background:none;
    border:none;
    color:#fff;
    font-size:42px;
    cursor:pointer;
}


/*  Hero Banner */

.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    min-height: 850px;
    display: flex;
    align-items: center;
}

.v2-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.v2-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v2-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        rgba(15, 32, 49, 0.88) 0%,
        rgba(176, 32, 36, 0.78) 60%,
        rgba(229, 30, 37, 0.78) 100%
    );
}

.hero .wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.hero .kicker{
    color:#fff;
}

.hero .kicker::before{
    background:#fff;
}


.left-content {
    max-width: 60%;
}

.right-content {
    max-width: 40%;
}

.right-content {
    display: flex;
    justify-content: flex-end;
   
}


.rail-sub p{
    font-size: 12px;
    color: #7f8fa0;
    margin: 0 0 16px;
    line-height: 1.5;
}

.v2-kicker {
    color: #fff;
}
.kicker {
  
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.v2-kicker::before {
    background: #fff;
}

.kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    background: #fff;
}

h1.v2-h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 82px;
    font-weight: 900;
    margin: 22px 0 24px;
}

body.oaw-template .hero .left-content h1.v2-h1{
    color:#fff;
    
}

.v2-value {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.95);
     max-width: 460px;
}

.v2-lede {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 28px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    border-left: 2px solid #e51e25;
    padding-left: 14px;
}

.v2-primary {
    background: #fff;
    color: #e51e25;
    border-color: #fff;
    font-size: 13px;
    padding: 16px 22px;
    font-weight: 700;
    text-transform: uppercase;
}


.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.01em;
    font-size: 13px;
    padding: 16px 22px;
    border: 1.5px solid currentColor;
    cursor: pointer;
    transition: all .2s ease;
        color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    background: transparent;
     font-weight: 700;
    text-transform: uppercase;
}

.v2-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.v2-proofline {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin: 14px 0 0;
    font-weight:900;
}

.v2-primary:hover {
    background: #e51e25;
    color: #fff;
    border-color: #e51e25;
}

.cta-secondary:hover {
    background: #e51e25;
    color: #fff;
    border-color: #e51e25;
}

@media(max-width: 1024px){
    .left-content {
        max-width: 100%;
    }
    .right-content {
        max-width: 100%;
        justify-content: flex-start;
    }
    h1.v2-h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .hero .wrap {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.hero{
    height: fit-content;
    padding: 40px 0;
}
}


/* cta */
.close-cta {
   background: #e51e25;
    color: #fff;
    padding: 52px 0 56px;
    position: relative;
    overflow: hidden;
}

.wrap.close-cta-inner {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.close-cta h3 {
    font-size: 44px;
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
}


.wrap.close-cta-inner .close-cta-content{
    max-width: 50%;
}


.close-cta-actions {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}


.close-cta .cta-primary {
    background: #fff;
    color:#e51e25;
    border-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 13px;
    padding: 18.5px 22px;
    border: 1.5px solid #e51e25;
    cursor: pointer;
    font-weight: 700;
    transition: all .2s ease;
}

.close-cta .cta-primary:hover{
    background:#e51e25;
    border:1px solid #fff;
    color:#fff;
}

.close-cta .cta-secondary:hover{
    background:#fff;
    border:1px solid #e51e25;
    color:#e51e25;
}


body.oaw-template .close-cta-content h3{
   color:#fff; 
}

body.oaw-template .close-cta-content p{
    color:#fff; 
    padding:20px 0px;
}



@media(max-width: 1024px){
   .wrap.close-cta-inner .close-cta-content {
    max-width: 100%;
}

   .close-cta h3 {
    font-size: 32px;
    line-height: 40px;
}

}



/* faq */
.faq {
    padding: 52px 0 56px;
    background: #f5f7f9;
    border-bottom: 1px solid #d7dde3;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 24px;

}

section#sizes .section-head{
    align-items:center;
}


section#sizes p a{
    display:contents;
    
}
section#sizes p a:hover{
    color:#e51e25;
    cursor:pointer;    
}

section#sizes p{
    margin-bottom:12px;
}


.kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e51e25;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.section-head h3 {
   
    font-size: 44px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 12px 0px 18px;
    color: #000;
    max-width: 14ch;
     font-weight: 900;
}

.kicker::before {
    content: "";
    width: 36px;
    height: 2px;
    background: #e51e25;;
}

.faq-list {
    margin-top: 18px;
    border-top: 1px solid #d7dde3;
}

.faq-item {
    border-bottom: 1px solid #d7dde3;
    padding-top: 22px;
    padding-bottom: 9px;
}

.faq-q {
    font-size: 17px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0f2031;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    gap: 24px;
    font-weight: 900;
}

.faq-q .plus {
    color: #e51e25;
    font-size: 22px;
    line-height: 1;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 14px;
    color: #0f2031;
    line-height: 1.6;
    max-width: 500px;
    margin-top: 12px;
}
.faq-item.open .faq-q .plus {
    transform: rotate(45deg);
}

.faq-q .plus {
    color: #e51e25;
    font-size: 22px;
    line-height: 1;
}

.faq-content{
    max-width: 300px;
}

.faq-content p a{
    display:contents;
}

.faq-content p a:hover{
    text-decoration:underline;
}


@media(max-width: 640px){
    .faq-content{
        max-width: 100%;
    }

    .section-head {  
    gap: 0px;
  
}

}


/* process */
.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.process {
    padding: 56px 0 60px;
    border-bottom: 1px solid #d7dde3;
}


.section-head p {
    max-width: 38ch;
    margin: 0;
    color: var(--navy);
    font-size: 16px;
    line-height: 1.55;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #d7dde3;
    border: 1px solid #d7dde3;
    margin-top: 20px;

}

.process-step {
    background: #fff;
    padding: 24px 20px 28px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.process-step .n {
    font-size: 12px;
    color: #e51e25;
    font-weight:900;
}

.process-step h4 {
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0f2031;
    margin: 0;
    font-weight: 900;
}

.process-step p {
    font-size: 13px;
    color: #0f2031;
    margin: 0;
    line-height: 1.5;
}

@media(max-width: 1024px){
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .section-head h3{
    font-size: 32px;
    line-height: 40px;
}


}


@media(max-width: 640px){
    .process-grid {
        grid-template-columns: 1fr;
    }
}



/* case study */
.case {
    padding: 56px 0 60px;
    background: #0f2031;
    color: #fff;
    border-bottom: 1px solid #0f2031;
}

.case-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: stretch;
    margin-top: 18px;
}


.case-photo {
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 12px, rgba(255, 255, 255, 0.10) 12px 24px);
    min-height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-photo::after {
    content: attr(data-label);
    font-family: ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #cfd5dc;
    background: rgba(15, 32, 49, 0.7);
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.case-photo{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-photo video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.case h3 {
      font-size: 44px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 12px 0 18px;
    max-width: 70%;
    font-weight: 900;
}

body.oaw-template .case h3{
      color:#fff;
}

.case h3 .red {
    color: #e51e25;
}

.case p {
    max-width: 48ch;
    color: #cfd5dc;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.case-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 8px;
    max-width: 500px;
}

.case-stat {
    padding: 18px 14px;
    background: #0f2031;
}



.case-stat .num {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 900;

}

.case-stat .lbl {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9fa9b4;
    margin-top: 8px;
}

@media(max-width: 1024px){
    .case-grid {
        grid-template-columns: 1fr;
    }
    .case h3 {
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
    }

    .case p {
        max-width: 100%;
    }

    .case-stats {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
}


/* cta */
.scroll-prompt {
    position: fixed;
    right: 24px;
    bottom: 80px;
    z-index: 7;
    background: #fff;
    color: var(--navy);
    border: 1px solid #d7dde3;
    padding: 16px 18px 16px 18px;
    max-width: 320px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
    animation: scrollPromptIn .35s ease;
}

.scroll-prompt-x {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: var(--grey);
}

.scroll-prompt-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scroll-prompt-cta {
    align-self: flex-start;
    font-size: 12px;
    padding: 10px 14px;
    margin-top: 4px;
}

.scroll-prompt-body span{
    font-size: 12px;
}

@media(max-width: 640px){
    .scroll-prompt {
       display: none;
    }
}

/* multi-product */
.crib {
    padding: 52px 0;
    /*border-bottom: 1px solid #d7dde3;*/
        border-top: 2px solid #e51e25;
}

/*.crib-inner {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 2fr;*/
/*    gap: 48px;*/
/*    align-items: start;*/
/*}*/


p.text-light {
    opacity: 0.5;
    margin-top:10px;
}

.crib-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px ;
    justify-content: space-between;
    align-items: center;
}

.crib h3 {
        font-size: 44px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 12px 0 18px;
    font-weight: 900;
    color:#000;
}

.popup-trigger{
        font-family: 'Roboto';
}

.crib-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #d7dde3;
    border: 1px solid #d7dde3;
}

.crib-card {
    background: #fff;
    padding: 22px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 160px;
}

.crib-card h4 {
  
    font-size: 16px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    color: #0f2031;
    margin: 0;
}

.crib-card p{
    font-size: 13px;
    color: #0f2031;
    margin: 0;
    line-height: 1.5;
}

.crib-card .add {
    margin-top: auto;
   
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e51e25;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor:pointer;
    font-weight: 900;
    line-height:13px;
}


.crib-card .add::before {
    content: "+";
    font-size: 16px;
}

@media(max-width: 1024px){
    .crib-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .crib-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .crib h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width: 640px){
   .crib-list {
       grid-template-columns: repeat(1, 1fr);
       margin-top:20px;
    }
}


/* proof */
.v2-proofbar {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid var(--rule);
}

.v2-proofbar-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background:#d7dde3;
}

.v2-proofbar-item {
    background: #fff;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.v2-proofbar-item .num {
    font-size: 32px;
    line-height: 1;
    color: #e51e25;
    letter-spacing: -0.02em;
    font-weight: 900;
}

.v2-proofbar-item .lbl {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0f2031;
    font-weight: 600;
}


@media(max-width: 1024px){
   .v2-proofbar-item .num {
    font-size: 24px;
  
}
}


@media(max-width: 640px){
   .v2-proofbar-inner {
    grid-template-columns: repeat(2, 1fr);
}
}


/* modal */
.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(15, 32, 49, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    overflow-y: auto;
    display: none;
}

.modal {
    background: #fff;
    width: 100%;
    max-width: 980px;
    position: relative;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 1px solid #d7dde3;
    background: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #0f2031;
    z-index: 2;
}



body.oaw-template .quote-description p a{
    display:contents!important;
}

body.oaw-template .quote-description p a:hover{
 color: #e51e25;   
}
 
body.oaw-template .quote-description p{
    padding:10px 0px;
}

.modal .aq {
    padding: 56px 20px 48px;
    background: #fff;
}

.aq-inner {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 56px;
    align-items: start;
}

.aq-form {
    background: #fff;
    border: 1px solid #d7dde3;
    padding: 28px;
  
}

.aq-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
   
}

.aq-lines {
    border: 1px dashed #d7dde3;
    padding: 16px;
    margin: 16px 0;
    background: #fafbfc;
}

.aq-lines h5 {

    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f2031;
    margin: 0 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height:14px;
}

.aq-field input, .aq-field textarea {
  
    font-size: 14px!important;
    padding: 6px 12px!important;
    border: 1px solid #d7dde3!important;
    background: #fff!important;
    color: #0f2031!important;
}
.aq-field select{
    font-size: 14px!important;
    padding: 9px 12px!important;
    border: 1px solid #d7dde3!important;
    background: #fff!important;
    color: #0f2031!important;
}



.aq-submit {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
}

.aq-field select, .aq-field textarea {
    font-size: 14px;
    padding: 12px 12px;
    border: 1px solid #d7dde3;
    background: #fff;
    color: #0f2031;
}

.aq-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.aq-field textarea {
    resize: vertical;
    min-height: 80px!important;
}

.aq-field input, .aq-field select, .aq-field textarea {
    font-size: 14px;
    padding: 12px 12px;
    border: 1px solid #d7dde3;
    background: #fff;
    color: #0f2031;
}

.aq-row.full {
    grid-template-columns: 1fr;
}

.aq h3 {
  
    font-size: 40px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 12px 0 16px;
    font-weight: 900;
    color: #0f2031;
}



.aq-line {
    display: grid;
    grid-template-columns: 2fr 1fr 60px;
    gap: 12px;
    margin-bottom: 12px;
    align-items: center;
}


.aq-line select,
.aq-line input[type="number"] {
    height: 38px;
    border: 1px solid #d7dde3;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 15px;
    color: #0f2031;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.aq-line input[type="number"] {
    text-align: center;
}




.aq-line .x {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dde3;
    font-size: 16px;
    color: #0f2031;
    cursor: pointer;
    padding:4px;
}

.aq-lines h5 .add {
    font-size: 11px;
    line-height:14px;
    color: #e51e25;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.aq-lines h5 .add::before {
    content: "+";
    font-size: 16px;
}


.aq-field label{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
}

@media(max-width:768px){
    .aq-inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .modal .aq{
        padding:24px 0px;
    }

    .aq-row{
        grid-template-columns: 1fr;
    }
}


/*@media (max-width: 767px) {*/
/*    .aq-line {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .aq-line .x {*/
/*        justify-self: end;*/
/*        width: 24px;*/
/*    }*/

/*    .aq h3{*/
/*        font-size: 32px;*/
/*        line-height: 40px;*/
/*    }*/

/*    .aq-lines select, .aq-lines input {*/
/*        width: 100%;*/
/*    }*/

/*    .aq-form {*/
/*    overflow-x: hidden; */
/*        padding: 24px 6px;*/
/*}*/
/*}*/


@media (max-width: 767px) {
    .aq-line {
        display: grid;
        grid-template-columns: 80% 20%;
        gap: 4px;
        align-items: center;
    }

    /* Select: full first row */
    .aq-line select {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        min-width: 0;
        padding: 0 4px;
        font-size: 14px;
        box-sizing: border-box;
    }

    /* Qty: 80% section */
    .aq-line input[type="number"] {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
        width: 100%;
        box-sizing: border-box;
    }

    /* Cross: 20% section */
    .aq-line .x {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        text-align: left;
        font-size: 20px;
        padding: 0;
        line-height: 24px;
        width:100%;
        padding:6px;
    }

    .aq-form {
        padding: 14px;
    }
}


/* products */

.sizes {
    padding: 56px 0 60px;
    border-bottom: 1px solid #d7dde3;
    background: #f5f7f9;
}


.size-card {
    background: #fff;
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 240px;
    transition: background .2s ease;
    cursor: pointer;
    position: relative;
}

.size-thumb {
    height: 250px;
    /*background: repeating-linear-gradient(45deg, #e6e9ed 0 10px, #eef1f4 10px 20px);*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.size-num {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #7f8fa0;
}

.size-name {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0f2031;
    transition: color .2s ease;
    font-weight: 900;
}

.size-spec {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    color:#0f2031;
    gap: 2px;
}

.size-spec span{
      color:#0f2031;
}



.size-card .add {
    margin-top: auto;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e51e25;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
    line-height:13px;
}

.size-card .add::before {
    content: "+";
    font-size: 16px;
}

.size-card.custom-card {
    background: #0f2031;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.size-card.custom-card .size-name {
    color: #fff;

}

.custom-card .size-spec span:first-child {
    color: #fff;
}

.custom-card .size-spec span {
    color: #c8cfd6;
}


.size-spec{
    font-size: 12px;
    color: #0f2031;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.custom-card .add {
    color: #fff;
}

.size-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background:#d7dde3;
    border: 1px solid #d7dde3;
}


@media(max-width:1024px){
    .size-grid{
      grid-template-columns: repeat(2, 1fr);   
    }
}


.size-card {
    background: #fff;
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 240px;
    transition: background .2s ease;
    cursor: pointer;
    position: relative;
}

.size-spec span:first-child {
    color: #0f2031;
    font-weight: 600;
}

@media(max-width:767px){
.size-grid {
    grid-template-columns: repeat(1, 1fr);  
}
}


/* Hero Banner form */
.v2-rail{
    position: relative;
}

.rail-card {
    background: #fff;
    color: #0f2031;
    border: 1px solid #fff;
    padding: 26px 24px 22px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
    position: relative;
}

.rail-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e51e25;
}

.rail-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rail-tag {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e51e25;
    font-weight: 900;
}


.rail-time {
    font-size: 11px;
    color: #7f8fa0;
    letter-spacing: 0.04em;
}

.rail-title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0f2031;
    margin: 0 0 8px;
    font-weight: 900;
}

.rail-sub {
    font-size: 12px;
    color: #7f8fa0;
    margin: 0 0 16px;
    line-height: 1.5;
}

.rail-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.rail-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rail-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rail-field label {
   
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f2031;
}

label .req {
    color: #e51e25;
    margin-left: 2px;
}

body.oaw-template  .rail-field input, .rail-field select, .rail-field textarea {
    font-size: 14px;
    padding: 6px 12px!important;
    border: 1px solid #d7dde3;
    background: #fff;
    color: #0f2031;
}

.rail-phone {
    display: flex;
    align-items: stretch;
    border: 1px solid #d7dde3;
    background: #fff;
}

.rail-phone-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-right: 1px solid #d7dde3;
    font-size: 14px;
    background: #f5f7f9;
}

.rail-phone input {
    border: none;
    flex: 1;
    padding: 10px 12px;
}

.rail-file {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1px solid #d7dde3;
    background: #fff;
    padding: 6px 10px;
}

.rail-field label {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f2031;
    font-weight: 900;
}

.rail-file-btn {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #0f2031;
    color: #fff;
    padding: 7px 11px;
}

.rail-file input {
    display: none;
}

.rail-foot {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #7f8fa0;
    margin-top: 4px;
}


.rail-link {
    background: transparent;
    border: none;
    font-size: 11px;
    letter-spacing: 0.06em;
    color: #0f2031;
    cursor: pointer;
    padding: 8px 0;
    text-align: left;
    border-top: 1px solid #d7dde3;
    margin-top: 6px;
    font-weight: 900;
}

button.rail-submit.lp-top-cta {
    justify-content: center;
}


@media(max-width:767px){
    .rail-row {
        grid-template-columns: 1fr;
    }
    
   
.rail-head{
 flex-direction:column;
 justify-content:flex-start;
 align-items: flex-start;
}

.rail-time{
    margin-top:5px;
}

.rail-card{
    padding:20px;
}
 

}


/* logo slider */
.logoSlider{
    background:#E41E25;
    overflow:hidden;
    width:100%;
    padding:15px 0;
}

.logoSlider__wrapper{
    overflow:hidden;
    width:100%;
}

.logoSlider__track{
    display:flex;
    align-items:center;
    gap:70px;
    width:max-content;
    will-change:transform;
}

.logoSlider__track img{
    max-width:120px;
    max-height:48px;
    object-fit:contain;
    flex-shrink:0;
    pointer-events:none;
    user-select:none;
}

@media(max-width:768px){

    .logoSlider__track{
        gap:40px;
    }

    .logoSlider__track img{
        max-width:100px;
        max-height:40px;
    }

}



.aq-addons {
    margin-bottom: 20px;
}

/* popup*/
.addon-item {
     display:flex;
     gap:10px;
}

.aq-addons h5{
 margin-bottom:10px;
  margin-top:10px;
  font-size:13px;
  line-height:15px;
}

.addon-item input[type="number"] {
 width:80px;    
}

.addon-list{
 display:flex;
 flex-direction:column;
 gap:10px;
}

span.addon-name {
    font-size: 14px;
}


/*new*/
.quote-addons {
    border: 1px solid #d7dde3;
    padding: 16px;
    margin: 20px 0;
    background: #fff;
}

.quote-addons-title {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f2031;
    margin-bottom: 16px;
    letter-spacing: .04em;
}

.quote-addons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 40px;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #0f2031;
    cursor: pointer;
}

.checkbox-wrap input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #e51e25;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .quote-addons-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}


@media(max-width:640px){
    .close-cta-actions{
        flex-direction:column;
    }
}


.rail-link:hover{
    color:#e51e25;
}

.size-name:hover{
    color:#e51e25;
}


.thank-you-message{
    color:green;
    font-size:14px;
}

.quote-thank-you-message{
    color:green;
    font-size:14px;
    padding-top:12px;
}

.aq-field select{
    cursor:pointer;
}


/*loader*/
.form-loading {
    pointer-events: none;
    opacity: 0.8;
}

 .form-loader {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .6s linear infinite;
}

.form-loading .form-loader {
    display: inline-block;
}

.form-loading .btn-text,
.form-loading .arrow {
    opacity: .5;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.rail-file-error {
    display: block;
    color: #E41E25;
    font-size: 12px;
    margin-top: 5px;
}

.rail-file-error:empty {
    display: none;
}


.quote-description p a:hover{
    text-decoration:underline!important;
}



/* Manufacturing */
.manufacturing{
    padding:56px 0 60px;
    border-bottom:1px solid #d7dde3;
}

.manufacturing .section-head{
    margin-bottom:24px;
}

.manufacturing-slider{
    position:relative!important;
}

.manufacturing-slider .slick-list{
    overflow:hidden!important;
}


.manufacturing-slider .slide {
    padding: 0 10px;
}

.manufacturing-slider img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    object-position: center;
    border-radius: 8px;
}

.manufacturing-slider .slick-prev,
.manufacturing-slider .slick-next{
    position:absolute!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:56px!important;
    height:56px!important;
    background:#fff!important;
    border:1px solid #d7dde3!important;
    border-radius:50%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 10px 25px rgba(0,0,0,.12)!important;
    z-index:1!important;
    cursor:pointer!important;
    font-size:0!important;
    line-height:0!important;
    padding:0!important;
    margin:0!important;
}

/* LEFT */
.manufacturing-slider .slick-prev{
    left:20px!important;
    right:auto!important;
}

/* RIGHT */
.manufacturing-slider .slick-next{
    right:20px!important;
    left:auto!important;
}

.manufacturing-slider .slick-prev:before,
.manufacturing-slider .slick-next:before{
    display:none!important;
}

.manufacturing-slider .slick-prev:after,
.manufacturing-slider .slick-next:after{
    content:""!important;
    width:10px!important;
    height:10px!important;
    border-top:2px solid #111!important;
    border-right:2px solid #111!important;
    display:block!important;
    background:none;
}

.manufacturing-slider .slick-prev:after{
    transform:rotate(-135deg)!important;
}

.manufacturing-slider .slick-next:after{
    transform:rotate(45deg)!important;
}

/*.manufacturing-slider .slick-prev:hover,*/
/*.manufacturing-slider .slick-next:hover{*/
/*    background:#E51E25!important;*/
/*    border-color:#E51E25!important;*/
/*}*/

.manufacturing-slider .slick-prev:hover:after,
.manufacturing-slider .slick-next:hover:after{
    border-color:#fff!important;
}


.manufacturing-slider .slick-prev:after{
    top:22px!important;
    left:22px!important;
}

.manufacturing-slider .slick-next:after{
    top:22px!important;
    left: 20px!important;
}


.manufacturing-slider .slick-prev:hover::after,
.manufacturing-slider .slick-next:hover::after{
    border-color:#fff!important;
}


@media (max-width: 768px) {
    .manufacturing-slider .slick-prev, .manufacturing-slider .slick-next {
               width: 32px !important;
        height: 32px !important;
    }
    
    .manufacturing-slider .slick-prev:after, .manufacturing-slider .slick-next:after{
        width:6px!important;
        height:6px!important;
    }
    
    .manufacturing-slider .slick-next:after{
    top:12px!important;
    left: 10px!important;
}

.manufacturing-slider .slick-prev:after{
     top:12px!important;
    left: 12px!important;
}
    
}

@media (max-width:767.98px){
    body.oaw-template h3,
    body.oaw-template h4{
        text-align:left;
    }
    
     input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder{
    text-align:left !important;
}

    
}

#quote-form input[type="number"] {
    padding-left: 4px;
}
 
span.remove-addon{
    cursor:pointer;
}

/* Form Loader Animation */
.form-loader {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.form-loading .form-loader {
    display: inline-block;
}

.form-loading .arrow {
    display: none;
}

/* Success and Error Message Styling */
.thank-you-message,
.quote-thank-you-message {
    background-color: #edf7ed;
    color: #1e4620;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #c8e6c9;
    border-left: 4px solid #4caf50;
    display: none;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.thank-you-message::before,
.quote-thank-you-message::before {
    content: "✓";
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.error-message,
.quote-error-message {
    background-color: #fff4f4;
    color: #5f2120;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #ffcdd2;
    border-left: 4px solid #ef5350;
    display: none;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.error-message::before,
.quote-error-message::before {
    content: "✕";
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ef5350;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.error-message .error-text,
.quote-error-message .error-text,
.thank-you-message .success-text,
.quote-thank-you-message .success-text {
    flex-grow: 1;
}

.error-message .error-close,
.quote-error-message .error-close,
.thank-you-message .success-close,
.quote-thank-you-message .success-close {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.2s;
    padding: 0 4px;
}

.error-message .error-close,
.quote-error-message .error-close {
    color: #5f2120;
}

.thank-you-message .success-close,
.quote-thank-you-message .success-close {
    color: #1e4620;
}

.error-message .error-close:hover,
.quote-error-message .error-close:hover,
.thank-you-message .success-close:hover,
.quote-thank-you-message .success-close:hover {
    opacity: 1;
}

/* Marketing Opt-in Checkbox Styling */
.marketing-opt-in {
    margin: 10px 0;
    padding: 16px 20px;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.marketing-opt-in label {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    font-weight: 400;
    margin: 0;
}

.marketing-opt-in input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
    margin-top: 1px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.marketing-opt-in input[type="checkbox"]:hover {
    border-color: #d1122a;
    background-color: #fffafb;
}

.marketing-opt-in input[type="checkbox"]:checked {
    background-color: #d1122a;
    border-color: #d1122a;
}

.marketing-opt-in input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.marketing-opt-in label:hover {
    color: #111;
}



/*custom cta*/
.custom-cta-box {
    margin-top: 24px;
    padding: 18px 20px;
    background: #0f2031;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.custom-cta-content {
    flex: 1;
   
}

.custom-cta-content p {
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:0px!important;
}

.custom-cta-content strong {
    color: #e51e25;
    font-weight: 700;
}

.custom-cta-btn {
    flex-shrink: 0;
}

.custom-cta-btn .lp-top-cta {
    min-width: 200px;
    justify-content: center;
}

.size-heading h2 {
    font-size:20px;
    color: #d7dde3;
}

.size-heading {
        border-top: 1px solid #d7dde3;
    padding: 20px 0px;
}


@media(max-width:767px){
    .custom-cta-box{
        flex-direction:column;
    }
}




/* ==========================
   Delivery Map Section
========================== */

.delivery-map {
    padding-top:80px;
}

.delivery-map-image {
    cursor: zoom-in;
}

.delivery-map-image img {
    display: block;
    width: 100%;
    border-radius: 12px;
    transition: transform .3s ease;
}


/* ==========================
   Modal
========================== */

.delivery-map-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 32, 49, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 99999;
}

.delivery-map-modal.active {
    display: flex;
}

.delivery-map-modal-inner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery-map-modal img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
}

/* Close Button */

.delivery-map-close {
    position: fixed;
    top: 40px;
    right: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #0f2031;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    z-index: 100000;
    transition: all .25s ease;
    padding: 0;
}

.delivery-map-close:hover {
    background: #e51e25;
    color: #fff;
}

/* Mobile */

@media (max-width: 767px) {

    .delivery-map {
        padding-top: 50px;
    }

    .delivery-map-modal {
        padding: 20px;
    }

    .delivery-map-close {
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 26px;
    }

}



/*Map*/
:root{
    --atom-red:#e51e25;
    --atom-navy:#17263f;
    --atom-white:#fff;
    --atom-cream:#f7f5f0;
    --atom-muted:#aeb8c9;
}

.atom-map-card{
    position:relative;
    width:100%;
    max-width:1024px;
    margin:0 auto;
    overflow:hidden;
    background:var(--atom-navy);
    color:var(--atom-white);
    border-radius:24px 24px 0 0;
}

.atom-map-header{
    padding:30px 48px 4px;
}

.atom-map-title{
    margin:0;
    font-size:clamp(26px,4vw,36px);
    line-height:1.05;
    font-weight:700;
    letter-spacing:-.02em;
}

.atom-map-stage{
    position:relative;
}

.atom-map-stage svg{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:900/650;
}

.atom-land{
    fill:var(--atom-cream);
}

.atom-pin path{
    fill:var(--atom-red);
    stroke:var(--atom-white);
    stroke-width:.85;
    vector-effect:non-scaling-stroke;
}

.atom-pin circle{
    fill:var(--atom-white);
}

.atom-facility-pointer{
    stroke:var(--atom-red);
    stroke-width:1.5;
    stroke-linecap:round;
    vector-effect:non-scaling-stroke;
}

.atom-facility-anchor{
    fill:var(--atom-red);
    stroke:var(--atom-white);
    stroke-width:1.4;
    vector-effect:non-scaling-stroke;
}

.atom-facility-halo{
    fill:var(--atom-navy);
    stroke:var(--atom-white);
    stroke-width:1.8;
    vector-effect:non-scaling-stroke;
}

.atom-map-note{
    margin:0;
    padding:4px 48px 10px;
    color:var(--atom-muted);
    font-size:12px;
    line-height:1.4;
    text-align:center;
}

.atom-map-legend{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 48px 30px;
    color:#d8deea;
    font-size:14px;
}

.atom-legend-item{
    display:flex;
    align-items:center;
    gap:10px;
}

.atom-legend-factory{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border:2px solid var(--atom-white);
    border-radius:50%;
    background:var(--atom-navy);
}

.atom-legend-factory img{
    display:block;
    width:20px;
    height:20px;
}

.atom-tooltip{
    position:absolute;
    z-index:4;
    display:none;
    max-width:250px;
    padding:8px 10px;
    background:var(--atom-white);
    color:var(--atom-navy);
    font-size:12px;
    line-height:1.35;
    pointer-events:none;
    box-shadow:0 4px 18px rgba(0,0,0,.25);
}

.atom-marker:focus{
    outline:2px solid var(--atom-white);
    outline-offset:2px;
}

.atom-sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

@media (max-width:620px){

    .atom-map-card{
        border-radius:16px 16px 0 0;
    }

    .atom-map-header{
        padding:22px 20px 2px;
    }

    .atom-map-note{
        padding:4px 20px 8px;
        font-size:10px;
    }

    .atom-map-legend{
        padding:8px 20px 22px;
        font-size:12px;
    }

}


/* Map CSS */
/* Styling the delivery map section to match the case study section */
.delivery-map {
    padding: 10px 0 60px;
    background: #0f2031;
    color: #fff;
    border-bottom: 1px solid #0f2031;
}

/* Red separator line within the wrap container */
.delivery-map-separator {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #e51e25 !important;
    margin: 0 0 56px 0 !important;
}

.delivery-map .case-grid {
    align-items: center; /* Center vertically for a cleaner visual layout with the map */
}

/* Keep the title text fully readable, fluid sized, and without dark color override */
.delivery-map-content h3 {
    color: #fff !important;
    max-width: 100% !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
    line-height: 1.05 !important;
    margin: 12px 0 24px !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.delivery-map-content h3 .red {
    color: #e51e25 !important;
}

/* Layout design for the statistics grid */
.delivery-map .case-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 100% !important;
    gap: 1px !important;
    margin-top: 28px;
}

.delivery-map .case-stat {
    padding: 18px 16px !important;
}

/* Force stats numbers and labels to use correct light colors and prevent breaking */
.delivery-map .case-stat .num {
    color: #fff !important;
    font-size: clamp(20px, 2vw, 26px) !important;
    font-weight: 900;
}

.delivery-map .case-stat .lbl {
    color: #9fa9b4 !important;
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
    white-space: nowrap !important; /* Prevent text breaking awkwardly */
}

/* Override and clean up map components inside the grid */
.delivery-map-canvas .atom-map-card {
    background: transparent !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
}

.delivery-map-canvas .atom-map-header,
.delivery-map-canvas .atom-map-note {
    display: none !important;
}

.delivery-map-canvas .atom-map-legend {
    padding: 16px 0 0 !important;
    justify-content: center !important; /* Centered map footer text */
}

/* Responsive style for tablet and mobile sizes */
@media(max-width: 1250px) {
    .delivery-map .case-stats {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 1024px) {
    .delivery-map .case-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 767px) {

    .delivery-map {
        padding-top: 10px !important;
    }
}


/*4 aug*/

.process-new{
    
    .process-grid{background:transparent;border:none;}
    
   
    .section-head p{
            /*max-width: 38ch;*/
        }
        
       .section-head h3{margin-bottom:0;} 
    .process-step{
      text-align: center;
        img{
            margin:0 auto;
            max-width:50px;
            width:100%;
            margin-bottom:10px;
        }
    }
}



.steps-new{
    .process-grid{ background:transparent; border:none;}
        /*.section-head p{max-width: 38ch;}*/
        .section-head h3{margin-bottom:0;} 
    .process-step{
        text-align:center;
        position:relative;
    }
    
   
    .process-step .n{
                    font-size:75px;
                    line-height: 1;
                    font-family: sans-serif;
                    color: transparent;
                    -webkit-text-stroke: 2px  #e51e25;
                    
    }
    .process-step h4{text-align:center;}
    .process-step:after{
        content:'';
        position:absolute;
        background-color:#e4e8ec;
        width:70px;
        height:2px;
        right:-1px;
        top:65px;
    }
    .process-step:before{
        content:'';
        position:absolute;
        background-color:#e4e8ec;
        width:70px;
        height:2px;
        left:-1px;
        top:65px;
    }
    .process-step:first-child:before{display:none;}
    .process-step:last-child:after{display:none;}
    @media (min-width:641px) and (max-width:1024px){
        .process-step:after ,  .process-step:before{display:none;}
    }
    @media (max-width:640px){
        /*.process-step{text-align:left;}*/
        .process-step h4{text-align:center;}
        .process-step:after{
            width:1px;
            height:30px;
            bottom:-1px;
            right:calc(50% - 1px);
            top:unset;
        }
        .process-step:before{
            width:1px;
            height:30px;
            top:0px;
            left:50%;
            bottom:unset;
        }
        .new-layout-btn-wrap{width:100%;text-align:center;
            button{justify-content: center;width:100%;}
        }
    }
    .new-layout-btn-wrap{text-align:center;margin-top:30px;}
}
.section-head{
        align-items:flex-start !important;
    }
.section-head p{max-width: 49ch;width:100%;margin-top:35px; margin-bottom: 0px !important;}
.section-head h3{margin-bottom:0;} 
.faq-content{max-width: fit-content;}
.arrow-down{max-width:50px;position:absolute;top:0;left:50%;    height: 88vh !important; width: 100%;z-index:2;max-height:840px;}
.arrow-down-img{width:100%;bottom: 0;position: absolute; height:auto;}
@media (max-width:640px){
    .case-stats .case-stat:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .arrow-down{display:none;}
    .section-head p{margin-top:0;}
    .for-desktop{}
}
/*4 aug*/



.footer .delivery-map-separator {
    display: none !important;
}