@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap");
body {
  color: #474747;
  font-family: "Commissioner", sans-serif;
  font-size: 18px;
  line-height: 32px;
  background: #fff; }
  @media (max-width: 769px) {
    body {
      text-align: center; } }

a {
  text-decoration: none;
  color: #474747; }

img {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.container {
  width: 1200px;
  max-width: 100%; }

.navbar {
  padding: 5px 0;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }

.navbar-brand img {
  height: 50px;
  margin-right: 10px; }

.navbar-brand span {
  color: var(--primary-color); }

.nav-link {
  font-weight: 500;
  margin: 0 10px;
  color: #474747; }

.nav-link:hover, .nav-link.active {
  color: #dc3545; }

.navbar-nav .nav-link.active {
  color: #dc3545; }

/* Dropdown base - custom background */
.navbar .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 0;
  background-color: #014d01;
  /* custom background (dark green) */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  width: 250px; }

/* Show on hover */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* Dropdown items */
.navbar .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #fff;
  /* white text */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /* divider line */
  transition: all 0.3s ease; }
  .navbar .dropdown-menu .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding-left: 26px; }

/* Remove border for last item */
.navbar .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none; }

.navbar .dropdown-menu .active .dropdown-item {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff; }

/* Hover effect */
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
  /* light overlay */
  color: #fff;
  padding-left: 26px;
  /* slide effect */ }

.custom-navbar {
  padding: 10px 0;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.custom-navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
  /* shrink */ }
.cn-fa-icon{margin-top:10px !important;}

.office-bearers .row{
justify-content: center;
}
.womens-wing-members .row{
justify-content: center;	
}
.image-codstn img{
	    margin: auto;
    border-radius: 20px;
    box-shadow: 1px 1px 16px -4px #0000003b;
    margin-top: 50px;
}
.codstn-para{
	text-align: center;
}

.wons-img2{
	position: relative;
	margin-bottom: 82px !important;
}
.wons-img{
	position: absolute;
    top: -22px;
    left: 19%;
    transform: translateX(-5%);
    /* width: 10%; */
    border-radius: 50%;
}


@media (max-width: 991px) {
  .custom-offcanvas {
    background-color: #014d01;
    color: #fff; }
    .custom-offcanvas .nav-link {
      display: block;
      padding: 12px 15px;
      background-color: #014d01;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      font-weight: 500;
      transition: all 0.3s ease;
      position: relative;
      margin: 0; }
      .custom-offcanvas .nav-link:hover, .custom-offcanvas .nav-link:focus, .custom-offcanvas .nav-link.active {
        background-color: #026f02;
        color: #fff; }
    .custom-offcanvas .sub-menu {
      background-color: #e75563;
      padding-left: 0; }
      .custom-offcanvas .sub-menu .dropdown-link {
        display: block;
        padding: 10px 20px;
        color: #fff;
        border-bottom: 1px solid rgba(236, 235, 235, 0.5);
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 0.95rem; }
        .custom-offcanvas .sub-menu .dropdown-link:hover, .custom-offcanvas .sub-menu .dropdown-link:focus, .custom-offcanvas .sub-menu .dropdown-link.active {
          background-color: #e1283a;
          color: #fff; } }
.section-title {
  position: relative;
  margin-bottom: 40px;
  font-weight: 700; }

.section-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #dc3545;
  margin: 10px 0; }

.about-section {
  padding: 80px 0; }
  .about-section .about-container {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .about-section .about-section {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
    position: relative;
    overflow: hidden; }
  .about-section .section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px; }
  .about-section .section-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #dc3545;
    border-radius: 3px; }
  .about-section .section-text {
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 25px; }
  .about-section .highlight-box {
    background-color: #fff5f5;
    border-left: 4px solid #dc3545;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0; }
  .about-section .btn-container {
    margin-top: 30px; }
  .about-section .know-more-btn {
    display: inline-block;
    background-color: #dc3545;
    color: white;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3); }
  .about-section .know-more-btn:hover {
    background-color: #c82333;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(220, 53, 69, 0.4); }
  .about-section .know-more-btn:active {
    transform: translateY(-1px); }
  .about-section .credai-logo {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.1;
    font-size: 120px;
    font-weight: 800;
    color: #dc3545;
    pointer-events: none; }
  @media (max-width: 1200px) {
    .about-section .about-container {
      width: 90%; } }
  @media (max-width: 768px) {
	  
	  	  /* Offcanvas Menu Background */
.offcanvas {
    background-color: #014d01; /* Dark background */
}

/* Navbar Brand */
.navbar-brand img {
    max-width: 150px;
}

/* Navbar Links */
.navbar-nav .nav-link {
   display: block;
    padding: 12px 15px;
    background-color: #014d01;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
}

/* Navbar Links on Hover */
.navbar-nav .nav-link:hover {
   background-color: #026f02;
    color: #fff !important;
	margin:auto 0px;
}
	

.nav-link {
  font-weight: 500;
  margin: 0 6px;
  color: #474747; }
	  
/* Submenu Links */
.sub-menu .dropdown-link {
	display: block;
    color: #adb5bd; /* Light grey text */
	color: #fff;
    border-bottom: 1px solid rgba(236, 235, 235, 0.5);
    padding: 8px 15px;
	transition: all 0.3s ease;
    font-size: 0.95rem;
}
 .offcanvas-body .sub-menu {
    background-color: #e75563;
    padding-left: 0;
  }

/* Submenu Links on Hover */
.sub-menu .dropdown-link:hover {
    background-color: #e1283a;
    color: #fff;
}
	  .dropdown-link{display: block;
    padding: 12px 15px;
   font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;}
	  .offcanvas-title{color:#fff;}  
	  .text-reset{color:#fff;}
	  
	  .bearer-card img{margin:auto;max-width: 100% !important;}
	


	  .cnss-social-icon {display:flex;}
	  .archive-img img {
  margin-top:15px;
}
    .about-section .about-section {
      padding: 30px; }
    .about-section .section-heading {
      font-size: 28px; }
    .about-section .section-text {
      font-size: 16px; }
    .about-section .credai-logo {
      font-size: 80px;
      top: 20px;
      right: 20px; } }
  .about-section .about-btn {
    background: #dc3545;
    color: #fff;
    padding: 8px 22px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease, transform 0.2s ease; }
  .about-section .about-btn:hover {
    background: #b02a37;
    color: #fff;
    transform: scale(1.05); }

.members-section {
  border-top: 1px solid #cdcdcd;
  padding-top: 80px;
  padding-bottom: 80px; }
  .members-section h2::after {
    margin: 10px auto; }
  .members-section .wel-memb {
    gap: 20px; }
    .members-section .wel-memb .wel-memb1 {
      width: 10%;
      border: 1px solid #000;
      padding: 10px;
      display: flex;
      justify-content: center; }

.mySwiper img {
  max-height: 150px;
  object-fit: contain;
  margin: auto;
  display: block; }

/* Logo box */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center; }

.swiper-slide img {
  width: 200px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  object-fit: contain;
  transition: all 0.35s ease; }

/* Hover effect */
.swiper-slide img:hover {
  border-color: #0d6efd;
  /* brand blue highlight */
  background-color: rgba(13, 110, 253, 0.05);
  /* faint blue background */
  border: none; }

/* Circle arrow styling */
.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* Center vertically */
  top: 50% !important;
  transform: translateY(-50%) !important; }

/* Remove default Swiper blue arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important; }

/* Icon inside */
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 22px;
  color: #0d6efd;
  pointer-events: none; }

/* Hover effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #0d6efd !important; }

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  color: #fff; }

.credai-presence {
  background: linear-gradient(135deg, #f8f9fa, #e9f2ff);
  position: relative;
  overflow: hidden; }

.map-card {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease; }
  @media (max-width: 769px) {
    .map-card {
      margin-top: 20px; } }

.map-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15); }

.karnataka-map {
  max-width: 500px;
  width: 100%;
  transition: transform 0.5s ease; }

.map-card:hover .karnataka-map {
  transform: scale(1.03); }

.message-box {
  background: transparent;
  font-size: 1.05rem;
  line-height: 1.7;
  padding-left: 20px;
  position: relative; }

.message-box .quote-mark {
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 87, 34, 0.2);
  /* Subtle warm orange */
  font-family: Georgia, serif;
  z-index: -1; }

.section-title {
  font-size: 2.2rem;
  color: #000;
  position: relative;
  display: inline-block; }

.section-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background: #dc3545;
  margin: 8px auto 0;
  border-radius: 2px; }

.president-name {
  font-weight: 700;
  font-size: 1.25rem;
  background: linear-gradient(45deg, #50b193, #dc3545);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.president-title {
  color: #6c757d;
  font-style: italic;
  font-size: 0.95rem; }

.annual-events {
  background: #f8f9fa;
  /* light gray background */ }

.event-card {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

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

.event-card img {
  transition: transform 0.4s ease;
  width: 100%; }

.event-card:hover img {
  transform: scale(1.05); }

.know-more-btn {
  background: #dc3545;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease; }

.know-more-btn:hover {
  background: #b02a37;
  /* darker red */
  color: #fff; }

.youth-wing {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 60px; }
  @media (max-width: 769px) {
    .youth-wing {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      margin-top: 30px;
      padding-top: 30px;
      margin-bottom: 30px; } }

.youth-right {
  background-color: #f9f9f9;
  padding: 100px;
  margin-right: -12px; }
  @media (max-width: 769px) {
    .youth-right {
      padding: 0px;
      margin-right: 0px;
      padding-bottom: 30px; } }

.youth-wing p {
  color: #333;
  line-height: 1.7; }

.youth-btn {
  background: #dc3545;
  color: #fff;
  padding: 8px 22px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, transform 0.2s ease; }

.youth-btn:hover {
  background: #b02a37;
  color: #fff;
  transform: scale(1.05); }

.credai-footer {
  background: linear-gradient(to right, rgba(196, 30, 58, 0.7), rgba(0, 147, 102, 0.7));
  color: #fff; }

.credai-footer h5 {
  font-size: 1.2rem;
  margin-bottom: 15px; }

@media (max-width: 769px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 769px) {
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

/* Quick Links with arrow icon */
.footer-links li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px; }
  @media (max-width: 769px) {
    .footer-links li {
      margin-right: 20px; } }

.footer-links li::before {
  content: "➤";
  /* arrow icon */
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 0.9rem;
  transition: transform 0.3s ease; }

.footer-links li:hover::before {
  transform: translateX(4px); }

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease; }

.footer-links a:hover {
  color: #f8f9fa;
  text-decoration: underline; }

/* Contact info with icons */
.footer-contact li {
  margin-bottom: 8px;
  position: relative; }

.footer-contact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat; }

/* Different icons */
.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease; }

.footer-contact a:hover {
  color: #dc3545;
  /* or #50b193 */ }

.footer-divider {
  border-color: rgba(255, 255, 255, 0.4); }

#email {
  cursor: pointer; }
  #email:hover {
    color: #dc3545; }

/* Breadcrumb */
.breadcrumb-wrapper {
  background: #f1f1f1;
  padding: 12px 0; }
  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
    background: transparent; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
      font-size: 0.95rem; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
        color: #014d01;
        text-decoration: none; }
        .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
          text-decoration: underline; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
        color: #666;
        font-weight: 500; text-align:left;}

.office-bearers .bearers-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #014d01; }
.office-bearers .bearers-subtitle {
  font-size: 1rem;
  color: #555; text-align: left;}
.office-bearers .bearer-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); }
  .office-bearers .bearer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); }
  .office-bearers .bearer-card .bearer-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px; }
  .office-bearers .bearer-card .bearer-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px; 
	  margin-top:20px;
    color: #333; }
  .office-bearers .bearer-card .bearer-role {
    font-size: 0.95rem;
    color: #666; }

/* Responsive */
@media (max-width: 768px) {
  .office-bearers .bearers-title {
    font-size: 1.8rem; }
  .office-bearers .bearer-card {
    padding: 15px; } }
/* Women’s Wing Intro */
.womens-wing-intro p.lead {
  font-size: 1.1rem;
  color: #444;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7; }

/* Women’s Wing Members */
.womens-wing-members .bearers-title {
  font-size: 2rem;
  font-weight: 700;
  color: #014d01; 
}
.bearers-title12{
	text-align: center;
	position: absolute;
  left: 29%;
  transform: translateX(20%);
}
.bearers-img12{width: 23%;}
.womens-wing-members .bearer-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); }
  .womens-wing-members .bearer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); }
  .womens-wing-members .bearer-card .bearer-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px; }
  .womens-wing-members .bearer-card .bearer-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
	  margin-top:20px;
    color: #333; }
  .womens-wing-members .bearer-card p{
    font-size: 0.95rem;
    color: #666; }

/* Objectives */
.womens-wing-objectives {
  background: #f8f9fa; }
  .womens-wing-objectives .objectives-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto; }
    .womens-wing-objectives .objectives-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 14px;
      font-size: 1rem;
      color: #333;
      line-height: 1.6; }
      .womens-wing-objectives .objectives-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 0;
        color: #014d01;
        font-weight: bold; }

