/*@font-face {*/
/*  font-family: 'mainfont';*/
/*  src: url('/pakistan/assets/mainfont/Urbanist-Italic[wght].ttf') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'mainfont1';*/
/*  src: url('/pakistan/assets/mainfont/Urbanist[wght].ttf') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }

}
html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 767){
.body{
  overflow-x: hidden;
}
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /* remove gap if any */
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Optional: smooth fade-in effect */
.dropdown-menu {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: block;
  visibility: hidden;
  position: absolute;
}

/* Make visible on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

/* Prevent flickering when moving the mouse */
.nav-item.dropdown > .dropdown-menu {
  pointer-events: auto;
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}

/* Initial state */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}

/* Dropdown item hover background */
.dropdown-menu .dropdown-item:hover, 
.dropdown-menu .dropdown-item:focus {
    background-color: #4b4dc7 !important ;
    color: white;
    transition: background-color 0.3s ease;
}

button.main-btn {
    background: #c9e900;
    border: #c9e900;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: bold;
}

a#search {
    background: #caf000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 4px;
    color: #4b4dc7;
}

a#searchnavbar {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 4px;
    color: #4b4dc7;
}


@media (max-width: 767.98px) {
  a#search {
    background: #caf000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 40px;
    color: #4b4dc7;
}

a#searchnavbar {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 4px;
    color: #4b4dc7;
        margin-right: 35px;

}
}

@media (max-width: 768px) { .video-thumbnail { height: 200px; } }


.video-thumbnail {
  position: relative;
  width: 100%;      /* full width of the swiper-slide */
  max-width: 600px; /* max width for the video */
  height: 300px;    /* 16:9 aspect ratio height */
  margin: auto;     /* center horizontally */
  cursor: pointer;
  background: rgba(255, 255, 255, 0); /* optional background when empty */
}

.video-thumbnail img,
.video-thumbnail iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}



.hero-swiper {
    background-image: url('../images/slider_section.png'); /* ✅ Replace with your image path */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 800px !important; /* Optional: Full screen height */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100% !important;
    object-position: bottom;
}
#slider-h1{
   
    font-size: 60px;
    line-height: 1.13;
    color: #fff;
    margin-bottom: 14px;
    text-transform: unset !important;
    letter-spacing: 0.5px !important;
    font-weight: bold;

}
#slider-p{
    font-size: 18px;
    color: white;
}


div#image-two-slider {
    position: absolute;
    top: 9%;
    width: 67%;
    z-index: -10;
    right: -20%;
    height: 61%;
    border: 2px solid #ef991f;
    border-radius: 90%;
    padding: 6px;
    background-color: #ef991f;
}
img#image-two-slider{
 border-radius: 100%;
}
/* shahzaib css*/
/* Search Icon */
   
.custom-section .container {
  max-width: 1400px; /* wider than Bootstrap's default 1140px */
}

.signature {
  font-family: 'Brush Script MT', cursive; /* elegant script font */
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 10px;
}



.info-section {
  padding: 60px 20px;
  background: #f8f9fa00;
  text-align: center;
  
}

.info-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.info-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  flex: 1 1 300px;
  max-width: 350px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.info-card h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #333;
}

.info-card ul {
  list-style: none;
  padding: 0;
}

.info-card ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.info-card ul li:last-child {
  border-bottom: none;
}

.info-buttons {
  margin-top: 30px;
}

.info-buttons a {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  text-decoration: none;
  border-radius: 60px;
  font-weight: bold;
}

.btn-primary {
  background: #c9e900;
  color: white;
}

