/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'harley';
    src: url(../fonts/harley.ttf);
  }

:root {
    --font-size: 16px;
    --font-family: "Poppins", sans-serif;
    --black-color: #0E0E0E;
    --white-color: #fff;
    --gray: #8A8A8A;
    --blue: #4262FF;
    --dark-blue: #050038;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    max-width: 1400px !important;
}
html{
    width: 100%;
    overflow-x: hidden;
}
body {
    font-size: var(--font-size);
    /* font-family: "Poppins", sans-serif; */
    font-family: "Montserrat", sans-serif !important;
    background-color: #fefefe !important;
    overflow-x: hidden;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}

/* --- SCROLLBAR CODE DELETED HERE --- */

.imgBox img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    /* font-family: "Rajdhani", sans-serif; */
    /* font-family: "Montserrat", sans-serif */
}

a {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
    transition: all .5s ease-in-out;
}

p {
    color: var(--gray);
}




/* =========================================
   ALTERED VINYL PROCESS SECTION
   ========================================= */

.av-process-sec{
    padding:110px 0;
    background:#f7fafb;
    position:relative;
    overflow:hidden;
}

.av-section-eyebrow{
    display:inline-block;
    margin-bottom:14px;
    color:#0E7787;
    font-size:13px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.av-process-copy h2{
    font-size:48px;
    line-height:1.08;
    font-weight:800;
    color:#071014;
    margin-bottom:18px;
    max-width:650px;
}

.av-process-copy > p{
    font-size:17px;
    line-height:1.75;
    color:#5f6b72;
    max-width:560px;
    margin-bottom:34px;
}

.av-process-steps{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-bottom:30px;
}

.av-step-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:#fff;
    border:1px solid rgba(7,16,20,.06);
    border-radius:20px;
    padding:22px 22px;
    box-shadow:0 20px 50px rgba(7,16,20,.05);
}

.av-step-number{
    min-width:42px;
    height:42px;
    border-radius:999px;
    background:linear-gradient(135deg,#0E7787 0%, #12A3B8 100%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:800;
    box-shadow:0 10px 20px rgba(14,119,135,.22);
}

.av-step-text h3{
    font-size:22px;
    line-height:1.2;
    font-weight:800;
    color:#071014;
    margin-bottom:8px;
}

.av-step-text p{
    font-size:15px;
    line-height:1.7;
    color:#5f6b72;
    margin:0;
}

.av-process-visual{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:500px;
}

.av-process-screen{
    width:100%;
    max-width:500px;
    background:linear-gradient(180deg,#0a1418 0%, #102028 100%);
    border-radius:26px;
    padding:18px;
    box-shadow:0 30px 70px rgba(7,16,20,.20);
    border:1px solid rgba(255,255,255,.08);
    position:relative;
}

.av-process-screen-top{
    display:flex;
    gap:8px;
    margin-bottom:18px;
}

.av-process-screen-top span{
    width:10px;
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.24);
    display:inline-block;
}

.av-process-screen-body{
    position:relative;
    min-height:360px;
    border-radius:20px;
    padding:26px;
    background:
        radial-gradient(circle at 20% 20%, rgba(14,119,135,.28), transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(18,163,184,.18), transparent 30%),
        rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
}

.av-process-preview-card{
    max-width:290px;
    margin:40px auto 0;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    border-radius:24px;
    padding:14px;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    box-shadow:0 25px 50px rgba(0,0,0,.28);
}

.av-process-preview-card img{
    width:100%;
    display:block;
    border-radius:16px;
    background:#fff;
}

.av-process-mini-card{
    position:absolute;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-size:13px;
    font-weight:800;
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.av-mini-top{
    top:26px;
    right:20px;
}

.av-mini-bottom{
    bottom:26px;
    left:20px;
}

@media (max-width: 991px){
    .av-process-sec{
        padding:85px 0;
    }

    .av-process-copy{
        text-align:center;
        margin-bottom:34px;
    }

    .av-process-copy h2{
        font-size:36px;
        max-width:100%;
    }

    .av-process-copy > p{
        max-width:100%;
    }

    .av-process-visual{
        min-height:auto;
    }
}

@media (max-width: 575px){
    .av-process-copy h2{
        font-size:30px;
    }

    .av-step-card{
        padding:18px;
        border-radius:16px;
    }

    .av-step-text h3{
        font-size:19px;
    }

    .av-process-screen{
        padding:14px;
        border-radius:20px;
    }

    .av-process-screen-body{
        min-height:300px;
        padding:18px;
    }

    .av-process-preview-card{
        margin-top:48px;
    }

    .av-mini-top,
    .av-mini-bottom{
        font-size:12px;
        min-height:38px;
        padding:8px 12px;
    }
}
/* =========================================
   ALTERED VINYL PREMIUM OVERRIDES
   ========================================= */

.topbanner-sec.av-hero-sec{
    min-height: auto;
    display: block;
    text-align: left;
    background: linear-gradient(135deg,#071014 0%,#0d1f26 55%,#0a171c 100%);
    position: relative;
    overflow: hidden;
    padding: 140px 0 120px;
}

.topbanner-sec.av-hero-sec:before{
    display:none !important;
}

.av-hero-bg{
    position:absolute;
    inset:0;
    background-image:url("../images/hero-ocean.png");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:0;
}

.av-hero-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.35) 100%);
    z-index:1;
}

