/* Self-hosted fonts (replaces external Google Fonts @import for privacy/GDPR
   compliance and performance). Files live in ../assets/fonts/. */

/* Noto Sans (Latin) */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-v42-latin/noto-sans-v42-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-v42-latin/noto-sans-v42-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-v42-latin/noto-sans-v42-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-v42-latin/noto-sans-v42-latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-v42-latin/noto-sans-v42-latin-800.woff2') format('woff2');
}

/* Noto Sans Devanagari (Hindi) */
@font-face {
    font-family: 'Noto Sans Devanagari';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-devanagari-v30-devanagari/noto-sans-devanagari-v30-devanagari-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans Devanagari';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-devanagari-v30-devanagari/noto-sans-devanagari-v30-devanagari-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans Devanagari';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-devanagari-v30-devanagari/noto-sans-devanagari-v30-devanagari-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans Devanagari';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/noto-sans-devanagari-v30-devanagari/noto-sans-devanagari-v30-devanagari-700.woff2') format('woff2');
}

:root {
    --color-primary: #162f6a;
    --color-primary-hover: #183a8d;
    --color-primary-dark: #162f6a;
    --color-secondary: #162F6A;
    --color-secondary-light: #214aab;
    --color-accent: #DAF2F4;
    --color-text-main: #110202;
    --color-text-dark: #150202;
    --color-text-gray: #150202;
    --color-text-light: #6b7280;
    --color-border: #ebe6e7;
    --color-border-dark: #d1d5db;
    --color-bg-light: #F8F9FC;
    --color-white: #ffffff;
    --color-link: #1A73E8;
    --color-error: #dc2626;
    --color-success: #056905;
    --color-success-hover: #034703;
    --color-warning-bg: #fff9e6;
    --color-warning-text: #856404;
    --color-danger-bg: #fdf2f2;
    --color-danger-text: #162f6a;
    --font-main: 'Noto Sans', 'Noto Sans Devanagari', sans-serif;
    --container-width: 1380px;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 40px;
    --color-wine: #162f6a;
    --color-wine-dark: #162f6a;
    --color-grey-date: #666666;
    --color-breadcrumb: #333333;
    --transition-base: all .3s ease
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--color-danger-bg);
    color: var(--color-danger-text);
    padding: 8px;
    z-index: 10001;
    transition: top .3s
}

.skip-link:focus {
    top: 0
}

:focus-visible {
    outline: 2px solid var(--color-link);
    outline-offset: 2px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--font-main);
    color: var(--color-text-main);
    line-height: 1.5;
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    color: var(--color-link);
    transition: color .2s ease
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}
.container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: 1248px;
}  

.hidden {
    display: none !important
}

body.dark-mode {
    background-color: #1a1a1a;
    color: #f0f0f0
}

.mr-top-40,
.services-section,
.gallery-section,
.partner-section,
.bottom-carousel-section,
.info-footer-links,
.content-section1 p {
    margin-top: var(--spacing-xl)
}

.pad-bottom-40 {
    padding-bottom: 40px
}

body.dark-mode .footer,
body.dark-mode .gallery-section,
body.dark-mode .header-main,
body.dark-mode .hero-wrapper,
body.dark-mode .services-section,
body.dark-mode .social-updates-section {
    background-color: #1a1a1a;
    color: #f0f0f0;
    border-color: #333
}

body.dark-mode .card,
body.dark-mode .quick-links-card,
body.dark-mode .service-card,
body.dark-mode .social-card {
    background-color: #262626;
    border-color: #444;
    color: #f0f0f0
}

body.dark-mode a {
    color: #60a5fa
}

html.saturation-mode {
    filter: grayscale(100%)
}

html.invert-mode {
    filter: invert(100%)
}

body.highlight-links-mode a {
    outline: 2px solid #ea580c;
    background-color: #ffedd5;
    color: #9a3412 !important
}

body.hide-images-mode img {
    visibility: hidden
}

body.screen-reader-active,
body.screen-reader-active * {
    cursor: auto !important
}

body.screen-reader-active a,
body.screen-reader-active button,
body.screen-reader-active h1,
body.screen-reader-active h2,
body.screen-reader-active h3,
body.screen-reader-active h4,
body.screen-reader-active h5,
body.screen-reader-active h6,
body.screen-reader-active img,
body.screen-reader-active input,
body.screen-reader-active label,
body.screen-reader-active li,
body.screen-reader-active p,
body.screen-reader-active span,
body.screen-reader-active textarea {
    outline: 1px dashed rgba(0, 0, 0, .15);
    background-color: rgba(255, 255, 0, .3)
}

.sr-highlight {
    background-color: rgba(255, 255, 0, .3) !important;
    outline: 2px solid #000 !important
}

.sr-only,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.popup-overlay.hidden {
    display: none
}

.popup-container {
    background: var(--color-white);
    border-radius: 12px;
    max-width: 670px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    animation: popupSlideIn .3s ease-out
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(.95) translateY(-20px)
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: var(--color-primary);
    color: var(--color-white)
}

.popup-header p {
    margin: 0;
}

.popup-title { 
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: var(--color-white)
}

.mobile-toggle {
    display: none
}

.popup-close {
    background: 0 0;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background .2s
}

.popup-close:hover {
    background: rgba(255, 255, 255, .2)
}

.popup-content {
    padding: 8px 24px;
    max-height: 400px;
    overflow-y: auto
}

.notice-list {
    list-style: none
}

.notice-item {
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6
}

.notice-item:last-child {
    border-bottom: none
}

.notice-date {
    display: block;
    font-size: .75rem;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 6px
}

.notice-link {
    font-size: .875rem;
    line-height: 1.5;
    display: block;
    text-decoration: underline;
    color: var(--color-secondary)
}

.notice-link:hover {
    color: var(--color-link)
}

.popup-footer {
    padding: 16px 24px;
    background: #f8f9fc;
    text-align: center;
    border-top: 1px solid var(--color-border)
}

.btn-view-all {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: .875rem;
    font-weight: 600;
    transition: background .2s
}

.btn-view-all:hover {
    background: var(--color-primary-dark)
}

.access-btn {
    background: #f3f4f6;
    border: 1px solid var(--color-border);
    padding: 8px 16px;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all .2s
}

.access-btn:hover {
    background: #e5e7eb;
    border-color: var(--color-border-dark)
}

.access-btn.active {
    background: var(--color-primary);
    color: #fff;
    border-color: transparent
}


.header-top {
    background-color: #f1f1f1;
    color: var(--color-text-main);
    padding: 14px 0;
    font-size: .875rem;
    line-height: 20px;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accessibility-tools,
.top-links {
    display: flex;
    align-items: center;
    gap: var(--spacing-md)
}

.accessibility-tools {
    gap: 25px;
}

.accessibility-tools p {
    margin: 0;
}

.top-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-text-main);
    font-weight: 400;
    text-decoration: none;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: .875rem;
    font-family: var(--font-main);
}

.top-link:hover {
    color: var(--color-link);
    text-decoration: none
}

.top-link.active {
    font-weight: 600
}
.header-main {
    background-color: var(--color-white);
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    padding-bottom: 16px
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}

.logo-section img {
    height: 64px;
    display: block
}

.header-right-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px
}

.search-section {
    width: 100%;
    height: 36px;
    position: relative;
    background: var(--color-white);
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #ebeaea;
    border-radius: .375rem .375rem 0 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 5px;
}

.search-section .search-form {
    width: 100%;
    position: relative;
}

.search-section .search-form .js-form-item {
    position: absolute;
    width: 100%;
    margin: 0;
    top: -16px;
}

.search-section .search-form .search-input-wrapper {
    border-bottom: 2px solid #162f6a;
}

.search-section .search-form .search-input-wrapper:focus,
.search-section .search-form .search-input-wrapper:focus-visible {
    border-bottom: 2px solid var(--color-primary);
}

.search-section .search-form .search-input {
    width: 100%;
    height: 31px;
    padding: 4px 48px 4px 16px;
    border: none;
    background: 0 0;
    font-size: .875rem;
    color: var(--color-text-gray);
    outline: 0;
    line-height: 19px;
    border-radius: .375rem .375rem 0 0;
    font-family: var(--font-main);
}

.search-section .search-form .search-input:focus {
    background: #f7f7fa;
    box-shadow: 0 0 0 4px rgba(108, 19, 64, 0.5);
    color: var(--color-text-dark);
    outline: 0
}

.search-section .search-form .search-input::placeholder {
    color: var(--color-text-gray);
    opacity: 1
}

.search-section .search-form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 100%;
    background: 0 0;
    border: none;
    border-left: 1px solid var(--color-border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-gray);
    padding: 0
}

.search-section .search-form .search-btn svg {
    color:var(--color-text-gray);
    width: 14px;
    height: 14px;
}

.search-section .search-form .search-btn:hover {
    color: var(--color-primary)
}

.time-widgets {
    display: flex;
    align-items: center;
    gap: 10px
}

.time-widget {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .875rem;
    color: #374151
}

.flag-icon {
    object-fit: cover
}

.country-label {
    font-weight: 400;
    color: var(--color-text-gray);
    font-size: .875rem
}

.time-display {
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: .875rem
}

.date-display {
    color: var(--color-text-gray);
    font-size: .875rem;
}

.time-separator {
    color: var(--color-text-gray);
    font-size: .875rem;
}

.nav-bar {
    background-color: var(--color-primary);
    border-radius: 4px;
    padding: 0;
    position: relative;
    z-index: 50
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 2px;
    flex-wrap: nowrap;
    padding: 8px 4px
}

.nav-item {
    position: relative;
    padding: 0
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 400;
    transition: background-color .2s;
    letter-spacing: .01em;
    white-space: nowrap
}
.language--es .nav-link { padding: 8px 6px;}
.nav-link:hover {
    background-color:var(--color-white);
    color: var(--color-primary);
    text-decoration: none
}

.nav-link.active {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
    color: var(--color-primary)
}

.nav-link.active svg {
    transform: rotate(180deg)
}

.nav-link svg {
    opacity: 1;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    transition: all .5s
}

.dropdown-menu {
    position: absolute;
    top: 96%;
    left: 0;
    background: var(--color-white);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    min-width: 280px;
    width: max-content;
    max-width: 90vw;
    display: none;
    z-index: 100;
    border-radius: 4px;
    padding-top: 4px;
    border-top: 2px solid var(--color-primary-dark)
}
.nav-link.cls-dropdown-scroll + .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
}
.nav-link.cls-dropdown-scroll + .dropdown-menu .dropdown-item .dropdown-sub{
left: 21%;
top: 37px;
}
.dropdown-link.cls-sub-dropdown-scroll + .dropdown-sub {
    max-height: 150px;
    overflow-y: auto;
}

.dropdown-link.cls-sub-dropdown-scroll + .dropdown-sub:hover {
    max-height: 150px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8; 
} 
.language--es .dropdown-menu {
    max-width: 80vw;
}
@media (min-width:993px) {
    .nav-item:hover>.dropdown-menu {
        display: block;
        animation: fadeIn .15s ease-out
    }

    .nav-item:hover>.nav-link svg {
        transform: rotate(180deg)
    }
}

.nav-item:nth-child(4) .dropdown-menu {
    left: -377px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.language--hi .nav-item:nth-child(4) .dropdown-menu{
left: -367px;
}
.nav-item:nth-child(4):hover .dropdown-menu {
    display: grid
}
 
.nav-item:nth-child(4):hover .dropdown-menu .dropdown-sub {
    min-width: 400px;
    max-width: 400px;
}

.dropdown-item {
    position: relative
}

.dropdown-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: var(--color-text-main);
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transition-base)
}

.dropdown-link svg {
    width: 16px;
    height: 16px;
    transition: transform .3s ease
}

.dropdown-link.submenu-pdf::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z' fill='%23E74C3C' stroke='%23C0392B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2V8H20' stroke='%23C0392B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13H8V17H10C10.5304 17 11.0391 16.7893 11.4142 16.4142C11.7893 16.0391 12 15.5304 12 15C12 14.4696 11.7893 13.9609 11.4142 13.5858C11.0391 13.2107 10.5304 13 10 13Z' fill='white'/%3E%3Ctext x='7' y='16.5' fill='white' font-size='5' font-weight='bold' font-family='Arial, sans-serif'%3EPDF%3C/text%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.dropdown-link.submenu-link::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.dropdown-item:hover>.dropdown-link,
.dropdown-link:hover {
    background-color: var(--color-border);
    color: var(--color-primary);
    text-decoration: none
}

.dropdown-sub {
    position: absolute;
    left: 21%;
    top: 37px;
    background: var(--color-white);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    min-width: 220px;
    display: none;
    z-index: 101;
    border-top: 2px solid var(--color-secondary-light);
    margin-left: 2px;
    margin-top: 4px;
    border-radius: 4px
}

@media (min-width:993px) {

    .dropdown-item.open .dropdown-sub,
    .dropdown-item:hover .dropdown-sub {
        display: block;
        animation: fadeIn .15s ease-out;
        text-decoration: none
    }

    .dropdown-item.open .dropdown-link svg,
    .dropdown-item:hover .dropdown-link svg {
        transform: rotate(90deg)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}



.popup-header-group {
    display: flex;
    align-items: center;
    gap: 10px
}

.notice-item-wrapper {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.notice-dot {
    min-width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    margin-top: 8px
}

.notice-dot.red {
    background: #a03030
}

.notice-content-box {
    flex: 1
}

.notice-content-box p {
    margin: 0;
}


.notice-strong {
    display: block;
    margin-bottom: 4px;
    color: #000;
    font-weight: 600
}

.notice-text {
    margin-bottom: 8px;
    font-size: .9375rem;
    color: #333;
    line-height: 1.5
}

.notice-link-right {
    text-align: right
}


.emergency-title {
    color: #a03030;
    font-weight: 600;
    font-size: .875rem
}

.emergency-phone {
    color: #a03030;
    font-weight: 600;
    font-size: 1.375rem;
    margin-top: 4px
}

.emergency-sub {
    font-size: .9375rem;
    font-weight: 400;
    color: #a03030
}

.notice-date-style {
    color: var(--color-grey-date);
    font-size: .8125rem;
    font-weight: 400
}

.hero-wrapper {
    padding: calc(.25rem * 6) 0;
    background-color: #fbf9fa;
    margin-bottom: calc(.25rem * 4);
}

.hero-grid {
    display: flex;
    flex-direction: row;
    gap: calc(.25rem * 6);
    height: 500px;
    justify-content: space-between;
    align-items: flex-start;
}

.hero-slider {
   position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%; 
    background: #000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
    flex: 1;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    pointer-events: none
}

.slide.active {
    opacity: 1;
    pointer-events: auto
}

.slide img {
   width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center 20%;
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: high-quality;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 40px 40px;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .9) 100%);
    color: var(--color-white);
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.slide.active .slide-content {
    opacity: 1
}

.slide-content h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 12px;
    color: var(--color-white)
}

.slide-content p {  
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-white);
}

.slide-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10
}

.slider-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    transition: all .2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.slider-btn:hover {
    background: var(--color-white);
    color: var(--color-primary)
}

.slider-btn svg {
    width: 18px;
    height: 18px
}

.quick-links-card,
.service-card,
.ambassador-card,
.social-post-card,
.important-updates-card,
.summit-card,
.gallery-page-card,
.culture-card,
.brochure-card,
.event-card,
.cultural-gallery-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);
}

.summit-card {
    border-radius: 12px;
    width: 100%;
    height: 595px;
    position: relative;
}

.quick-links-card {
    padding: 16px 24px;
    height: 100%;
    max-width: 28rem;
    flex: 1;
    display: none;
}


.card-title {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 12px
}

.quick-links-list {
    overflow-y: auto;
    flex: 1;
    padding-right: 4px
}

.quick-links-list::-webkit-scrollbar {
    width: 6px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border-dark) #f1f1f1
}

.quick-links-list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.quick-links-list::-webkit-scrollbar-thumb {
    background: var(--color-border-dark);
    border-radius: 3px
}

.quick-link-item {
    margin-bottom: 16px
}

.quick-link-item:last-child {
    margin-bottom: 0
}

.quick-link-item a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--color-text-dark);
    font-size: 1rem;
    font-weight: 400;
    background: 0 0;
    transition: all .2s;
    border: none
}

.quick-link-item a:hover { 
    text-decoration: underline;
}

.link-icon {
    flex-shrink: 0
}
.mea-banner{
    display: flex;
    gap: calc(4px * 6);
    flex-wrap: wrap;
}
.consular-service-link{ 
    flex: 0 0 calc(33% - 12px);
}
.consular-service-link a{
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 1.125rem;
    color: var(--color-white);
    border-radius: 12px;
    border: 1px solid var(--color-primary); 
    transition: all .3s;
}
.consular-service-link a:hover{
    text-decoration: none;
    background: var(--color-white);
    color: var(--color-primary);
}
.mea-banner-content {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #d9f99d 0, #bef264 100%);
    border: 1px solid #a3e635;
    flex: 0 0 calc(67% - 12px);
}

