

body{
  font-family:'Comic Neue'!important;
}
/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
}

/* Make all images responsive */
img {
    max-width: 100%;
    height: auto;
    /* display: block; */
}


/* Intro section */
.intro-section {
  width: 100%;  
  padding: 80px 20px;
  position: relative;
  z-index: 20; /* above navbar wave */
}

.ctnr1{}

.intro-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1280px) {
    .intro-image img {
        width: 300px!important;
        height: auto;
        object-fit: cover;
        margin-bottom: 10px;
        transition: transform 0.4s;
    }
}


.intro-image {
  text-align: center;
  position: relative;
  z-index: 21;
}

.intro-image img {
  width: 400px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
  transition: transform 0.4s ease;
}

.intro-image:hover img {
  transform: scale(1.05);
}

.intro-text h2 {
  font-weight: bold;
  font-family:'Comic Neue'!important;
  font-size: 3rem;
  color: #0b2d71;
  line-height: 1.5;
}

.intro-text p {
  font-family: 'Comic Neue' !important;
  font-size: 3rem;
  color: #0b2d71;
  margin-top: 10px;
  font-weight: bold;

}

.intro-image p {
  margin-top: -35px;
  font-family:'Comic Neue'!important;
  font-size: 2rem;
  font-weight: 500;
  color: #0b2d71;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
}

/* ===== Responsive Fixes ===== */

/* Tablet screens (768px – 991px) */
@media (max-width: 991px) {
  .intro-section {
    padding: 60px 15px;
  }

  .intro-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .intro-text h2 {
    font-size: 2.2rem;
  }

  .intro-text p {
    font-size: 1.5rem;
  }

  .intro-images {
    justify-content: center;
    gap: 20px;
  }

  .intro-image img {
    width: 320px;
    max-width: 100%;
  }

  .intro-image p {
    font-size: 1.5rem;
    margin-top: -25px;
  }

  /* Remove negative margin on tablet */
  .intro-img1 {
    margin-top: 0 !important;
  }
}

/* Mobile screens (≤767px) */
@media (max-width: 767px) {
  .intro-section {
    padding: 40px 10px;
  }

  .intro-text h2 {
    font-size: 3rem;
    text-align: center;
  }

  .intro-text p {
    font-size: 1.2rem;
    text-align: center;
  }

  .intro-images {
    flex-direction: column;
    align-items: center;
  }

  .intro-image img {
    width: 100%;
    max-width: 240px;
  }

  .intro-image p {
    font-size: 2rem;
    margin-top: -20px;
  }

  /* Ensure stacked images don't overlap */
  .intro-img1 {
    margin-top: 0 !important;
  }
}

/* Keep your original desktop offset */
@media (min-width: 992px) {
  .intro-img1 {
    margin-top: -180px;
    margin-left: -60px;
  }
  .intro-images {
  position: relative;
  display: flex;
  gap: 20px; /* optional spacing */
}

.intro-image {
  position: relative;
  z-index: 2; /* bring Adults Arabic on top */
}

.intro-img1 {
  margin-top: -180px;
  margin-left: -60px;
  z-index: 1; /* Kids Arabic below */
}
}











/* Default (desktop stays unchanged) */
.about1-section {
  width: 100%;
  padding: 80px 20px;
  position: relative;
}

.about1-text h2 {
  text-align: center;
  font-family:'Comic Neue'!important;
  font-size: 2rem;
  font-weight: 600;
  color: #0b2d71;
  line-height: 1.5;
}

.about1-text h5 {
  text-align: center;
  font-weight: 600;
  font-family:'Comic Neue'!important;
  font-size: 1.8rem;
  color: #0b2d71;
  line-height: 1.5;
}

.about1-text p {
  text-align: center;
  font-family:'Nunito'!important;
  font-size: 1.5rem;
  color: #0b2d71;
  margin-top: 10px;
}

.about1-text {
  max-width: 900px;
  margin: 0 auto;
}

.about-buttons {
  text-align: center;
  margin-top: 25px;
}

.about-buttons .btn {
    font-weight: normal !important;
            font-size: 27px;
            width: 220px;
            height: 70px;
            display: inline-block;
            padding: 12px 30px;
            background: #a9c8ed;
            color: #fff;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.4s ease;
              font-family:'Comic Neue'!important;
}