.av-hero-container{
    position:relative;
    z-index:2;
}

.av-hero-copy{
    max-width: 620px;
}

.av-eyebrow{
    display:inline-block;
    margin-bottom:14px;
    color:#56d5e6;
    font-size:13px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.av-hero-copy h1{
    font-size:58px;
    line-height:1.05;
    font-weight:800;
    color:#fff;
    margin-bottom:20px;
    max-width: 720px;
}

.av-hero-copy p{
    font-size:18px;
    line-height:1.7;
    color:rgba(255,255,255,.82);
    margin-bottom:32px;
    max-width:560px;
}

.av-hero-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-bottom:34px;
}

.av-primary-btn,
.av-secondary-btn{
    min-height:54px;
    padding:14px 24px;
    border-radius:14px;
    font-size:15px;
    font-weight:800;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:all .25s ease;
    text-decoration:none !important;
}

.av-primary-btn{
    background:linear-gradient(135deg,#0E7787 0%, #12A3B8 100%);
    color:#fff !important;
    box-shadow:0 16px 40px rgba(14,119,135,.35);
}

.av-primary-btn:hover{
    transform:translateY(-2px);
    color:#fff !important;
}

.av-secondary-btn{
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.05);
    color:#fff !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.av-secondary-btn:hover{
    background:rgba(255,255,255,.10);
    color:#fff !important;
}