.mea-banner-content>p {
    margin: 0;
}

.mea-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mea-info {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px
}

.mea-info img {
    width: calc(.25rem * 12);
}

.mea-text h3 {
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

.mea-banner-content .mea-text p {
    font-size: .875rem;
    line-height: 1.5;
    margin: 0
}

.btn-know-more {
    position: relative;
    z-index: 1;
    background: var(--color-white);
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 500;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: 0;
    transition: background .2s;
    font-size: .875rem;
    width: 130px;
}

.btn-know-more svg {
    margin-left: calc(.25rem * 2);
    width: calc(.25rem * 4);
    height: calc(.25rem * 4);
}

.btn-know-more:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    text-decoration: none;
}

.btn-know-more:hover svg {
    color: var(--color-white);
    stroke: var(--color-white);
}

.services-section {
    border-bottom: 1px solid var(--color-border)
}

.services-layout {
    display: flex;
    gap: calc(4px * 6);
    flex-wrap: wrap;
    
}
#block-embassy-india-mexico-important-updates{flex: 0 0 calc(67% - 12px);}
.services-grid { 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex: 0 0 100%;
    padding-top: 40px;
    margin-top: 24px;
    border-top: 1px solid var(--color-border);
}

.service-card,
.culture-card,
.culture-card-img,
.culture-accordion-header,
.culture-accordion-header .chevron,
.partner-logo-item,
.partner-logo,
.carousel-logo {
    transition: var(--transition-base);
}

.service-card {
    padding: 24px;
    min-height: 180px;
    position: relative;
    background-color: #f8f9fc;
}

.service-card>div:first-child {
    flex-grow: 1;
}

.service-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    text-decoration: none
}

.service-icon-box,
.service-arrow,
.pagination-btn,
.pagination-btn.num,
.card-thumb,
.pagination-dots,
.nav-arrow,
.slider-btn,
.mou-item,
.service-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-box {
    color: var(--color-primary);
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
    justify-content: flex-start
}

.service-title {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--color-text-dark);
    line-height: 1.5;
    width: 88%;
}

.service-email {
    font-size: .8125rem;
    color: var(--color-text-light);
    margin-top: 4px;
    word-wrap: break-word;
    word-break: break-all;
}

.service-emergency-number {
    color: var(--color-error);
    font-size: .75rem;
    margin-top: 8px;
    font-weight: 400
}

.service-emergency-note {
    font-size: .625rem;
    color: var(--color-text-gray);
    margin-top: 4px
}

.service-arrow {
    align-self: flex-end;
    background: var(--color-accent);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #164e63;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    position: absolute;
    bottom: 2rem;
    right: 1rem;
}

.service-arrow a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card:hover .service-arrow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.ambassador-card {
    flex: 1;
    background: var(--color-white);
    border-radius: 8px;
    padding: 24px;
    border: 1px solid var(--color-border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
}

.ambassador-header {
    display: flex;
    gap: 16px; 
    align-items:center;
    flex-direction: column;
}

.ambassador-img {
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0
}

.ambassador-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.ambassador-info p { 
    margin: 0;
    text-align: center;
}

.amb-label {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.25;
}

.amb-name { 
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0
}

.amb-profile-link { 
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin: 0; 
    display: inline-block;

}

.amb-profile-link:hover {
    text-decoration: underline
}

.amb-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text-gray);
}

.mb-2 {
    margin-bottom: 12px
}

.press-section {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-border);
}

.press-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start
}

.press-image-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%
}

.press-image-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px
}

.tab-container {
    background: #fff
}

.tab-nav {
    display: flex;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 20px
}

.tab-trigger {
    padding: 16px 24px;
    background: 0 0;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text-gray);
    cursor: pointer;
    position: relative
}

.tab-trigger.active {
    color: var(--color-secondary)
}

.tab-trigger.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-secondary)
}

.press-content-container {
    display: flex;
    flex-direction: column
}

.press-tabs-header {
    display: flex;
    margin-bottom: 8px
}

.press-tab-btn,
.social-tab-btn {
    flex: 1;
    text-align: center;
    padding: 12px 16px;
    font-size: .875rem;
    font-weight: 500;
    color: var(--color-text-light);
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    transition: all .2s;
    line-height: 1.4;
    position: relative;
    border-bottom: 2px solid transparent
}

.press-tab-btn.active,
.social-tab-btn.active {
    background: var(--color-white);
    color: #000;
    font-weight: 600;
    z-index: 10;
    border-bottom: 2px solid #000;
}


.press-tab-content,
.social-tab-content,
.ambassador-card,
.list-card,
.update-item,
.map-info,
.culture-card-body,
.culture-accordion-body,
.reg-form-section {
    padding: 24px
}

.press-tab-content {
    border: 2px solid #ebeaea;
    border-radius: 8px;
    max-height: 395px;
    min-height: 395px;
    overflow: auto;
}

.press-list {
    display: flex;
    flex-direction: column;
    gap: 0; 
}
#trade-events,.press-tab-btn[data-target="trade-events"]{
    display: none !important;
}
.press-item {
    padding: 16px 0;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.press-item:first-child {
    padding-top: 0;
}

.press-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.press-link {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-text-dark);
    line-height: 1.5;
    text-decoration: none;
    display: block
}

.press-link:hover {
    color: var(--color-link)
}

.press-date {
    font-size: .875rem;
    color: var(--color-text-gray);
}

.release-date {
    font-size: .875rem;
    color: var(--color-text-gray);
}

.press-pane.hidden {
    display: none
}

.social-updates-section,
.gallery-grid,
.gallery-page-grid,
.culture-grid,
.perspective-article,
.thematic-grid,
.consortium-grid,
.intro-grid {
    display: grid;
    gap: 24px;
}

.social-updates-section {
    align-items: stretch;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    border-bottom: 1px solid var(--color-border);
} 
.summit-card .card-header {
    border-bottom: 1px solid var(--color-border);
    padding: 16px 32px;
    display: none;
}

.summit-card .card-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text-dark);
    margin: 0;
}

.summit-card .poster-container {  
    padding: 25px;
}

.summit-card .carousel-viewport {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    height: 543px;
}

.summit-card .carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.summit-card .carousel-track > a {
    min-width: 100%; 
    display: block;
}

.summit-card .carousel-track img {
    width: 100%; 
    object-fit: contain;
    display: block;
    border-radius: 8px;
    height: 543px;
}

.summit-card .nav-controls,
.summit-card .nav-arrow,
.a11y-btn,
.popup-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.summit-card .nav-controls {
    gap: 20px;  
    width: 100%;
    height: 100%;
}

.summit-card .nav-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e9f0ff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    position: absolute;    
    transform: translateY(-50%);
    margin-top: -16px;
} 
.summit-card .nav-arrow#prevBtn{left: 37px; top: 50%;}
.summit-card .nav-arrow#nextBtn{right:37px; top: 50%;}
.summit-card .nav-arrow svg.arrow, .summit-card .nav-arrow svg {
    
    stroke: var(--color-primary) !important;
}

.summit-card .nav-arrow:hover {
    background-color: #c9daff;
}

.summit-card .pagination-dots-wrapper {
    display: none !important;
    overflow: hidden;
    position: relative;
}

.summit-card .pagination-dots {
    display: flex;
    gap: 8px;
    transition: transform 0.3s ease;
    align-items: center;
}

.summit-card .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d2dfff;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.summit-card .dot.active {
    background-color: var(--color-primary);
}
.social-feed-container {
    background: 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.social-tabs-header {
    display: flex;
    margin-bottom: 7px
}
.social-tab-content {
    background: var(--color-white);
    border: 2px solid #ebeaea;
    padding: 24px;
    border-radius: 8px;
    overflow-y: auto;
    flex: 1;
    min-height: 543px;
    max-height: 543px;
}

.social-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;

}

.social-post-card {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.post-banner-wrapper {
    width: 100%;
    height: 140px;
    background: #f0f0f0
}

.post-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-body {
    padding: 16px;
    flex: 1
}

.post-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.post-avatar {
    border-radius: 50%;
    border: 1px solid var(--color-border)
}

.post-author-name {
    font-size: .8125rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 4px
}

.post-author-sub {
    font-size: .8125rem;
    font-weight: 400;
    color: #4b5563
}

.verified-badge {
    width: 8px;
    height: 8px;
    background-color: #3b82f6;
    border-radius: 50%;
    display: inline-block
}

.post-text {
    font-size: .8125rem;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.5
}

.post-sub-img {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px
}

.post-sub-img img {
    width: 100%;
    display: block
}

.post-meta-time {
    font-size: .75rem;
    color: var(--color-text-light)
}

.post-footer-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 16px;
    border-top: 1px solid var(--color-border);
    background: #f9fafb;
    color: var(--color-text-light);
    font-size: .75rem
}

.action-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500
}

.important-updates-card {
    height: 100%;
}

.updates-header {
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff
}
.important-updates-card .updates-header{
    background: var(--color-primary);
}
.important-updates-card .updates-header h3{
    color: var(--color-white);
}
.updates-title { 
    margin: 0;
}

.badge-new {
    background: #d32f2f;
    color: #ffffff;
    font-size: .75rem;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.updates-list {
    padding: 0 26px;
    overflow: auto;
    flex: 1;
    max-height: 370px;
}

.updates-list .update-item {
    padding: 16px 0;
    padding-left: 32px;
    border-bottom: 1px solid rgb(235, 234, 234);
    position: relative;
}

.updates-list .update-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2676 21C10.4431 21.304 10.6956 21.5565 10.9996 21.732C11.3037 21.9075 11.6485 21.9999 11.9996 21.9999C12.3506 21.9999 12.6955 21.9075 12.9995 21.732C13.3036 21.5565 13.556 21.304 13.7316 21' stroke='%23FF9200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.26225 15.326C3.13161 15.4692 3.0454 15.6472 3.0141 15.8385C2.9828 16.0298 3.00777 16.226 3.08595 16.4034C3.16414 16.5807 3.29218 16.7316 3.4545 16.8375C3.61682 16.9434 3.80642 16.9999 4.00025 17H20.0002C20.194 17.0001 20.3837 16.9438 20.5461 16.8381C20.7085 16.7324 20.8367 16.5817 20.9151 16.4045C20.9935 16.2273 21.0187 16.0311 20.9877 15.8398C20.9566 15.6485 20.8707 15.4703 20.7402 15.327C19.4102 13.956 18.0002 12.499 18.0002 8C18.0002 6.4087 17.3681 4.88258 16.2429 3.75736C15.1177 2.63214 13.5915 2 12.0002 2C10.4089 2 8.88282 2.63214 7.75761 3.75736C6.63239 4.88258 6.00025 6.4087 6.00025 8C6.00025 12.499 4.58925 13.956 3.26225 15.326Z' stroke='%23FF9200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.updates-list .update-item.update-new a{ display: inline-block;}
.updates-list .update-item.update-new a::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 20px; 
    transform: translateY(-50%);
    background: url('/sites/default/files/2026-02/new-icon.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 12px;
    margin-left: 10px;
}

.updates-list .update-item:last-child {
    border-bottom: none
}

.update-link {
    font-size: 1rem;
    color: var(--color-text-dark);
    line-height: 1.4;
    display: block;
    margin-bottom: 8px;
    text-decoration: none
}

.update-link:hover {
    color: var(--color-link)
}

.update-date {
    font-size: .875rem;
    color: var(--color-text-gray);
    display: block
}

.social-pane.hidden {
    display: none
}



.gallery-grid {
    grid-template-columns: 1fr 1fr;
}

.gallery-column {
    display: flex;
    flex-direction: column;
    background: #F8F9FC;
    border-radius: 8px
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--color-border);
    padding: 16px 24px
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text-main);
    margin: 0
}

.view-all-link {
    color: var(--color-link);
    font-weight: 400;
    font-size: .875rem;
    text-decoration: none
}

.gallery-list {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    overflow: auto;
    max-height: 400px;
}

.gallery-item {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 16px;
    padding-top: 16px
}

.gallery-item:last-child {
    border-bottom: none
}

.album-thumb {
    width: 128px;
    height: 96px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 4px;
}

.video-thumb-wrapper {
    width: 128px;
    height: 96px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
    flex-shrink: 0
}

.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8
}

.play-overlay,
.video-overlay,
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-overlay {
    width: 32px;
    height: 32px
}

.gallery-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.gallery-icon-wrapper svg {
    width: 36px;
    height: 36px;
    fill: var(--color-text-light)
}

.gallery-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    justify-content: space-between;
}

.gallery-text {
    font-size: .875rem;
    color: var(--color-text-dark);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

.view-link {
    color: var(--color-link);
    font-size:.875rem;
    font-weight: 600;
    text-decoration: none;
    align-self: flex-start;
}



.innerpages.partner-section {
    background: #f5f5f5
}

.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-content: center;
    gap: calc(4px * 4);
    align-items: center;
    border-top: 1px solid var(--color-border);
    padding-top: 40px;

} 
.innerpages.partner-section .partner-logo-grid {
    border-top: 0 solid #ebeaea;
    padding-top: 0; 
}

.partner-logo-item {
    transition: all .3s;
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    border-radius: calc(6px + 2px);
    overflow: hidden;
    height: 80px
}

.partner-logo {
    width: 100%;
    object-fit: cover;
    transition: var(--transition-base)
}

.partner-logo-item:hover, .partner-logo:hover {
    transform: scale(1.05)
}

.footer {
    background-color: var(--color-primary-dark);
    color: #fff;
    padding: 32px 0;
    font-size: .875rem
}

.footer-layout {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: var(--color-white)
}

.footer-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer-links-grid {
    margin-bottom: 24px
}

.footer-links-grid nav[role="navigation"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    gap: 12px 30px;
    width: 100%;
}

.footer-link-item {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-link-item:hover {
    text-decoration: none;
    color: #FAEBF2;
}

.chevron {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1
}

.footer-copyright {
    font-size: .875rem;
    margin-top: auto
}
.footer-copyright p{margin: 0; font-size: .875rem;}
.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right
}

.footer-socials {
    display: flex;
    gap: 20px;
    margin-bottom: 24px
}

.footer-socials a {
    display: flex;
    align-items: center;
    transition: opacity .2s
}

.footer-socials a:hover {
    opacity: .8
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo img {
    height: 48px;
    width: auto
}

.footer-updated {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}

.footer-updated p {
    margin: 0;
}
.visitor-counter-block{ display: none !important;}
.visitor-count-wrapper{
    margin-bottom: 6px;
}
.visitor-count-container .visitor-icon{
    display: none !important;
}
.visitor-count-container .visitor-label{font-size: .875rem;font-weight: 600;}
.visitor-count-container .visitor-value{font-size: .875rem;font-weight: 400;}
.footer-visitor-count {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.bottom-carousel-section {
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

.bottom-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 20px
}

.bottom-carousel-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    will-change: transform;
    transition: transform .5s ease-in-out
}

.carousel-logo {
    height: 60px;
    width: 120px;
    max-width: 150px;
    min-width: 80px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: var(--transition-base);
    display: block;
}

.carousel-logo:hover {
    transform: scale(1.05)
}

.accessibility-wrapper {
    position: relative;
    display: inline-block
}

.accessibility-dropdown {
    position: absolute;
    top: 140%;
    right: -10px;
    width: 400px;
    background: var(--color-white);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    z-index: 1000;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .05);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .2s ease
}

.accessibility-dropdown.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none
}

.a11y-header {
    display: flex;
    margin-bottom: 16px;
    color: var(--color-primary);
    font-weight: 400;
    font-size: 1rem;
    gap: 8px;
    position: relative
}

.a11y-close {
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #9ca3af;
    line-height: 1;
    transition: color .2s;
    position: absolute;
    right: 0;
    top: 0
}

.a11y-close:hover {
    color: var(--color-primary)
}

.a11y-icon-invert {
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #333 50%, #ddd 50%);
    border-radius: 50%
}

.a11y-text-lg {
    font-size: 24px;
    font-weight: 600
}

.a11y-text-sm {
    font-size: 18px;
    font-weight: 600
}

.a11y-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.a11y-btn {
    aspect-ratio: 1/1;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    cursor: pointer;
    padding: 16px;
    transition: all .2s;
    text-align: center;
    gap: 12px;
    height: 100px;
    flex-direction: column;
}

.a11y-btn:hover,
.a11y-btn.active {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.a11y-btn svg {
    width: 28px;
    height: 28px;
    color: var(--color-primary)
}

.a11y-btn span {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f2937;
    line-height: 1.3
}

.lang-selector {
    position: relative;
    display: inline-block;
    font-family: var(--font-main);
}

.lang-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    width: 160px;
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    z-index: 1000;
    padding: 8px 0;
    border: 1px solid rgba(0, 0, 0, .05);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .2s ease
}

