.elementor-1906 .elementor-element.elementor-element-71395f2{--display:flex;}.elementor-1906 .elementor-element.elementor-element-92cc080 > .elementor-widget-container{padding:0px 0px 40px 0px;}.elementor-1906 .elementor-element.elementor-element-b49a0a9{--display:flex;}.elementor-1906 .elementor-element.elementor-element-c4f182e{--display:flex;}.elementor-1906 .elementor-element.elementor-element-7ca1d77{--display:flex;}.elementor-1906 .elementor-element.elementor-element-e86d2d5{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1906 .elementor-element.elementor-element-e86d2d5{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-92cc080 */.span1 {
    color: #ED3A25;
}

.rxStartedHead {
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    /* If .rxStartedHead is used as h1, keep h1 styles here */
}

.rxHeroHead {
    width: 50%;
    text-align: center;
    line-height: 0.8;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    /* h1 styles integrated */
}

.rxHeroBody {
    width: 550px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3c3c3c;
    /* p styles integrated */
}

.rxBannerBody {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    /* p styles integrated */
}

.rxBannerStatWrapper h1 {
    font-weight: 650;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    /* h1 styles integrated */
}

.rxBannerStatWrapper h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* h2 styles integrated */
}

.rxStartedCardContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3c3c3c;
    /* p styles integrated */
}

.rxReasonCard1 h2,
.rxReasonCard2 h2,
.rxReasonCard3 h2,
.rxReasonCard4 h2,
.rxReasonCard5 h2,
.rxReasonCard6 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* h2 styles integrated */
}

.rxReasonCard1 p,
.rxReasonCard2 p,
.rxReasonCard3 p,
.rxReasonCard4 p,
.rxReasonCard5 p,
.rxReasonCard6 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3c3c3c;
    /* p styles integrated */
}
.rxReasonHead{
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
}

.rxPremiumHead {
    width: 70%;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    /* If used as h2, add h2 styles */
}

.rxPremiumBody {
    width: 80%;
    font-size: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3c3c3c;
    /* p styles integrated */
}

/* ...rest of your CSS remains unchanged... */
.rxHeroImg {
    width: 100vw;
    height: 400px !important;
    border-radius: 20px;
    object-fit: cover;
    z-index: -1;
}

.rxHeroImgWrapper {
    display: flex;
    flex-direction: column;
}

.rxHeroButtonGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: Relative;
    z-index: 1;
    margin-top: 30px;
}

.rxHeroCtaButton,
.rxBannerContainer {
    padding: 12px 24px;
    color: #ffffff;
    background: #ED3A25;
    text-align: center;
    text-decoration: none;
}

.rxHeroCtaButton {
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    width: 190px;
}

.rxHeroContainer {
    height: 720px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rxBannerContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
}

.rxBannerStatWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px;
    gap: 40px;
    flex: 1;
}

.rxGetStartedContainer {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 42px;
    padding-right: 42px;
}

.rxStartedContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.rxStartedCardsContainer {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.rxStartedCard1,
.rxStartedCard2,
.rxStartedCard3 {
    width: 280px;
    display: flex;
    border-radius: 20px;
    height: 280px;
    padding: 16px, 18px;
    background-color: #ffffff;
    border: 1px solid #00000040;
    position: relative;
}

.rxStartedStep1,
.rxStartedStep2,
.rxStartedStep3 {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #ED3A25;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
}

.rxStartedCardContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: center;
    margin-top: 12px;
    padding-top: 48px;
    padding-inline: 12px;
    justify-content: flex-start;
}

.rxStartedIconWrapper {
    width: 48px;
    height: 48px;
    background-color: #ED3A25;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rxStartedIcon1,
.rxStartedIcon2,
.rxStartedIcon3 {
    width: 40px;
    height: 40px;
}

.rxReasonContainer {
    height: 920px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 42px;
    padding-right: 42px;
    flex-direction: column;
}

.rxReasonCardsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    height: 720px;
    padding-top: 32px;
}

.rxReasonCard1,
.rxReasonCard2,
.rxReasonCard3,
.rxReasonCard4,
.rxReasonCard5,
.rxReasonCard6 {
    width: 320px;
    border-radius: 20px;
    display: flex;
    height: 280px;
    padding: 16px, 18px;
    align-items: flex-start;
    background-color: #ffffff;
    border: 1px solid #00000040;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 12px;
    text-align: center;
    gap: 12px;
    justify-content: center;
}

