
          .notice-marquee-section {
            background: #18714a;
            border-top: 3px solid #ffd54f;
            border-bottom: 3px solid #ffd54f;
          }
          .notice-marquee-section .pxn-h1_marquee_wrap {
            display: flex;
            align-items: center;
            overflow: hidden;
          }
          .notice-label {
            background: #fff;
            color: #18714a;
            font-weight: 700;
            font-size: 18px;
            padding: 18px 25px;
            white-space: nowrap;
            z-index: 2;
            box-shadow: 0 0 15px rgba(0, 0, 0, .1);
          }
          .notice-label i {
            margin-right: 8px;
          }
          .notice-item {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-right: 60px;
            color: #fff;
            font-size: 16px;
            white-space: nowrap;
          }
          .notice-item a {
            color: #fff;
            background: #000;
            font-weight: 600;
            text-decoration: none;
          }
          .notice-item a:hover {
            color: #fff;
          }
          .new-badge {
            background: #ff3d00;
            color: #fff;
            font-size: 11px;
            padding: 3px 8px;
            border-radius: 20px;
            font-weight: 700;
            animation: pulse 1.5s infinite;
          }
          .pxn_marquee_scroll {
            display: flex;
            align-items: center;
            white-space: nowrap;
            width: max-content;
            animation: noticeScroll 110s linear infinite;
          }
          .pxn_marquee_scroll:hover {
            animation-play-state: paused;
          }
          @keyframes noticeScroll {
            from {
              transform: translateX(0);
            }
            to {
              transform: translateX(-50%);
            }
          }
          @keyframes pulse {
            0% {
              transform: scale(1);
            }
            50% {
              transform: scale(1.1);
            }
            100% {
              transform: scale(1);
            }
          }
          .notice-item {
            display: flex;
            align-items: center;
            margin-right: 50px;
            white-space: nowrap;
          }
          .notice-content {
            display: flex;
            align-items: center;
            gap: 15px;
            backdrop-filter: blur(8px);
            border-radius: 50px;
          }
          .notice-title {
            color: #fff;
            font-weight: 600;
            font-size: 15px;
          }
          .notice-date {
            color: #ffd54f;
            font-size: 13px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 6px;
          }
          .notice-btn {
            background: #fff;
            color: #000;
            padding: 8px 16px;
            border-radius: 30px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            transition: .3s;
            display: flex;
            align-items: center;
            gap: 6px;
          }
          .notice-btn:hover {
            background: #ffd54f;
            color: #18714a;
            transform: translateY(-2px);
          }
          .new-badge {
            background: #ff3d00;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 5px 10px;
            border-radius: 30px;
            margin-right: 10px;
            box-shadow: 0 0 12px rgba(255, 61, 0, .5);
            animation: pulse 1.5s infinite;
          }
          @media(max-width:768px) {
            .notice-content {
              padding: 8px 14px;
              gap: 10px;
            }
            .notice-title {
              font-size: 14px;
            }
            .notice-date {
              display: none;
            }
            .notice-btn {
              padding: 6px 12px;
              font-size: 12px;
            }
          }
    
          .process_icon {
            width: 95px;
            height: 95px;
            margin: 0 auto 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #fff, #fff);
            position: relative;
          }
          .process_icon::before {
            content: '';
            position: absolute;
            inset: -8px;
            border-radius: 50%;
            border: 2px dashed #ffffff;
            animation: spinIcon 12s linear infinite;
          }
          .process_icon i {
            font-size: 38px;
            color: #20643d;
          }
          .pxn_process_item::after {
            content: '';
            position: absolute;
            width: 180px;
            height: 180px;
            background: rgba(24, 113, 74, .05);
            border-radius: 50%;
            top: -90px;
            right: -90px;
            transition: .5s;
          }
          .pxn_process_item:hover::after {
            transform: scale(1.4);
          }
          @keyframes spinIcon {
            from {
              transform: rotate(0deg);
            }
            to {
              transform: rotate(360deg);
            }
          }
         
          .team_wrapper {
            display: flex !important;
            flex-wrap: wrap;
            gap: 30px;
          }
       
          @media (max-width:991px) {
            .team_wrapper .pxn-h1_team_member {
              width: calc(50% - 15px);
            }
          }
          @media (max-width:767px) {
            .team_wrapper .pxn-h1_team_member {
              width: 100%;
            }
          }
          .team_wrapper .member_image {
            height: 320px;
            /* apne hisaab se 250-350px */
            overflow: hidden;
            border-radius: 15px;
          }
          .team_wrapper .member_image img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            display: block;
          }
        
      
       
          .name_row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
          }
          .name_row .name {
            margin: 0;
            flex: 1;
          }
          .readmore_btn {
            gap: 5px !important;
            font-size: 14px;
            white-space: nowrap;
          }
          .readmore_btn .btn_icon {
            width: 25px;
            height: 25px;
            min-width: 25px;
          }
          .name {
            display: flex;
            align-items: center;
            gap: 10px;
          }
          .name i {
            color: #18714a;
            font-size: 18px;
          }
          .name {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0;
            font-size: 24px;
            font-weight: 700;
            color: #111;
            line-height: 1.3;
            transition: all .3s ease;
          }
          .name i {
            width: 42px;
            height: 42px;
            min-width: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(135deg, #18714a, #0f5c3c);
            color: #fff;
            font-size: 16px;
            box-shadow: 0 8px 20px rgba(24, 113, 74, .25);
            transition: all .3s ease;
          }
          .pxn-h1_team_member:hover .name {
            color: #18714a;
          }
          .pxn-h1_team_member:hover .name i {
            transform: rotate(12deg) scale(1.08);
          }
          .designation_row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
          }
          .designation {
            font-weight: 600;
            font-size: 14px;
            color: #18714a;
          }
          .readmore_btn {
            display: inline-flex;
            align-items: center;
            gap: 5px;
          }
          .team_wrapper .pxn-h1_team_member {
            
            border: 3px solid #20643d;
            border-radius: 18px;
            padding: 5px;
            background: #20643d1c;
          }
          hr {
            margin: 0.5rem 0;
            color: inherit;
            border: 0;
            border-top: 2px solid white;
            opacity: 1;
          }
          .bg_img {
            position: relative;
            overflow: hidden;
          }
          /* Green overlay */
          .bg_img::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgb(32 100 61 / 31%);
            z-index: 1;
          }
          /* Image ke upar layer */
          .bg_img img,
          .bg_img {
            position: relative;
            z-index: 0;
          }
          .pxn-h3-progress-section {
    position: relative;
    z-index: 3;
    background: #20643d;
    padding: 40px 0px;
}
.pxn_slider-pagination {
    margin-top: 15px;
    text-align: center;
    place-content: center;
}
        

        
       

          .pxn-gallery-swiper {
  padding: 10px 0;
}