.btn-secondary {
  background: #4b4dc7;
  color: white;
}


    /* Top Section */
    .top-section {
        border: 2px solid #eee;
        display: flex;
        text-align: center;
        font-weight: 500;
        border-radius: 10px;
    }
    .top-section > div {
        flex: 1;
        padding: 20px;
    }
    .top-section > div:not(:last-child) {
        border-right: 2px solid #eee;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Bottom Boxes */
    .rounded-box {
        border: 2px solid black;
        border-radius: 25px;
        padding: 20px;
        height: 100%;
        background-color: #fff;
    }
    .rounded-box h4 {
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .rounded-box ul {
        padding-left: 20px;
        margin-bottom: 0;
    }

    /* Buttons */
    .action-buttons {
        margin-top: 30px;
        text-align: center;
    }
    .action-buttons .btn-custom {
        border: 2px solid black;
        background: white;
        color: black;
        padding: 10px 25px;
        margin: 0 10px;
        font-weight: 600;
        border-radius: 5px;
        transition: 0.3s ease;
    }
    .action-buttons .btn-custom:hover {
        background: black;
        color: white;
    }




.custom-section {
    padding: 80px 0;
    background-color: #004d45;
    margin-bottom: 30Px;
    background-image: url('../images/info-pic.png');
  }
  .custom-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(4, 4, 4, 0.08);
    overflow: hidden;
    padding: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-left :50px;
    margin-right:50px ;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #ff9800;
  }
  .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.285);
  }
  h2 {
    font-weight: 800;
    color: #232323;
    margin-bottom: 10px;
  }
  p.lead {
    color: #607d8b;
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  h4 {
    font-weight: 1400;
    color: #1f1f1f;
    border-left: 4px solid #4b4dc7;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 25px;
  }
  p {
    line-height: 1.7;
    margin-bottom: 20px;
  }
  blockquote {
    background: linear-gradient(135deg, #f9f9f9, #eef1f5);
    padding: 20px 25px;
    border-radius: 10px;
    font-style: italic;
    border-left: 5px solid #ff9800;
    position: relative;
  }
  blockquote::before {
    content: "\201C";
    font-size: 3rem;
    color: #ff9800;
    position: absolute;
    top: -10px;
    left: 10px;
  }




    #search-icon.hidden {
      opacity: 0;
      pointer-events: none;
    }

    /* Overlay */
    #search-overlay {
      position: fixed;
      top: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #caf000;
      z-index: 1000;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: top 0.5s ease;
      flex-direction: column;
      padding: 20px;
      box-sizing: border-box;
    }

    #search-overlay.active {
      top: 0;
    }

    /* Close Button */
    #close-icon {
      position: absolute;
      top: 40px;
      right: 30px;
      width: 40px;
      height: 40px;
      background: white;
      color: black;
      font-size: 20px;
      font-weight: bold;
      border-radius: 6px;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      z-index: 1002;
    }

  
    /* Search box */
    .search-box {
      display: flex;
      align-items: center;
      background-color: white;
      border-radius: 6px;
      overflow: hidden;
      width: 100%;
      max-width: 600px;
    }

    .search-box input {
      padding: 15px 20px;
      font-size: 16px;
      border: none;
      outline: none;
      flex: 1;
      min-width: 0;
    }

    .search-box button {
      background-color: #f4a300;
      border: none;
      padding: 15px 20px;
      font-size: 18px;
      cursor: pointer;
      white-space: nowrap;
    }

    /* Responsive adjustments */
    @media (max-width: 500px) {
      .search-box {
        max-width: 100%;
      }

      .search-box input {
        padding: 12px 14px;
        font-size: 15px;
      }

      .search-box button {
        padding: 12px 14px;
        font-size: 16px;
      }

      #close-icon {
        top: 15px;
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
      }

      #search-icon {
        top: 15px;
        right: 20px;
        font-size: 22px;
      }
    }


    /* Slide css shahzaib*/

     #searchnavbar.hidden {
      opacity: 0;
      pointer-events: none;
    }

    /* Overlay */
    .searchnavbar-overlay {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color: #cafc00;
      color: #000;
      z-index: 1000;
      transition: left 0.5s ease;
      display: flex;
      align-items: center;
    }

    .searchnavbar-overlay.active {
      left: 0;
    }

    /* Close Button */
    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 32px;
      background: none;
      border: none;
      cursor: pointer;
      color: #000;
      z-index: 1001;
    }

    /* Sidebar Content */
    .overlay-left {
      display: flex;
      flex-direction: column;
      padding-left: 120px;
      gap: 35px;
      max-width: 500px;
    }

    .logo {
      font-size: 30px;
      font-weight: bold;
      padding-left: -20px;
    }

    .nav-links {
      display: flex;
      flex-direction: column;
      gap: 25px;
      font-size: 28px;
      padding-left: 20px;
    }

    .nav-links a {
      text-decoration: none;
      color: rgb(255, 255, 255);
      font-weight: bolder;
    }

    .searchnavbar-box {
      display: flex;
      background-color: white;
      border-radius: 6px;
      overflow: hidden;
      width: 900px;
    }

    .searchnavbar-box input {
      padding: 20px 20px;
      font-size: 16px;
      border: none;
      outline: none;
      width: 800px;
      padding-left: 20px;
    }

    .searchnavbar-button {
      margin-top: -5px;
      padding: 10px 18px;
      font-size: 14px;
      background-color: white;
      color: black;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      width: 150px;
      height: 50px;
      letter-spacing: 1px;
      padding-left: 20px;
      transition: background-color 0.3s ease;
    }

    .searchnavbar-button:hover {
      background-color: #c4743e;
      color: #cafc00;
    }

    .social-icons {
      display: flex;
      gap: 20px;
      margin-top: 10px;
    }

    .social-icons a {
      font-size: 18px;
      color: rgb(192, 192, 192);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
      height: 20px;
      width: 30px;
    }

    .social-icons i {
      font-size: 18px;
    }

  

  /* Add this at the end of your current <style> block */
  @media (max-width: 768px) {
    .overlay-left {
      padding: 40px 20px;
      align-items: flex-start;
    }

   .searchnavbar-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
  gap: 10px;
  transition: all 0.3s ease;
}