.lang-dropdown.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    pointer-events: none
}

.lang-option {
    display: block;
    padding: 10px 16px;
    font-size: .875rem;
    color: #374151;
    text-decoration: none;
    transition: background .2s
}

.lang-option:hover {
    background: #f3f4f6;
    color: #111827
}

.page-hero {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-white);
    margin-bottom: -24px;
    z-index: 1;
} 
.breadcrumb {
    font-size: 0px;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 2;
    display: flex;
}

.breadcrumb a {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    font-size: .875rem;
}

.breadcrumb a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.breadcrumb span {
    color: rgba(255, 255, 255, .9);
    font-size: .875rem;
}

.breadcrumb a+a::before,
.breadcrumb a+span::before,.breadcrumb span+span::before {
    content: "\203A";
    font-size: 22px;
    margin: 0 10px;
    vertical-align: top;
    line-height: 16px;
    color: rgba(255, 255, 255, .8);
}

.page-title {
    font-size: 2.25rem;
    position: relative;
    z-index: 2;
    font-weight: 600;
    max-width: 95%;line-height: 2.75rem;
}

.sub-nav-wrapper {
    background-color: transparent;
    position: relative;
    z-index: 10
}

.sub-nav-mobile-toggle {
    display: none
}

.sub-nav {
    background-color: var(--color-primary);
    border-radius: 8px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    position: relative;
    overflow: visible;
    justify-content: center;
}

.sub-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    gap: 4px;
    justify-content: flex-start;
}
.sub-nav ul li {
    flex-shrink: 0;
}
.sub-nav li.sub-nav-more {
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.sub-nav li a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: var(--color-white);
    font-size: .875rem;
    font-weight: 500;
    transition: all .3s;
    text-decoration: none;
    border-radius: 8px;
    white-space: normal;
    position: relative;
    text-indent: -10px;
}


.sub-nav li a:hover:not(.active) {
    background-color: rgba(255, 255, 255, .05)
}

.sub-nav li a.active {
    font-weight: 600
}

.sub-nav li a.active::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../assets/images/sub-nav-active-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px
}
.sub-nav li a.more-toggle.active::before{
    display: none;
}
.sub-nav li.sub-nav-more .more-toggle {
    background: 0 0;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 4px
}

.sub-nav li.sub-nav-more .more-toggle svg {
    transform: rotate(90deg) !important;
}

.sub-nav li.sub-nav-more .more-toggle:hover {
    background-color: rgba(255, 255, 255, .1)
}

.sub-nav li.sub-nav-more .more-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background: var(--color-white);
    min-width: 500px;
    max-width: 380px;
    border-radius: calc(6px + 2px);
    box-shadow: rgba(0, 0, 0, .15) 0 10px 25px;
    padding: 16px;
    display: none;
    z-index: 1000;
    color: var(--color-text-main);
    animation: fadeInDown .3s ease-out;
    max-height: 300px;
    overflow: auto;
}

.sub-nav li.sub-nav-more .more-dropdown.active {
    display: block !important
}
.sub-nav li.sub-nav-more .more-dropdown ul{flex-direction: column;}
.sub-nav li.sub-nav-more .more-dropdown li a{ 
    color: var(--color-text-main); 
    transition: all .2s; 
    margin-bottom: 0;
    text-indent: 0;
}
.sub-nav li.sub-nav-more .more-dropdown li a.active::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 10 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2C0 0.895431 0.895431 0 2 0C3.10457 0 4 0.895431 4 2C4 3.10457 3.10457 4 2 4C0.895431 4 0 3.10457 0 2Z" fill="%23110202"/><path d="M6 2C6 0.895431 6.89543 0 8 0C9.10457 0 10 0.895431 10 2C10 3.10457 9.10457 4 8 4C6.89543 4 6 3.10457 6 2Z" fill="%23110202"/><path d="M0 8C0 6.89543 0.895431 6 2 6C3.10457 6 4 6.89543 4 8C4 9.10457 3.10457 10 2 10C0.895431 10 0 9.10457 0 8Z" fill="%23110202"/><path d="M6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8Z" fill="%23110202"/><path d="M0 14C0 12.8954 0.895431 12 2 12C3.10457 12 4 12.8954 4 14C4 15.1046 3.10457 16 2 16C0.895431 16 0 15.1046 0 14Z" fill="%23110202"/><path d="M6 14C6 12.8954 6.89543 12 8 12C9.10457 12 10 12.8954 10 14C10 15.1046 9.10457 16 8 16C6.89543 16 6 15.1046 6 14Z" fill="%23110202"/><path d="M0 20C0 18.8954 0.895431 18 2 18C3.10457 18 4 18.8954 4 20C4 21.1046 3.10457 22 2 22C0.895431 22 0 21.1046 0 20Z" fill="%23110202"/><path d="M6 20C6 18.8954 6.89543 18 8 18C9.10457 18 10 18.8954 10 20C10 21.1046 9.10457 22 8 22C6.89543 22 6 21.1046 6 20Z" fill="%23110202"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}
.sub-nav li.sub-nav-more .more-dropdown li a:hover {
    background-color: #f7f7f7;
    color: var(--color-primary)
}
.sub-nav li.sub-nav-more .more-dropdown li a.active:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 10 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2C0 0.895431 0.895431 0 2 0C3.10457 0 4 0.895431 4 2C4 3.10457 3.10457 4 2 4C0.895431 4 0 3.10457 0 2Z" fill="%235d1033"/><path d="M6 2C6 0.895431 6.89543 0 8 0C9.10457 0 10 0.895431 10 2C10 3.10457 9.10457 4 8 4C6.89543 4 6 3.10457 6 2Z" fill="%235d1033"/><path d="M0 8C0 6.89543 0.895431 6 2 6C3.10457 6 4 6.89543 4 8C4 9.10457 3.10457 10 2 10C0.895431 10 0 9.10457 0 8Z" fill="%235d1033"/><path d="M6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8Z" fill="%235d1033"/><path d="M0 14C0 12.8954 0.895431 12 2 12C3.10457 12 4 12.8954 4 14C4 15.1046 3.10457 16 2 16C0.895431 16 0 15.1046 0 14Z" fill="%235d1033"/><path d="M6 14C6 12.8954 6.89543 12 8 12C9.10457 12 10 12.8954 10 14C10 15.1046 9.10457 16 8 16C6.89543 16 6 15.1046 6 14Z" fill="%235d1033"/><path d="M0 20C0 18.8954 0.895431 18 2 18C3.10457 18 4 18.8954 4 20C4 21.1046 3.10457 22 2 22C0.895431 22 0 21.1046 0 20Z" fill="%235d1033"/><path d="M6 20C6 18.8954 6.89543 18 8 18C9.10457 18 10 18.8954 10 20C10 21.1046 9.10457 22 8 22C6.89543 22 6 21.1046 6 20Z" fill="%235d1033"/></svg>');
} 
.sub-nav li a[href=""],
.sub-nav li.sub-nav-more .more-dropdown li a[href=""] {
    display: none !important;
}
.pdf-icon-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.pdf-icon-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
    position: relative;
    top: 4px
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dot-icon {
    margin-right: 8px;
    display: none
}

.sub-nav li a.active .dot-icon {
    display: none
}

.profile-layout-centered {
    display: flex;
    justify-content: center;
    margin-bottom: 32px
}

.profile-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.profile-image-box {
    width: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(6px + 2px)
}

.profile-main-img {
    object-fit: cover;
    border-radius: calc(6px + 2px)
}

.profile-info .name {
    font-size: 1rem;
    color: var(--color-text-dark);
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 4px
}

.profile-info .designation {
    font-size: 1.25rem;
    color: var(--color-text-gray);
    font-weight: 400;
    margin: 0;
    padding: 0
}

.bio-full-width {
    max-width: 100%;
    margin: 0 auto
}

.bio-full-width.without-submenu {
    margin-top: 20px;
}

.bio-full-width .mar-top-2rem {
    margin-top: 32px
}

.bio-full-width .purple-color {
    color: var(--color-text-main)
}

.bio-full-width table {
    margin-bottom: 48px
}

.bio-full-width h2 {
    color: var(--color-text-dark);
    font-size: 1.25rem;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.bio-full-width h3 {
    color: var(--color-text-dark); 
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.bio-full-width h4 {
    color: var(--color-text-dark);
    font-size: 1rem;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.bio-full-width p.subtitle {
    margin: 0;
    color: var(--color-text-dark);
    font-weight: 600;
    font-size: 1.25rem;
}

.bio-full-width p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--color-text-gray);
    margin: 0;
    margin-bottom: 24px; 
    text-align: justify;
    font-weight: 400;
}

.bio-full-width p.mar-top-32px {
    margin-top: 32px
}

.bio-full-width table td,
.bio-full-width table th {
    font-size: 1rem
}

.bio-full-width.working-hours-page h2 {
    color: #162f6a;
    margin: 0;
    margin-bottom: 24px
}

.bio-full-width.working-hours-page p {
    color: var(--color-text-gray);
    margin: 0
}

.bio-full-width.list-of-holidays h2 {
    color: #162f6a;
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
    margin-bottom: 12px
}

.bio-full-width.list-of-holidays p {
    color: var(--color-text-gray);
    margin: 0;
}

.right-link-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(4px * 8);
    background: var(--color-white);
    border: 1px solid var(--color-border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border-radius: 8px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 24px;
}

.right-link-box ul {
    display: flex; 
    flex-direction: column
}

.right-link-box ul li a {
    color: var(--color-link);
    display: flex;
    gap: calc(4px * 2);
    align-items: center
}

.right-link-box ul li a:hover {
    color: var(--color-secondary)
}

.bio-full-width.right-to-information h2 {
    margin: 0;
    margin-top: 48px;
    margin-bottom: calc(4px * 6);
    color: #162f6a;
    font-size: 1.5rem;
    font-weight: 600;
}
 .bio-full-width.right-to-information h2.intial-h3{
    margin: 0; 
    margin-bottom: calc(4px * 6);
    color: var(--color-text-dark);
    font-size: 1.25rem;
    font-weight: 600;
} 
.bio-full-width.right-to-information p.margin-bottom-1 {
    margin-bottom: 4px
}

.bio-full-width.right-to-information p a {
    color: var(--color-link)
}

.bio-full-width.right-to-information ul {
    margin-bottom: 24px; 
    list-style: none;
}
.bio-full-width.right-to-information ul li{
    margin-bottom: 16px;

}
.bio-full-width.right-to-information ul li:last-child{
    margin-bottom: 0;

}
.bio-full-width.right-to-information .right-link-box ul {
    margin: 0;
    padding: 0;
}

.bio-full-width.right-to-information ul li a {
    color: var(--color-link)
}

.bio-full-width.right-to-information table {
    margin-bottom: 32px
}

.bio-full-width.right-to-information table th {
    color: #364153
}

.info-footer-links {
    padding: 32px 0 0 0;
    border-top: 1px solid #d1d5dc;
    display: flex;
    flex-direction: column;
    gap: 14px
}  
.bio-full-width.content-section table {
    margin-top: 16px
}

.bio-full-width.content-section ol,
.bio-full-width.content-section ul {
    margin-bottom: 16px; 
}
.bio-full-width.content-section ul ul,
.bio-full-width.content-section ol ol,
.bio-full-width.content-section ul ol,
.bio-full-width.content-section ol ul{
    margin-left:22px;
    margin-top: 5px;
}
.bio-full-width.content-section li {
    margin-bottom: 16px;
    line-height: 1.6
}
.bio-full-width.content-section li:last-child {
    margin-bottom: 0
}
.bio-full-width li.pdf::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z' fill='%23E74C3C' stroke='%23C0392B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2V8H20' stroke='%23C0392B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13H8V17H10C10.5304 17 11.0391 16.7893 11.4142 16.4142C11.7893 16.0391 12 15.5304 12 15C12 14.4696 11.7893 13.9609 11.4142 13.5858C11.0391 13.2107 10.5304 13 10 13Z' fill='white'/%3E%3Ctext x='7' y='16.5' fill='white' font-size='5' font-weight='bold' font-family='Arial, sans-serif'%3EPDF%3C/text%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.culture-grid h3.culture-card-title.pdf::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z' fill='%23E74C3C' stroke='%23C0392B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2V8H20' stroke='%23C0392B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13H8V17H10C10.5304 17 11.0391 16.7893 11.4142 16.4142C11.7893 16.0391 12 15.5304 12 15C12 14.4696 11.7893 13.9609 11.4142 13.5858C11.0391 13.2107 10.5304 13 10 13Z' fill='white'/%3E%3Ctext x='7' y='16.5' fill='white' font-size='5' font-weight='bold' font-family='Arial, sans-serif'%3EPDF%3C/text%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.bio-full-width li.link::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.bio-full-width.ul-left-align ul{ margin-left: 20px; }
.bio-full-width.content-section .top-header-bar {
    text-align: center
}
.embassy-eoimxphotogallery .gallery-section.pad-bottom-40{ margin-top: 0px; padding-top: 0px; }
.embassy-eoimxphotogallery .gallery-section.pad-bottom-40 h2{ display: none; }

.bio-full-width.content-section .top-header-bar h2 {
    color: var(--color-text-dark);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px
}

.bio-full-width.content-section .top-header-bar .mexico-city {
    color: var(--color-text-gray);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5
}

.bio-full-width.content-section .top-header-bar .document-bilateral {
    margin-top: 32px;
    color: var(--color-text-gray);
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 32px
}

.logos-section-refined {
    background-color: #f7f9fb;
    padding: 80px 0
}

.partner-logos-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    margin: 0 auto 80px auto;
    padding: 0 64px;
    max-width: 1487px
}

.partner-logo-card {
    height: 96px;
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .02);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px
}

.partner-logo-card img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.gov-logos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1487px;
    margin: 0 auto
}

.gov-logos-row img {
    height: 36px
} 
ul.js-pager__items {   
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0 80px !important;
    margin: 24px 0 !important;
}

ul.js-pager__items li.pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin: 0;
}

ul.js-pager__items li.pager__item a {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 50%;
    color: var(--color-success);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

ul.js-pager__items li.pager__item.is-active a {
    background-color: #faebf2;
}

ul.js-pager__items li.pager__item a:hover {
    background-color: #f0f0f0;
} 
ul.js-pager__items .visually-hidden {
    display: none;
} 
ul.js-pager__items li.pager__item--next {
    order: -1;
}

ul.js-pager__items li.pager__item--next a {
    font-size: 0;
    width: 24px;
    height: 24px;
}
ul.js-pager__items li.pager__item--next,
ul.js-pager__items li.pager__item--last a::before { 
    font-size: 1.5rem;
    display: block;
    position: relative;
    margin-top: -4px;
    line-height: 24px;
} 
ul.js-pager__items li.pager__item--next a::before {
    content: '‹'; 
}

ul.js-pager__items li.pager__item--last {
    order: 1;
}

ul.js-pager__items li.pager__item--last a {
    font-size: 0;
    width: 24px;
    height: 24px;
}

ul.js-pager__items li.pager__item--last a::before {
    content: '›'; 
} 
ul.js-pager__items li.pager__item.pager__item--first,ul.js-pager__items li.pager__item.pager__item--previous{display: none;}
body.dark-mode .sub-nav-wrapper {
    background-color: #222
}

body.dark-mode .profile-image-container {
    background-color: #262626;
    border-color: #444
}

body.dark-mode .bio-content p {
    color: #ccc
}
.public-banner-images img{ border-radius: 8px;}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: .875rem
}

td,
th {
    border: 1px solid var(--color-border);
    padding: 10px 14px;
    text-align: left;
    vertical-align: middle
}

th {
    background-color: #f3f3f3;
    font-weight: 600
}

.content-section1 p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

.timing {
    display: flex;
    flex-direction: row
}

.link-box {
    background: var(--color-white);
    color: #000;
    border: 1px solid rgb(240 236 236);
    border-radius: 8px;
    padding: 33px;
    margin-bottom: 25px
}

.link-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.link-box li {
    margin: 8px 0
}

h2 {
   color: var(--color-text-dark);
    margin: 30px 0 10px;
    font-size: 1.5rem;
     font-weight: 600;
}

h3 {
    color: var(--color-text-dark);
    margin: 25px 0 10px;
    font-size: 1.25rem;
    font-weight: 600;
}
h4 {
    color: var(--color-text-dark); 
    font-size: 1rem;
     font-weight: 600;
}
p {
    margin: 10px 0;
    font-size: 1rem
}

.footer-links {
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: var(--spacing-md)
}

.footer-links a {
    display: block;
    margin: 6px 0
}

.embassy-name {
    color: #162f6a;
    font-weight: 400;
    margin-bottom: 6px
}

.address {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 1rem;
    color: var(--color-text-gray)
}

