@font-face {
    font-family: Fredoka;
    src: url("../fonts/fredokaone-regular.ttf");
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/poppins-medium.ttf");
}
@font-face {
    font-family: Schoolbell;
    src: url("../fonts/schoolbell-regular.ttf");
}

/* variables */
:root {
    --header-color: #271344;
    --light-gray: #818090;
    --secondary-color: #212529;
    --red: #ff6666;
    --yellow: #ffc000;
    --green: #abcd52;
    --blue: #1ab9ff;
    --pink: #ff4880;
    --light-red: #ff66664d;
    --light-yellow: #ffc0004d;
    --light-green: #abcd524d;
    --light-blue: #1ab9ff4d;
    --light-pink: #ff48804d;
    --box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: "Work sans", sans-serif;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: capitalize;
}

body {
    scroll-padding-top: 5.5rem;
    overflow-x: hidden;
    height: 100%;
    /* background-color: #1ab9ff06; */
}
.container {
    width: 85%;
    margin: auto;
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

input {
    text-transform: lowercase;
}

/*================================================
Header Area CSS
=================================================*/
.header-section {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
}

.header-content {
    text-align: left;
    padding-left: 200px;
}

.header-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.header-content a:hover {
    color: #2f2c52;
}

.header-content span {
    color: #ff6015;
}

.top-header-social {
    text-align: right;
}

.top-header-social span {
    font-size: 16px;
}

.top-header-social i {
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
}

/* top header styling */
.topbar {
    background-color: #fff;
    color: var(--black);
    padding: 10px 0;
    width: 100% !important;
    z-index: 66;
}

.topbar .wrapper {
    justify-content: space-between;
    gap: 10px;
}
.topbar .contact-info {
    width: 70%;
}
.topbar .contact-info .contact-content span {
    font-size: 12px;
    font-family: "Work sans", sans-serif;
    font-weight: 500;
}
.topbar .contact-info .contact-content span i {
    color: var(--yellow);
}
.topbar .contact-info .contact-content .spacer {
    margin-left: 20px;
}

.topbar .social-icons i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

.topbar .social-icons .fa-facebook {
    background-color: var(--blue);
}
.topbar .social-icons .fa-twitter {
    background-color: var(--yellow);
}
.topbar .social-icons .fa-instagram {
    background-color: var(--red);
}
.topbar .social-icons .fa-envelope {
    background-color: var(--green);
}

/* navbar styling */
header {
    width: 100%;
    padding: 10px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--box-shadow);
    z-index: 100;
    background-color: #302c51;
    position: relative;
}

header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 5px 4%;
}

header .logo {
    color: var(--black);
    font-weight: bolder;
    width: 20%;
    display: inline-block;
    /* background-color: #1ab9ff; */
}

header .logo-img {
    width: 180px;
    position: absolute;
    top: 0px;
}

header.sticky .logo-img {
    width: 140px;
}

header .navbar a {
    padding: 8px 20px;
    font-size: 15px;
    color: #fff;
    margin: 0 2px;
    border-radius: 50px;
    text-transform: capitalize;
    font-family: "Work sans", sans-serif;
}

header .navbar a:hover {
    background-color: var(--red);
    color: #fff;
}

header .navbar a.active {
    background-color: var(--red);
    color: #fff;
}

header .icons i {
    font-size: 0.8rem;
    color: var(--black);
    background-color: #eee;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    text-align: center;
    margin: 0 0.5rem;
}

header .icons i:hover {
    background-color: var(--green);
    color: #fff;
    transform: rotate(360deg);
}
.apply-btn {
    background-color: crimson;
    color: #fff;
    border-radius: 20px !important;
    font-family: "Work sans", sans-serif;
}

header #menu-bar {
    display: none;
}

/* search form */
#search-form {
    position: fixed;
    top: -1000px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

#search-form input {
    width: 30rem;
    padding: 1rem 0;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    border-bottom: 0.1rem solid #fff;
    font-size: 2rem;
}

#search-form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #eee;
}

