* {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

:root {
    --gray-100: #ffffffb2;
    --gray-200: #000000b2;
    --gray-300: #0000001f;
    --gray-450: #00000066;
    --gray-500: #0000004d;
    --gray-600: #ffffff1f;
    --gray-700: #ffffff3d;
    --gray-400: #ffffff6e;
    --gray-900: #475260;
    --gray-800: #f7f7f7;
    --green-100: #7dd543;
    --green-300: #5d7ab4;
    --green-400: #018f58;
    --green-500: #071a0d;
    --shadow-banner: 0px 14px 60px 0px #00000040;
    --blackish: #212121b2;
}

/* typography */
.title {
    font-size: 56px;
}

h1 {
    font-size: 48px;
    line-height: 0.8;
    letter-spacing: 2px;
}

h2 {
    font-size: 36px;
    letter-spacing: 1.2px;
}

h3 {
    font-size: 32px;
    letter-spacing: 0.4px;
}

h4 {
    font-size: 24px;
    color: white;
}

h5 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: var(--gray-200);
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-200);
}

p {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-100);
    margin: 0;
}

.fw7 {
    font-weight: 700;
}

.fw6 {
    font-weight: 600;
}

.fw5 {
    font-weight: 500;
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.logo {
    width: 100% !important;
}

.p-34 {
    padding: 34px;
}

.pb-25 {
    padding-bottom: 25px;
}
.pl-20 {
    padding-left: 20px;
}
.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.px-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
}
.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.mt-22 {
    margin-top: 22px;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-58 {
    margin-top: 58px;
}

.mt-10,
.mt-md-10 {
    margin-top: 10px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-12 {
    margin-left: 12px;
}
.my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.min-h-0 {
    min-height: 0 !important;
}

.min-w-0.banner.lg {
    min-width: 0 !important;
    width: auto !important;
}

.gap-40 {
    gap: 40px;
}

.gap-30 {
    gap: 30px;
}

.gap-38 {
    gap: 38px;
}

/* colors */

.text-18 {
    font-size: 18px !important;
}

.text-14 {
    font-size: 14px !important;
}

.tracking--1 {
    letter-spacing: -1px;
}

.tracking--2 {
    letter-spacing: -2px;
}

.leading-13 {
    line-height: 1.3;
}

.text-gray {
    color: var(--gray-300);
}

.text-gray-100 {
    color: var(--gray-100);
}

.text-gray-200 {
    color: var(--gray-200);
}

.text-gray-500 {
    color: var(--gray-500);
}

.text-light-gray {
    color: var(--gray-600);
}

.text-green {
    color: var(--green-400);
}

.text-green-500 {
    color: var(--green-500);
}

.bg-green {
    background-color: var(--green-500);
}

.bg-green-400 {
    background-color: var(--green-400) !important;
}

.bg-gray-800 {
    background-color: var(--gray-800);
}

/* main classes & components */

.inner-container {
    padding: 120px 32px;
    max-width: 1248px;
    margin: auto;
}

.main-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 80px;
}

.main-bg {
    background-image: url(./assets/main-bg.svg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.primary {
    box-shadow: var(--shadow-banner);
    background: var(--green-500);
    padding: 124px 0;
}

.banner.secondary {
    background-color: white;
    padding: 36px;
    min-height: 770px;
}

.banner.lg {
    min-width: 988px;
}

button {
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 100px;
}

button.primary {
    background-color: var(--green-400);
    padding: 16px auto;
    color: white;
    border: none;
}

button:disabled {
    background-color: #0000000f;
}

button.primary.outlined {
    background-color: transparent;
    color: var(--green-400);
    border: 1px solid var(--green-400);
    font-size: 14px;
    padding: 12px 20px;
    letter-spacing: -0.5px;
    min-width: 324px;
}

button.secondary {
    border: 1px solid var(--gray-400);
    background-color: var(--gray-600);
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 100px;
    color: white;
}

input {
    outline: none;
    line-height: 0;
    font-size: 14px;
    border-radius: 100px;
}

textarea {
    outline: none;
    padding: 8px 12px;
    border: 1px solid #0000001f;
    border-radius: 12px;
}

input[type="checkbox"] {
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    background-color: #f0f0f0;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px #00000014, 0px 2px 1px 0px #0000000f,
        0px 1px 3px 0px #0000001a;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: var(--green-400);
}

input[type="checkbox"]:checked::after {
    content: "";
    background-image: url(./assets/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 7px;
}

input[type="checkbox"] {
    border: none;
}

input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
    background-color: var(--green-400);
}

input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

input.primary {
    background-color: white;
    border: 1px solid #0000001f;
    padding: 15px 16px;
    color: var(--gray-200);
}

nav input.primary {
    padding: 10px 16px !important;
}

header {
    padding: 3px 0;
}

input.secondary {
    border: 1px solid var(--gray-700);
    background-color: var(--gray-600);
    padding: 24px 150px 24px 24px;
    color: white;
}

input.secondary::placeholder {
    color: var(--gray-100);
}

.status {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 100px;
}

.status.error {
    color: #e2714d;
    background-color: #f07d191f;
    border: 1px solid #e2b04d;
}

.border-b {
    border-bottom: 1px dashed #0000001f;
}

.h-275 {
    height: 275px !important;
}

.min-w-90 {
    min-width: 360px;
}

.max-w-125 {
    max-width: 500px;
}

.max-w-25 {
    max-width: 25%;
}

.top-40 {
    top: 135px;
}

.flex-1 {
    flex: 1;
}

.leading-3xl {
    line-height: 32px;
}

/* custom classes */
header hr {
    height: 10px;
    width: 1px;
    background-color: var(--gray-700);
}

nav a {
    text-decoration: none;
    font-size: 14px;
    color: var(--gray-200);
    line-height: 0;
}

.details p {
    letter-spacing: -0.5px;
}

.checkout {
    background-color: #fafafa;
    border: 1px solid #0000001f;
    padding: 36px;
}

.checkout.mt-4 {
    margin-top: 40px !important;
}

.estimated-price {
    border: 1px solid #018f58;
    background-color: #e1f2eb;
    padding: 12px 36px;
    border-radius: 100px;
    width: 100%;
    margin: auto;
}

.progress {
    background-color: #dcdcdc;
    height: 4px;
    width: 100%;
    border-radius: 100px;
}

.warning {
    border-radius: 8px;
    background-color: #f0f0f0;
    padding: 20px;
    font-size: 12px;
    color: #000000b2;
}

#step2 input {
    padding: 12px 24px;
}

.rounded-top-48 {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}

@media (max-width: 1199px) {
    button.position-absolute {
        position: relative !important;
    }

    .banner {
        padding: 90px 0;
    }

    button.primary,
    input.secondary {
        font-size: 14px;
    }

    input.secondary {
        padding: 12px 24px;
    }

    .banner.secondary {
        width: 100% !important;
        min-height: 750px;
        padding: 32px 47px;
    }

    .checkout {
        padding: 18px 29px;
    }

    .checkout.rounded-4 {
        margin-top: 32px !important;
    }

    .estimated-price {
        padding: 7px 36px;
    }

    #step1 {
        margin-top: 22px;
    }

    .main-container.main {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .banner.lg {
        width: 700px !important;
        min-width: 700px;
    }

    .banner h3 {
        font-size: 24px;
    }
    .banner h6 {
        font-size: 16px;
    }
    .text-sm {
        font-size: 13px;
    }
    h5 {
        font-size: 14px;
    }

    .details {
        padding: 34px 26px;
    }
}

@media (max-width: 1026px) {
    .inner-container {
        padding: 72px 32px;
    }

    #success h5 {
        font-size: 18px !important;
    }

    .gap-38 {
        gap: 25px;
    }

    .title {
        font-size: 36px;
    }

    h1 {
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: 1px;
    }
    h2 {
        font-size: 24px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        line-height: 1.5;
    }

    nav .main-container,
    .main-container.main {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #complain main.main-container {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    #complain .banner.secondary {
        padding: 33px 37px;
    }

    #complain .banner.secondary h4 {
        line-height: 1.4;
    }

    nav.py-12 {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
    }

    .banner.lg {
        min-width: 0;
        width: auto;
    }

    .banner.primary {
        padding: 84px 0;
    }

    article.banner.mt-75 {
        margin-top: 4px !important;
        margin-left: 22px;
    }

    article.banner .mt-58 {
        margin-top: 62px !important;
    }

    .mt-md-35 {
        margin-top: 35px !important;
    }

    .mt-md--4 {
        margin-top: 4px !important;
    }

    .mt-10.mt-md--4 {
        margin-top: 20px !important;
    }

    .max-w-125.mt-90 {
        margin-top: -6px !important;
    }

    .max-w-125.mt-90 h5 {
        font-size: 20px;
    }

    input.secondary {
        padding: 17px !important;
    }

    .illustrations {
        max-width: 80px !important;
    }
    #order .banner.secondary.mt-md-5 {
        margin-top: 22px !important;
    }

    #order .banner.secondary {
        padding: 26px 40px;
        min-height: 557px;
    }

    #order-details main.px-60 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    #order-details main .banner {
        margin-top: 91px !important;
        padding: 14px 20px !important;
    }

    #order-details .details {
        margin-top: 0 !important;
        padding: 20px 0px !important;
    }

    #order-details .details h4 {
        font-size: 17px;
    }
}