.av-trustbar{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.av-trust-item{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:46px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    color:#fff;
    font-size:14px;
    font-weight:700;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.av-trust-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:28px;
    height:28px;
    padding:0 8px;
    border-radius:999px;
    background:rgba(86,213,230,.16);
    color:#7ee8f4;
    font-size:12px;
    font-weight:800;
}

.av-hero-visual{
    position:relative;
    min-height:460px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.av-proof-card{
    position:absolute;
    border-radius:24px;
    padding:14px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 25px 60px rgba(0,0,0,.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.av-proof-card img{
    display:block;
    width:100%;
    border-radius:16px;
    background:#fff;
}

.av-proof-card-back{
    width:250px;
    left:30px;
    top:110px;
    transform:rotate(-12deg);
    z-index:1;
}

.av-proof-card-main{
    width:330px;
    left:120px;
    top:10px;
    z-index:3;
}

.av-proof-card-front{
    width:230px;
    right:0;
    top:150px;
    transform:rotate(10deg);
    z-index:2;
}

.av-proof-badge{
    position:absolute;
    top:-14px;
    left:20px;
    background:linear-gradient(135deg,#0E7787 0%, #12A3B8 100%);
    color:#fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    padding:8px 12px;
    border-radius:999px;
    box-shadow:0 12px 24px rgba(14,119,135,.25);
}

/* PROCESS SECTION */
.av-process-sec{
    padding:110px 0;
    background:#f7fafb;
    position:relative;
    overflow:hidden;
}

.av-section-eyebrow{
    display:inline-block;
    margin-bottom:14px;
    color:#0E7787;
    font-size:13px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.av-process-copy h2{
    font-size:48px;
    line-height:1.08;
    font-weight:800;
    color:#071014;
    margin-bottom:18px;
    max-width:650px;
}

.av-process-copy > p{
    font-size:17px;
    line-height:1.75;
    color:#5f6b72;
    max-width:560px;
    margin-bottom:34px;
}

.av-process-steps{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-bottom:30px;
}

.av-step-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    background:#fff;
    border:1px solid rgba(7,16,20,.06);
    border-radius:20px;
    padding:22px 22px;
    box-shadow:0 20px 50px rgba(7,16,20,.05);
}

.av-step-number{
    min-width:42px;
    height:42px;
    border-radius:999px;
    background:linear-gradient(135deg,#0E7787 0%, #12A3B8 100%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:800;
    box-shadow:0 10px 20px rgba(14,119,135,.22);
}

.av-step-text h3{
    font-size:22px;
    line-height:1.2;
    font-weight:800;
    color:#071014;
    margin-bottom:8px;
}

.av-step-text p{
    font-size:15px;
    line-height:1.7;
    color:#5f6b72;
    margin:0;
}

.av-process-visual{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:500px;
}

.av-process-screen{
    width:100%;
    max-width:500px;
    background:linear-gradient(180deg,#0a1418 0%, #102028 100%);
    border-radius:26px;
    padding:18px;
    box-shadow:0 30px 70px rgba(7,16,20,.20);
    border:1px solid rgba(255,255,255,.08);
    position:relative;
}

.av-process-screen-top{
    display:flex;
    gap:8px;
    margin-bottom:18px;
}

.av-process-screen-top span{
    width:10px;
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.24);
    display:inline-block;
}

.av-process-screen-body{
    position:relative;
    min-height:360px;
    border-radius:20px;
    padding:26px;
    background:
        radial-gradient(circle at 20% 20%, rgba(14,119,135,.28), transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(18,163,184,.18), transparent 30%),
        rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
}

.av-process-preview-card{
    max-width:290px;
    margin:40px auto 0;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    border-radius:24px;
    padding:14px;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    box-shadow:0 25px 50px rgba(0,0,0,.28);
}

.av-process-preview-card img{
    width:100%;
    display:block;
    border-radius:16px;
    background:#fff;
}

.av-process-mini-card{
    position:absolute;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-size:13px;
    font-weight:800;
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.av-mini-top{
    top:26px;
    right:20px;
}

.av-mini-bottom{
    bottom:26px;
    left:20px;
}

/* STICKER TYPES */
.av-sticker-types{
    padding:110px 0;
    background:rgba(7,16,20,.18);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.av-sticker-heading{
    margin-bottom:46px;
}

.av-sticker-heading h2{
    font-size:52px;
    line-height:1.04;
    font-weight:800;
    margin-bottom:12px;
    color:#ffffff;
    text-shadow:0 6px 24px rgba(0,0,0,.25);
}

.av-sticker-heading p{
    color:rgba(255,255,255,.82);
    margin-bottom:0;
    font-size:18px;
    line-height:1.6;
}

.av-sticker-types .row{
    justify-content:center;
}

.av-sticker-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    min-height:100%;
    padding:28px 24px 26px;
    border-radius:24px;
    position:relative;
    text-decoration:none !important;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 20px 50px rgba(0,0,0,.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:all .25s ease;
    overflow:hidden;
}

.av-sticker-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 36%),
        radial-gradient(circle at top right, rgba(120,232,245,.10), transparent 35%);
    pointer-events:none;
}

.av-sticker-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 60px rgba(0,0,0,.22);
    border-color:rgba(120,232,245,.28);
}

.av-sticker-card-icon{
    position:relative;
    z-index:1;
    width:170px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.av-sticker-card-icon img{
    max-width:100%;
    max-height:110px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 12px 18px rgba(0,0,0,.12));
}

.av-sticker-card h3{
    position:relative;
    z-index:1;
    font-size:19px;
    line-height:1.2;
    font-weight:800;
    color:#ffffff;
    margin-bottom:8px;
}

.av-sticker-card p{
    position:relative;
    z-index:1;
    font-size:14px;
    line-height:1.6;
    color:rgba(255,255,255,.78);
    margin-bottom:0;
    max-width:260px;
}

.av-sticker-card-disabled{
    opacity:.92;
    cursor:default;
}

.av-sticker-card-disabled:hover{
    transform:none;
    border-color:rgba(255,255,255,.14);
    box-shadow:0 20px 50px rgba(0,0,0,.16);
}

.coming-badge{
    position:absolute;
    top:16px;
    right:16px;
    z-index:2;
    background:linear-gradient(135deg,#ff746f 0%, #ff5f6d 100%);
    color:#fff;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    line-height:1;
    letter-spacing:.02em;
    box-shadow:0 10px 20px rgba(255,95,109,.24);
}

@media (max-width: 991px){
    .av-sticker-types{
        padding:85px 0;
    }

    .av-sticker-heading h2{
        font-size:38px;
    }

    .av-sticker-heading p{
        font-size:16px;
    }
}

@media (max-width: 575px){
    .av-sticker-heading h2{
        font-size:31px;
    }

    .av-sticker-card{
        padding:24px 18px 22px;
        border-radius:20px;
    }

    .av-sticker-card-icon{
        width:150px;
        height:110px;
    }

    .av-sticker-card h3{
        font-size:18px;
    }

    .av-sticker-card p{
        font-size:13px;
    }
}
/* TESTIMONIALS */
.testimonils-sec{
    padding:110px 0;
    background:#f7fafb;
}

.testimonils-sec h3{
    font-size:52px;
    line-height:1.05;
    color:#071014;
    font-weight:800;
    margin-bottom:0;
}

.testimonils-sec p{
    color:#5f6b72;
    font-size:16px;
    line-height:1.7;
    font-weight:500;
}

.testimonils-cards{
    background:#fff !important;
    border-radius:24px;
    padding:38px !important;
    text-align:center;
    box-shadow:0 20px 50px rgba(7,16,20,.08);
    border:1px solid rgba(7,16,20,.06);
}

.testimonils-cards img{
    width:88px;
    height:88px;
    border-radius:999px;
    object-fit:cover;
    margin:0 auto 18px;
}

.name{
    font-size:16px !important;
    color:#071014 !important;
    margin-top:18px !important;
    font-weight:800;
}

/* FLOATING SOCIAL CLEANUP */
#fixed-social{
    position:fixed;
    top:50%;
    right:18px;
    transform:translateY(-50%);
    z-index:999;
    display:flex;
    flex-direction:column;
    gap:10px;
}

#fixed-social a{
    color:#fff !important;
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    line-height:46px;
    margin-bottom:0;
    background:rgba(8,12,14,.88);
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
    box-shadow:0 12px 30px rgba(0,0,0,.22);
    transition:all .25s ease;
    overflow:visible;
}

#fixed-social a:hover{
    background:linear-gradient(135deg,#0E7787 0%, #12A3B8 100%);
    border-color:transparent;
    transform:translateY(-2px);
}

#fixed-social a span{
    line-height:1;
    right:56px;
    top:50%;
    transform:translateY(-50%);
    position:absolute;
    text-align:center;
    width:auto;
    min-width:110px;
    visibility:hidden;
    transition:all .25s ease;
    z-index:1;
    opacity:0;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(8,12,14,.94);
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:10px 12px;
}

#fixed-social a:hover > span{
    visibility:visible;
    right:60px;
    opacity:1;
}

.fixed-facebook,
.fixed-facebook span,
.fixed-instagrem,
.fixed-instagrem span{
    background-color:transparent;
}

/* OPTIONAL LOGO STRIP POLISH */
.logo_slider{
    background:linear-gradient(180deg,#081014 0%,#0c171b 100%);
    opacity:1;
    padding:34px 0;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
}

.logoCoverBox{
    height:64px;
}

.logoCoverBox img{
    max-height:38px;
    width:auto !important;
    opacity:.72;
    transition:all .25s ease;
    filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(41deg) brightness(105%) contrast(101%);
}

.logoCoverBox img:hover{
    opacity:1;
    transform:scale(1.04);
}

/* MOBILE */
@media (max-width: 1199px){
    .av-hero-copy h1{
        font-size:50px;
    }

    .av-proof-card-main{
        width:300px;
        left:80px;
    }

    .av-proof-card-back{
        left:0;
    }
}

@media (max-width: 991px){
    .topbanner-sec.av-hero-sec{
        padding:120px 0 80px;
    }

    .av-hero-copy{
        max-width:100%;
        text-align:center;
        margin:0 auto 30px;
    }

    .av-eyebrow{
        display:block;
    }

    .av-hero-copy h1{
        font-size:40px;
        max-width:100%;
    }

    .av-hero-copy p{
        font-size:17px;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .av-hero-actions{
        justify-content:center;
    }

    .av-trustbar{
        justify-content:center;
    }

    .av-hero-visual{
        min-height:340px;
        margin-top:20px;
    }

    .av-proof-card-main{
        position:relative;
        width:280px;
        left:auto;
        top:auto;
        right:auto;
        margin:0 auto;
    }

    .av-proof-card-back,
    .av-proof-card-front{
        display:none;
    }

    .av-process-sec{
        padding:85px 0;
    }

    .av-process-copy{
        text-align:center;
        margin-bottom:34px;
    }

    .av-process-copy h2{
        font-size:36px;
        max-width:100%;
    }

    .av-process-copy > p{
        max-width:100%;
    }

    .av-process-visual{
        min-height:auto;
    }

    .testimonils-sec h3{
        font-size:38px;
        margin-bottom:14px;
    }

    #fixed-social{
        right:12px;
    }

    #fixed-social a span{
        display:none;
    }
}

@media (max-width: 575px){
    .topbanner-sec.av-hero-sec{
        padding:105px 0 70px;
    }

    .av-hero-copy h1{
        font-size:32px;
    }

    .av-hero-copy p{
        font-size:16px;
    }

    .av-primary-btn,
    .av-secondary-btn{
        width:100%;
    }

    .av-trustbar{
        gap:10px;
    }

    .av-trust-item{
        width:100%;
        justify-content:center;
    }

    .av-proof-card-main{
        width:100%;
        max-width:280px;
    }

    .av-process-copy h2{
        font-size:30px;
    }

    .av-step-card{
        padding:18px;
        border-radius:16px;
    }

    .av-step-text h3{
        font-size:19px;
    }

    .av-process-screen{
        padding:14px;
        border-radius:20px;
    }

    .av-process-screen-body{
        min-height:300px;
        padding:18px;
    }

    .av-process-preview-card{
        margin-top:48px;
    }

    .av-mini-top,
    .av-mini-bottom{
        font-size:12px;
        min-height:38px;
        padding:8px 12px;
    }

    .testimonils-sec{
        padding:80px 0;
    }

    .testimonils-sec h3{
        font-size:30px;
    }

    .testimonils-cards{
        padding:26px !important;
        border-radius:18px;
    }
}

/* HERO MATERIAL / TRUST ROW */
.av-material-row{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:26px;
}

.av-material-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    min-height:88px;
    border-radius:20px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.av-material-icon{
    width:54px;
    height:54px;
    min-width:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
    overflow:hidden;
}

.av-material-icon img{
    max-width:44px;
    max-height:44px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
}

.av-star-icon i{
    color:#ffd76a;
    font-size:22px;
}

.av-material-copy{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.av-material-copy strong{
    font-size:15px;
    font-weight:800;
    color:#fff;
    margin-bottom:4px;
}

.av-material-copy span{
    font-size:12px;
    font-weight:600;
    color:rgba(255,255,255,.76);
}

@media (max-width: 991px){
    .av-material-row{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 575px){
    .av-material-row{
        grid-template-columns:1fr;
    }

    .av-material-item{
        min-height:78px;
        padding:14px 16px;
    }
}
/* =========================================================
   HERO CLEANUP FIX
   ========================================================= */

/* make hero content sit above everything cleanly */
.av-hero-sec{
    position: relative;
    overflow: hidden;
}

.av-hero-container{
    position: relative;
    z-index: 5;
}

/* kill the old floating proof cards for now */
.av-hero-visual,
.av-proof-card,
.av-proof-card-back,
.av-proof-card-main,
.av-proof-card-front,
.av-proof-badge{
    display: none !important;
}

/* keep hero copy clean and readable */
.av-hero-copy{
    max-width: 760px;
    position: relative;
    z-index: 6;
}

/* clean benefit row */
.av-premium-benefits{
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 30px !important;
    max-width: 980px;
}

.av-benefit-card{
    min-height: 92px !important;
    align-items: center !important;
}

/* make sure nothing weird overlaps the row */
.av-trustbar,
.av-premium-benefits,
.av-benefit-card{
    position: relative;
    z-index: 10;
}

/* tablet */
@media (max-width: 991px){
    .av-premium-benefits{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 100%;
    }
}

/* mobile */
@media (max-width: 575px){
    .av-premium-benefits{
        grid-template-columns: 1fr !important;
    }
}
/* =========================================
   FIXES FOR TEXT OVERFLOW & LOGO SIZING
   ========================================= */

/* 1. Fix the Frosted Hero Boxes (prevent text hanging out) */
.av-material-row {
    display: grid !important;
    /* Use 2 columns on tablets, 4 on large screens */
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
    gap: 12px !important;
    margin-top: 26px !important;
}

@media (min-width: 1200px) {
    .av-material-row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.av-material-item {
    display: flex !important;
    flex-direction: column !important; /* Stacked icon over text keeps it inside the box */
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 15px 10px !important; 
    min-height: 110px !important; /* Give the box more height for the text */
    border-radius: 20px !important;
}

.av-material-icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    margin-bottom: 8px !important;
}

.av-material-copy strong {
    font-size: 14px !important; /* Slightly smaller to fit */
    line-height: 1.2 !important;
    display: block !important;
}

.av-material-copy span {
    font-size: 11px !important;
    display: block !important;
}

/* 2. Fix Client Logos (Make them bigger/clearer) */
.logoCoverBox {
    height: 90px !important; /* Taller area for logos */
}

.logoCoverBox img {
    max-height: 55px !important; /* Bumps size from 38px so they aren't tiny/blurry */
    width: auto !important;
    opacity: 0.9 !important;
    filter: brightness(0) invert(1) !important; /* Keep them clean white */
}

/* 3. Re-size the Main Header Logo (Making it smaller) */
a.navbar-brand > img {
    max-width: 180px !important; /* Prevents the giant logo in the header */
    height: auto !important;
}/* =========================================
   HERO BOXES: ICON WIDTH & TEXT ALIGNMENT
   ========================================= */

/* Ensure the row allows for enough width */
.av-material-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
    gap: 15px !important;
    margin-top: 30px !important;
}

@media (min-width: 1200px) {
    .av-material-row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.av-material-item {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    justify-content: flex-start !important; /* Align content to the top */
    text-align: center !important;
    padding: 20px 15px !important; 
    min-height: 160px !important; /* Taller box to fit big icons */
    border-radius: 20px !important;
}

/* Make the icon container fill the top width */
.av-material-icon {
    width: 100% !important; /* Fill the width of the box padding */
    height: 65px !important; /* Set a specific height for the icon area */
    background: transparent !important; /* Clean glass look */
    box-shadow: none !important;
    margin-bottom: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Make the actual image/icon large */
.av-material-icon img, 
.av-material-icon i {
    max-width: 50px !important; /* Matches the visual weight of the text */
    width: auto !important;
    height: auto !important;
    font-size: 45px !important; /* For the star icon */
}

.av-material-copy {
    width: 100% !important;
}

.av-material-copy strong {
    font-size: 14px !important; 
    line-height: 1.2 !important;
    display: block !important;
    margin-bottom: 4px !important;
    white-space: normal !important; /* Ensures text wraps if needed */
}

.av-material-copy span {
    font-size: 11px !important;
    display: block !important;
    opacity: 0.8 !important;
}/* =========================================
   HERO BOXES: ICON SCALING & TEXT FIX
   ========================================= */

.av-material-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
    gap: 15px !important;
}

@media (min-width: 1200px) {
    .av-material-row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.av-material-item {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 25px 15px !important; 
    min-height: 180px !important; /* Extra height for safety */
    border-radius: 20px !important;
}

/* Make the icon container taller and wider */
.av-material-icon {
    width: 100% !important;
    height: 70px !important; /* Increased height */
    margin-bottom: 15px !important;
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Force the IMAGES to be much larger */
.av-material-icon img {
    max-width: 65px !important; /* Increased from 44px/50px */
    width: 65px !important;     /* Force width */
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3)) !important; /* Adds depth */
}

/* Keep the Star Icon matching the size */
.av-material-icon i {
    font-size: 55px !important; /* Bumped up from 45px */
    color: #ffd76a !important;
}

/* Prevent text from hanging out */
.av-material-copy strong {
    font-size: 15px !important; 
    line-height: 1.2 !important;
    display: block !important;
    margin-bottom: 5px !important;
    color: #fff !important;
}

.av-material-copy span {
    font-size: 12px !important;
    display: block !important;
    color: rgba(255,255,255,0.7) !important;
}

/* =========================================================
   ALTERED VINYL INNER PAGES MATCH HOMEPAGE
   Paste at VERY BOTTOM of stylesheet.css
   ========================================================= */

/* shared inner page shell */
.av-inner-page{
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(180deg, rgba(4,12,16,.78) 0%, rgba(4,12,16,.68) 20%, rgba(4,12,16,.78) 55%, rgba(4,12,16,.92) 100%),
        url("../images/hero-ocean.png");
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    color:#fff;
}

.av-inner-page:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 18%, rgba(14,119,135,.20), transparent 28%),
        radial-gradient(circle at 78% 14%, rgba(255,255,255,.06), transparent 22%);
    pointer-events:none;
}

.av-inner-page .container{
    position:relative;
    z-index:2;
}

/* hero */
.av-inner-hero{
    padding:110px 0 60px;
    text-align:center;
}

.av-inner-eyebrow{
    display:inline-block;
    margin-bottom:14px;
    color:#66d7e2;
    font-size:13px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.av-inner-hero h1{
    font-size:68px;
    line-height:.98;
    font-weight:900;
    color:#fff;
    margin:0 0 16px;
    text-shadow:0 10px 30px rgba(0,0,0,.30);
}

.av-inner-hero p{
    max-width:760px;
    margin:0 auto;
    font-size:22px;
    line-height:1.45;
    color:rgba(255,255,255,.86);
    text-shadow:0 8px 20px rgba(0,0,0,.22);
}

/* card section */
.av-inner-grid-sec{
    padding:18px 0 90px;
}

.av-inner-grid{
    justify-content:center;
}

.av-glass-card{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    min-height:100%;
    padding:34px 26px 28px;
    text-align:center;
    text-decoration:none !important;
    border-radius:28px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 22px 60px rgba(0,0,0,.18);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    transition:all .28s ease;
    overflow:hidden;
}

.av-glass-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,0) 40%),
        radial-gradient(circle at top right, rgba(130,234,246,.12), transparent 34%);
    pointer-events:none;
}

