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

h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
}

h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
}

h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
  font-size: small;
  line-height: 20px;
}

/* Navbar styles */


header.iimun-nav {
    margin-bottom: 5px;
}

.navbar {
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensures it's above the banner */
  /* background-color: transparent; */
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease;
}

.navbar.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.8); /* Optional: Slightly transparent background when scrolled */
}

.nav-link, .dropdown-item {
  color: #000; /* Change text color to white for visibility */
}

/* .nav-link:hover, .dropdown-item:hover {
  color: #f8f9fa !important; /* Hover color */
/* } */

/* Background Image Section */
.background-img {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/media/images/banner.webp") no-repeat center center;
    background-size: cover;
}
.padd-p{
  padding: 8rem 0rem 0rem;
}

/* Hero Section */
.hero-section {
    text-align: center;
    color: black;
    margin: 0;
}

.hero-text h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.navbar-brand img {
  max-width: 115px;
  min-width: 65px;
  border-radius: 0px;
  margin: 0px;
}

.navbar-nav .nav-link, .dropdown-item {
  font-family: Inter;
  font-size: 14px;
  font-size: 0.88em;
  font-weight: 400;
  color: #000;
}

.navbar-nav .nav-link:hover {
  color: #0056b3;
}

.nav-item {
  /*padding-right: 15px;*/
}

.dropdown-menu {
  background-color: white;
}

.dropdown-toggle::after {
  border: none !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f078" !important;
  vertical-align: 0em !important;
  font-size: 14px;
}
.navbar-toggler{
  background-color: #ffff;
}
/* Side menu styles */
.side-menu {
  position: fixed;
  top: 0;
  right: -310px; /* Hidden by default */
  width: 303px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto; /* Allows scrolling */
}

.side-menu::-webkit-scrollbar {
  width: 0; /* Set scrollbar width to 0 to hide it */
}

/* When the user is actively scrolling, the scrollbar will show */
.side-menu:hover::-webkit-scrollbar {
  width: 8px; /* Set a custom width when hovered */
}

.side-menu.active {
  right: 0; /* Slide in from the right */
}

.side-menu .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 50px 20px;
}

.side-menu ul li {
  margin: 15px 0;
}

.side-menu ul li a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.side-menu ul li a:hover {
  color: #0056b3;
}

.side-menu .dropdown .dropdown-content {
  max-height: none; /* Remove height limit */
  overflow-y: visible; /* Ensure no scrolling within the dropdown */
  background-color: white; /* Optional */
  border: none; /* Remove any borders if present */
  box-shadow: none; /* Remove any shadows */
}

/* Dropdown within side menu */
.side-menu ul .dropdown {
  position: relative;
}

.side-menu ul .dropdown .dropdown-content {
  display: none;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.side-menu ul .dropdown.active .dropdown-content {
  display: block;
}

.side-menu .dropdown-toggle:hover {
  color: #0056b3; /* Optional: change hover color */
}
.dropdown-menu {
  background-color: white;
}
.dropdown-toggle::after {
  border: none !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f078" !important;
  vertical-align: 0em !important;
  font-size: 10px;
}

/* hero */
.hero-section1 {
  height: 60vh;
  background: url('/new-iimun/media/images/banners/volunteer-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section1 .overlay3{
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.hero-text1 {
  color: white;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom:0px;
}

.hero-text h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  text-align: right;
}

.donate-img{
  max-width:100%;
  height:350px;
  object-fit: cover;
}


/* ABOUT I.I.M.U.N right side */
.number-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: middle;
}

.number {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.5px;
  text-align: center;
  position: relative;
}

.number1 {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.5px;
  text-align: center;
  position: relative;
}
.number2 {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.5px;
  text-align: center;
  position: relative;
}
.number3 {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.5px;
  text-align: center;
  position: relative;
}


.number::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #add8e6; /* Light blue color */
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 55%;
  transform: translateY(-50%);
}

.number1::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #add8e6; /* Light blue color */
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 46%;
  transform: translateY(-50%);
}