.searchnavbar-box input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
}



    .searchnavbar-button {
      width: auto;
      height: auto;
      margin-top: 10px;
      padding: 10px 20px;
      font-size: 14px;
      align-self: flex-start;
    }

    .nav-links {
      font-size: 22px;
    }

    .social-icons {
      flex-wrap: wrap;
    }
  }

  /*slide and text contant*/

  .edu-category-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin: 100px 0;
}

.edu-text-content {
  max-width: 300px;
  margin-left: 70px;
}

.edu-subtitle {
  color: #8ac93e;
  font-weight: 500;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: cursive;
}

.edu-subtitle::before {
  content: "★";
  color: #146e47;
  font-size: 1.2em;
}

.edu-title {
  font-size: 2em;
  font-weight: bold;
  margin: 10px 0;
}

.edu-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 10px;
}

.edu-description a {
  color: #2f2f2f;
  font-weight: 500;
  text-decoration: underline;
}

.edu-btn-find {
  background-color: #c9e900;
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.edu-btn-find i {
  vertical-align: middle;
  font-size: 1.3em;
}

.edu-carousel-container {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
  overflow: hidden;
}

.edu-carousel-wrapper {
  overflow: hidden;
  width: 950px;
}

.edu-carousel {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  transition: transform 0.3s ease-in-out;
}

.edu-card {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 25px;
  width: 180px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  flex: 0 0 auto;
}

.edu-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.edu-card span {
  display: inline-block;
  margin-top: 5px;
  background-color: #2b4ee7;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.edu-separator {
  align-self: center;
  font-size: 22px;
  color: #333;
  flex: 0 0 auto;
  margin-top: 60px;
}

.edu-arrow {
  background: #f1f3ff;
  border: none;
  padding: 12px;
  border-radius: 50%;
  font-size: 1.3em;
  cursor: pointer;
  transition: background 0.3s;
}

.edu-arrow:hover {
  background: #dbe2fb;
}

@media (max-width: 480px) {
  .edu-category-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .edu-carousel-container {
    flex-direction: column;
    align-items: center;
  }

  .edu-text-content {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }

  .edu-carousel-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .edu-carousel {
    gap: 12px;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .edu-card {
    min-width: 45vw;
    scroll-snap-align: start;
  }

  .edu-arrow {
    display: none;
  }
}


/*course*/

/* Main layout */
.learning-hero * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .learning-hero {
      font-family: 'Inter', sans-serif;
      background-color: #fff;
      color: #333;
      padding: 60px;
      line-height: 1.6;
    }

    .learning-hero .container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 60px;
      max-width: 1200px;
      margin: 0 auto;
    }


     @media (max-width: 767.98px) {

      .learning-hero .left {
      margin-top: -100Px;
      padding-top: 90px;
      }
    }

      @media (max-width: 767.98px) {
    .learning-hero .top-label {
   margin-left: -180px;
   padding-top: 30px;
    }
  }


  @media (max-width: 767.98px) {
     .learning-hero h1 {
      margin-left: -180px;
     }
      
    }
     @media (max-width: 767.98px) {
     .learning-hero .description {
     margin-left: -180px;
    }
  }

  @media (max-width: 767.98px) {
    .learning-hero .features {
    margin-left: -180px;
    }
  }

  @media (max-width: 767.98px) {
     .learning-hero .cta-button {
      margin-left: -180px;
     }
    }

    @media (max-width: 767.98px) {
     .learning-hero .circles {
      margin-left: -180px;
     }
    }

    @media (max-width: 767.98px) {
     .avatars{
      margin-top: -30px;
     }
    }

     @media (max-width: 767.98px) {
     .learning-hero .girl-container {
      max-width: 200%;
    }
  }
    
    


@media (max-width: 767.98px) {
      .learning-hero .right {
       margin-top: 300Px;
       margin-left: -450px;
    }

    }
  

    .learning-hero .left {
      width: 50%;
      position: relative;
    }


    .learning-hero .girl-container {
      position: relative;
    }

    .learning-hero .girl-image {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
    }

    .learning-hero .overlay {
      position: absolute;
      bottom: -40px;
      left: 280px;
      width: 60%;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .learning-hero .overlay-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    @media (max-width: 767.98px) {
  .learning-hero .overlay-image {
     display: none;
    }

  
  }
 @media (max-width: 767.98px) {
  learning-hero .girl-image {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
      margin-top: -200px;
    }
  }

    .learning-hero .experts-info {
      display: flex;
      align-items: center;
      margin-top: 70px;
      gap: 10px;
    }

    .learning-hero .avatars img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid white;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      margin-right: -8px;
    }

    .learning-hero .experts-info span {
      font-size: 14px;
    }

    .learning-hero .experts-info a {
      color: #0073e6;
      text-decoration: underline;
    }

    .learning-hero .right {
      width: 50%; 
    }

    .learning-hero .top-label {
      color: #6bbd00;
      font-weight: 600;
      margin-bottom: 12px;
      font-size: 16px;
      
    }

    .learning-hero h1 {
      font-size: 38px;
      font-weight: 800;
      line-height: 1.3;
      margin-bottom: 20px;
      
    }

    .learning-hero .description {
      font-size: 16px;
      color: #555;
      margin-bottom: 30px;
      
    }

    .learning-hero .description a {
      color: #0073e6;
      text-decoration: underline;
     
    }

    .learning-hero .features {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 30px;
     
    }

    .learning-hero .feature {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      font-size: 15px;
      width: 48%;
      
    }

    .learning-hero .cta-button {
      background-color: #c9e900;
      color: #000;
      padding: 14px 28px;
      border: none;
      border-radius: 30px;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      transition: background 0.3s ease;
     
    }

    .learning-hero .cta-button:hover {
      background-color: #a0e93f;
    }

    .learning-hero .circles {
      display: flex;
      gap: 16px;
      margin-top: 30px;
    
    }

    .learning-hero .circles img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
    }







    /* new css my own */
  .press-release {
  background-image: url('../images/course-1-bg-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px;
}

/* New Flexbox Layout */
.press-release-inner {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
}


.heading{
  text-align: center; 

  font-family: 'Montserrat', sans-serif;
  font-weight: 900; /* For extra bold look like in your image */
  font-size: 38px;
  text-transform: uppercase;
  color: #333333; /* Similar to your image color */
}



.content-block {
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 10px;
}

.right-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-wrapper img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

/* Features under the image */
.feature-section {
  background-color: #ffffff;
  padding: 47px 16px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feature-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.feature-grid p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Responsive layout */
@media (max-width: 768px) {
  .press-release-inner {
    flex-direction: column;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}








.popular-course {
    background-image: url('../images/course-1-bg-1.jpg'); /* ✅ Replace with your image path */
    background-size: cover;
   
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

  


.nav-tabs .nav-link {
  /* background: black; */
  margin: 20px;
  padding: 10px 25px;
  border-radius: 100px;
  color: rgb(23, 23, 23);
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 20px;
  font-weight: bold;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #c4ef17;
  color: white;
}
.nav {
    border: 0;
}

.swiper-slide .card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
}




.course-tabs .nav-tabs {
    border-bottom: none;
    justify-content: flex-end;
  }
  
  .course-tabs .nav-link {
    color: #666;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
  }
  
  .course-tabs .nav-link.active {
    color: #c4ef17;
    background: transparent;
    position: relative;
  }
  
  .course-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #c4ef17;
  }

  .course-card {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    height: 100%;
  }
  
  .course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  
  .course-card img {
    height: 180px;
    object-fit: cover;
    width: 100%;
  }
  
  .enroll-btn {
    background: #c4ef17;
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 600;
  }

  .swiper {
    padding: 20px 0 40px;
  }

  .swiper-button-next, 
  .swiper-button-prev {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    color: #c4ef17;
  }
  
  .swiper-button-next:after, 
  .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
  }






/* get to know */
.get-to-know {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 180px;
    padding-right: 180px;
    
  }
img#img1 {
    position: absolute;
    top: 0;
    z-index: -1;
}
img#img3 {
    position: absolute;
    left: 0;
    bottom: 15%;
}
img#img2 {
    position: absolute;
    top: 3%;
    right: 1%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.get-to-know-h1{
  font-size: 60px;
  font-weight: bold;
}
.get-to-know p {
  font-size: 20px;
  color: #7f7f7f;
}