.rxReasonCardIcon {
    background-color: #ED3A25;
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.rxStartedIcon1,
.rxStartedIcon2,
.rxStartedIcon3,
.rxStartedIcon4,
.rxStartedIcon5,
.rxStartedIcon6 {
    width: 38px;
    height: 38px;
}

.rxPremiumContainer {
    height: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    padding-left: 42px;
    padding-right: 42px;
    gap: 24px;
}

.rxPremiumImageWrapper {
    width: 450px;
    height: auto;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
   float: right;
    right: 0%;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.rxPremiumImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rxInfo {
    font-size: 36px;
    font-weight: 700;
    width: 180px;
    height: 120px;
    display: flex;
    flex-direction: column;
    position: absolute;
    border-radius: 25px;
    padding: 16px 12px;
    right: 2%;
    bottom: -15%;
    background: linear-gradient(135deg, #681b12 14%, #ED3A25 45%);
    color: #ffffff;
    justify-content: center;
    align-items: left;
    padding-left: 25px;
    display: flex;
}

.rxInfoSpan{
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.rxCol1 {
    display: flex;
    position: relative;
}

.rxPremiumList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 18px;
    list-style: none;
}

.rxPremiumList li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}

.rxPremiumList li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('https://rocketx.io/wp-content/uploads/2025/10/check-mark.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.rxPremiumCtaButton{
    padding: 16px 8px;
    width: 250px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    
    .rxInfo {
    font-size: 18px !important;
    font-weight: 700;
    width: 180px;
    height: 120px;
    display: flex;
    flex-direction: column;
    position: absolute;
    border-radius: 25px;
    padding: 16px 12px;
    right: 2%;
    bottom: -15%;
    background: linear-gradient(135deg, #681b12 14%, #ED3A25 45%);
    color: #ffffff;
    justify-content: center;
    align-items: left;
    padding-left: 25px;
    display: flex;
}

.rxInfoSpan{
    font-weight: 400;
    font-size: 10px !important;
    color: #ffffff;
}
    .rxHeroHead,
    .rxBannerStatWrapper h1,
    .rxStartedHead {
        font-size: 28px;
        line-height: 36px;
        width: 100%;
    }

    .rxHeroBody,
    .rxBannerBody,
    .rxPremiumBody {
        width: 100%;
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .rxHeroImg {
        width: 100%;
        height: 200px;
        border-radius: 12px;
    }

    .rxHeroImgWrapper {
        width: 100%;
    }

    .rxHeroButtonGroup {
        flex-direction: column;
        gap: 16px;
        margin-top: 18px;
    }

    .rxHeroCtaButton {
        width: 100%;
        font-size: 15px;
    }

    .rxHeroContainer {
        height: auto;
        gap: 16px;
        padding: 16px 0;
    }

    .rxBannerContainer {
        flex-direction: column;
        padding-top: 18px;
        padding-bottom: 18px;
        gap: 16px;
    }

    .rxBannerStatWrapper {
        flex-direction: column;
        gap: 18px;
        padding: 8px;
    }

    .rxGetStartedContainer,
    .rxReasonContainer,
    .rxPremiumContainer {
        height: auto;
        flex-direction: column;
        padding-left: 8px;
        padding-right: 8px;
    }

    .rxStartedCardsContainer,
    .rxReasonCardsContainer {
        flex-direction: column !important;
        display: flex !important;
        gap: 16px;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 16px;
    }

    .rxStartedCard1,
    .rxStartedCard2,
    .rxStartedCard3,
    .rxReasonCard1,
    .rxReasonCard2,
    .rxReasonCard3,
    .rxReasonCard4,
    .rxReasonCard5,
    .rxReasonCard6 {
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 12px 8px;
    }
    
    .rxStartedCard1,
.rxStartedCard2,
.rxStartedCard3 {
    width: 280px;
    display: flex;
    border-radius: 20px;
    height: 280px;
    
    padding: 16px, 18px;
    background-color: #ffffff;
    border: 1px solid #00000040;
    position: relative;
}

.rxStartedStep1,
.rxStartedStep2,
.rxStartedStep3 {
    position: absolute;
    top: -12px;
    align-content: center;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #ED3A25;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
}

    .rxStartedCardContent,
    .rxReasonCardContent {
        padding-inline: 4px;
        margin-top: 8px;
        padding-top: 32px;
        gap: 8px;
    }

    .rxPremiumContainer {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rxPremiumImageWrapper {
        width: 100%;
        min-width: 0;
        border-radius: 12px;
    }

    .rxPremiumImg {
        border-radius: 8px;
    }

    .rxInfo {
        font-size: 20px;
        width: 120px;
        height: 80px;
        padding: 8px 6px;
        right: 2%;
        bottom: -10%;
        border-radius: 15px;
        padding-left: 12px;
    }

    .rxPremiumHead {
        width: 100%;
        font-size: 22px;
        line-height: 28px;
    }

    .rxPremiumList {
        padding-left: 8px;
    }

    .rxPremiumCtaButton {
        width: 100%;
        padding: 12px 4px;
        font-size: 15px;
    }
}/* End custom CSS */