﻿
:root {
    --navy:#08052e;
    --purple:#6b35ff;
    --pink:#ef32b5;
    --text:#10102b;
    --muted:#68687c;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    color: var(--text);
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

.topbar {
    height: 32px;
    background: linear-gradient(90deg,#17003e,#2410a2,#17003e);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 9px;
}

.site-header {
    background: #08052e;
    color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 18px 4%;
    display: flex;
    align-items: center;
    gap: 30px;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 5px 20px #0002;
}

.logo {
    font-size: 28px;
    font-weight: 800;
    white-space: nowrap;
}

    .logo span {
        color: #d52bc8;
    }

    .logo em {
        color: #36b7ff;
        font-style: normal;
    }

.tagline {
    font-size: 10px;
    color: #ddd;
    margin-top: 3px;
}

.search {
    flex: 1;
    max-width: 430px;
    display: flex;
    border: 1px solid #ffffff40;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff12;
}

    .search input {
        flex: 1;
        background: transparent;
        border: 0;
        padding: 12px 16px;
        color: #fff;
        outline: 0;
    }

    .search button {
        border: 0;
        background: transparent;
        color: #fff;
        padding: 0 18px;
        font-size: 18px;
    }

.nav {
    display: flex;
    gap: 24px;
    font-size: 13px;
    align-items: center;
}

.btn {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 9px;
    background: linear-gradient(90deg,#f22ab4,#2478ff);
    color: #fff;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}

.hero {
    background: radial-gradient(circle at 80% 20%,#39136e,#07052c 55%);
    color: #fff;
    min-height: 405px;
    padding: 48px 5%;
    display: flex;
    align-items: center;
    gap: 25px;
    overflow: hidden;
}

.hero-copy {
    width: 48%;
}

.badge {
    display: inline-block;
    border: 1px solid #b83cff;
    border-radius: 20px;
    padding: 7px 13px;
    font-size: 12px;
    margin-bottom: 18px;
}

.hero h1 {
    font-size: 39px;
    line-height: 1.18;
    margin: 0 0 16px;
}

    .hero h1 span {
        color: #8454ff;
    }

.hero p {
    font-size: 17px;
    line-height: 1.5;
    color: #eee;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-top: 26px;
}

.outline {
    background: transparent;
    border: 1px solid #fff;
}

.hero-visual {
    width: 52%;
    height: 340px;
    position: relative;
}

    .hero-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 22px;
        border: 4px solid #fff;
        transform: rotate(2deg);
        box-shadow: 0 20px 50px #0008;
    }

.section {
    padding: 28px 4%;
    max-width: 1250px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
}

    .section-title span {
        color: #9a35ed;
    }

.categories {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.cat {
    min-width: 112px;
    flex: 1;
    border: 1px solid #eee;
    border-radius: 14px;
    text-align: center;
    padding: 12px 8px;
    box-shadow: 0 4px 15px #1111;
    background: #fff;
}

    .cat img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }

    .cat b {
        display: block;
        margin-top: 9px;
        font-size: 13px;
    }

.trending {
    background: #fafaff;
}

.cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
}

.card {
    min-width: 145px;
    flex: 1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px #1111;
    overflow: hidden;
}

    .card img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

    .card .ct {
        padding: 10px;
        font-size: 13px;
    }

.views {
    color: #777;
    font-size: 11px;
    margin-top: 9px;
}

.center {
    text-align: center;
    margin-top: 12px;
}

.features {
    background: #090632;
    color: #fff;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding: 25px;
}

.feature {
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#6329ff,#ed32ba);
    font-size: 23px;
}

.feature h3 {
    font-size: 13px;
    margin: 0 0 5px;
}

.feature p {
    font-size: 11px;
    color: #ccc;
    margin: 0;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.step {
    text-align: center;
}

    .step .bigicon {
        font-size: 35px;
        color: #5a39ff;
        border: 1px solid #eee;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        display: grid;
        place-items: center;
        margin: auto;
    }

    .step h3 {
        font-size: 14px;
    }

    .step p {
        font-size: 12px;
        color: #666;
    }

.premium {
    background: #0a0638;
    color: #fff;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

    .premium h2 {
        margin-top: 0;
    }

    .premium li {
        margin: 10px 0;
        font-size: 13px;
    }

    .premium img {
        max-height: 210px;
        max-width: 35%;
        object-fit: cover;
    }

.footer {
    background: #09052f;
    color: #fff;
    padding: 35px 5%;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
    gap: 30px;
}

    .footer h3 {
        font-size: 15px;
    }

    .footer p, .footer a {
        font-size: 12px;
        color: #ccc;
        display: block;
        margin: 9px 0;
    }

.copyright {
    background: #09052f;
    color: #aaa;
    text-align: center;
    border-top: 1px solid #ffffff20;
    padding: 15px;
    font-size: 11px;
}

@media(max-width:800px) {
    .site-header {
        flex-wrap: wrap;
        gap: 15px;
    }

    .search {
        order: 3;
        max-width: none;
        flex-basis: 100%;
    }

    .nav {
        gap: 12px;
    }

    .hero {
        display: block;
        padding: 35px 6%;
    }

    .hero-copy, .hero-visual {
        width: 100%;
    }

    .hero-visual {
        height: 250px;
        margin-top: 25px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .features, .steps, .footer {
        grid-template-columns: 1fr 1fr;
    }

    .premium {
        display: block;
    }

        .premium img {
            max-width: 100%;
            max-height: 180px;
        }

    .nav a:not(.btn) {
        display: none;
    }
}

/* ===================Explore Our Photo Designs caegory================*/
/* =========================================
   PROFESSIONAL CATEGORY SECTION
========================================= */

.category-section {
    width: 100%;
    padding: 55px 0;
    /*background: #f8f9fc;*/
    overflow: hidden;
}

/* Heading */

.category-heading {
    text-align: center;
    margin-bottom: 35px;
    padding: 0 15px;
}

.category-heading h2 {
    margin: 10px 0;
    font-size: 30px;
    font-weight: 800;
    color: #17152f;
    letter-spacing: -0.5px;
}

.category-heading p {
    margin: 0;
    font-size: 15px;
    color: #777;
}

.category-line {
    display: inline-block;
    width: 55px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ff2d9a, #6c5ce7);
}


/* =========================================
   INFINITE SCROLL AREA
========================================= */

.category-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;

    /* दोनों तरफ soft fade */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
}


/* Moving Track */

.category-track {
    display: flex;
    width: max-content;
    gap: 22px;

    animation: categoryScroll 35s linear infinite;
}


/* Left Scrolling */

@keyframes categoryScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* Hover पर रुक जाए */

.category-marquee:hover .category-track {
    animation-play-state: paused;
}


/* =========================================
   CATEGORY CARD
========================================= */

.category-card {
    display: block;
    width: 190px;
    flex: 0 0 190px;

    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;

    text-decoration: none;

    border: 1px solid #eeeeee;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

    transition: all 0.35s ease;
}


/* Hover Effect */

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: #ff2d9a;
}


/* =========================================
   CATEGORY IMAGE
========================================= */

.category-image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    background: #f1f1f1;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
}

.category-card:hover .category-image img {
    transform: scale(1.08);
}


/* Arrow */

.category-arrow {
    position: absolute;
    right: 12px;
    bottom: 12px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    /*border-radius: 50%;*/

    background: rgba(255, 255, 255, 0.95);
    color: #ff2d9a;

    font-size: 20px;
    font-weight: bold;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

    transition: all 0.3s ease;
}

.category-card:hover .category-arrow {
    background: #ff2d9a;
    color: #ffffff;
    transform: rotate(-45deg);
}


/* =========================================
   CATEGORY INFO
========================================= */

.category-info {
    padding: 16px 15px 18px;
    text-align: center;
}

.category-info h3 {
    margin: 0 0 7px;

    font-size: 17px;
    font-weight: 700;

    color: #17152f;
}

.category-info span {
    font-size: 12px;
    font-weight: 600;

    color: #ff2d9a;
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 768px) {

    .category-section {
        padding: 35px 0;
    }

    .category-heading h2 {
        font-size: 24px;
    }

    .category-heading p {
        font-size: 13px;
    }

    .category-track {
        gap: 14px;
        animation-duration: 28s;
    }

    .category-card {
        width: 145px;
        flex: 0 0 145px;
        border-radius: 14px;
    }

    .category-image {
        height: 145px;
    }

    .category-info {
        padding: 12px 8px 14px;
    }

    .category-info h3 {
        font-size: 14px;
    }

    .category-info span {
        font-size: 10px;
    }

    .category-arrow {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

}
/*=======End ==== Explore Our Photo Designs =========End=====*/

/*============Trending AI Photo Designs==============*/
/* =========================================
   PROFESSIONAL TRENDING PHOTO CARDS
========================================= */

/* =========================================
   TRENDING CARD - CENTER ALIGNMENT
========================================= */

.card {
    display: block;
    text-align: center;
}

/* Image को card के center में रखें */
.card-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* नीचे का text center में */
.ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 10px 16px;
    gap: 5px;
}

.ct b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #17152f;
}

.views {
    text-align: center;
    font-size: 12px;
    color: #888;
}

/* =========================================
   VIEW ALL TRENDING DESIGNS BUTTON
========================================= */

.trending-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 15px;
}


/* Button */

.view-all-trending {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 14px 28px;

    min-width: 230px;

    background: linear-gradient(
        135deg,
        #ff2d9a,
        #6c5ce7
    );

    color: #ffffff !important;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none !important;

    border-radius: 50px;

    border: none;

    box-shadow: 0 8px 20px rgba(108, 92, 231, 0.25);

    transition: all 0.3s ease;

    position: relative;
    z-index: 5;
}


/* Arrow */

.view-all-trending span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #ffffff;
    color: #ff2d9a;

    font-size: 18px;
    font-weight: bold;

    transition: all 0.3s ease;
}