/* Full-Width Accordion */
.accordion {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #333; }

/* Accordion Item */
.accordion-item {
  border-bottom: 1px solid #e0e0e0; }

/* Remove Bootstrap default arrow */
.accordion-button::after {
  display: none;
  /* removes the default arrow */ }

/* Accordion Header / Button */
.accordion-button {
  background: #fafafa;
  color: #444;
  /* Neutral dark color */
  font-size: 1rem;
  font-weight: 600;
  padding: 18px 30px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
  /* Custom + / - */ }
  .accordion-button:before {
    content: '+';
    position: absolute;
    right: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    transition: transform 0.3s ease; }
  .accordion-button.collapsed:before {
    content: '+'; }
  .accordion-button:not(.collapsed):before {
    content: '-'; }
  .accordion-button:hover {
    background: #f0f0f0; }

/* Accordion Body */
.accordion-body {
  background: #fff;
  padding: 20px 30px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  transition: all 0.3s ease; }
  .accordion-body ul {
    padding-left: 0;
    margin-top: 10px;
    list-style: none; }
    .accordion-body ul li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 8px; }
      .accordion-body ul li:before {
        content: '▹';
        /* Stylish arrow bullet */
        position: absolute;
        left: 0;
        color: #888;
        /* subtle neutral color */
        font-size: 1rem; }
      .accordion-body ul li:hover:before {
        color: #444;
        /* darker on hover */ }
  .accordion-body p {
    margin-bottom: 12px; }

/* Hero Section */
.about-hero {
/*   background: linear-gradient(135deg, #90101b, #b54a55); */
  background: linear-gradient(135deg, #f9f9f9, #f9f9f9);
  color: #fff;
  padding: 80px 10%;
  text-align: left; }

.about-hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px; 
  color: #474747;
}
.about-hero p {
  color: #474747;
}
/* General Headings */
h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  position: relative; }

h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 0px auto 0; }

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #014d01; }

