/* --- Global Reset & Typography --- */
body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* --- Top Bar --- */
.av-top-bar {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
}

.av-contact-info span {
    margin-left: 20px;
    cursor: pointer;
}

.av-contact-info span i {
    color: #999;
    margin-right: 5px;
}

.av-social-links a {
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.av-social-links a:hover {
    opacity: 0.7;
}

/* --- Navigation --- */
.av-navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.av-main-logo {
    max-height: 70px;
}

.nav-link {
    color: #555 !important;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 15px !important;
}

.nav-link.active {
    color: #000 !important;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

/* --- Hero & Slider Section --- */
.carousel-item {
    overflow: hidden;
}

.av-main-slider-img {
    width: 100%;
    aspect-ratio: 1900 / 600;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease;
}

/* Mixed Zoom Transitions */
@keyframes zoomInEffect {
    0% { transform: scale(1); }
    100% { transform: scale(1.12); }
}

@keyframes zoomOutEffect {
    0% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

.carousel-item:nth-child(odd).active .av-main-slider-img {
    animation: zoomInEffect 6s linear forwards;
}

.carousel-item:nth-child(even).active .av-main-slider-img {
    animation: zoomOutEffect 6s linear forwards;
}

@media (max-width: 767px) {
    .av-main-slider-img {
        height: 200px;
        aspect-ratio: auto;
    }
}

.av-hero-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
}

.av-hero-title {
    font-size: 24px;
    font-weight: normal;
    color: #444;
}

.av-hero-flag {
    width: 200px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.av-plane-wrapper {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.av-plane-overlay {
    position: absolute;
    bottom: 20%;
    right: 5%;
    
    padding: 10px 20px;
    border-radius: 5px;
}

.av-overlay-text {
    font-size: 1.5rem;
    color: #333;
}

/* --- Main Content --- */
.av-section-heading {
    font-weight: normal;
    font-size: 36px;
    color: #333;
}

.av-description-text {
    font-size: 14px;
    color: #666;
    text-align: justify;
}

.av-description-text p {
    margin-bottom: 20px;
}

/* --- Footer --- */
.av-footer {
    background-color: #111827;
    color: #9ca3af;
    font-size: 14px;
    padding: 50px 0 0;
}

.av-footer-logo {
    max-width: 180px;
    filter: brightness(0) invert(1);
}

.av-footer-desc {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.7;
}

.av-footer-title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 12px;
}

.av-footer-line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #0ea5e9);
    margin-bottom: 18px;
    border-radius: 2px;
}

/* --- Footer Social Icons --- */
.av-footer-social {
    display: flex;
    gap: 10px;
}

.av-fsocial-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.av-fsocial-icon:hover {
    background-color: #3b82f6;
    color: #ffffff;
    transform: translateY(-2px);
}

/* --- Footer Address --- */
.av-address-details {
    font-style: normal;
    line-height: 1.7;
    font-size: 13px;
}

.av-addr-icon {
    color: #3b82f6;
    margin-right: 8px;
    font-size: 13px;
}

/* --- Opening Hours --- */
.av-opening-hours li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
}

.av-opening-hours li:last-child {
    border-bottom: none;
}

.av-day {
    color: #d1d5db;
    font-weight: 500;
}

.av-time {
    color: #9ca3af;
}

.av-ext-link {
    margin-top: 10px;
    font-size: 13px;
}

.av-ext-link i {
    font-size: 11px;
    margin-right: 4px;
}

/* --- Useful Links --- */
.av-useful-links {
    text-align: left;
}

.av-useful-links li {
    padding: 5px 0;
}

.av-useful-links .av-footer-link {
    font-size: 13px;
}

.av-useful-links .av-footer-link i {
    font-size: 9px;
    margin-right: 6px;
    color: #3b82f6;
    transition: transform 0.3s ease;
}

.av-useful-links .av-footer-link:hover i {
    transform: translateX(3px);
}

/* --- Footer Links --- */
.av-footer-link {
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.av-footer-link:hover {
    color: #3b82f6;
    transform: translateX(5px);
}

/* --- Bottom Bar --- */
.av-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #0b0f19;
    font-size: 13px;
    margin-top: 40px;
    padding: 15px 0;
    color: #6b7280;
}

.av-credit {
    color: #0ea5e9;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.av-credit:hover {
    color: #3b82f6;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .av-hero-title {
        margin-top: 20px;
    }
    .av-calendar {
        margin-left: 0;
    }
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, #000000));
    background-color: #2c3036;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))
initial
);
}

