body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #333;
    color: #fff;
    padding: 15px;
}

nav a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}

h1 {
    margin-left: 20px;
}

footer {
    text-align: center;
    padding: 20px;
    background: #f4f4f4;
}

input {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.divider {
    height: 15px;
    width: 1px;
    background: #bcd6e2;
    display: inline-block;
    margin: 0 10px;
}

.social-icons a {
    color: white;
    margin-left: 15px;
    font-size: 16px;
    text-decoration: none;
}

.social-icons a:hover {
    opacity: 0.7;
}
.full-width-img {
    width: 100%;
    height: auto;
    display: block;
}
.welcome-section {
    padding: 40px 30px;
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin-left: 200px;
}

@media (max-width: 1000px) {
    .welcome-section {
        margin-left: 20px;
    }
}

/* Mobile */
@media (max-width: 768px) {
   .welcome-section {
        margin-left: 20px;
    }
}

.welcome-title {
    color: #d64f97;   /* pink color */
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.welcome-underline {
    width: 60px;
    height: 4px;
    background: #0b6fbf; /* blue underline */
    margin: 5px 0 20px 0;
}

.school-name {
    color: #0b6fbf;   /* blue heading */
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.motto {
    font-size: 20px;
    color: #241c75;   /* dark purple text */
    margin-bottom: 20px;
}

.motto i {
    color: #0b6fbf;   /* blue quote icon */
    margin-right: 8px;
    font-size: 22px;
}

.description {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.read-more {
    color: #d64f97;   /* pink link */
    font-weight: 600;
    text-decoration: none;
}

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


.desk-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 90px 0;
    background: #eaf4f6; /* light pattern background if needed */
    flex-wrap: wrap;
}

.desk-card {
    background: #fff;
    width: 460px;
    border-radius: 6px;
    padding: 40px 45px;
    text-align: center;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
}

.desk-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -90px;
    border: 5px solid white;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.12);
}

.desk-title {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 15px;
    color: #0b6fbf;
}

.desk-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
}

.desk-btn {
    display: inline-block;
    border: 2px solid #c7c7c7;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.desk-btn i {
    margin-left: 10px;
    color: #0b6fbf;
}

.desk-btn:hover {
    border-color: #0b6fbf;
}

/* Bottom Title Section */
.salient-section {
    padding: 20px 120px 80px;
    background: #eaf4f6;
}

@media (max-width: 1000px) {
    .salient-section {
        padding: 40px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .salient-section {
        padding: 20px;
    }
}

.mini-heading {
    color: #c73b8e;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.mini-underline {
    width: 55px;
    height: 4px;
    background: #0b6fbf;
    margin: 4px 0 16px;
}

.salient-title {
    font-size: 42px;
    color: #0b6fbf;
    font-weight: 700;
    margin-bottom: 20px;
}

.salient-text {
    font-size: 17px;
    color: #444;
    width: 65%;
    line-height: 1.8;
}

.salient-text .salient-read {
    color: #c73b8e;
    font-weight: 600;
    text-decoration: none;
}

.salient-read:hover {
    text-decoration: underline;
}

.features-gallery {
    display: flex;
    gap: 0;
    /* overflow: hidden; */
    width: 100%;
}

.feature-box {
    position: relative;
    width: 25%;
    height: 380px;
    /* overflow: hidden; */
}

.feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.feature-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background: rgba(0,0,0,0.55);
    transition: 0.5s;
    line-height: 34px;
}
@media (max-width: 768px) {
    .features-gallery {
        display: block;
        /* gap: 0; */
        /* overflow: hidden; */
        width: 100%;
    }
    .feature-text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 25px;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        background: rgba(0,0,0,0.55);
        transition: 0.5s;
        line-height: 34px;
    }
    .feature-text {
        font-size: 16px;
    }
    .feature-box {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .features-gallery {
        display: block;
        /* gap: 0; */
        /* overflow: hidden; */
        width: 100%;
    }
    .feature-box {
        width: 100%;
    }
}
/* ⭐ Hover effect: hide text + zoom image */
.feature-box:hover .feature-text {
    opacity: 0;
    visibility: hidden;
}

.feature-box:hover img {
    transform: scale(1.08);
}
.activities-section {
    text-align: center;
    padding: 70px 0;
}

.sub-title {
    color: #d63b88;
    letter-spacing: 2px;
    font-size: 14px;
}

.title {
    font-size: 45px;
    font-weight: 700;
    color: #0e7cc4;
    margin-bottom: 60px;
}

.activities-wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.activity-card {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 4px solid #e5e5e5;
    padding: 40px;
    background: #fff;
    text-align: center;
    position: relative;
    transition: .45s;
    cursor: pointer;
}

.activity-card:hover {
    transform: translateY(-18px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.15);
}

.center-card {
    border: 6px solid #0c6db1;
    background: #0e7bc8;
    color: #fff;
}

.activity-card .number {
    background: #1d70f2;
    color: white;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin: -65px auto 20px;
}

.center-card .number {
    background: #ffffff;
    color: #0e7bc8;
}

.activity-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.activity-card p {
    font-size: 15px;
    line-height: 22px;
}

.activity-card a {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    color: #e42994;
    font-weight: 500;
    text-decoration: none;
}
.rules-section {
  position: relative;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}

.rules-bg {
  background: url("../img/home/rules_background1.jpg") center/cover no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;               /* Dark overlay effect */
  filter: brightness(0.35);
}

.rules-content {
  width: 85%;
  margin: auto;
  text-align: center;
}

.school-title {
  color: #e5338a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.rules-title {
  font-size: 40px;
  font-weight: 700;
  color: #1aa1e4;
  margin-bottom: 40px;
}

.rules-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1000px) {
    .rules-row {
        display: block;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .rules-row {
        display: block;
    }
}

.rules-img img {
  width: 480px;
  border-radius: 6px;
}

.rules-text {
  max-width: 650px;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

.rules-text ol {
  padding-left: 20px;
}

.read-more {
  display: inline-block;
  color: #ff5bb2;
  margin-top: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.read-more:hover {
  letter-spacing: 1px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background: #005b8d;
  border-radius: 0;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
  padding: 10px 20px;
}

.dropdown-menu .dropdown-item:hover {
  background: #ffb703;
}



/* Page fade-in */
body {
    opacity: 0;
    animation: slideLeft 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.section-animate {
    opacity: 0;
    transform: translateY(30px);
    animation: slideLeft 1s ease forwards;
}

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

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes blurReveal {
    0% {
        opacity: 0;
        filter: blur(15px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