.av-glass-card:hover{
    transform:translateY(-8px);
    border-color:rgba(130,234,246,.26);
    box-shadow:0 28px 70px rgba(0,0,0,.24);
}

.av-glass-card-icon{
    position:relative;
    z-index:1;
    width:190px;
    height:122px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.av-glass-card-icon img{
    max-width:100%;
    max-height:110px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 16px 20px rgba(0,0,0,.14));
}

.av-glass-card h3{
    position:relative;
    z-index:1;
    font-size:26px;
    line-height:1.15;
    font-weight:900;
    color:#fff !important;
    margin:0 0 10px;
}

.av-glass-card p{
    position:relative;
    z-index:1;
    margin:0;
    font-size:17px;
    line-height:1.5;
    color:rgba(255,255,255,.82) !important;
}

.av-glass-card.disabled{
    cursor:default;
    opacity:.96;
}

.av-glass-card.disabled:hover{
    transform:none;
    border-color:rgba(255,255,255,.14);
    box-shadow:0 22px 60px rgba(0,0,0,.18);
}

.av-coming-badge{
    position:absolute;
    top:16px;
    right:16px;
    z-index:2;
    background:linear-gradient(135deg,#ff746f 0%, #ff5f6d 100%);
    color:#fff;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    line-height:1;
    letter-spacing:.02em;
    box-shadow:0 10px 20px rgba(255,95,109,.24);
}

/* contact section */
.av-contact-wrap{
    padding:20px 0 100px;
}

.av-contact-card{
    max-width:980px;
    margin:0 auto;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    border-radius:30px;
    box-shadow:0 24px 70px rgba(0,0,0,.20);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    padding:44px;
}

.av-contact-card h2{
    font-size:56px;
    line-height:1;
    font-weight:900;
    color:#fff;
    text-align:center;
    margin:0 0 28px;
    text-shadow:0 10px 30px rgba(0,0,0,.25);
}

.av-contact-card .form-control{
    min-height:56px;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    padding:14px 18px !important;
    box-shadow:none !important;
    font-size:16px;
}

.av-contact-card .form-control::placeholder{
    color:rgba(255,255,255,.68) !important;
}

.av-contact-card .form-control:focus{
    border-color:#56d5e6 !important;
    box-shadow:0 0 0 4px rgba(86,213,230,.14) !important;
    background:rgba(255,255,255,.12) !important;
}

.av-contact-card textarea.form-control{
    min-height:170px !important;
    resize:vertical;
}

.av-contact-btn-row{
    text-align:center;
    margin-top:10px;
}

.av-contact-card .bttnSubmit,
.av-contact-card #contact_inquiry_submit{
    min-width:220px !important;
    min-height:58px !important;
    padding:16px 34px !important;
    border:none !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,#0E7787 0%, #12A3B8 100%) !important;
    color:#fff !important;
    font-size:17px !important;
    font-weight:800 !important;
    line-height:1 !important;
    box-shadow:0 16px 40px rgba(14,119,135,.28) !important;
    transition:all .25s ease !important;
}

