/* General Styles */

.nitya-section-mains {
    background-color: #F4E1D2;
    padding: 50px 0;
}

/* Header Styles */
.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #D35400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.descriptions {
    font-size: 1.3rem;
    color: #723C4C;
    margin: 0 auto;
    line-height: 1.7;
}

.description {
    font-size: 1.3rem;
    color: white;
    margin: 0 auto;
    line-height: 1.7;
}

/* Image Styles */
.nitya-seva-image img,
.nitya-seva-section-content img {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease-in-out;
}

.nitya-seva-image img:hover,
.nitya-seva-section-content img:hover {
    transform: scale(1.02);
}

/* Support Section */
.nitya-seva-section-content {
    background: #fff;
    background: linear-gradient(115deg, #ff3a2c 0%, #fba860 100%);
    padding: 40px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.support-nitya-seva-image {
    height: 350px;
}

.support-nitya-seva-image img {
    width: 100%;
    height: 100%;
}

.section-subtitle {
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}



.btn-primary:hover {
    background: linear-gradient(to right, #E68900, #E64A19);
}

/* Plans Section */
.nitya-section-card {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.nitya-plan-card {
    width: 20%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.nitya-plan-card:hover {
    background-color: #723C4C;
}

.nitya-plan-card:hover h4 {
    color: white;
}

.nitya-plan-card:hover p {
    color: white;
}

.nitya-plan-card:hover .price span {
    color: white;
}

.nitya-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.nitya-plan-card img {
    width: 120px;
    margin-bottom: 20px;
}

.nitya-plan-card h4 {
    font-size: 1.4rem;
    color: #444;
    font-weight: 700;
}

.nitya-plan-card .price {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.nitya-plan-card .price span {
    color: green;
    font-weight: bold;
}

.nitya-plan-card button {
    margin-top: 12px;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
}

.register-nitya-seva {
    margin-top: 40px;
    text-align: center;
}

.register-nitya-seva h1 {
    color: #D35400;
    font-weight: bold;
}

.register-nitya-seva p {
    letter-spacing: 0.5px;
}

.register-nitya-seva-card-main {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.register-nitya-seva-card {
    text-align: center;
    width: 33%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.34);
    position: relative;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 0.3s ease;
}

.register-nitya-seva-card:hover {
    background-color: #723C4C;
}

.register-nitya-seva-card:hover .register-nitya-seva-card-number {
    background-color: white;

}

.register-nitya-seva-card:hover .register-nitya-seva-card-number h1 {
    color: #723C4C;
}

.register-nitya-seva-card:hover button {
    background-color: white;
    color: #723C4C;
}

.register-nitya-seva-card button {
    border: none;
    background-color: #723C4C;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.register-nitya-seva-card:hover p {
    color: white;
}

.register-nitya-seva-card-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #723C4C;
    width: 60px;
    height: 56px;
    border-radius: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.register-nitya-seva-card-number h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: white;
    transition: all 0.3s ease;
}

.register-nitya-seva-card p {
    padding: 0;
    margin: 0;
    padding: 20px 0px;
}

.register-nitya-seva-card a {
    margin: 0;
    padding: 0;
}


.registration-container {
    background: white;
    background-color: #f5eee9;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 5px solid #723C4C;
    margin-top: 40px;
}

.registration-container h2 {
    color: #723C4C;
    padding: 10px 0px;
    font-size: 25px;
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 5px;
}

.form-group span {
    color: red;
}

.form-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.register-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.register-btn button {
    padding: 10px 30px;
    background: orangered;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.register-btn button:hover {
    background: orange;
}

.login-text {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.login-link {
    color: #723C4C;
    text-decoration: none;
    font-weight: 600;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #723C4C;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
}

.modal-header {
    background: #FF9800;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    text-align: center;
}

.modal-body p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    text-align: center;
}

.modal-footer {
    border-top: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .nitya-plan-card {
        width: 22%;
    }
}

@media (max-width: 992px) {
    .nitya-plan-card {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .nitya-plan-card {
        width: 100%;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .section-subtitle {
        font-size: 1.8rem;
    }
}

@media (max-width: 769px) {
    .nitya-section-mains {
        padding: 30px 15px;
    }

    .section-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .descriptions {
        font-size: 1.2rem;
        text-align: center;
        padding: 0 10px;
    }

    .nitya-seva-section-content .row {
        flex-direction: column;
        text-align: center;
    }

    .support-nitya-seva-image img {
        width: 90%;
        margin-bottom: 15px;
    }

    .nitya-seva-plans .nitya-section-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nitya-plan-card {
        width: 45%;
        margin: 10px;
    }
}

@media (max-width: 426px) {
    .section-title {
        font-size: 2rem;
        text-align: center;
    }

    .descriptions {
        font-size: 1.1rem;
        text-align: center;
    }

    .nitya-seva-section-content .row {
        flex-direction: column;
        text-align: center;
    }

    .support-nitya-seva-image img {
        width: 100%;
        margin-bottom: 15px;
    }

    .nitya-plan-card {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .register-nitya-seva h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .register-nitya-seva p {
        font-size: 1.1rem;
    }

    .register-nitya-seva-card-main {
        flex-direction: column;
        align-items: center;
    }

    .register-nitya-seva-card {
        width: 90%;
        margin-bottom: 15px;
    }

    .registration-container h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .form-row {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
    }

    .register-btn {
        text-align: center;
    }

    .nitya-seva-section-content {
        padding: 10px;
    }

    .support-nitya-seva-image {
        height: 250px;
    }

    .register-nitya-seva-card-main {
        padding: 0;
    }

    .register-nitya-seva-card {
        width: 100%;
    }
}