/*
Theme Name: Leaders International School
Theme URI: https://www.leaders.edu/
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme for Leaders International School
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leaders-school
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #2753e2;
    --secondary-color: #ffc107;
    --text-color: #333;
    --background-color: #f8f9fa;
    --border-radius: 20px;
    --HeroFont: "Playfair Display", serif;
    --TextPrim-Font: "Poppins", sans-serif;

}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/* Custom CSS to match the design */
body {
    font-family: var(--TextPrim-Font);
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 28px;
}
li {
    font-size: 16px;
}

.head-font {
    font-family: var(--HeroFont);
    font-weight: 600;
}

/* .navbar-brand img {
    max-height: 92px;
} */
 

.hero-section {
    background-image: linear-gradient(rgb(0 0 0 / 57%), rgb(0 0 0 / 59%)), url(https://leadersinternationalschoolqa.com/wp-content/themes/LeaderSchool/assets/images/leaders-heroback.png);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
    padding-bottom: 180px;
}and after primary elementary in the and secondary middle school in the us education.
Kindergarten or preschool.</p>
                <div class="mt-5">
                    <a href="/admission" class="Leader-primary-btn">Admission</a>
                    <a href="https://leadersinternationalschoolqa.com/about/" class="Leader-transparent-btn mx-2">Learn More</a>
                </div>
            </div>
        </div>
    </div>
</section> 

.features-section {
    padding: 30px 0;
    text-align: center;
    position: relative;
    top: -123px;
    height: 200px;
}

.feature-icon {
    background-color: #2753e2;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

.academic-programs {
    text-align: center;
    padding: 40px 0;
}

.program-card {
    background-color: #2753e2;
    color: white;
    border-radius: 50%;
    padding: 50px 20px;
    margin-bottom: 20px;
    height: 220px;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.program-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.program-card p {
    font-size: 12px;
    margin-bottom: 10px;
}

.btn-outline-light {
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
}

.why-choose-section {
    background-color: #f8f9fa;
    padding: 40px 0;
    border-radius: 20px;
    margin-top: 40px;
}

.why-choose-image {
    border-radius: 20px;
    overflow: hidden;
}

.why-choose-features {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-feature {
    flex: 0 0 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.why-choose-feature i {
    color: #2753e2;
    margin-right: 10px;
}

.admission-section {
    background-color: #2753e2;
    color: white;
    padding: 40px 0;
    border-radius: 20px;
    margin: 40px 0;
}

.admission-circle {
    background-color: white;
    color: #333;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    position: relative;
}

.admission-circle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffc107;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.counter-box {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
}

.special-classes {
    text-align: center;
    padding: 40px 0;
    /*background-color: #f8f9fa;*/
}

.class-card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.class-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.class-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
}

.british-curriculum {
    padding: 40px 0;
}

.british-curriculum-box {
    background-color: #2753e2;
    color: white;
    border-radius: 20px;
    padding: 30px;
}

.british-curriculum-image {
    border-radius: 20px;
    overflow: hidden;
}

.news-section {
    padding: 40px 0;
    text-align: center;
}

.news-card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.teachers-section {
    padding: 40px 0;
    text-align: center;
}

.teacher-card {
    margin-bottom: 30px;
}

.teacher-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.contact-section {
    padding: 40px 0;
}

.contact-form {
    padding: 30px;
    border-radius: 20px;
    background-color: #f8f9fa;
}

.contact-image img {
    width: 100%;
    border-radius: 20px;
}

footer {
    background-color: #2753e2;
    color: white;
    padding: 40px 0 20px;
}

.footer-links h5 {
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
}

.social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 18px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
}

.dot-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}

.dot.active {
    background-color: var(--primary-color);
}

.dot.orange {
    background-color: #ffc107;
}



/* Hero Section */

.Leader-primary-btn {
    border-radius: 100px;
    background: #FFF;
    color: var(--primary-color);
    text-decoration: none;
    padding: 14px 49px;
    font-size: 16px;
    line-height: 51px;
}
.Leader-primary-btn:hover {
    
    text-decoration: none;
}

.main-primary-btn {
    border-radius: 100px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 3px 36px;
    font-size: 16px;
    line-height: 51px;
}
.main-primary-btn:hover {
    color: #fff;
    text-decoration: none;
}


.Leader-transparent-btn {
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 14px 49px;
    font-size: 16px;
    line-height: 51px;
}
.Leader-transparent-btn:hover {

    color: #fff;
    text-decoration: none;
}
.heroText {
    font-size: 75px;
}
.HeroFeatureBox {
    border-radius: 10px;
    background: url(https://leadersinternationalschoolqa.com/wp-content/themes/LeaderSchool/assets/images/feature-bg.png) lightgray -14.274px 0px / 106.863% 100% no-repeat;
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:10px;
    height: 252px;
    width: 100%;
}
.icon-bg {
    background-color: var(--primary-color);
    border-radius: 100%;
    padding:16px;
   
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.icon-bg i, .icon-bg img, .icon-bg svg {
    color: #fff;
    font-size: 38px;
    max-width: 25px;
}
.Fturebox-Col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.HeroFeaturesSection {
    display: flex;
    justify-content: center;
}


/* Acedemic Section */
.academic-programs-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.featBoxsemi {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    overflow: hidden;
}
.whypiccont {
    padding: 0px 0px 0px 0px;
    background: var(--primary-color);
    border-radius: 30px;
}
/*  */


/* Admission Now */

.admission-banner {
    background-image: linear-gradient(135deg, #2051d3 60%, #1a45b5 100%);
  }
  
  .admission-circle {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  /* For making the countdown numbers more prominent */
  .display-5 {
    font-weight: 600;
  }

  .cardimgabt {
    fill: #FFF;
    filter: drop-shadow(3px 7px 9px rgba(0, 0, 0, 0.25));
    padding:10px
  }
  

  /* Pages */

  .PageTitleSection {
    border: 10px solid #FFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.05);
  }

  .gallery-header {
    background-image: url('https://leadersinternationalschoolqa.com/wp-content/themes/LeaderSchool/assets/images/class-room-bg.jpg');
  }
  .admission-header {
    background-image: url('https://leadersinternationalschoolqa.com/wp-content/themes/LeaderSchool/assets/images/admission.jpg');
  }
  .breadcrumb {
    background: transparent;
  }

  /* Pages */
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .admission-circle {
      margin: 0 auto;
      width: 200px;
      height: 200px;
    }
}
.teacher-card {
    border-radius: 6px 6px 0px 0px;
    background:  #FFF;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
}
.contactformCont {
    padding: 30px;
    border-radius: 40px;
    background: url(/assets/images/feature-bg.png) lightgray -14.274px 0px / 103.863% 103% no-repeat;
    box-shadow: 0px 1px 10px 5px rgba(228, 221, 221, 0.37);
}
/*  */


/* Mobile Responsive */

@media (max-width: 768px) {
    .features-section {
        height: 50rem;
    }
}
/*  */


/* New Responsive Addition */
#navbarNav {
    z-index: 999999;
}
@media (max-width: 768px) {
    .mega-menu .dropdown-menu {
        transform: translateX(0%) !important;
    }

    .heroText {
        font-size: 36px !important;
    }
    .head-font {
        font-size: 36px !important;
    }
    #navbarNav {
        z-index: 999999;
        background: #fff;
    }
}