   html, body {
  width: 100%;
  overflow-x: hidden !important;
}

.custom-navbar{
height: 80px;
}
.navbar .nav-link:hover {
  color: #0EC250 !important;
}
    .img{
width: 150px;
margin-left: 60px;
}
li{
white-space: nowrap;
}
.dropdown-menu {
  background-color: #2C3E50;     
}

.dropdown-menu .dropdown-item {
background-color: #2C3E50;
  color:white;                 
}
.dropdown-menu .dropdown-item:hover {
  background-color: #2C3E50;       
  color:#0EC250;                 
}
    .navbar{
background-color: #2C3E50;
}
.secA {
  width: 100%;
  height: 650px;
  padding-top: 80px; /* Navbar ki height ke barabar */
  box-sizing: border-box; /* ensure padding height me add ho */
    display: flex;
}

.secA .content {
  width: 48%;
  height: 500px; /* Fixed height hatao */
  background-color: #DBDBDB;
  padding-top: 40px; /* Text ke liye space */
  box-sizing: border-box;
}

.content h5{
font-size: 26.4px;
font-weight: 500;
color: black;
margin-top: 90px;
margin-left: 80px;
}
.content h2{
font-size: 80px;
font-weight: 700;
margin-left: 80px;
color:#0EC250;
text-decoration: underline;
}
.imgA {
  width: 52%;
  height: 500px; /* content ke equal height */
  position: relative;
  overflow: hidden;
}

.imgA .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover; /* maintain aspect ratio, fill kare */
  object-position: center; /* image ka center dikhaye */
  display: block;
}

.imgA .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  border-radius: 10px;
margin-top: 85px;
margin-left: 80px;
}
.events-section{
background-color: #2C3E50 !important;
}
.event-item {
background-color: #2C3E50 !important;
    padding: 20px 0;
    border-bottom: 2px solid #0EC250; /* Line between events */
  }
  .event-item:last-child {
    border-bottom: none;
  }
  .events-section {
    font-size: 14px;
  }
  .event-item h2 {
    font-weight: bold;
  }
  .event-item .btn {
    white-space: nowrap;
  }
.text-info {
  color: #0EC250 !important;
}
.btn-outline-info {
  color: #0EC250 !important;
  border-color: #0EC250 !important;
}