@media (max-width: 624px) {
    .inner-container {
        padding: 80px 12px;
    }

    .mt-md-10 {
        margin-top: 0 !important;
    }

    .logo {
        width: 50% !important;
    }

    .main-container {
        padding: 0 20px;
    }

    .mt-10.mt-md--4 {
        margin-top: 10px !important;
    }

    h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    h1,
    h5,
    h2 {
        max-width: 280px;
        margin: auto;
    }

    h5 {
        line-height: 1.2;
    }

    .banner.mt-75 {
        margin-top: 48px !important;
    }
    h2 {
        line-height: 1.5;
    }

    h3 {
        font-size: 24px;
    }

    .banner {
        padding: 48px 20px 20px;
    }

    button.secondary {
        width: 100%;
    }

    header.gap-30 {
        gap: 12px;
    }

    header p {
        font-size: 11px;
    }

    header hr {
        height: 4px;
    }

    .details p,
    h6 {
        font-size: 12px;
    }

    .banner.primary {
        padding: 47px 20px 12px 20px;
    }

    .banner.secondary {
        min-height: 455px;
    }

    .details h4,
    .text-18 {
        font-size: 18px !important;
    }

    .details h5,
    .text-sm {
        font-size: 14px;
    }
    .text-xs {
        font-size: 12px;
    }

    button.primary.outlined {
        min-width: 0;
    }

    .estimated-price {
        border-radius: 8px;
        padding: 8px;
    }

    .estimated-price h5,
    h6 {
        font-size: 14px !important;
    }

    .estimated-price p {
        font-size: 12px;
    }
    .checkout {
        padding: 24px 20px;
        margin-top: 12px;
    }

    #step1 {
        margin-top: 34px;
    }

    .warning {
        margin-top: 6px !important;
    }

    .bg-gray-800 {
        background-color: transparent;
    }

    .banner.secondary.mt-30 {
        margin-top: 74px;
    }

    .banner.secondary {
        padding: 24px;
    }

    nav .main-container,
    .main-container.main {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    nav.py-12 {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    article.banner.mt-75 {
        margin-left: 0;
        margin-top: 26px !important;
    }

    article.banner .mt-58 {
        margin-top: 33px !important;
    }

    .mt-sm-26 {
        margin-top: 26px !important;
    }

    .mt-sm-5 {
        margin-top: 5px !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .mt-sm-28 {
        margin-top: 28px;
    }

    .pb-sm-28 {
        padding-bottom: 28px !important;
    }

    .checkout.mt-4 {
        margin-top: 53px !important;
    }

    #order .max-w-125.mt-90 {
        margin-top: 46px !important;
    }

    #order .max-w-125.mt-90 h5 {
        line-height: 1.5;
    }

    #order main.px-60 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #order .banner.secondary {
        padding: 32px 19px;
        min-height: 463px;
    }

    .max-w-125.mt-90 {
        margin-top: 48px !important;
    }

    #order-details main.px-60 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #order-details main button {
        margin-top: 40px !important;
    }

    #order-details .banner button.primary {
        margin-top: 20px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #order-details .details {
        margin-top: 0 !important;
        padding: 16px 0px !important;
    }
}

