﻿/*Page-styling*/

/* HERO */
.ks-hero {
    background-image: url(../images/BG-Image/page-title.jpg);
    text-align: center;
    padding: 70px 20px;
    color: #fff;
}

    .ks-hero h1 {
        font-size: 36px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .ks-hero p {
        font-size: 18px;
        margin-bottom: 25px;
    }

.ks-badge {
    background: #fff;
    color: #5b6dfc;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.ks-hero .ks-count {
    background: rgba(255,255,255,0.15);
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 25px;
    display: inline-block;
}

.ks-btn {
    background: #ff6b6b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

    .ks-btn:hover {
        background: #e94a4a;
    }

/* WRAPPER */
.ks-wrap {
    max-width: 1100px;
    margin: auto;
    padding: 50px 20px;
}

/* INFO BLOCKS */
.ks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 25px;
    margin-top: 30px;
}

.ks-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

    .ks-card:hover {
        transform: translateY(-5px);
    }

    .ks-card h4 {
        margin-bottom: 12px;
        color: #192f59 !important;
    }

    .ks-card p, .ks-card ul, .ks-card ol {
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        list-style-position: inside;
    }

.ks-card-box {
    max-width: 100%;
    max-height: 20rem;
    text-align: center;
    background: #192f59;
    color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.ks-card-box2 {
    max-width: 100%;
    max-height: 35rem;
    text-align: center;
    background: #192f59;
    color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    margin-top: 2rem;
}

.ks-card-boxx {
    max-width: 100%;
    max-height: 35rem;
    text-align: center;
    background: #ccccce;
    margin-top: 2rem;
    color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.card-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ks-card-box h2 {
    margin: 0.9rem;
    font-size: 3rem;
    color: #ffcf15 !important;
}

.ks-card-box2 h2 {
    margin: 0.9rem;
    font-size: 2rem;
    color: #ffcf15 !important;
}

.ks-card-boxx h2 {
    margin: 0.9rem;
    font-size: 2rem;
    color: #192f59 !important;
}

.ks-card-box p {
    margin: 20px !important;
    font-size: 1rem;
}

.ks-card-box2 p {
    margin: 1rem !important;
    font-size: 1.1rem;
}

.ks-card-boxx p {
    margin: 0 !important;
    font-size: 1rem;
    color: #192f59 !important;
}


.ks-card-box2 ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.6;
}

/* AVAILABILITY TEXT */
.ks-availability {
    text-align: center;
    font-size: 15px;
    margin: 15px auto 40px;
    color: #555;
}

/* CTA SECTION */
.ks-cta {
    background: linear-gradient(135deg, #7e4dfc, #5b6dfc);
    text-align: center;
    padding: 50px 20px;
    color: #fff;
}

    .ks-cta h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .ks-cta p {
        font-size: 14px;
        margin-bottom: 25px;
    }

.ks-btn {
    background: #ff6b6b;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 1rem;
}

    .ks-btn:hover {
        background: #e94a4a;
    }

/* CONTACT SECTION */
.ks-contact {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

    .ks-contact h3 {
        margin-bottom: 25px;
        font-size: 20px;
        color: #333;
    }

.ks-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.ks-contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    .ks-contact-card h4 {
        margin-bottom: 8px;
        color: #5b6dfc;
    }

    .ks-contact-card p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }

/* TARGET CITIES */
.ks-cities {
    background: #eef0ff;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
}

    .ks-cities strong {
        color: #5b6dfc;
    }

/* FOOTER STRIP */
.ks-footer-strip {
    background: linear-gradient(135deg, #fc5b7d, #ff8731);
    color: #fff;
    text-align: center;
    padding: 30px 20px 10px 20px;
    font-weight: 600;
    margin-top: 2rem;
    border-radius: 15px;
    font-size: x-large;
}

    .ks-footer-strip h4, h6 {
        color: #fff !important;
    }

    .ks-footer-strip h6 {
        font-size: 0.8rem !important;
    }

.ks-footer-stripp {
    background: linear-gradient(135deg, #fc5b7d, #ff8731);
    color: #fff;
    text-align: center;
    padding: 30px 20px 10px 20px;
    font-weight: 600;
    margin-top: 2rem;
    border-radius: 15px;
    font-size: x-large;
}

    .ks-footer-stripp h4, h6 {
        color: #fff !important;
    }

    .ks-footer-stripp h6 {
        font-size: 1rem !important;
    }





/* ===== Modal Styling ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}

/* Modal Box */
.modal-contentt {
    background: #fff;
    margin: 5% auto;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    padding: 20px 25px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.close {
    color: #555;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover {
        color: #e74c3c;
    }

/* Form Groups */
.form-group {
    margin-bottom: 15px;
}

.form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #444;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border 0.3s;
}

    .form-control:focus {
        border-color: #3498db;
        outline: none;
        box-shadow: 0 0 6px rgba(52, 152, 219, 0.4);
    }

/* Submit Button */
.custom-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s;
}

    .custom-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }

/* Responsive */
@media(max-width: 600px) {
    .modal-contentt {
        margin: 10% auto;
        padding: 15px;
    }

    .modal-title {
        font-size: 18px;
    }
}

/* ===== Success Toast Styling ===== */
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #2ecc71;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
}

    .toast.show {
        opacity: 1;
        pointer-events: auto;
    }