.map-container {
    background: var(--color-white);
    overflow: hidden;
    max-width: 100%;
    border-radius: calc(6px + 2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)
}

.map-frame {
    width: 100%;
    height: 450px;
    border: 0
}

.map-info {
    padding: 24px;
    border-top: 1px solid #e5e7eb;
    font-size: .875rem;
    color: #000
}

.map-title {
    display: flex;
    gap: calc(4px * 3);
    align-items: flex-start;
    margin-bottom: calc(4px * 4)
}

.map-title svg {
    margin-top: calc(4px * 1);
    color: var(--color-secondary)
}

.map-title h4 { 
    margin-bottom: calc(4px * 2);
    font-weight: 400
}

.bio-full-width.list-of-holidays .map-title p {
    margin: 0;
    color: var(--color-text-gray);
    font-size: .875rem;
    padding: 0
}

.rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0;
    color: #555;
    font-size: 1rem
}

.rating span.star {
    color: #f4b400;
    fill: #f4b400
}

.rating strong {
    color: #162f6a;
    font-weight: 400
}

.map-link {
    margin-top: 8px;
    display: flex;
    align-items: center; 
    text-decoration: none;
    font-size: 1rem;
    gap: calc(4px * 2)
}

.map-link:hover {
    text-decoration: underline
}

.center {
    text-align: center
}

.center1 {
    text-align: center;
    margin-top: 20px
}

.mou-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.mou-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 168px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #cfcfcf;
    text-decoration: none;
    transition: background .2s ease
}

.mou-item:hover {
    background: rgba(255, 255, 255, .05)
}

.pdf-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.mou-text {
    font-size: .875rem
}

.intro-text {
    max-width: 900px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: .875rem
}

.brochure-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.brochure-card {
    background: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    transition: all .5s !important;
}

.brochure-card:hover {
    scale: 105%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2); 
}

.brochure-image {
    background-color: #ebeaea;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.brochure-image img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.brochure-content {
    padding: 16px;
    color: #333;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: all .3s;
    justify-content: space-between;
}

.brochure-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 6px;
    color: var(--color-text-dark);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s;
}

.brochure-desc {
    font-size: .875rem;
    margin-bottom: 16px;
    line-height: 1.5;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px
}

.brochure-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0
}

.pdf-size {
    font-size: .75rem;
    color: #777
}

.download-btn {
    background: #7a1d44;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: .875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none
}

.download-btn svg {
    width: 16px;
    height: 16px
}

.download-btn:hover {
    background: #a32966;
    color: var(--color-white)
}

.download-icon {
    width: 14px;
    height: 14px
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 25px
}

.event-card {
    background: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column
}

.image-wrap {
    position: relative;
    height: 200px
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #7a1d44
}

.card-body {
    padding: 14px
}

.event-title {
    color: #8b1c4a;
    font-size: var(--spacing-md);
    font-weight: 600;
    margin-bottom: 6px
}

.event-date {
    font-size: 13px;
    color: #666
}

.footer-text {
    font-size: .875rem;
    line-height: 1.6;
    margin-top: 20px
}

.footer-text a {
    color: #9b1b5a;
    text-decoration: none;
    font-weight: 600;
    margin-left: 6px
}

.footer-text a:hover {
    text-decoration: underline
}

.space-between {
    font-size: 1.5rem;
    margin: 10px 0
}

.accordion {
    max-width: 1000px;
    margin: auto
}

.accordion-item {
    background: var(--color-white);
    border-radius: 6px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #ddd
}

.accordion-header {
    padding: 16px 168px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff
}

.accordion-header span {
    font-size: 1rem
}

.arrow {
    transition: transform .3s
}

.accordion-item.active .arrow {
    transform: rotate(180deg)
}

.accordion-content {
    display: none;
    padding: 0;
    border-top: 1px solid #ddd
}

.accordion-item.active .accordion-content {
    display: block
}

.banner {
    position: relative;
    height: 340px
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    font-size: 1rem
}

.content {
    padding: 20px;
    font-size: .875rem;
    line-height: 1.7
}

.content h4 {
    margin: 0 0 10px;
    font-size: var(--spacing-md)
}

.content ul {
    margin: 8px 0 14px 168px
}

.content ul li {
    margin-bottom: 6px
}

.meta {
    margin-top: 10px
}

.meta b {
    font-weight: 600
}

.banner-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-success)
}

.cultural-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px
}

.cultural-gallery-card {
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .3s ease
}

.cultural-gallery-card:hover {
    transform: translateY(-5px)
}

.cultural-gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.cultural-gallery-content {
    padding: 24px
}

.cultural-gallery-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 8px
}

.cultural-gallery-desc {
    font-size: .9rem;
    color: #555;
    line-height: 1.5
}

@media (max-width:992px) {
    .cultural-gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .cultural-gallery-grid {
        grid-template-columns: 1fr
    }
}

.contact-sub-nav {
    background: var(--color-primary);
    border-radius: 4px;
    margin-bottom: 25px
}

.contact-sub-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-sub-nav ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    font-size: .875rem;
    font-weight: 500;
    position: relative
}

.contact-sub-nav ul li a.active::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background: var(--color-white);
    margin-right: 10px
}

.contact-card {
    overflow: hidden
}

.contact-card-header {
    background: #f2f2f2;
    padding: 12px 16px;
    font-weight: 400;
    color: var(--color-text-dark);
    border-top: 1px solid var(--color-border);
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
}

.bio-full-width .table.contact-data-table {
    margin: 0;
}

.label-cell {
    width: 30%;
    font-weight: 500;
    color: #333;
    border-right: 1px solid var(--color-border)
}

.value-cell a {
    color: var(--color-secondary-light);
    text-decoration: none
}

.value-cell a:hover {
    text-decoration: underline
}

.small-italic {
    font-size: 13px;
    font-style: italic;
    color: var(--color-grey-date);
    display: block;
    margin-top: 5px
}

.social-columns-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.social-column {
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden
}

.social-column-header {
    background: #f1f1f1;
    padding: 12px 20px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .5px
}

.social-links-list {
    padding: var(--spacing-md) 20px
}

.social-links-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-links-list ul li {
    margin: 0px;
}

.social-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: .875rem
}

.social-link-item img {
    width: 20px;
    height: 20px
}

.social-link-item:last-child {
    margin-bottom: 0
}

.mt-30 {
    margin-top: 30px
}

.feedback-form {
    margin-top: 24px
}

.form-group,.embassy-eoimxqueries .form-item {
    margin-bottom: 24px
}
.embassy-eoimxqueries .form-item .fieldset-wrapper .form-item{ margin-bottom: 0;}
.indian-registration-form .form-group{ width: 50%;}  
.embassy-eoimxfeedback .form-group.phone-container,
.embassy-eoimxregistrationbs .form-item-phone-container,
.indian-registration-form .form-group.phone-field-group,
.embassy-appointment-application .form-group.phone-field-group
{ display: flex;}
.embassy-eoimxregistrationbs .form-item-phone-container{width: 50%;}
.embassy-eoimxfeedback .form-group.phone-container .form-item{
    margin-bottom: 0 !important;
}
.embassy-eoimxfeedback .form-group.phone-container .form-item.form-item-phone-container-country-code,
.embassy-eoimxregistrationbs .form-item-phone-container .form-item-mobile-container-country-code,
.indian-registration-form .form-group.phone-field-group .col-md-4,
.embassy-appointment-application .form-group.phone-field-group .col-md-4
{
    width: 150px !important; margin-right: 16px !important;
}
.embassy-eoimxfeedback .form-group.phone-container .form-item.form-item-phone-container-phone,
.embassy-eoimxregistrationbs .form-item-phone-container .form-item-mobile-container-mobile-number,
.indian-registration-form .form-group.phone-field-group .col-md-8,
.embassy-appointment-application .form-group.phone-field-group .col-md-8
{
    width: calc(100% - 170px) !important; 
}
.form-group label,.js-form-type-managed-file label,.embassy-eoimxqueries .form-item label,
.embassy-eoimxqueries .contact-number-fieldset span.fieldset-legend
{
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: .875rem
}
.embassy-eoimxqueries .form-item label.form-required::after{
    content: "*";
    color: #dc3545;
    margin-left: 3px
}
span.required {
    color: #dc3545;
    margin-left: 3px
}

.form-control, input[type="file"].form-file,.embassy-eoimxqueries .form-item .form-text,
.embassy-eoimxqueries .form-item .form-email,.embassy-eoimxqueries .form-item textarea,
.embassy-eoimxqueries .form-item .form-tel,
.embassy-eoimxqueries .form-item select {
    font-family: var(--font-main);
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: .875rem;
    background-color: #f3f3f5;
    color: #495057;
    border: 1px solid transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.country-code-select{ height:40px;}
.embassy-eoimxqueries .captcha__element .form-item .form-text,
.event-booking-dialog-content .embassy-eoimxqueries .captcha__element .form-item .form-text {
    font-family: var(--font-main); 
    padding: 10px 12px;
    border-radius: 6px;
    font-size: .875rem;
    background-color: #f3f3f5;
    color: #495057;
    border: 1px solid transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto !important;
    width:25%;
}
.form-control:hover, input[type="file"].form-file:hover {
    outline: 0;
    border-color: var(--color-primary)
}

.form-control:focus, input[type="file"].form-file:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 3.2px rgba(0, 123, 255, .25)
}

.form-group .form-text {
    color: var(--color-text-dark);
    font-size: 1rem
}

textarea.form-control {
    resize: none;
    height: 100px
}

textarea.form-control.addressHeight {
    height: 75px
}

.captcha-placeholder {
    margin-top: 5px
}

.recaptcha-mockup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 0 12px;
    width: 304px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .08);
    border-radius: 3px;
    margin-top: 5px
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px
}
.checkbox-wrapper .form-item{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-self: center; 
    margin: 0 !important;
}

.checkbox-wrapper input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    margin-top: 2px;
}

.checkbox-wrapper label {
    font-size: .875rem;
    font-weight: 400;
    color: var(--color-text-dark);
    margin: 0
}
.captcha.captcha-type-challenge--recaptcha {
    border:0px;
}
.captcha.captcha-type-challenge--recaptcha > .captcha__description.description{ display: none;
}
.captcha.captcha-type-challenge--recaptcha .captcha__title{
    display: none;
} 
.captcha.captcha-type-challenge--recaptcha .form-item-captcha-response .form-text{
    height: 24px;
}
.captcha.captcha-type-challenge--recaptcha .form-item-captcha-response .description{
    margin-top: 8px;
    padding: 0px;
    background-color: transparent;
    border-left: 0px solid #007bff;
    border-radius: 0;
    font-size: 0.9rem;
    color: var(--color-text-dark);
} 
.captcha-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .625rem;
    color: #555;
    text-align: center;
    line-height: 1.2
}

.captcha-logo img {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
    display: block
}

.captcha-links {
    font-size: .5rem;
    color: #555;
    margin-top: 2px
}

.form-actions {
    display: flex;
    gap: var(--spacing-md);
    margin-top: 30px
}
.form-actions.js-form-wrapper.form-wrapper{
    margin-top: 0px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 100px;
    cursor: pointer
}

.btn-reset {
    color: var(--color-primary);
    border:1px solid var(--color-primary);
    background-color: var(--color-white); 
}

.btn-reset:hover {
    color: var(--color-white);
    background-color: var(--color-primary); 
}

.btn-reset:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn-submit {
    background-color: var(--color-primary);
    border-color: transparent;
    color: var(--color-white)
}

.btn-submit:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn-submit:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover)
}

.pdf-links-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.pdf-link-card {
    background-color: var(--color-white);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all .2s ease;
    color: var(--color-secondary)
}

.pdf-link-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-color: var(--color-border-dark);
    transform: translateY(-1px)
}

.pdf-card-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary-light);
    flex-shrink: 0
}

.pdf-card-text {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.4
}

.cultural-inner-hero.page-hero::before {
    display: none
} 
.culture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 24px
}

.culture-card {
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee
}

.culture-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}

.culture-card-img-box {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.culture-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
}

.culture-card:hover .culture-card-img {
    transform: scale(1.05)
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-wine)
}

.video-overlay svg {
    width: 30px;
    height: 30px;
    fill: currentColor
}

.culture-card-body {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.culture-grid h3.culture-card-title {
    color: var(--color-wine);
    font-size: 1em;
    font-weight: 400; 
    padding: 0;
    line-height: 1.4
}

.culture-card:hover h3.culture-card-title {
    color: var(--color-secondary-light)
}

.culture-card-date {
    color: var(--color-grey-date);
    font-size: .875rem;
    font-weight: 400
}

.culture-footer-links {
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.8;
    color: #333
}

.culture-footer-links a {
    color: var(--color-wine);
    font-weight: 400;
    text-decoration: none
}

.culture-footer-links a:hover {
    text-decoration: underline
}

@media (max-width:992px) {
    .culture-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.culture-accordion {
    margin-top: 24px
}

.culture-accordion-item {
    background: var(--color-white);
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px var(--spacing-md) rgba(0, 0, 0, .05)
}

.culture-accordion-header {
    width: 100%;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-white);
    cursor: pointer;
    border: none;
    outline: 0;
    text-align: left;
}

.bio-full-width .culture-accordion-header h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 0;
}

.culture-accordion-header .chevron {
    transition: transform .3s ease;
    width: 20px;
    height:20px;
    color: #666
}

.culture-accordion-item.active .culture-accordion-header {
    border-bottom: 1px solid #f5f5f5
}

.culture-accordion-item.active .culture-accordion-header .chevron {
    transform: rotate(180deg);
    color: var(--color-primary)
}

.culture-accordion-body {
    display: none;
    padding: 24px 24px 40px 24px
}

.culture-accordion-item.active .culture-accordion-body {
    display: block
}
.carvantino-international{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    margin-bottom: 40px;
    align-items: start;
}
.carvantino-international figure{
    width: 100%;
    margin: 0; 
}
.carvantino-international figure img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
    aspect-ratio: 7 / 10;
}
.carvantino-international-text{
    display: flex;
    flex-direction: column; 
}
.course-image-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 32px
}
.course-image-wrapper figure{ 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
}
.course-main-img {
    width: 100%;
    display: block;
    aspect-ratio: 10/10;
    object-fit: cover
}
.culture-4row-image{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px; margin: 20px 0;}
    .culture-4row-image img{
    width: 100%;
    display: block;
    aspect-ratio: 10/10;
    object-fit: cover;
    background: #ccc;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.course-img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.course-detail-section {
    color: #444
}

.bio-full-width .course-detail-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-dark);
    margin: 32px 0 16px 0; display: none;
}

.bio-full-width .course-detail-section h4:first-child {
    margin-top: 0
}

.bio-full-width .course-detail-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 24px
}

.bio-full-width .course-detail-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 12px
}

.bio-full-width .course-detail-section ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.5
}

.bio-full-width .course-detail-section ul li::before {
    content: "•";
    position: absolute;
    left: 8px;
    font-weight: 600;
    font-size: 1.2rem
}

.course-meta-item {
    font-size: .95rem;
    display: flex;
    gap: 8px
}

.course-meta-label {
    font-weight: 600
}

.feedback-page-content h2 {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 1.25rem
}

.feedback-page-content p {
    margin: 0
}
.profile-section #block-embassy-india-mexico-content .feedback-page-content .embassy-feedback-form .form-group .form-item{
    margin: 0;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    border: 0px solid #e5e7eb;
    font-size: .875rem;
    font-weight: 400;
    color: var(--color-text-dark);
    margin-bottom: 24px;
}

.profile-section #block-embassy-india-mexico-content .feedback-page-content .embassy-feedback-form .form-group .captcha.captcha-type-challenge--image {
    border:0px;
}
.profile-section #block-embassy-india-mexico-content .feedback-page-content .embassy-feedback-form .form-group .captcha.captcha-type-challenge--image > .captcha__description.description{
    display: none;
}
.profile-section #block-embassy-india-mexico-content .feedback-page-content .embassy-feedback-form .form-group .captcha.captcha-type-challenge--image .captcha__title{
    display: none;
} 
.profile-section #block-embassy-india-mexico-content .feedback-page-content .embassy-feedback-form .form-group .captcha.captcha-type-challenge--image .form-item-captcha-response .form-text{
    height: 24px;
}
.profile-section #block-embassy-india-mexico-content .feedback-page-content .embassy-feedback-form .form-group .captcha.captcha-type-challenge--image .form-item-captcha-response .description{
    margin-top: 8px;
    padding: 0px;
    background-color: transparent;
    border-left: 0px solid #007bff;
    border-radius: 0;
    font-size: 0.9rem;
    color: var(--color-text-dark);
} 
.captcha-type-challenge--image{
    border: 0px;

}
.captcha-type-challenge--image .captcha__title, .captcha-type-challenge--image .captcha__description{
    display: none;
} 
.imec-info-box {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
    max-width: 1000px
}

