.commonn-hero-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.00) 30.83%), linear-gradient(108.94deg, #E2F3FF 25.67%, #CFEFEF 70.27%);
    padding-top: 155px;
    padding-bottom: 0px;
    text-align: center;
}

.commonn-hero-section h2 {
    margin: 0 auto 20px;
    max-width: 778px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: 400;
    color: #101112;
}

.commonn-hero-section h2 span {
    color: #207785;
    font-family: 'Roboto Serif', serif;
    font-style: normal;
}

.request-now {
    margin-bottom: 47px;
    display: flex;
    justify-content: center;
}

.cta-button-filled {
    padding: 14px 20px;
    background: #2590A1;
    color: #FFFFFF;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.cta-button-filled:hover {
    background: #1d7887;
}

.cta-arrow {
    display: inline-flex;
    align-items: center;
}

.hero-img-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.commonn-hero-img {
    max-width: 881px;
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
    border-bottom: 0.877524px solid #DDF2FB;
}

@media screen and (max-width: 768px) {
    .commonn-hero-section {
        padding-top: 100px;
    }

    .commonn-hero-section h2 {
        font-size: 26px;
        line-height: 36px;
        padding: 0 5px;
        max-width: 100%;
    }

    .cta-button-filled {
        font-size: 16px;
        padding: 12px 20px;
    }

    .commonn-hero-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .commonn-hero-section {
        padding-top: 80px;
    }

    .commonn-hero-section h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 5px;
        max-width: 100%;
    }

    .cta-button-filled {
        padding: 10px 18px;
    }
}

/* Onboard Section */
.onboard-section {
    padding: 100px 0 75px;
    background: #FFFFFF;
}

.onboard-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
}

.onboard-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 530px;
    flex-shrink: 0;
}

.onboard-head-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.onboard-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #898483;
    margin: 0;
}

.onboard-heading {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #101112;
    margin: 0;
}

.onboard-heading span {
    font-family: 'Roboto Serif', serif;
    color: #207785;
}

.onboard-desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #101112;
    margin: 0;
}

.onboard-right {
    width: 590px;
    flex-shrink: 0;
}

.onboard-card {
    background: #F6FBFB;
    border-radius: 10px;
    padding: 50px 30px;
    box-sizing: border-box;
    width: 100%;
}

/* Onboard Card Form Styling */
.onboard-card .contact-form-outer {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.onboard-card .form-row {
    display: flex;
    gap: 20px;
    margin: 0;
}

.onboard-card .form-row.full-width {
    flex-direction: column;
    gap: 12px;
}

.onboard-card .form-row.half-width {
    flex-direction: row;
}

.onboard-card .form-row.half-width .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.onboard-card label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #101112;
    display: block;
    margin: 0;
}

.onboard-card input[type="text"],
.onboard-card select {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #207785;
    border-radius: 35px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #101112;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
}

.onboard-card input[type="text"]::placeholder {
    color: #898483;
}

.onboard-card select {
    color: #898483;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23207785' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
}

.onboard-card input[type="text"]:focus,
.onboard-card select:focus {
    outline: none;
    border-color: #2590A1;
}

.onboard-card .submit-row {
    margin-top: 10px;
}

.onboard-card .pry-btn {
    width: 100%;
    height: 52px;
    padding: 12px 20px;
    background: #2590A1;
    border: none;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

.onboard-card .pry-btn:hover {
    background: #1d7887;
}

@media screen and (max-width: 1100px) {
    .onboard-container {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .onboard-left,
    .onboard-right {
        width: 100%;
        max-width: 590px;
    }
}

@media screen and (max-width: 768px) {
    .onboard-section {
        padding: 30px 0;
    }

    .onboard-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding: 0 15px;
    }

    .onboard-left {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .onboard-head-group {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .onboard-tag,
    .onboard-heading,
    .onboard-desc {
        text-align: center;
        width: 100%;
    }

    .onboard-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .onboard-right {
        width: 100%;
        max-width: 100%;
    }

    .onboard-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .onboard-card .contact-form-outer {
        gap: 20px;
    }

    .onboard-card .form-row.half-width {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .onboard-card label {
        font-size: 16px;
    }

    .onboard-card input[type="text"],
    .onboard-card select {
        font-size: 16px;
    }
}

/* Invite Section */
.invite-section {
    padding: 75px 0;
    background: #FFFFFF;
}

.invite-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.invite-left {
    width: 590px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.invite-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mobile-feature-img {
    display: none;
}

.invite-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 530px;
    flex-shrink: 0;
}

.invite-head-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.invite-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #898483;
    margin: 0;
}

.invite-heading {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #101112;
    margin: 0;
}

.invite-heading span {
    font-family: 'Roboto Serif', serif;
    color: #207785;
}

.invite-desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #101112;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .invite-container {
        flex-direction: column-reverse;
        gap: 50px;
        align-items: center;
    }

    .invite-left,
    .invite-right {
        width: 100%;
        max-width: 590px;
    }
}

@media screen and (max-width: 768px) {
    .invite-section {
        padding: 25px 0;
    }

    .invite-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding: 0 15px;
    }

    .invite-left {
        display: none !important;
    }

    #invite-section .mobile-feature-img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        transform: translateX(8px);
    }

    .invite-right {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
        gap: 20px;
    }

    .invite-head-group {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .invite-tag,
    .invite-heading,
    .invite-desc {
        text-align: center;
        width: 100%;
    }

    .invite-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .invite-heading br {
        display: none;
    }

    .invite-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Roles and Permissions + Groups Dual Section */
.roles-groups-section {
    padding: 75px 0 0;
    background: #F3F8F8;
}

.roles-groups-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.roles-groups-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 560px;
    flex-shrink: 0;
}