.btn-outline-info:hover {
  background-color: #0EC250 !important;
  color: #fff !important; /* hover pe text white ho jaye */
  border-color: #0EC250 !important;
}
footer{
margin-top:100px;
}
footer a{
text-decoration: none;
}
.row21{
width: 100%;
height: 390px;
display: flex;
background-color:#34495E;
}
.part11{
width: 23%;
height: 400px;
margin-left: 150px;
margin-top: 50px;
}
.part11 img{
width: 180px;
}
.part11 p{
font-size: 16px;
font-weight: 400px;
color: white;
line-height: 23px;
padding-right: 60px;
}
.part211{
width: 23%;
height: 400px;
margin-left: 50px;
}
.part211 h6{
font-size: 16px;
font-weight: 700;
color: #0EC250;
margin-left: 25px;
margin-top: -20px;
}
.part211 i{
color: #0EC250;
margin-top: 60px;
}
.part211 p{
font-size: 16px;
font-weight: 400;
margin-top: 25px;
color: white;
}
.part21{
width: 23%;
height: 400px;
margin-left: -80px;
}
.part21 h6{
font-size: 16px;
font-weight: 700;
color: #0EC250;
margin-left: 25px;
margin-top: -20px;
}
.part21 i{
color: #0EC250;
margin-top: 60px;
}
.part21 p{
font-size: 16px;
font-weight: 400;
margin-top: 25px;
color: white;
}
.part31{
width: 23%;
height: 400px;
margin-left: -80px;
}
.part31 h6{
font-size: 16px;
font-weight: 700;
color: #0EC250;
margin-left: 25px;
margin-top: -20px;
}
.part31 i{
color: #0EC250;
margin-top: 60px;
}
.part31 p{
font-size: 16px;
font-weight: 400;
margin-top: 20px;
color: white;
}
.row31{
width: 100%;
height: 60px;
background-color:#0EC250;
display: flex;
}
.row31 h3{
font-size: 18px;
width: 100%;
padding-top: 20px;
text-align: center;
}
@media screen and (max-width: 750px) {
    html, body {
  width: 100%;
  overflow-x: hidden !important;
}
.navbar-collapse {
  max-width: 100%;
  overflow-x: hidden;
}
      .navbar-nav .nav-link {
        margin-left: 0 !important;
        text-align: center;
        padding: 10px 0;
      }
  .dropdown-menu{
width: 20px;
text-align: center;
margin: 0px auto;
}
    .img{
width: 80px;
margin-left: 20px;
}
.secA {
    flex-direction: column; /* content aur img ek ke niche ek */
    height: auto; /* fixed height hatao */
    padding-top: 60px;
  }

  .secA .content {
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .content h5 {
    font-size: 20px;
    margin-left: 0;
  }

  .content h2 {
    font-size: 40px;
    margin-left: 0;
  }

  .imgA {
    width: 100%;
    height: auto;
  }

  .imgA .img1 {
    height: 250px; /* chhoti screen par fixed height */
  }

  .imgA .img2 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 75% !important;
    margin: 15px auto;
    display: block;
margin-left: 90px;
margin-top: -269px;
  }
    .events-section{
margin-top: 50px;
}
.footer{
margin-top: 90px;
}
  .row21 {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
    .part11{
width: 90%;
    margin: 20px;
padding-bottom: -150px;
}
  .part211,.part21, .part31 {
    width: 90%;
    margin: 20px;
margin-top: -90px;
  }

  .part11 img {
    width: 150px;
    display: block;
    margin-bottom: 10px;
  }

  .part11 p, .part211 p,.part21 p, .part31 p {
    font-size: 14px;
    line-height: 22px;
  }

  .part211 i,.part21 i, .part31 i {
    display: block;
    margin-bottom: 3px;
  }

  .row31 {
    height: auto;
    text-align: center;
    padding: 15px 0;
  }

  .row31 h3 {
    font-size: 14px;
    margin: 0;
margin-top: -10px;
  }
}
@media screen and (max-width: 320px) {
    .img2{
margin-left: 60px !important;
margin-top: -187px !important;
}
}
@media screen and (min-width: 321px) and (max-width: 375px){
    .img2{
margin-left: 60px !important;
margin-top: -217px !important;
}
}
@media screen and (min-width: 376px) and (max-width: 430px) {
  .img2{
margin-left: 60px !important;
margin-top: -240px !important;
}
}
@media screen and (min-width: 430px) and (max-width: 768px) {
.navbar-toggler {
    display: none !important; /* toggle hatado */
  }

  .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }

  .navbar-nav {
    flex-direction: row !important; 
    flex-wrap: nowrap !important;  /* ek hi line me rakho */
    justify-content: space-between; 
    width: 100%;
    white-space: nowrap;
    margin-left: -65px !important;
  }

  .navbar-nav .nav-item {
    margin: 0 16px !important;
    margin-left: -50px !important;
  }

  .navbar-nav .nav-link {
    font-size: 12px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white !important;
  }

  .navbar-brand img {
    width: 90px;
    margin-left: 10px !important;
  }
.secA {
    display: flex;
    flex-direction: column;   /* column wise */
    align-items: center;      /* center me rakhne ke liye */
    text-align: center;       /* text center ho jaye */
  }

  .secA .content {
width: 100%;
margin-top: -10px;
height: 1200px;
padding-bottom: 60px;

  }
    .content h5{
margin-top: 40px;
}
    .imgA .img2{
margin-top: -40px;
}
  .secA .imgA {
width: 100%;
    height:2700px !important;
padding-top: -150px;
  }
    .events-section{
margin-top: 120px;
}
    .event-item{
width: 100%;
}
.row21 {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
    .part11{
width: 90%;
    margin: 20px;
padding-bottom: -150px;
}
  .part211,.part21, .part31 {
    width: 90%;
    margin: 20px;
margin-top: -90px;
  }

  .part11 img {
    width: 150px;
    display: block;
    margin-bottom: 10px;
  }
    .part11{
margin-bottom: -150px;
}
  .part11 p, .part211 p,.part21 p, .part31 p {
    font-size: 14px;
    line-height: 22px;
  }

  .part211 i,.part21 i, .part31 i {
    display: block;
    margin-bottom: 3px;
  }

  .row31 {
    height: auto;
    text-align: center;
    padding: 15px 0;
  }

  .row31 h3 {
    font-size: 14px;
    margin: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .navbar-toggler {
    display: none ; /* toggle hatado */
  }

  .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }

  .navbar-nav {
    flex-direction: row; 
    flex-wrap: nowrap;  /* ek hi line me rakho */
    justify-content: space-between; 
    width: 100%;
    white-space: nowrap;
margin-left: -50px;
  }

  .navbar-nav .nav-item {
    margin: 0 16px;
margin-left: -50px;
  }

  .navbar-nav .nav-link {
    font-size: 12px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white;
  }

  .navbar-brand img {
    width: 90px;
margin-left: 10px;
  }
.part11 p {
  width: 120% !important;
  margin-left: 0px !important;   /* left side upar move */
  margin-right: -320px !important;  /* right side compress */
  margin-top: 20px !important;     /* content ko upar uthao */
  margin-bottom: -20px !important;  /* neeche se chhota karo */
  line-height: 20px;                /* height kam karne ke liye */
}
}
@media screen and (min-width:1025px) and (max-width:1280px) {
    body{
overflow-x: hidden;
}
 .navbar-toggler {
    display: none !important; /* toggle hatado */
  }

  .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }

  .navbar-nav {
    flex-direction: row !important; 
    flex-wrap: nowrap !important;  /* ek hi line me rakho */
    justify-content: space-between; 
    width: 100%;
    white-space: nowrap;
margin-left: -50px !important;
  }

  .navbar-nav .nav-item {
    margin: 0 16px !important;
margin-left: -50px !important;
  }

  .navbar-nav .nav-link {
    font-size: 16px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white !important;
  }

  .navbar-brand img {
    width: 120px;
margin-left: 10px !important;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .navbar-toggler {
    display: none !important; /* Toggle button hatado */
  }

  .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
    justify-content: center !important; /* center karne ke liye */
  }

  .navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;  
    justify-content: center !important; /* evenly spread */
    width: 100%;
    margin-left: 0 !important;
  }

  .navbar-nav .nav-item {
    margin: 0 25px !important; /* gap ki jagah spacing */
  }

  .navbar-nav .nav-link {
    font-size: 18px;      /* thoda bada font Full HD pe */
    padding: 10px 14px;   /* padding bhi thodi zyada */
    color: white !important;
  }

  .navbar-brand img {
    width: 150px;         /* brand ka logo thoda bada */
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1921px) and (max-width:2560px) {
  .navbar-nav {
    flex-direction: row !important;
    justify-content: center;       /* center align */
    width: 100%;
    margin-left: 0 !important;     
  }

  .navbar-nav .nav-item {
    margin: 0 40px !important;     /* nav items ke beech ka gap */
  }

  .navbar-nav .nav-link {
    font-size: 20px;               /* bade screen pe font bara */
    padding: 10px 14px;            /* spacing badh gai */
  }

  .navbar-brand img {
    width: 160px;                  /* logo bara */
    margin-left: 140px !important;
  }

  .navbar-collapse {
    justify-content: space-between; /* logo left, menu center/right */
  }
}