/* Vision & Mission */
.vision-mission {
  padding: 60px 20px; }

.vision-mission .card {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  transition: transform 0.3s; }

.vision-mission .card:hover {
  transform: translateY(-5px); }

/* Objectives */
.objectives {
  background: #f9f9f9;
  padding: 60px 20px; }

.objectives ul {
  list-style: none;
  padding-left: 0; }

.objectives ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px; }

.objectives ul li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #027b02;
  font-size: 1.2rem; }

/* Stats */
.stats {
  background: #014d01;
  color: #fff;
  padding: 60px 20px;
  text-align: center; }

.stats h2 {
  color: #fff; }

.stats .stat-box {
  margin-bottom: 20px; }

.stats h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff; }

.stats p {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 1px; }

.newsletter-card {
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden; }

.newsletter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

.newsletter-card img {
  height: 450px !important;
  /* bigger thumbnail */
  object-fit: cover; }

.action-wrap {
  padding: 50px 0; }
  @media (max-width: 769px) {
	  .bearers-title12{
	text-align: center;
}
    .action-wrap {
      border-bottom: 1px solid #e2e2e2; } }

.action-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }
  @media (max-width: 769px) {
    .action-img {
      margin-top: 20px; } }

.action-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

.action-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #014d01;
  margin-bottom: 12px; }

