:root {
    --prim-color: #f20262 ;
    --prim-color-h: #c1014e ;
}

.mnu{
    color: #575757 !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.hdr,.ftr{
    background: #e4e8ec !important;
}


#site-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#site-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-content {
    text-align: center;
}

.loader-logo {
    width: 120px; 
    height: auto;
    margin-bottom: 30px;
    animation: pulse 1.5s ease-in-out infinite;
}


.loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db; 
    border-radius: 50%;
    margin: 0 auto;
    animation: spin 0.8s linear infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 768px) {
    .loader-logo {
        width: 90px;
    }
    
    .loader-spinner {
        width: 30px;
        height: 30px;
    }
}

body{
    background: #fafafa !important;
}



.card-img-top{
    aspect-ratio:3/4;
}

.card{
    border: 1px solid #fde4ce !important;
    box-shadow: 0 4px 20px rgba(243, 138, 51, 0.08) !important;
}



.brands_wiper{
    width:150px;
}

.bg-orange{
    background:radial-gradient(71.3% 71.3% at 50% 46.75%,#ff7b00 0%,#ff7300 45.19%,#ff0d0de6 100%);
}

.bg-brand-card{
    background:#172f64;
}

.ctscrd{
    background:#ffffff;
    border-radius:10px;
    padding:10px;
    border: 1px solid #fde4ce !important;
}

.ctscrd2{
    background:#ffffff;
    border-radius:10px;
    padding:10px;
    border: 1px solid #fde4ce !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
    text-align: center;
}

.ctstitle{
    height:50px;
    margin-top:10px;
    margin-bottom:30px;
    padding:8px;
}

.ctstitle h2,.ctstitle h3{
    text-align:right;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.ctsprice{
    text-align:left;
    margin-bottom: 12px;
    margin-left: 12px;
}

.product-image-wrapper {
    position: relative;
    padding-top: 100%;
    background: #f8f9fa;
    overflow: hidden;
}

.product-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dsval2{
    position: absolute;
    top: 30px;
    z-index: 2;
    right: -1px;
}

.dsval2 span {
    background-color: #dc3545;
    color: white;
    padding: 5px;
    font-weight: bold;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.dsval3{
    position: absolute;
    top: 55px;
    z-index: 2;
    right: -2px;
}

.dsval3 span {
    background-color: #dc3545;
    color: white;
    padding: 5px;
    font-weight: bold;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.text-orange{
    color :var(--prim-color);
}

.nimkat{
    font-family: 'Nimkat' !important;
}

.height-stretch{
    height:stretch;
}

.swiper_pop_box{
    position:relative;
    height:stretch;
    background:white;
    border-radius:0.375rem;
    padding:0.5rem;
    border: 1px solid #fde4ce !important;
}

.swiper_pro_box{
    position:relative;
    height:stretch;
    background:white;
    border-radius:0.375rem;
    padding:0.5rem;
}

.swiper_pro_box img{
    width:11rem;
}

.swiper_pro_title{
    background :#ffe4c4 !important;
    color:#444444;
    font-family: 'Nimkat' !important;
    text-align:center !important;
    line-height: 1.6;
    padding:5px;
    border-radius:5px;
}

.swiper_off_box{
    position:relative;
    height:stretch;
    background:white;
    border-radius:0.375rem;
    padding:0.5rem;
}

.swiper_off_box img{
    width:8rem;
}

.swiper_off_title{
    background : #dc3545 !important;
    color: white;
    font-family: 'Nimkat' !important;
    text-align:center !important;
    line-height: 1.6;
    padding:5px;
    border-radius:5px;
}

.more-than{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    text-align:center !important;
}

.catecardname{
    font-size:14px;
    color:#444444;
}

.catecardname:hover{
    color:red;
}

.iconsoncard{
    position:absolute;
    top: 10%;
    left:0;
    background:#ffefd7;
    border-radius:0 10px 10px 0;
    z-index:2;
}

swiper-container {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-sides-offset: 10px;
}


swiper-container::part(button-prev),
swiper-container::part(button-next) {
    width: 25px;
    height: 25px;
    background: #101010;
    padding: 4px;
    border-radius: 5px;
}


swiper-container::part(button-prev) svg,
swiper-container::part(button-next) svg {
    width: 25px;
    height: 30px;
}

.fullCardStyles{
    border:1px solid #f2910085;
    border-radius:10px;
}

.brd_title{
    font-size:16px;
}




.menu-icon {
    cursor: pointer;
    font-size: 1.5rem;
    color: #333;
    transition: all 0.2s ease;
    padding: 10px;
    display: inline-block;
}

.menu-icon:hover {
    color: #000;
    transform: scale(1.1);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}


.mega-menu-wrapper {
    position: static !important; 
}

.mega-menu-container {
    position: fixed;
    top: 60px; 
    left: 50%;
    transform: translate(-50%, 15px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    width: 900px;
    max-width: 95vw;
}

.mega-menu-container.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}


.mobile-menu-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    border-radius: 16px 16px 0 0;
}

.mobile-menu-title {
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a1a;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #666;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.mobile-menu-close:hover {
    background: #f0f0f0;
    color: #000;
}


.mega-menu-scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 0;
}


.mega-menu-scroll::-webkit-scrollbar {
    width: 4px;
}

.mega-menu-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.mega-menu-scroll::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}

.mega-menu-scroll::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


.mega-menu-scroll {
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;
}


.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 24px;
}

