  *
    {
        box-sizing: border-box;
    }
    body {
        margin: 0;
        font-family: Arial, sans-serif;
     
        width: 100%;
         overflow-x: hidden; /* horizontal scroll hatane ke liye */
       
        /* justify-content: center;
        align-items: center;
        height: 100vh;
        padding: 15px; */
    }
    /* form */
   .remembrInpt label {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    padding-left: 29px;
    cursor: pointer;
    user-select: none;
}
.btn {
          color: #fff !important;
}
.remember {
        gap: 10px;
    display: flex;
        color: #fff;
    align-items: center;
    text-align: center;
    justify-content: left;
    margin-bottom: 10px;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ff7ac9;
    background: linear-gradient(135deg, #5c0181, #ff4fac);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px; /* Optional: थोड़े rounded edges */
}

input[type="checkbox"]:checked {
    background: linear-gradient(135deg, #ff4fac, #5c0181);
    border-color: red;
}
.kjjio {
    content: '';
    border: 1px solid #ff7ac9;
    background: #330048;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.je {
      display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */

    width: 100%;
    height: 100vh;

    background-image: url("../images/login-dream.jpg"); /* apne path ke hisab se change karein */
    background-size: cover; /* poori screen cover kare */
    background-position: center;
    background-repeat: no-repeat;
}
    .container {
        text-align: center;
        width: 100%;
        max-width: 320px;
          background: linear-gradient(135deg, #5c0181, #ff4fac);
    }
    .container2 {
          background: #5c0181;
    }
 
    .logo img {
        width: 300px;
        max-width: 70%;
        margin-bottom: 20px;
    }
 
    .login-box {
        background: #5c0181;
        border-radius: 6px;
        padding: 20px;
        border: 8px solid #5c0181;
        width: 100%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
    }
  .login-box img {
width: 85%;
margin-bottom: 10px !important;
 margin: auto;
}
    .login-box h2 {
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: bold;
    }
 
    .form-group {
        position: relative;
        margin-bottom: 15px;
    }
 
    .form-group input {
            background: #330048;
        width: 100%;
         border-radius: 0;
    padding: 7px 10px;
    color: #fff;
    font-weight: 600;
    height: auto;
    border: 4px solid #7c279e;
    }
 
    .form-group .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #333;
    }
 
    .btn {
        width: 100%;
        padding: 10px;
        border: none;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 8px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
 
    .btn-black {
        background: #330048;
       border-radius: 0;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 600;
    height: auto;
    box-shadow: inset 400px 0 0 rgba(0, 0, 0, 0.15);
    border: 4px solid #7c279e;
    }
 
    .btn-black:hover {
        background: #333;
    }
 
    .recaptcha {
        font-size: 11px;
        color: #555;
        margin: 10px 0;
    }
 
    .recaptcha a {
        color: #1a73e8;
        text-decoration: none;
    }
 
    .email {
        color: #1a73e8;
        font-size: 14px;
        margin-bottom: 10px;
    }
 
    .whatsapp {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        color: black;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px;
        background: #fff;
        flex-wrap: wrap;
        text-align: center;
    }
 
    .whatsapp img {
        width: 28px;
        margin-right: 5px;
    }
    .whatsapp p {
        font-size: 10px;
        font-weight: bold;
        margin: 0;
    }
 
    /* Floating WhatsApp icon - left */
    .floating-whatsapp {
        position: fixed;
        bottom: 15px;
        left: 15px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 999;
        transition: transform 0.2s;
    }
    .floating-whatsapp:hover {
        transform: scale(1.1);
    }
    .floating-whatsapp img {
        width: 50px;
        height: 50px;
    }
 
    /* Floating WhatsApp button - right */
    .floating-button {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #25D366;
        color: white;
        padding: 10px 15px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
        cursor: pointer;
        z-index: 999;
        transition: background 0.3s;
        text-decoration: none;
    }
    .floating-button:hover {
        background: #1ebe57;
    }
    .floating-button img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
  /* home page contant css */
.container2 {
        max-width: 100%;
        padding: 40px 20px;
        padding-left: 4%;
        padding-right: 4%;
        color: #fff;
        line-height: 1.6;
    }
    .container2 h3 {
             text-align: left;
        color: #d98b8b; /* Pink shade */
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .container2 h2 {
             text-align: left;
        color: #d98b8b; /* Pink shade */
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .container2 p {
         font-size: 18px;
        margin-bottom: 20px;
        color: #fff;
    text-align: left;
}
    .main-heading {
        text-align: center;
        color: #d98b8b; /* Pink shade */
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .meta-description {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .meta-description strong {
        font-weight: bold;
    }
    .paragraph {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .paragraph strong {
        font-weight: bold;
    } 
    .faq-section {
    background-color: #000; /* पूरा सेक्शन काला बैकग्राउंड */
    padding: 30px;
    max-width: 90%;
    margin: auto;
    font-family: Arial, sans-serif;
}

.faq-section h2 {
    color: #e89ca8; /* हेडिंग का पिंक कलर */
    text-align: center;
    margin-bottom: 25px;
}

.faq-section dl {
    margin: 0;
    padding: 0;
}

.faq-section dt {
    background-color: #2d2d2d; /* डार्क ग्रे बैकग्राउंड */
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 4px solid #444; /* ग्रे बॉर्डर */
    border-radius: 4px;
    font-weight: bold;
    color: #e89ca8; /* पिंक टेक्स्ट */
    cursor: pointer;
}

.faq-section dt:hover {
    background-color: #3a3a3a; /* hover में थोड़ा हल्का */
}

.faq-section dd {
    background-color: #111; 
    padding: 10px 15px;
    margin: -10px 0 10px 0;
    border: 4px solid #444;
    border-top: none;
    color: #ddd;
    font-size: 15px;
    line-height: 1.5;
}

.faq-section strong {
    color: #ff99aa; /* strong टेक्स्ट को और ब्राइट */
}

.faq-section .btn {
    display: inline-block;
    background-color: #e89ca8;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 20px;
    transition: background 0.3s;
}

.faq-section .btn:hover {
    background-color: #ffb0bd;
}

    /* Footer Styling */
.main-footer {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    /* border-top: 4px solid white; */
}
 
/* Top Footer Layout */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 10px;
    max-width: 100%;
    margin: auto;
    padding-right: 40px;
}
 
/* Columns */
.footer-col {
    /* flex: 1; */
     flex: inherit;
    /* min-width: 250px; */
    margin: 10px;
}
 
.footer-col h3 {
    color: #c5898b;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
 
.footer-col p {
    color: #ddd;
    font-size: 18px !important;
    line-height: 1.6;
    max-width: 600px;
   
}
 
/* Quick Links Columns */
.quick-links .links-columns {
    display: flex;
    gap: 150px;
}
 
.quick-links ul {
    list-style: none;
    padding: 0;
}
 
.quick-links ul li {
    margin-bottom: 10px;
}
 
.quick-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
 
.quick-links ul li a:hover {
    text-decoration: underline;
}
 
/* Pink Circle Icon */
.icon-circle {
    display: inline-block;
    background-color: #c5898b;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}
 
/* Social Icons */
.social-icons a img {
    max-width: 40px;
    max-height: 40px;
    /* margin-right: 8px; */
    border-radius: 4px;
 
}
 
/* Footer Bottom */
.footer-bottom {
 
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
 
.footer-bottom .tags {
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 17px;
    margin-bottom: 1.75em !important;
    width: 80%;
    color: #fff;
    margin: auto;
}
.about {
    /* flex: 1; */
    min-width: 450px !important;
    width: 450px !important;
    margin-left: 20px !important;
    margin: 10px;
}
.footer-bottom .footer-links {
    font-weight: 700;
    color: #fff;
     margin-bottom: 1.7em !important;
    font-size: 17px;
    margin: 10px 0;
}
.ke {
        font-size: 17px !important;
        /* border-top: 2px solid white; */
        padding-top: 20px;
}
 
.footer-bottom .highlight {
    color: #c5898b;
}
 
 
/* ---------- RESPONSIVE STYLES ---------- */
 
/* For tablets (768px and below) */
@media (max-width: 768px) {
    .je {
height: 46vh;
    }
    body {
        width: 600px;
        flex-direction: column;
    }
 
    .container {
        max-width: 65%;
    }
 
    .logo img {
        max-width: 80%;
    }
 
    .footer-top {
        flex-direction: column;
        padding: 20px;
        align-items: flex-start; /* align items to start (left) */
    }
 
    .footer-col,
    .about {
        width: 100% !important;
        max-width: 100%;
        margin-left: 0 !important;
        text-align: left !important; /* left-align text */
    }
 
    .quick-links .links-columns {
        flex-direction: column;
        gap: 20px;
    }
 
    .quick-links ul,
    .quick-links ul li,
    .quick-links ul li a {
        text-align: left !important;
    }
 
   
}
 
/* For mobile devices (480px and below) */
@media (max-width: 480px) {
    .logo img {
        max-width: 100%;
        margin-bottom: 15px;
    }
 
    .login-box {
        padding: 15px;
        text-align: left !important;
    }
 
    .form-group input {
        padding: 10px;
        font-size: 13px;
    }
 
    .btn {
        font-size: 13px;
    }
 
    .whatsapp {
        font-size: 11px;
        flex-direction: column;
        padding: 10px;
        text-align: left !important;
        align-items: flex-start;
    }
 
    .whatsapp img {
        margin-bottom: 5px;
    }
 
    .footer-col h3 {
        font-size: 22px;
        text-align: left !important;
    }
 
    .footer-col p {
        font-size: 16px !important;
        text-align: left !important;
    }
 
   
 
    .floating-whatsapp img,
    .floating-button img {
        width: 40px;
        height: 40px;
    }
 
    .floating-button {
        padding: 8px 12px;
        font-size: 12px;
    }
   
}