.action-content p {
  margin: 0;
  text-align: justify;
  line-height: 1.75; }

@media (max-width: 575.98px) {
  .action-img img {
    height: 240px; } }
.contact-hero {
  background: linear-gradient(rgba(1, 77, 1, 0.7), rgba(1, 77, 1, 0.7)), url("images/contact-bg.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px 60px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; }

.contact-hero h1 {
  font-weight: 700;
  font-size: 2.5rem; }

.contact-hero p {
  font-size: 1.1rem;
  margin-top: 10px; }

.contact-form-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10; }

.contact-form-card .btn {
  border-radius: 30px; }

.contact-info-box {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform .3s; }

.contact-info-box:hover {
  transform: translateY(-6px); }

.contact-info-box i {
  font-size: 1.8rem;
  color: #014d01;
  margin-bottom: 12px; }

iframe {
  border-radius: 15px;
  width: 100%;
  height: 280px; }

.news-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform .3s, box-shadow .3s;
  height: 100%; }

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15); }

.news-card img {
  height: 200px !important;
  object-fit: cover; }

.news-card .card-body {
  padding: 20px; }

.news-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #014d01;
  margin-bottom: 15px; }

.news-card .btn {
  border-radius: 30px; }

.social-icons {
  position: fixed;
  top: 50%;
  left: 10px;
  /* Move slightly inside screen */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999; }
  .social-icons a {
    width: 40px;
    height: 40px;
    background: #014d01;
    /* CREDAI green */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease; }
    .social-icons a:hover {
      background: #fff;
      color: #014d01;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 769px) {
    .social-icons {
      bottom: 1%;
      left: 50%;
      top: auto;
      flex-direction: row;
      transform: translateX(-50%); } }