.imec-info-box p {
    margin-bottom: var(--spacing-md);
    color: #333;
    font-size: var(--spacing-md)
}

.imec-info-box p:last-child {
    margin-bottom: 0
}

.imec-content {
    margin-bottom: 64px
}

.imec-content a { 
    text-decoration: none
}

.imec-content a:hover {
    text-decoration: underline
}

.imec-content .imec-download-btn {
    background: var(--color-primary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: background .3s
}

.imec-content .imec-download-btn:hover {
    background: var(--color-primary-hover);
    text-decoration: none
}

.imec-content .imec-download-btn svg {
    line-height: 1
}

.profile-section.appointment-main-layout {
    padding: 60px 0
}
.profile-section.appointment-main-layout > .container{
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.profile-section.appointment-main-layout .appointment-main-layout{ margin: 0;} 
.form-control.appointment-date-picker{
    background-color: #f3f3f5;
    color: #495057;
}
.appointment-main-layout .appointment-booking-form{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
.appointment-main-layout .appointment-booking-form .form-group{
margin: 0;
} 
.appointment-main-layout .appointment-booking-form .form-group fieldset legend .fieldset-legend{
    font-weight: 600;
}
.appointment-main-layout .appointment-booking-form .form-group fieldset legend + .fieldset-wrapper div{
    display: flex;
    margin-top: 8px;
    gap: 24px;
}
.appointment-main-layout .appointment-booking-form .form-group fieldset legend + .fieldset-wrapper div .form-item{
margin: 0 !important;
display: flex;
gap: 10px;
}
.appointment-main-layout .appointment-booking-form .form-group fieldset legend + .fieldset-wrapper div .form-item input.form-control{
    width: auto;
    padding: 0;
}
.appointment-main-layout .appointment-booking-form .form-group fieldset legend + .fieldset-wrapper div .form-item label{
    font-weight: 400; margin: 0;
}

.appointment-flex-wrapper {
    display: flex;
    gap: calc(4px * 6)
}

.appointment-content-area {
    flex: 1
}

.appointment-sidebar {
    width: 32%;
    flex-shrink: 0
}

.appointment-sidebar-card {
    background: #f8f9fa;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 20px
}

.sidebar-btn-group {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md)
}

.checkbox-wrapper.align-start {
    align-items: flex-start
}

.checkbox-label-multiline {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.4
}

.checkbox-wrapper.no-padding-left {
    padding-left: 0
}

.form-control-file {
    padding: 6px
}

.help-text {
    margin-top: 5px
}

.captcha-container {
    max-width: 300px
}

.checkbox-wrapper.no-margin-top {
    margin-top: 0
}

.trade-show-banner {
    width: 100%;
    display: block
}
.embassy-appointment-status-cancellation .appointment-sidebar-card .sidebar-maroon-btn:last-child{
 display: none;
}
.embassy-appointment-application div[role="contentinfo"] div[role="alert"]{
    margin: 0 auto;
    width: 100%; 
    max-width: 1248px;
}
.embassy-appointment-application div[role="contentinfo"] div[role="alert"] ul{
    list-style: none;
} 

.sidebar-maroon-btn {
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: var(--spacing-md);
    transition: background .3s
}

.sidebar-maroon-btn:hover {
    background-color: var(--color-primary-hover);
    text-decoration: none;
}

.sidebar-maroon-btn.active {
    background-color: var(--color-primary-hover)
}

.appointment-card {
    background: var(--color-white);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.appointment-card p {
    color: var(--color-text-dark);
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 16px
}

.appointment-card p a {
    color: #214aab
}

.profile-section.appointment-main-layout #block-embassy-india-mexico-content .form-item,
.profile-section #block-embassy-india-mexico-content .business-registration-form .form-item,
.embassy-eoimxregistration #block-embassy-india-mexico-content .indian-registration-form .form-item{
    margin: 0;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    border: 0px solid #e5e7eb;
    font-size: .875rem;
    font-weight: 400;
    color: var(--color-text-dark);
    margin-bottom: 24px;
} 
.profile-section #block-embassy-india-mexico-content .business-registration-form, 
.embassy-queries-complaints-form,
.embassy-eoimxfeedback .embassy-feedback-form.feedback-form
 {
    background: var(--color-white);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}
.profile-section #block-embassy-india-mexico-content .indian-registration-form .form-item-passport-oci-copy{
    width: 50%;
}
.profile-section #block-embassy-india-mexico-content .business-registration-form .form-item,
.form-group, .embassy-eoimxqueries .form-item
{ width: 50%;}
.profile-section #block-embassy-india-mexico-content .business-registration-form .form-item label.form-required{
 display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: .875rem;
}
.radio-inline-group {
    display: flex;
    gap: 16px
}

.radio-inline-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    cursor: pointer
}

.alert-warning {
    background-color: var(--color-warning-bg);
    border: 1px solid #ffeeba;
    color: var(--color-warning-text)
}

.alert-danger {
    background-color: var(--color-danger-bg);
    border: 1px solid #f8d7da;
    color: var(--color-danger-text)
}

.appointment-alert-box {
    padding: 22px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: .875rem;
    line-height: 1.6;
    border: 2px solid #ffd5d5;
    color: var(--color-text-dark)
}

.appointment-alert-box ul {
    list-style: disc;
}

.appointment-alert-box ul li {
    margin-bottom: 8px;
    margin-left: 20px
}

.appointment-card .btn-submit,
.embassy-eoimxqueries .embassy-complaints-form .form-actions .btn-primary {
    background: var(--color-primary);
    border-color: transparent; 
    padding: 10px 30px;
    border-radius: 6px;
    color: var(--color-white);
}
.appointment-card .btn-submit:hover,
.embassy-eoimxqueries .embassy-complaints-form .form-actions .btn-primary:hover {
    background: var(--color-primary-hover);
}
.appointment-card .btn-submit:disabled {
    opacity: .5;
    cursor: not-allowed
}

.appointment-card .btn-reset,
.embassy-eoimxqueries .embassy-complaints-form .form-actions .btn-secondary {
    border-radius: 6px;
    border-color: var(--color-primary);
    background-color: transparent;
    color: var(--color-primary)
}

.appointment-card .btn-submit.btn-proceed:disabled {
    opacity: .5;
    cursor: not-allowed;
    background: #d1d5dc;
    border-color: transparent;
    color: #4a5568
}

.checkbox-wrapper.info-checkbox {
    border-top: 1px solid #c6c6c6;
    padding-top: 24px
}

.info-section-title {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: var(--spacing-md)
}

.info-list {
    list-style: none;
    padding-left: 0
}

.info-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6
}

.info-list li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1
}

.reg-form-section {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 30px
}

.reg-form-section h3 {
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-left: 4px solid var(--color-primary);
    padding-left: var(--spacing-md)
}

.press-archive-list {
    list-style: none;
    padding-left: 20px;
    margin: 0 0 1rem 0
}

.press-archive-list li {
    margin-bottom: 1rem;
    color: #111;
    font-size: 1rem;
    line-height: 1.5;
    display: list-item
}

.pdf-icon-inline {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    gap: 4px;
    text-decoration: none;
    transition: transform .3s; 
}
.embassy-eoimxlist-mw .pdf-icon-inline,
.embassy-eoimxlistarch-mw .pdf-icon-inline,
.embassy-eoimxlistarch-mg .pdf-icon-inline {
     margin-left: 0px;display: inline;
     vertical-align: top;
}
.pdf-icon-inline:hover {
    text-decoration: underline
} 
.embassy-eoimxlist-mw .pdf-icon-inline svg,
.embassy-eoimxlistarch-mw .pdf-icon-inline svg{
    vertical-align: middle;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px
}

.pagination-btn {
    text-decoration: none;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease
}

.pagination-btn.arrow {
    font-size: 24px;
    font-weight: 300;
    line-height: 1
}

.pagination-btn.num {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 50%;
    color: var(--color-primary)
}

.pagination-btn.num.active,
.pagination-btn.num:hover:not(.active) {
    background-color: #faebf2;
    text-decoration: none
} 
.status-result-page .appointment-status-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.status-result-page .appointment-card h2 {
  color: var(--color-primary);   
  margin: 0;
}

.status-result-page .appointment-card h3 {  
  border-left: 4px solid var(--color-primary);
  padding-left: 12px;
  margin: 0;
}

.status-result-page .status-info-row {
  display: flex;
  justify-content: space-between; 
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.status-result-page .status-info-row strong {
  color: #555;
  font-weight: 600;
  min-width: 250px;
}

.status-result-page .status-info-row span {
  color: var(--color-text-dark);
  flex: 1; 
}

/* Status Badges */
.status-result-page .status-badge {
  display: inline-block;  
  font-weight: 600; 
}

.status-result-page .status-badge.status-pending { 
  color: var(--color-warning);
}

.status-result-page .status-badge.status-confirmed,
.status-result-page .status-badge.status-approved { 
  color: var(--color-success);
}

.status-result-page .status-badge.status-cancelled { 
  color: var(--color-error);
}

.status-result-page .status-badge.status-rejected { 
  color: var(--color-error);
}

.status-result-page .status-badge.status-completed { 
  color: var(--color-success);
} 
.status-result-page .status-reason-cancelled,
.status-result-page .status-reason-rejected {    
  color: var(--color-error); 
}

/* Textarea Row */
.status-result-page .textarea-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
}

.status-result-page .textarea-row label {
  font-weight: 600;
  color: #333;
}

.status-result-page .textarea-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.875rem;
  resize: vertical;
}

.status-result-page .textarea-row textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(128, 0, 0, 0.1);
}

.status-result-page .textarea-row small {
  color: #6c757d;
  font-size: 0.75rem;
} 
.status-result-page .action-btn-row {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin-top: 24px;
  padding: 0;
  border: none;
}

.status-result-page .btn {
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}

.status-result-page .btn-primary {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
}

.status-result-page .btn-primary:hover {
  background-color: var(--color-primary-hover);
}

.status-result-page .btn-danger {
  background-color: #dc3545;
  color: #fff;
  border: none;
}

.status-result-page .btn-danger:hover {
  background-color: #c82333;
}

.status-result-page .btn-secondary {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.status-result-page .btn-secondary:hover {
  background-color: var(--color-primary);
  color: #fff;
} 
@media (max-width: 768px) {
  .status-result-page .status-info-row {
    flex-direction: column;
    gap: 8px;
  }
  
  .status-result-page .status-info-row strong {
    min-width: auto;
  }
  
  .status-result-page .status-info-row span {
    text-align: left;
  }
  
  .status-result-page .action-btn-row {
    flex-direction: column;
  }
  
  .status-result-page .btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width:992px) {
    .appointment-flex-wrapper {
        flex-direction: column-reverse
    }

    .appointment-sidebar {
        width: 100%;
        margin-top: 30px
    }

    .form-group {
        margin-bottom: 10px
    }

    .appointment-form-row {
        grid-template-columns: 1fr
    }

    .appointment-form-group.full-width {
        grid-column: span 1
    }

    .appointment-main-layout {
        padding: 40px 0
    }

    .appointment-card {
        padding: 20px
    }

    .reg-form-section {
        padding: var(--spacing-md)
    }

    .page-title {
        font-size: 1.5rem
    }

    .appointment-card h2 {
        font-size: 1.25rem
    }

    .form-actions {
        flex-direction: column-reverse;
        gap: var(--spacing-md)
    }

    .form-actions button {
        width: 100%
    }
}

.gallery-page-grid {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-page-card {
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer
}

.gallery-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.card-thumb {
    height: 200px;
    background-color: #f3f4f6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.photo-count {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(108, 19, 64, .8);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px
}

.card-content {
    padding: 16px
}

.bio-full-width h3.gallery-card-title {
    font-size: .9375rem;
    font-weight: 500;
    color: var(--color-primary); 
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.card-content .gallery-card-date{ display: none;}
.culture-card,
.brochure-card,
.event-card,
.cultural-gallery-card {
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

.sitemap-section {
    background-color: #fff;
}

.sitemap-tree-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
}

.sitemap-column {
    position: relative;
    padding-left: 1px
}

.sitemap-column::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #d1d1d1;
    z-index: 1
}

.tree-list,
.tree-sub-sublist,
.tree-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.tree-item,
.tree-sub-sublist li,
.tree-sublist li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 0
}

.tree-item::before,
.tree-sub-sublist li::before,
.tree-sublist li::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #d1d1d1;
    z-index: 1
}

.tree-list a {
    display: inline-block;
    align-items: center;
    background-color: #fff;
    border: .8px solid #d1d1d1;
    padding: 5px 10px;
    font-size: 12px;
    color: #2a6496;
    text-decoration: none;
    border-radius: 2px;
    transition: padding-left .3s ease, border-color .3s ease, background-color .3s ease;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    z-index: 2
}

.tree-list .tree-item>.tree-label {
    margin-bottom: 10px
}

.tree-list .tree-item.has-children>.tree-label {
    margin-bottom: 0
}

.tree-item.has-children .tree-sublist a {
    margin-bottom: 10px
}

.tree-item.has-children,
.tree-item.has-children .tree-sublist ul.tree-sub-sublist li {
    margin-bottom: 10px;
}

.tree-label a {
    border: none;
    padding: 0;
    min-width: 0;
    font-weight: 600;
    font-size: 13px;
    color: inherit;
    transition: var(--transition-base)
}

.tree-list a:hover {
    padding-left: 15px;
    background-color: #fcfcfc;
    border-color: #2a6496;
    color: #2a6496;
    text-decoration: none
}

.tree-sub-sublist,
.tree-sublist {
    margin-left: 20px;
    padding-left: 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.tree-sub-sublist::before,
.tree-sublist::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #d1d1d1;
    z-index: 1
}

.perspectives-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
    margin-bottom: 5rem;
    margin-top: 2rem
}

.perspective-article {
    display: flex;
    flex-direction: column
}

.article-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text-dark);
    margin: 0;
    margin-bottom: 1rem;
    line-height: 1.3
}

.article-body {
    display: flex;
    gap: 20px
}

.magazine-thumb {
    width: 184px;
    height: 184px;
    background-color: #e0e0e0;
    flex-shrink: 0;
    border-radius: 2px
}
.magazine-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2px
}
.article-text {
    flex: 1;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}
.article-text-content {
display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}
.article-text p {
    font-size: .875rem;
    line-height: 1.6;
    color: #333;
    margin: 0px;
    margin-bottom: 12px;     
}

.article-text p:last-child {
    margin-bottom: 0
}

.read-more { 
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap
}

.read-more:hover {
    text-decoration: underline
}

.intro-section {
    padding: 32px 0 0 0;
    background-color: #fff
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.intro-card {
    display: flex;
    flex-direction: column
}

.intro-img-wrapper {
    border-radius: 8px;
    margin-bottom: 24px
}

.intro-img-wrapper .intro-img {
    width: 100%;
    height: 264px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)
}

.bio-full-width .intro-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.2
}

.intro-content p {
    color: #333;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 0
}

.signature {
    margin-top: 20px
}

.signature .regards {
    font-style: italic;
    margin-bottom: 5px
}

.signature .name {
    font-weight: 600;
    font-style: italic;
    color: #111
}

.research-themes-section {
    padding: 32px 0;
    background-color: #fff
}

.section-main-title {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 16px
}

.grid-title {
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 16px
}

.thematic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 57px
}
.past-events-images-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.past-events-images-outer p {
    margin: 0;
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    height: 360px;
    position: relative;
}

.past-events-images-outer p a {
    display: block;
    width: 100%;
    height: 100%;
}

.past-events-images-outer p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    cursor: pointer;
    transition: transform 0.3s ease;
} 
.past-events-images-outer p:hover img {
    transform: scale(1.05);
} 
.consortium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.thematic-column {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 24px 16px;
    margin: 0
}

.list-card {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 24px;
    margin: 0
}

.theme-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 19px
}

.thematic-column .theme-list {
    margin: 0;
    padding: 0
}

.theme-list li {
    font-size: .875rem;
    font-weight: 500;
    color: #444; 
    text-transform: capitalize;
}

.highlevel-visits {
    margin-bottom: 32px;
} 
.highlevel-visits ul,
.imec-content ul,
.imec-content ol,
.content-section ul,
.content-section ol {
    margin: 0;
    padding: 0; list-style: none;
} 