/* =============================================
   About Us Page Styles
   ============================================= */

/* --- About Banner --- */
.av-about-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-about-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-about-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-about-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-about-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- About Content Area --- */
.av-about-content {
    background-color: #ffffff;
    padding: 50px 0 40px;
}

/* --- Who We Are Section --- */
.av-whoweare-section {
    margin-bottom: 30px;
}

.av-whoweare-heading {
    font-size: 28px;
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
}

.av-whoweare-line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 25px;
}

.av-whoweare-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* --- Gallery Placeholder --- */
.av-gallery-placeholder {
    font-size: 13px;
    color: #999;
    margin-bottom: 35px;
}

/* --- Company Blocks --- */
.av-company-block {
    margin-bottom: 30px;
}

.av-company-title {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

.av-company-logo {
    max-width: 150px;
    margin-bottom: 15px;
}

.av-company-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* --- About Page Responsive --- */
@media (max-width: 767px) {
    .av-about-banner-title {
        font-size: 28px;
    }

    .av-whoweare-heading {
        font-size: 22px;
    }

    .av-company-title {
        font-size: 18px;
    }

    .av-company-logo {
        max-width: 120px;
    }
}

/* =============================================
   Awards & Achievements Page Styles
   ============================================= */

/* --- Awards Banner --- */
.av-awards-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-awards-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-awards-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-awards-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-awards-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Blue Separator --- */
.av-awards-separator {
    width: 100%;
    height: 4px;
    background-color: #3498db;
}

/* --- Awards Content --- */
.av-awards-content {
    background-color: #ffffff;
    padding: 40px 0 50px;
}

.av-award-image-block {
    text-align: center;
    margin-bottom: 30px;
}

.av-award-img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* --- Dropdown Menu Styles --- */
.av-dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 0;
    min-width: 220px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.av-dropdown-item {
    font-size: 13px;
    color: #555;
    padding: 8px 20px;
    transition: background-color 0.3s, color 0.3s;
}

.av-dropdown-item:hover {
    background-color: #000000;
    color: #ffffff !important;
}

.av-dropdown-item.active {
    background-color: #333333;
    color: #ffffff !important;
}

/* --- Awards Page Responsive --- */
@media (max-width: 767px) {
    .av-awards-banner-title {
        font-size: 26px;
    }
}

/* =============================================
   Management Page Styles
   ============================================= */

/* --- Management Banner --- */
.av-mgmt-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-mgmt-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-mgmt-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-mgmt-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-mgmt-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Management Content --- */
.av-mgmt-content {
    background-color: #ffffff;
    padding: 50px 0 40px;
}

/* --- Section Titles --- */
.av-mgmt-section-title {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

/* --- CEO / Deputy Photo --- */
.av-mgmt-photo {
    max-width: 200px;
    width: 100%;
    height: auto;
}

/* --- Bio Text --- */
.av-mgmt-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

/* --- Department Blocks --- */
.av-dept-block {
    margin-bottom: 8px;
}

.av-dept-heading {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.av-dept-person {
    font-size: 14px;
    color: #888;
    margin-bottom: 2px;
}

/* --- Divider Line --- */
.av-mgmt-divider {
    width: 60%;
    height: 1px;
    background-color: #ddd;
    margin: 30px auto;
}

/* --- Management Page Responsive --- */
@media (max-width: 767px) {
    .av-mgmt-banner-title {
        font-size: 28px;
    }

    .av-mgmt-section-title {
        font-size: 20px;
    }

    .av-mgmt-photo {
        max-width: 160px;
    }
}

/* =============================================
   Passenger GSA Page Styles
   ============================================= */

/* --- Passenger GSA Banner --- */
.av-psgr-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-psgr-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-psgr-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-psgr-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-psgr-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Passenger GSA Content --- */
.av-psgr-content {
    background-color: #ffffff;
    padding: 50px 0 60px;
}

/* --- Intro Text --- */
.av-psgr-intro {
    margin-bottom: 35px;
}

.av-psgr-intro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* --- Service Tabs --- */
.av-psgr-tabs-wrapper {
    margin-top: 10px;
}

.av-psgr-tabs {
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.av-psgr-tab {
    background-color: #f0f0f0;
    border: none;
    border-bottom: 2px solid transparent;
    color: #555;
    font-size: 14px;
    padding: 12px 25px;
    margin-right: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.av-psgr-tab:hover {
    background-color: #e8e8e8;
    color: #333;
}

.av-psgr-tab.active {
    background-color: #e8e8e8;
    color: #333;
    border-bottom: 2px solid #333;
}

/* --- Tab Content --- */
.av-psgr-tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 25px 20px;
}

.av-psgr-tab-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* --- Bullet List --- */
.av-psgr-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.av-psgr-list li {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding: 3px 0;
}

/* --- Passenger GSA Responsive --- */
@media (max-width: 767px) {
    .av-psgr-banner-title {
        font-size: 28px;
    }

    .av-psgr-tab {
        font-size: 12px;
        padding: 10px 15px;
    }
}

/* =============================================
   Ad-hoc Chartering Page Styles
   ============================================= */

/* --- Chartering Banner --- */
.av-charter-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-charter-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-charter-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-charter-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-charter-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Chartering Content --- */
.av-charter-content {
    background-color: #ffffff;
    padding: 50px 0 80px;
}

/* --- Chartering Bullet List --- */
.av-charter-list {
    padding-left: 20px;
}

.av-charter-list li {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 4px 0;
}

/* --- Chartering Responsive --- */
@media (max-width: 767px) {
    .av-charter-banner-title {
        font-size: 28px;
    }
}

/* =============================================
   Aviation Services Page Styles
   ============================================= */

/* --- Aviation Services Banner --- */
.av-avtsvc-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-avtsvc-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-avtsvc-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-avtsvc-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-avtsvc-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Aviation Services Content --- */
.av-avtsvc-content {
    background-color: #ffffff;
    padding: 50px 0 80px;
}

/* --- Aviation Services List --- */
.av-avtsvc-list {
    padding-left: 20px;
}

.av-avtsvc-list li {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 4px 0;
}

/* --- Aviation Services Responsive --- */
@media (max-width: 767px) {
    .av-avtsvc-banner-title {
        font-size: 28px;
    }
}

/* =============================================
   The Search Associates Page Styles
   ============================================= */

/* --- Search Associates Banner --- */
.av-search-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-search-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-search-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-search-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-search-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Search Associates Content --- */
.av-search-content {
    background-color: #ffffff;
    padding: 50px 0 80px;
    min-height: 200px;
}

/* --- Search Associates Responsive --- */
@media (max-width: 767px) {
    .av-search-banner-title {
        font-size: 28px;
    }
}

/* =============================================
   MED Care 4 U Page Styles
   ============================================= */

/* --- MED Care Banner --- */
.av-medcare-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-medcare-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-medcare-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-medcare-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-medcare-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- MED Care Content --- */
.av-medcare-content {
    background-color: #ffffff;
    padding: 50px 0 40px;
}

/* --- MED Care Title --- */
.av-medcare-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

/* --- MED Care Bullet List --- */
.av-medcare-bullets {
    padding-left: 20px;
    margin-bottom: 20px;
}

.av-medcare-bullets li {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 2px 0;
}

/* --- MED Care Text --- */
.av-medcare-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* --- MED Care Principles List --- */
.av-medcare-principles {
    padding-left: 35px;
    margin-bottom: 20px;
    list-style-type: circle;
}

.av-medcare-principles li {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 2px 0;
}

/* --- MED Care Image --- */
.av-medcare-img {
    max-width: 100%;
    border-radius: 3px;
    margin-top: 40px;
}

/* --- MED Care Photo Gallery --- */
.av-medcare-gallery {
    background-color: #333333;
    padding: 40px 0;
}

.av-medcare-gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: opacity 0.3s;
}

.av-medcare-gallery-img:hover {
    opacity: 0.85;
}

/* --- MED Care Responsive --- */
@media (max-width: 767px) {
    .av-medcare-banner-title {
        font-size: 28px;
    }

    .av-medcare-img {
        margin-top: 10px;
    }

    .av-medcare-gallery-img {
        height: 140px;
    }
}

/* =============================================
   Lakshmipasha Adarsa Mohila College Page Styles
   ============================================= */

/* --- College Banner --- */
.av-college-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-college-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.av-college-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-college-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-college-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- College Content --- */
.av-college-content {
    background-color: #ffffff;
    padding: 50px 0 40px;
}

/* --- College Introduction Title --- */
.av-college-intro-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

/* --- College Text --- */
.av-college-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* --- College Photo Gallery --- */
.av-college-gallery {
    background-color: #333333;
    padding: 40px 0;
}

.av-college-gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: opacity 0.3s;
}

.av-college-gallery-img:hover {
    opacity: 0.85;
}

/* --- College Responsive --- */
@media (max-width: 767px) {
    .av-college-banner-title {
        font-size: 22px;
    }

    .av-college-gallery-img {
        height: 140px;
    }
}

/* =============================================
   Partners Page Styles
   ============================================= */

/* --- Partners Banner --- */
.av-partner-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-partner-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-partner-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-partner-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-partner-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Partners Content --- */
.av-partner-content {
    background-color: #ffffff;
    padding: 50px 0 60px;
}

/* --- Partners Main Title --- */
.av-partner-main-title {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 25px;
}

/* --- Country Title (underlined) --- */
.av-partner-country-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    margin-bottom: 15px;
}

.av-partner-country-gap {
    margin-top: 30px;
}

/* --- Partner Name (bold) --- */
.av-partner-name {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    margin-bottom: 5px;
}

/* --- Partner Detail --- */
.av-partner-detail {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.6;
}

/* --- Partner Gap Spacer --- */
.av-partner-gap {
    margin-bottom: 10px;
}

/* --- Partners Responsive --- */
@media (max-width: 767px) {
    .av-partner-banner-title {
        font-size: 28px;
    }

    .av-partner-main-title {
        font-size: 18px;
    }
}

/* =============================================
   Contact Us Page Styles
   ============================================= */

/* --- Contact Banner --- */
.av-contact-banner {
    background-color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}

.av-contact-banner-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.av-contact-breadcrumb {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 13px;
    color: #999;
}

.av-contact-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.av-contact-breadcrumb a:hover {
    text-decoration: underline;
}

/* --- Contact Content --- */
.av-contact-content {
    background-color: #ffffff;
    padding: 50px 0 60px;
}

/* --- Contact Form --- */
.av-contact-form {
    max-width: 100%;
}

.av-contact-field {
    margin-bottom: 8px;
}

.av-contact-label {
    font-size: 14px;
    color: #555;
    font-style: italic;
    display: block;
    margin-bottom: 3px;
}

.av-contact-input {
    width: 100%;
    max-width: 320px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    outline: none;
}

.av-contact-input:focus {
    border-color: #999;
}

.av-contact-textarea {
    width: 100%;
    max-width: 320px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    resize: vertical;
    outline: none;
}

.av-contact-textarea:focus {
    border-color: #999;
}

.av-contact-file {
    font-size: 13px;
    color: #555;
}

.av-contact-submit {
    display: inline-block;
    background-color: #555;
    color: #ffffff;
    border: none;
    padding: 6px 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 8px;
    transition: background-color 0.3s;
}

.av-contact-submit:hover {
    background-color: #333;
}

/* --- Contact Address Section --- */
.av-contact-address-title {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.av-contact-address-line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 25px;
}

.av-contact-company-name {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    margin-bottom: 5px;
}

.av-contact-address-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.6;
}

