
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Roboto:wght@500&display=swap');

*{
    box-sizing: border-box;
    
}

html{
    overflow-x: hidden;
}


body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Roboto";
}


li, a, button{
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1rem;
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma !important;
    font-weight: 700 !important;
}

p{
    color: #282828 !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: 100;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2%;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

  .logo {
    cursor: pointer;
    width: 82%;
  }

.nav__links{
    list-style: none;
}

.nav__links li{
    display: inline-block;
    padding: 0px 20px;
}

.nav__links li a{
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    display: block;
    transition-duration: 200ms;
}

.nav__links li a:hover{
    color: #0088a9;
}


/* .footer-logo{
    border: solid 1px;
    padding: 15px;
}

.footer-divider{
    border: solid 1px white;
} */



/*    FOOTER 
footer {
    background-color: #005073; 
    padding: 20px;
    text-align: center;
    color: white;
  }
  
  .footer-container img {
    width: 100px;
  }
  
  .footer-links a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
*/
/*    FOOTER */

footer {
    background: #004879;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.container-footer {
    max-width: 85%;
    margin: 0px auto;
}

.top-widget {
    color: #fff;
}

.footer-divider {
    padding: 10px 0;
}

#footer-divider {
    text-align: center;
    position: relative;
    color: #fff;
}

#footer-divider h4 {
    text-align: center;
    color: #fff;
    display: inline;
    padding: 10px 25px;
    border: 1px solid #fff;
    line-height: 1;
    background: #004879;
    z-index: 1;
    position: relative;
    font-weight: 400;
    display: inline-block;
}

div#footer-divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0px;
    border-top: 1px solid #fff;
    background: #fff;
    z-index: 0;
}


.container {
    padding-top: 35px;
}

.text-heading{
    text-align: center;
    margin-top: 35px;
}

.text-heading-left{
    text-align: left;
    margin-top: 35px;
}
.text-heading-right{
    text-align: right;
    margin-top: 35px;
}
/* 3 Image Slider */

.user-title {
    margin: 0;
    /* position: relative; */
    left: 65px;
    bottom: 0px;
    color: #060606;
}

.card-title {
    /* padding-right: 18%; */

    margin-right: auto;
    padding-left: 49px;
}

