    .hero-section {
      padding: 80px 0;
    }

    .hero-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2;
    }

    .hero-text {
      font-size: 16px;
      color: #555;
      max-width: 450px;
    }

    .hero-btn {
      background-color: #0f172a;
      color: white;
      padding: 12px 20px;
      border-radius: 8px;
    }

    .hero-img {
      max-width: 100%;
    }
    .services-badge {
    background-color: #c5ff8a;
    color: #1c5000;
    font-size: 1.6rem;
    border-radius: 6px;
}

.services-text {
    max-width: 650px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}







/* Base card appearance */
.service-card {
    border: 2px solid #111;
    border-bottom-width: 4px;
}

/* Card backgrounds */
.bg-light-custom {
    background: #f6f6f6;
}

.bg-green-custom {
    background: #c8ff62;
}

/* Title label */
.service-title {
    background: #d7ffb0;
    color: #1a4300;
    padding: 6px 12px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 1rem;
}

.service-title.dark {
    background: #fff;
    color: #111;
}

/* Icons inside cards */
.service-img {
    max-width: 140px;
    opacity: 0.85;
}

/* Learn more row */
.arrow-icon {
    background: #000;
    color: #b7ff4a;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.learn-text {
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
}

.learn-text:hover {
    text-decoration: underline;
}


 .hero-section {
      padding: 80px 0;
    }

    .hero-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2;
    }

    .hero-text {
      font-size: 16px;
      color: #555;
      max-width: 450px;
    }

    /* RESPONSIVE IMAGE SIZE CONTROL */
    .hero-img {
      width: 100%;
      max-width: 450px;    /* Desktop maximum size */
      height: auto;
    }




    /* Title Styling */
.process-title {
    background-color: #b4ff6a;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
}

/* Box Styling */
.process-box {
    border-radius: 22px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.process-box.active {
    background-color: #c9ff6a;
}

.step-number {
    font-weight: 600;
    margin-right: 10px;
}

/* Toggle Button */
.toggle-btn {
    background: #ffffff88;
    border: 1px solid #111;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    padding: 0;
}
.hidden {
    margin-left: 20px;
    margin-top: 10px;
    background-color: rgb(196, 190, 190);
    padding: 15px;
    border-radius: 20px;
    display: none;

}
/* --------------------- */
.main-wrapper {
    min-height: 100vh;
    padding: 20px;
}

/* --- The Main Card Container --- */
.contact-card {
    max-width: 1000px; /* Max width for desktop */
    background-color: #f7f7f7; 
    border-radius: 20px; /* Large rounded corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
    overflow: hidden; 
}

/* --- Form Column Styling --- */
.form-column {
    padding-bottom: 3rem !important; /* Standard padding */
}

/* --- Custom Radio Button Styling --- */
.custom-radio .form-check-input { opacity: 0; position: absolute; }
.custom-radio .form-check-label {
    display: flex; align-items: center; position: relative; 
    padding-left: 1.8em; cursor: pointer; color: #333;
}
.custom-radio .form-check-label::before { /* Outer Circle */
    content: ''; display: block; position: absolute; left: 0; top: 50%;
    transform: translateY(-50%); width: 1.2em; height: 1.2em;
    border: 2px solid #333; border-radius: 50%; box-sizing: border-box;
    background-color: transparent;
}
.custom-radio .form-check-input:checked + .form-check-label::after { /* Inner Dot (Green) */
    content: ''; display: block; width: 0.6em; height: 0.6em;
    background-color: #a4f07a; border-radius: 50%; position: absolute;
    top: 50%; left: 4px; transform: translateY(-50%);
}

/* --- Form Input Styling --- */
.form-label-custom {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
}

.form-control-custom {
    border: 1px solid #ccc;
    border-radius: 10px; /* Highly rounded corners */
    padding: 0.75rem 1rem;
    box-shadow: none;
    font-size: 0.95rem;
}
.form-control-custom:focus {
    border-color: #555; 
    box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.1); 
}

/* --- Submit Button Styling --- */
.submit-btn {
    background-color: #212529; /* Dark, almost black color */
    color: #fff;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s;
}

/* footer */
/* Footer Styling */
.footer {
    background: linear-gradient(180deg, #151821, #0e1016);
    color: #fff;
    padding: 60px 0 20px;
}

.footer a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer a:hover {
    color: #9EFF4F;
}

.footer-logo {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-logo span {
    font-size: 26px;
}

.footer h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-badge {
    background: #9EFF4F;
    color: #000;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 10px;
}

.newsletter-box {
    background: #22242e;
    padding: 20px;
    border-radius: 12px;
}

.newsletter-box input {
    background: transparent;
    border: 1px solid #555;
    color: #fff;
}

.newsletter-box input::placeholder {
    color: #aaa;
}

.subscribe-btn {
    background: #9EFF4F;
    border: none;
    color: #000;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid #2c2f3a;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 13px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    background: #22242e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
}



/* --- Responsiveness: Corner Adjustments --- */
@media (min-width: 992px) {
    /* Desktop: Ensure the graphic column corners are rounded correctly */
    .form-column {
        border-radius: 0; 
        border-top-left-radius: 20px; 
        border-bottom-left-radius: 20px; 
    }
    .graphic-column {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
    @media (max-width: 768px) {
      .hero-title {
        font-size: 32px;
      }

      .hero-img {
        max-width: 300px;  /* Mobile size */
      }
      .hidden {
 display: block;        
      }
      .Contact {
        text-align: center;
      }
    }

    @media (max-width: 576px) {
      .hero-img {
        max-width: 250px;
      }
    }