.av-contact-card .bttnSubmit:hover,
.av-contact-card #contact_inquiry_submit:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#0c6b78 0%, #1091a4 100%) !important;
    color:#fff !important;
    box-shadow:0 20px 46px rgba(14,119,135,.34) !important;
}

/* optional client logo strip */
.av-client-strip{
    padding:34px 0;
    background:linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.34) 100%);
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
}

.av-client-strip .logoCoverBox{
    height:72px;
}

.av-client-strip .logoCoverBox img{
    max-height:42px !important;
    width:auto !important;
    opacity:.78;
    transition:all .25s ease;
    filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(41deg) brightness(105%) contrast(101%);
}

.av-client-strip .logoCoverBox img:hover{
    opacity:1;
    transform:scale(1.04);
}

/* kill old light gray banner look on these pages */
.innerpage-sec,
.contactUs-sec{
    background:transparent !important;
    padding:0 !important;
}

.contactUs-sec h1,
.contactUs-sec h3{
    margin:0 !important;
}

/* responsive */
@media (max-width: 1199px){
    .av-inner-hero h1{
        font-size:58px;
    }

    .av-contact-card h2{
        font-size:48px;
    }
}

@media (max-width: 991px){
    .av-inner-hero{
        padding:95px 0 50px;
    }

    .av-inner-hero h1{
        font-size:44px;
    }

    .av-inner-hero p{
        font-size:18px;
    }

    .av-glass-card h3{
        font-size:22px;
    }

    .av-glass-card p{
        font-size:15px;
    }

    .av-contact-wrap{
        padding:10px 0 85px;
    }

    .av-contact-card{
        padding:30px 22px;
        border-radius:22px;
    }

    .av-contact-card h2{
        font-size:38px;
    }
}

