/*--------------------------------------------------------------
# MCS Main
--------------------------------------------------------------*/
.McsCoverText{
    color: #000000;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

/*--------------------------------------------------------------
# MCS-Contact Group
--------------------------------------------------------------*/
.ContactUsTitle{
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.TeamCoverImg{
  width: 120px;
}

.Teamtitle{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/*--------------------------------------------------------------
# Other Departments
--------------------------------------------------------------*/
.CompCoverImg{
 border-radius: 18px;
 background-color: rgb(255, 255, 255);
}

/*--------------------------------------------------------------
# MCS-Form  —  Modern Contact Page (Glass Card + Inline Map)
--------------------------------------------------------------*/
.mcs-map-section {
    padding: 2rem 1rem 2.5rem;
    background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.mcs-section-header { margin-bottom: 1.5rem; }
.mcs-section-header .badge { font-size: 0.85rem; padding: 0.45rem 1rem; }
.mcs-section-header h1 { font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; color: #0a58ca; }
.mcs-section-header p { font-size: 1rem; margin-bottom: 0; max-width: 720px; margin-left: auto; margin-right: auto; }

.mcs-floating-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(13, 110, 253, 0.15);
    border: 1px solid rgba(13,110,253,0.08);
    overflow: hidden;
}

.mcs-glass-info {
    background: linear-gradient(135deg, rgba(13,110,253,0.98) 0%, rgba(10,88,202,0.98) 50%, rgba(2,26,74,0.98) 100%);
    color: #fff;
    padding: 1.85rem;
}

.mcs-glass-info h2 { color: #fff; font-weight: 700; font-size: 1.4rem; margin-bottom: 0.35rem; }
.mcs-glass-info p.lead { color: rgba(255,255,255,0.9); font-size: 0.95rem; margin-bottom: 1.25rem; }

.mcs-glass-item {
    display: flex; gap: 0.9rem;
    align-items: flex-start;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mcs-glass-item:last-of-type { border-bottom: none; }

.mcs-glass-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 11px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff;
}
.mcs-glass-icon svg { width: 18px; height: 18px; }
.mcs-glass-item h5 { color: #fff; font-size: 0.98rem; font-weight: 700; margin-bottom: 0.25rem; }
.mcs-glass-item p, .mcs-glass-item a, .mcs-glass-item address {
    color: rgba(255,255,255,0.9); font-size: 0.92rem;
    line-height: 1.45;
    text-decoration: none; margin-bottom: 0;
}
.mcs-glass-item a:hover { color: #fff; text-decoration: underline; }

.mcs-glass-form { padding: 1.85rem; }
.mcs-glass-form h2 { font-size: 1.4rem; margin-bottom: 0.25rem; }
.mcs-glass-form p.text-secondary { font-size: 0.92rem; margin-bottom: 1.25rem; }
.mcs-glass-form .form-label { font-size: 0.9rem; margin-bottom: 0.35rem; font-weight: 600; }

.mcs-glass-form .form-control,
.mcs-glass-form .form-select {
    border-radius: 10px;
    border: 1.5px solid #e5e9f0;
    padding: 0.6rem 0.85rem;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.mcs-glass-form textarea.form-control { padding: 0.65rem 0.85rem; }
.mcs-glass-form .form-control:focus,
.mcs-glass-form .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.15);
}

.mcs-submit-btn {
    background: linear-gradient(90deg, #0d6efd 0%, #0a58ca 50%, #021a4a 100%);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(10,88,202,0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.mcs-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(2,26,74,0.45);
}

.mcs-glass-mini-map {
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.22);
    border: 2px solid rgba(255,255,255,0.3);
}
.mcs-glass-mini-map iframe {
    width: 100%;
    height: 450px;
    display: block;
    border: 0;
}
.mcs-glass-mini-map-caption {
    background: rgba(255,255,255,0.15);
    padding: 0.45rem 0.85rem;
    font-size: 0.85rem;
    text-align: center;
}
.mcs-glass-mini-map-caption a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.mcs-glass-mini-map-caption a:hover { text-decoration: underline; }

/* Cookies-declined placeholder: keep it the same size as the map iframe so the
   info panel doesn't jump ~250px taller when analytics consent is off. The
   shared cookie script defaults map placeholders to 400px because the iframe
   has no HTML height attribute — override that here and compact the content. */
.mcs-glass-mini-map .mcs-consent-block {
    height: 450px !important;
    padding: 10px 12px !important;
    justify-content: center !important;
}
.mcs-glass-mini-map .mcs-consent-block > div:first-child {
    font-size: 22px !important;
    margin-bottom: 4px !important;
}
.mcs-glass-mini-map .mcs-consent-block > p:first-of-type {
    font-size: 12px !important;
    margin: 0 0 6px !important;
}
.mcs-glass-mini-map .mcs-consent-block > p:nth-of-type(2),
.mcs-glass-mini-map .mcs-consent-block > p:last-of-type {
    display: none !important;
}
.mcs-glass-mini-map .mcs-consent-block .mcs-consent-play-btn {
    padding: 6px 14px !important;
    font-size: 11px !important;
}

/* Turnstile — prevent overflow on narrow screens */
.cf-turnstile { display: inline-block; max-width: 100%; }

/* GDPR privacy consent row — flexbox so the checkbox stays inside the box */
.mcs-privacy-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    background: #f4f7fb;
    border: 1px solid #e5e9f0;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
}
.mcs-privacy-consent .form-check-input {
    flex-shrink: 0;
    width: 1.1em;
    height: 1.1em;
    margin: 0.15em 0 0 0;
    cursor: pointer;
}
.mcs-privacy-consent .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.mcs-privacy-consent .form-check-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.2);
}
.mcs-privacy-consent .form-check-label {
    flex: 1;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #495057;
    cursor: pointer;
    margin: 0;
}
.mcs-privacy-consent .form-check-label a {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}
.mcs-privacy-consent .form-check-label a:hover { text-decoration: underline; }

/* Tablet & Mobile */
@media (max-width: 991.98px) {
    .mcs-glass-info, .mcs-glass-form { padding: 1.5rem; }
}
@media (max-width: 575.98px) {
    .mcs-map-section { padding: 1.25rem 0.5rem 1.5rem; }
    .mcs-section-header h1 { font-size: 1.55rem; }
    .mcs-section-header p { font-size: 0.9rem; }
    .mcs-glass-info, .mcs-glass-form { padding: 1.15rem; }
    .mcs-glass-info h2, .mcs-glass-form h2 { font-size: 1.2rem; }
    .mcs-glass-mini-map iframe { height: 210px; }
    .mcs-glass-mini-map .mcs-consent-block { height: 210px !important; }
    .cf-turnstile { transform: scale(0.92); transform-origin: left top; }
}