#search-form ::-moz-placeholder {
    font-size: 16px;
    color: #eee;
}

#search-form :-ms-input-placeholder {
    font-size: 16px;
    color: #eee;
}

#search-form ::placeholder {
    font-size: 16px;
    color: #eee;
}

#search-btn {
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    right: 20px;
}

#search-btn:hover {
    color: var(--green);
}

#close {
    font-size: 1.5rem;
    position: absolute;
    top: 2rem;
    right: 3rem;
    color: #fff;
}

/* HERO SECTION STYLING */
.hero {
    width: 100%;
    background-image: url("/images/school/bg.png");
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero-text h6 {
    color: #fff;
    font-size: 18px;
    font-family: "Work sans", sans-serif;
}
.hero-text h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    font-family: "Work sans", sans-serif;
}
.hero-text h1 {
    font-size: 55px;
    color: #fff;
    font-family: Fredoka;
    margin-bottom: 15px;
}

.hero-text p {
    color: #fff;
}

.btn {
    padding: 10px 23px;
    border-radius: 5px;
    display: inline-block;
}

.hero-text .hero-btn {
    background-color: var(--red);
    color: white;
    margin-top: 30px;
}
.hero-text .hero-btn:hover {
    background-color: var(--header-color);
}

.carousel {
    height: 100vh;
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
    height: 100%;
    position: relative;
}
.carousel-item img {
    height: 100%;
    object-fit: cover;
    transform-origin: center;
}
.carousel-item .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 50%;
}
.carousel-caption .school-name {
    box-shadow: var(--box-shadow);
    padding: 10px;
    border: 3px solid #1ab9ff;
    margin-top: 30px;
}
.carousel-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.carousel-control-prev i,
.carousel-control-next i {
    background-color: #1ab9ff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* padding: 5px 10px; */
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

/* Active + Zoom In */
.carousel-item.active .zoom-in {
    animation: zoomIn 10s ease-in-out forwards;
}

/* Active + Zoom Out */
.carousel-item.active .zoom-out {
    animation: zoomOut 10s ease-in-out forwards;
}

/* Keyframes */
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

/* admission call to action section */
.ad-call-to-action {
    width: 90%;
    display: flex;
    gap: 20px;
    overflow: hidden;
    margin: 50px auto;
}
.ad-call-to-action .ad-img {
    width: 35%;
    height: 100%;
}
.ad-call-to-action img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ad-call-to-action .ad-text-container {
    width: 65%;
    height: 100%;
    padding: 0px 20px 20px 30px;
    color: var(--secondary-color);
}
.ad-text-container h2 {
    font-family: Fredoka;
    margin-bottom: 15px;
    color: var(--header-color);
    font-weight: 300;
}
.ad-text-container .ad-text {
    width: 70%;
    font-size: 14px;
    color: var(--secondary-color);
    padding-right: 10px;
}
.ad-text-container .ad-btn {
    width: 30%;
}

.ad-text-container .ad-btn .btn {
    border: 2px solid var(--red);
    color: var(--red);
    font-weight: bold;
    font-size: 14px;
}
.ad-text-container .ad-btn .btn:hover {
    background-color: var(--red);
    color: white;
}

.results-table {
    font-size: 15px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-nowrap {
    text-wrap: nowrap;
}

/* home page about section */
.about {
    margin-top: 80px;
}

.about .wrapper {
    justify-content: space-between;
    /* gap: 10px; */
}

.about-info-container {
    width: 45%;
}
.about-image {
    width: 55%;
    height: 100%;
    padding-left: 20px;
}
.about-image img {
    width: 100%;
    height: 50%;
}
.about-info-container h2 {
    font-family: Fredoka;
    color: var(--header-color);
    margin-bottom: 15px;
    font-size: 36px;
}
.about-info-container p {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--light-gray);
}

.about-info-container a {
    font-size: 14px;
    color: var(--blue);
}

.about-info-container a:hover {
    color: var(--red);
}

/* general section heading */
.general-heading {
    text-align: center;
    padding: 0 25%;
}
.general-heading h4 {
    color: var(--red);
    font-family: Schoolbell;
}
.general-heading h2 {
    color: var(--header-color);
    font-family: Fredoka;
    font-size: 36px;
    margin-bottom: 15px;
}
.general-heading p {
    font-size: 13px;
    color: var(--light-gray);
}

/* CHOOSE US SECTION STYLING */
.choose-us {
    margin-top: 80px;
}

.choose-us .card-wrapper {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}
.choose-us .card-wrapper .card-box {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.choose-us .card-wrapper .card-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
    border: 2px dashed #fff;
    padding: 10px;
    object-fit: cover;
}

.choose-us .card-wrapper .card-box:nth-child(1) {
    background-color: var(--red);
}
.choose-us .card-wrapper .card-box:nth-child(2) {
    background-color: var(--yellow);
}
.choose-us .card-wrapper .card-box:nth-child(3) {
    background-color: var(--green);
}
.choose-us .card-wrapper .card-box:nth-child(4) {
    background-color: var(--blue);
}

.choose-us .card-wrapper .card-box h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.choose-us .card-wrapper .card-box p {
    font-size: 14px;
}

/* enroll call to action */
.enroll-call-to-action {
    margin-top: 30px;
}
/* .enroll-call-to-action.wrapper{
    gap: 30px;
} */
.enroll-call-to-action .action-text {
    width: 80%;
}
.enroll-call-to-action .enroll-btn {
    width: 20%;
    text-align: right;
}
.enroll-call-to-action .action-text h2 {
    color: var(--header-color);
    font-family: Fredoka;
}
.enroll-call-to-action .action-text span {
    color: var(--red);
    font-family: Fredoka;
}
.enroll-call-to-action .action-text p {
    font-size: 14px;
    color: var(--light-gray);
}

.enroll-call-to-action .enroll-btn a {
    background-color: var(--red);
    color: white;
    float: right;
    padding: 8px 40px;
}
.enroll-call-to-action .enroll-btn a:hover {
    background-color: var(--header-color);
}

/* home page about section */
.mission {
    padding: 40px 0;
    background-color: #fcf9f4;
    margin-top: 80px;
}

.mission .mission-img {
    width: 50%;
}
.mission .mission-img img {
    width: 100%;
}

.mission .mission-text {
    width: 50%;
}
.mission .mission-text h2 {
    font-family: Fredoka;
    color: var(--header-color);
    font-size: 33px;
    margin-bottom: 10px;
}
.mission .mission-text p {
    color: var(--light-gray);
    font-size: 14px;
    text-align: justify;
}
.mission .mission-text .wrapper {
    gap: 20px;
    margin-top: 30px;
}
.mission .mission-text .wrapper .col {
    width: 46%;
}
.mission .mission-text .wrapper .col h3 {
    font-family: Fredoka;
    color: var(--header-color);
    margin-bottom: 10px;
}
.mission .mission-text .wrapper .col p {
    font-size: 13px;
}
.mission .mission-text .btn {
    background-color: var(--red);
    color: white;
    margin-top: 20px;
    font-size: 14px;
    border: 2px solid var(--red);
}
.mission .mission-text .btn:hover {
    background-color: transparent;
    color: var(--red);
}

/* camp section */
.campus {
    margin-top: 70px;
}

.campus-btn {
    text-align: center;
    margin-top: 20px;
}
.campus .btn {
    background-color: var(--red);
    color: white;
    font-size: 14px;
}

.campus .container {
    margin-top: 10px;
}
.campus .campus-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.campus .campus-box {
    width: 32%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.campus .campus-box:hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}
.campus .campus-box img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

.campus-box .campus-info {
    text-align: center;
    margin-top: 20px;
    padding: 10px 15%;
}
.campus-box .campus-info h3 {
    font-family: Fredoka;
    color: var(--header-color);
    font-size: 18px;
}
.campus-box .campus-info p {
    color: var(--light-gray);
    font-size: 14px;
}

/* .campus-box .f-image {
    height: 250px !important;
} */

/* facility section */
#facility-wrapper .campus-box {
    margin: 30px 10px;
}

