.elementor-67 .elementor-element.elementor-element-a2b5cb6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-67 .elementor-element.elementor-element-a2b5cb6:not(.elementor-motion-effects-element-type-background), .elementor-67 .elementor-element.elementor-element-a2b5cb6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://adlercollege.pk/wp-content/uploads/2026/06/mobile-students-6LYRQ3W.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-67 .elementor-element.elementor-element-a2b5cb6 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(110deg, var( --e-global-color-primary ) 53%, var( --e-global-color-7b1170c ) 100%);opacity:0.9;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-67 .elementor-element.elementor-element-a2b5cb6{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-103px;margin-bottom:0px;padding:14em 0em 10em 0em;}.elementor-67 .elementor-element.elementor-element-3283ba2d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:50px 0px 0px 0px;}.elementor-67 .elementor-element.elementor-element-3283ba2d .elementor-heading-title{font-family:var( --e-global-typography-ff959e9-font-family ), Sans-serif;font-size:var( --e-global-typography-ff959e9-font-size );font-weight:var( --e-global-typography-ff959e9-font-weight );text-transform:var( --e-global-typography-ff959e9-text-transform );line-height:var( --e-global-typography-ff959e9-line-height );color:var( --e-global-color-3ad29f8 );}@media(max-width:1024px){.elementor-67 .elementor-element.elementor-element-3283ba2d .elementor-heading-title{font-size:var( --e-global-typography-ff959e9-font-size );line-height:var( --e-global-typography-ff959e9-line-height );}}@media(max-width:767px){.elementor-67 .elementor-element.elementor-element-a2b5cb6{padding:10em 0em 8em 0em;}.elementor-67 .elementor-element.elementor-element-3283ba2d{text-align:center;}.elementor-67 .elementor-element.elementor-element-3283ba2d .elementor-heading-title{font-size:var( --e-global-typography-ff959e9-font-size );line-height:var( --e-global-typography-ff959e9-line-height );}}@media(min-width:768px){.elementor-67 .elementor-element.elementor-element-26592d05{width:50.263%;}.elementor-67 .elementor-element.elementor-element-7077c2a1{width:49.737%;}}/* Start custom CSS for html, class: .elementor-element-e74149f *//* --- Global Theme Sync --- */
:root {
    --primary-blue: #1b2d42;
    --accent-yellow: #ffcc00;
    --text-dark: #333333;
    --text-light: #777777;
    --white: #ffffff;
}

