:root {
    --black: #000000;
    --white: #ffffff;
    --gray: #666666;
    --light-gray: #dddddd;
    --blue: #000034;
    --primary-blue: #2c5aa0;
    --l-blue: #d3e5ff;
    --gold-yellow: #d4aa00;
    --l-green: #e9ffed;
}

@font-face {
    font-family: dtR;
    src: url(../fonts/ArialCE.ttf);
}

@font-face {
    font-family: dtB;
    src: url(../fonts/ARIALNB.TTF);
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    font-family: dtR;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: dtB;
    color: var(--green);
}

a {
    text-decoration: none;
    color: var(--black);
}

/* ============================================================== */
/* START MOBILE MENU HERE */
/* ============================================================== */

.mobile-menu {
    display: none;
}

/* ============================================================== */
/* START MOBILE MENU HERE */
/* ============================================================== */

/* ============================================================== */
/* START EXTRA HERE */
/* ============================================================== */

.t-blue {
    color: var(--blue);
}

.t-green {
    color: var(--green);
}

.t-gray {
    color: var(--gray);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-green {
    background-color: var(--green);
}

.btn-dtt {
    background-color: var(--green);
    color: var(--white);
    border-radius: 25px;
    transition: 0.3s all;
}

.btn-dtt:hover {
    background-color: var(--blue);
    color: var(--white);
}

.offcanvas {
    width: 350px;
}

.t-underline{
    text-decoration: underline;
}

/* .logo {
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 5%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 10000;
}

.logo-mob{
    display: none;
} */

.top-title-section-about {
    margin: 40px 0px;
}

.top-title-section-about p {
    text-align: justify;
}

/* ============================================================== */
/* END EXTRA HERE */
/* ============================================================== */

.card .card-header{
    font-weight: bold;
    text-transform: uppercase;
}

.card-body ul{
    margin-bottom: 0;
}

/* ============================================================== */
/* START FORM HERE */
/* ============================================================== */

.admission-section {
    margin: 80px 0px;
}

.form-container {
    padding: 20px 0px;
    border-radius: 10px;
    background-color: #f7f9fd;
}

.form-container .row {
    justify-content: center;
}

.form-background {
    margin: 50px 0px;
}

.form-Section {
    padding: 30px;
    border-radius: 10px;
    background-color: #f7f9fd;
}

/* ============================================================== */
/* START FORM HERE */
/* ============================================================== */

/* ============================================================== */
/* START --- HERE */
/* ============================================================== */

.activity-section {
    max-width: 100%;
}

.activity-section ul {
    padding-left: 0px;
}

.activity-section li {
    list-style: none;
}

/* ============================================================== */
/* START --- HERE */
/* ============================================================== */

/* ============================================================== */
/* START HEADER HERE */
/* ============================================================== */

.navbar {
    /* background-color: rgba(0,0,0,0.4); */
    background-color: var(--blue);
    padding: 0px;
    /* box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5); */
}

.header-image img {
    width: 20rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.6rem 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-item.active {
    color: var(--white);
    background-color: var(--primary-blue);
}

.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    text-transform: uppercase;
    /* border-radius: 50px; */
    font-size: 0.85rem;
}

/* .nav-link::before, */
/* .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--green);
    background-color: var(--white);
    transform: scaleX(0);
    transition: 0.5s;
}
.nav-link::after {
    bottom: 0px;
    transform-origin: right;
} */

.nav-link:hover {
    /* color: var(--blue); */
    color: var(--white);
    background-color: var(--primary-blue);
}

/* .nav-link:hover::before, */
/* .nav-link:hover::after {
    transform: scaleX(1);
} */

/*  */
/* .carousel-fade {
    margin-top: 4.5rem;
} */

/* tabs */
.nav-pills .nav-link.active {
    background-color: var(--blue);
}

.nav-pills .nav-link {
    color: var(--black);
    margin-bottom: 10px;
    border-radius: 0px;
}

.nav-pills .nav-link:hover {
    background-color: var(--blue);
    color: var(--white);
}

/*  */
.navbar-nav .dropdown-menu {
    background-color: var(--white);
    color: var(--black);
    padding: 10px;
    border: none;
    /* border-radius: 1.2rem; */
    width: 250px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

.dropdown-item {
    padding: 0.5rem 1.5rem 0.5rem 0.8rem;
    font-size: 0.85rem;
    border: none;
    border-radius: 6px;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background-color: var(--blue);
    color: var(--white);
    padding-left: 1.2rem;
}

.dropdown-item:active {
    background-color: var(--blue);
    color: var(--white);
}

.menu-icon {
    background-color: var(--white);
    border-radius: 10px;
    padding: 0px 7px;
}

.n-admission a {
    color: var(--black);
    background-color: var(--gold-yellow);
    padding: 14px 24px;
    border-radius: 10px;
    border: 3px solid var(--blue);
}

.n-admission a:hover {
    color: var(--gold-yellow);
    background-color: var(--white);
    border: 3px solid var(--gold-yellow);
}

/* ============================================================== */
/* END HEADER HERE */
/* ============================================================== */

/* ============================================================== */
/* START GALLERY SECTION HERE */
/* ============================================================== */

.gallery-section {
    padding: 60px 0px;
}

/* ============================================================== */
/* END GALLERY SECTION HERE */
/* ============================================================== */

/* ============================================================== */
/* START --- HERE */
/* ============================================================== */

.title-container {
    margin-bottom: 1rem;
}

.title-container img {
    width: 350px;
}

.title-container h2 {
    color: var(--blue);
    margin-bottom: 0px;
}

/* ============================================================== */
/* END --- HERE */
/* ============================================================== */

/* ============================================================== */
/* END --- HERE */
/* ============================================================== */

/*  */
.wp-logo {
    width: 60px;
}


/* ============================================================== */
/* END --- HERE */
/* ============================================================== */

/* ============================================================== */
/* START PAGE CONTACT HERE */
/* ============================================================== */

.section-page-contact {
    margin: 40px 0px;
    /* padding-bottom: 5rem; */
}

.contact-box {
    border: 1px dashed var(--gold-yellow);
    border-radius: 1rem;
    padding: 1rem;
}

.contact-box i {
    background-color: var(--blue);
    color: var(--white);
    font-size: 1.4rem;
    padding: 0.9rem;
    border-radius: 80px;
    position: relative;
    top: -30px;
    outline: 2px solid var(--gold-yellow);
    border: 5px solid var(--white);
}

.contact-box a {
    font-size: 1.2rem;
    font-weight: bold;
}

.contact-box a:hover {
    color: var(--green);

}

/* ============================================================== */
/* END PAGE CONTACT HERE */
/* ============================================================== */

/* sec-about */
.sec-about {
    padding: 4rem 0px;
    /* background-image: url(../images/i1.png);
    background-position: left 20px bottom;
    background-repeat: no-repeat;
    background-size: 5rem; */
}

.sec-about p {
    /* text-align: justify; */
    margin-bottom: 0px;
    font-size: 1.1rem;
}

/* section-tour */
.section-tour {
    padding: 4rem 0px;
}

.section-tour .nav-pills {
    border-right: 1px solid var(--l-green);
}

.trip-container {
    border: 1px solid var(--green);
    border-radius: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.trip-container img {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
}

.trip-container .carousel-item {
    width: 350px;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
}

.trip-container .carousel-item img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.trip-container .trip-data {
    padding: 20px 0px;
}

.trip-container .trip-data p {
    margin-bottom: 0px;
}

.trip-container .trip-data a {
    color: var(--green);
}

.trip-container .trip-data a:hover {
    text-decoration: underline;
    color: var(--black);
}

.trip-container .btn-dtt {
    position: absolute;
    right: 2rem;
    bottom: -1rem;
}

/*  */

.sec-event{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray);
}
.sec-event span{
    font-weight:bold;
    text-decoration: underline;
}
.sec-event label{
    margin-bottom: 1rem;
}

/* ============================================================== */
/* START BACKGROUND PHOTO HERE */
/* ============================================================== */

.bg-photo-show {
    background-image: url(../images/slider/s2.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 6rem 0px;
    text-align: center;
}

.bg-photo-show .btn {
    padding: 10px 20px;
}

.bg-photo-show img {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
    margin-bottom: 2rem;
    width: 20rem;
}

/* .bg-photo-show h1 {
    font-size: 4rem;
    color: var(--white);
    text-shadow: 2px 3px 5px var(--gray);
    margin-bottom: 3rem;
} */

/* .bg-photo-show a {
    background-color: var(--black);
    color: var(--white);
    padding: 10px 20px;
    transition: all 0.5s;
}

.bg-photo-show a:hover {
    background-color: var(--blue);
    color: var(--white);
} */

/* ============================================================== */
/* END BACKGROUND PHOTO HERE */
/* ============================================================== */

/* ============================================================== */
/* START FACILITIES HERE */
/* ============================================================== */

/* gallery */

.f-gallery {
    padding: 60px 0px;
    background-color: var(--l-green);
}

.f-gallery .img-container {
    height: 16rem;
    overflow: hidden;
}

.f-gallery h5 {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
}

.f-gallery .img-container img {
    object-fit: cover;
    height: 16rem;
    transition: all 0.5s;
}

.f-gallery .img-container img:hover {
    transform: scale(1.3);
}

/* ============================================================== */
/* END FACILITIES HERE */
/* ============================================================== */

/* ============================================================== */
/* START ACTIVITIES HERE */
/* ============================================================== */

/* gallery */
.a-gallery {
    padding: 60px 0px;
}

.a-gallery .img-container {
    height: 16rem;
    overflow: hidden;
}

.a-gallery h5 {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
}

.a-gallery .img-container img {
    object-fit: cover;
    height: 16rem;
    transition: all 0.5s;
}

.a-gallery .img-container img:hover {
    transform: scale(1.3);
}

/* ============================================================== */
/* END ACTIVITIES HERE */
/* ============================================================== */

/* ============================================================== */
/* START WHY US HERE */
/* ============================================================== */

.why-us-container {
    padding-top: 15rem;
    padding-bottom: 0rem;
    background-image: url(https://placehold.co/1650x759/orange/white);
    background-size: 100%;
    background-position: center;
}

.why-us-container .why-us-box {
    /* background-color: var(--white); */
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.8rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    text-align: center;
    height: 100%;
}

.why-us-container .why-us-box p {
    margin-bottom: 0px;
}

.why-us-container .why-us-box i {
    background-color: var(--blue);
    color: var(--white);
    font-size: 2rem;
    padding: 1.2rem;
    border-radius: 80px;
    position: relative;
    top: -40px;
    outline: 2px solid var(--green);
    border: 5px solid var(--white);
}

/* 
.our-section li{
    list-style: none;
} */

/* ============================================================== */
/* END WHY US HERE */
/* ============================================================== */

/*  */

.edu-methods .img-container {
    height: 18rem;
    overflow: hidden;
}

.edu-methods h5 {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
}

.edu-methods .img-container img {
    object-fit: cover;
    height: 18rem;
    transition: all 0.5s;
}

.edu-methods .img-container img:hover {
    transform: scale(1.3);
}

/* ============================================================== */
/* START FOOTER TOP HERE */
/* ============================================================== */

/* footer-top */
.footer-top {
    padding: 0px;
    /* background-image: url(../images/palm-shadow2.webp), url(../images/palm-shadow1.webp);
    background-position: left bottom,right bottom;
    background-repeat: no-repeat;
    background-size: contain; */
    text-align: center;
    position: relative;
}

.footer-top img {
    width: 12rem;
    position: relative;
    margin-bottom: -8rem;
}

/* ============================================================== */
/* END FOOTER TOP HERE */
/* ============================================================== */

/* ============================================================== */
/* START FOOTER HERE */
/* ============================================================== */

/* footer */
footer {
    padding: 25px 0px 25px;
    background-color: var(--l-blue);
    background-image: url(../images/children.png);
    background-repeat: no-repeat;
    background-position: left 2rem top;
    background-size: 20rem;
    font-size: 0.9rem;
    color: var(--black);
    /* border-top: 5px solid var(--black); */
}

/* footer i,
footer label {
    color: var(--white);
    } */

footer .row {
    justify-content: end;
}

footer a {
    color: var(--black);
    transition: all 0.5s;
    line-height: 1.5rem;
}

footer a:hover {
    padding-left: 7px;
    color: var(--primary-blue);
}

footer h5 {
    color: var(--blue);
    text-transform: uppercase;
}

footer span {
    font-size: 0.9rem;
    color: var(--gray);
    margin-left: 0.6rem;
}

/* ============================================================== */
/* END FOOTER HERE */
/* ============================================================== */

/* ============================================================== */
/* START CONTACT INFORMATION HERE */
/* ============================================================== */

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.social-media a,
.social-media i {
    color: var(--black);
    transition: all 0.5s;
}

.social-media a:hover,
.social-media i:hover {
    color: var(--green) !important;
    padding-left: 0px;
}

/* ============================================================== */
/* END CONTACT INFORMATION HERE */
/* ============================================================== */

/* ============================================================== */
/* START TITILE HERE */
/* ============================================================== */

.main-header {
    background-color: var(--light-gray);
    padding: 35px 0px;
}

.main-header h2{
    margin-bottom: 0;
}

.table-wrapper {
    margin-top: 20px;
    overflow: hidden;
}

.table .thead {
    border-radius: 20px 20px 0 0;
}

.table-section {
    margin: 40px 0px;
}

.bg-blue {
    background-color: var(--blue) !important;
}

/* ============================================================== */
/* END TITILE HERE */
/* ============================================================== */

/* ============================================================== */
/* END FORM HERE */
/* ============================================================== */

.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-bottom: 2px solid #007bff;
    box-shadow: none;
}

.larger-textarea {
    height: 200px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.bottom-border {
    border: none;
    border-bottom: 2px solid #ccc;
}

.bottom-border:focus {
    border-bottom: 2px solid #007bff;
}


/* ============================================================== */
/* END FORM HERE */
/* ============================================================== */

/* ============================================================== */
/* START CREDIT LINE HERE */
/* ============================================================== */

.credit-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--black);
}

.credit-line a {
    color: var(--black);
}

/* ============================================================== */
/* END CREDIT LINE HERE */
/* ============================================================== */