#facility-wrapper .campus-box img {
    height: 220px;
}

/* homepage activity section */
.activity {
    margin-top: 70px;
}
.activity .container {
    margin-top: 40px;
}
.activity .activity-col {
    width: 30%;
}
.activity .activity-img {
    text-align: center;
    width: 35%;
}

.activity .activity-box {
    margin-bottom: 20px;
}
.activity .activity-img img {
    width: 100%;
}
.activity .left-col .activity-text {
    text-align: right;
}

.activity-box .activity-text {
    width: 70%;
}

.activity-box.wrapper {
    align-items: start;
}
.activity-box .activity-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity-box .activity-icon img {
    width: 30px;
}
.activity-box .activity-icon.left {
    margin-left: 20px;
}
.activity-box .activity-icon.right {
    margin-right: 20px;
}
.activity-box .icon-green {
    background-color: var(--green);
}
.activity-box .icon-red {
    background-color: var(--red);
}
.activity-box .icon-blue {
    background-color: var(--blue);
}
.activity-box .icon-yellow {
    background-color: var(--yellow);
}

.activity-box .activity-text h3 {
    font-family: Fredoka;
    color: var(--header-color);
    margin-bottom: 10px;
    font-size: 23px;
}
.activity-box .activity-text p {
    font-size: 14px;
    color: var(--light-gray);
}