.number2::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #add8e6; /* Light blue color */
  border-radius: 50%;
  position: absolute;
    top: 26%;
    left: 48%;
  transform: translateY(-50%);
}

.number3::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #add8e6; /* Light blue color */
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 46%;
  transform: translateY(-50%);
}

span {
  font-size: small;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
}

/*  */
.about-heading1 {
  padding: 40px 0px 0px;
}

.what-we {
  padding: 80px 0;
}

.what-we h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.what-we p {
  font-size: 1.1em;
}

.what-wedo {
  margin-top: 50px;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.what-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.what-heading {
  /* Space between image and text */
  text-align: left;
}

.what-heading h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

/* Ensure to link this CSS file in your HTML */

.earth-section {
  position: relative;
}

.earth,
.kids {
  position: relative;
}

.earth img,
.kids img {
  border-radius: 20px;
  width: 120%;
  height: auto;
}

.kids img {
  position: absolute;
  top: 18%;
  left: 4%;
  z-index: 0;
  width: calc(120% - 25%);
  height: auto;
  margin-top: 35px;
}

/* founder section css */
.founder-section {
  padding-top: 100px;
  padding-bottom: 110px;
}

.founder-img img {
  width: 100%;
  border-radius: 20px;
}

.founder-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.founder-heading h2 {
  text-align: left;
  margin-bottom: 20px;
}

.founder-heading p {
  margin-bottom: 20px;
  text-align: left;
}

.founder-heading button {
  background-color: black;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
  margin-left: 4px;
  margin-top: 20px;
}
.founder-heading .btn-close{
    background-color:transparent;
}
.founder-heading .btn-close:hover {
    background-color: transparent;
}

/*.founder-heading button:hover {*/
/*  background-color: #333;*/
/*}*/

.founder-paragraph {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.founder-paragraph h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.founder-paragraph p {
  line-height: 1.5;
  text-align: left;
}

/* events section css */

.events-section {
  background: linear-gradient(
    108.01deg,
    rgba(154, 218, 254, 0.16) 0%,
    rgba(20, 29, 159, 0.8) 122.62%
  );
  padding: 50px 0;
}

.event {
  text-align: left;
}

.event h2 {
  margin-bottom: 20px;
}

.text2 {
  font-size: 35px;
  padding: 20px;
  font-weight: 600;
}
.events-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.image1 {
  height: auto;
  border-radius: 20px;
}
.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  border-radius: 20px;
}

.events-img img {
  max-width: 100%;
  max-height: 330px;
}

.future-section {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.future-depends {
  color: #fba50b;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.mathma-text {
  color: #fba50b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
}

.footer {
  padding: 50px 0;
}

.footer-logo img {
  width:  120px;
}

.footer-nav h4,
.footer-contact h4 {
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.footer-nav ul {
  list-style-type: none;
  padding: 0;
}

.footer-nav ul li {
  margin-bottom: 10px;
}

.footer-nav ul li a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
}

.footer-nav ul li a i {
  margin-right: 10px;
}

.footer-contact p {
  margin: 0;
  line-height: 1.6;
  color: #000000;
  font-family: Poppins;
    font-size: 18px;
 font-weight: 400;

}

.footer-content {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.footer-contact p + h4 {
  margin-top: 20px;
}
.mailing p a {
  text-decoration: underline;
  color: black;
  font-size: 16px;
}

/* timeline page */
.iimun-history {
  padding: 2rem 0rem 0rem;
}
.iimun-history p{
    color:#797979;
}

.years {
  padding: 0px 0px 2rem;
}
.years1 {
  padding: 60px 50px 0px;
}
.years1 h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
}

.years-img {
  padding: 60px 0px 0px;
}

.years-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

li {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #797979;
}

/* about-page */

img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.section {
  padding: 60px 0;
}
.over2 h2 {
  display: flex;
  width: 40%;
}
.overall-team {
  padding: 2rem 0rem 2rem;
}
.overall-team p {
  color: #797979;
  font-weight: 400;
}
.over-pad h2 {
  display: block;
}
.over-pad1 {
  display: none;
}
.overall-impact {
  padding: 2rem 0rem 2rem;
}
.over-imp {
  display: flex;
  width: 70%;
  margin-top: 15px;
  color:#797979;
}

.vision-section {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.vision-text {
  text-align: right;
  display: flex;
  justify-content: end;
}
.vision-text p {
    width: 70%;
    color: #797979;
    font-family: Poppins;
    font-weight: 400;
}

.founden h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.about-banner img {
  border-radius: 10px;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.founden {
  display: flex;
  justify-content: right;
  gap: 50px;
  margin: 25px 0px;
}

.founden .vision-txt {
  font-weight: 400;
  text-align: end;
}

.vision-heading h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: end;
  margin-bottom: 15px;
  font-size: 36px;
  width: 100%;
}
.advisory-banner{
  padding: 2rem 0rem 0rem;
}
.method-section{
  padding: 2rem 0rem;
}
.founden h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 36px;
  width: 100%;
}


.about-heading h2,
.what-we h2,
.event h2,
.iimun-history h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
}

.about-text p,
.what-we p,
/*.method-section p,*/
.founder-heading p,
.founder-paragraph p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #797979;
}

