.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1470 .elementor-element.elementor-element-03dc5c2{width:var( --container-widget-width, 99.554% );max-width:99.554%;--container-widget-width:99.554%;--container-widget-flex-grow:0;}.elementor-1470 .elementor-element.elementor-element-03dc5c2 .elementor-menu-toggle{margin:0 auto;}.elementor-1470 .elementor-element.elementor-element-03dc5c2 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1470 .elementor-element.elementor-element-03dc5c2 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1470 .elementor-element.elementor-element-03dc5c2 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1470 .elementor-element.elementor-element-03dc5c2 .elementor-nav-menu--main .elementor-item:focus{color:#fff;}.elementor-1470 .elementor-element.elementor-element-812e352 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS *//* ===================================
   FACILITIES PAGE - PERFECTED
   =================================== */

/* Main Container */
.facilities-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #ffffff;
}

/* Page Header */
.facilities-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 50px 30px;
    background: linear-gradient(135deg, #720000 0%, #7c1000 50%, #d39b00 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(114, 0, 0, 0.3);
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

.facilities-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

.facilities-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Video Section */
.video-section {
    margin: 50px 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(114, 0, 0, 0.2);
    position: relative;
    transition: all 0.4s ease;
}

.video-container:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 60px rgba(114, 0, 0, 0.3);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Facilities Sections */
.facilities-section {
    margin: 60px 0;
    animation: fadeInUp 0.8s ease-out both;
}

.facilities-section:nth-child(1) { animation-delay: 0.3s; }
.facilities-section:nth-child(2) { animation-delay: 0.4s; }

/* Section Header - FIXED WHITE TEXT */
.section-header {
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    padding: 30px 40px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
}

.section-header h2 {
    color: #ffffff !important;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-icon {
    font-size: 36px;
    display: inline-block;
    color: #ffffff !important;
}

/* Section Content */
.section-content {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 0 0 15px 15px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #f0f0f0;
    border-top: none;
}

/* Facility Item */
.facility-item {
    margin-bottom: 40px;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    border-left: 5px solid #720000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.facility-item:last-child {
    margin-bottom: 0;
}

.facility-item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(211, 155, 0, 0.05) 0%, transparent 70%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.facility-item:hover::before {
    top: -25%;
    right: -25%;
}

.facility-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 35px rgba(114, 0, 0, 0.15);
    border-left-width: 8px;
}

/* Facility Icon */
.facility-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(114, 0, 0, 0.3);
}

/* Facility Title */
.facility-title {
    font-size: 22px;
    font-weight: 700;
    color: #720000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.facility-title::before {
    content: '▸';
    font-size: 24px;
    color: #d39b00;
}

/* Facility Content */
.facility-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.facility-content p {
    margin-bottom: 15px;
}

.facility-content p:last-child {
    margin-bottom: 0;
}

.facility-content strong {
    color: #720000;
    font-weight: 700;
}

.facility-content a {
    color: #720000 !important;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.facility-content a:hover {
    color: #d39b00 !important;
    text-decoration: none;
}

.facility-content a::after {
    content: ' →';
    margin-left: 3px;
}

/* Info Box */
.info-box {
    padding: 25px;
    background: linear-gradient(135deg, rgba(114, 0, 0, 0.05) 0%, rgba(211, 155, 0, 0.05) 100%);
    border-left: 5px solid #d39b00;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.info-box strong {
    color: #720000;
    font-size: 18px;
}

.info-box ul {
    margin: 15px 0 0 0;
    padding-left: 20px;
}

.info-box li {
    margin: 10px 0;
    line-height: 1.6;
}

/* ===================================
   ANIMATIONS
   =================================== */

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media screen and (max-width: 1024px) {
    .facilities-container {
        padding: 40px 15px;
    }
    
    .facilities-title {
        font-size: 40px;
    }
    
    .section-header {
        padding: 25px 30px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .facilities-header {
        padding: 40px 20px;
    }
    
    .facilities-title {
        font-size: 32px;
    }
    
    .section-header {
        padding: 20px 25px;
    }
    
    .section-header h2 {
        font-size: 24px;
        gap: 10px;
    }
    
    .section-icon {
        font-size: 28px;
    }
    
    .section-content {
        padding: 30px 25px;
    }
    
    .facility-item {
        padding: 25px 20px;
    }
    
    .facility-title {
        font-size: 20px;
    }
    
    .facility-content {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .facilities-container {
        padding: 30px 10px;
    }
    
    .facilities-header {
        padding: 30px 15px;
    }
    
    .facilities-title {
        font-size: 26px;
    }
    
    .section-header {
        padding: 18px 20px;
    }
    
    .section-header h2 {
        font-size: 20px;
        gap: 8px;
    }
    
    .section-icon {
        font-size: 24px;
    }
    
    .section-content {
        padding: 25px 20px;
    }
    
    .facility-item {
        padding: 20px 15px;
    }
    
    .facility-title {
        font-size: 18px;
    }
    
    .facility-content {
        font-size: 14px;
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .facilities-container {
        padding: 20px;
    }
    
    .facilities-header {
        background: #720000;
        box-shadow: none;
    }
    
    .facility-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .facilities-header::before,
    .facility-item::before {
        display: none;
    }
}/* End custom CSS */