@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.veromoda-case-study-section {
    padding: 150px 0;
}

.veromoda-case-study-h1 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    color: #FFFFFF;
    line-height: 130%;
}

.veromoda-case-study-h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    color: #0A0404;
}

.veromoda-case-study-h3 {
    font-family: "Mulish", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #0A0404;
}

.veromoda-case-study-para1 {
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0A0404;
}

.veromoda-case-study-para2 {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0A0404;
}

.veromoda-case-study-para3 {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.veromoda-label {
    color: #0A040480;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.veromoda-uppercase-text {
    text-transform: uppercase;
}

.veromoda-dark-text {
    color: #0A0404 !important;
}

.veromoda-white-text {
    color: #FFFFFF !important;
}

.veromoda-light-text {
    color: #0A040480 !important;
}

.veromoda-grey-bg {
    background-color: #0A04040A;
}

.veromoda-greyer-bg {
    background-color: #0A04040F;
}

.veromoda-light-bg {
    background-color: #FFFFFF;
}

.veromoda-dark-bg {
    background-color: #0A0404;
}

.font-wt-400 {
    font-weight: 400 !important;
}

.font-wt-500 {
    font-weight: 500 !important;
}

.font-wt-600 {
    font-weight: 600 !important;
}

.font-wt-700 {
    font-weight: 700 !important;
}


/* hero section style ------------------------------------------------- */

.veromoda-hero-section {
    background-color: #0A0404;
    padding-top: 80px;
}

.veromoda-right-banner {
    width: 108%;
    height: 100%;
    margin-left: -40px;
    transform: translateX(10%);
    margin-top: -40px;
}

.veromoda-logo{
    width:100%
}


/* overview section style --------------------------------------------- */

.veromoda-overview-section {
    background-color: #FFFFFF;
}

.veromoda-overview-section .veromoda-radius-label {
    font-size: 18px;
    font-weight: 400;
    color: #0A0404;
    border: 1px solid #0A04043D;
    border-radius: 60px;
    padding: 8px 16px;
    width: fit-content;
}


/* problem solution section -------------------------------------------- */
.veromoda-gallary-img {
    width: 90%;
}

.veromoda-solution-list {
    list-style: square;
    margin-left: 18px;
}

.veromoda-solution-list li {
    margin-bottom: 8px;
}

/* Competitor Section */
.veromoda-competitor-row:not(:last-child) {
    border-bottom: 1px solid #0A0404;
}

.veromoda-competitor-section .veromoda-solution-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* user personas section style -------------------------- */
.veromoda-user-goal,
.veromoda-user-painpoints,
.veromoda-user-preference {
    padding: 12px 15px;
    font-weight: 700;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 20px;
}

.veromoda-user-goal {
    background-color: #DBEFC1;
}

.veromoda-user-painpoints {
    background-color: #E3C1EF;
}

.veromoda-user-preference {
    background-color: #C1D4EF;
}

.veromoda-user-personas-section .veromoda-solution-list {
    font-size: 14px;
    font-weight: 500;
}

.veromoda-user-personas-section .veromoda-solution-list li {
    margin-bottom: 16px;
}


/* style guide style --------------------------------- */
.veromoda-colors-black {
    background-color: #0A0404;
    min-height: 80px;
}

.veromoda-colors-white {
    background-color: #FFFFFF;
    border: 1px solid #0A0404;
    min-height: 80px;
}

.veromoda-colors-grey {
    background: #0A040440;
    min-height: 80px;
}

.veromoda-colors-light-grey {
    background: #0A04040D;
    min-height: 80px;
}

.veromoda-colors-green {
    background: #34A853;
    min-height: 80px;
}

.veromoda-colors-red {
    background: #F16060;
    min-height: 80px;
}
.veromoda-typography-section{
    margin-bottom: 100px;
}


/* Responsive Design Rules */
@media (max-width: 1199.98px) {
    .veromoda-case-study-section {
        padding: 120px 0;
    }
    
    .veromoda-case-study-h1 {
        font-size: 42px;
    }
    
    .veromoda-case-study-h2 {
        font-size: 42px;
    }
    
    .veromoda-case-study-h3 {
        font-size: 28px;
    }
    
    .veromoda-case-study-para1 {
        font-size: 22px;
    }
    
    .veromoda-case-study-para2 {
        font-size: 16px;
    }
    
    .veromoda-right-banner {
        width: 100%;
        margin-left: 0;
        transform: none;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .veromoda-case-study-section {
        padding: 100px 0;
    }
    
    .veromoda-case-study-h1 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .veromoda-case-study-h2 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .veromoda-case-study-h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .veromoda-case-study-para1 {
        font-size: 20px;
        text-align: center;
    }
    
    .veromoda-case-study-para2 {
        font-size: 16px;
        text-align: center;
    }
    
    .veromoda-case-study-para3 {
        text-align: center;
    }
    
    .veromoda-label {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .veromoda-hero-section {
        /* padding-top: 60px; */
        text-align: center;
    }
    
    .veromoda-right-banner {
        margin-top: 30px;
    }
    
    .veromoda-overview-section .veromoda-radius-label {
        margin: 5px;
        text-align: center;
    }
    
    .veromoda-gallary-img {
        width: 100%;
    }
    
    .veromoda-user-goal,
    .veromoda-user-painpoints,
    .veromoda-user-preference {
        text-align: left;
        margin: 10px 0;
    }
    
    .veromoda-typography-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .veromoda-logo {
        width: 80%;
    }

    .veromoda-hero-section {
        padding-top: 80px !important;
    }

    .veromoda-case-study-section {
        padding: 80px 0;
    }
    
    .veromoda-case-study-h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .veromoda-case-study-h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .veromoda-case-study-h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .veromoda-case-study-para1 {
        font-size: 18px;
    }
    
    .veromoda-case-study-para2 {
        font-size: 15px;
    }
    
    .veromoda-case-study-para3 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .veromoda-label {
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    
    .veromoda-overview-section .veromoda-radius-label {
        font-size: 16px;
        padding: 6px 12px;
        margin: 3px;
    }
    
    .veromoda-solution-list {
        margin-left: 15px;
    }
    
    .veromoda-solution-list li {
        margin-bottom: 6px;
        font-size: 14px;
    }
    
    .veromoda-user-goal,
    .veromoda-user-painpoints,
    .veromoda-user-preference {
        padding: 10px 12px;
        font-size: 14px;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .veromoda-user-personas-section .veromoda-solution-list li {
        margin-bottom: 12px;
        font-size: 13px;
    }
    
    .veromoda-colors-black,
    .veromoda-colors-white,
    .veromoda-colors-grey,
    .veromoda-colors-light-grey,
    .veromoda-colors-green,
    .veromoda-colors-red {
        min-height: 60px;
    }
    
    .veromoda-typography-section {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .veromoda-case-study-section {
        padding: 60px 0;
    }
    
    .veromoda-case-study-h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .veromoda-case-study-h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .veromoda-case-study-h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .veromoda-case-study-para1 {
        font-size: 16px;
    }
    
    .veromoda-case-study-para2 {
        font-size: 14px;
    }
    
    .veromoda-case-study-para3 {
        font-size: 13px;
        letter-spacing: 1.5px;
    }
    
    .veromoda-label {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    
    .veromoda-hero-section {
        /* padding-top: 40px; */
    }
    
    .veromoda-overview-section .veromoda-radius-label {
        font-size: 14px;
        padding: 5px 10px;
        margin: 2px;
        border-radius: 50px;
    }
    
    .veromoda-solution-list {
        margin-left: 12px;
    }
    
    .veromoda-solution-list li {
        margin-bottom: 5px;
        font-size: 13px;
    }
    
    .veromoda-user-goal,
    .veromoda-user-painpoints,
    .veromoda-user-preference {
        padding: 8px 10px;
        font-size: 13px;
        margin-bottom: 12px;
        border-radius: 6px;
        text-align: left;
    }
    
    .veromoda-user-personas-section .veromoda-solution-list li {
        margin-bottom: 10px;
        font-size: 12px;
    }
    
    .veromoda-colors-black,
    .veromoda-colors-white,
    .veromoda-colors-grey,
    .veromoda-colors-light-grey,
    .veromoda-colors-green,
    .veromoda-colors-red {
        min-height: 50px;
    }
    
    .veromoda-typography-section {
        margin-bottom: 40px;
    }
    
    .veromoda-competitor-section .veromoda-solution-list {
        gap: 12px;
    }

}

/* Ensure proper spacing for mobile */
@media (max-width: 767.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    
    .veromoda-competitor-row {
        padding: 20px 0;
    }
    
    .veromoda-light-bg.p-5,
    .veromoda-dark-bg.p-5 {
        padding: 30px 20px !important;
    }
    
    .veromoda-grey-bg.p-5 {
        padding: 30px 20px !important;
    }
}

/* Fix for very small screens */
@media (max-width: 375px) {
    .veromoda-case-study-h1 {
        font-size: 24px;
        max-width: 300px;
        margin: 0 auto;
        line-height: 130%;
    }
    
    .veromoda-case-study-h2 {
        font-size: 24px;
    }
    
    .veromoda-case-study-h3 {
        font-size: 18px;
    }
    
    .veromoda-case-study-para1 {
        font-size: 15px;
    }
    
    .veromoda-case-study-para2 {
        font-size: 13px;
    }
    
    .veromoda-overview-section .veromoda-radius-label {
        font-size: 12px;
        padding: 4px 8px;
    }
}