.highlevel-visits ul li,
.imec-content ul li,
.imec-content ol li,
.content-section ol li,
.content-section ul li {
    color: var(--color-text-dark);
    margin-bottom: 16px;
    font-size: 1rem
}
[role="contentinfo"][aria-label="Status message"]{ 
    gap: 12px;
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.6;
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
} 
.embassy-eoimxfeedback .messages--status,
.embassy-eoimxregistrationbs [role="contentinfo"][aria-label="Status message"],
.embassy-eoimxregistration [role="contentinfo"][aria-label="Status message"]{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.6;
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.embassy-eoimxfeedback .messages--status::before,
.embassy-eoimxregistrationbs [role="contentinfo"][aria-label="Status message"]::before,
.embassy-eoimxregistration [role="contentinfo"][aria-label="Status message"]::before{
    content: "✓";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #22c55e;
    color: var(--color-white);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-drupal-messages] {
    margin: 20px auto;
    max-width: 1248px; 
}

[role=contentinfo][aria-label="Error message"],
[role=contentinfo][aria-label="Status message"],
[role=contentinfo][aria-label="Warning message"] {
    margin-bottom: 20px;
}

[role=alert] {
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.6;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

[role=alert]::before {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[aria-label="Error message"] [role=alert] {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

[aria-label="Error message"] [role=alert]::before {
    content: "✕";
    background-color: #dc2626;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

[aria-label="Status message"] [role=alert] {
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

[aria-label="Status message"] [role=alert]::before {
    content: "✓";
    background-color: #22c55e;
    color: var(--color-white);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

[aria-label="Warning message"] [role=alert] {
    background-color: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

[aria-label="Warning message"] [role=alert]::before {
    content: "!";
    background-color: #f59e0b;
    color: var(--color-white);
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.appointment-instructions ul{ list-style: disc; margin-left: 40px;}
#block-embassy-india-mexico-content .status-info-box{ margin-bottom: 24px;}
#block-embassy-india-mexico-content .status-info-box h3{ display: flex; gap: 12px;}
#block-embassy-india-mexico-content .status-info-box h3 em{
    font-style: normal; 
    font-size: .75rem;
    display: flex;
    margin: 0;
    padding:5px; 
    border-left: 0px solid #e5e7eb;
    border-radius: 6px;
    text-transform: capitalize; 
    line-height: 30px;
}
#block-embassy-india-mexico-content .status-info-box.status-pending h3 em{ 
    color: #92400E;   
    background:#FEF3C7; 
} 
#block-embassy-india-mexico-content .status-info-box.status-confirmed h3 em,
#block-embassy-india-mexico-content .status-info-box.status-approved h3 em
{ 
    color: var(--color-success);   
    background:#DCFCE7; 
} 
#block-embassy-india-mexico-content .status-info-box.status-reject h3 em{ 
    color: #991B1B;   
    background:#FEE2E2; 
} 
#block-embassy-india-mexico-content .status-info-box.status-hold h3 em{ 
    color: #9A3412;   
    background:#FFEDD5; 
} 
#block-embassy-india-mexico-content .status-info-box.status-completed h3 em{ 
    color: #1E40AF;   
    background:#DBEAFE; 
}
#block-embassy-india-mexico-local-tasks {
    position: relative;
    max-width: 1248px;
    margin: 40px auto;
}

.contextual-region {
    position: relative
}

.contextual .trigger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    background: var(--color-white);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    z-index: 10
}

.contextual .trigger:hover {
    background: #f5f5f5
}

.contextual-links {
    position: absolute;
    top: 30px;
    right: 0;
    background: var(--color-white);
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    min-width: 200px
}

.contextual-links li {
    border-bottom: 1px solid #eee
}

.contextual-links li:last-child {
    border-bottom: none
}

.contextual-links a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    font-size: 13px
}

.contextual-links a:hover {
    background: #f5f5f5;
    color: #0071b9
}

#block-embassy-india-mexico-local-tasks>ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    border-bottom: 1px solid #ddd;
    gap: 2px
}

#block-embassy-india-mexico-local-tasks>ul li {
    margin-right: 0
}

#block-embassy-india-mexico-local-tasks>ul li a {
    display: block;
    padding: 10px 18px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-radius: 0px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all .2s
}

#block-embassy-india-mexico-local-tasks>ul li a:hover {
    background: #e8e8e8;
    color: #333
}

#block-embassy-india-mexico-local-tasks>ul li a.is-active,
#block-embassy-india-mexico-local-tasks>ul li.is-active a {
    background: var(--color-white);
    border-bottom: 2px solid #fff;
    color: #333;
    position: relative;
    font-weight: 400;
    margin-bottom: -2px
}

.profile-section #block-embassy-india-mexico-content {
    background: var(--color-white);
}

.profile-section #block-embassy-india-mexico-content .profile-section {
    min-height: auto;
    padding: 0px !important;
    background: transparent !important;
}
 
.profile-section #block-embassy-india-mexico-content .form-item h4.label {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .5px
}

#search-form {
    max-width: 100%;
}

#search-form .container-inline {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

#search-form .container-inline .js-form-item {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}

#search-form .container-inline label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.5
}

#search-form .search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px
}

#search-form .search-input-wrapper .search-input {
    flex: 1;
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    font-family: var(--font-main);
    transition: all .2s;
    background: var(--color-white);
    height: 48px;
    box-sizing: border-box
}

#search-form .search-input-wrapper .search-input:focus {
    border-color: var(--color-primary-dark);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, .1)
}

#search-form .search-input-wrapper .search-btn {
    display: none !important
}

#search-form .container-inline .button.form-submit {
    width: auto;
    padding: 12px 32px;
    background: var(--color-primary-dark);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
    height: 48px;
    box-sizing: border-box;
    align-self: flex-start
}

#search-form .container-inline .button.form-submit:hover {
    background: var(--color-primary-dark)
}

#search-form .container-inline .button.form-submit:active {
    background: var(--color-primary-dark)
}

#search-form .search-help-link {
    display: inline-block;
    margin: 0 0 20px 0;
    color: var(--color-link);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500
}

#search-form .search-help-link:hover {
    text-decoration: underline;
    color: #0d61c4
}

#search-form details.search-advanced {
    margin: 0 0 20px 0;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
}

#search-form details.search-advanced summary {
    padding: 14px 18px;
    background: #f9fafb;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    border-radius: 8px 8px 0 0;
    user-select: none;
    list-style: none;
    position: relative;
    border: none
}

#search-form details.search-advanced summary::-webkit-details-marker {
    display: none
}

#search-form details.search-advanced summary::before {
    content: "▸";
    display: inline-block;
    margin-right: 6px;
    transition: transform .2s;
    font-size: 1rem;
    color: #555
}

#search-form details.search-advanced[open] summary::before {
    transform: rotate(90deg)
}

#search-form details.search-advanced summary:hover {
    background: #efefef
}

#search-form details.search-advanced summary .summary {
    font-size: 12px;
    color: var(--color-grey-date);
    font-weight: 400;
    margin-left: 8px
}

#search-form details.search-advanced>.fieldset-wrapper {
    padding: 0
}

#search-form fieldset {
    border: 1px solid #ccc;
    padding: 0;
    background: var(--color-white);
    border-radius: 4px;
    margin: 15px 15px 0 15px;
}

#search-form fieldset legend {
    padding: 0 8px;
    font-weight: 600;
    font-size: 13px;
    color: #333
}

#search-form fieldset .fieldset-legend {
    display: inline-block
}

#search-form .fieldset-wrapper {
    padding: 20px 24px 24px
}

#search-form .fieldgroup.form-composite {
    border: none;
    padding: 0;
    margin: 0;
    background: 0 0
}

#search-form .fieldgroup.form-composite legend {
    padding: 0;
    margin-bottom: 12px
}

#search-form .fieldgroup.form-composite .fieldset-wrapper {
    padding: 0
}

#search-form .form-item {
    margin-bottom: 16px
}

#search-form .form-item label {
    display: inline-block;
    min-width: 200px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    vertical-align: top;
    padding-top: 2px
}

#search-form input[type=search],
#search-form input[type=text] {
    padding: 10px 12px;
    border: 1.5px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    font-family: var(--font-main);
    width: 350px;
    max-width: 100%;
    transition: all .2s;
    height: 42px;
    box-sizing: border-box
}

#search-form input[type=search]:focus,
#search-form input[type=text]:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

#search-form .form-checkboxes {
    display: block
}

#search-form .form-type-checkbox {
    display: block;
    margin-bottom: 8px
}

#search-form .form-type-checkbox input[type=checkbox] {
    margin: 0 8px 0 0;
    vertical-align: middle;
    cursor: pointer
}

#search-form .form-type-checkbox label {
    display: inline !important;
    min-width: auto !important;
    font-weight: 400 !important;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 0 !important
}

#search-form .form-type-checkbox label.option {
    font-size: 13px;
    color: #333
}

#search-form .criterion {
    margin-bottom: 15px
}

#search-form .action {
    margin: 20px 0;
    padding-top: 15px;
    border-top: 1px solid #eee;
    text-align: center;
}

#search-form .action .button.form-submit {
    padding: 6px 18px;
    background: var(--color-primary-dark);
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s;
    height: 32px
}

#search-form .action .button.form-submit:hover {
    background: var(--color-primary-dark)
}

#search-form .action .button.form-submit:active {
    background: var(--color-primary-dark)
}

#search-form input[type=hidden] {
    display: none !important
}

#block-embassy-india-mexico-content em {
    font-style: italic;
    color: #6b7280;
    font-size: 1rem;
    display: block;
    margin: 30px 0;
    padding: 16px 20px;
    background: #f9fafb;
    border-left: 4px solid #e5e7eb;
    border-radius: 0 6px 6px 0
}

#block-embassy-india-mexico-content>h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 30px 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
    padding: 0 20px;
    border-bottom: 3px solid var(--color-link);
    padding-bottom: 12px;
    display: inline-block
}

#block-embassy-india-mexico-content>ol {
    list-style: none;
    padding: 0 20px;
    margin: 0 0 40px 0;
    counter-reset: result-counter
}

#block-embassy-india-mexico-content>ol>li {
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    transition: all .2s;
    counter-increment: result-counter;
    position: relative
}

#block-embassy-india-mexico-content>ol>li:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border-color: #d1d5db
}

#block-embassy-india-mexico-content>ol>li::before {
    content: counter(result-counter);
    position: absolute;
    top: 24px;
    left: -40px;
    width: 28px;
    height: 28px;
    background: var(--color-link);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px
}

#block-embassy-india-mexico-content>ol>li h3 {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4
}

#block-embassy-india-mexico-content>ol>li h3 a {
    color: var(--color-link);
    text-decoration: none;
    font-weight: 400;
    transition: color .2s
}

#block-embassy-india-mexico-content>ol>li h3 a:hover {
    color: #0d61c4
}

#block-embassy-india-mexico-content>ol>li p {
    margin: 0;
    padding: 0;
    color: #4b5563;
    font-size: .75rem;
    line-height: 1.7
}

#block-embassy-india-mexico-content>ol>li strong {
    display: inline;
    margin: 0;
    padding: 2px 4px;
    font-weight: 600;
    color: #111827;
    background: #fef3c7;
    border-radius: 3px
}

#block-embassy-india-mexico-content .search-info {
    font-size: .75rem;
    color: #9ca3af;
    margin-top: 8px;
    font-style: italic
}

#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form),
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass),
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form) {
    max-width: 540px;
    margin: 60px auto 25px auto;
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb
}

#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form) h2,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass) h2,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form) h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form)>ul,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass)>ul,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form)>ul {
    margin: 0;
    padding: 0;
    border-bottom: none;
    gap: 0;
    display: flex;
    list-style: none
}

#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form)>ul li,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass)>ul li,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form)>ul li {
    flex: 1;
    margin: 0;
    padding: 0
}

#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form)>ul li a,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass)>ul li a,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form)>ul li a {
    display: block;
    background: #f9fafb;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #6b7280;
    text-align: center;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s;
    text-decoration: none
}
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass)>ul li:nth-child(2),
.embassy-user-login .profile-section #block-embassy-india-mexico-local-tasks ul li:nth-child(2),
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form)>ul li:nth-child(2),
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form)>ul li:nth-child(2)
{
    display: none !important;
}   
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form)>ul li a:hover,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass)>ul li a:hover,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form)>ul li a:hover {
    background: #f1f3f5;
    color: #374151
}

#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form)>ul li a.is-active,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass)>ul li a.is-active,
#block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #embassy-security-password-set-form)>ul li a.is-active {
    background: var(--color-white);
    border-bottom-color: var(--color-primary);
    color: var(--color-primary);
    font-weight: 600
}

#block-embassy-india-mexico-content:has(#user-login-form),
#block-embassy-india-mexico-content:has(#user-pass),
#block-embassy-india-mexico-content:has(#embassy-security-password-set-form) {
    background: var(--color-white);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    position: relative;
    max-width: 540px;
    margin: 0 auto 40px
}

#block-embassy-india-mexico-content:has(#user-login-form)::before,
#block-embassy-india-mexico-content:has(#user-pass)::before,
#block-embassy-india-mexico-content:has(#embassy-security-password-set-form)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--color-primary);
    border-radius: 8px 8px 0 0
}

#user-login-form,
#user-pass,
#embassy-security-password-set-form {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    max-width: 100%;
    margin: 0
}

#user-login-form h1,
#user-pass h1,
#embassy-security-password-set-form h1 {
    font-size: 26px;
    font-weight: 600;
    color: #111;
    margin: 0 0 8px 0;
    padding: 0
}

#user-login-form .description,
#user-pass .description,
#embassy-security-password-set-form .description {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 32px 0;
    line-height: 1.6
}

#user-login-form .form-item,
#user-pass .form-item,
#embassy-security-password-set-form .form-item {
    margin-bottom: 24px
}

#user-login-form label,
#user-pass label,
#embassy-security-password-set-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #111
}

#user-login-form label.form-required::after,
#user-pass label.form-required::after,
#embassy-security-password-set-form label.form-required::after,
.form-group label.form-required::after,
.profile-section #block-embassy-india-mexico-content .business-registration-form .form-item label.form-required::after {
    content: ' *';
    color: #ef4444;
    font-weight: 600
}
.embassy-eoimxfeedback .form-group label.form-required span.required{ display: none;}
.embassy-appointment-application .embassy-appointment-booking-form .form-group label.form-required::after,
.embassy-appointment-status-cancellation .embassy-appointment-status-check-form .form-group label.form-required::after
{ display: none;}
.embassy-appointment-application .embassy-appointment-booking-form .form-group,
.embassy-appointment-status-cancellation .embassy-appointment-status-check-form .form-group
{ width: 100%;}
.embassy-appointment-application .js-form-item-passport-copy .messages.messages--error{
    margin: 10px 0;
    color: var(--color-error);
} 
.embassy-appointment-application .js-form-item-passport-copy .messages.messages--error em.placeholder{
    font-style: italic !important;
    color: var(--color-error) !important;
    font-size: .875rem !important;
    display: inline-block !important;
    margin: 0 !important;
    padding:0 !important;
    background:transparent !important;
    border-left: 0px solid #e5e7eb !important;
    border-radius: 0 !important;
}
.embassy-eoimxregistration #block-embassy-india-mexico-content .indian-registration-form .form-managed-file,
.embassy-appointment-application .js-form-item-passport-copy .form-managed-file {
    display: flex;
    gap:10px;
    margin: 10px 0;
    flex-direction: column-reverse;
}
.embassy-eoimxregistration #block-embassy-india-mexico-content .indian-registration-form .js-form-item-passport-oci-copy .form-control.form-control-file{
    border: 0px; margin: 0; padding: 0; margin-bottom: 10px;
}
.embassy-eoimxregistration #block-embassy-india-mexico-content .indian-registration-form .form-group.phone-field-group{
    margin: 0px;
}
.embassy-appointment-application .appointment-booking-form [data-drupal-messages]{
    margin:0;
} 
.embassy-appointment-application .appointment-booking-form  div[role="contentinfo"] div[role="alert"] em.placeholder{
    display: none !important;
}
.embassy-appointment-application .embassy-appointment-application div[role="contentinfo"] div[role="alert"] ul li{
    display: flex;
}
.embassy-appointment-application .embassy-appointment-application div[role="contentinfo"] div[role="alert"] ul li .placeholder{ 
    display: none !important;}
.embassy-appointment-application .js-form-item-passport-copy .form-managed-file .button.js-form-submit
{
border-radius: 6px;
    border-color: var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
    padding: 2px 5px;
    cursor: pointer;
}
#user-login-form input[type=text],
#user-login-form input[type=password],
#user-pass input[type=text] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    height: 54px;
    background: #fafbfc;
    transition: all .2s;
    color: #000;
}

#user-login-form input[type=text]:focus,
#user-login-form input[type=password]:focus,
#user-pass input[type=text]:focus {
    outline: none;
    border-color: var(--color-primary);
    background: var(--color-white);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, .1)
}

#user-login-form input[type=text]:hover,
#user-login-form input[type=password]:hover,
#user-pass input[type=text]:hover {
    border-color: var(--color-primary-hover)
}

#user-login-form .form-submit,
#user-pass .form-submit {
    width: 100%;
    padding: 15px 24px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    height: 54px;
    margin-top: 8px
}

#user-login-form .form-submit:hover,
#user-pass .form-submit:hover {
    background: var(--color-primary-hover);
    transform: translateY(-1px);
}

