/* =========================
   Base / Theme Variables
   ========================= */
:root {
    --brand-blue: #007bff;
    --brand-navy: #000033;
    --brand-navy-950: #030032;
    --text-light: #fff;
    --text-muted: #777;
    --shadow-md: 0 7px 15px rgb(0 0 0 / 13%), 0 1px 4px rgb(0 0 0 / 11%);
}

/* =========================
   Resets / Shared Utilities
   ========================= */
.wrapper-div {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 0 !important;
}

.float-left {
    float: left;
}

/* .row>div {
    padding: 7px;
} */

.home-element img,
.product-related img,
.carousel-row img {
    width: 100%;
    height: auto;
}

/* FontAwesome chevron used in info table bullets */
.info-table tr:nth-child(2n+1)>td>b::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--brand-blue);
    margin-right: 10px;
}

/* Slick arrows (one rule instead of many) */
.slick-prev::before,
.slick-next::before {
    font-size: 30px !important;
    color: #000 !important;
}

.slick-next {
    right: -15px !important;
}

/* =========================
   Spacing / Sections
   ========================= */

.section {
    position: relative;
    margin-top: 25px;
    padding: 0 20px;
    text-align: left;
}

.section>div {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
}

.form-input>label {
    font-size: 14px;
    margin-bottom: 1px;
    color: var(--text-muted);
}

/* Info block */
.info-section {
    margin-top: 60px !important;
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
}

.info-section-header i {
    color: #fff;
    background: var(--brand-blue);
    border-radius: 2.2rem;
    width: 2.4rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem;
    margin: 0 10px 0 0;
}

/* =========================
   Hero / Banner
   ========================= */