/* teachers section */
.teachers {
    margin-top: 70px;
}

.teacher-btn {
    text-align: center;
    margin-top: 20px;
}
.teachers .btn {
    background-color: var(--red);
    color: white;
    font-size: 14px;
}

.teachers .container {
    margin-top: 10px;
}
.teachers .teacher-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teachers .teacher-box {
    width: 24%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.teachers .teacher-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.item-image {
    position: relative;
}
.item-image:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    background-image: url("/images/icons/img-dotted.png");
    z-index: 3;
}

.teacher-box .teacher-info {
    text-align: center;
    margin-top: 20px;
}
.teacher-box .teacher-info h3 {
    font-family: Fredoka;
    color: var(--header-color);
    font-size: 18px;
}
.teacher-box .teacher-info {
    color: var(--light-gray);
    font-size: 14px;
}

/* footer enroll call to action */
footer {
    width: 100%;
}

.footer-action {
    padding: 30px 5%;
    /* background-color: var(--light-blue); */
    background-color: #1ab9ff06;
}

footer {
    /* background-color: #351c5a; */
    background-color: #302c51;
    padding: 50px 0px 10px 0px;
    color: white;
}
footer .social-icons {
    margin-top: 30px;
}
footer .social-icons i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

footer .social-icons .fa-facebook {
    background-color: var(--blue);
}
footer .social-icons .fa-twitter {
    background-color: var(--yellow);
}
footer .social-icons .fa-instagram {
    background-color: var(--red);
}
footer .social-icons .fa-envelope {
    background-color: var(--green);
}
footer .wrapper {
    align-items: start;
    gap: 10px;
}