.method-text{
line-height: 27px;
color: #797979;
}

.cards1 {
  box-shadow: 0px 0px 10px 0px #00000026;
  background: #ffffff;
  border-radius: 25px;
min-height: 140px;
  max-width: 100%;
  display: flex;
align-items: center;
  padding: 15px;
  margin:15px 0px;
}

/* our team */
.core{
  padding: 2rem 0rem 0rem;
}
.core-line1{
margin: 10px 0px;
background-color: #000;
height: 2px;
width: 100%;
}
.bords-card{
  padding: 2rem 0rem 1rem;
}
.profile-card {
  position: relative;
  /* width: 250px; */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 400px;
  margin: 20px 0px;
}

.profile-image {
  width: 100%;
  min-height: 345px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.overlay2 {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  margin: 10px;
}

.overlay2 h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.overlay2 h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.overlay2 h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.overlay2 p {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #888;
}
.overlay3-img {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 92px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  margin: 10px;
  padding: 8px;
}
.overlay3-img  h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.overlay3-img  p {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #888;
}
/*review*/
.review1{
    padding: 3rem 0rem;
   }
   .review{
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: start;
    gap: 30px;
   }
   .review-d1{
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: end;
    gap: 30px;
   }
   .review-d2{
    display: flex;
    text-align: left;
    align-items: center;
    gap: 30px;
    justify-content: start;
   }
   .review-txt1 h5{
       font-size:24px;
         font-family: "Urbanist", sans-serif;
  font-weight: 600;
   }

   .review-img1 img{
   
    object-position: top;
    max-height: 203px;
    width:200px;
    border-radius: 40px;
    object-fit: cover;
   }
   
   
   
   .review-txt{
    font-family: "Poppins", sans-serif;
    /*font-size: 18px;*/
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    color: #797979;
   }

/* 
swiper slider section home page */
.board-advisory {
  padding: 80px 0;
}

h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.img-responsive {
  width: 60%;
  max-width: 100%;
  /* Ensure images do not exceed their original size */
  height: auto;
  /* Maintain aspect ratio */
  border-radius: 10px;
  object-fit: cover;
  /* Ensure images cover the slide area */
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #333 !important;
  /* Button background color on hover */
  color: #fff !important;
  /* Button text color on hover */
  transform: translateY(-50%) scale(1.1);
  /* Scale up effect on hover */
}

/* board of advisors css */

.board-section {
  width: 100%;
  position: relative;
}

/* Board Image */
.board-img {
  position: relative;
  overflow: hidden;
  /* Ensures no overflow beyond the container */
  width: 100%;
  height: auto;
  /* Adjust height as needed */
}

.board-img img {
  width: 100%;
  height: 700px;
  display: block;
  object-fit: cover;
  /* Ensures the image covers the container */
}

.board-img h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 105.6px;
  text-align: center;
  top: 25px;
  left: 50px;
}