/* Base styles */
  .scroll-bg-trigger {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  
  /* Animated background element */
.scroll-bg-trigger::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 70%;
    height: 50%;
    background-color: #241442;
    z-index: -1;
    transition: right 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    border-radius: 100px 0px 0px 100px;
}
  
  /* Active state when in view */
  .scroll-bg-trigger.active::before {
    right: 0;
  }
  
  /* Remove background when past section */
  .scroll-bg-trigger.past::before {
    right: -100%;
  }

div#backbluecontainer {
    color: white;
}



/* Most Popular Courses */
  @media (max-width: 767.98px) {
  .popular-course {
    padding-left: 0;
    padding-right: 0;
  }
  .get-to-know {
    
    padding-left: 0px;
    padding-right: 0px;
}

.scroll-bg-trigger::before {
  
    background-color: transparent;
   
}
div#backbluecontainer {
    color: rgb(18, 17, 17);
}
}

  /* Outer wrapper for spacing on both sides */

  @media (max-width: 767.98px) {
.logo-carousel {
  display: none;
}
  }

.logo-carousel-outer {
  padding-left: 250px;
  padding-right: 250px;
}

/* Inner swiper styling */
.logo-carousel-wrapper {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}

/* Swiper slide layout */
.logo-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo images */
.logo-carousel-img {
  max-width: 100px;
  width: 100%;
  transition: 0.3s ease;
  filter: grayscale(100%);
  display: block;
}

