body {
    background: #f3f3f3;
    font-family: "Segoe UI", sans-serif;
}

.header-banner {
    background-color: #56b6e8;
    padding: 10px 0;
    border-radius: 0 0 16px 16px;
}


.header-banner-img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 0 0 16px 16px;
}

.form-card {
    max-width: 900px;
    background: #fff;
        padding: 25px 40px;
    border-radius: 8px;
}
.mb-2
{
	margin-bottom : 15px !important;
}
.form-title {
    color: #8b0000;
    font-weight: 700;
}
.form-control:focus {
    box-shadow: none;
}

.form-label span,
label span {
    color: #c00000;
}

.section-title {
    font-weight: 600;
    font-size: 18px;
}

.sub-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-input {
    background: #f1f1f1;
    border: none;
    height: 45px;
}

.custom-input:focus {
    box-shadow: none;
    background: #eaeaea;
}

.small-input {
    background: #f1f1f1;
    border: none;
    height: 40px;
    text-align: center;
}

.register-btn {
    background: linear-gradient(to bottom, #6ec6ff, #1e88e5);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 60px;
    font-size: 20px;
    font-weight: 500;
}

.register-btn:hover {
    opacity: 0.9;
}


.footer-note {
    text-align: center;
    font-size: 16px;
    color: #9b0000;
    font-weight: 600;
}

.website {
    background: #5bb7e5;
    color: #fff;
    text-align: center;
    padding: 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
}

/* 📱 Mobile adjustments */
@media (max-width: 576px) {
    .register-btn {
        width: 100%;
        padding: 12px;
    }

    .footer-note {
        font-size: 14px;
    }
}


/* jQuery Validate error message */
label.error {
    color: #dc3545 !important;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

/* Red border on invalid fields */
input.error,
textarea.error,
select.error {
    border: 1px solid #dc3545 !important;
}

/* Remove green success border */
input.valid,
textarea.valid {
    border-color: #ced4da !important;
}

a.weblink {
    text-decoration: none;
    font-size: 22px;
    font-weight: 800;
    color: #1c3f74;
}
p.solutions {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}


.technocard {
    min-height: 230px;
    background: linear-gradient(145deg, #ffffff, #ffffff);
    border-radius: 18px;
    padding: 30px 26px;
    color: #eaeaea;
    box-shadow: 0 20px 55px rgb(225 225 225 / 60%);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover effect */
.technocard:hover {
  transform: translateY(-10px);
box-shadow: 0 35px 80px rgb(232 232 232 / 80%);
}

/* Accent glow line */
.technocard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #00e5ff, #6a5cff);
}

/* Header */
.technocard h4 {
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5f6574;
  margin-bottom: 22px;
}

/* Logo */
.technocard img {
  width: 90%;
  margin-bottom: 10px;
  filter: brightness(1.1);
}

/* Company name */
.technocard strong {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.3px;
}

/* Solutions */
.technocard .solutions {
  font-size: 14.5px;
  line-height: 1.7;
  color: #878ea0;
  margin-top: 22px;
}

/* Solutions */
.technocard .solutionshead {
  font-size: 18px;
  line-height: 1.7;
  color:#5f659c;
  margin-top: 22px;
}

/* Footer spacing */
.footer-note {
  margin-bottom: 18px;
}

/* Subtle background glow */
.technocard::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(0,229,255,0.15), transparent 70%);
  top: -40px;
  right: -40px;
}