.hero {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.hero1-content {
    background: transparent;
    height: 450px;
    position: relative;
}

.hero-text {
    margin-top: calc(50% - 69px);
    text-align: center;
    transform: skew(20deg, 0);
}

.hero-img {
    transform: skew(20deg, 0);
    height: 100%;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: inline;
}

.hero-containers {
    z-index: 1;
    height: calc(23vw + 8px);
    min-height: 250px;
}

.hero-left {
    background-color: #caebf4;
    transform: skew(-20deg, 0);
    border-right: 10px solid #fff;
    margin-right: 0;
    height: calc(23vw + 8px);
    min-height: 250px;
    position: relative;
}

.hero-left:before {
    background: #caebf4;
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: skew(20deg);
}

.hero-right {
    background-color: #feda8d;
    transform: skew(-20deg, 0);
    margin-left: 0;
    height: calc(23vw + 8px);
    min-height: 250px;
    position: relative;
}

.hero-right:after {
    background: #feda8d;
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(20deg);
}

/* Banner */
.hero-space {
    margin-inline: -15px;
    position: relative;
}

.hero-container {
    display: flex;
    position: relative;
}

.hero-container>div {
    width: 50%;
}

.banner-left {
    justify-content: center;
    /* padding-top: 20px; */
}

.banner-right {
    text-align: center;
}

.banner-header {
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    line-height: 3rem;
}

.banner-desc {
    font-size: 17px;
    margin: 17px 0 45px;
    line-height: 25px;
    color: #fff;
    padding-left: 20px;
    border-left: 3px solid var(--brand-blue);
}

.banner-buttons {
    /* display: flex; */
    gap: 15px;
    flex-wrap: wrap;
}

.banner-button-primary {
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    padding: 21px 31px 24px;
    background: linear-gradient(220deg, #457AFF 0%, #1E59FF 60.16%);
    border-radius: 10px;
    border: 0;
    margin-right: 15px;
}

.banner-button-secondary {
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    padding: 19px 31px 22px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: transparent;
}

.banner-button-secondary.partner {
    color: var(--brand-navy) !important;
    border-color: var(--brand-navy);
}

/* =========================
   “Design Service” (video bg)
   ========================= */
.design-service {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.bg-video,
.bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.row.design-row {
    margin-top: 30px;
    margin: 30px 20px;
}

.design-service-content {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.row>div {
    margin-bottom: 30px;
}

.trusted-icons>div {
    margin-bottom: unset;
}

.design-server-details h1 {
    padding-top: 30px;
}

.design-service-btn {
    border: 0;
    background: var(--brand-navy);
    border-radius: 35px;
    color: #fff;
    font-size: 20px;
    padding: 12px 26px 15px;
    margin-top: 20px;
    width: fit-content;
}

.design-service-btn i {
    margin-left: 10px;
}

/* =========================
   Cards / Blocks
   ========================= */
.flex-cat-block {
    color: #8f8f8f;
    overflow: visible;
    font-size: 13px;
    position: relative;
}

.flex-cat-img {
    overflow: hidden;
    position: relative;
}

.flex-cat-img>.img-container {
    padding: 25px 0;
    overflow: visible;
}

.flex-cat-button {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
}

.secret {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    padding: 0px 15px;
}

.how-it-works {
    margin-bottom: 30px;
}

.secret-2 {
    background: #E3F2FD;
    padding: 15px 0px;
    transform: skew(-20deg, 0deg);
    color: #000;
    border-left: 10px solid #3279fd;
    border-right: 10px solid #3279fd;
}

.why-us {
    margin-top: 30px;
    margin-bottom: 30px;
}

.secret-2>div {
    width: fit-content;
    margin: auto;
    transform: skew(20deg, 0deg);
    line-height: 3.5rem;
}

.secret-2 span {
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: right;
    line-height: 1.9rem;
}

.flex-cat-button>button {
    background: unset;
    border: 0;
    border-top: 4px solid var(--brand-blue);
}

.why-us-section>div {
    margin-bottom: 30px;
}

.design-row>div {
    margin-bottom: 30px;
}

/* =========================
   Typography Highlights
   ========================= */
.how-works-number,
.how-its-easy {
    font-size: 60px;
    margin: auto;
    text-align: center;
}

.carousel-items2 {
    display: flex;
}

nav .banner-buttons {
    text-align: right;
}

nav .banner-button-primary {
    margin-right: 0px;
}

nav .banner-button-secondary {
    padding: 18px 31px 21px;
    margin-right: 15px;
}

.social-icons {
    list-style: none;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border: 1px solid #2196F3;
    font-size: 2rem;
    margin: 0px 10px 10px 0px;
}

.design-text {
    text-align: center;
    background: rgba(5, 15, 44, .7);
    color: #fff;
    border-radius: 12px;
    padding: 1rem;
    transition: .3s;
    border: 1px solid rgba(84, 104, 255, .1);
}

.design-text h3 {
    color: var(--brand-blue);
    margin-top: 20px;
    font-size: 17px;
}

.design-text-img>img,
.success-story-img>img {
    width: 100%;
}

.design-text div {
    color: #c1c1c1;
}

.slick-slider {
    margin: auto 50px;
}

/* =========================
   Carousels / Logos
   ========================= */
.carousel {
    background: unset;
}

.carousel-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin: 20px auto;
}

.carousel-block {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.carousel-col {
    margin: auto;
}

#print_type_carousel .slick-prev,
#print_type_carousel .slick-next {
    top: 33%;
}

/* =========================
   Product Cards
   ========================= */
.home-product {
    border-radius: 5px;
    box-shadow: var(--shadow-md);
    text-decoration: none;
    position: relative;
}

.product-link {
    color: #000;
    text-decoration: none;
}

.product-link:link,
.product-link:visited,
.product-link:hover,
.product-link:active {
    color: #000;
    text-decoration: none;
}

.product-info {
    background: #000;
    padding: 3px 10px;
    position: absolute;
    bottom: 0;
    opacity: .6;
    color: #fff;
    display: none;
}

.product-name {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    height: 45px;
}

.product-price {
    font-size: 12px;
    position: absolute;
    bottom: -8px;
    color: #000;
    width: 100%;
    text-align: center;
}

.product-price>div {
    font-size: 12px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 0 7px;
    width: fit-content;
    margin: 0 auto;
}

.product-price strike {
    color: #a9a9a9;
    font-size: 14px;
}

/* =========================
   Hot / Promo Blocks
   ========================= */
.hot-container {
    position: relative;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    margin-bottom: 14px;
}

.hot-container-img {
    position: absolute;
    inset: 0;
    transition: .2s ease all;
    background-position: center !important;
}

.hot-container-link {
    position: absolute;
    inset: 0;
    display: block;
    background: #00000070;
}

.hot-container:hover>.hot-container-img {
    transform: scale(1.035);
}

.hot-image-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hot-image-title>span {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-shadow: 2px 2px #272525;
}

.hot-image-title.light>div {
    color: #009688 !important;
    text-shadow: 1px 1px #fff !important;
    font-size: .9rem;
}

.hot-title,
.hot-topic,
.hot-link {
    text-shadow: 1px 1px #272525;
}

.hero-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 45%) 30%, rgb(0 0 0 / 16%) 66%, rgb(0 0 0 / 0%) 100%);
    height: 75px;
    line-height: 100px;
    font-family: 'Fjalla One', sans-serif;
}