.aboutimage img {
  text-align: center !important;
  width: 90% !important;
  max-width: 700px !important;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* ===== Tablet (768px – 991px) ===== */
@media (max-width: 991px) {
  .about1-section {
    padding: 60px 15px;
  }

  .aboutimage {
    text-align: center; /* Center image on tablet */
    margin-bottom: 30px;
  }

  .aboutimage img {
    width: 80% !important;
    max-width: 500px !important;
  }

  .about1-text {
    text-align: center;
  }

  .about1-text h2 {
    font-size: 2.2rem;
  }

  .about1-text h5 {
    font-size: 1.6rem;
  }

  .about1-text p {
    font-size: 1.1rem;
  }

  .about-buttons .btn {
    width: 100%;
      font-family:'Comic Neue'!important;
    max-width: 220px;
    height: 55px;
    font-size: 18px;
    margin: 8px 0;
  }
}

/* ===== Mobile (≤767px) ===== */
@media (max-width: 767px) {
  .about1-section {
    padding: 40px 10px;
  }

  .aboutimage {
    text-align: center;
    margin-bottom: 25px;
  }

  .aboutimage img {
    width: 100% !important;
    max-width: 280px !important;
  }

  .about1-text {
    text-align: center;
  }

  .about1-text h2 {
    font-size: 2.5rem;
  }

  .about1-text h5 {
    font-size: 1.5rem;
  }

  .about1-text p {
    font-size: 1.5rem;
  }

  .about-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-buttons .btn {
     font-weight: normal !important;
            font-size: 27px;
            width: 220px;
            height: 70px;
            display: inline-block;
            padding: 12px 30px;
            background: #a9c8ed;
            color: #fff;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.4s ease;
            font-family:'Comic Neue'!important;
  }
}






/* Text Section */



    .text1-section {
      padding: 60px 20px;
    }

    .text1-text {
      font-family:'Nunito'!important;
      font-size: 1.5rem;  
      color: #0b2d71;   
      line-height: 1.9;
      text-align: center;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .text1-text {
        font-family:'Comic Neue'!important;
        font-size: 1.5rem;
        line-height: 1.7;
        padding: 0 15px;
      }
    }









/* === Program Section (Desktop style unchanged) === */
.kids-programs .program-item {
  display: flex;
  align-items: center;
}

.kids-programs .program-img {
  width: 280px; 
  max-width: 100%;
  transition: transform 0.4s ease;
}

/* Keep desktop style exactly as it is */
@media (min-width: 992px) {
  .programimage2 img {
    margin-top: -70px;
    margin-left: 156px;
  }

  .programimage3 img {  
    margin-top: -70px;
    margin-left: 20px;
  }

  .pg1 {
    margin-left: -30px !important;
  }
}

/* ===== Tablet (768px – 991px) ===== */
@media (max-width: 991px) {
  .kids-programs .row > div {
    text-align: center; /* Center content on tablet */
  }

  .kids-programs .program-img {
    margin: 0 auto 15px auto; /* Center images */
    width: 70%;
    max-width: 260px;
  }

  .program-text h4 {
    font-size: 1.4rem;
    text-align: center;
  }

  .programimage2 img {  
    margin-top: -30px;
    margin-left: 0;
  }

  .programimage3 img {  
    margin-top: -20px;
    margin-left: 0;
  }

  .program-section-text {
    margin-top: 30px;
    text-align: center !important;
    padding: 0 !important;
  }

  .program-section-text h2 {
    font-size: 2rem;
  }

  .program-section-text p {
    font-size: 1rem;
  }
}

/* ===== Mobile (≤767px) ===== */
@media (max-width: 767px) {
  .kids-programs .program-img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 10px;
  }

  .program-text h4 {
    font-size: 1.2rem;
    text-align: center;
  }

  .programimage2 img,
  .programimage3 img {
    margin-top: 0;
    margin-left: 0;
  }

  .program-section-text {
    margin-top: 25px;
    text-align: center !important;
    padding: 0 !important;
  }

  .program-section-text h2 {
    font-size: 1.6rem;
  }

  .program-section-text p {
    font-size: 0.95rem;
  }

  .program-section-text .btn {
    font-size: 1rem;
    padding: 8px 20px;
  }
}

/* ===== Small Phones (≤576px) ===== */
@media (max-width: 576px) {
  .kids-programs .program-img {
    /* max-width: 180px; */
  }

  .program-section-text h2 {
    font-size: 1.4rem;
  }

  .program-section-text p {
    font-size: 0.9rem;
  }
}












/* Default (large screens) */
@media (min-width: 992px) {
  .programimage4 img {  
    /* margin-top: -70px; */
    /* margin-left: 50px; */
  }

  .programimage5 img {  
    /* margin-top: -70px; */
    margin-left: 20px;
  }

  .programimage6 img {  
    /* margin-top: -70px; */
    margin-left: 190px;
  }

  .programimage7 img {  
    margin-top: -280px;
    margin-left: -110px;
  }
}


