/* Shopify Landing Banner Section Starts Here */
.shopify-landing-banner-section {
    background-image: url('./../images/shopify-banner.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
    /* margin-top: 45px; */
    padding: 10px;
    text-align: center;
    position: relative;
    min-height: 415px;
}

/* Responsive adjustments */

@media (max-width: 990px) {
    .shopify-landing-banner-section {
        background-image: url('./../images/shopify-banner.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: #333;
        /* margin-top: 45px; */
        padding: 10px;
        text-align: center;
        position: relative;
        min-height: 250px;
    }
}

@media (max-width: 600px) {

    .shopify-landing-banner-section {
        background-image: url('./../images/shopify-mobile-banner.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5px;
        height: 100%;
        min-height: 150px;
        /* margin-top: 35px; */
    }


}

/* Shopify Landing Banner Section Starts Here */

/* Shopify Service Section Starts Here */
.shopify-service-section {
    padding: 80px 0 80px 0;
}

.shopify-service-section .shopify-service-container {
    display: flex;
    align-items: start;
    gap: 60px;
}

.shopify-service-section .info-text-wrapper {
    flex: 1;
}

.shopify-service-section .info-text-wrapper .info-title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 17px;
}


.shopify-service-section .info-text-wrapper .info-para {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #585858;
    margin-bottom: 20px;
}

.shopify-service-section .info-text-wrapper .info-para:last-child {
    margin-bottom: 0px;
}

.shopify-service-section .info-image-wrapper {
    flex: 1;
}

.shopify-service-section .info-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.get-consulatation-btn {
    display: inline-block;
    background: #D48C14;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

@media (max-width: 992px) {
    .shopify-service-section {
        padding: 70px 0 70px 0;
    }

    .shopify-service-section .info-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .shopify-service-section .shopify-service-container {
        gap: 30px;
        flex-direction: column-reverse;
    }


}

/* Mobile View */
@media (max-width: 768px) {

    /* Reverse the column order for the first section on mobile */
    .shopify-service-section .shopify-service-container {

        flex-direction: column-reverse;
    }

    .case-study-choose-shopify-section h2 {
        font-size: 1.5rem;
    }

    .choose-shopify-list {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .shopify-service-section .info-text-wrapper .info-title {
        font-size: 25px !important;
        line-height: 30px !important;
    }

}

/* @media screen {
    .case-study-choose-shopify-section h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
} */

/* Shopify Service  Section Ends Here */

/*  Shopify Key Features Section Starts Here */

.shopify-key-features-section {
    background-color: #F2F4F3;
    padding: 72px 0 83px 0;
    position: relative;
}

.shopify-key-features-section {
    position: relative;
    /* Ensure pseudo-element is positioned correctly */
    z-index: 1;
    /* Keep the section above the pseudo-element */
}


/* --- Header Styling --- */
.shopify-key-features-header {
    text-align: center;
    margin-bottom: 42px;
}

.shopify-key-features-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}


.shopify-key-features-grid {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}



.shopify-key-features-item {
    padding: 28px;
    border: 1px solid transparent;
    border-radius: 8px;
    position: relative;
    display: flex;
    gap: 20px;
    width: 48%;
    box-shadow: 0px 4px 49px 0px #0000000F;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(96.34deg, #D48C14 0%, #FFFFFF 100%) border-box;
}



.shopify-key-features-item h4 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #D48C14;
    margin-bottom: 19px;
}

.shopify-key-features-item .shopify-key-features-img {
    width: 60px;
    height: 60px;
}

.shopify-key-features-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.shopify-key-features-item p {
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.shopify-key-features-list {
    padding: 0;
    margin: 0;
}

.shopify-key-features-list-item {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    margin-top: 0;
    margin-bottom: 8px;
}

.shopify-key-features-list-item:last-child {
    margin-bottom: 0px;
}

.shopify-key-features-benefit {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #585858;
    margin-bottom: 0px;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {
    .shopify-key-features-section {
        background-color: #F7F7F7;
        padding: 70px 0 !important;
    }

    .shopify-key-features-item {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        width: 47%;
    }

    .shopify-key-features-item .shopify-key-features-img {
        width: 50px;
        height: 50px;
    }

    .shopify-key-features-item h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .shopify-key-features-list-item {
        font-size: 13px;
        line-height: 24px;
    }

    .shopify-key-features-grid {
        gap: 30px 20px;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .shopify-key-features-grid {
        grid-template-columns: 1fr;
        /* Stack items in a single column */
    }
}

@media (max-width: 768px) {


    .shopify-key-features-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .shopify-key-features-header h2 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .shopify-key-features-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .shopify-key-features-section {
        background-color: #F7F7F7;
        padding: 60px 0 !important;
    }
}

/* --- Shopify Key Features Section Ends Here --- */

/* Shopify Modules Section Starts Here */
.shopify-modules-section {
    padding: 70px 0;
}

/* Header Styles */
.shopify-modules__header {
    text-align: center;
    margin-bottom: 4rem;
    /* 64px */
}

.shopify-modules__header h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

/* Grid for Service Items */
.shopify-modules__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

/* Individual Service Item */
.shopify-modules__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-basis: 175px;
    border: 1px dashed #CACACA;
    padding: 30px 43px;
    border-radius: 10px;
}

.shopify-modules__icon-wrapper {
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}



.shopify-modules__title {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* Hover Effects */
.shopify-modules__item:hover .shopify-modules__icon-wrapper {
    transform: scale(1.05);
}

@media (max-width: 1440px) {
    .shopify-modules__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-basis: 160px;
        border: 1px dashed #CACACA;
        padding: 30px 30px;
        border-radius: 10px;
    }
}

@media (max-width: 1366px) {
    .shopify-modules__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-basis: 150px;
        border: 1px dashed #CACACA;
        padding: 30px;
        border-radius: 10px;
    }
}

/* --- Tablet Styles --- */
/* For this specific design, tablet and desktop are very similar, 
           so major changes are only needed for mobile. This is a placeholder
           if you need tablet-specific overrides. */
@media (max-width: 990px) {
    .shopify-modules__grid {
        gap: 30px;
    }
}

/* --- Mobile Styles --- */
@media (max-width: 767px) {
    .shopify-modules {
        padding: 4rem 1.5rem;
        /* 64px 24px */
    }

    .shopify-modules__header {
        margin-bottom: 3rem;
        /* 48px */
    }

    .shopify-modules__header h1 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .shopify-modules__grid {
        gap: 20px 25px;
    }

    .shopify-modules__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-basis: 150px;
        border: 1px dashed #CACACA;
        padding: 25px 30px;
        border-radius: 10px;
    }

    .shopify-modules-section {
        padding: 70px 0;
    }
}

@media (max-width: 325px) {
    .shopify-modules__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-basis: 130px;
        border: 1px dashed #CACACA;
        padding: 20px;
        border-radius: 10px;
    }
}

/* Shopify Modules Section Starts Here */

/* Choose Shopify Section Starts Here */
.choose-shopify-section {
    padding-bottom: 0px;
    padding-top: 80px;
}


.choose-shopify-section .choose-shopify-container {
    display: flex;
    align-items: start;
    gap: 60px;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 60px;
}

.choose-shopify-section .choose-shopify-text-wrapper {
    flex: 1;
}

.choose-shopify-section .choose-shopify-image-wrapper {
    flex: 1;
}

.choose-shopify-section .choose-shopify-image-wrapper img {
    width: 100%;
    height: 236px;
    display: block;
    border-radius: 10px;
}

.choose-shopify-section h2 {
    color: #000;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
}

.choose-shopify-section .choose-shopify-text-wrapper p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #585858;
    margin-bottom: 13px;
}