.av-contact-tel {
    margin-top: 15px;
}

.av-contact-email-label {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
}

.av-contact-email-link {
    color: #6699cc;
    text-decoration: none;
}

.av-contact-email-link:hover {
    text-decoration: underline;
}

/* --- Contact Map --- */
.av-contact-map {
    width: 100%;
    border-radius: 3px;
    margin-top: 10px;
}

/* --- Contact Responsive --- */
@media (max-width: 767px) {
    .av-contact-banner-title {
        font-size: 28px;
    }

    .av-contact-input,
    .av-contact-textarea {
        max-width: 100%;
    }
}

/* =============================================
   V2: Modernization & Advanced Responsive Overrides
   ============================================= */

/* Modern Touches */
.av-dropdown-menu {
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.av-plane-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.av-hero-flag {
    border-radius: 5px;
}

.av-plane-overlay {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.av-top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Base Responsive Typography */
@media (max-width: 991px) {
    .av-hero-title {
        font-size: 22px;
        margin-top: 15px;
    }
    .av-overlay-text {
        font-size: 1.2rem;
    }
    .av-plane-overlay {
        bottom: 15%;
        right: 5%;
        padding: 8px 15px;
    }
    .av-footer-title {
        margin-top: 20px;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    /* Top Bar Reorganization */
    .av-top-bar {
        padding: 8px 0;
    }
    .av-top-bar .container {
        flex-direction: column !important;
        gap: 8px;
    }
    .av-social-links {
        margin: 0 !important;
        display: flex;
        justify-content: center;
        gap: 18px;
    }
    .av-social-links a {
        margin-left: 0;
        font-size: 15px;
    }
    .av-contact-info {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
        font-size: 12px;
    }
    .av-contact-info span {
        margin-left: 0;
        display: flex;
        align-items: center;
    }

    /* Navbar */
    .av-main-logo {
        max-height: 50px;
    }
    .navbar-toggler {
        padding: 5px 10px;
    }

    /* Hero */
    .av-hero-section {
        padding: 30px 0;
    }
    .av-hero-title {
        font-size: 20px;
    }
    .av-flag-container {
        margin-top: 15px !important;
    }
    .av-hero-flag {
        width: 140px;
    }
    .av-plane-overlay {
        bottom: 5%;
        right: 3%;
        padding: 6px 12px;
        border-radius: 4px;
    }
    .av-overlay-text {
        font-size: 1rem;
    }

    /* Typography & Spacing */
    .av-section-heading {
        font-size: 26px;
        margin-bottom: 30px !important;
    }
    .av-description-text {
        font-size: 14px;
    }

    /* Footer */
    .av-footer {
        text-align: center;
        padding: 35px 0 0;
    }
    .av-footer-logo {
        max-width: 150px;
    }
    .av-footer-social {
        justify-content: center;
    }
    .av-footer-line {
        margin: 10px auto 15px;
    }
    .text-start .av-footer-line {
        margin-left: 0;
        margin-right: 0;
    }
    .av-footer-title {
        margin-top: 10px;
        font-size: 14px;
    }
    .av-useful-links {
        text-align: left;
    }
    .av-opening-hours li {
        gap: 15px;
    }
    .text-start .av-opening-hours li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 4px 0;
    }
    .av-address-details {
        font-size: 12px;
    }
    .av-bottom-bar {
        margin-top: 25px;
    }

    /* Pages Banners */
    .av-about-banner,
    .av-awards-banner,
    .av-mgmt-banner,
    .av-psgr-banner,
    .av-charter-banner,
    .av-avtsvc-banner,
    .av-search-banner,
    .av-medcare-banner,
    .av-college-banner,
    .av-partner-banner,
    .av-contact-banner {
        padding: 30px 0 25px;
    }
    
    .av-about-banner-title,
    .av-awards-banner-title,
    .av-mgmt-banner-title,
    .av-psgr-banner-title,
    .av-charter-banner-title,
    .av-avtsvc-banner-title,
    .av-search-banner-title,
    .av-medcare-banner-title,
    .av-college-banner-title,
    .av-partner-banner-title,
    .av-contact-banner-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    /* Contact Form & Specifics */
    .av-contact-input,
    .av-contact-textarea {
        max-width: 100%;
        width: 100%;
    }
    .av-contact-address-title {
        font-size: 24px;
        margin-top: 30px;
    }
    .av-contact-map {
        margin-top: 20px;
        height: 250px;
    }
    .av-mgmt-photo {
        max-width: 150px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .av-medcare-img {
        margin-top: 20px;
    }
    
    /* Tabs */
    .av-psgr-tabs {
        display: flex;
        flex-direction: column;
    }
    .av-psgr-tab {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
        margin-right: 0;
    }
    .av-psgr-tab.active {
        border-bottom: 1px solid #333;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .av-overlay-text {
        font-size: 0.9rem;
    }
    .av-plane-overlay {
        bottom: 5%;
        right: 2%;
        padding: 5px 10px;
    }
    .av-section-heading {
        font-size: 22px;
    }
}

/* Desktop Dropdown Hover */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}