@media (max-width: 575px){
    .av-inner-hero h1{
        font-size:34px;
    }

    .av-inner-hero p{
        font-size:16px;
    }

    .av-inner-grid-sec{
        padding:12px 0 70px;
    }

    .av-glass-card{
        padding:24px 18px 22px;
        border-radius:22px;
    }

    .av-glass-card-icon{
        width:160px;
        height:110px;
    }

    .av-glass-card h3{
        font-size:21px;
    }

    .av-contact-card h2{
        font-size:30px;
    }

    .av-contact-card .bttnSubmit,
    .av-contact-card #contact_inquiry_submit{
        width:100% !important;
        min-width:100% !important;
    }
}
/* =========================================================
   1. THE ULTIMATE LAYOUT & LOGO LOCK
   (Consolidated from the bottom of your file)
   ========================================================= */
header .container,  
nav .container,  
.container,  
.container.transferPage {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block !important;
}

/* Standard logo size to stop the snap/jump */
.altered-vinyl-logo, 
header img, 
a.navbar-brand > img {
    width: 180px !important; 
    height: auto !important;
    display: block !important;
}

/* Stop horizontal shift when switching pages */
html {
    overflow-y: scroll !important;
}

/* Align logo area */
.header-left, .logo-wrapper {
    margin-left: 0 !important;
    padding-left: 0 !important;
}


