:root {
    --main-color:  #006B3C;
    --header-bg: #FFD700;
    --text-color: #333333;
    --hover-color:  #FFD700;
    --white-color: #fff;
}

.us-headings{
    font-size: 34px !important;
    font-weight: 700 !important;
    color: var(--text-color) !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}
.us-desc{
    color: var(--text-color) !important;
    font-size: 1.2em !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.us-topgrn{
   color: var(--main-color) !important;
    font-size: 21px !important; 
    margin-bottom: 8px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.header-two {
    color: var(--text-color);
    background: transparent !important;
    width: 100% !important;
}

.logo-header {
  width: 90% !important;
    max-height: 100px;
}
.us-footerlst{
    background-color: var(--main-color); 
    color: var(--white-color) !important;
}
.nav-link:focus{
    color: var(--main-color) !important;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
   
    width: 250px;
    height: 100%;
    background: var(--header-bg);
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 9999;
}

.mobile-sidebar.open {
    left: 0;
}

.mobile-sidebar .close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    padding: 10px;
    color: var(--text-color);
}

.nav-link{
 font-size: 20px !important;
 font-weight: 500 !important;
  color: var(--header-bg);
}
.nav-link:hover{
    color:var(--text-color) !important;
}
.home-banner{
    background-image: url('../images/herostyle.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color:var(--main-color) ;
    background-blend-mode: multiply;
}
.home-banner p{
    color: var(--white-color);
    text-align: center;
    font-size: 18px;
    margin: 12px 126px !important;
}
.home-banner h1{
    font-size: 75px;
    color: var(--white-color);
    text-transform: capitalize;

}


.jmus-headerbtn{
    background-color: var(--hover-color) !important;
    border-color: var(--hover-color) !important;
        font-size: 20px;
    padding: 14px 38px;
    border-radius: 8px !important;
}
.jmus-headerbtn:hover{
    background-color: var(--hover-color) !important;
    border: 1px solid var(--main-color) !important;
    color: var(--text-color) !important;
}

.text-reset:hover{
  color: var(--hover-color) !important;
}


.us-hdrul{
        display: flex !important;
    align-items: center !important;
}
.herobtnn{
    background: var(--main-color) !important;
    padding: 23px 44px !important;
    font-size: 30px !important;
    border-radius: 66px !important;
    margin: 18px 0px 0px !important;
    color: var(--white-color);
}


  .btn20 {
    background: var(--hover-color);
    padding: 20px 65px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer !important;
    outline: none;
    position: relative;
    margin-top: 22px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    color: var(--white-color);
  }
  .btn20::after {
    content: "»";
    position: absolute;
    right: 16px;
    top: 45%;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    transform: translateX(20px) translateY(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 3; 
    color: #006B3C !important;
  }
  .btn20::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 100%;
    height: 100%;
    background: var(--hover-color);
    border: 1px solid var(--main-color);
    transition: left 0.4s ease;
    z-index: 1; 
    border-radius: 8px;
  }
  .btn20:hover::after {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
    color: var(--text-color) !important;
  }
  .btn20:hover::before {
    left: 0;
  }
  .btn20 span {
    position: relative;
    color: var(--white-color);
    z-index: 2;
  }
  .btn20 span:hover{
    color: var(--text-color) !important;
  }
    .us-first {
      font-family: 'Inter', sans-serif;
      background-color: var(--white-color);
      padding: 100px 0px;
      color: #333;
    }

    .us-first .course-section {
      text-align: center;
    }

    .us-first .section-label {
      color: var(--main-color);
      font-size: 20px;
      margin-bottom: 8px;
      font-weight: 600;
    }

    .us-first .section-title {
      font-size: 34px;
      font-weight: 700;
      color: var(--text-color);
      margin-bottom: 40px;
    }

    .us-first .cards-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
      justify-content: center;
      margin: 0 auto;
    }

    .us-first .card {
      background-color: var(--white-color);
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      position: relative;
      transition: 0.3s;
      box-shadow: 0 2px 10px var(--text-color);
    }

    .us-first .icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      color: var(--white-color);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 15px;
      transition: 0.3s;
    }

    .us-first .icon { background-color: var(--main-color); 
    }

    .us-first .card h3 {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 600;
    }

    .us-first .card p {
      margin: 0;
      font-size: 16px;
      color: var(--text-color);
    }

    .us-first .card:hover {
      background-color: var(--hover-color);
    }

    .us-first .card:hover .icon {
      background-color: var(--white-color);
      color: #000;
    }
    .cards-container .card span{
      font-size: 30px !important;
    }


        .u-second {
      font-family: 'Inter', sans-serif;
      background-color: transparent;
      padding: 100px 0px;
      text-align: center;
    }

    .u-second .section-title {
      position: relative;
      display: inline-block;
    }

    /* .u-second .section-title::after {
      content: "";
      display: block;
      width: 50px;
      height: 3px;
      background-color: var(--main-color);
      margin: 8px auto 0;
    } */

    .u-second .section-subtitle {
      font-size: 34px;
      font-weight: 700;
      color: var(--text-color);
      margin: 0 auto 40px;
    }

    .u-second .blog-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin: 0 auto;
    }

    .u-second .blog-card {
      border: 1px solid var(--white-color);
      border-radius: 5px;
      overflow: hidden;
      background-color: var(--white-color);
      text-align: left;
      transition: transform 0.3s ease;
    }

    .u-second .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 20px var(--text-color);
    }

    .u-second .blog-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .u-second .blog-content {
      padding: 33px 15px;
      background-color: #e6e9ed !important;
    }

    .u-second .blog-meta {
      font-size: 12px;
      color: var(--text-color);
      margin-bottom: 10px;
    }

    .u-second .blog-title {
      font-size: 20px;
      font-weight: 600;
      color: var(--text-color);
      margin-bottom: 10px;
    }

    .u-second .read-more {
      font-size: 15px;
      color: var(--main-color);
      font-weight: 500;
      text-decoration: none;
    }

    .u-second .read-more:hover {
      text-decoration: underline;
    }

        .u-fourth {
      font-family: 'Inter', sans-serif;
      background-color: var(--white-color);
      padding: 60px 0px;
    }

    .u-fourth .info-top {
      display: flex;
      justify-content: space-between;
      gap: 70px;
      margin-bottom: 100px;
    }

    .u-fourth .info-box {
    text-align: center;
    padding: 25px 80px;
    display: flex;
    align-items: center;
    background: #e6e9ed !important;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    }

    .u-fourth .info-box img {
      height: 45px;
      width: 45px;
      margin-bottom: 15px;
    }

    .u-fourth .info-title {
      font-size: 20px;
      color: #0f172a;
      font-weight: 600;
    }

    .u-fourth .gallery-section {
      display: flex;
      background-color: var(--white-color);
      border-radius: 10px;
      overflow: hidden;
    }

    .u-fourth .gallery-left {
      background-color: var(--main-color);
      padding: 30px;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .u-fourth .gallery-left img {
      max-width: 100%;
      border-radius: 8px;
    }

    .u-fourth .gallery-right {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .u-fourth .gallery-title {
      font-size: 34px;
      line-height: 38px !important;
      color: #0f172a;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .u-fourth .gallery-subtitle {
      font-size: 14px;
      color: var(--text-color);
      margin-bottom: 30px;
    }

    .u-fourth .gallery-video {
      font-size: 18px;
      color: #0f172a;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .u-fourth .gallery-play {
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
    }

    .u-fourth .gallery-play::before {
      content: "▶";
      font-size: 12px;
    }

    .u-fourth .gallery-nav {
      font-size: 12px;
      color: var(--white-color);
      margin-top: 15px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 300px;
      cursor: pointer;
    }

    .u-fourth .gallery-nav span {
      flex: 1;
      text-align: center;
      padding: 5px 10px;
      user-select: none;
    }

    .u-fourth .gallery-nav span:hover {
      text-decoration: underline;
    }


    .stats-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      margin: 100px 0px 5px 0px !important;
      justify-content: center;
    }

    .stat-card {
      background-color: #f1f5f9;
      padding: 32px 95px;
      border-radius: 16px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      transition: transform 0.2s;
    }

    .stat-card:hover {
      transform: translateY(-4px);
    }

    .stat-icon {
      background-color: var(--white-color);
      border-radius: 50%;
      padding: 10px;
      width: 60px;
      height: 60px;
      margin: 0 auto 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .us-sixtyc{
      width: 60% !important;
    }

    .stat-icon img {
      width: 40px;
      height: 40px;
      transition: transform 0.3s ease;
    }

    /* Shake only the logo image */
    @keyframes shake {
      0% { transform: translateX(0); }
      25% { transform: translateX(-3px); }
      50% { transform: translateX(3px); }
      75% { transform: translateX(-3px); }
      100% { transform: translateX(0); }
    }

    .stat-card:hover .stat-icon img {
      animation: shake 0.5s ease;
    }

    .stat-number {
      font-size: 24px;
      font-weight: 700;
      color: var(--white-color);
      margin-bottom: 5px;
    }

    .stat-label {
      font-size: 16px;
      color: var(--white-color);
    }

    .stat-card  {
         background-color: var(--main-color); 
    }

   #section1 p{
        padding: 8px 24px !important;
   }
   #section2 p{
        padding: 8px 24px !important;
   }
   #section3 p{
        padding: 8px 24px !important;
   } 
   #section4 p{
        padding: 8px 24px !important;
   }
   .us-aboutbtn{
    padding: 13px 43px !important;
    border-radius: 8px !important;
   }

        .our-tmn {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: var(--text-color);
      /* padding: 100px 0px; */
    }

    .our-tmn .u-container {
      margin: auto;
    }

    .our-tmn .u-section {
      margin-bottom: 3rem;
      background: var(--white-color);
      padding: 2rem;
      border-radius: 12px;
    }

    .our-tmn .u-heading {
      font-size: 2rem;
      margin-bottom: 1rem;
      color: var(--main-color);
      border-left: 5px solid var(--main-color);
      padding-left: 10px;
    }

    .our-tmn .u-subheading {
      font-size: 1.2rem;
      margin: 1rem 0;
      color: #333;
    }

    .our-tmn .u-contact-list {
      list-style: none;
      padding: 0;
    }

    .our-tmn .u-contact-list li {
      font-size: 18px !important;
      margin: 0.5rem 0;
    }

    .our-tmn .u-award-category {
      font-size: 18px !important;
      margin: 0.5rem 0;
      padding-left: 1rem;
      position: relative;
    }

    .our-tmn .u-award-category::before {
      content: "●";
      position: absolute;
      left: 0;
      color: #00b8a9;
    }

    .our-tmn .u-highlight {
      font-weight: bold;
      color: var(--main-color);
    }



  .us-funding {
      font-family: 'Segoe UI', sans-serif;
      color: #333;
      padding: 40px 10px;
      margin: auto;
    }

    .us-funding .u-card-title {
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      margin: 40px 0 20px;
      color: #2c3e50;
    }

    .us-funding .u-card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .us-funding .u-card-box {
      position: relative;
      background-color: var(--white-color);
      padding: 20px;
      border-radius: 16px;
      border: 1px solid #e0e0e0;
      overflow: hidden;
      z-index: 1;
      transition: transform 0.3s ease;
    }

    .us-funding .u-card-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background: var(--main-color);
      z-index: -1;
      transition: height 0.4s ease;
    }

    .us-funding .u-card-box:hover::before {
      height: 100%;
    }

    .us-funding .u-card-box:hover {
      transform: translateY(-8px);
    }

    .us-funding .u-card-box h3 {
      font-size: 1.25rem;
      margin-bottom: 10px;
      color: var(--main-color);
      transition: color 0.3s ease;
    }

    .us-funding .u-card-box p {
      font-size: 0.95rem;
      line-height: 1.5;
      color: var(--text-color);
      transition: color 0.3s ease;
    }

    .us-funding .u-card-box:hover h3,
    .us-funding .u-card-box:hover p {
      color: var(--white-color);
    }

    @media (max-width: 600px) {
      .us-funding .u-card-title {
        font-size: 1.5rem;
      }
       .us-first .cards-container {
      display: grid;
      grid-template-columns: 1fr;
    }
    }




            .us-team {
      font-family: Arial, sans-serif;
      background: var(--white-color);
      color: #333;
      padding: 100px 0px;
      margin: auto;
    }

    .us-team h4 {
      color: var(--text-color);
      font-size: 0.9em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .us-team h2 {
      font-size: 2em;
      margin-bottom: 10px;
    }

    .us-team p {
      color: var(--text-color);
      margin-bottom: 30px;
      max-width: 700px;
    }

    .us-team .contact-container {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      margin-bottom: 40px;
    }

    .us-team .contact-form {
      flex: 1;
      min-width: 300px;
    }

    .us-team input,
    .us-team textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      resize: none;
      font-size: 1em;
    }

    .us-team button {
      padding: 10px 20px;
      background: var(--main-color);
      color: var(--white-color);
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 20px !important;
      font-weight: bold;
    }

    .us-team button:hover {
      background: var(--hover-color);
      color: #000;
      border: 1px solid var(--main-color);
    }

    .us-team .contact-info {
      flex: 1;
      min-width: 260px;
    }

    .us-team .info-box {
      background: #f9f9f9;
      padding: 15px 20px;
      margin-bottom: 20px;
      border-left: 4px solid var(--main-color);
      border-radius: 6px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .us-team .info-box.mail {
      border-left-color: var(--hover-color);
    }

    .us-team .info-box.address {
      border-left-color: orange;
    }

    .us-team .info-icon {
      font-size: 1.3em;
      margin-top: 4px;
    }

    .us-team .info-text span {
      display: block;
      font-weight: bold;
      margin-bottom: 4px;
    }

    .us-team iframe {
      width: 100%;
      height: 300px;
      border: none;
      margin-top: 20px;
    }

    .about-section h2{
      font-size: 4rem;
    }
    .about-section p{
      font-size: 18px;
    }
    .about-section a{
      text-decoration: none;
      color: var(--main-color);
    }


        .abtnew {
      font-family: 'Inter', sans-serif;
      background: var(--white-color);
    }
    .abtnew .section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 100px 0px;
      gap: 0px;
      max-width: 1200px;
      margin: auto;
    }
    .abtnew .left {
      position: relative;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .abtnew .main-img {
      width: 500px;
      height: 500px;
      border-radius: 50%;
      object-fit: cover;
      position: relative;
      z-index: 1;
    }
    .abtnew .small-img {
      position: absolute;
      top: 0px;
      left: 60px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
      border: 8px solid var(--white-color);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      z-index: 2;
    }
    .abtnew .small-img img {
      width: unset;
      height: unset;
      object-fit: contain;
    }
    .abtnew .experience-badge {
    position: absolute;
    bottom: -43px;
    left: 152px;
    background: var(--main-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    }
    .abtnew .right {
      width: 50%;
    }
    .abtnew .right h4 {
      color: var(--main-color);
      font-size: 18px;
      margin: 0 0 10px;
    }
    .abtnew .right h2 {
      font-size: 30px;
      margin-bottom: 10px;
    }
    .abtnew .right p {
      color: #666;
      font-size: 16px;
      margin-bottom: 20px;
    }
    .abtnew .features {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .abtnew .feature {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .abtnew .feature-icon {
      width: 30px;
      height: 30px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white-color);
      font-size: 16px;
      font-weight: bold;
    }
    .abtnew .feature-content h5 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }
    .abtnew .feature-content p {
      margin: 4px 0 0;
      font-size: 15px;
      color: #555;
    }
    .abtnew .pink { background: var(--main-color); }
    .abtnew .cyan { background: var(--header-bg); }
    .abtnew .orange { background: #f59e0b; }
    .abtnew .purple { background: #8b5cf6; }




   


    .mvision {
      font-family: Arial, sans-serif;
      width: 100%;
      padding: 120px 0px !important;
    }

    .mvision .grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 300px 300px;
      width: 100%;
    }

    .mvision .grid-item {

      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px;
      color: var(--white-color);
      text-align: left;
    }

    .mvision .red-bg {
      background-color: var(--main-color);
    }

    .mvision .orange-bg {
      background-color: var(--hover-color);
    }

    .mvision .white-bg {
      background-color: var(--white-color);
      color: #333;
    }
/* 
    .mvision img {
    max-width: 100% !important;
    height: 83vh;
    } */

    .mvision .title {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 15px;
    }

    .mvision .text {
      font-size: 16px;
      line-height: 1.6;
      max-width: 400px;
    }

    .mvision .text-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    .mvision ul li{
    font-size: 16px;
    list-style: auto;
    }
    .mvision .text{
      font-size: 16px !important;
    }
        .srvrse * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .srvrse {
      background-color: var(--white-color);
      padding: 120px 0px !important;
    }

    .srvrse .features-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1288px;
      margin: auto;
    }

    .srvrse .feature-card {
      display: flex;
      flex-direction: column;
      border-radius: 20px;
      padding: 25px;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .srvrse .feature-card.green {
      background-color: var(--main-color);
      color: var(--hover-color);
    }

    .srvrse .feature-card.gold {
      background-color: var(--header-bg);
      color: var(--main-color);
    }

    .srvrse .feature-card:hover {
      transform: translateY(-5px);
    }

    .srvrse .feature-icon {
      width: 60px;
      height: 60px;
      background: var(--white-color);
      border-radius: 50px;
      padding: 5px;
      margin-bottom: 20px;
    }

    .srvrse .feature-title {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .srvrse .feature-desc {
      font-size: 1rem;
      line-height: 1.5;
    
    }


        .us-srev {
      font-family: 'Helvetica Neue', sans-serif;
      color: #000;
      margin: 50px auto;
      padding: 20px;
    }

    .us-srev h1 {
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 1.2;
    }

    .us-srev h1 strong {
      font-weight: 700;
    }

    .us-srev h2 {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-top: 10px;
      color: #555;
    }

    .us-srev .description {
      max-width: 500px;
      font-size: 14px;
      line-height: 1.6;
      color: #333;
      margin: 20px 0;
    }

    .us-srev .read-more {
      font-size: 13px;
      letter-spacing: 1px;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1px solid #000;
      display: inline-block;
      margin-top: 5px;
    }

    .us-srev .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 40px;
      margin-top: 40px;
    }

    .us-srev .grid-item {
          display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      text-align: center;
      padding: 42px 40px;
      background: #f8f8f8;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
      transition: transform 0.3s;
    }

    .us-srev .grid-item:hover {
      transform: scale(1.05);
    }

    .us-srev .grid-item img {
      width: 30px;
      height: 30px;
      margin-bottom: 10px;
    }

    .us-srev .grid-item h3 {
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #333;
    }

    .us-srev .grid-item p {
      font-size: 15px;
      line-height: 1.5;
      color: #555;
      padding: 0 10px;
    }

        .us-tmnur-container {
      display: flex;
      margin: auto;
      gap: 40px;
      padding: 100px 0px !important;
      background: var(--main-color) !important;
    padding: 22px !important;
    margin: 80px 0px 40px 0px !important;
    }

    .us-tmnur-team-column {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 20px;
    }

    .us-tmnur-team-row {
      display: flex;
      gap: 20px;
    }

    .us-tmnur-team-card {
      perspective: 1000px;
      flex: 1;
    }

    .us-tmnur-card-inner {
      position: relative;
      width: 100%;
      height: 250px;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .us-tmnur-team-card:hover .us-tmnur-card-inner {
      transform: rotateY(180deg);
    }

    .us-tmnur-card-front, .us-tmnur-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      background-color: var(--white-color);
      color: black;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .us-tmnur-card-front img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .us-tmnur-card-front h3 {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .us-tmnur-card-front span {
      font-size: 14px;
      color: var(--text-color);
    }

    .us-tmnur-card-back {
      transform: rotateY(180deg);
    }

    .us-tmnur-card-back p {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .us-tmnur-social-icons {
      display: flex;
      gap: 15px;
      margin-top: 15px !important;
      justify-content: center;
    }

    .us-tmnur-social-icons i {
      cursor: pointer;
      color: var(--main-color);
      font-size: 18px;
      transition: color 0.3s;
    }

    .us-tmnur-social-icons i:hover {
      color: var(--hover-color);
    }

    .us-tmnur-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .us-tmnur-content h2 {
    font-size: 41px;
    color: white !important;
      margin-bottom: 20px;
    }

    .us-tmnur-content p {
      color: var(--white-color);
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .us-tmnur-contact-btn {
      padding: 10px 24px;
      background-color: var(--white-color);
      color: var(--main-color);
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: bold;
      align-self: flex-start;
    }



        .us-fndin {
      font-family: 'Segoe UI', sans-serif;
      background: var(--white-color);
      padding: 40px 0px;
    }

    .us-fndin h1 {
      text-align: center;
      font-size: 32px;
      color: var(--main-color);
      margin-bottom: 50px;
    }

    .us-fndin .container {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .us-fndin .card {
      position: relative;
      width: 285px;
      background: var(--white-color);
      border-radius: 10px;
      border: none !important;
      overflow: visible;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .us-fndin .card:hover {
      transform: translateY(-10px);
    }

    .us-fndin .top-bar {
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36px;
      color: var(--white-color);
      position: relative;
    }

    .us-fndin .indiv     { background-color: var(--main-color); }
    .us-fndin .community { background-color: var(--header-bg); }
    .us-fndin .business  { background-color: var(--main-color); }
    .us-fndin .nonprofit { background-color: var(--header-bg); }

    .us-fndin .folded-corner {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-top: 25px solid rgba(0, 0, 0, 0.1);
      border-left: 25px solid transparent;
    }

    .us-fndin .label {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 15px;
    color: var(--text-color);
    }

    .us-fndin .description-box {
      background: rgba(0, 0, 0, 0.9);
      color: var(--white-color);
      font-size: 16px;
      text-align: center;
      padding: 0 15px;
      max-height: 0;
      overflow: hidden;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      transition: all 0.4s ease;
    }

    .us-fndin .card:hover .description-box {
      padding: 15px;
      max-height: 100px;
    }
        .sr-funding {
      font-family: 'Poppins', sans-serif;
      background: var(--white-color);
      color: var(--text-color);
      line-height: 1.7;
      padding: 60px 20px;
    }

    .sr-funding .wrapper {
      margin: auto;
    }

    .sr-funding .title {
      text-align: center;
      font-size: 2.5rem;
      color: var(--main-color);
      margin-bottom: 40px;
    }

    .sr-funding .section {
      margin-bottom: 50px;
    }

    .sr-funding .section h3 {
      font-size: 1.8rem;
      color: var(--main-color);
      margin-bottom: 15px;
      border-left: 4px solid var(--main-color);
      padding-left: 12px;
    }

    .sr-funding .list {
      list-style: none;
      padding-left: 0;
    }

    .sr-funding .list li {
      margin-bottom: 14px;
      padding-left: 28px;
      position: relative;
    }

    .sr-funding .list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: var(--main-color);
      font-size: 1rem;
    }
    .sr-funding ul li{
      font-size: 20px !important;
    }

        .us-glry * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .us-glry {
      font-family: "Poppins", sans-serif;
      background-color: #f2f4f8;
      color: #333;
    }

    .us-glry .modern-gallery-section {
      padding: 70px 20px;
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .us-glry .modern-gallery-title {
      font-size: 2.8rem;
      margin-bottom: 40px;
      color: #222;
      font-weight: 600;
    }

    .us-glry .modern-gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
    }

    .us-glry .modern-gallery-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .us-glry .modern-gallery-card img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .us-glry .modern-gallery-card:hover img {
      transform: scale(1.1);
    }

    .us-glry .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);
      color: #fff;
      opacity: 0;
      transition: opacity 0.4s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .us-glry .modern-gallery-card:hover .overlay {
      opacity: 1;
    }

    .us-glry .overlay h3 {
      margin-bottom: 10px;
      font-size: 1.5rem;
    }

    .us-glry .overlay p {
      font-size: 0.9rem;
    }





    /* ----------res------ */

        @media (max-width: 600px) {
      .us-glry .modern-gallery-title {
        font-size: 2rem;
      }
    }
    /* Optional: Responsive */
    @media (max-width: 768px) {
      .mvision .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
      }

      .mvision .grid-item {
        padding: 20px;
        text-align: center;
        align-items: center;
      }

      .mvision .text-block {
        align-items: center;
      }
    }
    
    @media (max-width: 600px) {
      .sr-funding .title {
        font-size: 2rem;
      }

      .sr-funding .section h3 {
        font-size: 1.3rem;
      }
    }
    
/* ------------responsives------------- */

@media only screen and (max-width: 768px){
  .about-section h2{
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
  }
  .our-tmn .u-section{
    padding: 0px !important;
  }
  #mobileMenu .list-unstyled ul li{
     font-size: 14px !important;
  }
  .jmus-headerbtn{
        font-size: 14px !important;
    padding: 4px 13px;
  }
    .us-team .contact-container {
        flex-direction: column;
      }
    .us-hdrul{
        display: none !important;
    }
    .btn20{
    font-size: 14px !important;
    padding: 13px 42px !important;
    margin-top: 10px !important;
    }
    .home-banner {
      background-position: left !important;
    }
    .home-banner h1{
      font-size: 26px !important; 
    }
    .home-banner p{
    margin: 0px !important;
    font-size: 16px !important;
    }
    .us-mainnsv{
      display: none !important; 
    }
    .logo img{
      width: 100px !important;
    }
    .us-mnhro{
      padding: 160px 18px;
      min-height: unset !important;
    }
    .stats-container{
      display: flex !important;
    flex-direction: column !important;
    padding: 20px 12px !important;
    }
    .info-top{
      display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    }
    .gallery-section{
      display: flex !important;
      flex-direction: column !important;
    }
    .us-first .section-title{
      font-size: 21px !important;
    }
    .us-first .section-label{
      font-size: 14px !important;
    }
    .u-second .section-subtitle{
      font-size: 21px !important;
    }
    .u-second .section-title{
      font-size: 14px !important;
    }
    .about-section{
      padding: 60px 30px !important;
    }
    .mission-left img{
       width: 100% !important;    
    }
    .vision-right img{
       width: 100% !important;    
    }
    .us-trgt span{
      font-size: 13px !important;
      text-align: start !important;
    }
    .abtnew .section{
      display: flex !important;
      flex-direction: column !important;
      gap: 100px !important;
    }
    .us-tmnur-container{
      flex-direction: column !important;
    }
    .us-clinv{
      display: flex !important;
      flex-direction: column-reverse !important;
    }
    .us-opiu{
      padding: 70px 0px !important;
    }
    .abtnew .right{
      width: 100% !important;
    }
    .abtnew .left{
      width: 100% !important;
    }
    .abtnew .small-img{
      left: 0px !important;
    }
    .abtnew .experience-badge{
      left: 39px !important;
    }
    .mn-iop{
      flex-direction: column !important;
   }
}



/* --------footer-------- */


    .us-fttr {
      background-color: var(--main-color);
      color: #ccc;
      padding: 20px 20px 0px 20px;
      font-family: Arial, sans-serif;
    }

    .us-fttr .footer-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .us-fttr .footer-col {
      flex: 1 1 22%;
      margin: 20px 0;
      min-width: 220px;
    }

    .us-fttr .footer-logo {
      color: var(--white-color);
      font-size: 22px;
      margin-bottom: 15px;
    }

    .us-fttr .footer-about {
      font-size: 14px;
      line-height: 1.5;
    }

    .us-fttr .footer-socials {
      margin-top: 15px;
    }
    .footer-socials i{
      margin-top: 9px;
    }
    .us-fttr .footer-socials a {
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      border-radius: 50%;
      background-color: var(--header-bg);
      color: var(--text-color);
      margin-right: 10px;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    .us-fttr .footer-socials a:hover {
      background-color: var(--main-color);
      color: var(--white-color);
      border: 1px solid var(--white-color);
    }

    .us-fttr .footer-col h3 {
      color: var(--white-color);
      margin-bottom: 15px;
    }

    .us-fttr .footer-col ul {
      list-style: none;
      padding: 0;
    }

    .us-fttr .footer-col ul li {
      margin-bottom: 10px;
    }

    .us-fttr .footer-col ul li a {
      text-decoration: none;
      color: var(--white-color);
      font-size: 16px;
    }

    .us-fttr .footer-col ul li a:hover {
      color: var(--hover-color);
    }

    .us-fttr .newsletter-form {
      display: flex;
      border: 1px solid var(--white-color);
      color: var(--white-color);
      margin-top: 10px;
    }

    .us-fttr .newsletter-form input[type="email"] {
      padding: 8px;
      flex: 1;
      border: none;
      outline: none;
      border-radius: 2px 0 0 2px;
    }
    .us-ancr{
    color: white;
    text-decoration: none !important;
    font-size: 17px;
    font-weight: bolder;
    }

    .us-fttr .newsletter-form button {
      background-color: var(--hover-color);
      color: #000;
      border: none;
      padding: 0px 10px;
      cursor: pointer;
      border-radius: 0 2px 2px 0;
    }

    .us-fttr .newsletter-form button:hover {
      background-color: var(--hover-color);
    }
    .footer-col p{
      color: var(--white-color);
    }

    .us-fttr .footer-bottom {
      border-top: 1px solid var(--white-color);
      align-items: center;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 16px;
      color: #999;
      padding: 18px 15px;
    }

    .us-fttr .footer-bottom-links a {
      color: #999;
      margin-left: 15px;
      text-decoration: none;
    }

    .us-fttr .footer-bottom-links a:hover {
      color: var(--hover-color);
    }

    @media (max-width: 768px) {
      
      .us-fttr .footer-container{
        gap: 0px !important;
      }
      .us-sixtyc{
        width: 100% !important
        ;
      }
      .us-fttr .footer-container {
        flex-direction: column;
      }

      .us-fttr .footer-col {
        width: 100%;
        margin-bottom: 10px;
      }
      .us-tmnur-team-row{
        flex-direction: column !important;
      }
      .footer-bottom p{
        font-size: 9px !important;
        margin-bottom: 0px !important;
      }
      .footer-bottom a{
        font-size: 9px !important;
      }
    }



        .awrdnomi * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .awrdnomi {
      font-family: 'Poppins', sans-serif;
      padding: 60px 20px;
      color: #333;
    }

    .awrdnomi .container {
      max-width: 1100px;
      margin: auto;
      text-align: center;
      margin-bottom: 70px !important;
    }

    .awrdnomi .section-title {
      font-size: 2.8rem;
      font-weight: 600;
      margin-bottom: 50px;
      color: #2c3e50;
    }

    .awrdnomi .award-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      gap: 30px;
    }

    .awrdnomi .award-card {
      background: var(--main-color);
      border-radius: 16px;
      padding: 30px 25px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
      transition: all 0.3s ease;
      position: relative;
    }

    .awrdnomi .award-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
    }

    .awrdnomi .award-title {
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--hover-color);
      margin-bottom: 10px;
    }

    .awrdnomi .award-desc {
      font-size: 1rem;
      color: var(--white-color);
      line-height: 1.6;
    }

    @media (max-width: 600px) {
      .awrdnomi .section-title {
        font-size: 2.2rem;
      }
    }

    .us-dntion {
      font-family: 'Inter', sans-serif;
      background: #fff;
      color: #333;
    }

    .us-dntion .hero {
      background: url('../images/donation.jpg') center/cover no-repeat;
      height: 40vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      position: relative;
    }

    .us-dntion .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.4);
    }

    .us-dntion .hero-content {
      position: relative;
      z-index: 1;
    }

    .us-dntion .hero-content h1 {
      font-size: 48px;
      margin-bottom: 20px;
    }

    .us-dntion .partners {
      display: flex;
      justify-content: center;
      padding: 40px 20px;
      background: #f7f7f7;
      text-align: center;
    }

    .us-dntion .partners h1 {
      font-size: 24px;
      color: #555;
    }

    /* Updated Cards Section With Margin */
    .us-dntion .updated-cards {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 60px; /* Added side padding */
      gap: 50px;
      flex-wrap: wrap;
    }

    .us-dntion .updated-cards .card {
      flex: 1 1 300px;
      height: 300px;
      background-image: url('../images/donation-gift.jpg');
      background-size: cover;
      background-position: top;
      border-radius: 15px;
      position: relative;
      overflow: hidden;
    }

    .us-dntion .updated-cards .card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    .us-dntion .updated-cards .card-content {
      position: absolute;
      z-index: 1;
      bottom: 20px;
      left: 20px;
      color: #fff;
    }

    .us-dntion .updated-cards .card-content h3 {
      margin: 0;
      font-size: 22px;
    }

    .us-dntion .updated-cards .card-content button {
      margin-top: 10px;
      width: 35px;
      height: 35px;
      background: var(--main-color);
      border: none;
      border-radius: 50%;
      text-align: center;
      line-height: 35px;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
    }

    .us-dntion .updated-cards .card-text {
      flex: 1 1 300px;
      max-width: 500px;
    }

    .us-dntion .updated-cards .card-text h2 {
      font-size: 28px;
      color: #333;
      margin-bottom: 15px;
    }

    .us-dntion .updated-cards .card-text p {
      font-size: 16px;
      color: #555;
    }

    .us-dntion .impact {
      padding: 60px 20px;
      text-align: center;
    }

    .us-dntion .impact h2 {
      margin-bottom: 20px;
      color: #533c2a;
    }

    .us-dntion .impact p {
      max-width: 600px;
      margin: 0 auto 20px;
    }

    .us-dntion .impact-cards {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .us-dntion .impact-card {
      width: 450px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .us-dntion .impact-card img {
      width: 100%;
      display: block;
    }

    .us-dntion .impact-card p {
      padding: 15px;
      font-size: 15px;
    }

    .us-dntion .modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0; top: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
    }

    .us-dntion .modal img {
      max-width: 90%;
      max-height: 80vh;
      border-radius: 10px;
    }

    .us-dntion .close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
    }

    .blogs-head,.out-aca{
      font-size: 34px !important;
  font-weight: 700 !important;
  color: var(--text-color) !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
  color: var(--main-color) !important;
    }
    .single-blog p, .single-blog ul{
      font-size: 18px;
    }
    @media (max-width: 768px) {
      .us-dntion .updated-cards {
        flex-direction: column;
        padding: 40px 20px; /* Reduced padding for mobile */
      }
      .us-dntion .updated-cards .card,
      .us-dntion .updated-cards .card-text {
        width: 100%;
        text-align: center;
      }
    }