.logo-carousel-img:hover {
  transform: scale(1.2);
  filter: grayscale(0%);
}


 .section-wrapper {
      padding-left: 250px;
      padding-right: 250px;
      padding-bottom: 100Px;
    }

    .section-title {
      color: #6BC12A;
      font-weight: 600;
      font-size: 18px;
    }

    .main-heading {
      font-weight: 700;
      font-size: 40px;
      color: #2a2a2a;
    }

    .main-text {
      color: #777;
      margin: 20px 0;
    }

    .btn-cta {
      background-color: #c7f430;
      color: #000;
      border: none;
      padding: 12px 30px;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s ease;
    }

    .btn-cta:hover {
      background-color: #b7e41f;
      color: #000;
    }

    .feature-card {
      border: 1px solid #eee;
      border-radius: 15px;
      padding: 25px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.03);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      
    }

    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .feature-card img {
      width: 60px;
      transition: transform 0.3s ease;
    }

    .feature-card:hover img {
      transform: scale(1.2);
    }

    .feature-title {
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 18px;
    }

    .feature-desc {
      color: #777;
      font-size: 14px;
    }

    .section-wrapper {
  padding: 100px 20px; /* default small-screen padding */
}

@media (min-width: 768px) {
  .section-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .section-wrapper {
    padding-left: 250px;
    padding-right: 250px;
  }
}



    .slider-tagline {
      color: #8DC63F;
      font-weight: 600;
      font-size: 18px;
      text-align: center;
    }
    .slider-title {
      font-size: 40px;
      font-weight: 700;
      margin: 10px 0 40px;
      text-align: center;
    }
    .slider-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto 60px;
      padding: 0 20px;
      box-sizing: border-box;
      position: relative;
    }
    .slider-wrapper {
      width: 100%;
    }
    .slide-item {
      border-radius: 16px;
      overflow: hidden;
      background: #f9f9f9;
      cursor: pointer;
      position: relative;
    }
    .slide-item img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 16px;
    }
    .slide-play-btn {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(50,50,255,0.8);
      color: white;
      font-size: 32px;
      width: 60px; height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }
    .slide-button-prev,
    .slide-button-next {
      background-color: #333;
      width: 40px; height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 320px;
      opacity: 0.9;
      transition: opacity 0.3s ease;
      z-index: 10;
    }
    .slide-button-prev:hover,
    .slide-button-next:hover {
      opacity: 1;
    }
    .slide-button-prev::after,
    .slide-button-next::after {
      font-size: 20px;
      color: white;
    }
    .slide-button-prev { left: -30px;
    top: 170px;
    }
    .slide-button-next { right: -30px; 
    top: 170px;
    }
 

    .instructors {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      border-top: 1px solid #ddd;
      padding-top: 30px;
    }
 
    .instructor {
      text-align: center;
    }
 
    .instructor img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
    }
 
    .instructor h3 {
      margin: 10px 0 5px;
      font-size: 18px;
    }
 
    .instructor p {
      color: #888;
      font-size: 14px;
    }
 
    .instructor.active h3 {
      border-bottom: 2px solid #8DC63F;
      display: inline-block;
      padding-bottom: 4px;
    }
 
    @media (max-width: 767px) {
      .instructors {
        flex-direction: column;
        margin-left: 86px;
        gap: 0;
        margin-right: 85px;
      }
      .instructor {
        width: 100%;
        max-width: 300px;
      }
      .slide-item img {
        height: 238px;
      }
      .slide-button-prev,
      .slide-button-next {
        display: none;
      }
    }


    .card {
            margin-top: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }
        .card img {
            object-fit: cover;
            height: 200px;
            width: 100%;
        }
        .card-body {
            padding: 20px;
        }
        .card-title {
            font-size: 1.2rem;
            font-weight: 600;
        }
        .card-text {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .author {
            font-size: 0.8rem;
            color: #007bff;
        }

        .blog-section {
          margin-top: 30px;
  background-color: #4b4dc7;
  padding: 60px 0 160px;
  position: relative;
}

.section-title {
  color: #6BC12A;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 10px;
}

.card-body-h1 {
  font-size: 60px;
  font-weight: bold;
}

.blog-cards-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -120px; /* This creates the overlap effect */
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.image-author-wrapper {
  position: relative;
}

.author-container {
  position: absolute;
  bottom: -20px; /* pulls it slightly below the image */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  white-space: nowrap;
}


.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.card-text {
  color: #6c757d;
  font-size: 0.9rem;
}

.author-container {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .card-body-h1 {
    font-size: 36px;
  }

  .blog-section {
    padding-bottom: 100px;
  }

  .blog-cards-wrapper {
    margin-top: -100px;
  }
}

.partner-logo-box {
      padding: 20px 40px;
      border: 1px solid #ddd;
      border-radius: 20px;
      background-color: #fff;
      transition: transform 0.3s ease;
      height: 100%;
    }

    .partner-logo-box:hover {
      transform: scale(1.05);
    }

    .partner-logo-box img {
      max-height: 40px;
      width: auto;
    }

    .section-title {
      font-size: 1.6rem;
      font-weight: 700;
      color: #000000;
    }

    .section-title-1{
      font-size: 1.6rem;
      font-weight: 700;
      color: #ffffff;
    }

    @media (max-width: 576px) {
      .partner-logo-box {
        padding: 15px 20px;
      }
    }


    /* footer */
    
.footer-body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #4b4dc7;
    color: #e7f3d5;
    font-size: 15px;
    line-height: 1.5;
  }

    a {
    /* color: #e7f3d5; */
    text-decoration: none;
  }

  /* Container */
  .footer-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px 20px;
  }

  /* Background wave overlay - subtle */
  .footer-background {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    background:
      url('https://www.transparenttextures.com/patterns/diagmonds-light.png') repeat;
    opacity: 0.07;
    z-index: 0;
  }

  /* Top section - heading + buttons */
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  .footer-top .text {
    max-width: 520px;
  }
  .footer-top .text small {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #a6cc81;
    margin-bottom: 8px;
  }
  .footer-top .text h2 {
    margin: 0;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.1;
    color: white;
  }

  /* App Buttons container */
  .app-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 10px;
  }
  .app-btn {
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding: 14px 30px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    user-select: none;
  }

  .app-btn.google {
    background: #fff;
    color: #000;
  }
  .app-btn.google:hover {
    background: #f3f3f3;
  }
  .app-btn.google img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .app-btn.apple {
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 25px;
  }
  .app-btn.apple:hover {
    background: #222;
  }
  .app-btn.apple img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }
  .app-btn.apple .small-text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 1;
  }

  /* Horizontal divider below top */
  .footer-divider {
    border-top: 1px solid rgba(255 255 255 / 0.15);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }

  /* Footer main area - 3 columns */
  .footer-main {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  /* Contact Info column */
  .contact-info {
    flex: 1 1 300px;
  }
  .contact-info h3 {
    font-weight: 700;
    margin-bottom: 24px;
    color: white;
  }
  .contact-info .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contact-info .icon-circle {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px dashed #84c258;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 16px;
  }

  /* Quick links columns */
  .quick-links {
    flex: 1.5 1 450px;
    display: flex;
    gap: 40px;
  }
  .quick-links h3 {
    font-weight: 700;
    margin-bottom: 24px;
    color: white;
  }
  .quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .quick-links ul li {
    margin-bottom: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 26px;
    color: #e7f3d5;
  }
  .quick-links ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
  }

  /* Subscribe Newsletter column */
  .subscribe-newsletter {
    flex: 1 1 320px;
  }
  .subscribe-newsletter h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
  }
  .subscribe-newsletter p {
    margin: 0 0 24px;
    font-weight: 400;
  }

  .subscribe-newsletter form {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .subscribe-newsletter input[type="email"] {
    flex-grow: 1;
    border-radius: 30px;
    border: none;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 400;
    outline-offset: 2px;
    color: #074043;
  }
  .subscribe-newsletter input[type="email"]::placeholder {
    color: #688d88;
  }
  .subscribe-newsletter button {
    background: #c9e900;
    border: none;
    color: #ffffff;
    font-weight: 700;
    border-radius: 30px;
    padding: 14px 28px;
    cursor: pointer;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease;
  }
  .subscribe-newsletter button:hover {
    background: #d17e21;
  }

  .subscribe-newsletter .small-text {
    margin-top: 16px;
    font-weight: 700;
    font-size: 13px;
  }

  /* Footer bottom copyright */
  .footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 10px;
    border-top: 1px solid rgba(255 255 255 / 0.15);
    font-size: 14px;
    font-weight: 400;
    color: #e7f3d5;
    position: relative;
    z-index: 1;
  }
  .footer-bottom a {
    color: #ef952a;
    font-weight: 600;
  }

  


  /* Responsive */
  @media (max-width: 900px) {
    .footer-top {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .app-buttons {
      width: 100%;
      justify-content: flex-start;
    }
    .quick-links {
      flex-direction: column;
      gap: 30px;
    }
    .footer-main {
      flex-direction: column;
      gap: 40px;
    }
    .subscribe-newsletter form {
      flex-direction: column;
    }
    .subscribe-newsletter button {
      width: 100%;
    }
  }
  @media (max-width: 480px) {
    .footer-top .text h2 {
      font-size: 22px;
    }
    .footer-bottom {
      font-size: 13px;
    }
  }

 .testimonial-section {
  background-color: #4b4dc7; /* 🔷 Your desired background color */
 margin-bottom: 30px;
 height: 500Px;
}

.t-title{
color: white;
}

.testimonial-carousel {
  border-radius: 20px;
  overflow: hidden;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0);
}