/* =========================================================
   2. UNIFIED BACKGROUND ALIGNMENT (The Ocean Image Fix)
   (Forces all backgrounds to 'center top' so they match)
   ========================================================= */
.topbanner-sec.av-hero-sec,
.topbanner-sec.av-hero-sec .av-hero-bg,
.av-directory-shell,
.av-directory-bg,
.av-inner-page,
.av-inner-page:before,
.av-contact-wrap,
.av-contact-card,
.av-inner-hero-match.topbanner-sec.av-hero-sec {
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Specific background fix for Sticker Directory */
.av-directory-stickers {
    position: relative !important;
    overflow: hidden !important;
    background: none !important;
}

.av-directory-stickers::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(4,12,16,.78) 0%, rgba(4,12,16,.68) 20%, rgba(4,12,16,.78) 55%, rgba(4,12,16,.92) 100%), 
                url("../images/hero-ocean.png") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 0 !important;
}

.av-directory-stickers > * { position: relative !important; z-index: 1 !important; }


/* =========================================================
   3. INNER PAGE HERO & TITLE POLISH
   ========================================================= */
.av-inner-hero-match.topbanner-sec.av-hero-sec {
    min-height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 120px 0 90px;
}

.av-inner-hero-match .av-hero-copy {
    max-width: 1200px !important;
    margin: 0 auto;
}

