/* importing google fonts */
@import url('https://fonts.googleapis.com/css2?family=Miniver&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}
.my-link {
    color: white;
    text-decoration: none;
}

header {
    background: #0056b3;
    position: fixed;
    width: 100%;
    z-index: 5; 
}

.logo-text {
    color: white;
    padding-left: 50px;
}
.nav-link {
    color: white;
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    transition: 0.3s ease;
    
}
.nav-link a {
    padding: 10px 18px;
    font-size: 15px;
}
.nav-link a:hover {
    background-color: blue;
    border-radius: 20px;
    color: black;
}
.hero-image {
    width:400px;
    margin-right: 100px;
}
.hero-section {
    background-color: brown;
    min-height: 100vh;
}
.section-content {
    display: flex;
    align-items: center;
    min-height: 100vh;
    color: white;
    justify-content: space-between;
    padding-left: 80px;
}
.order {
    padding: 10px 26px;
    color: black;
    background: orange;
    border-radius: 20px;
    border: 1px solid orange;
}
.buttons {
    gap: 20px;
}
.order:hover {
    color: white;
    background: transparent;
    border: 2px solid white;
    cursor: pointer;
}
.contact {
    padding: 10px 26px;
    color: white;
    background: transparent;
    border-radius: 20px;
    border: 2px solid white;
}
.contact:hover {
    color: #0056b3;
    background-color: orange;
    border: 2px solid orange;
    cursor: pointer;
}
.close-menu {
    cursor: pointer;
    padding-top: 10px;
    color: white;
}
.title {
    color: orange;
}
.description {
    margin: 24px 0 40px;
    font-size: 17px;
    max-width: 60%;
}
.subtitle {
    margin-top: 8px;
    font-size: 25px;
    max-width: 60%;
}
/* About section styling */
.about-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 5%;
    margin-left: 50px;
}
.section-title {
    color: black;
}
.text {
    color: black;
    line-height: 30px;
    margin: 50px 0 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.about-section {
    padding: 120px 0;
    background-color: white;
}
.about-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.about-details {
    margin-right: 50px;
    max-width: 50%;
}
.section-title {
    text-align: center;
    padding: 60px 0 100px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
}
.section-title::after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
    background-color: orange;
}

/* Menu section styling */

/* .menu-section {
    color: white;
    background-color: #0056b3;
    padding: 50px 0 100px;
} */
.menu-image {
    width: 450px;
    max-width: 83%;
    aspect-ratio: 1;
    object-fit: contain;
}
.menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 90px;
    padding-left: 20px;
    justify-content: space-between;
    padding-right: 20px;
}
.menu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 3 - 90px);
    justify-content: space-between;
    text-align: center;
}
.menu-section-title {
    text-align: center;
    padding: 60px 0 100px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
}
.menu-section-title::after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
    background-color: orange;
}
.name {
    margin: 12px 0;
    font-size: 18px;
    font-weight: 600;
}
.menu-text {
    font-size: 13px;
    max-width: 60%;
}
.social-link-list {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.social-link {
    color: black;
    transition: 0.2s ease;
}
.social-link:hover {
    color: orange;
}

/* Testimonials Section styling */

.user-image {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 50px;
}
.testimonials-list {
    padding-top: 40px;
    padding-left: 20px;
    display: flex;
    padding: 35px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.testimonials-section-title {
    text-align: center;
    padding: 60px 0 100px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
}
.testimonials-section-title::after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
    background-color: orange;
}
.testimonials-section {
    padding-top: 40px;
    padding: 50px 0 100px;
}
.user-name {
    margin-bottom: 16px;
    font-size: 18px;
}
.feedback {
    line-height: 25px;
    font-size: 13px;
}
.slider-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

/* Gallery section styling */


.gallery-image {
    width: 300px;
    height: 300px;
    padding-top: 30px;
    border-radius: 20px;
}
.gallery-section-title {
    text-align: center;
    padding: 60px 0 100px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    padding-bottom: 30px;
}
.gallery-section-title::after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
    background-color: orange;
}
.gallery-section {
    padding: 50px 0 100px;
}
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.gallery-item {
    width: calc(100% / 3 - 32px);
    padding-left: 40px;
    cursor: pointer;
}

/* contact styling */

.contact-info {
    padding-left: 100px;
}
.contact-section {
    padding: 50px 0 100px;
}
.contact-section-content {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    justify-content: space-between;
}
.contact-info {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    align-items: center;
}
.contact-form {
    padding-right: 100px;
    max-width: 50%;
}
.form-input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 0 12px;
    border: 1px solid gray;
    margin-bottom: 16px;
}
/* .form-input:focus {
    border-color: orange;
} */
.contact-form textarea.form-input {
    height: 100px;
    padding: 12px;
    resize: vertical;
}
.submit-button {
    padding: 10px 26px;
    margin-top: 10px;
    color: white;
    background-color: brown;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid brown;
    transition: 0.3s ease;
}
.submit-button:hover {
    background: transparent;
    color: brown;
}
.contact-section-title {
    text-align: center;
    padding: 60px 0 100px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    padding-bottom: 30px;
}
.contact-section-title::after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
    background-color: orange;
}