.slider-wrapper {
    overflow: hidden; /* Ensure no overflow shows other sections */
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.card-list .card-item {
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.card-list .card-item .user-image {
    width: 355px;
    height: 385px;
    border: 4px solid #ADACAC;
    border-radius: 8%;
}

.text-heading h1{
    font-size: 35px;
}

.slider-wrapper .swiper-slider-button {
    color: white;
    top: 50%;
    padding: 25px;
    background: #E38759;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-wrapper .swiper-button-prev {
    left: 0px;
}

.slider-wrapper .swiper-button-next {
    right: 0px;
}

.slider-wrapper .swiper-slider-button:hover {
    background: #a7562e;
}

:root {
    --swiper-navigation-size: 27px;
}




/* Text Slider */
.slider {
    position: relative;
    width: 75%;
    margin: 50px auto;
    text-align: center;
}



.slider-content {
    border: 2px solid #ADACAC ;
    border-radius: 50px;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-text {
    display: none;
}

.slider-text.active {
    display: block;
}

.slider-button {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-color: #ADACAC ;
    border: solid;
    border-width: 1px;
    width: 50px;
    height: 50px;
    background: transparent;
    margin: 0 -30px;
}

.slider-button:hover {
    background: #ADACAC ;
}

.prev {
    left: -40px;
}

.next {
    right: -40px;
}

.wpb_wrapper iframe{
    width:100% !important;
    min-width: none;
}

.wpb_wrapper{
    display: flex;
    justify-content: center;
}

.wpb_content_element{
    margin-bottom: 0 !important;
}

.close-button{
    display:none;
    position: absolute;
}

/* Responsive Design */
@media (max-width: 1145px) {
    .news-section {
        width: 90%;
      }
    .logo {
        width: 82%;
      }
    .footer .text {
        text-align: center !important;
        color:white;
    }
    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav__links{
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 60%;
        backdrop-filter: blur(10px);
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.568);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .menu-button{
        width: 10%;
        height: 10%;
        cursor: pointer;
        display: flex;
    }
    .close-button{
        position: absolute;
        color: black !important;
        width: 32px;
        height: 32px;
        top: 15px;
        right: 0;
        background-color: black;
        cursor: pointer;
        z-index: 9999;
    }
    .nav__links li{
        width:100%;
    }
    .nav__links a{
        width:100%;
    }
    .slider {
        width: 85%;
    }

    .slider-content {
        padding: 40px;
        border-radius: 40px;
    }

    .slider-button {
        width: 40px;
        height: 40px;
        margin: 0 -25px;
    }

    .prev {
        left: -30px;
    }

    .next {
        right: -30px;
    }
}



/* /Text Slider */

/* Text and image section */
.sub-container {
    display: flex;
    padding: 5% 10%;
    box-sizing: border-box; /* Include padding in width and height */
}

.heading-button-container {
    padding: 100px 10% 25px 10%;
    box-sizing: border-box;
}

.section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px; /* Set a height for the sections */
    box-sizing: border-box; /* Ensure padding and border don't affect width */
}

.text-section {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    padding: 20px;
    align-items: flex-start; /* Align content to the start (left) */
}

.image-section img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Ensure image covers the section */
    border: solid;
    border-width: 4px;
    border-color: #ADACAC ;
    border-radius: 50px;
}


/* Facebook and instagram feed */
.section iframe,
.section blockquote {
    height: 500px; /* Set the height */
    max-width: 500px; /* Restrict maximum width */
}

.section blockquote {
    margin: 0; /* Remove default margin */
}
/* /Facebook and instagram feed */

/* heading and button*/
.header-button-container {
    overflow: hidden; /* Clear floats */
    padding: 10px;
}

.header-button-container h1 {
    float: left;
    margin: 0; /* Remove default margin */
}

.header-button-container button {
    float: right;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background: #E38759;
    color: white;
    padding: 16px 26px;
    border-radius: 15px;
    border: none
}
.header-button-container button:hover{
    background: #a55b36;
}
/* /heading and button*/


/* News and updates section */
.news-container {
    justify-content: space-around;
    display: flex;
    padding: 0 10%;
    flex-wrap: wrap; /* Allow wrapping of news sections */
    gap: 20px; /* Add some space between the sections */
}

.news-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 25px;
    transition: all 0.3s ease;
}

.news-section:hover {
    border: solid;
    border-width: 2px;
    border-radius: 50px;
    border-color: #c3bfbf;
}

.news-section img {
    width: 100%;
    border-radius: 50px 50px 0 0;
    object-fit: cover;
}

.lower-section {
    padding: 10px;
    text-align: left;
    width: 100%;
}

.news-section h1 {
    margin-left: 10px;
    text-align: left;
}

.news-section p {
    margin-left: 10px;
}





/* Footer 
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #00558E;
    padding: 20px 0;
    color: white;
    margin-top: 100px;
}
    */

.footer img {
    margin-bottom: 10px;
}

.footer .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center; /* Center-align text */
}

.footer .text {
    margin-bottom: 0 !important;
    text-align: right !important;
    flex-grow: 1;
    margin-right: 20px !important;
    color:white;
}

.footer .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .follow-us {
    margin-bottom: 10px; /* Space between "Follow us" and icons */
    color:white;
}

.footer .social-icons {
    display: flex;
    gap: 15px;
}

.footer .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.footer .social-icons a:hover {
    background-color: white;
    color: #00558E;
}

@media (max-width: 1024px) {
    .card-title{
        margin-right: unset;
        padding-left: 0;
        width: 52%;
    }
    }

@media(max-width: 768px) {
    /* .swiper{
        width:62%
    } */
    
    .slider-wrapper {
        margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slider-button {
        display: none;
    }
}
/* / 3 Image Slider */

/* Responsive design */
@media (min-width: 768px) {
    .text-overlay {
        top: 0;
        left: 0;
    }
    .footer .content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left; /* Align text to the left on larger screens */
    }

    .footer .text {
        margin-bottom: 0;
        text-align: left;
        flex-grow: 1;
        margin-right: 15px;
        color:white;
    }

    .footer .right-side {
        flex-direction: row;
        align-items: center;
    }

    .footer .follow-us {
        color:white;
        margin-bottom: 0;
        margin-right: 10px;
    }
}
/* /Footer */

/* ******************   About us page ***************************/
/*  Text over image */
.img-container {
    position: relative;
    display: inline-block; /* Ensure the text-overlay aligns with the image */
}