@media (min-width: 576px) and (max-width: 991px) {
  .programimage4 img,
  .programimage5 img,
  .programimage6 img,
  .programimage7 img {
    margin: 10px auto;
    display: block;
    max-width: 90%;
    height: auto;
  }

  .pgrmtxt,
  .pgrmtxt1,
  .pgrmtxt2 {
    text-align: left;
    font-size: 1.5rem;
  }

  .pgrmtxt3 {
    text-align: center;
  }
}


/* Medium screens (tablets, <=992px) */
@media (max-width: 992px) {
  .programimage4 img {  
    /* margin-top: -40px; */
    /* margin-left: -40px; */
  }
  .programimage5 img {  
    /* margin-top: -40px; */
    /* margin-left: 10px; */
  }
}

/* Small screens (phones, <=576px) */
@media (max-width: 576px) {
  .programimage4 img,
  .programimage5 img {  
    margin-top: 0;
    /* margin-left: 20px; */
  }
}



/* Desktop and larger (≥992px) – keep your original styling */
@media (min-width: 992px) {
  .programimage4 img {  
    margin-top: -70px;
    margin-left: 50px;
  }

  .programimage5 img {  
    margin-top: -70px;
    margin-left: 20px;
  }

  .programimage6 img {  
    margin-top: -70px;
    margin-left: 140px;
  }

  .programimage7 img {  
    margin-top: -280px;
    margin-left: -155px;
  }

  .pgrmtxt { text-align: right !important; }
  .pgrmtxt1 { text-align: right !important; }
  .pgrmtxt2 { text-align: left; font-size: 2rem; font-weight: 700; }
  .pgrmtxt3 { text-align: center !important; }
}


.kids-programs .program-img img {

  /* object-fit: cover; */
  /* height: 280px; */
   transition: transform 0.4s ease;
}

.kids-programs .program-text h4 {
    text-align: left;
     font-family:'Comic Neue'!important;
  font-size: 2rem;
  font-weight: 700;
  color: #0b2d71;
  font-family: 'Comic Neue', cursive;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .kids-programs .program-text h4 {
    text-align: center;
    font-family: 'Comic Neue', cursive !important;
    font-size: 2rem;
    font-weight: 700;
    color: #0b2d71;
    margin-bottom: 8px;
  }
}



@media (min-width: 1200px) {
    .ptxt {
        margin-left: 70px!important;
    }
}


.kids-programs .program-text p {
     font-family:'Comic Neue'!important;
  font-size: 1rem;
  color: #555;
  margin: 0;
}

@media (max-width: 768px) {
  .kids-programs .program-item {
    flex-direction: column !important;
    text-align: center;
  }
  .kids-programs .program-img {
    /* margin: 0 0 15px 0 !important; */
  }
}

.program-section-text h2 {
    text-align: center;
  font-family:'Comic Neue'!important;
  font-size: 3rem;
  font-weight: 700;
  color: #0b2d71;
}

.program-section-text p {
  text-align: center;
font-family:'Nunito'!important;
  font-size: 1.5rem;
  color: #0b2d71;
}

.program-text{}

.program-section-text .btn {
  font-weight: normal !important;
            font-size: 27px;
            width: 220px;
            height: 70px;
            display: inline-block;
            padding: 12px 30px;
            background: #a9c8ed;
            color: #fff;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.4s ease;
            font-family:'Comic Neue'!important;
}

.pgrmtxt2 {
    text-align: right !important;
    text-align: left; /* this overrides the line above */
    font-family:'Comic Neue'!important;
    font-size: 2rem;
    font-weight: 700;
    color: #0b2d71;
    margin-bottom: 8px;
  }

@media (min-width: 992px) {
  .pgrmtxt {
    text-align: right !important;
  }

  .pgrmtxt1 {
    text-align: right !important;
  }

  .pgrmtxt2 {
    text-align: right !important;
    text-align: left; /* this overrides the line above */
    font-family:'Comic Neue'!important;
    font-size: 2rem;
    font-weight: 700;
    color: #0b2d71;
    margin-bottom: 8px;
  }

  .pgrmtxt3 {
    text-align: center !important;
  }
}



/* Default: Mobile first (<576px) */
.pgrmtxt,
.pgrmtxt1,
.pgrmtxt2,
.pgrmtxt3 {
  text-align: center;
  font-family:'Comic Neue'!important;
  /* font-size: 1.2rem; */
  font-weight: 600;
  color: #0b2d71;
  margin-bottom: 6px;
}