/* Footer Styling */

.footer-section {
    padding: 20px 0;
    background-color: #0056b3;
}

.footer-section :where(.copyright-text, .footer-social-link, .policy-link) {
    color: white;
    transition: 0.2s ease;
}
.footer-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright-text {
    padding-left: 20px;
}
.policy-link {
    padding-right: 20px;
    text-decoration: none;
}
.footer-social-link-list {
    display: flex;
    gap: 15px;
}
.footer-social-link:hover {
    color: orange;
}
.policy-link:hover {
    color: orange;
}
.seperator {
    color: white;
    margin: 0 5px;
}
@media (max-width:1024px) {
    .menu-list {
        gap: 30px;
    }
    .menu-item {
        width: calc(100% / 3 - 10px);
    }
    .menu-image {
        max-width: 200px;
    }
    .menu-text {
        max-width: 100%;
    }
}

@media (max-width:640px) {
    .menu-item {
        width: 100%;
    }
    .menu-list {
        gap: 60px;
    }
    .gallery-item {
        width: 100%;
    }
    .footer-section-content {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 10px;
    }
}
@media (max-width:900px) {
    .nav-link {
        display: block;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        background: white;
        color: black;
        transition: left 0.2s ease;
    }
    body.show-mobile-menu .nav-link {
        left: 0;
    }
    .open-menu {
        position: absolute;
        right: 30px;
        top: 30px;
    } 
    .description {
        max-width: 100%;
        margin: 24px 0 40px;
        font-size: 17px;
    }
    .subtitle {
        margin-top: 8px;
        max-width: 100%;
        font-size: 25px;
    }
    .section-content {
        gap: 50px;
        text-align: center;
        padding: 30px 20px 20px;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .hero-image {
        width:270px;
        margin-right: 0;
    }
    .buttons {
        gap: 20px;
        display: flex;
        justify-content: center;
    }
    .about-section-content {
        gap: 70px;
        flex-direction: column-reverse;
    }
    .about-image {
        width: 100%;
        height: 100%;
        max-width: 250px;
        aspect-ratio: 1;
    }
    .about-details {
        max-width: 100%;
        padding-left: 30px;
    }
    .slider-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .contact-section-content {
        align-items: center;
        flex-direction: column-reverse;
        padding-left: 20px;
    }
    .contact-info {
        padding-left: 20px;
    }
    .contact-form {
        max-width: 100%;
    }
}
@media (min-width: 900px) {
    .open-menu {
        display: none;
    }
    .close-menu {
        display: none;
    }
    
}
@media (max-width:720px) {
    .gallery-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


.head-line{
    width: 99vw;
    height: 90vh;
    background-image: url(./image/story-telling.jpg);
    background-blend-mode: multiply;
    background-color: rgba(3, 3, 119, 0.678);
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: flex; align-items: center; justify-content: center;
}

.hero-cont{
    color: white;
    width: 70%;
    height: 90%;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;

}
.learn{
    font-size: 3rem;
    font-family: monospace;
    padding: 0;
    margin: 0;
    margin-top: -2rem;
    padding: 0px 1rem;
    color:  white;
    outline-style: solid;
    outline-color: white;
    text-wrap: nowrap;
}
.even{
    font-size: 4rem;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    text-wrap: nowrap;
    
}

.request-btn-hero{
    text-wrap: nowrap;
    color: #a14600;
    width: 10rem;
    height: 2.4rem;
    border-radius: 0.6rem;
    outline: none;
    border: 2px solid white;
    box-shadow: 0px 0px 8px rgb(189, 189, 189); 
}
 .request-btn-hero:hover{
    background-color: #a14600;
    cursor: pointer;
    color: white;
} 


@media (max-width:1000px) {
     .learn{
           font-size: 2rem; 
     }    
       .even{
         font-size: 2.4rem;
       }
     
}

@media (max-width:580px) {
       .learn{
           font-size: 1rem; 
     }    
       .even{
         font-size: 1.8rem;
       }
     
       .head-line{
         height: 65vh;
       }
}

@media (max-width:418px) {
        .learn{
           font-size: 0.85rem; 
     }    
       .even{
         font-size: 1.1rem;
       }
}



.promise-tag{
    width: 60vw;
    height: 20vh;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.199);
    display: flex;
    flex-direction: row;
    padding: 10px;
    padding-left: 20px;
    margin-left: 200px;
    margin-bottom: 20px;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    /* margin-top: 3rem; */
}
.promise-tag-mes{
    width: 75%;
}
.promise-tag:hover{
    transition: 0.1s ease-in;
    transform: scale(1.02);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349);
}
.promise-tag-mes>h1{
    font-size: 2rem;
    text-align: center;
}
.promise-tag-mes>p{
    font-size: 1.2rem;
    text-align: center;
}
.submit-btn{
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(255, 136, 0);
    color: blue;
    text-decoration: none;
}
.submit-btn:hover{
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 255, 0.87);
    color: white;
}