.roles-groups-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    text-align: center;
}

.roles-groups-head-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: center;
}

.roles-groups-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #898483;
    margin: 0;
    text-align: center;
}

.roles-groups-heading {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #101112;
    margin: 0;
    text-align: center;
}

.roles-groups-heading span {
    font-family: 'Roboto Serif', serif;
    color: #207785;
}

.roles-groups-desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #101112;
    margin: 0;
    text-align: center;
    width: 100%;
}

.roles-groups-img-wrapper {
    width: 100%;
    height: 518px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.roles-groups-img {
    width: 331px;
    max-width: 100%;
    height: 518px;
    object-fit: cover;
    object-position: top;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .roles-groups-container {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .roles-groups-section {
        padding: 30px 0 0;
    }

    .roles-groups-col {
        width: 100%;
        max-width: 560px;
    }

    .roles-groups-img-wrapper {
        display: none !important;
    }

    #roles-groups-section .mobile-feature-img {
        display: block !important;
        width: 100% !important;
        max-width: 200px !important;
        height: auto !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {
    .roles-groups-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .roles-groups-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .roles-groups-img-wrapper,
    .roles-groups-img {
        height: auto;
    }
}

/* Keep your Community Informed Section */
.community-informed-section {
    padding: 100px 0;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.community-informed-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
    padding: 0 30px;
}

.community-informed-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #898483;
    margin: 0;
    text-align: center;
}

.community-informed-heading {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #101112;
    margin: 0;
    text-align: center;
}

.community-informed-heading span {
    font-family: 'Roboto Serif', serif;
    color: #207785;
}

.community-informed-desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #101112;
    margin: 20px 0 0;
    text-align: center;
}

.community-informed-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 54px 50px 30px;
    gap: 60px;
    isolation: isolate;
    width: 100%;
    max-width: 930px;
    height: 518px;
    background: linear-gradient(184.73deg, #E2F3FF 36.76%, #CFEFEF 101.51%);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.community-effect-left {
    position: absolute;
    width: 561px;
    height: 224px;
    left: -100px;
    top: -70px;
    background: url('/images/connect-effect.png');
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
}

.community-effect-right {
    position: absolute;
    width: 561px;
    height: 224px;
    left: 400px;
    top: -70px;
    background: url('/images/connect-effect.png');
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 1;
}

.community-informed-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 60px;
    isolation: isolate;
    width: 714px;
    height: 654px;
    z-index: 2;
    margin-top: -20px;
    position: relative;
}

.community-tabs-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 90px 0px 0px;
    gap: 16px;
    width: 200px;
    height: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

.community-tab-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 8px;
    border: none;
    background: transparent;
    border-radius: 200px;
    font-family: 'Roboto Serif', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #545859;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

.community-tab-btn:hover {
    background: #CDEFEF;
    color: #545859;
}

.community-tab-btn.active {
    background: #2590A1;
    color: #FFFFFF;
}

.community-tab-btn.active:hover {
    background: #2590A1;
    color: #FFFFFF;
}

.community-tab-display {
    width: 454px;
    height: 654px;
    position: relative;
    flex-shrink: 0;
    z-index: 1;
}

.community-tab-pane {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.community-tab-pane.active {
    display: block;
}

.tab-phone-wrapper {
    position: relative;
    width: 100%;
    height: 654px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tab-phone-img {
    height: 640px;
    width: auto;
    display: block;
    object-fit: contain;
    object-position: top left;
    margin-top: 0px;
    pointer-events: none;
}

#tab-pane-posts .tab-phone-img {
    margin-left: -206px;
    margin-top: 20px;
}

#tab-pane-reels .tab-phone-img {
    margin-left: -186px;
    margin-top: 20px;
}

#tab-pane-groups .tab-phone-img {
    margin-left: -194px;
    margin-top: 20px;
}

#tab-pane-events .tab-phone-img {
    margin-left: -196px;
    margin-top: 20px;
}

#tab-pane-chat .tab-phone-img {
    margin-left: -206px;
    margin-top: 20px;
}

@media screen and (max-width: 960px) {
    .community-informed-section {
        padding: 55px 0 30px;
    }

    .community-informed-card {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 40px 20px 0;
        gap: 30px;
    }

    .community-informed-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        margin-top: 0;
        gap: 30px;
    }

    .community-tabs-menu {
        padding-top: 0 !important;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .community-tab-display {
        width: 100%;
        max-width: 331px;
        height: 440px;
        overflow: visible;
        position: relative;
    }

    .tab-phone-wrapper {
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .tab-phone-img {
        height: 540px;
        width: auto;
        max-width: none;
        object-fit: contain;
        object-position: top left;
    }

    #tab-pane-posts .tab-phone-img,
    #tab-pane-groups .tab-phone-img,
    #tab-pane-events .tab-phone-img,
    #tab-pane-chat .tab-phone-img {
        margin-left: -98px;
        margin-top: 10px;
    }

    #tab-pane-reels .tab-phone-img {
        margin-left: -78px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 425px) {
    #tab-pane-posts .tab-phone-img,
    #tab-pane-groups .tab-phone-img,
    #tab-pane-events .tab-phone-img,
    #tab-pane-chat .tab-phone-img {
        margin-left: -148px;
    }
    #tab-pane-reels .tab-phone-img {
        margin-left: -123px;
    }
}