.facilities-intro {
    padding: 60px 0;
    background-color: var(--white);
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

.split-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- Left Text Panel --- */
.intro-text {
    flex: 1.2;
}

.sub-heading {
    color: var(--accent-yellow);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.intro-text h2 {
    color: var(--primary-blue);
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.intro-text p {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

/* --- Right Image Panel --- */
.intro-image-wrapper {
    flex: 1;
    position: relative;
    width: 100%;
}

.img-container {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* Enforces a 3:2 landscape ratio aspect framework */
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
}

.intro-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fixed positioning offset frame that matches your design styling */
.image-yellow-frame {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid var(--accent-yellow);
    border-radius: 4px;
    z-index: 1;
}

/* --- Responsive Layout for Mobile/Tablets --- */
@media (max-width: 991px) {
    .split-layout {
        flex-direction: column;
        gap: 50px;
        text-align: left;
    }
    
    .intro-image-wrapper {
        max-width: 550px;
        margin: 0 auto;
        padding-right: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd40a7a *//* --- Global Theme Integration --- */
:root {
    --primary-blue: #1b2d42;
    --accent-yellow: #ffcc00;
    --text-dark: #222222;
    --text-light: #666666;
    --bg-light: #f9fbfd;
    --white: #ffffff;
}

.core-facilities {
    background-color: var(--bg-light);
    padding: 80px 0;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.sub-heading {
    color: var(--accent-yellow);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.section-header h2 {
    color: var(--primary-blue);
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 24px 0;
    line-height: 1.2;
    text-align: center;
}

/* --- Navigation Filter Menu Row --- */
.facility-filter-menu {
    margin: 25px 0 50px 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 2px solid #e2e8f0;
    color: var(--primary-blue);
    padding: 10px 26px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
}

.filter-btn.active, .filter-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

/* --- Card Grid Layout --- */
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 30px;
}

.facility-card {
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(27, 45, 66, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
}

.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(27, 45, 66, 0.12);
}

.card-img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
}

.card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Card Content --- */
.card-body {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.facility-icon {
    color: var(--primary-blue);
    background-color: var(--accent-yellow);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.card-body h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: var(--primary-blue);
}

.card-body p {
    color: var(--text-light);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* --- Mobile Responsive Rules --- */
@media (max-width: 768px) {
    .facilities-grid {
        grid-template-columns: 1fr;
    }
    .filter-btn {
        width: 46%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2a7cb6 *//* --- Global Variables --- */
:root {
    --primary-blue: #1b2d42;
    --accent-yellow: #ffcc00;
    --text-dark: #222222;
    --text-light: #666666;
    --bg-light: #ffffff;
    --bg-pane: #f8fafc;
    --white: #ffffff;
}

.admission-eligibility {
    background-color: var(--bg-light);
    padding: 80px 0;
}

.section-desc {
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 50px auto;
    font-size: 15px;
}

/* --- Layout Architecture Wrapper --- */
.eligibility-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Left Vertical Navigation Column */
.eligibility-tabs {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tab-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 18px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.tab-item:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.tab-item.active {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
}

.tab-icon {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background: rgba(27, 45, 66, 0.06);
    color: var(--primary-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.25s;
}

.tab-item.active .tab-icon {
    background: var(--accent-yellow);
    color: var(--primary-blue);
}

.tab-item h4 {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-blue);
    transition: all 0.25s;
}

.tab-item.active h4 {
    color: var(--white);
}

.tab-item span {
    font-size: 12.5px;
    color: var(--text-light);
    transition: all 0.25s;
}

.tab-item.active span {
    color: #cbd5e1;
}

/* Right Content Display Box */
.eligibility-content {
    flex: 1;
    background: var(--bg-pane);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    min-height: 380px;
    overflow: hidden;
}

.content-pane {
    display: none;
    padding: 40px;
    animation: fadeInPane 0.4s ease forwards;
}

.content-pane.active {
    display: block;
}

.pane-grid {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 30px;
    align-items: center;
}

.pane-text h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    color: var(--primary-blue);
    font-weight: 800;
}

.pane-text p {
    color: var(--text-light);
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Bullet Requirement Details Row */
.req-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.req-list li {
    font-size: 14px;
    color: var(--text-dark);
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
}

.req-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-yellow);
    font-weight: 900;
}

/* Dynamic Image Frame Column */
.pane-image {
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pane-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Dynamic Tab Animation --- */
@keyframes fadeInPane {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Mobile Fixes Rules --- */
@media (max-width: 992px) {
    .eligibility-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .eligibility-tabs {
        flex: none;
        width: 100%;
    }
    .pane-grid {
        grid-template-columns: 1fr;
    }
    .pane-image {
        height: 200px;
        order: -1; /* Pushes image to the top on small mobile variants */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f8811 *//* --- Global Theme Integration --- */
:root {
    --primary-blue: #1b2d42;
    --accent-yellow: #ffcc00;
    --text-light: #666666;
    --bg-section: #ffffff;
    --white: #ffffff;
}

.campus-gallery-section {
    background-color: var(--bg-section);
    padding: 80px 0;
}

.section-desc {
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 50px auto;
    font-size: 15px;
    line-height: 1.6;
}

/* --- Masonry Aspect Grid Architecture --- */
.gallery-masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 24px;
}

/* Base Gallery Block Configurations */
.gallery-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f1f5f9;
    box-shadow: 0 4px 15px rgba(27, 45, 66, 0.04);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Masonry Multi-Row Spanning Layout Mixins */
.gallery-item.item-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.item-tall {
    grid-row: span 2;
}

/* --- Hover Text Overlay Layer --- */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(27, 45, 66, 0.92) 0%, rgba(27, 45, 66, 0.2) 65%, transparent 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.gallery-tag {
    color: var(--accent-yellow);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    transform: translateY(10px);
    transition: transform 0.35s ease;
}

.gallery-overlay h3 {
    color: var(--white);
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    transform: translateY(15px);
    transition: transform 0.35s ease 0.05s;
}

/* --- Trigger Animations on Hover --- */
.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-tag,
.gallery-item:hover .gallery-overlay h3 {
    transform: translateY(0);
}

/* --- Responsive Layout for Mobile/Tablets --- */
@media (max-width: 992px) {
    .gallery-masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
        gap: 20px;
    }
    .gallery-item.item-featured {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .gallery-masonry-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 240px;
    }
    .gallery-item.item-featured,
    .gallery-item.item-tall {
        grid-column: span 1;
        grid-row: span 1;
    }
    .gallery-overlay {
        padding: 20px;
    }
    .gallery-overlay h3 {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0aacf1 *//* --- Global Theme Integration --- */
:root {
    --primary-blue: #1b2d42;
    --accent-yellow: #ffcc00;
    --text-dark: #222222;
    --text-light: #666666;
    --bg-section: #f8fafc;
    --white: #ffffff;
}

.campus-faq-section {
    background-color: var(--bg-section);
    padding: 80px 0;
}

.section-desc {
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 50px auto;
    font-size: 15px;
    line-height: 1.6;
}

/* --- Layout Grid Architecture --- */
.faq-layout-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: flex-start;
}

/* --- Accordion Block Styling --- */
.faq-accordion-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item {
    background: var(--white);
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(27, 45, 66, 0.02);
    transition: border-color 0.25s;
}

.faq-accordion-item.active {
    border-color: var(--primary-blue);
}

.faq-trigger {
    padding: 22px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 20px;
}

.faq-trigger h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-blue);
}

/* Accordion Interactive Toggle Icon marker */
.faq-icon-marker {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon-marker::before,
.faq-icon-marker::after {
    content: "";
    position: absolute;
    background-color: var(--primary-blue);
    transition: transform 0.3s ease;
}

/* Horizontal line component */
.faq-icon-marker::before {
    top: 9px;
    left: 2px;
    width: 16px;
    height: 2px;
}

/* Vertical line component */
.faq-icon-marker::after {
    top: 2px;
    left: 9px;
    width: 2px;
    height: 16px;
}

.faq-accordion-item.active .faq-icon-marker::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-accordion-item.active .faq-icon-marker::before {
    transform: rotate(180deg);
}

/* Dynamic Panel Reveal Container */
.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion-item.active .faq-panel {
    max-height: 200px; /* Safe bounds overflow budget */
}

.faq-panel-inner {
    padding: 0 26px 22px 26px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 16px;
}

.faq-panel-inner p {
    margin: 0;
    color: var(--text-light);
    font-size: 14.5px;
    line-height: 1.6;
}

/* --- Support Card Box Sidebar --- */
.support-card-box {
    background: var(--primary-blue);
    padding: 40px 30px;
    border-radius: 8px;
    color: var(--white);
    text-align: center;
    box-shadow: 0 10px 30px rgba(27, 45, 66, 0.1);
}

.support-icon-badge {
    background-color: var(--accent-yellow);
    color: var(--primary-blue);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

.support-card-box h3 {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 700;
}

.support-card-box p {
    color: #cbd5e1;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.sidebar-contact-info {
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.08);
}

.info-row {
    margin-bottom: 10px;
    font-size: 13.5px;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-row strong {
    display: block;
    color: var(--accent-yellow);
    margin-bottom: 2px;
}

.info-row span {
    color: var(--white);
}

.sidebar-action-btn {
    display: block;
    background-color: var(--accent-yellow);
    color: var(--primary-blue);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.2s;
}

.sidebar-action-btn:hover {
    background-color: #e6b800;
}

/* --- Mobile Responsive Rule Setup --- */
@media (max-width: 992px) {
    .faq-layout-grid {
        grid-template-columns: 1fr;
    }
    .faq-support-sidebar {
        margin-top: 20px;
    }
}/* End custom CSS */