/* article page css */
.article-bgImage {
    background-image: url(./assets/heroBgImage.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 498px;
    /* height: 100%; */
    width: 100%;
}
.w-1116 {
    max-width: 1116px;
    width: 100%;
    /* bottom: -270px; */
}
.imageDimension {
    border-radius: 16px;
    max-width: 880px;
    width: 100%;
    max-height: 480px;
    height: 100%;
}
.secondary-container {
    margin-inline: auto;
    max-width: 880px;
    width: 100%;
    padding-top: 230px;
}
.text-green-300 {
    color: var(--green-300);
}
.text-blackish {
    color: var(--blackish);
}
.text-gray-900 {
    color: var(--gray-900);
}

.border-radius-50 {
    border-radius: 50px;
}
.image-1 {
    max-width: 384px;
    max-height: 254px;
    width: 100%;
    height: 100%;
}
.image-2 {
    max-width: 384px;
    max-height: 280px;
    width: 100%;
    height: 100%;
}

.image-3 {
    max-width: 384px;
    max-height: 314px;
    width: 100%;
    height: 100%;
}
.w-1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.date-bg {
    font-weight: 600;
    font-size: 14px;
    background-color: #0000000f;
    padding: 4px 8px;
}
.dotDimension {
    width: 8px;
    height: 8px;
}
.w-1376 {
    margin-left: auto !important;
    max-width: 1320px !important;
    width: 100% !important;
}

.container-1256 {
    max-width: 1256px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.container-1256 > div {
    flex: 1 1 50%;
}
.container-280 {
    width: 280px;
}
.text-gray-450 {
    color: var(--gray-450);
}
.container-1280 {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.container-1280 > div {
    flex: 1 1 50%;
}
.container-330 {
    max-width: 330px !important;
    width: 100% !important;
}
.text-12 {
    font-size: 12px !important;
}
.text-green-100 {
    color: var(--green-100);
}
.border-gray-600 {
    border-color: var(--gray-600) !important;
}
.z-index-overlay {
    z-index: 20;
}

.overflow-auto::-webkit-scrollbar {
    display: none;
}

.overflow-auto {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
    display: none; /* Initially hidden, will be shown on mobile */
}

.mobile-nav {
    display: none; /* Hidden by default */

    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-top: 60px;
    text-align: center;
}

.mobile-nav a {
    display: block;
    color: white;
    padding: 10px;
    margin-bottom: 16px;
    text-decoration: none;
}

.mobile-nav a:hover {
    background-color: #575757;
}

.back-icon {
    font-size: 20px;
    cursor: pointer;
    color: white;
    padding: 10px;
    text-align: left;
    margin: 10px 16px;
}
.padding-120-60 {
    padding: 60px 120px;
}
.bottom-270 {
    bottom: -230px;
}
@media screen and (max-width: 1026px) {
    .secondary-container {
        padding-top: 200px;
    }
    .bottom-270 {
        bottom: -150px;
    }
    .padding-120-60 {
        padding: 40px 30px;
    }
    .container-330 {
        max-width: 280px !important;
    }
}
@media screen and (max-width: 768px) {
    .secondary-container {
        padding-top: 220px;
    }
    .articleTitle {
        max-width: max-content;
        width: 100% !important;
        font-size: 30px;
    }
    .menu-icon {
        display: block; /* Show on mobile */
    }
    .bottom-270 {
        bottom: -200px;
    }

    .card,
    .col-md-4 {
        max-width: 370px !important;
        width: 100% !important;
    }
    .article-bgImage {
        background-position: center;
        background-size: contain;
        height: 260px;
    }
}
@media screen and (max-width: 624px) {
    .article-bgImage {
        height: 210px;
    }
    .articleTitle {
        font-size: 24px !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 530px) {
    .article-bgImage {
        height: 180px;
    }
    .bottom-270 {
        bottom: -180px;
    }
    .articleTitle {
        font-size: 20px !important;
        margin: 0 !important;
    }
    .padding-120-60 {
        padding: 20px 30px;
    }
}
.attachment__caption {
    display: none;
}