.no-1 {
    color: #3279fd;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: -10px;
    font-family: "Sora", sans-serif;
}

.no-1-text {
    font-family: "Sora", sans-serif;
}

.no-1-customer {
    color: #3279fd;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: -10px;
    font-family: "Sora", sans-serif;
}



/* =========================
   Affiliate Strip
   ========================= */
.affliate_container {
    height: 200px;
    transform: skew(-20deg);
    color: #000;
    border-left: 10px solid #00aeef;
    border-right: 10px solid #fbb03b;
    overflow: hidden;
    background: #d7f7f1;
}

.affliate_container>div {
    height: 100%;
    background: url('/image-gallery/61a699084e310.png');
    background-size: cover;
    background-position: right;
    transform: skew(20deg);
}

.affliate_link,
.affliate_link:hover,
.affliate_link:focus,
.affliate_link:active {
    color: unset;
    text-decoration: unset;
}

.affliate-title {
    color: #545454;
    font-size: 1.2em;
    font-family: 'Fjalla One', sans-serif;
}

.affliate-title-sub {
    color: #2b9c94;
    font-size: 3.2em;
    line-height: 3rem;
    font-family: 'Fjalla One', sans-serif;
}

.affiliate_invite {
    text-align: right;
    margin-right: 8%;
    transform: translateY(50%);
}

/* =========================
   Misc
   ========================= */
.pay_artist {
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #ccf7f1;
    color: #009688;
    height: 100%;
    line-height: 22px;
}

.pay_artist i {
    line-height: 22px;
    padding: 10px 0;
    background: #00968896;
    color: #ccf7f1;
}

.hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000033;
    z-index: -2;
}

.hero-img-element {
    width: 100%;
}

.btn-black {
    background: #333;
    color: #fff;
}

/* Width containers for home content */
.home-content,
.home-element {
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
}

.trusted-by {
    position: absolute;
    width: 100% !important;
    bottom: 0 !important;
    background: unset !important;
    z-index: 1;
}

.hero-element {
    width: 100%;
}

.trusted-by span {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff7d;
    margin-bottom: 20px;
    display: block;
}

.trusted-icons img {
    opacity: 0.8;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
}

.hero-img-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-right {
    position: relative;
}




/* =========================
   Responsive Breakpoints
   Mobile-first → up
   ========================= */

/* --- SM ≥576px --- */
@media (min-width:576px) {
    .info-section {
        padding: 20px;
    }



    .climg {
        width: 86px;
    }
}

/* --- MD ≥768px --- */
@media (min-width:768px) {
    .collection-header {
        font-size: 1.2em;
    }

    .shoptop {
        height: 75px;
    }

    .shoptop .hot-topic {
        font-size: 1.5rem !important;
    }

    .corporate-block {
        display: block;
    }

    .corporate-block-large {
        display: none;
    }

    .hot-container {
        margin-bottom: 10px;
    }

    .banner-left {
        margin: 20px 0 0 0;
    }
}

/* --- LG ≥992px --- */
@media (min-width:860px) {

    .home-content,
    .home-element {
        width: 820px;
    }

    .banner-header {
        font-size: 25px;
        line-height: 2rem;
    }

    .banner-left {
        margin: 20px 0 0 0;
    }

    .banner-desc {
        font-size: 17px;
        margin: 17px 0 20px;
        line-height: 22px;
    }

    .banner-button-primary,
    .banner-button-secondary {
        font-size: 14px;
        padding: 11px 23px 14px;
    }
}