/* Hover */

.view-all-trending:hover {
    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(108, 92, 231, 0.35);
}


.view-all-trending:hover span {
    transform: translateX(4px);
}


/* Mobile */

@media (max-width: 768px) {

    .trending-button-wrapper {
        margin-top: 5px;
    }

    .view-all-trending {
        min-width: 210px;
        padding: 13px 22px;
        font-size: 14px;
    }

}

/*==========End ==========Trending AI Photo Designs============*/


/*========WHY CHOOSE US==========*/

/* =========================================
   PROFESSIONAL FEATURES SECTION
========================================= */

.features-section {
    /*position: relative;
    width: 100%;
    padding: 70px 20px;
    background: #f8f9fd;
    overflow: hidden;*/
}


/* Soft Background Decoration */

.features-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    top: -18px;
    left: -150px;
    background: rgba(108, 92, 231, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.features-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -180px;
    right: -120px;
    background: rgba(255, 45, 154, 0.06);
    border-radius: 50%;
    pointer-events: none;
}


/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
}

.section-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;

    background: linear-gradient(
        135deg,
        rgba(255, 45, 154, 0.10),
        rgba(108, 92, 231, 0.10)
    );

    color: #ff2d9a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.section-heading h2 {
    margin: 15px 0 12px;

    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;

    color: #17152f;
}