.mega-menu-column {
    padding: 12px 16px;
    border-left: 1px solid #f8f8f8;
}

.mega-menu-column:last-child {
    border-left: none;
}


.column-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f5f5f5;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.column-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.column-title a:hover {
    color: #666;
}


.mega-menu-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-link {
    display: block;
    padding: 5px 0;
    color: #666;
    text-decoration: none;
    font-size: 0.8125rem;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-link:hover {
    color: #1a1a1a;
    padding-right: 8px;
}


.mega-menu-level-1 .menu-link {
    font-weight: 500;
    color: #555;
}

.mega-menu-level-2 {
    padding-right: 12px;
}

.mega-menu-level-2 .menu-link {
    font-size: 0.75rem;
    color: #888;
    position: relative;
}

.mega-menu-level-2 .menu-link::before {
    content: '—';
    margin-left: 6px;
    color: #ddd;
}

.mega-menu-level-3 {
    padding-right: 20px;
}

.mega-menu-level-3 .menu-link {
    font-size: 0.75rem;
    color: #aaa;
}

.mega-menu-level-3 .menu-link::before {
    content: '·';
    margin-left: 6px;
    color: #ddd;
}


@media (max-width: 768px) {
    .mega-menu-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0;
        transform: translateX(0);
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
    }
    
    .mega-menu-container.active {
        right: -50%;
    }
    
    .mobile-menu-header {
        display: flex;
        border-radius: 0;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .mega-menu-scroll {
        max-height: calc(100vh - 60px);
        height: calc(100vh - 60px);
        padding: 0;
    }
    
    .mega-menu-inner {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 8px 0 40px 0;
    }
    
    .mega-menu-column {
        border-left: none;
        border-bottom: 1px solid #f8f8f8;
        padding: 16px 20px;
    }
    
    .mega-menu-column:last-child {
        border-bottom: none;
    }
    
    .column-title {
        position: relative;
        margin-bottom: 8px;
    }
    
    .menu-link {
        padding: 8px 0;
        font-size: 0.875rem;
    }
    
   
    .mega-menu-container {
        will-change: right;
    }
    
    .mega-menu-column > ul {
        display: none;
    }
    
    .mega-menu-column.open > ul {
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .mega-menu-container {
        width: 700px;
    }
    
    .mega-menu-inner {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mega-menu-scroll {
        max-height: 400px;
    }
}


.mega-menu-wrapper.click-mode .mega-menu-container {
   
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin: 2rem 0 100px 0;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-item {
    border-radius: 8px;
    overflow: hidden;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.page-link:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.page-item.active .page-link {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(13,110,253,0.3);
}

.page-item.active .page-link:hover {
    background: #0b5ed7;
    border-color: #0b5ed7;
}


.page-link[rel="prev"],
.page-link[rel="next"] {
    font-weight: 600;
    padding: 0 16px;
}


@media (max-width: 576px) {
    .page-link {
        min-width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }
}


/*Top menu*/
.top-menu{
    padding:5px;
    margin-left:12px;
    
}

.top-menu:hover{
    border-radius:8px;
    background:#fbbe7b;
    
    ttransition: all 0.4s;
}

.top-menu:hover i, .top-menu:hover span{
color:#ffffff !important;
}



.top-menu i,.top-menu span{
    color:#626262 !important;
    font-size:15px;
}

.hero-wrap {
    --brand-1: #fe8700;
    --brand-2: #ff5e1a;
    --brand-3: #ffb020;
    --ink: #1a1206;
    --muted: #7a6a55;
    --line: #f0e6d8;
    direction: rtl;
    font-family: "Vazirmatn", "nimkat", "IRANSans", Tahoma, system-ui, -apple-system, sans-serif;
  }

  .hero-wrap .hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(254, 135, 0, .10);
    box-shadow:
      0 40px 80px -45px rgba(254, 135, 0, .55),
      0 2px 6px -2px rgba(26, 18, 6, .06);
  }

  .hero-wrap .blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
  }
  .hero-wrap .blob-1 {
    width: 340px;
    height: 340px;
    top: -140px;
    right: -110px;
    background: radial-gradient(circle at 30% 30%, #ffd29a, #fe8700);
    opacity: .55;
    animation: heroFloat 9s ease-in-out infinite;
  }
  .hero-wrap .blob-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -100px;
    background: radial-gradient(circle at 30% 30%, #ffb020, #ff5e1a);
    opacity: .38;
    animation: heroFloat 12s ease-in-out infinite reverse;
  }
  @keyframes heroFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(0, -22px, 0); }
  }

  .hero-wrap .hero-inner {
    position: relative;
    z-index: 1;
  }

  .hero-wrap .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--brand-1);
    background: linear-gradient(135deg, rgba(254, 135, 0, .10), rgba(255, 176, 32, .12));
    border: 1px solid rgba(254, 135, 0, .22);
    margin-bottom: 18px;
  }
  .hero-wrap .hero-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-1);
    box-shadow: 0 0 0 4px rgba(254, 135, 0, .20);
    animation: heroPulse 1.8s ease-in-out infinite;
  }
  @keyframes heroPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(254, 135, 0, .20); }
    50%      { box-shadow: 0 0 0 9px rgba(254, 135, 0, 0); }
  }

  .hero-wrap .hero-site {
    font-size: clamp(.95rem, 1.2vw, 1.05rem);
    font-weight: 700;
    color: var(--muted);
    margin: 0 0 10px;
    letter-spacing: .2px;
  }

  .hero-wrap .hero-title {
    font-size: clamp(1.7rem, 3vw + .6rem, 3.1rem);
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 20px;
    background: linear-gradient(100deg, var(--brand-1), var(--brand-2) 45%, var(--brand-3));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hero-wrap .hero-text {
    color: var(--muted);
    font-size: .98rem;
    line-height: 2;
    max-width: 46ch;
    margin-bottom: 26px;
  }

  .hero-wrap .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .hero-wrap .feature-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    font-weight: 600;
    color: #4a3b28;
  }
  .hero-wrap .feature-list .tick {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-2), var(--brand-1));
    box-shadow: 0 6px 14px -6px rgba(254, 135, 0, .95);
  }
  .hero-wrap .feature-list .tick svg {
    width: 12px;
    height: 12px;
  }

  .hero-wrap .form-panel {
    background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
    border-top: 1px solid var(--line);
  }
  @media (min-width: 992px) {
    .hero-wrap .form-panel {
      border-top: 0;
      border-right: 1px solid var(--line);
    }
  }

  .hero-wrap .form-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ink);
    margin: 0;
  }
  .hero-wrap .form-title .ico {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
    box-shadow: 0 10px 20px -10px rgba(254, 135, 0, .95);
  }
  .hero-wrap .form-title .ico svg {
    width: 18px;
    height: 18px;
  }

  .hero-wrap .form-sub {
    font-size: .82rem;
    color: var(--muted);
    margin: 6px 0 0;
  }

  .hero-wrap .field {
    position: relative;
  }

  .hero-wrap .field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    color: #c2a688;
    pointer-events: none;
    transition: color .25s ease, transform .25s ease;
  }
  .hero-wrap .field-icon svg {
    width: 18px;
    height: 18px;
  }

  .hero-wrap .field-input {
    width: 100%;
    padding: 15px 46px 15px 16px;
    font-size: .94rem;
    font-family: inherit;
    color: var(--ink);
    background: #fdf8f1;
    border: 1.6px solid var(--line);
    border-radius: 14px;
    outline: none;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
    -webkit-appearance: none;
    appearance: none;
  }
  .hero-wrap .field-input::placeholder {
    color: #b9a68c;
  }
  .hero-wrap .field-input:hover {
    border-color: #f2d9b8;
  }
  .hero-wrap .field-input:focus {
    background: #ffffff;
    border-color: var(--brand-1);
    box-shadow: 0 0 0 4px rgba(254, 135, 0, .16);
  }
  .hero-wrap .field:focus-within .field-icon {
    color: var(--brand-1);
    transform: translateY(-50%) scale(1.08);
  }
  .hero-wrap .field-input[type="number"]::-webkit-outer-spin-button,
  .hero-wrap .field-input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .hero-wrap .field-input[type="number"] {
    -moz-appearance: textfield;
  }

  .hero-wrap .btn-submit {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 15px 20px;
    font-family: inherit;
    font-size: .98rem;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, var(--brand-1), var(--brand-2) 55%, var(--brand-3));
    background-size: 180% 180%;
    box-shadow: 0 18px 32px -16px rgba(254, 135, 0, .95);
    transition: transform .25s ease, box-shadow .25s ease, background-position .6s ease;
  }
  .hero-wrap .btn-submit:hover {
    transform: translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 24px 40px -18px rgba(254, 135, 0, 1);
  }
  .hero-wrap .btn-submit:active {
    transform: translateY(0);
  }
  .hero-wrap .btn-submit::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent);
    transform: skewX(-20deg);
    transition: left .65s ease;
  }
  .hero-wrap .btn-submit:hover::after {
    left: 140%;
  }

  .hero-wrap .form-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .76rem;
    color: #a89578;
    margin: 14px 2px 0;
  }
  .hero-wrap .form-note svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .hero-wrap .hero-badge-mobile {
    display: none;
  }

  @media (max-width: 991.98px) {
    .hero-wrap .hero-card {
      border-radius: 22px;
    }
    .hero-wrap .hero-title {
      margin-bottom: 14px;
    }
    .hero-wrap .hero-text {
      margin-bottom: 20px;
    }
    .hero-wrap .blob-1 {
      width: 240px;
      height: 240px;
      top: -110px;
      right: -90px;
    }
    .hero-wrap .blob-2 {
      width: 220px;
      height: 220px;
      bottom: -120px;
      left: -80px;
    }

    .hero-wrap .hero-badge-desktop {
      display: none;
    }

    .hero-wrap .hero-badge-mobile {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 20px;
      margin: 16px;
      cursor: pointer;
      user-select: none;
      -webkit-user-select: none;
      font-size: .95rem;
      font-weight: 700;
      color: var(--brand-1);
      background: linear-gradient(135deg, rgba(254, 135, 0, .10), rgba(255, 176, 32, .12));
      border: 1px solid rgba(254, 135, 0, .22);
      border-radius: 16px;
      box-shadow: 0 10px 24px -16px rgba(254, 135, 0, .8);
      transition: box-shadow .3s ease, transform .2s ease;
    }
    .hero-wrap .hero-badge-mobile:active {
      transform: scale(.98);
    }

    .hero-wrap .hero-badge-left {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .hero-wrap .hero-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--brand-1);
      box-shadow: 0 0 0 4px rgba(254, 135, 0, .20);
      animation: heroPulse 1.8s ease-in-out infinite;
    }

    .hero-wrap .hero-chevron {
      width: 18px;
      height: 18px;
      color: var(--brand-1);
      transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    }
    .hero-wrap .hero-check:checked ~ .hero-badge-mobile .hero-chevron {
      transform: rotate(180deg);
    }

    .hero-wrap .hero-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height .65s cubic-bezier(.4, 0, .2, 1);
    }
    .hero-wrap .hero-check:checked ~ .hero-content {
      max-height: 4000px;
    }
  }

  @media (max-width: 575.98px) {
    .hero-wrap .hero-card {
      border-radius: 18px;
    }
    .hero-wrap .field-input {
      padding: 14px 44px 14px 14px;
      font-size: .9rem;
    }
    .hero-wrap .btn-submit {
      padding: 14px 18px;
    }
    .hero-wrap .hero-badge-mobile {
      margin: 12px;
      padding: 13px 16px;
      font-size: .9rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-wrap .blob-1,
    .hero-wrap .blob-2,
    .hero-wrap .hero-badge .dot,
    .hero-wrap .hero-dot {
      animation: none;
    }
    .hero-wrap .btn-submit,
    .hero-wrap .field-input,
    .hero-wrap .hero-content,
    .hero-wrap .hero-chevron {
      transition: none;
    }
  }