.av-inner-hero-match .av-hero-copy h1 {
    font-size: clamp(44px, 4vw, 68px) !important;
    line-height: 1.02 !important;
    font-weight: 800;
}

/* Force single line on wide screens */
@media (min-width: 992px) {
    .av-inner-hero-match .av-hero-copy h1 {
        white-space: nowrap !important;
        font-size: 58px !important;
    }
}


/* =========================================================
   4. TRUST CARDS / MATERIAL ICONS
   ========================================================= */
.av-trustbar { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 24px; }

.av-trust-item {
    flex: 1;
    max-width: 230px;
    padding: 26px 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.av-material-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.av-material-icon img {
    max-width: 130px;
    max-height: 95px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
/* =========================================
   RESTORE PRODUCT PAGE FEATURE ICONS
   (Fixes the "Hanging Off" issue)
   ========================================= */

.product-features {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 15px !important;
    margin-top: 35px !important;
    text-align: center !important;
    width: 100% !important;
    border-top: 1px solid #e5e7eb !important;
    padding-top: 30px !important;
}

.feature-item {
    flex: 1 !important;
}

.feature-item img {
    max-width: 130px !important; /* Limits size so they fit in the column */
    width: 100% !important;
    height: auto !important;
    margin-bottom: 12px !important;
}

.feature-item h4 {
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
}

.feature-item p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #667085 !important;
}

/* Mobile Tweak: Stack icons on small screens */
@media (max-width: 768px) {
    .product-features {
        flex-wrap: wrap !important;
    }
    .feature-item {
        flex: 0 0 45% !important;
    }
}