.section-heading h2 span {
    background: linear-gradient(
        135deg,
        #ff2d9a,
        #6c5ce7
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-heading p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   FEATURES GRID
========================================= */

.features {
    position: relative;
    z-index: 1;

    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* =========================================
   FEATURE CARD
========================================= */

.feature {
    position: relative;

    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 28px 22px;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 20px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);

    overflow: hidden;

    transition: all 0.35s ease;
}


/* Top Gradient Line */

.feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        #ff2d9a,
        #6c5ce7
    );

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.35s ease;
}

.feature:hover::before {
    transform: scaleX(1);
}


/* Hover */

.feature:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 45, 154, 0.25);

    box-shadow: 0 18px 40px rgba(108, 92, 231, 0.12);
}


/* =========================================
   ICON
========================================= */

.feature-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 17px;

    background: linear-gradient(
        135deg,
        #ff2d9a,
        #6c5ce7
    );

    color: #ffffff;

    font-size: 28px;
    font-weight: 800;

    box-shadow: 0 8px 18px rgba(108, 92, 231, 0.20);

    transition: all 0.35s ease;
}

.feature-icon span {
    display: block;
    line-height: 1;
}

.feature:hover .feature-icon {
    transform: rotate(-8deg) scale(1.08);
}


/* =========================================
   CONTENT
========================================= */

.feature-content {
    position: relative;
    z-index: 1;
}

.feature-content h3 {
    margin: 3px 0 9px;

    font-size: 17px;
    font-weight: 800;

    color: #17152f;
}

.feature-content p {
    margin: 0;

    font-size: 13px;
    line-height: 1.7;

    color: #777;
}


/* =========================================
   NUMBER
========================================= */

.feature-number {
    position: absolute;
    right: 15px;
    bottom: 8px;

    font-size: 42px;
    font-weight: 900;

    color: rgba(108, 92, 231, 0.045);

    pointer-events: none;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .features {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }

}