#user-login-form .form-submit:active,
#user-pass .form-submit:active {
    transform: translateY(0);
}

#user-login-form .item-list,
#user-pass .item-list {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb
}

#user-login-form .item-list ul,
#user-pass .item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

#user-login-form .item-list li,
#user-pass .item-list li {
    margin: 0;
    padding: 0
}

#user-login-form .item-list a,
#user-pass .item-list a {
    color: var(--color-link);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color .2s
}

#user-login-form .item-list a:hover,
#user-pass .item-list a:hover {
    color: #0d61c4;
    text-decoration: underline
}

#user-login-form .messages,
#user-pass .messages {
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6
}

#user-login-form .messages.error,
#user-pass .messages.error {
    background: #fee;
    border: 1px solid #fcc;
    color: #c00
}

#user-login-form .messages.status,
#user-pass .messages.status {
    background: #efe;
    border: 1px solid #cfc;
    color: #060
}

#user-pass p {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 24px 0;
    line-height: 1.6
}

.profile-section {
    background: var(--color-white);
    padding: 60px 0;
    min-height: 400px
} 

.profile-section #block-embassy-india-mexico-local-tasks {
    margin-bottom: 25px;
    background: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb
}

.profile-section #block-embassy-india-mexico-local-tasks h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.profile-section #block-embassy-india-mexico-local-tasks>ul {
    margin: 0;
    padding: 0;
    border-bottom: none;
    gap: 0;
    display: flex;
    list-style: none
}

.profile-section #block-embassy-india-mexico-local-tasks>ul li {
    flex: 1;
    margin: 0;
    padding: 0
}

.profile-section #block-embassy-india-mexico-local-tasks>ul li a {
    display: block;
    background: #f9fafb;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #6b7280;
    text-align: center;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s;
    text-decoration: none
}

.profile-section #block-embassy-india-mexico-local-tasks>ul li a:hover {
    background: #f1f3f5;
    color: #374151
}

.profile-section #block-embassy-india-mexico-local-tasks>ul li a.is-active {
    background: var(--color-white);
    border-bottom-color: var(--color-link);
    color: var(--color-link);
    font-weight: 600
}

.profile-section #block-embassy-india-mexico-content article {
    margin: 0;
    padding: 0
} 
/* Image Lightbox Modal Styles */
.image-lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-lightbox-modal.active {
    display: block;
    opacity: 1;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 10001;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: var(--color-white);
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10002;
    transition: color 0.3s ease;
    line-height: 1;
    user-select: none;
    background-color: transparent;
    border: none;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #d1d1d1;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--color-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 40px;
    font-weight: bold;
    padding: 20px 25px;
    cursor: pointer;
    z-index: 10002;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    user-select: none;
    line-height: 1;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
}

.lightbox-prev:active,
.lightbox-next:active {
    background-color: rgba(0, 0, 0, 0.9);
}
body.embassy-appointment .appointment-sidebar,body.embassy-eoimxregistration .appointment-sidebar{ display:none;}
.event-detail{ max-width: 100%;} 
.event-meta{ margin: 0; padding: 0; border: 0px;}
.event-detail .event-title{ font-size: 1.5rem; margin-bottom: 24px; font-weight: 600; color: var(--color-text-dark);}
.event-meta .event-date{font-size: 0.95rem;}
.event-content{
    background: var(--color-white);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}
.event-booking-section{
    margin-top: 24px;
    padding-top: 24px; 
    text-align: left;
    border: 0;
}
.btn-book-event{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 100px;
    cursor: pointer;
        background-color: var(--color-primary);
    border-color: transparent;
    color: var(--color-white);
}
.btn-book-event:hover {
     background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    transform: scale(1);
}
.document-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            font-size: 14px;
        }
.signature-section{
    justify-content: end;
    display: flex;
}
.signature-section figure{
        max-width: 160px;
}  
.appointment-status-popup {
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
} 
.appointment-status-popup .status-info-row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  gap: 10px;
}

.appointment-status-popup .status-info-row:last-child {
  border-bottom: none;
} 
.appointment-status-popup .status-info-row strong {
  color: #333;
  font-weight: 600;
  min-width: 150px;
  font-size: 14px;
} 
.appointment-status-popup .status-info-row span {
  color: var(--color-text-gray);
  font-size: 14px;
  flex: 1;
} 
.appointment-status-popup .status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: 400;
  font-size: .875rem; 
} 
.appointment-status-popup .status-badge.status-confirmed,
.appointment-status-popup .status-badge.status-approved { 
  color:  var(--color-success);
}
.appointment-status-popup .status-badge.status-rejected,
.appointment-status-popup .status-badge.status-cancelled { 
  color: var(--color-error);
} 
.ui-dialog.appointment-status-dialog {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 0px !important;
  padding: 0;
}

.ui-dialog.appointment-status-dialog .ui-dialog-titlebar {
  background-color: var(--color-primary);
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 15px 20px;
  border: none;
}

.ui-dialog.appointment-status-dialog .ui-dialog-title {
  font-size: 18px;
  font-weight: 600;
}

.ui-dialog.appointment-status-dialog .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  color: #ffffff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.ui-dialog.appointment-status-dialog .ui-dialog-titlebar-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
} 
@media (max-width: 600px) {
  .appointment-status-popup .status-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  .appointment-status-popup .status-info-row strong {
    min-width: auto;
  }
  
  .ui-dialog.appointment-status-dialog {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 40px;
    }
    
    .lightbox-content {
        padding: 10px;
    }
    
    .lightbox-image {
        max-width: 95%;
        max-height: 85%;
    }
    
    .lightbox-prev,
    .lightbox-next {
        font-size: 30px;
        padding: 15px 20px;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .lightbox-prev,
    .lightbox-next {
        font-size: 25px;
        padding: 10px 15px;
    }
}

@media (max-width:768px) {

    #block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-login-form),
    #block-embassy-india-mexico-local-tasks:has(+ #block-embassy-india-mexico-content #user-pass) {
        margin-top: 0;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px
    }

    #block-embassy-india-mexico-content:has(#user-login-form),
    #block-embassy-india-mexico-content:has(#user-pass) {
        padding: 30px 20px;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px
    }

    #user-login-form h1,
    #user-pass h1 {
        font-size: 22px
    }

    #user-login-form input[type=text],
    #user-login-form input[type=password],
    #user-pass input[type=text],
    #user-login-form .form-submit,
    #user-pass .form-submit {
        height: 50px
    }

    #block-embassy-india-mexico-content {
        padding: 20px 0
    }

    #block-embassy-india-mexico-content>h2 {
        font-size: 1.5rem;
        margin: 0 0 20px 0;
        padding: 0 15px 10px 15px
    }

    #block-embassy-india-mexico-content>ol {
        padding: 0 15px
    }

    #block-embassy-india-mexico-content>ol>li {
        padding: 20px 16px;
        margin-bottom: 16px
    }

    #block-embassy-india-mexico-content>ol>li::before {
        display: none
    }

    #search-form {
        padding: 0 15px 30px 15px
    }

    #search-form .container-inline {
        gap: 12px
    }

    #search-form .container-inline .button.form-submit {
        width: 100%
    }

    #search-form .form-item label {
        display: block;
        min-width: auto;
        margin-bottom: 8px
    }

    #search-form input[type=search],
    #search-form input[type=text] {
        width: 100%
    }

    #block-embassy-india-mexico-local-tasks>ul {
        flex-wrap: wrap
    }

    #block-embassy-india-mexico-local-tasks>ul li {
        margin-bottom: 4px
    }
}

@media (max-width:480px) {

    #block-embassy-india-mexico-content:has(#user-login-form),
    #block-embassy-india-mexico-content:has(#user-pass) {
        padding: 24px 16px
    }

    #user-login-form h1,
    #user-pass h1 {
        font-size: 20px;
        margin-bottom: 6px
    }

    #user-login-form .description,
    #user-pass .description {
        font-size: 13px;
        margin-bottom: 24px
    }

    #user-login-form input[type=text],
    #user-login-form input[type=password],
    #user-pass input[type=text] {
        height: 48px;
        font-size: 14px
    }

    #user-login-form .form-submit,
    #user-pass .form-submit {
        height: 48px;
        font-size: 15px
    }

    #block-embassy-india-mexico-content {
        padding: 15px
    }

    details.search-advanced summary {
        padding: 10px 12px;
        font-size: 13px
    }

    .search-form .fieldset-wrapper {
        padding: 12px 15px 15px
    }
}



@media print {

    .button.form-submit,
    .contextual,
    .search-input-wrapper .search-btn {
        display: none !important
    }
}

@media (max-width:1200px) {
    :root {
        --container-width: 100%;
        --spacing-lg: 20px
    }

    .hero-grid {
        grid-template-columns: 1fr;
        height: auto
    }

    .hero-slider {
        height: 360px
    }

    .page-hero {
        height: auto;
        min-height: 200px;
        padding: 60px 0 40px;
        background-size: cover;
        background-position: center
    }

    .services-layout {
        flex-direction: column
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ambassador-img {
        margin: 0
    }

    .partner-logo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        border: 0;
        padding: 0
    }

    .press-grid {
        grid-template-columns: 1fr
    }

    .social-updates-section {
        grid-template-columns: 1fr
    }

    .gallery-grid {
        grid-template-columns: 1fr
    }

    .footer-content {
        flex-direction: column;
        gap: 40px
    }

    .mobile-toggle {
        display: block;
        background: 0 0;
        border: none;
        padding: 8px;
        color: var(--color-primary);
        cursor: pointer;
        top: 25px;
        right: 0;
        position: absolute
    }

    .nav-bar {
        display: none;
        background-color: var(--color-primary);
        border-radius: 0
    }

    .nav-bar.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1)
    }

    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 0
    }

    .nav-item {
        width: 100%;
        padding: 0
    }

    .nav-link {
        width: 100%;
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        justify-content: space-between;
        display: flex;
        font-size: 14px
    }

    .nav-menu .dropdown-menu {
        position: relative;
        width: 100%;
       left: 21%;
    top: 37px;
        box-shadow: none;
        border-top: none;
        grid-template-columns: 1fr;
        padding: 0;
        background: #f2f2f2;
        min-width: 100%;
        max-width: 100%;
        overflow: auto;
        border-radius: 0;
        display: none
    }

    .nav-item.dropdown-active>.dropdown-menu {
        display: block !important
    }

    .nav-item.dropdown-active>.nav-link svg {
        transform: rotate(180deg)
    }

    .dropdown-link svg {
        transform: rotate(90deg)
    }

    .has-submenu.open .dropdown-link svg {
        transform: rotate(270deg)
    }

    .nav-item:nth-child(4) .dropdown-menu {
        left: 0;
        grid-template-columns: 1fr
    }

    .dropdown-menu .dropdown-link {
        border-bottom: 1px solid #e0e0e0;
        padding-left: 40px;
        font-size: 14px
    }

    .dropdown-item {
        width: 100%
    }

    .dropdown-sub {
        position: relative;
        top: 0;
        left: 0;
        min-width: 100%;
        max-width: 100%;
        overflow: auto;
        max-height: 80vh;
        background: var(--color-white);
        box-shadow: 0 0 0 -1px rgba(0, 0, 0, .1), 0 0 0 -1px rgba(0, 0, 0, .06);
        border-top: 0;
        margin: 0;
        padding: 0;
        display: none
    }

    .dropdown-item.open .dropdown-sub {
        display: block !important
    }

    .dropdown-menu .dropdown-sub .dropdown-link {
        padding-left: 60px
    }

    .header-content {
        flex-wrap: wrap
    }

    .header-right-panel {
        width: 100%;
        order: 3;
        margin-top: 16px;
        align-items: stretch
    }

    .search-section {
        width: 100%
    }

    .time-widgets {
        justify-content: center;
        margin-top: 8px
    }

    .sub-nav li a {
        font-size: 13px;
        padding: 5px 12px
    }

    .consortium-grid {
        grid-template-columns: 1fr
    }

    .thematic-grid {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:992px) {
    .search-input {
        width: 100%
    }

    .press-section {
        margin-top: 24px
    }

    .sub-nav-wrapper {
        padding: 0;
        background: var(--color-primary);
        margin-bottom: 24px;
        border-radius: 4px;
        overflow: visible
    }

    .sub-nav {
        display: block;
        padding: 0;
        min-height: auto;
        position: relative
    }

    .sub-nav ul {
        display: none;
        flex-direction: column;
        padding: 0;
        margin: 0;
        list-style: none;
        background: var(--color-white);
        border: 1px solid #eee;
        border-top: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100
    }

    .sub-nav.expanded ul {
        display: flex
    }

    .sub-nav ul::-webkit-scrollbar {
        display: none
    }

    .sub-nav-mobile-toggle {
        display: flex !important;
        align-items: center;
        padding: 12px 15px;
        background: var(--color-primary);
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        gap: 12px;
        border-radius: 4px
    }

    .sub-nav-mobile-toggle::after {
        content: "";
        display: inline-block;
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        margin-left: auto;
        background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>');
        background-size: contain;
        background-repeat: no-repeat
    }

    .sub-nav-mobile-toggle svg {
        display: none !important;
        margin-left: auto;
        transition: transform .3s
    }

    .sub-nav.expanded .sub-nav-mobile-toggle::after {
        transform: rotate(180deg)
    }

    .sub-nav ul::before {
        display: none
    }

    .sub-nav li {
        width: 100%;
        border-bottom: 1px solid #f5f5f5
    }

    .sub-nav li a {
        padding: 12px 20px;
        display: block;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        white-space: normal;
        background: #fff !important;
        border: none !important
    }

    .sub-nav li a.active {
        color: var(--color-primary);
        font-weight: 600;
        background: #fcfcfc !important;
        border-bottom: none !important
    }

    .sub-nav li a.active::before {
        display: none
    }

    .bio-full-width table {
        width: 100%;
        display: table;
        border-collapse: collapse
    }

    .bio-full-width table tr {
        display: table-row
    }

    .bio-full-width table td {
        padding: 10px;
        border: 1px solid #eee;
        font-size: 14px;
        word-break: break-word
    }

    .bio-full-width table td:first-child {
        width: 40%;
        font-weight: 600;
        background: #fdfdfd
    }



    .culture-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .perspectives-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .intro-img {
        height: auto
    }

    .header-top .container {
        flex-direction: column;
        align-items: center;
        padding: 0
    }

    .top-links {
        justify-content: center;
        gap: 15px;
        width: 100%;
        padding: 8px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .header-top svg {
        display: none !important
    }

    .top-link {
        font-size: 13px
    }

    .accessibility-tools {
        justify-content: center;
        width: 100%;
        padding: 8px 15px;
        gap: 20px
    }

    .lang-selector {
        margin-left: 0
    }

    .accessibility-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        transform: none;
        width: 180px !important;
        max-width: 200px;
        background: var(--color-white);
        border: 1px solid var(--color-border);
        box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
        z-index: 1000;
        padding: 0;
        border-radius: 8px;
        overflow: hidden
    }

    #accessibility-dropdown .a11y-icon-invert,
    #accessibility-dropdown .a11y-text-lg,
    #accessibility-dropdown .a11y-text-sm,
    #accessibility-dropdown [class*=icon],
    #accessibility-dropdown [class*=svg],
    #accessibility-dropdown svg,
    .accessibility-dropdown .a11y-header img {
        display: none !important
    }

    .a11y-header {
        padding: 8px 12px;
        background: #f8f9fa;
        color: var(--color-primary);
        margin: 0;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .a11y-header span {
        color: var(--color-primary);
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase
    }

    .a11y-close {
        color: #999;
        font-size: 18px;
        background: 0 0;
        border: none;
        padding: 0;
        cursor: pointer
    }

    .a11y-grid {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0
    }

    .a11y-btn {
        width: 100%;
        height: auto;
        min-height: auto;
        background: var(--color-white);
        border: none;
        padding: 5px 10px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        color: #444;
        font-size: 10px;
        font-weight: 500;
        border-bottom: 1px solid #f9f9f9;
        white-space: nowrap;
        aspect-ratio: auto;
        text-transform: lowercase
    }

    .a11y-btn.active,
    .a11y-btn:hover {
        background: 0 0;
        color: var(--color-primary);
        border: 0;
        box-shadow: 0 0 0 rgba(93, 16, 51, .1)
    }

    .a11y-btn span {
        text-transform: none;
        font-weight: 400
    }

    .a11y-grid .a11y-btn.active span {
        color: var(--color-primary)
    }

    .a11y-btn:last-child {
        border-bottom: none
    }

    .a11y-btn:active {
        background: #f0f0f0
    }

    .a11y-text-lg,
    .a11y-text-sm {
        margin-right: 8px;
        font-size: 14px;
        color: var(--color-primary);
        min-width: 20px;
        display: inline-block;
        font-weight: 600
    }

    .header-main .container .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 0 0;
        flex-wrap: wrap
    }

    .logo-section {
        width: auto;
        order: 1;
        margin: 0
    }

    .logo-section img {
        max-width: 160px;
        height: auto
    }

    .mobile-toggle {
        order: 2;
        position: static;
        display: flex;
        align-items: center;
        padding: 5px;
        color: #333
    }

    .header-right-panel {
        width: 100%;
        order: 3;
        margin-top: 5px;
        flex-direction: column;
        gap: 0
    }

    .search-section {
        width: calc(100% - 30px);
        margin: 0 15px 15px;
        max-width: 100%;
        background: #f8f8f8;
        border-radius: 4px;
        border: 1px solid #ddd
    }

    .time-widgets {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 0;
        border: 0;
        border-top: 1px solid #eee;
        background: #fff
    }

    .time-widget {
        font-size: 11px;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        text-align: left
    }

    .time-separator {
        display: none;
        color: #ddd
    }

    .hero-grid {
        display: flex;
        flex-direction: column
    }

    .hero-slider {
        width: 100%;
        max-width: 100%;
        height: 300px
    }

    .slide-content {
        padding: 20px;
        max-width: 100%
    }

    .slide-content h2 {
        font-size: 14px;
        margin-bottom: 0
    }

    .slide-content p {
        font-size: 10px;
        margin: 0;
        margin-top: 5px
    }

    .quick-links-card {
        width: 100%;
        max-width: 100%;
        margin-top: 0
    }

    .links-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }

    .services-layout {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .service-card {
        padding: 15px;
        text-align: left
    }

    .service-icon-box {
        margin-bottom: 5px
    }

    .service-title {
        font-size: 12px
    }

    .service-email {
        word-break: break-all;
        word-wrap: break-word
    }

    .ambassador-card {
        flex-direction: column;
        text-align: left;
        padding: 16px 12px;
        align-items: flex-start;
        gap: 0
    }

    .ambassador-header {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 0
    }

    .ambassador-img {
        margin-bottom: 0;
        width: 100px;
        height: 100px
    }

    .ambassador-info {
        gap: 6px
    }

    .ambassador-info h3 {
        font-size: 14px
    }

    .amb-text {
        margin: 5px 0;
        color: var(--color-text-gray)
    }

    .social-posts-grid {
        grid-template-columns: 1fr
    }

    .social-updates-section {
        flex-direction: column
    }

    .important-updates-card,
    .social-feed-container {
        width: 100%
    }

    .updates-header {
        padding: 8px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .updates-title {
        margin: 0
    }

    .updates-header .badge-new {
        background-color: #fb2c36;
        font-weight: 400;
        font-size: 12px
    }

    .updates-list {
        padding: 12px;
        padding-top: 0
    }

    .update-item {
        padding: 12px
    }

    .social-tabs {
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px
    }

    .social-tab-btn {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: .9rem
    }

    .gallery-section {
        margin: 0
    }

    .press-grid {
        display: flex;
        flex-direction: column
    }

    .press-content-container,
    .press-image-card {
        width: 100%
    }

    .press-image-card img {
        width: 100%;
        height: auto
    }

    .footer-layout {
        flex-direction: column;
        justify-content: center;
        gap: 40px
    }

    .footer-left,
    .footer-right {
        width: 100%;
        text-align: left
    }

    .footer-links-grid .contextual-region {
        grid-template-columns: repeat(3, 1fr);
        text-align: left;
        gap: 24px;
        margin-bottom: 30px
    }

    .footer-socials {
        justify-content: center;
        margin-bottom: 25px
    }

    .social-icon {
        width: 35px;
        height: 35px
    }

    .footer {
        padding: 12px 0
    }

    .footer-logo {
        max-width: 200px
    }

    .footer-heading {
        font-size: 1rem
    }

    .partner-logo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        border: 0;
        padding: 0
    }

    .partner-item img {
        max-height: 40px;
        margin: 0 auto
    }

    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .mea-banner-content {
        flex-direction: column;
        padding: 12px;
        background: url(../assets/images/mea_performance_dashboard_banner_mobile.png) no-repeat center center;
        background-size: cover
    }

    .mea-banner-content img.mea-banner-bg {
        display: none
    }

    .mea-info {
        gap: 1rem;
        align-items: normal
    }

    .mea-info img {
        width: 48px !important;
        height: 48px
    }

    .mea-text {
        margin-left: 0;
        text-align: left
    }

    .mea-text h3 {
        font-size: 1rem;
        margin-bottom: 5px
    }

    .btn-know-more {
        align-self: flex-end;
        width: 148px;
        justify-content: center;
        font-size: 14px;
        padding: 8px 0;
        color: #162f6a;
        margin-top: 10px;
        opacity: 1
    }

    .gallery-grid {
        grid-template-columns: 1fr
    }

    .section-header {
        padding: 8px 12px;
        margin: 0
    }

    .section-title {
        font-size: 18px
    }

    .view-all-link {
        font-weight: 400
    }

    .gallery-list {
        padding: 0 12px
    }

    .gallery-item {
        gap: 12px
    }

    .gallery-text {
        margin: 0
    }

    .social-updates-section .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .press-tab-content {
        padding: 12px
    }

    .gallery-page-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .brochure-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: calc(4px * 4)
    }

    .brochure-footer {
        align-items: flex-start;
        flex-direction: column
    }

    .download-btn {
        width: 100%;
        text-align: center;
        justify-content: center
    }

    .brochure-image img {
        height: 130px;
        width: 100%;
        object-fit: cover
    }

    .sitemap-tree-grid {
        grid-template-columns: 1fr;
        gap: 0
    }
}

