/* why join */
.why-join {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px 50px;
}

.why-title {
    text-align: center;
    margin-bottom: 30px;
}

.why-title h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.why-title p {
    margin: 0;
    font-size: 16px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 2rem;
}

.benefit-card {
    padding: 20px 20px;
    border-radius: 18px;
    background: rgb(255 255 255 / 18%);
    backdrop-filter: blur(8px);

    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

    text-align: left;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #4c9b5f;
    color: white;

    font-size: 20px;
    margin-bottom: 15px;
}

.benefit-card h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}

.benefit-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
@media(max-width: 600px){
  .benefits-grid {
        grid-template-columns: 1fr;
    }
   .benefit-card {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 15px;
    }

    .benefit-card .benefit-icon {
        margin-bottom: 0;
    }

    .benefit-card h4 {
        margin: 0;
    }

    .benefit-card p {
        grid-column: 1 / -1;
        margin-top: 15px;
    }
}
/* why join ends */

/* Emotional line */
.impact-line {
    text-align: center;
    /* margin-top: 22px; */
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-heading-color);
}
@media (max-width: 800px) {
.how-title{
  margin: 0px 12px;
}
.why-join{
    margin: 0px auto 0 !important;
}
}
/* what is rotary section */
.rotary {
    padding: 15px 30px;
    position: relative;
    background: #f9f9f6;
}
.rotary p{
    margin-top: 3rem;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-semibold);
    line-height: var(--ztc-specing-height26);
    max-width: 700px;
    display: inline-flex;
    align-items: center;
    text-align: start;
}

.rotary .cta{
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    /* gap: 25px; */
    margin-left: 4.5rem;
    margin-top: 7px;
}
.rotary .cta-btn{
  margin: 22px 15px;
}
.cta-highlight-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #fff8e1, #fff3cd);
    border-left: 4px solid #FFD700;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 12px rgba(255, 215, 0, 0.2);
}

.cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD700;
    color: #1a1a1a;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.cta-text h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.cta-text p {
    margin: 0;
    font-size: 13px;
    color: #555;
}
@media (max-width: 1140px) {
    .rotary .cta {
        flex-direction: column;
        align-items: center;
        gap: 15px !important;
        margin-left: 0 !important;
        margin-top: 2rem;
    }

    .rotary .cta h3 {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .rotary .cta-btn {
        margin: 0;
    }
}

.rotary .rw-content {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.rotary .rw-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: 700;
    color: #1c2b3a;
}

.rotary .rw-line {
    flex: 0 0 40px;
    height: 2px;
    background-color: #4caf50;
}

.rotary .rw-desc {
    color: #4a4a4a;
    line-height: 1.8;
}

.rotary .rw-journey {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.rotary .rw-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

.rotary .rw-divider .rw-line {
    flex: 0 0 90px;
}

.rotary .rw-icon-circle {
    width: 56px;
    height: 56px;
    border: 2px solid #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rotary .rw-icon-circle i {
    color: #4caf50;
    font-size: 22px;
}

.rotary .rw-journey-title {
    font-weight: 700;
    color: #1c2b3a;
    margin-bottom: 4px;
}

.rotary .rw-journey-subtext {
    color: #8a8a8a;
    margin-bottom: 20px;
    margin-top: 0;
}

.rotary .rw-app-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 768px) {
    .rotary .rw-heading {
        font-size: 22px;
    }

    .rotary .rw-divider .rw-line {
        flex: 0 0 40px;
    }
    .rotary .rw-journey-title{
        font-size: 18px;
    }
    .rotary .rw-journey-subtext{
        font-size:16px;
    }
    .rotary{
        padding: 5px 20px;
    }
}