@media (max-width: 768px) {

    .features-section {
        padding: 50px 15px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .section-heading p {
        font-size: 14px;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .feature {
        display: block;
        text-align: center;
        padding: 22px 15px;
        border-radius: 16px;
    }

    .feature-icon {
        margin: 0 auto 15px;
        width: 52px;
        height: 52px;
        font-size: 24px;
        border-radius: 15px;
    }

    .feature-content h3 {
        font-size: 15px;
    }

    .feature-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .feature-number {
        font-size: 32px;
    }

}

@media (max-width: 480px) {

    .features-section {
        padding: 40px 12px;
    }

    .section-heading h2 {
        font-size: 23px;
    }

    .section-heading p {
        font-size: 13px;
    }

    .features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .feature {
        display: flex;
        text-align: left;
        align-items: center;
        padding: 20px 18px;
    }

    .feature-icon {
        margin: 0;
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

}

/*=========How It Works?========*/
/* =========================================
   HOW IT WORKS - PROFESSIONAL DESIGN
========================================= */

.how-section {
    position: relative;
    width: 100%;
    padding: 70px 20px;
    background: #ffffff;
    overflow: hidden;
}


/* Soft Background */

.how-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -150px;
    right: -100px;
    background: rgba(108, 92, 231, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.how-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: -80px;
    background: rgba(255, 45, 154, 0.04);
    border-radius: 50%;
    pointer-events: none;
}


/* Heading */

.how-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 45px;
}

.how-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;

    background: linear-gradient(
        135deg,
        rgba(255, 45, 154, 0.10),
        rgba(108, 92, 231, 0.10)
    );

    color: #ff2d9a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.how-heading .section-title {
    margin: 15px 0 12px;
    font-size: 32px;
    font-weight: 800;
    color: #17152f;
}

.how-heading .section-title span {
    background: linear-gradient(
        135deg,
        #ff2d9a,
        #6c5ce7
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-heading p {
    margin: 0;
    color: #777;
    font-size: 15px;
}


/* Steps */

.steps {
    position: relative;
    z-index: 1;

    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* Connecting Line */

.steps::before {
    content: "";
    position: absolute;
    top: 43px;
    left: 12%;
    right: 12%;

    height: 2px;

    background: linear-gradient(
        90deg,
        #ff2d9a,
        #6c5ce7
    );

    opacity: 0.15;
}


/* Step Card */

.step {
    position: relative;
    z-index: 1;

    text-align: center;
    padding: 25px 18px 28px;

    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 20px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);

    transition: all 0.35s ease;
}

.step:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 45, 154, 0.25);

    box-shadow: 0 18px 40px rgba(108, 92, 231, 0.12);
}


/* Icon */

.step-icon {
    width: 72px;
    height: 72px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background: linear-gradient(
        135deg,
        #ff2d9a,
        #6c5ce7
    );

    color: #ffffff;

    box-shadow: 0 10px 22px rgba(108, 92, 231, 0.20);

    transition: all 0.35s ease;
}

.step-icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.step:hover .step-icon {
    transform: rotate(-6deg) scale(1.08);
}


/* Number */

.step-number {
    display: block;
    margin-bottom: 10px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;

    color: #ff2d9a;
}


/* Title */

.step h3 {
    margin: 0 0 10px;

    font-size: 17px;
    font-weight: 800;

    color: #17152f;
}


/* Description */

.step p {
    margin: 0;

    font-size: 13px;
    line-height: 1.7;

    color: #777;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .steps {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
        gap: 20px;
    }

    .steps::before {
        display: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .how-section {
        padding: 50px 15px;
    }

    .how-heading {
        margin-bottom: 30px;
    }

    .how-heading .section-title {
        font-size: 26px;
    }

    .how-heading p {
        font-size: 14px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .step {
        display: grid;
        grid-template-columns: 60px 1fr;
        column-gap: 15px;
        text-align: left;
        align-items: center;
        padding: 20px 18px;
    }

    .step-icon {
        grid-row: 1 / 4;

        width: 60px;
        height: 60px;

        margin: 0;
        border-radius: 18px;
    }

    .step-icon svg {
        width: 28px;
        height: 28px;
    }

    .step-number {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .step h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .step p {
        font-size: 12px;
    }

}
/*=========End How It Works?========*/