.city-list {
  background: transparent;
  padding: 0px; }
  .city-list .city-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
    display: flex;
    align-items: center; }
    .city-list .city-item:last-child {
      border-bottom: none; }
    .city-list .city-item:hover {
      background-color: #f8f9fa;
      transform: translateX(5px); }
    .city-list .city-item .bullet {
      margin-right: 15px;
      font-size: 1.4rem;
      width: 25px;
      text-align: center; }
    .city-list .city-item i {
      margin-right: 12px;
      color: #0c5adb;
      font-size: 1.2rem;
      width: 25px;
      text-align: center; }
  @media (max-width: 768px) {
    .city-list .city-item {
      padding: 10px 12px; } }

.partners-section {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px; }
  .partners-section .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .partners-section .logo-container .logo-placeholder {
      background: #fff;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      height: 120px;
      padding: 20px;
      display: flex;
      align-items: center;
      /* subtle shadow */ }
    .partners-section .logo-container img {
      transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
      border-radius: 8px; }
    .partners-section .logo-container:hover img {
      transform: scale(1.08);
      /* smooth zoom */
      filter: brightness(1.05) contrast(1.05);
      /* pop effect */ }
  .partners-section .logo-container:hover {
    background: #e9ecef;
    border-color: #3498db; }
  .partners-section .logo-placeholder {
    color: #adb5bd;
    font-size: 1.5rem;
    font-weight: 300; }
  .partners-section .partner-item {
    margin-bottom: 20px;
    padding: 0 15px; }
  @media (max-width: 768px) {
    .partners-section .partner-item {
      margin-bottom: 30px; } }

.members-section {
  background: #fff;
  padding: 80px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08); }
  .members-section .members-section .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #014d01;
    margin-bottom: 40px; }
  .members-section .member-item {
    text-align: center;
    margin-bottom: 20px; }
.logo-container img{
	width:auto !important;
	border-radius: 10px 0px;
    box-shadow: 1px 1px 8px -2px #d1d1d1;
}
  .members-section .logo-container {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
  .members-section .logo-container img {
    max-height: 80px;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease; }
  .members-section .logo-container:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px); }
  .members-section .logo-container:hover img {
    transform: scale(1.1);
    filter: brightness(1.1); 
	box-shadow: 0px 0px 0px 0px #d1d1d1;
}

.gallery-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222; }