.img-container img {
    display: block; /* Removes the small gap below the image */
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(12%, 120%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #00558E;
    padding: 10px 20px;
}

/*  /Text over image */

.text-section a {
    margin-left: auto; /* Pushes the button to the right */
}
.text-section button {
    align-self: flex-end; /* Align the button to the right */
    font-size: 16px;
    cursor: pointer;
    background: #E38759;
    color: white;
    padding: 6px 26px;
    border-radius: 15px;
    border: none;
    margin-left: auto; /* Pushes the button to the right */
}

.slider-content-image {
    border-radius: 50px;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-image {
    left: 20px;
}

.next-image {
    right: 20px;
}

.slider-button-image {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #E38759;
    margin:0 -30px;
    color:white;
}

.instagram-text-section {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    padding: 20px;
    align-items: flex-start; /* Align content to the start (left) */
}

.instagram-text-section button {
    align-self: flex-start; /* Align the button to the right */
    font-size: 16px;
    cursor: pointer;
    background: #E38759;
    color: white;
    padding: 6px 26px;
    border-radius: 15px;
    border: none;
}
/* /Text over image */

/* Container for all sponsor rows */
.sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the rows */
    padding: 20px;
}

/* Rows for sponsor logos */
.sponsor-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center logos within the row */
    margin-bottom: 20px; /* Space between rows */
}

/* Individual sponsor logo */
.sponsor-logo {
    max-width: 100px; /* Adjust logo size as needed */
    margin: 10px; /* Space between logos */
    object-fit: contain; /* Maintain aspect ratio */
}


/* /Container for all sponsor rows */

/*   Partner Schools */
.partners-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.school1{
    text-align: center;
    padding: 0px 40px 0 0;
    border-right: solid 1px;
    border-color: #ADACAC ;
}

.school2{
    text-align: center;
    padding: 0 0 0 40px;
}

.school2 .align-h5{
    margin-top: -15px;
}
/* / Partner Schools */

/* Blog Section */
.blog-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of blog sections */
    justify-content: space-between;
    padding: 0 10%;
    gap: 20px; /* Add some space between the blog sections */
}

.blog-section {
    text-align: center;
    border-right: solid 1px #ADACAC ;
    padding: 0 20px;
    flex: 1 1 22%; /* Flex-grow, flex-shrink, flex-basis to control item width */
    box-sizing: border-box;
}

.blog-image {
    border: solid 4px #ADACAC ;
    border-radius: 25px;
    width: 100%; /* Make image responsive */
    max-width: 250px; /* Optional: set a max-width */
}

.insta-container {
    display: flex;
    padding: 150px 10%;
    box-sizing: border-box; /* Include padding in width and height */
}

.insta-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px; /* Set a height for the sections */
    box-sizing: border-box; /* Ensure padding and border don't affect width */
}

.insta-text-section {
    display: flex;
    padding: 20px;
}

.instagram-media{
    background:#FFF; 
    border:0; 
    border-radius:3px; 
    box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); 
    padding:0; 
    width:500px; 
    height:498px;
    
}

/* ****************** / About us page ***************************/


/* ******************  Blog page ***************************/
/* .slider-content-video {
    border-radius: 50px;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width:700px;
}

.video-slider {
    position: relative;
    text-align: center;
} */

/* video section */
.custom-video-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60%;
	height: 50%;
    margin: auto;
}

.custom-video-container {
    width: 100%;
    overflow: hidden;
}