@media (max-width:1000px) {
  .promise-tag{
        width: 85%;
        height: 10rem;
        margin: auto;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .promise-tag-mes{
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     .promise-tag-mes>h1{
        text-align: center;
        font-size: 35px;
    }

    .promise-tag-mes>p{
        text-align: center;
        font-size: 1.2rem;
        margin: 0;
        padding: 0;
    }  

}

@media (max-width:580px) {
    .promise-tag{
        width: 85%;
        height: 10rem;
        margin: auto;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .promise-tag-mes{
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     .promise-tag-mes>h1{
        text-align: center;
        font-size: 25px;
    }

    .promise-tag-mes>p{
        text-align: center;
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
    }  
}

@media (max-width:418px) {
    .promise-tag{
        width: 85%;
        height: 9rem;
        margin: auto;
        padding: 10px;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1.3rem;
    }
    .promise-tag-mes{
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .promise-tag-mes>p{
        text-align: center;
        font-size: 0.8rem;
        margin: 0;
        padding: 0;
    }
    .promise-tag-mes>h1{
        text-align: center;
        font-size: 25px;
    }

}

/* .promise-tag{
    margin-top: .5rem;
} */



.STORYTELLING-SECTION{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    /* background-color: rgba(199, 228, 255, 0.767); */
    color: #004AAD;
    width: 100vw;
    margin-top: 40px;
    height: fit-content;
    padding: 2rem 0;
    /* padding: 10px; */
  }
  .Storytelling-Image{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.521);
    background-color: aliceblue;
    border-radius: 10px;
    width: 40%;
    height: 60vh;
    background-image: url(./image/story-telling.jpg);
    background-size: cover;
  }
  .Caption{
    margin-top: 1rem;
    width: 45%;
    background-color: aliceblue;
    padding: 30px;
  }
 .Caption>h1{
    font-size: 26px;
  }
.Caption>p{
    font-size: 24px;
     margin-top: 0.4rem;
  }  


  
@media (max-width:1000px) {
     .STORYTELLING-SECTION{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
      }
      .Storytelling-Image{
        width: 95%;
        height: 50vh;
      }
        .Caption{
          width: 95%;
      }
       .Caption>h1{
          font-size: 33px;
      }
       .Caption>p{
          font-size: 27px;
      }  
     
}

@media (max-width:580px) {
     .STORYTELLING-SECTION{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
      }
      .Storytelling-Image{
        width: 95%;
        height: 40vh;
      }
        .Caption{
          width: 95%;
      }
       .Caption>h1{
          font-size: 33px;
      }
       .Caption>p{
          font-size: 23px;
      }  
}

@media (max-width:418px) {
      .STORYTELLING-SECTION{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
      }
      .Storytelling-Image{
        width: 95%;
      }
        .Caption{
          width: 95%;
      }
       .Caption>h1{
          font-size: 30px;
          text-align: center;
      }
       .Caption>p{
          font-size: 20px;
          width: 98%;
      }  
}



  body {
      font-family: 'Segoe UI', sans-serif;
      background: #f4faff;
      color: #333;
    }
    .main-header {
      background: #005792;
      padding: 10px 20px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .main-header img {
      height: 40px;
    }
    .main-header nav a {
      color: white;
      margin-left: 15px;
      text-decoration: none;
    }
    .course-section {
      padding: 2rem;
      max-width: 1000px;
      margin: auto;
      text-align: center;
    }
    .course-section h2 {
      color: #005792;
    }
    .course-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }
    .course-item {
      background: white;
      padding: 1.5rem;
      border-radius: 10px;
      border: 1px solid #ccc;
      transition: 0.3s;
    }
    .course-item:hover {
      border-color: #005792;
      box-shadow: 0 0 10px rgba(0, 87, 146, 0.1);
    }
    .course-item h4 {
      margin: 0.5rem 0;
      color: #005792;
    }
    .start-btn {
      margin-top: 15px;
      display: inline-block;
      background-color: #0056b3;
      color:white;
      padding: 10px 18px;
      border: none;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
    }
    .start-btn:hover{
        background-color: blue ;
    }
/* Overall section styling */
.course-section {
  background: #f9fafc;
  padding: 80px 20px;
  text-align: center;
}

.course-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Titles */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

/* Responsive grid layout */
.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* Each course card */
.course-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Course text */
.course-card h4 {
  font-size: 1.3rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.course-card p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* CTA button */
.start-btn {
  display: inline-block;
  background: #0077ff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.start-btn:hover {
  background: #005fcc;
}

/* Responsiveness tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .course-card {
    padding: 25px 15px;
  }

  .start-btn {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
}

/* Reset + base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  width: 160px;
}

/* Desktop links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #0077ff;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  font-size: 1.6rem;
  color: #0077ff;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
  }

  .nav-links.open {
    right: 0;
  }

  .nav-links a {
    font-size: 1.1rem;
    color: #333;
  }

  .nav-links a:hover {
    color: #0077ff;
  }
}