/* --- LG ≥992px --- */
@media (min-width:992px) {

    .banner-header {
        font-size: 25px;
        line-height: 2rem;
    }

    .banner-buttons {
        flex-wrap: nowrap;
    }

    .home-content,
    .home-element {
        width: 930px;
    }

    .one-stop-image img {
        margin-top: 14%;
    }

    .banner-left {
        margin: 20px 0 0 0;
    }

    .banner-button-primary,
    .banner-button-secondary {
        font-size: 16px;
        padding: 16px 28px 20px;
    }

    .banner-desc {
        font-size: 17px;
        margin: 17px 0 20px;
        line-height: 22px;
    }
}

/* --- XL ≥1200px --- */
@media (min-width:1200px) {
    .banner-header {
        font-size: 30px;
        line-height: 2.5rem;
    }

    .banner-desc {
        font-size: 17px;
        margin: 17px 0 25px;
        line-height: 22px;
    }

    .home-content,
    .home-element {
        width: 1070px;
    }

    .one-stop-image img {
        margin-top: 11%;
    }

    .banner-left {
        margin: 30px 0 0 0;
    }

    .banner-button-primary,
    .banner-button-secondary {
        font-size: 16px;
        padding: 16px 28px 20px;
    }

    .trusted-icons img {
        opacity: 0.8;
        /* width: 141%; */
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
    }
}

/* --- XXL ≥1400px --- */
@media (min-width:1400px) {

    .home-content,
    .home-element {
        width: 1200px;
    }

    .one-stop-image img {
        margin-top: 0%;
    }

    .banner-left {
        margin: 50px 0 0 0;
    }

    .banner-button-primary,
    .banner-button-secondary {
        font-size: 17px;
        padding: 18px 28px 22px;
    }

    .trusted-icons img {
        opacity: 0.8;
        /* width: 120%; */
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
    }
}

/* --- XXXL ≥1600px (optional) --- */
@media (min-width:1600px) {

    .home-content,
    .home-element {
        width: 1400px;
    }

    .banner-left {
        margin: 60px 0 0 0;
    }

    .banner-button-primary,
    .banner-button-secondary {
        font-size: 18px;
        padding: 21px 31px 24px;
    }

    .trusted-icons img {
        opacity: 0.8;
        /* width: 120%; */
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -15px;
    }

}

/* =========================
   Narrow View Tweaks
   ========================= */

/* Stack hero on narrow screens and tighten buttons */
@media (max-width:991.98px) {
    .one-stop {
        text-align: center;
    }

    .how-its-easy {
        font-size: 50px;
    }
}

/* Phone-first layout adjustments */
@media (max-width:860px) {
    .hero-container {
        flex-direction: column-reverse;
    }

    .trusted-by {
        position: relative;
    }

    .trusted-icons img {
        /* width: 100%; */
        margin-bottom: -30px;
    }

    .banner-left {
        width: 100% !important;
        background: #000033cf !important;
        padding: 60px 30px;
    }

    .banner-content {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .banner-header {
        font-size: 25px;
        line-height: 1.5rem;
    }

    .banner-desc {
        margin-bottom: 20px;
    }

    .banner-buttons {
        display: block;
        text-align: center;
    }

    .banner-right {
        width: 100% !important;
    }

    .banner-button-primary,
    .banner-button-secondary {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20px 12px;
        border: 2px solid var(--brand-blue);
    }

    .col-md-sm-2 {
        width: 16.666667%;
    }

}

/* Small phones */
@media (max-width:575.98px) {
    .affiliate_invite {
        margin-right: 0;
        text-align: center;
        transform: translateY(68%);
    }

    .affliate-title-sub {
        font-size: 2.2em;
        line-height: 2rem;
    }

    .hot-container {
        margin-bottom: 5px;
    }

    .comfort-flex {
        display: block;
    }

    .comfort-flex>div>div {
        position: static;
        transform: none;
    }

    .trusted-icons img {
        margin-bottom: -15px;
    }

    .info-section {
        padding: 15px;
    }

    .col-md-sm-2 {
        width: 25%;
    }

    .how-its-easy {
        font-size: 50px;
    }
}