.gallery-subtitle {
  font-size: 1.1rem;
  color: #666; }

.gallery-section figure {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  cursor: pointer; 
  border-radius:0.375rem;}

.gallery-section figure:hover {
	 
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

.foogallery.fg-dark.fg-shadow-outline .fg-item-inner {
    box-shadow: none !important; 
}

.foogallery.fg-dark .fg-item-inner {
  background-color: #ffffff !important; 
	border-color:none !important;
}
.foogallery{padding: 20px 0px 0px 0px !important; margin:auto 0px !important;}
.gallery-title{margin-bottom:30px;}
/* Force GLightbox navigation arrows visible on all devices */
.glightbox-container .gnext,
.glightbox-container .gprev {
  display: flex !important;
  /* override mobile hidden state */
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease; }

/* Position */
.glightbox-container .gprev {
  left: 10px !important; }

.glightbox-container .gnext {
  right: 10px !important; }

/* Icon styling */
.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
  fill: #fff !important;
  width: 20px;
  height: 20px; }

/* Optional hover effect (desktop only) */
@media (hover: hover) {
  .glightbox-container .gnext:hover,
  .glightbox-container .gprev:hover {
    background: rgba(0, 0, 0, 0.8); } }

.gallery-section:nth-of-type(odd) {
  background: #ffffff; }

.gallery-section:nth-of-type(even) {
  background: #ffffff; }

/* Global text selection color */
::selection {
  background-color: #014d01;
  /* dark green */
  color: #fff;
  /* white text */ }

/* For Firefox */
::-moz-selection {
  background-color: #014d01;
  color: #fff; }

/*# sourceMappingURL=style.css.map */


.sub-menu-toggle{display:none;}

#codeOfConductAccordion{
/* 	border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem; */
/* 	border-bottom: 1px solid #fafafa; */
}
.collapsed{font-size: 1rem !important;
  color: #444 !important;
  font-weight: 600 !important;
  transition: background 0.3s ease, color 0.3s ease !important;}
 .accordion .collapsed:hover {
    background: #f0f0f0; }

.ea-header{border-top: 1px solid #dee2e6 !important;}
.ea-body {
  background: #fff;
  padding: 20px 30px !important;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  transition: all 0.3s ease;
}
.ea-body ul li::before {
  content: '▹';
  position: absolute;
  left: 0;
  color: #888;
  font-size: 1rem;
}
.ea-body ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 15px 30px !important;
 
}
.sp-easy-accordion .sp-ea-single .ea-header a {
 font-size: 1rem !important;
}
.archive-img img{max-width:unset !important;}

.wpcf7-textarea{height:130px;}
.contact-form-card .ma-sp{
	margin:0px;
}
.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  box-shadow: 0 0 0 0px #fff !important;
}
.youth-left{margin-top:15px;}
.cnss-social-icon i{font-size:18px !important;}
.cnss-social-icon a{padding: 4px 0 !important;}
/* Only for mobile/offcanvas */



.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  color: #000;
  border: 1px solid #ddebe5;
  font-size: 13px;
  background: #4480ff !important;
  color: #fff;
  font-weight: 400; text-align: left;}

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  padding:8px 14px !important; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #fff;
  background: #ff7f46 !important; }


.dropdown-item {
  white-space: unset;
}

  .menu-div .navbar .nav-item .dropdown-menu{ padding:0px; display:block; opacity: 1;  visibility: hidden;  margin-top:0;min-width: 260px; border:unset;
  }
  
  .menu-div .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .menu-div .navbar .dropdown-menu.fade-up{ top:180%;  }
  .menu-div .navbar .nav-item:hover .dropdown-menu{ transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

.sub-menu-toggle{display:none;}

.visually-icon{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 0.3rem 0.5rem 0.5rem 0.5rem ;
    cursor: pointer;
    border-radius: 50px;
    transition: 0.2s;
    z-index: 10;
    font-weight: bold;
	
	border: 1px solid #9d9c9bb0;
}

 @media (min-width: 770px) {
    .menu-div .navbar  .dropdown-menu, .menu-div1 .navbar  .dropdown-menu{  display:block; opacity: 0;  visibility: hidden;margin-top:0; padding: 0px;  } 
    .menu-div .navbar .dropdown-menu.fade-up, .menu-div1 .navbar .dropdown-menu.fade-up{ top:180%;   transform: scale(0.5, 0.5); background: #13a0e6; }
   .menu-div .navbar .nav-item:hover .d1, .menu-div1 .navbar .nav-item:hover .d1{ transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
   .menu-div .navbar  .dropdown-menu:hover .dropdown-submenu .dropdown-menu, .menu-div1 .navbar  .dropdown-menu:hover .dropdown-submenu .dropdown-menu{display: block; opacity: 0;  visibility: hidden; transition:.7s; margin-top:0; padding: 0px;  width: 100%;} 


.menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu.fade-up, .menu-div1 .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu.fade-up{ top:0%;    }
.menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu,   .menu-div1 .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu{transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg);}
}
 



@media (max-width: 769px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
   
.pre-sm{display:none;}

@media(max-width: 769px) {
	.pre-lrg{display:none;}
	.pre-sm{display:block;}
}
@media screen and (min-width: 769px) {
.dropstart:hover > .dropdown-menu {
  position: absolute;
  top: 0;
 right: 100%;
}

.dropstart > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 100%;
}
.dropstartd .dropdown-toggle {
  margin-right: 0em;
}

}
.pres-divp{margin:40px 0px;}
.cn-fa-icon a{padding:0px !important; align-content:center;}



.newsletter-form-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-inner {
  background: #fff;
  padding: 25px 30px;
  width: 350px;
  border-radius: 8px;
  position: relative;
}
.close-newsletter {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 25px;
  cursor: pointer;
}
.news-press p{
	text-align:left;
}


.news-press h3,
.news-press h4,
.news-press h5,
.news-press h6 {
    
    margin-top: 15px;
    font-size:20px;
	font-weight:500;
	color: #474747;
	margin-bottom:2px;
	text-align:left;
}
.news-press img{margin: auto;
	transition: all 1s ease;
    border-radius: 5px;
    box-shadow:
      inset 4px 4px 15px rgba(0, 0, 0, 0.6),  /* darker, bigger inset shadow */
      inset -4px -4px 10px rgba(255, 255, 255, 0.15); }
.press-img img {
    transition: all 1s ease;
}
.press-img{transition: all 1s ease;}
.press-img:hover img{
	box-shadow: var(--bs-box-shadow)  !important; transition: all 1s ease;
	transform: translatey(-5px) !important;
}
.comments-area{display:none !important;}
.post-navigation{display:none !important;}

.equal-cols {
    display: flex;
    align-items: stretch;
}
#right-content > * {
    margin-bottom: 15px;
}

.news-press a{text-decoration: underline;
    color: #014d01d9;}
.credai-logo{
	display: none;
}
.archive-img{position: relative;}
.order-md-1 .archive-img::after{    position: absolute;
    content: "";
    width: 96%;
    height: 100%;
    background: #950511;
    top: 16px;
    left: -13px;
    border-radius: 10px;}
.order-md-1 .archive-img::before{
        position: absolute;
    content: "";
    width: 85%;
    height: 107%;
        border: 1px solid #014d011a;
    top: 10px;
    z-index: 0;
    left: -27px;
    border-radius: 10px;}
.order-md-2 .archive-img::before{position: absolute;
    content: "";
    width: 85%;
    height: 107%;
        border: 1px solid #014d011a;
    top: 10px;
    z-index: 0;
    right: -27px;
    border-radius: 10px;}
.order-md-2 .archive-img::after{
       position: absolute;
    content: "";
    width: 96%;
    height: 100%;
    background: #950511;
    top: 16px;
    right: -13px;
    border-radius: 10px;}
.archive-img img{
	position:relative;
	z-index: 2;
	height: 350px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.gal-nstn{height: 100%;     padding: 10px; margin: 10px auto;}
.gal-nstn figure{position:relative;     transform: scale(1.05);
	height: 94%;
	
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);}
.gal-nstn img{width: 100%;}
.gal-nstn figcaption{position:relative; padding-bottom: 20px; padding: 10px;}
.gal-nstn figcaption::before{
	    content: "";
    position: absolute;
    width: 100%;
    background: white;
    height: 100%;
    bottom: 22px;
    transform: skewY(-5deg);
    transform-origin: bottom left;
    left: 0;
	}
.gal-nstn p, .gal-nstn a{position:relative;z-index: 1; margin: 0px;}
.gal-nstn p{    font-size: 16px;
    line-height: 25px;}
.gal-nstn figcaption div{  margin-top: 20px; margin-bottom:10px;}

.gal-nstn i{
	    border-bottom: unset;
    padding-bottom: 10px;
/*     background: white; */
    padding-right: 5px;
}
.gal-nstn figcaption a{
	text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
    /* text-decoration: underline; */
    /* border-bottom: 1px dashed #000000; */
    background: #dc3545;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 20px;
}

.gal-nstn h2{margin: 5px;
    color: #980018;     margin-top: -16px;
    font-size: 20px;}

.gallery-section .row .col-md-4:nth-child(odd) .gal-nstn figcaption::before {
    background-color: #fff; /* Light gray */
}
.gallery-section .row .col-md-4:nth-child(odd) .gal-nstn figure{
    background-color: #fff; /* Light gray */
}
/* .gallery-section .row .col-md-4:nth-child(odd) .gal-nstn i{
    background-color: #fff; } */
.gallery-section .row .col-md-4:nth-child(even) .gal-nstn figcaption::before {
    background-color: #f9f9f9; /* Slightly darker gray */
}
.gallery-section .row .col-md-4:nth-child(even) .gal-nstn figure {
    background-color: #f9f9f9; /* Slightly darker gray */
}
/* .gallery-section .row .col-md-4:nth-child(even) .gal-nstn figure i{
    background-color: #f9f9f9; 
} */



.actn-div .action-wrap:nth-child(odd) {
    background: #f9f9f9; /* bg 1 */
   
}

.actn-div .action-wrap:nth-child(even) {
    background: #ffffff; /* bg 2 */
  
}
.actn-div .action-wrap{padding: 80px 40px;} 

.actn-div .action-wrap:has(.no-image) .order-md-2 .archive-img::after{
    background: transparent !important;
}
.actn-div .action-wrap:has(.no-image) .order-md-2 .archive-img::before{
    border:unset;
}
.actn-div .action-wrap:has(.no-image) .order-md-1 .archive-img::after{
    background: transparent !important;
}
.actn-div .action-wrap:has(.no-image) .order-md-1 .archive-img::before{
    border:unset;
}

.sub-sctnmu #menu-main-menu-2{
	    width: 100% ;
    justify-content: center;
}
.sub-sctnmu{
	background: #a12f34;
	padding: 0px!important;
}
.sub-sctnmu .navbar-collapse{justify-content:center;}
.sub-sctnmu .navbar-nav .menu-item {position:relative;}
.sub-sctnmu .navbar-nav .menu-item:after {    position: absolute;
    content: '|';
    color: #cdcbcb;
    top: 8px;}
.sub-sctnmu .navbar-nav .menu-item:first-child:after {    position: absolute;
    content: '';}
.sub-sctnmu .navbar-nav .nav-link{color: #f0f0f0 ; font-size: 15px;}
.sub-sctnmu .nav-item.active .nav-link{
	    color: #e6c1c6;
    font-weight: 800;
    font-size: 17px;
}
.actn-div h2.text-center{
		margin-bottom: -20px !important;
	}

.youth-wing .wons-img2 {
  position: relative;
  margin-bottom: 12px !important;
 top: -18% !important;
}

.youth-wing .wons-img{
	left: 10%;
  transform: translateX(-52%);
	
}


@media(max-width: 981px) {
	.partners-section .logo-container .logo-placeholder{
		height: 100px;
	}
	
	.wons-img {
  left: 11%;
  transform: translateX(-8%);
}
	.youth-wing .wons-img2 h2{
left: 14%;
  top: 20%;
	
}
	.youth-wing .wons-img {
  left: 10%;
  top: 5%;
}
	
}
@media(max-width: 801px){
	.bearers-title12 {
  left: 33%;
  transform: translateX(-12%);
}
	 .wons-img {
    left: 0%;
    transform: translateX(0%);
  }
	.partners-section .partner-item {
  width: 25%;
}
	.partners-section .align-items-center {
  
  justify-content: center;		
	}
	
}



@media(max-width: 769px) {
	
	
	
	.partners-section .logo-container .logo-placeholder{height: auto;}
	.partners-section .partner-item {
  width: auto;
}
	
	.sub-sctnmu1{top: 80px !important;}
	#mobileMenu1{
		background-color: #940315 ;
	}
	.sub-sctnmu1 .navbar-nav .nav-link {
		 background-color: #940315 ;}
	.gal-nstn figcaption div{  margin-bottom:30px;}
	.order-2{     padding: 0px 62px;}
	.wons-img {
    left: -3%;
  }
	.wons-img2 {
  margin-bottom: 97px !important;
}
	
	.youth-wing .wons-img2 h2 {
    left: 8%;
  }
	  .youth-wing .wons-img {
    left: 28%;
    top: -29%;
  }
}

@media(max-width: 501px) {
	.wons-img2 {
    margin-top: 97px !important;
		 margin-bottom: 0px !important;
  }
	 .bearers-title12 {
    left: 0;
    transform: translateX(-0%);
    position: relative;
  }
	  .wons-img {
    left: 50%;
    transform: translateX(-50%);
    top: -95%;
  }
	
	.bearers-img12 {
  width: 28%;
}
	  .order-2 {
    padding: 0px 0px;
  }
	.order-md-2 .archive-img::before{
		height: 112%;}
.order-md-1 .archive-img::before{
		height: 112%;}
.visually-icon {
  font-size: 1.5rem;
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
}
	
	  .youth-wing .wons-img {
    left: 50%;
    top: -82px;
    transform: translateX(-50%);
  }
	.youth-left  .bearers-img12 {
    width: 42%;
  }
	  .youth-wing .wons-img2 h2 {
    left: 0;
  }
}


@media(max-width: 501px) {
.order-md-1 .archive-img::after {
 top: 28px;
  width: 91%;
  height: 95%;
 
  left: -16px;
 
}
	.order-md-2 .archive-img::after {
 
  width: 91%;
  height: 95%;
top: 28px;
 
  right: -16px;
  border-radius: 10px;
}
	
	.archive-img img {
  height: 200px !important;
}
}

@media(max-width: 361px) {
.archive-img img {
    height: 150px !important;
	}}


.news-press li{list-style-type: circle; margin-left: 30px; text-align: left;}