/* Homepage Styles */

/* SEO Intro Section */
.page-content .seo-intro {
    padding: 40px 0;
}
.page-content .seo-intro h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.page-content .seo-intro p {
    color: #555;
    line-height: 2;
    font-size: 15px;
}

/* Slider */
.owl-fade-one .item {
    height: 500px;
    background-size: cover !important;
}
@media screen and (max-width: 600px) {
    .owl-fade-one .item {
        height: 250px;
    }
}

/* Announcements */
.announcements-section .announcement-item {
    border-right: 3px solid #f57c00;
    padding: 15px 20px;
    margin-bottom: 12px;
    background: #fffaf5;
    border-radius: 0 6px 6px 0;
    transition: all 0.2s ease;
    border-bottom: none !important;
}
.announcements-section .announcement-item:hover {
    background: #fff3e0;
    border-right-color: #e65100;
    transform: translateX(-3px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.announcements-section .announcement-item:last-child {
    margin-bottom: 0;
}
.announcements-section .announcement-title {
    font-weight: 600;
    color: #333;
    transition: color 0.2s;
}
.announcements-section .announcement-item:hover .announcement-title {
    color: #e65100;
}
.announcements-section .announcement-date {
    background: #f57c00;
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    display: inline-block;
    margin-top: 6px;
}
.announcements-section .announcement-summary {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 4px;
}
.announcements-section .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.announcements-section .section-heading h4 {
    margin: 0;
    position: relative;
    padding-right: 15px;
}
.announcements-section .section-heading h4::before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: #f57c00;
    border-radius: 2px;
}

/* Classrooms / Boxes */
.box {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}
.box-header {
    color: #172b4c;
    display: block;
    padding: 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box-body {
    padding: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 10px;
}

/* Map */
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 500px;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 500px;
}
.gmap_iframe {
    height: 500px !important;
}

/* Footer */
.footer-social-icons .site-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 4px;
    transition: all 0.3s ease;
    background: #fff;
}
.footer-social-icons .site-button-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.footer-social-icons .site-button-link i {
    margin: 0;
}
.footer-social-icons .site-button-link.whatsapp { color: #25D366; }
.footer-social-icons .site-button-link.instagram { color: #E4405F; }
.footer-social-icons .site-button-link.twitter { color: #1DA1F2; }