.board-card,
.board-card-text {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
}

.board-card:hover,
.board-card-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Image Card */
.board-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}



/* Text Section */
.board-cardtext {
  padding: 15px;
  background-color: #fff;
  flex: 0 0 auto;
  /* Ensures the text section doesn’t grow, keeping the layout consistent */
}

.board-cardtext h4 {
  margin: 0 0 5px;
  font-size: 1.2em;
  font-weight: bold;
}

.board-cardtext p {
  margin: 0;
  color: #777;
  font-size: 0.9em;
}

/* Text Card */
.board-card-text {
  background-color: #f0f0f0;
  padding: 15px;
  text-align: left;
  cursor: pointer;
}

p.borads-text-box {
    height: 317px !important;
}

.board-card-text p {
  margin: 0;
  color: #555;
  font-size: 1em;
  line-height: 1.5;
  height: 337px;
  overflow-y: scroll;
}

.pre-sec {
  padding: 3rem 0rem;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e7f1ff;
}

.accordion-button {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

#mapdiv {
  width: 100%;
  height: 500px;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

/* coverage css */

.coverage-heading h1{
  font-family: "Urbanist", sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-align: left;
}
.coverage-yuva{
background-color: #fff;
-webkit-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
padding: 20px;
min-height: 285px;
}
.coverage-yuva h2{
text-align: left;
font-size: 18px;
font-weight: 800;
font-family: "Urbanist", sans-serif;
text-decoration: underline;
color: #000;
}
.coverage-banner img{
  min-height: 285px;
  object-fit: cover;
  border-radius: inherit;
}
.over-cover-txt{
  color: #797979;
}
.yuka-bg a{
  text-decoration: none;
  color: #797979;
}
.yuka-bg .coverage-yuva1{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.75);
  min-height: 309px;
  padding: 60px 40px 0px 40px;
}
.yuka-bg  .coverage-yuva1 h2{
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  text-decoration: underline;
  color: #000;
}