.custom-video-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.custom-video-content {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-video-content iframe {
    width: 100%;
    height: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.custom-video-nav {
    background-color: #fff;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
	padding: 28px;
    border: solid 1px;
}

.prev-video {
    left: -100px;
}

.next-video {
    right: -100px;
}

.custom-video-nav:hover {
    background-color: #ddd;
}
/* /video section */
/* ****************** / Blog page ***************************/

/* ****************** / image Gallery ***************************/
.gallery-container {
    text-align: center;
    padding: 20px;
    margin-top: 5%;
}

.gallery-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.gallery-item {
    flex: 1 1 calc(33.333% - 40px); /* 3 items per row */
    max-width: calc(33.333% - 40px);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.event-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}




/* Modal CSS */
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: 40px auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
/* ****************** / image Gallery ***************************/

/* Single post design */
.single-post-container{
    margin-top: 5%;
}

.post-heading h1{
    text-align: center;
}


.post-text{
    padding: 0 10%;
}


/* header Responsive design */
@media (max-width: 768px) {
    .card-title{
        margin-right: unset;
        padding-left: 0;
        width: 46%;
    }
    .logo {
        width: 65%;
      }
    .container {
        padding-top: 0 !important;
        display: flex;
        flex-direction: column;
      }
    .slider-content-image{
        padding: unset;
    }
    .text-overlay {
        transform: none;
        font-size: 14px;
    }
    header{
        position: relative;
    }


    .img-container img {
        width: 100%;
    }
    
    .nav__links {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    
    .nav__links li {
        padding: 10px 0;
        width: 100%;
        text-align: left;
    }

    .next-video{
        right: -30px;
    }

    .prev-video{
        left: -30px;
    }

    .slider {
        width: 90%;
    }

    .slider-content {
        padding: 30px;
        border-radius: 30px;
    }

    .slider-button {
        width: 35px;
        height: 35px;
        margin: 0 -20px;
    }

    .prev {
        left: -25px;
    }

    .next {
        right: -25px;
    }
    .sub-container {
        flex-direction: column; 
        padding: 5% 5%;
    }

    .text-section, .image-section {
        width: 100%; 
        height: auto;
    }

    .text-section {
        padding: 20px 0;
        text-align: center; 
    }

    .image-section {
        padding: 20px 0;
    }
    .news-section {
        width: 90%; 
    }
    .sponsor-logo {
        max-width: 60px;
    }
    .blog-section {
        flex: 1 1 55%; 
    }
    .gallery-item {
        flex: 1 1 calc(50% - 40px); 
    }
    .single-post-container{
        margin-top: 45%;
    }
} 

/* @media (max-width: 1200px) {
    .sponsor-logo {
        max-width: 80px; 
    }
}    */ 


/* Responsive Design  */
/* @media (max-width: 1024px) {

    .sub-container {
        padding: 5% 7%;
    }

    .section {
        height: auto; 
    }

    .text-section {
        padding: 15px;
    }
} */

@media (max-width: 480px) {
    .card-title{
        margin-right: unset;
        padding-left: 0;
        width: 24%;
    }
    .logo {
        width: 50%;
      }
    .partners-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 96%;
        align-items: center;
        padding: 10%
    }
    .school2 {
        padding: 0px 5px 0 0 !important;
    }

    .footer .text {
        text-align: center !important;
        color:white;
    }
    .slider-button {
        margin: 0px -2px !important;
    }
    .slider-content-image{
        padding: unset;
    }
    .text-overlay {
        top: 0;
        left: 0;
        transform: none;
        font-size: 14px;
    }
    header{
        position: relative;
    }

    .container{
        padding-top: 0 !important;
    }

    .news-section h1 {
        margin-left: 0;
        text-align: center;
      }

    .img-container img {
        width: 100%;
    }

    .next {
        right: 5px !important;
    }

    .prev {
        left: 5px !important;
    }
    
    li, a, button {
        font-size: 0.875rem; 
        font-family: Roboto;
    }
    
    .nav__links {
        padding-top: 10px;
    }
    
    .slider {
        width: 95%;
    }

    .slider-content {
        padding: 20px;
        border-radius: 20px;
    }
    .text-section{
        align-items: center;
    }

    .text-section p {
        font-size: 0.875rem !important;
        padding: 0 20px;
    }

    .slider-button {
        width: 30px;
        height: 30px;
        margin: 0 -15px;
    }



    .slider-text {
        font-size: 0.875rem; 
    }
    
    .sub-container {
        padding: 5% 3%;
    }

    .image-section img {
        border-width: 3px; 
    }

    .image-section{
        padding: 0 20px;
    }

    .vc_custom_1724304630594 {
        margin-right: 1px !important;
        margin-left: 1px !important;
    }

    .vc_row.vc_row-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .news-section {
        width: 90%; 
    }

    .news-container {
        padding: 0 5%; 
    }
   

    
    .sponsor-logo {
        max-width: 50px; 
    }
    

    
    .blog-container {
        padding: 0 5%; 
    }

    .blog-section {
        flex: 1 1 100%; 
        border-right: none; 
        border-bottom: solid 1px #ADACAC ; 
        padding-bottom: 20px; 
    }
   

   
    .gallery-item {
        flex: 1 1 100%; 
        max-width: 100%;
    }
    
}

/* /header Responsive design */