.testimonial-img {
  width: 540px;
  height: 240px;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.carousel-next, .carousel-prev {
  color: black;
  width: 40px;
  height: 40px;
  display: none;
}

.carousel-next::after,
.carousel-prev::after {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .testimonial-img {
    width: 100%;
    height: auto;
  }

  .testimonial-section {
  background-color: #145e5c; /* 🔷 Your desired background color */
 margin-bottom: 30px;
 height: 500Px;
}
.testimonial-carousel {
  margin-top: -52Px;
  padding-top: 30px;
}


}


div#imgfirst {
    position: absolute;
    left: 0;
}
div#imgend {
    position: absolute;
    right: 8%;
}
div#imageLayer {
    position: absolute;
    left: 30%;
    top: 76%;
}

div#imageStar-first {
    position: absolute;
    right: 12%;
    top: 20%;
}

div#imageStar-end {
    position: absolute;
    right: 12%;
    bottom: 20%;
}

.floating-images > div {
  display: inline-block;
  margin: 0 0px;
  transition: transform 0.08s ease-in-out; /* Quick reaction */
}

/* Container to detect hover */
.hero-swiper:hover .floating-images > div {
  animation: floatMoveX 0.6s infinite alternate ease-in-out; /* Left-right animation */
}

@keyframes floatMoveX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(15px); /* Move right */
  }
}