.yuka-bg .coverage-banner1 img{
  min-height: 309px;
  border-radius: inherit;
}
.yuka-bg .coverage-yuva .link-coverage{
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.yuka-bg .coverage-yuva1 .link-coverage{
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.what-heading p {
  /* font-size: 1em; */
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #797979;
}

.kids img {
  border: 5px solid #ffffff;
}

.event p {
  width: 75%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin-top: 30px;
  color: #000000;
  max-width: 600px;
}

.img-container {
  overflow: hidden;
}

.wrapper1 {
  display: flex;
  flex-wrap: nowrap;
  /* overflow: hidden; */

  transform: translateX(0px);
  transition: 0.3s;
  width: fit-content !important;
}


.wrapper1 img {
  width: calc(25% - 20px);
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.3s;
  scale: 0.95;
  filter: brightness(75%);
  border: 3px solid rgb(175, 174, 174);
}



.big {
  transition: all 0.3s !important;
  width: calc(50% - 30px) !important;
  height: 500px !important;
  scale: 1;
  filter: brightness(100%);
}

.wrapper1 img {
  padding: 0 !important;
  /* margin: 0 !important; */
  padding-top: -10px !important;
}


.button {
  display: flex;
  margin-bottom: 0px;
  position: absolute;
  bottom: 80px;
  gap: 10px;
}

.left,
.right {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.left:hover,
.right:hover {
  background-color: black;
}

.left:hover i,
.right:hover i {
  color: white !important;
}

.button i {
  scale: 1.7;
  transition: 0.3s;
}

.cl:active {
  scale: 0.9;
}

.info .info-h2 {
  font-weight: 700;
  font-stretch: extra-condensed;
  margin-top: 20px;
}

.info .info-h6 {
  font-weight: 600;
  color: gray;
  font-size: 20px;
}

.info p {
  font-size: 18px;
  text-align: left;
  width: 90%;
}
/*  */
.volunter-heading {
  padding: 60px 0px;
}

.btn1 {
  background-color: black;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn1:hover {
  background-color: #333;
}

.board-advisory .swiper-button-prev,
.board-advisory .swiper-button-next {
  transform: inherit;
}

.board-advisory .swiper-button-prev:hover,
.board-advisory .swiper-button-next:hover {
  transform: inherit;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  /* padding: 20px; */
  background-color: #fff;
  /* Button background color */
  color: #333 !important;
  /* Button text color */
  border: 2px solid #050505;
  /* Button border */
  border-radius: 100%;
  /* Round button */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.swiper-button-next i {
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 1.7;
      font-weight: 500;
}

.swiper-button-prev i {
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 1.7;
      font-weight: 500;
}

.swiper-button-prev {
  left: -40px !important;
  z-index: 1000;
}

.swiper-button-next {
  right: -25px !important;
  z-index: 1000;
}

.tp {
  position: relative;
}

.swiper-button-next::after {
  content: "" !important;
  font-family: "" !important;
}

.swiper-button-prev::after {
  content: "" !important;
  font-family: "" !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #333 !important;
  /* Button background color on hover */
  color: #fff !important;
  /* Button text color on hover */
  transform: translateY(-50%) scale(1.1);
  /* Scale up effect on hover */
}

.swiper-button-prev {
  left: -10px;
  /* Position of previous button */
}

.swiper-button-next {
  right: 10px;
  /* Position of next button */
}

.swiper {
  width: 100%;
  height: auto;
}
.swiper-wrapper {
  height: auto !important;
  text-align: center;
  margin: auto;
}

.swiper-slide {
  text-align: center;
  margin: auto;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 95%;
  height: auto;
  object-fit: cover;
}

/* 
CHAMPIONSHIP CSS PAGE */
.chmpionship-heading h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 105.6px;
  text-align: left;
  padding-top: 30px;
}

.championship-text{
font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: #797979;
}

.delegation button {
  border-radius: 100px;
  padding: 10px 24px 10px 24px;
  gap: 8px;
  opacity: 0px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffff;
}

.addresstext {
  border-right: 1px solid #000;
  height: 395px;
}

.deadline-payment {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.deadline-payment i {
  margin-right: 15px;
  font-size: 1.5rem;
}

.registration h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
}

.deadline {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #ff0000;
}

.deadline-payment h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}

.itneray-heading {
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}

/* Table Styling */
/*table {*/
/*  width: 100%;*/
/*  border-collapse: collapse;*/
/*  margin-top: 20px;*/
/*  font-family: Poppins, sans-serif;*/
  /*border: 1px solid #000; */
/*}*/

/*thead th {*/
/*  background-color: #f2f2f2;*/
/*  padding: 10px;*/
/*  font-size: 18px;*/
/*  font-weight: 700;*/
/*  border-bottom: 1px solid #000;*/
  text-align: center; /* Center-align text in the header */
/*}*/

/*tbody tr {*/
/*  border-bottom: 1px solid #000;*/
/*}*/

/*td {*/
/*  padding: 10px;*/
/*  font-size: 16px;*/
/*  color: #333;*/
  text-align: center; /* Center-align text in the body */
  border: 1px solid #000; /* Add border to each cell */
/*}*/

/*td p {*/
/*  margin: 0;*/
/*  text-align: center;*/
/*}*/

.school1 {
padding: 2rem 0px 2rem;
}

h1.establish-heading.mt-2 {
    text-align: left;
}

.part {
  padding: 60px 0px 40px;
}

.mg {
  padding: 25px;
}

.mgr {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/*  */
.confe1 {
  padding: 2rem 0rem;
  background-color: #f5f5f5;
}

/* SEO */
.conference-description{
  text-align: justify;
}

/* previous page*/
    .previous-page1{
        padding: 3rem 0rem;
    }
    .previous-img1 {
        text-align: center;
    }
    .previous-img1 img{
        width: 100%;
        height: auto;
    }
    .previous-img2{
        text-align: center;
    }
    .previous-img2 img{
        width: 40%;
        height: auto;
    }
/*on going project*/
.ongoing{
    padding: 1rem 0rem;
}
.itneray-heading h4{
    font-size:24px;
    margin-bottom:20px;
}
.ongoing img {
    width: 100%;
    margin-bottom: 25px;
} 
.nation-pad{
padding: 2rem 0rem 2rem;
}
.map1-img svg{
    max-height:70vh;
}
.nation-top1{
    padding:2rem 0rem 2rem;
}



/*national & international page Registration form design table*/

.conference-details {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  max-width: 800px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-family: 'Arial', sans-serif;
  text-align: center; /* Center text alignment for table data */
  border: 1px solid black; /* Solid black border for the table */
}

.conference-details th, .conference-details td {
  border: 1px solid black; /* Solid black border for table cells */
}

.conference-details th {
  background-color: #009879;
  color: white;
  padding: 12px 15px;
  width: 30%;
}

.conference-details td {
  padding: 12px 15px;
  background-color: #f9f9f9;
}

.conference-details tr:nth-child(even) td {
  background-color: #f1f1f1;
}

.conference-details tr:hover td {
  background-color: #e2e2e2;
}

.conference-details a {
  color: #009879;
  text-decoration: none;
}

.conference-details a:hover {
  text-decoration: underline;
}

/* Nested table styling */
.nested-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.nested-table th, .nested-table td {
  padding: 8px;
  text-align: center; /* Center text alignment for nested table */
  background-color: #f9f9f9;
  border: 1px solid black; /* Solid black border for nested table cells */
}

.nested-table th {
  background-color: #009879;
  color: white;
}

.nested-table tr:nth-child(even) td {
  background-color: #f1f1f1;
}

.nested-table tr:hover td {
  background-color: #e2e2e2;
}





/* Responsive Design */

@media (max-width: 1440px){
    .board-card-text p {
        height: 320px;
    }
.profile-card {
    max-height: 350px;
}

/*.conference-internal-box {*/
    
/*    min-height: 336px ;*/
/*}*/
}

@media (max-width: 1400px){
/*.conference-internal-box {*/
    
/*    min-height: 300px ;*/
/*}*/
}

@media (max-width: 1300px) {
  .hero-text1 {
    font-size: 3rem;
}
.background-img {
    height: 95vh;
}
  .swiper-button-prev {
    left: 0px !important;
  }

  .swiper-button-next {
    right: 0px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-button-prev i {
    scale: 1.1;
  }
  .swiper-button-next i {
    scale: 1.1;
  }
  .banner-image {
    height: 85vh;
  }
}

@media (max-width: 1200px) {
/*    .conference-internal-box {*/
/*    min-height: 275px ;*/
/*}*/
  
.cards1 {
    margin: 0px 0px 20px 0px;
  }
  .board-card-text p {
    height: 314px;
}
.number::after {
  top: 22%;
  left: 53%;
}
.number1::after {
    top: 24%;
    left: 47%;
}
.number3::after {
    top: 24%;
    left: 47%;
}
 .number2::after {
    top: 24%;
    left: 48%;
  }

}


@media (max-width: 1020px) {
  .background-img {
    height: 48vh;
}
}

@media (max-width: 992px) {
  .padd-p {
    padding: 6rem 0rem 0rem;
}
  .kids {
    display: none;
  }
  .navbar-brand img {
    max-width: 85px;
}
  .earth img,
  .kids img {
    width: 100%;
  }
  .founder-heading {
    padding-top: 20px;
  }
  .founder-paragraph {
    padding-top: 20px;
  }
  .future-depends {
    font-size: 50px;
  }
  .event {
    padding-bottom: 20px;
  }

  .event p {
    width: auto;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    margin-top: 30px;
    color: #000000;
    max-width: 600px;
  }
  .cards1 {
    justify-content: flex-start;
    align-items: flex-start;
            min-height: 150px;
  }
  .info {
    padding-left: 15px;
  }
  .info .info-h2 {
    margin-top: 20px;
  }
  .info p {
    width: 100%;
  }
  .board-advisory {
    padding: 50px 0px 30px;
  }
  .reviews1 {
    padding: 50px 0px;
  }

  .reviews1 h1 {
    font-size: 30px;
  }

  .button {
    display: flex;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
    gap: 10px;
  }
  .iimun-history h2,
  .years1 h2 {
    font-size: 30px;
  }
  .iimun-history p {
    width: 100%;
  }
  .years1 {
    padding: 30px 0px 0px;
  }
  .years-img {
    padding: 20px 0px 0px;
  }

  .vision-heading h2 {
    text-align: left;
    font-size: 30px;
  }

  .founden {
    display: flex;
    justify-content: flex-start;
  }
  .vision-text {
    text-align: justify;
    display: flex;
    justify-content: flex-start;
  }
  .vision-text p {
    width: 100%;
    color: #797979;
  }
  .over-pad {
    margin-bottom: 20px;
  }
  .over-pad h2 {
    display: none;
  }
  .over-pad1 {
    display: block;
    font-size: 30px;
  }
  .vision-section {
    padding: 2rem 0rem 1rem;
  }
  .overall-team {
    padding: 1rem 0rem 1rem;
  }
  .over-txt {
    font-size: 30px;
  }
  .over-imp {
    width: 100%;
  }

  .over2 h2 {
    width: 100%;
    font-size: 29px;
  }
  .method-section .info-h2{
    font-size: 29px;
  }

  .overall-impact {
    padding: 1rem 0rem;
  }
  .method-section{
    padding: 1rem 0rem;
  }
  .coverage-heading h1{
    font-size: 45px;
  }
  .coverage-yuva {
    min-height: 220px;
  }
  .yuka-bg .coverage-yuva1 {
    min-height: 220px;
    padding: 40px 30px 15px 30px;
}

.profile-card {
  max-height: 353px;
}

.number1::after {
  top: 24%;
  left: 46%;
}

.number3::after {
  top: 24%;
  left: 46%;
}

.number2::after {
      top: 26%;
      left: 48%;
}

}

@media (max-width: 991px) {
  .review, .review-d2 {
    flex-direction: column;
    text-align: center;
}
.review-d1{
    flex-direction: column-reverse;
    text-align: center;
}

.review-img1 img {
    width: 80%;
    height: auto;
}

.review-txt1 h5 {
    font-size: 22px;
}
}



@media (max-width: 576px) {
.hero-text h1 {
  font-size: 24px;
}

.footer-logo img {
    width: 85px;
    margin-bottom: 20px;
}
.background-img {
  height: 75vh;
}

.hero-section1 {
  height: 50vh !important;
}

.hero-section1 .overlay3{
  height: 50%!important;
}
.chmpionship-heading h1,
.itneray-heading {
    text-align: left;
    font-size: 25px; /* Reduce font size for mobile */
    margin-bottom: 15px;
}

.championship .chmpionship-heading h2{
      font-size:22px;
}

.itneray-heading h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.ongoing img {
    margin-bottom: 15px;
}

.number1 {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
}
.number2 {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
}
.number3 {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
}
.number {
  font-family: "Urbanist", sans-serif;
  font-size: 26px;
}

  .what-we {
    padding: 40px 0px;
  }
  .conference,
  .banner,
  .about-heading,
  .earth-section,
  .founder-section,
  .events-section,
  .future-section {
    padding: 10px 0;
  }

  .conference {
    z-index: 2;
  }
  .banner {
    padding: 0;
  }
  .founder-section {
    padding: 50px 0px;
  }
  .advisory-banner {
    padding: 1rem 0rem 0rem;
}

  .number-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* vertical-align: middle; */
  }
  .about-heading h2,
  .what-we h2,
  .founder-heading h2,
  .future-depends,
  .mathma-text {
    text-align: left;
  }

  .founder-heading button {
    margin-left: auto;
    margin-right: auto;
  }

  .event {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .events-text {
    color: #000000;
  }
  .footer {
    padding: 15px 0;
  }

  .banner-heading h1 {
    text-align: right;
    margin-top: 30px;
    font-size: 18px;
  }

  .about-text p,
  .what-heading p,
  .event p {
    text-align: left;
  }

  .mathma-text,
  .future-depends {
    text-align: center;
    font-size: 35px;
  }

  .earth-section .row {
    flex-direction: column;
  }

  .earth img {
    margin-bottom: 20px;
    width: 100%;
  }

  .founden h3 {
    font-size: 1rem;
  }

  .text2 {
    font-size: 30px;
    padding: 20px;
    font-weight: 600;
  }
  .future-section {
    margin-top: 20px;
  }
  .wrapper1 img {
    width: 100% !important;
    /* margin-left: 10px; */
  }

  .wrapper1 {
    transform: translateX(0px);
  }

  .swiper-button-prev {
    left: 0px !important;
    z-index: 1000;
  }

  .swiper-button-next {
    right: 0px !important;
    z-index: 1000;
  }
  .mathma-text,
  .future-depends {
    /* font-size: 35px; */
    font-size: 30px;
  }
  .number::after {
    top: 20%;
    left: 47%;
}
.number1::after {
    top: 20%;
    left: 30%;
}
.number2::after {
top: 27%;
left: 32%;
}
  .number3::after {
    top: 24%;
    left: 29%;
}
  .future-depends {
    font-size: 23px;
  }
  .mathma-text {
    font-size: 15px;
  }
  .cards1 {
    justify-content: flex-start;
    align-items: center;
  }
.hero-text {
    font-size: 2rem;
}
.review {
  display: block;
}

.review-d2{
  display: block;
}
.review-txt1{
    margin: 10px 0px;
}
.review-img1 img{
    object-fit: cover;
    margin-bottom: 20px;
    min-height: 225px;
    object-position: top;
            width: 180px;
}
  .hero-text1 {
      font-size: 1.3rem;
      text-align: center;
      /* top: 5px; */
      margin-top: 160px;
  }
  .map1-img svg{
    max-height:60vh;
}
  
}

@media (max-width: 400px) {
  .number1 {
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
  }
  .number2 {
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
  }
  .number {
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
  }
  .number::after {
    left: 42%;
        width: 6px;
    height: 6px;
  }
  .number3::after {
    left: 26%;
     width: 6px;
    height: 6px;
  }
  .number1::after {
    left: 27%;
     width: 6px;
    height: 6px;
  }
  .number2::after {
        top: 26%;
        left: 28%;
  }
}



/*table registration form media query*/

@media (max-width: 768px) {
  .conference-details, .nested-table {
    font-size: 14px;
  }

  .conference-details th, .conference-details td {
    padding: 10px;
  }

  .conference-details th {
    font-size: 14px;
  }

  /* Stack table rows on mobile */
  .conference-details, .nested-table {
    display: block;
    overflow-x: auto;
  }

  .conference-details tr, .nested-table tr {
    display: block;
    margin-bottom: 10px;
  }

  .conference-details th, .nested-table th {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #009879;
    color: white;
  }

  .conference-details td, .nested-table td {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 50%;
    position: relative;
  }

  .conference-details td::before, .nested-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    white-space: nowrap;
    font-weight: bold;
  }

  .conference-details td[data-label], .nested-table td[data-label] {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .conference-details, .nested-table {
    font-size: 12px;
  }

  .conference-details th, .conference-details td {
    padding: 8px;
  }

  /* Reduce table size further for small devices */
  .conference-details, .nested-table {
    overflow-x: scroll;
  }
}

p.card-text {
    font-size: 0.9rem;
}

/*april 1 2025*/

/*@media (min-width: 1200px) {*/
/*    .navbar-expand-xl .navbar-nav .nav-link {*/
/*         padding-right:0px !important; */
/*         font-size: 0.75rem;*/
/*    }*/
/*}*/

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: end;
    }
}