/* Tablets (≥576px and <992px) */
@media (min-width: 576px) and (max-width: 991px) {
  .pgrmtxt,
  .pgrmtxt1,
  .pgrmtxt2 {
    /* text-align: left; */
    font-size: 1.5rem;
  }


   .pgrmtxt2 {
   /* margin-right: 250px; */
  }

  .pgrmtxt3 {
    text-align: center;
  }
}

/* Desktop / Mac (≥992px) */
@media (min-width: 992px) {
  .pgrmtxt {
    text-align: right !important;
  }

  .pgrmtxt1 {
    text-align: right !important;
  }

  .pgrmtxt2 {
    text-align: left; /* stays left on desktop */
    font-size: 2rem;
    font-weight: 700;
  }

  .pgrmtxt3 {
    text-align: center !important;
  }
}








/* About Page */


.iqraa-team-section {
    padding: 60px 20px;
    background-color: #f4f9fc;
}

/* Left Images */
.iqraa-team-images .team-image {
    margin-bottom: 15px;
    display: inline-block;
}

.iqraa-team-images .team-img {
    width: 60%;
    height: auto;
    border-radius: 20px; /* Rounded corners for images */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); /* Box shadow around images */
    object-fit: cover; /* Ensures image covers its container while maintaining aspect ratio */
}

/* Right Text */
.iqraa-team {
    font-family:'Comic Neue'!important;
    /* max-width: 600px; */
    margin: 0 auto;
}

.iqraa-team h2 {
  font-weight: bold;
   font-family:'Comic Neue'!important;
    font-size: 2rem;
    color: #0b2d71;
    margin-bottom: 20px;
}
.iqraa-team h5 {
   font-family:'Comic Neue'!important;
    font-size: 2rem;
    font-weight:bolder;
    color: #0b2d71;
    margin-bottom: 20px;
}

.iqraa-team p {
   font-family:'Comic Neue'!important;
    font-size: 1.5rem;
    color: #0b2d71;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .iqraa-team-text h2 {
        font-family:'Comic Neue'!important;
    font-size: 2rem;
    color: #0b2d71;
    }

    .iqraa-team-text p {
       font-family:'Comic Neue'!important;
  
    color: #0b2d71;
    }

    .iqraa-team-images {
        margin-bottom: 30px;
    }

    .iqraa-team-images .team-img {
        width: 100%;
        border-radius: 15px; /* Smaller border-radius for mobile screens */
    }
}
.teamimage img {
  
      width: 65%;
      border-radius: 10px;
      transition: transform 0.4s ease;
    }

.teamimage1 img {
  text-align: right;
      width: 65%;
      border-radius: 10px;
      transition: transform 0.4s ease;
      margin-top: -20px;
    }
.teamimage1  {
  text-align: right;
    
    }
.teamimage3  {
  text-align: center;
    
    }
.teamimage3 img  {
  width: 40%!important;
    
    }




/* Ensure responsive behavior */
.founders-letter-section img {
  max-width: 100%;
  height: auto;
}

/* Mobile adjustments (stack vertically & center everything) */
@media (max-width: 767px) {
  .founders-letter-section .iqraa-team {
    text-align: center !important;
  }

  .founders-letter-section .iqraa-image {
    text-align: center;
    margin-top: 20px;
  }
}






    h2.section-title {
  font-size:2.5rem;  /* Exact font size used */
  font-weight: 600; /* Semi-bold weight for headers */
  margin-bottom: 10px;
  color: #0b2d71; /* Dark blue color for titles */
  font-family:'Comic Neue'!important;
}

p {
  color: #0b2d71;  /* Lighter blue color for the text */
  margin-bottom: 5px;
  font-size: 1.5rem; /* Adjusted text size */
   font-family:'Nunito'!important;
}

.social-icon {
  font-size: 2rem;
  margin: 0 15px;
  color: #0b2d71; /* Dark blue for social icons */
  text-decoration: none;
    font-family:'Comic Neue'!important;
}

.social-icon:hover {
  color: #0b2d71; /* Change color on hover */
}

@media (max-width: 767px) {
  h2.section-title {
    font-size: 2rem;  /* Adjust for smaller screen sizes */
      font-family:'Comic Neue'!important;
  }

  p {
    font-size:  1.5rem;;  /* Adjust paragraph text size for smaller screens */
      font-family:'Comic Neue'!important;
  }

  .social-icon {
    font-size: 1.5rem;  /* Adjust icon size for mobile screens */
  }

  .ft-icon{
  width: 50px!important;
}
.socialimg{width: 40px !important;}
.socialtxt{font-size: 2rem !important;}
}

.ft-icon{
  width: 80px;
}


.socialtxt{font-size: 2.5rem;}

.socialimg{width: 50px;}