.elementor-10044 .elementor-element.elementor-element-d3d4116{--display:flex;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-1e3c95b */.obook-hero .obook-container {
    width: min(100%, 1240px);
    margin: 20px auto;
    padding-inline: 32px;
}

.obook-hero-wrapper > * {
    min-width: 0;
}

.obook-hero {
    padding: 2rem 0 2rem;
}

.obook-hero-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.4rem;
    align-items: center;
}

.obook-hero-left {
    padding-block: 2rem 1rem;
}

.obook-scholarship-label {
    display: inline-block;
    margin-bottom: 1.35rem;
    color: #d56c0e;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.obook-hero-title {
    max-width: 560px;
    font-size: clamp(2rem, 5vw, 5.25rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.obook-hero-desc {
    max-width: 460px;
    margin-top: 1.35rem;
    color: #2d2d2d;
    font-size: clamp(0.95rem, 1.5vw, 1.28rem);
    line-height: 1.55;
}

.obook-hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.obook-hero-buttons .obook-btn {
    min-height: 58px;
    padding: 0.95rem 1.55rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 0.97rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.obook-hero-buttons .obook-btn i {
    font-size: 1rem;
}

.obook-hero-buttons .obook-btn:hover {
    transform: translateY(-1px);
}

.obook-hero-buttons .obook-btn-primary {
    color: #ffffff;
    background: linear-gradient(180deg, #ff7a14 0%, #ff6b00 100%);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.18);
}

.obook-hero-buttons .obook-btn-primary:hover {
    background: linear-gradient(180deg, #ff7210 0%, #ea5f00 100%);
    box-shadow: 0 14px 24px rgba(255, 107, 0, 0.24);
}

.obook-hero-buttons .obook-btn-secondary {
    color: #21592b;
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid rgba(27, 164, 78, 0.35);
}

.obook-hero-buttons .obook-btn-secondary:hover {
    border-color: rgba(27, 164, 78, 0.7);
}

.obook-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1ba44e;
}

.obook-hero-footer {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.obook-by-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b78600;
    background: linear-gradient(180deg, #fff4c6 0%, #ffe6a3 100%);
    box-shadow: inset 0 0 0 1px rgba(183, 134, 0, 0.12);
}

.obook-by-text p {
    margin: 0;
    line-height: 1.4;
}

.obook-by-text p:first-child {
    font-weight: 800;
    font-size: 0.98rem;
}

.obook-by-text p:last-child {
    margin-top: 0.2rem;
    color: #5d5d5d;
    font-size: 0.92rem;
}


.obook-hero-right {
    position: relative;
    min-height: 560px;
    height: 560px;
    overflow: hidden;
    border-radius: 48px;
}



.obook-hero-right::before {
  
    pointer-events: none;
}

.obook-hero-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.obook-hero-badge {
    position: absolute;
    right: 2.5%;
    bottom: 6%;
    z-index: 2;
    width: clamp(140px, 18vw, 210px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(180deg, #d6f355 0%, #c7e94a 100%);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
    display: grid;
    place-items: center;
    border: 2px dashed rgba(43, 56, 15, 0.22);
    overflow: hidden;
}

.obook-badge-content {
    padding: 1.2rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.obook-badge-title {
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.obook-badge-subtitle {
    margin-top: 0.4rem;
    font-size: clamp(0.7rem, 1vw, 1.08rem);
    line-height: 1.4;
    font-weight: 600;
}

@media (max-width: 1180px) {
    .obook-hero-wrapper {
        grid-template-columns: 1fr;
    }

    .obook-hero-right {
      
    }
}

@media (max-width: 920px) {
    .obook-hero .obook-container {
        padding-inline: 22px;
    }

    .obook-hero {
        padding-top: 1.4rem;
    }

    .obook-hero-left {
        padding-block: 1rem 0.5rem;
    }
}



@media (max-width: 720px)

{
    
    
.obook-hero .obook-container{
      margin: 70px auto;
}
    
}

@media (max-width: 720px) {
    .obook-hero-buttons {
        flex-direction: column;
    }

    .obook-hero-buttons .obook-btn {
        width: 100%;
        min-height: 52px;
        font-size: 14px;
    }

    .obook-hero-title {
        font-size: 32px;
        letter-spacing: -0.03em;
        line-height: 1.1;
    }

    .obook-hero-desc {
        font-size: 15px;
        margin-top: 1rem;
    }

    .obook-hero-right {
      
        border-radius: 28px;
    }

    .obook-hero-badge {
        width: 145px;
    }

    .obook-scholarship-label {
        font-size: 12px;
        margin-bottom: 0.9rem;
    }

    .obook-hero-footer {
        margin-top: 1.2rem;
    }
}

@media (max-width: 520px) {
    .obook-hero .obook-container {
        padding-inline: 16px;
    }

    .obook-hero {
        padding: 1rem 0 0.8rem;
    }

    .obook-hero-title {
        font-size: 26px;
        letter-spacing: -0.02em;
    }

    .obook-hero-desc {
        font-size: 14px;
    }

    .obook-hero-right {
       
        border-radius: 22px;
    }

    .obook-hero-badge {
        width: 150px;
    }

    .obook-badge-content {
        width: 100%;
        padding: 1rem;
    }

    .obook-badge-title {
        font-size: 12px;
        line-height: 1.15;
    }

    .obook-badge-subtitle {
        font-size: 9px;
        margin-top: 0.2rem;
        line-height: 1.35;
    }

    .obook-by-text p:first-child {
        font-size: 13px;
    }

    .obook-by-text p:last-child {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .obook-hero-title {
        font-size: 24px;
    }

    .obook-hero-desc {
        font-size: 13px;
    }

    .obook-hero-right {
        Height: 100vh;
    }

    .obook-hero-badge {
        width: 130px;
    }

    .obook-badge-content {
        width: 100%;
        padding: 0.85rem;
    }

    .obook-badge-title {
        font-size: 11px;
    }

    .obook-badge-subtitle {
        font-size: 8px;
        margin-top: 0.15rem;
    }

    .obook-hero-buttons .obook-btn {
        padding: 0.75rem 1rem;
        font-size: 13px;
    }
}

@media (max-width: 1180px) {
    .obook-hero-right {
        min-height: 500px;
        height: 500px;
    }
}

@media (max-width: 720px) {
    .obook-hero-right {
        min-height: 380px;
        height: 380px;
        border-radius: 28px;
    }
}

@media (max-width: 520px) {
    .obook-hero-right {
        min-height: 300px;
        height: 300px;
        border-radius: 22px;
    }
}

@media (max-width: 390px) {
    .obook-hero-right {
        min-height: 250px;
        height: 250px;
    }
}

/* HERO IMAGE FIX */

.obook-hero-right{
    position: relative !important;
    min-height: 560px !important;
    height: 560px !important;
    overflow: hidden !important;
    border-radius: 48px !important;
}

.obook-hero-image{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

@media (max-width: 1180px){
    .obook-hero-right{
        height: 500px !important;
        min-height: 500px !important;
    }
}

@media (max-width: 720px){
    .obook-hero-right{
        height: 380px !important;
        min-height: 380px !important;
        border-radius: 28px !important;
    }
}

@media (max-width: 520px){
    .obook-hero-right{
        height: 300px !important;
        min-height: 300px !important;
        border-radius: 22px !important;
    }
}

@media (max-width: 390px){
    .obook-hero-right{
        height: 250px !important;
        min-height: 250px !important;
    }
}

.obook-features .obook-container {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-inline: 32px;
}

.obook-features-panel > * {
    min-width: 0;
}

.obook-features {
    padding: 1.3rem 0 1.7rem;
}

.obook-features-panel {
    overflow: hidden;
    padding: 2.3rem 2.4rem 2.1rem;
    border-radius: 34px;
    background: linear-gradient(180deg, #d2f14b 0%, #c6ea45 100%);
    box-shadow: 0 18px 36px rgba(34, 34, 34, 0.08);
}

.obook-features-title {
    text-align: center;
    font-size: clamp(1.6rem, 3.8vw, 4rem);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.obook-features-accent {
    display: block;
    width: 38px;
    height: 4px;
    margin: 0.95rem auto 2rem;
    border-radius: 999px;
    background: rgba(12, 107, 48, 0.78);
}

.obook-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: start;
}

.obook-feature-card {
    text-align: center;
}

.obook-feature-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 1rem;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0.26) 100%);
    box-shadow: 0 10px 18px rgba(120, 145, 20, 0.12);
}

.obook-feature-icon i {
    font-size: 2.15rem;
    color: #111111;
}

.obook-feature-name {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
}

.obook-feature-text {
    max-width: 160px;
    margin: 0.75rem auto 0;
    font-size: 0.96rem;
    color: #222222;
    line-height: 1.45;
}

.obook-features-cta {
    min-height: 58px;
    padding: 0.95rem 1.55rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 0.97rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(180deg, #ff7a14 0%, #ff6b00 100%);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.18);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
    margin: 2.1rem auto 0;
    min-width: 226px;
}

.obook-features-cta:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #ff7210 0%, #ea5f00 100%);
    box-shadow: 0 14px 24px rgba(255, 107, 0, 0.24);
}

@media (max-width: 1180px) {
    .obook-features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 1.8rem;
    }
}

@media (max-width: 920px) {
    .obook-features .obook-container {
        padding-inline: 22px;
    }

    .obook-features-panel {
        padding-inline: 1.5rem;
        padding-block: 1.8rem 1.5rem;
    }

    .obook-features-title {
        letter-spacing: -0.03em;
    }
}

@media (max-width: 720px) {
    .obook-features-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 1.4rem;
    }

    .obook-features-title {
        font-size: 22px;
    }

    .obook-feature-icon {
        width: 68px;
        height: 68px;
        border-radius: 20px;
    }

    .obook-feature-icon i {
        font-size: 26px;
    }

    .obook-feature-name {
        font-size: 13px;
    }

    .obook-feature-text {
        font-size: 12px;
    }

    .obook-features-cta {
        min-height: 50px;
        font-size: 14px;
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .obook-features .obook-container {
        padding-inline: 16px;
    }

    .obook-features-panel {
        padding-inline: 1rem;
        border-radius: 24px;
    }

    .obook-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

   
}

@media (max-width: 390px) {
    .obook-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.8rem;
    }

   
    .obook-feature-icon {
        width: 56px;
        height: 56px;
    }

    .obook-feature-icon i {
        font-size: 1.4rem;
    }

    .obook-feature-name {
        font-size: 0.84rem;
    }

    .obook-feature-text {
        font-size: 0.78rem;
    }
}

.obook-eligibility .obook-container {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-inline: 32px;
}

.obook-eligibility-wrapper > * {
    min-width: 0;
}

.obook-eligibility {
    padding: 1.5rem 0 1rem;
}

.obook-eligibility-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 3rem;
    align-items: center;
}

.obook-eligibility-image {
    min-height: 330px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #d1b89b 0%, #7f5b38 100%);
    box-shadow: 0 18px 36px rgba(34, 34, 34, 0.08);
}

.obook-eligibility-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.obook-eligibility-title {
    font-size: clamp(1.5rem, 3.2vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.obook-eligibility-checklist {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.35rem;
}

.obook-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.obook-check-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f9400;
    background: #eef7bf;
    border: 1px solid rgba(111, 148, 0, 0.18);
}

.obook-check-icon i {
    font-size: 0.78rem;
}

.obook-check-item p {
    font-size: 1.08rem;
    line-height: 1.45;
}

.obook-eligibility-note {
    margin-top: 1.35rem;
    color: #393939;
    font-size: 0.98rem;
}

.obook-eligibility-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.obook-eligibility-buttons .obook-btn {
    min-height: 58px;
    padding: 0.95rem 1.55rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 0.97rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.obook-eligibility-buttons .obook-btn i {
    font-size: 1rem;
}

.obook-eligibility-buttons .obook-btn:hover {
    transform: translateY(-1px);
}

.obook-eligibility-buttons .obook-btn-primary {
    color: #ffffff;
    background: linear-gradient(180deg, #ff7a14 0%, #ff6b00 100%);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.18);
}

.obook-eligibility-buttons .obook-btn-primary:hover {
    background: linear-gradient(180deg, #ff7210 0%, #ea5f00 100%);
    box-shadow: 0 14px 24px rgba(255, 107, 0, 0.24);
}

.obook-eligibility-buttons .obook-btn-secondary {
    color: #21592b;
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid rgba(27, 164, 78, 0.35);
}

.obook-eligibility-buttons .obook-btn-secondary:hover {
    border-color: rgba(27, 164, 78, 0.7);
}

@media (max-width: 1180px) {
    .obook-eligibility-wrapper {
        gap: 2rem;
    }
}

@media (max-width: 920px) {
    .obook-eligibility .obook-container {
        padding-inline: 22px;
    }

    .obook-eligibility-wrapper {
        grid-template-columns: 1fr;
    }

    .obook-eligibility-image {
        min-height: 320px;
    }

    .obook-eligibility-content {
        text-align: center;
    }

    .obook-eligibility-title {
        text-align: center;
    }

    .obook-eligibility-checklist {
        display: inline-grid;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .obook-eligibility-note {
        text-align: center;
    }

    .obook-eligibility-buttons {
        justify-content: center;
    }
}

@media (max-width: 720px) {
    .obook-eligibility-buttons {
        flex-direction: column;
    }

    .obook-eligibility-buttons .obook-btn {
        width: 100%;
        min-height: 50px;
        font-size: 14px;
    }

    .obook-eligibility-title {
        font-size: 26px;
        letter-spacing: -0.03em;
    }

    .obook-check-item p {
        font-size: 14px;
    }

    .obook-eligibility-note {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .obook-eligibility .obook-container {
        padding-inline: 16px;
    }

    .obook-eligibility-title {
        font-size: 22px;
    }

    .obook-eligibility-image {
        min-height: 240px;
        border-radius: 16px;
    }

    .obook-check-item p {
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .obook-eligibility-title {
        font-size: 20px;
    }

    .obook-eligibility-image {
        min-height: 200px;
    }

    .obook-check-item p {
        font-size: 13px;
    }

    .obook-eligibility-buttons .obook-btn {
        padding: 0.75rem 1rem;
        font-size: 13px;
    }
}


.obook-process .obook-container {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-inline: 32px;
}

.obook-process-shell > * {
    min-width: 0;
}

.obook-process {
    padding: 1.35rem 0 0.8rem;
}

.obook-process .obook-container {
    padding-top: 1.6rem;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.obook-process-shell {
    text-align: center;
}

.obook-process-title {
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.obook-process-accent {
    display: block;
    width: 46px;
    height: 4px;
    margin: 0.7rem auto 2rem;
    border-radius: 999px;
    background: rgba(166, 188, 40, 0.9);
}

.obook-process-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.4rem;
    align-items: start;
}

.obook-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.obook-step-visual {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.obook-step-number {
    position: absolute;
    top: 20px;
    left: -18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #178d35;
    box-shadow: 0 10px 18px rgba(23, 141, 53, 0.22);
    font-size: 0.95rem;
    font-weight: 800;
}

.obook-step-icon-wrap {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.obook-step-icon-wrap i {
    font-size: 2.15rem;
    color: #111111;
}

.obook-step-title {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.obook-step-text {
    max-width: 196px;
    font-size: 0.98rem;
    line-height: 1.45;
    color: #474747;
}

.obook-process-connector {
    display: none;
}

.obook-process-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2.15rem;
}

.obook-process-buttons .obook-btn {
    min-height: 58px;
    padding: 0.95rem 1.55rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-size: 0.97rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.obook-process-buttons .obook-btn:hover {
    transform: translateY(-1px);
}

.obook-process-buttons .obook-btn-primary {
    color: #ffffff;
    background: linear-gradient(180deg, #ff7a14 0%, #ff6b00 100%);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.18);
}

.obook-process-buttons .obook-btn-primary:hover {
    background: linear-gradient(180deg, #ff7210 0%, #ea5f00 100%);
    box-shadow: 0 14px 24px rgba(255, 107, 0, 0.24);
}

.obook-process-buttons .obook-btn-secondary {
    color: #21592b;
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid rgba(27, 164, 78, 0.35);
}

.obook-process-buttons .obook-btn-secondary:hover {
    border-color: rgba(27, 164, 78, 0.7);
}

.obook-process-cta {
    min-width: 236px;
}

.obook-process-cta.obook-btn-secondary {
    color: #232323;
    border-color: rgba(24, 24, 24, 0.16);
}

@media (max-width: 920px) {
    .obook-process .obook-container {
        padding-inline: 22px;
    }

    .obook-process-title {
        letter-spacing: -0.03em;
    }
}

@media (max-width: 720px) {
    .obook-process-buttons {
        flex-direction: column;
    }

    .obook-process-buttons .obook-btn {
        width: 100%;
        min-height: 50px;
        font-size: 14px;
    }

    .obook-process-title {
        font-size: 22px;
    }

    .obook-process-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.6rem 1rem;
        align-items: stretch !important;
    }

    .obook-process-step:last-of-type {
        grid-column: span 2;
    }

    .obook-process-step {
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 18px;
        padding: 1.35rem 0.85rem 1.15rem;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        min-height: 100%;
        box-sizing: border-box;
    }

    .obook-process-cta {
        min-width: 0;
    }

    .obook-step-title {
        font-size: 14px;
    }

    .obook-step-text {
        font-size: 13px;
    }

    .obook-step-icon-wrap {
        width: 72px;
        height: 72px;
    }

    .obook-step-icon-wrap i {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .obook-process .obook-container {
        padding-inline: 16px;
    }

    .obook-process-title {
        font-size: 20px;
    }

    .obook-process-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.4rem 0.8rem;
    }

    .obook-process-step {
        padding: 1.1rem 0.65rem;
        border-radius: 14px;
    }

    .obook-step-text {
        max-width: 180px;
        font-size: 12px;
    }

    .obook-step-number {
        left: -12px;
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .obook-step-title {
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .obook-process-title {
        font-size: 18px;
    }

    .obook-process-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .obook-process-step:last-of-type {
        grid-column: span 2;
    }

    .obook-process-step {
        padding: 1.25rem 1rem;
    }

    .obook-step-text {
        max-width: 260px;
        font-size: 12px;
    }

    .obook-process-buttons .obook-btn {
        padding: 0.75rem 1rem;
        font-size: 13px;
    }
}



.obook-share .obook-container {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding-inline: 32px;
}

.obook-share-panel > * {
    min-width: 0;
}

.obook-share {
    padding: 1rem 0 1.35rem;
}

.obook-share-panel {
    display: grid;
    grid-template-columns: 150px minmax(320px, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1.3rem 1.25rem 1.3rem 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #d2f14b 0%, #c6ea45 100%);
    box-shadow: 0 18px 36px rgba(34, 34, 34, 0.08);
}

.obook-share-art {
    width: min(146px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.obook-share-art svg {
    display: block;
    width: 100%;
    height: auto;
}

.obook-share-title {
    max-width: 620px;
    align-self: center;
    font-size: clamp(1.1rem, 2.2vw, 2.35rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.obook-share-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 176px));
    gap: 0.95rem;
    justify-content: end;
    align-items: stretch;
}

.obook-share-btn {
    min-height: 92px;
    width: 100%;
    padding: 1rem 0.95rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    text-align: center;
    font-size: 0.97rem;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.obook-share-btn i {
    font-size: 1.55rem;
    flex-shrink: 0;
}

.obook-share-btn-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    line-height: 1.08;
}

.obook-share-btn-copy span:first-child {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.obook-share-btn-copy span:last-child {
    font-size: 0.93rem;
    font-weight: 800;
}

.obook-share-school .obook-share-btn-copy span:last-child {
    max-width: 120px;
    line-height: 1.14;
}

.obook-share-whatsapp {
    color: #ffffff;
    background: linear-gradient(180deg, #2ab963 0%, #1e9e52 100%);
}

.obook-share-whatsapp:hover {
    background: linear-gradient(180deg, #25ae5c 0%, #1a8c48 100%);
}

.obook-share-school {
    color: #ffffff;
    background: linear-gradient(180deg, #1a66cb 0%, #114e9c 100%);
}

.obook-share-school:hover {
    background: linear-gradient(180deg, #175dba 0%, #0f458d 100%);
}

.obook-share-copy {
    color: #111111;
    background: #fffdf8;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.obook-share-copy i {
    color: #f1a000;
}

@media (max-width: 1180px) {
    .obook-share-panel {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .obook-share-buttons {
        grid-column: 1 / -1;
        justify-content: center;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .obook-share .obook-container {
        padding-inline: 22px;
    }

    .obook-share-art {
        display: none;
    }

    .obook-share-panel {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 1rem;
        padding: 1.4rem 1.2rem;
    }

    .obook-share-title {
        text-align: center;
    }

    .obook-share-buttons {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .obook-share-btn {
        width: 100%;
        min-height: 80px;
        justify-content: center;
        text-align: center;
        padding: 0.75rem 0.5rem;
    }

    .obook-share-btn i {
        font-size: 1.3rem;
    }

    .obook-share-btn-copy span:first-child {
        font-size: 0.72rem;
    }

    .obook-share-btn-copy span:last-child {
        font-size: 0.8rem;
    }
}

@media (max-width: 720px) {
    .obook-share-panel {
        padding: 1.2rem 1rem;
    }

    .obook-share-title {
        font-size: clamp(1.3rem, 4.5vw, 1.8rem);
        letter-spacing: -0.03em;
    }
}

@media (max-width: 520px) {
    .obook-share .obook-container {
        padding-inline: 16px;
    }

    .obook-share-panel {
        border-radius: 20px;
    }

    .obook-share-buttons {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .obook-share-btn {
        min-height: 60px;
        flex-direction: row;
        justify-content: center;
        gap: 0.6rem;
    }

    .obook-share-btn-copy {
        flex-direction: row;
        gap: 0.25rem;
        align-items: center;
    }

    .obook-share-btn-copy span:first-child {
        font-size: 0.8rem;
    }

    .obook-share-btn-copy span:last-child {
        font-size: 0.85rem;
    }

    .obook-share-school .obook-share-btn-copy span:last-child {
        max-width: none;
    }
}

@media (max-width: 390px) {
    .obook-share-btn {
        min-height: 54px;
        font-size: 0.85rem;
    }
}

.obook-share-btn:hover {
    transform: translateY(-1px);
}

/* ── Language toggle ─────────────────────────────────── */
.obook-lang-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

.obook-lang-toggle {
    display: inline-flex;
    align-items: center;
    background: #1c1c2e;
    border-radius: 2rem;
    padding: 3px;
    gap: 2px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.obook-lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1;
    padding: 6px 15px;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    transition: background 0.15s, color 0.15s;
    font-family: inherit;
    white-space: nowrap;
}

.obook-lang-btn.obook-lang-active {
    background: #ffffff;
    color: #1c1c2e;
}

/* ── Required-documents modal ────────────────────────── */
.obook-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.obook-modal[hidden] { display: none; }

.obook-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.obook-modal-box {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 2rem 1.75rem 1.6rem;
    width: min(100%, 400px);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.18);
}

.obook-modal-box h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
    margin: 0 0 1.25rem;
    padding-right: 2rem;
}

.obook-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #f0f0f0;
    color: #555;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.obook-modal-close:hover { background: #e0e0e0; }

.obook-docs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.obook-docs-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1f1f1f;
}

.obook-docs-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eef9e3 0%, #dff2c4 100%);
    color: #3a9025;
    font-size: 0.95rem;
}

.obook-modal-box .obook-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}/* End custom CSS */