﻿

.line1 {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0d6b68, #4db6ac);
    margin: 0 auto 25px auto;
    border-radius: 2px;
}
/* Event Title Card */
.event_title {
    display: block;
    max-width: 320px;
    margin: 12px auto 12px auto;
    background: linear-gradient(135deg, #f8fbfc 0%, #eef8f7 100%);
    border: 1px solid #d5e8e6;
    border-radius: 14px;
    padding: 14px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.05rem;
    color: #004d40;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

    /* Hover effect */
    .event_title:hover {
        background: linear-gradient(135deg, #e1f5f2 0%, #d7f8f4 100%);
        border-color: #00bfa5;
        transform: translateY(-2px);
        box-shadow: 0 5px 12px rgba(0, 191, 165, 0.2);
    }

    /* When collapsed item is open */
    .event_title.active {
        background: linear-gradient(135deg, #00bfa5 0%, #00a08a 100%);
        color: #fff;
        border-color: #00a08a;
        box-shadow: 0 4px 10px rgba(0,191,165,0.4);
    }

/* Center align container */
/*.event_items {
        text-align: center;
    }*/

/* Small gap between each event item */
/* .event_item {
        margin-bottom: 20px;
    }*/

.plan-label {
    font-size: 1rem;
    font-weight: 600;
    color: #004d40;
}

.small-note {
    font-size: 0.75rem; /* smaller text */
    color: #777;
    margin-left: 4px;
}

.about-us-content p {
    text-align: justify;
}

.col-lg-5 p {
    text-align: justify;
}



/*-------login-----*/


/* Inputs */
.form-control {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #e6e9ef;
    background: #fbfdff;
    font-size: 14px;
    color: #222;
    transition: box-shadow .15s, border-color .15s;
}

    .form-control:focus {
        outline: none;
        border-color: rgba(5,104,201,0.9);
        box-shadow: 0 6px 18px rgba(5,104,201,0.08);
    }

/* input with right icon (eye) */
.input-with-icon {
    position: relative;
}

.otp_boxes {
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

.otp_value_box {
    width: 50px;
    border: 2px solid gray;
    font-weight: 800;
    font-size: 15px
}

.input-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0.6;
    cursor: pointer;
}

/* row for checkbox + forgot link */
.row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4b5563;
}

/* Buttons */
/*.btn {
    display: inline-block;
    width: 50%;*/
/*    height: 40px;
*/ /*border-radius: 10px;
    border: 0;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    border: 1px;
}*/



.button {
    width: 140px;
    height: 40px;
    border: none;
    border-radius: 10px;
    /*background: linear-gradient(to right, #4e54c8, #8f94fb, #4e54c8, #4e54c8, #8f94fb, #4e54c8 );*/
    /*background:linear-gradient(45deg, #B2DFDB, #009688);*/
    background: linear-gradient(45deg,#009688, #B2DFDB);
    background-size: 250%;
    background-position: left;
    color: #fff;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
    margin: auto;
}

    .button::before {
        position: absolute;
        content: "SUBMIT";
        color: #ffd277;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 97%;
        height: 90%;
        border-radius: 8px;
        transition-duration: 1s;
        background-color: rgba(0, 0, 0, 0.842);
        background-size: 200%;
    }

    .button:hover {
        background-position: right;
        transition-duration: 1s;
    }

        .button:hover::before {
            background-position: right;
            transition-duration: 1s;
        }

    .button:active {
        transform: scale(0.95);
    }

/* Separator */
.sep {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a7aac0;
    font-size: 13px;
    margin: 18px 0;
}

    .sep:before, .sep:after {
        content: "";
        flex: 1;
        height: 1px;
        background: #eef0f7;
    }

/* Social buttons */
.socials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 6px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid #eef0f7;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}

/* Footer small link */
.card-footer {
    text-align: center;
    margin-top: 16px;
    color: var(--muted);
    font-size: 13px;
}

    .card-footer a {
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
    }

.submit_otp_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 1rem;
}


@media(max-width:1024px) {
    .otp_value_box {
        width: 37px;
        border: 2px solid gray;
        font-weight: 800;
        font-size: 12px;
    }

    .auth-card {
        width: 340px;
        background: #fff;
        border-radius: 14px;
        padding: 36px 32px 28px;
        box-shadow: 0 12px 30px rgba(13, 20, 40, 0.12);
        position: relative;
        overflow: visible;
        position: absolute;
        top: 17%;
        left: 5%;
    }
}

@media(max-width:768px) {
    .otp_value_box {
        width: 37px;
        border: 2px solid gray;
        font-weight: 800;
        font-size: 12px;
    }

    .auth-card {
        width: 320px;
        background: #fff;
        border-radius: 14px;
        padding: 36px 32px 28px;
        box-shadow: 0 12px 30px rgba(13, 20, 40, 0.12);
        position: relative;
        overflow: visible;
        position: absolute;
        top: 17%;
        left: 5%;
    }
}
/* small responsive */
@media(max-width:425px) {
    .auth-card {
        width: 90%;
        padding: 15px;
        /* margin: auto; */
    }

    .otp_boxes {
        display: flex;
        gap: 3px;
        margin: auto
    }

    .otp_value_box {
        width: 37px !important;
        border: 2px solid gray;
        font-weight: 800;
        font-size: 15px
    }
}

@media(max-width:320px) {
    .auth-card {
        width: 80%;
        padding: 30px;
        margin: auto
    }

    .otp_boxes {
        flex-wrap: wrap;
        gap: 10px
    }

    .otp_value_box {
        width: 50px;
        border: 2px solid gray;
        font-weight: 800;
        font-size: 12px
    }
}