/* Optional: spacing or layout for bottom images */
.floating-images {
  display: flex;
  justify-content: center;
  gap: 0px;
  padding: 0px 0;
}

/* about css */

/*.hero-section {*/
/*  position: relative;*/
/*  height: 300px;*/
/*  overflow: hidden;*/
/*}*/

.hero-section {
    
    background-image: url(../images/a-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100% !important;
    object-position: bottom;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 1;
  text-align: left;
}

.hero-overlay.left-align {
  /*left: 180px; */
  right: auto;
}

@media (max-width: 768px) {
.hero-overlay.left-align {
  /*left: 180px; */
  right: 200Px;
}
}

.hero-title {
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  line-height: 70px;
}

.hero-title-2 {
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  line-height: 70px;
}

.breadcrumb-2 {
  display: inline-flex;
  align-items: left;
  margin-left: 0px;
  padding: 6px 20px;
  border: 2px solid #f9a825;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}


@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
    text-align: left; /* Optional: centers the title */
    margin-left: -120px;
    margin-bottom: 15px;
  }

 .breadcrumb {
  display: inline-flex;
  align-items: left;
  margin-left: -120px;
  padding: 6px 20px;
  border: 2px solid #f9a825;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.hero-title-2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
 margin-left: 20px;
 margin-right: -30px;
  line-height: 28px;
}

.breadcrumb-2 {
  display: flex;
    flex-direction: column;
    align-items: left;
    margin-left: 0px;
    padding: 6px 20px;
    border: 2px solid #f9a825;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

.breadcrumb-2 span {
font-size: smaller;
}
}







.breadcrumb {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  border: 2px solid #f9a825;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.breadcrumb a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb .separator {
  margin: 0 10px;
  color: white;
  font-weight: bold;
}

.breadcrumb .current {
  color: white;
  font-weight: 600;
}


.course-line{
  text-align: center;
  font-size: x-large;
  margin-top: 50px;
  color: #000;
  font-weight: 500;
}


.testimonial-section-1 {
  background-color: #ffffff; /* 🔷 Your desired background color */
 margin-bottom: 30px;
 height: 500Px;
}





.event-section {
      padding: 30px 0;
      
    }

    @media (max-width: 768px) {
  .event-title {
    
    margin-top: 80px;
  }
}

    .event-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .event-paragraph-1 {
      font-size: 16px;
      color: #666;
    }


    .custom-container {
  padding-left: 260px;
  padding-right: 200px;
}

@media (max-width: 768px) {
  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

     .section-container {
      display: flex;
      min-height: 100px;
      background-color: #f9f9f900;
    }

    .text-half {
      flex: 1 1 50%;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .event-paragraph-2 {
      font-size: 16px;
      color: #666;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .right-half {
      flex: 1 1 1%;
      background-color: #ffffff00; /* Or use a background image here */
    }

    @media (max-width: 768px) {
      .section-container {
        flex-direction: column;
      }

      .text-half,
      .right-half {
        flex: 1 1 100%;
        padding: 20px;
      }
    }

    .event-image {
      width: 100%;
      border-radius: 12px;
      margin: 30px 0;
    }
    .event-details-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  margin-left: -60px;
  margin-top: 250px;
}

/* Responsive fix */
@media (max-width: 768px) {
  .event-details-box {
    margin: 130px auto 0 auto; /* Top margin + center horizontally */
    max-width: 500px;          /* Or whatever small width you prefer */
    width: 100%;               /* Make it responsive */
    padding: 20px;
  }
}

    .event-details-box h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .event-details-box ul {
      padding: 0;
      list-style: none;
      margin: 0;
    }
    .event-details-box li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #eee;
      font-size: 15px;
    }
    .event-details-box li:last-child {
      border-bottom: none;
    }
    .event-details-box i {
      color: #00B87C;
      margin-right: 10px;
    }
    .section-title {
      font-weight: 700;
      font-size: 18px;
      margin-top: 40px;
      margin-bottom: 15px;
    }

    @media (max-width: 768px) {
  .section-title {
    margin-top: -60px; /* Less margin */
    text-align: left; /* Optional: center on mobile */
    margin-left: 20px;
    
  }

   .section-title-h4{
    margin-top:-100px;
   }

   .event-paragraph{
    margin-left: 20px;
   }

}


    
    .check-list li {
      margin-bottom: 10px;
      font-size: 15px;
    }
    .check-list li i {
      color: #00B87C;
      margin-right: 10px;
    }

    .check-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .check-list {
     margin-left: -100px;
  
  }
}


    .video-wrapper {
      position: relative;
      margin-top: 25px;
    }
    .video-wrapper img {
      width: 100%;
      border-radius: 10px;
    }
    .video-wrapper .btn-position {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .video-wrapper .btn-position a {
      font-size: 22px;
      background-color: #00B87C;
      color: #fff;
      border-radius: 50%;
      padding: 14px 18px;
    }

    @media (max-width: 768px) {
  .video-wrapper img {
    width: 430px;
   
    margin: 0 auto;
    display: block;
  }

  .video-wrapper .btn-position a {
    font-size: 18px;
    padding: 12px 16px;
  }
}

/*event page*/

.custom-event-heading {
      text-align: center;
      margin-bottom: 40px;
    }
    .custom-event-title {
      font-size: 36px;
      font-weight: 800;
    }
    .custom-event-entry {
      border-top: 1px solid #eaeaea;
      padding: 30px 0;
    }
    .custom-event-date-box {
      text-align: center;
    }
    .custom-event-day {
      font-size: 34px;
      font-weight: bold;
      color: #1c1c1c;
      text-align: left;
    }
    .custom-event-month {
      font-size: 15px;
      color: #1c1c1c;
      text-align: left;
    }
    .custom-event-image {
      width: 100%;
      border-radius: 10px;
    }
    .custom-event-info h5 {
      font-weight: 700;
      font-size: 20px;
      color: #1c1c1c;
    }
    .custom-event-meta {
      font-size: 14px;
      color: #555;
    }
    .custom-join-btn {
      background-color: #004d45;
      color: white;
      border-radius: 30px;
      padding: 10px 24px;
      font-weight: 600;
      
    }
    .custom-join-btn:hover {
      background-color: #f4a70c;
      transition: 0.5s;
     
    }
    @media (max-width: 768px) {
      .custom-event-entry {
        text-align: center;
      }
      .custom-event-info {
        margin-top: 15px;
      }
      .custom-join-btn {
        margin-top: 15px;
        margin-left: -260px;
      }
    }


    /* contact css*/
    .custom-contact-section {
      padding: 80px 0 40px;
    }

    .custom-contact-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px;
    }

    .custom-contact-image {
      flex: 1 1 400px;
      text-align: center;
    }

    .custom-contact-image img {
      max-width: 100%;
      height: auto;
      border-radius: 20px;
    }

    .custom-contact-form-area {
      flex: 1 1 500px;
    }

    .custom-contact-title {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .custom-contact-subtitle {
      color: #00a572;
      font-weight: 500;
      font-size: 20px;
    }

    .custom-contact-description {
      color: #555;
      font-size: 15px;
      margin-bottom: 30px;
    }

    .custom-contact-form input,
    .custom-contact-form textarea {
      background-color: #f5f5f5;
      border: none;
      border-radius: 30px;
      padding: 14px 20px;
      margin-bottom: 20px;
      width: 100%;
    }

    .custom-contact-form textarea {
      height: 130px;
      resize: none;
    }

    .custom-contact-form .form-row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .custom-contact-form .form-row > div {
      flex: 1 1 48%;
    }

    .custom-send-btn {
      background-color: #015c4d;
      color: #fff;
      font-weight: 600;
      padding: 12px 28px;
      border-radius: 30px;
      border: none;
      transition: 0.3s;
    }

    .custom-send-btn i {
      margin-left: 10px;
    }

    .custom-send-btn:hover {
      background-color: #00a572;
    }

    .custom-map-wrapper {
  margin-top: 40px;
  margin-bottom: -40px;
  border-radius: 0;
  overflow: hidden;
}

.custom-map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;

}


    @media (max-width: 768px) {
      .custom-contact-title {
        font-size: 32px;
      }

      .custom-contact-form .form-row > div {
        flex: 1 1 100%;
      }
    }