/* footer .footer-col {
    width: 24%;
}
footer .footer-col.footer-contact {
    width: 30%;
} */
footer .footer-col h2 {
    font-family: Fredoka;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

footer .footer-col p {
    font-size: 13px;
}

footer .footer-col .wrapper {
    margin-bottom: 10px;
}
footer .footer-col .icon,
footer .footer-col .text {
    font-size: 14px;
}
footer .footer-col .icon i {
    color: var(--yellow);
}

footer .link-list a {
    display: block;
    color: white;
    margin-bottom: 10px;
    font-size: 15px;
}
footer .link-list a .fa-caret-right {
    color: var(--yellow);
}
footer .link-list a:hover {
    color: var(--red);
}

.footer-bottom {
    /* background-color: #271344; */
    background-color: #302c51;
    color: white;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    font-size: 13px;
}

.footer-bottom #up-btn {
    background-color: var(--red);
    color: white;
    position: fixed;
    right: 35px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

/* CONTACT PAGE STYLING */
.pg-banner {
    background-image: url("../images/banners/pg-banner.jpg");
    background-position: center;
    background-size: cover;
    height: 40vh;
    width: 100%;
}

.contact-page-info .container {
    width: 95% !important;
}

.school-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title {
    color: var(--header-color);
    font-family: Fredoka;
}

.container-wrapper {
    width: 90%;
    margin: auto;
}
.working-hours {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.working-hours h5 {
    color: var(--header-color);
    font-weight: bold;
}

.staff-contact-details {
    margin: 50px 0;
}
.staff-contact-details .wrapper {
    justify-content: space-between;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    width: 24%;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
}
.contact-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.contact-box .contact-text a {
    text-transform: lowercase;
    font-size: 13px;
}

.contact-box:hover {
    background-color: aliceblue;
}

.contact-box .contact-text .des {
    font-size: 14px;
    font-weight: normal;
}

.contact-form {
    width: 60%;
    margin: 30px auto;
    padding: 20px 30px;
}
.contact-form ::placeholder {
    color: #818090;
    font-size: 13px;
    text-transform: capitalize;
}
.contact-form input {
    height: 50px;
}

/* STAFF PAGE STYLING */
/* teachers section */
.staff {
    margin-top: 30px;
    margin-bottom: 90px;
}

.teacher-btn {
    text-align: center;
    margin-top: 20px;
}
.staff .btn {
    background-color: var(--red);
    color: white;
    font-size: 14px;
}

.staff .container {
    margin-top: 50px;
}
.staff .container .wrapper {
    flex-wrap: wrap;
    gap: 10px;
}

.staff .teacher-box {
    width: 24%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.staff .teacher-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.staff .teacher-box .teacher-info h3 {
    font-size: 16px;
}

/* NEWS PAGE STYLING */
.news-section .wrapper {
    margin-top: 70px;
    justify-content: space-between;
}
.styled-post-box {
    width: 24%;
    height: auto;
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.styled-post-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-top: -50px;
    border-radius: 10px;
}
.styled-post-box .post-info {
    margin-top: 15px;
}
.styled-post-box .post-title {
    font-size: 17px;
    margin: 10px 0;
}

.styled-post-box .category-tag {
    background-color: crimson;
    font-size: 12px;
    color: white;
    padding: 4px 18px;
    border-radius: 10px;
}

.styled-post-box .short_desc {
    font-size: 15px;
    color: var(--text-gray);
}

.styled-post-box .meta-details span {
    font-size: 15px;
    color: #666;
}

/* GALLERY PAGE STYLING */
.gallery .container-wrapper {
    margin: 40px auto;
}
.gallery-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-wrapper img {
    width: 24%;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
    width: 150px;
    height: 150px;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* EVENTS PAGE STYLING */
.event-section .wrapper {
    justify-content: space-between;
}
.event-box {
    width: 32%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.event-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.event-box .date-container {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 100px;
}
.event-box .date-container .month {
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-box .date-container .year {
    background-color: #1ab9ff;
    text-align: center;
    padding: 5px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.event-box .event-info {
    padding: 20px 20px;
}
.event-box .event-info .meta-detail {
    margin-bottom: 10px;
}
.event-box .event-info .meta-detail span {
    color: #1ab9ff;
}
.event-box .event-info a {
    font-size: 18px;
    line-height: -35px;
    color: var(--header-color);
}
.event-box .event-info a:hover {
    color: #ff4880;
}

/* event detail page */
.event-detail .details i {
    display: inline-block;
    margin-right: 7px;
    color: #1ab9ff;
}
.event-detail .details td {
    color: var(--light-gray);
}

/* event detail page */
.event-detail .event-info img {
    height: 380px;
    object-fit: cover;
    margin-bottom: 20px;
}
.event-detail .event-text h5 {
    color: var(--header-color);
    font-weight: bold;
}
.event-detail .event-text p {
    color: #818090;
}

/* ABOUT PAGE STYLING */
.about-page .wrapper {
    align-items: start;
}
.about-page .about-image .lg-image {
    height: 350px;
    object-fit: cover;
}

.about-page .about-image .small-image {
    height: 100%;
}

.about-page .mission-text h3 {
    color: var(--header-color);
    font-weight: 600;
}
.about-page .mission-text h5 {
    color: var(--header-color);
}

.objectives ul li {
    color: var(--light-gray);
    margin-bottom: 10px;
    font-size: 14px;
}

.facilities {
    margin-top: 40px;
}

.facility-container .wrapper {
    justify-content: space-between;
    margin-top: 30px;
}

.facility-box {
    width: 32%;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    display: flex;
    gap: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.facility-box img {
    width: 50px;
    height: 50px;
}

/* director's message */
.director {
    margin: 60px 0;
}

.director .head-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.director h3 {
    color: var(--header-color);
    font-weight: bold;
}

.director span {
    font-size: 30px;
    color: var(--green);
}
.director p {
    color: var(--light-gray);
}
.gulaama .teachers {
    margin-top: 50px;
}
.gulaama .teachers .wrapper {
    justify-content: space-between;
}

.branch-image {
    width: 100%;
}

/* ENROLL PAGE STYLING */
.admission-container {
    margin-top: 50px;
}
.admission-container .wrapper {
    justify-content: space-between;
}
.admission-box {
    display: flex;
    gap: 20px;
    width: 32%;
    box-shadow: var(--box-shadow);
    padding: 30px 30px;
}

.admission-box img {
    width: 50px;
    height: 50px;
}
.admission-info h3 {
    font-size: 20px;
    color: var(--header-color);
    font-weight: bold;
}

.admission-info p {
    color: var(--light-gray);
    font-size: 14px;
}

.admission-info a {
    border: 1px solid #1ab9ff;
    padding: 8px 12px;
    font-size: 13px;
}

.school-requirements h3 {
    font-family: Fredoka;
    color: var(--header-color);
}

.requirements-box {
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: var(--box-shadow);
}

.requirements-box h5 {
    color: var(--header-color);
    font-size: 17px;
}

.admission-contact h3 {
    color: var(--header-color);
    font-family: Fredoka;
}

.mobile-btn {
    display: none;
}

.dean-box {
    display: flex;
    gap: 20px;
}

.dean-box .dean-img {
    width: 30%;
    height: 100%;
    background-color: #1ab9ff;
}

.dean-box .dean-img img {
    width: 100%;
    height: 100%;
}
.dean-box .dean-info {
    width: 79%;
}

.dean-box .dean-info .des-info {
    font-size: 12px;
    color: var(--light-gray);
}

.dean-box .dean-info .span-text {
    font-size: 14px;
    color: var(--blue);
}

.dean-box .dean-info .span-text i {
    color: var(--green);
}

.dean-box .dean-info h4 {
    color: var(--header-color);
    font-size: 17px;
    font-weight: bold;
}

/* login page */
.registration-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box,
.register-box {
    width: 360px;
    box-shadow: var(--box-shadow);
}
.login-box form {
    border-radius: 12px;
}
.login-box form input:focus,
.register-box form input:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.input-group-text span {
    line-height: 2;
}

/* SINGLE POST PAGE */
/* single post page */
.single-post-container {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
.single-post-container .post-title {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}
.single-post-container .post-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 20px 0;
}
.single-post-container .post-text p {
    color: var(--text-gray);
    font-size: 15px;
}

.auth-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.auth-container img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.auth-container .auth-info span {
    color: var(--text-gray);
}
.auth-container .auth-info .auth-name {
    color: #000;
}

.post-tags {
    margin-top: 20px;
}
.post-tags span {
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 12px;
}
.post-tags .tag-title {
    background-color: #000;
    color: #fff;
    border: none;
}

.share-icons {
    margin-top: 20px;
}
.share-icons span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.share-icons a {
    padding: 5px 10px;
    color: white;
    border-radius: 8px;
    font-size: 14px;
}
.share-icons .fb {
    background-color: #3b5999;
}
.share-icons .twit {
    background-color: #00acee;
}
.share-icons .whatsapp {
    background-color: #3fbb50;
}

.user-profile {
    display: flex;
    gap: 10px;
    border-radius: 12px;
    padding: 20px 30px;
}
.user-profile img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}
.user-profile .profile-text h3 {
    font-size: 18px;
    font-weight: bold;
}
.user-profile .profile-text p {
    font-size: 14px;
    color: var(--text-gray);
}
.profile-icons a {
    font-size: 18px;
    margin-right: 15px;
}
.profile-icons .fb {
    color: #3b5999;
}
.profile-icons .insta {
    color: #3b5999;
}
.profile-icons .whatsapp {
    color: #3fbb50;
}
.profile-icons .youtube {
    color: #e60023;
}

/* may like section */
.may-like {
    padding: 20px 30px;
    border-radius: 12px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 15px;
}
.flex-container .like-box {
    width: 31%;
}
.flex-container .like-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
.flex-container .like-box .post-text h3 {
    font-size: 15px;
    font-weight: bold;
}
.flex-container .like-box .post-text span {
    font-size: 12px;
    color: var(--text-gray);
}

/* comment section */
.comment-section {
    padding: 20px 30px;
    border-radius: 12px;
}
.comment-section p {
    font-size: 14px;
    font-style: italic;
    color: var(--text-gray);
}

.comment-section a {
    border: 1px solid #ccc;
    font-size: 14px;
}

.comment-section button:hover {
    color: #4d5ed4;
}

.comment-fields-wrapper .date {
    font-size: 14px;
    color: var(--text-color);
}

/* single post page - right smal column */
.newsletter {
    border-radius: 12px;
    padding: 20px;
}
.newsletter p {
    font-size: 13px;
    color: var(--text-gray);
}
.newsletter button {
    background: linear-gradient(45deg, #3b82f6, #d946ef);
    color: white;
    margin-top: 10px;
}

/* categories section */
.main-categories {
    border-radius: 12px;
    padding: 20px;
}
.categories-wrapper a {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: var(--text-gray);
    padding: 4px 10px;
    margin-bottom: 5px;
}
.categories-wrapper a:hover {
    background-color: #00acee;
    color: #fff;
}

/* latest post section */
.latest-posts {
    border-radius: 12px;
    padding: 20px;
}
.latest-posts .flex-container .like-box {
    width: 45%;
}
.latest-posts .flex-container .like-box img {
    height: 120px;
}

/* policy page */
.policy-page {
    padding: 30px;
}

.policy-page h4 {
    color: var(--header-color);
    font-family: Fredoka;
}
.policy-page ul li {
    color: var(--light-gray);
    margin: 20px 0;
}

.swing {
    animation: swing 1s ease-in-out infinite;
    transform-origin: center center; /* or top center if you want it to swing from the top */
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.slide-left-back {
    animation: slideLeftBack 2s ease-in-out infinite;
    position: relative;
}

@keyframes slideLeftBack {
    0% {
        left: 0;
    }
    25% {
        left: -5px;
    }
    50% {
        left: -10px;
    }
    75% {
        left: -5px;
    }
    100% {
        left: 0;
    }
}

/* Fade in from bottom */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-caption .hero-text > * {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
}

/* Delay each item slightly */
.carousel-item.active .hero-text h6 {
    animation-delay: 0.3s;
}
.carousel-item.active .hero-text .school-name h4 {
    animation-delay: 0.5s;
}
.carousel-item.active .hero-text h1 {
    animation-delay: 0.7s;
}
.carousel-item.active .hero-text p {
    animation-delay: 0.9s;
}
.carousel-item.active .hero-text a {
    animation-delay: 1.1s;
}