.choose-shopify-list {
    padding-left: 0;
    margin: 10px 0 15px 0;
    list-style: none;
    padding: 0;
}

.choose-shopify-list li {
    position: relative;
    margin-bottom: 10px;
}

.choose-shopify-item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 15px;
}

.choose-shopify-icon {
    margin-right: 1rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.choose-shopify-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #303030;
}

.we-serve-section {
    padding-top: 100px;
}

.we-serve-icon {
    margin-right: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.choose-shopify-item h5.we-serve-text {
    color: #272727;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.choose-shopify-item p.we-serve-subtext {
    color: #585858;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.we-serve-list li.we-serve-item {
    position: relative;
    margin-bottom: 11px;
}



@media (max-width: 992px) {
    .shopify-service-section {
        padding: 70px 0 70px 0;
    }

    .choose-shopify-section .choose-shopify-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .choose-shopify-section .choose-shopify-container {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

}

/* Mobile View */
@media (max-width: 768px) {

    /* Reverse the column order for the first section on mobile */
    .choose-shopify-section .choose-shopify-container {
        flex-direction: column;
    }

    .case-study-choose-shopify-section h2 {
        font-size: 1.5rem;
    }

    .choose-shopify-list {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .choose-shopify-section .choose-shopify-container {
        padding: 15px;
    }

    .choose-shopify-section h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .shopify-service-section {
        padding: 60px 0;
    }

    .choose-shopify-section {
        padding-bottom: 0px;
        padding-top: 60px;
    }
}

/* Choose Shopify Section Ends Here */

/* --- Shopify Cta Section Starts Here--- */
.shopify-cta-action-button .cta-button {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid transparent;
    color: #000 !important;
    padding: 15px 27px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
.shopify-cta {
    position: relative;
    padding: 49px 0px 53px 0px;
    background-image: url('/wp-content/uploads/2025/10/shopify-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

/* Container to hold content */
.shopify-cta-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

/* --- Text Content Styling --- */
.shopify-cta-text-content {
    max-width: 600px;
    margin: 0 auto;
}

.shopify-cta-text-content h2 {
    margin-top: 0;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}

.shopify-cta-text-content p {
    margin-bottom: 33px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* --- Button Styling --- */
.shopify-cta-action-button {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.shopify-cta-action-button .cta-button {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid transparent;
    color: #000;
    padding: 15px 27px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.shopify-cta-action-button .book-demo-button {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff !important;
    padding: 15px 60px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}



/* --- RESPONSIVE DESIGN --- */

/* Tablet View */


/* Mobile View */
@media (max-width: 768px) {
    .shopify-cta {
        padding: 30px 0;
    }

    .shopify-cta-container {
        flex-direction: column;
        text-align: center;
    }

    .shopify-cta-text-content {
        flex-basis: auto;
        margin-bottom: 2rem;
    }

    .shopify-cta-text-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 567px) {

    .shopify-cta-text-content h2 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .shopify-cta-action-button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .shopify-cta-action-button .cta-button {
        padding: 15px 20px;
        width: 210px;
    }

    .shopify-cta-action-button .book-demo-button {
        padding: 15px 20px;
        width: 200px;
    }

}

/* --- Shopify Cta Section Ends Here--- */

/*  Shopify Monthly Cost Section Starts Here */

.shopify-monthly-cost-section {
    background-color: #F2F4F3;
    padding: 72px 0 85px 0;
    position: relative;
}

.shopify-monthly-cost-section {
    position: relative;
    /* Ensure pseudo-element is positioned correctly */
    z-index: 1;
    /* Keep the section above the pseudo-element */
}


/* --- Header Styling --- */
.shopify-monthly-cost-header {
    text-align: center;
    margin-bottom: 37px;
}

.shopify-monthly-cost-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

/* Main container for the cost line */
.shopify-monthly-cost-subheading {
    text-align: center;
    margin-top: 15px;
}

/* Flex container to align all items */
.shopify-monthly-cost-subheading p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* Aligns text neatly at the bottom */
    gap: 8px;
    /* Adjust spacing between items */
    margin: 0;
}

.cost-label {
    color: #000;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}

.cost-price {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
}

.cost-period {
    color: #585858;
    font-weight: 400;
    font-size: 14px;
    line-height: 34.5px;
}


.shopify-monthly-cost-grid {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}




.shopify-monthly-cost-item {
    padding: 28px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 48%;
    box-shadow: 0px 4px 49px 0px #0000000F;
}



.shopify-monthly-cost-item h4 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #D48C14;
    margin-bottom: 19px;
}

.shopify-monthly-cost-item .shopify-monthly-cost-number {
    width: 53px !important;
    min-width: 53px;
    height: 53px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    border: 1px solid #D48C14;
    margin: 0;
    border-radius: 50%;
    color: #D48C14;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopify-monthly-cost-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.shopify-monthly-cost-item p {
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.shopify-monthly-cost-list {
    padding: 0;
    margin: 0;
}

.shopify-monthly-cost-list-item {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    margin-top: 0;
    margin-bottom: 8px;
}

.shopify-monthly-cost-list-item:last-child {
    margin-bottom: 0px;
}

.shopify-monthly-cost-benefit {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #585858;
    margin-bottom: 0px;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {
    .shopify-monthly-cost-section {
        background-color: #F7F7F7;
        padding: 70px 0 !important;
    }

    .shopify-monthly-cost-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 47%;
    }

    .shopify-monthly-cost-item .shopify-monthly-cost-img {}
}

/* Mobile View */
@media (max-width: 768px) {
    .shopify-monthly-cost-grid {
        grid-template-columns: 1fr;
        /* Stack items in a single column */
    }
}

@media (max-width: 768px) {


    .shopify-monthly-cost-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .shopify-monthly-cost-header h2 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .shopify-monthly-cost-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 100%;
    }

    .shopify-monthly-cost-section {
        background-color: #F7F7F7;
        padding: 60px 0 !important;
    }
}

/* --- Shopify Monthly Cost Section Ends Here --- */

/* Section Wrapper */
.shopify-dev-plans-section {
    padding: 70px 0px 80px 0;
}

.plans-container {
    margin: 0 auto;
}

.plans-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

/* Grid for Pricing Cards */
.plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* Individual Plan Card Styling */
.plan-card {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #CACACA;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.plan-header {
    border-bottom: 1px dashed #CACACA;
    border-width: noral;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.plan-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
}

.plan-title {
    color: #000;
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}

.plan-price {
    color: #000;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
}

.plan-gst {
    color: #000;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
}

.plan-price-duration {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}

.plan-subtitle {
    font-size: 14px;
    color: #585858;
    margin: 0;
}

.features-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

/* Features List Styling */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 14px;
    line-height: 25px;
    margin-left: 0px;
    color: #585858;
}

.feature-item::before {
    content: url('./../images/shopify-plans-tick-icon.svg');
    width: 14px;
    height: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plans-section-title {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .shopify-dev-plans-section {
        padding: 60px 0;
    }

    .plan-card {
        border-radius: 10px;
        padding: 20px;
        border: 1px solid #CACACA;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .cost-label {
        color: #000;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
    }

    .cost-price {
        color: #000000;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
    }

    .cost-period {
        color: #585858;
        font-weight: 400;
        font-size: 12px;
        line-height: 34.5px;
    }
}