.gallery_item {
  border-radius: 12px;
  overflow: hidden;
}

.gallery_img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
     background: #20643d;
}

.gallery_img_wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.5s ease;
}

/* hover zoom */
.gallery_item:hover img {
  transform: scale(1.1);
}

/* ⭐ green bottom overlay (inside image) */
.gallery_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 10px;
  text-align: center;

  /* green premium shade */
  background: linear-gradient(
    to top,
    rgba(0, 90, 50, 0.95),
    rgba(0, 120, 70, 0.75),
    rgba(0, 0, 0, 0)
  );


  backdrop-filter: blur(2px);
}

/* text styling */
.gallery_overlay h3 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  letter-spacing: 0.3px;
}
        

         
         .pxn-gallery-swiper {
  padding: 10px 0;
}
.gallery_item {
  border-radius: 12px;
  overflow: hidden;
}

.gallery_item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 12px;
  transition: 0.4s ease;
}

/* hover effect */
.gallery_item:hover img {
  transform: scale(1.08);
}
/* pagination dots */
.pxn_slider-pagination {
  margin-top: 15px;
  text-align: center;
}
                @media (max-width: 768px) {

    .pxn-h1-hero-section,
    .pxn-h1-hero-slider,
    .pxn_slider_item {
        height: 400px !important;
        min-height: 450px !important;
    }

    .pxn_hero_content {
        padding-top: 0;
        text-align: center;
    }

    .hero_title {
        font-size: 22px;
        line-height: 30px;
    }

    .hero_sub {
        font-size: 13px;
    }

     .pxn_hero_content {
        text-align: center;
        padding: 0 15px;
    }

    .hero_sub {
        font-size: 14px;
        line-height: 22px;
    }

    .hero_title {
        font-size: 28px;
        line-height: 38px;
    }

    .hero_btn {
        margin-top: 20px;
        display: inline-flex;
    }

    .slider_shape_1,
    .slider_shape_2 {
        display: none;
    }

    .pxn_slider-pagination {
        bottom: 20px !important;
    }

    .notice-label {
    background: #fff;
    color: #18714a;
    font-weight: 700;
    font-size: 12px!important;
    padding: 4px 5px!important;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.notice-content {
           padding: 2px 10px;
        gap: 8px;
}
.name {
   
    place-content: center;
}
.team_wrapper .member_image {
    height: 250px!important;
   
}
.pxn_process_item .process_desc {
    
    text-align: center; 
    line-height: 19px!important;
}
    }