@media (max-width:576px) {

    .culture-grid,
    .gallery-grid {
        grid-template-columns: 1fr
    }

    .top-links {
        align-content: space-between
    }

    .accessibility-tools {
        align-content: space-between
    }
}

@media (max-width:468px) {
    .gallery-page-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .brochure-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: calc(4px * 4)
    }

    .brochure-footer {
        align-items: center;
        flex-direction: row
    }

    .download-btn {
        width: auto;
        text-align: center;
        justify-content: center
    }

    .brochure-image img {
        height: 150px;
        width: 100%;
        object-fit: cover
    }

    .article-body {
        flex-direction: column
    }

    .magazine-thumb {
        width: 100%;
        height: 250px
    }

    .pdf-icon-inline {
        display: block
    }

    .pdf-icon-inline svg {
        display: none
    }
} 
@media (max-width:1920px) and (-webkit-device-pixel-ratio: 1.5){
    .page-title { 
    max-width: 85%; 
}

    .nav-bar {
        max-width: 100%;
        overflow: visible;
    } 

    .nav-item {
        font-size: 0.9rem;
    }

    .nav-link {
        padding: 8px 6px;
        white-space: nowrap;
    }  
    .language--es .nav-link {
        padding: 8px 3px; 
    } 
    .dropdown-sub{
            top: 25px;
    } 
    .nav-item:nth-child(4) .dropdown-menu { 
               left: -378px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }  
     .nav-menu {
        padding: 0 10px;
        gap: 4px;
    }

    .nav-item:nth-child(9) .dropdown-menu,
    .nav-item:nth-child(10) .dropdown-menu {
        left: -208px;
    }
    .dropdown-link{    
        padding: 6px 10px;
        font-size: .9rem;
    }
    
    .summit-card{
            height: 581px;
    }
    .social-tab-content{max-height: 524px;min-height: 524px;}
    .updates-list{
        max-height: 520px;
    }
} 
@media (max-width:1920px) and (-webkit-device-pixel-ratio: 1.25){    
      .page-title { 
    max-width: 85%; 
}

    .nav-bar {
        max-width: 100%;
        overflow: visible;
    } 

    .nav-item {
        font-size: 0.9rem;
    }

    .nav-link {
        padding: 8px 6px;
        white-space: nowrap;
    } 
    .language--es .nav-link {
        padding: 8px 3px; 
    }  
    .nav-item:nth-child(4) .dropdown-menu { 
        left: -378px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    } 
    .nav-item:nth-child(4):hover .dropdown-menu .dropdown-sub { 
    left: 21%;
    top: 37px;
}
    .nav-menu {
        padding: 0 10px;
        gap: 4px;
    }

    .nav-item:nth-child(9) .dropdown-menu,
    .nav-item:nth-child(10) .dropdown-menu {
        left: -208px;
    }
     .language--es .nav-item:nth-child(10) .dropdown-menu {
        left: -224px;
     }
    .summit-card{
            height: 589px;
    }
    .social-tab-content{min-height: 534px;
        max-height: 534px;}
    .updates-list{
        max-height: 525px;
    }
}  
@media print {

    .nav-bar,
    .nav-menu,
    .header-top,
    .footer,
    .sidebar,
    button,
    .btn,[data-drupal-messages],.page-hero,.header-right-panel,.header-content{
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: var(--color-white);
    }

    a {
        text-decoration: underline;
        color: #000;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
        page-break-inside: avoid;
    }

    table {
        border-collapse: collapse;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
}
.embassy-security-otp-verify{
    background: var(--color-white);
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  border: 1px solid #e5e7eb;
  position: relative;
  max-width: 540px;
  margin: 0 auto 40px;
}

.embassy-security-otp-verify .js-form-type-textfield label{display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.embassy-security-otp-verify .js-form-type-textfield .form-text{width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
  height: 54px;
  background: #fafbfc;
  transition: all .2s;
  color: #000;}
  .embassy-security-otp-verify .js-form-type-textfield .form-text:focus{outline: none;
  border-color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(26,115,232,.1);}
  .embassy-security-otp-verify .js-form-type-textfield .form-text:hover{border-color: var(--color-primary-hover);}   
  .embassy-security-otp-verify .form-actions .button {width: 100%;
  padding: 15px 24px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
  height: 54px;
  margin-top: 8px;
}
.embassy-security-otp-verify .form-actions .button:hover{
    background: var(--color-primary-hover);
  transform: translateY(-1px);
}

.embassy-security-password-set-form {
  max-width: 520px;
  margin: 2.5rem auto;
  padding: 2rem 2.25rem 2.25rem;
  background: #ffffff;
  border: 1px solid #e3e6ea;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(15, 35, 70, 0.06);
  font-family: inherit;
  color: #1f2937;
}

/* Welcome paragraph */
.embassy-security-password-set-form > p:first-of-type {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  background: #f1f6ff; 
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2c3e50;
}

.embassy-security-password-set-form > p:first-of-type strong {
  color: #0a3d91;
}

/* Field wrappers */
.embassy-security-password-set-form .form-item {
  margin-bottom: 1.25rem;
}

/* Labels */
.embassy-security-password-set-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: #1f2937;
  letter-spacing: 0.01em;
}

.embassy-security-password-set-form label.form-required::after {
  content: " *";
  color: #d62828;
  font-weight: 700;
}

/* Password inputs */
.embassy-security-password-set-form input[type="password"] {
  width: 100%;
  max-width: 100%;
  padding: 0.65rem 0.85rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #1f2937;
  background: #fafbfc;
  border: 1px solid #c8ced6;
  border-radius: 6px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}

.embassy-security-password-set-form input[type="password"]:hover {
  border-color: #9aa4b1;
  background: #ffffff;
}

.embassy-security-password-set-form input[type="password"]:focus {
  outline: none;
  background: #ffffff;
  border-color: #0a3d91;
  box-shadow: 0 0 0 3px rgba(10, 61, 145, 0.15);
}
 
.embassy-security-password-set-form .password-parent,
.embassy-security-password-set-form .confirm-parent {
  margin-top: 0.5rem;
} 
.embassy-security-password-set-form .password-strength {
  margin-top: 0.6rem;
}

.embassy-security-password-set-form .password-strength__meter {
  height: 6px;
  background: #e5e8ec;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.embassy-security-password-set-form .password-strength__indicator {
  height: 100%;
  border-radius: 4px;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.embassy-security-password-set-form .password-strength__indicator.is-weak {
  background: #e74c3c;
}
.embassy-security-password-set-form .password-strength__indicator.is-fair {
  background: #f39c12;
}
.embassy-security-password-set-form .password-strength__indicator.is-good {
  background: #3498db;
}
.embassy-security-password-set-form .password-strength__indicator.is-strong {
  background: #27ae60;
}

.embassy-security-password-set-form .password-strength__title {
  font-size: 0.82rem;
  color: #5a6573;
}

.embassy-security-password-set-form .password-strength__text {
  font-weight: 600;
  color: #1f2937;
} 
.embassy-security-password-set-form .password-confirm-message {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  color: #5a6573;
}

.embassy-security-password-set-form .password-confirm-message .error {
  color: #c0392b;
  font-weight: 600;
}

.embassy-security-password-set-form .password-confirm-message .ok {
  color: #27ae60;
  font-weight: 600;
} 
.embassy-security-password-set-form .password-suggestions {
  margin: 0.85rem 0 0;
  padding: 0.75rem 1rem;
  background: #fffaf2;
  border: 1px solid #f4e1c1;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #6b4a14;
}

.embassy-security-password-set-form .password-suggestions ul {
  margin: 0.4rem 0 0;
  padding-left: 1.25rem;
}

.embassy-security-password-set-form .password-suggestions li {
  margin: 0.15rem 0;
  line-height: 1.45;
} 
.embassy-security-password-set-form .description,
.embassy-security-password-set-form #edit-pass--description {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.45;
}

/* Action bar */
.embassy-security-password-set-form .form-actions {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid #eef0f3;
  padding-top: 1.25rem;
}

/* Submit button */
.embassy-security-password-set-form .form-submit,
.embassy-security-password-set-form .button--primary {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.7rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(180deg, #0a3d91 0%, #082f70 100%);
  border: 1px solid #082f70;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, transform 0.05s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 4px rgba(8, 47, 112, 0.18);
}

.embassy-security-password-set-form .form-submit:hover,
.embassy-security-password-set-form .button--primary:hover {
  background: linear-gradient(180deg, #0c4aac 0%, #0a3d91 100%);
  box-shadow: 0 4px 10px rgba(8, 47, 112, 0.25);
}

.embassy-security-password-set-form .form-submit:active,
.embassy-security-password-set-form .button--primary:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(8, 47, 112, 0.2);
}

.embassy-security-password-set-form .form-submit:focus,
.embassy-security-password-set-form .button--primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 61, 145, 0.30);
}

/* Responsive */
@media (max-width: 600px) {
  .embassy-security-password-set-form {
    margin: 1.25rem 0.75rem;
    padding: 1.4rem 1.1rem 1.6rem;
    border-radius: 8px;
  }

  .embassy-security-password-set-form .form-actions {
    justify-content: stretch;
  }

  .embassy-security-password-set-form .form-submit,
  .embassy-security-password-set-form .button--primary {
    width: 100%;
    text-align: center;
  }
} 
/* ==========================================================================
   Drupal bare maintenance page (used for flood-blocked logins, site-offline,
   install / requirements pages). Body classes include:
   - body.maintenance-page
   - body.maintenance-page--flood   (Login failed page after flood trip)
   ========================================================================== */
body.maintenance-page,
body.maintenance-page--flood {
  background: #f6f7fb;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-base, "Inter", "Helvetica Neue", Arial, sans-serif);
  color: #111;
}

.maintenance-header {
  background: var(--color-white, #fff);
  border-bottom: 4px solid var(--color-primary, #0a3d91);
  padding: 18px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.maintenance-header .container,
.maintenance-main .container,
.maintenance-footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.maintenance-header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.maintenance-header__logo img {
  display: block;
  height: 56px;
  width: auto;
}

.maintenance-header__text {
  display: none !important;
  flex-direction: column;
  line-height: 1.2;
}

.maintenance-header__sitename {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary, #0a3d91);
  text-decoration: none;
}

.maintenance-header__sitename:hover {
  text-decoration: underline;
}

.maintenance-header__slogan {
  font-size: 13px;
  color: #6b7280;
  margin-top: 2px;
}

.maintenance-main {
  flex: 1 0 auto;
  padding: 48px 0;
}

.maintenance-main__title {
  font-size: 26px;
  font-weight: 600;
  color: #111;
  margin: 0 0 20px 0;
  text-align: center;
}

.maintenance-main__content {
  max-width: 620px;
  margin: 0 auto;
  background: var(--color-white, #fff);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.maintenance-main__content a {
  color: var(--color-primary, #0a3d91);
}

.maintenance-footer {
  background: var(--color-primary, #0a3d91);
  color: #e5e7eb;
  padding: 30px 0;
  font-size: 14px;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.maintenance-footer__copy {
  text-align: center;
}

@media (max-width: 600px) {
  .maintenance-header__inner {
    flex-direction: column;
    text-align: center;
  }

  .maintenance-header__logo img {
    height: 48px;
  }

  .maintenance-main {
    padding: 28px 0;
  }

  .maintenance-main__content {
    padding: 22px 18px;
    border-radius: 6px;
  }
}

