   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: 600px;
  border-radius: 10px;
}
.secB{
width: 100%;
height: 970px;
margin-top: 120px;
}
.contentB h5{
font-size: 26.4px;
font-weight: 500;
color: #929292;
text-align: center;
}
.contentB h3{
font-size: 55.2px;
font-weight: 600;
color:white;
background-color: #0EC250;
width: 990px;
text-align: center;
margin-left: 200px;
margin-top: 30px;
}
.imgB{
width: 100%;
height: auto;
display: flex;
margin-top: 80px;
}
.imgBb{
width: 100%;
height: auto;
display: flex;
margin-top: 40px;
}
   .but1{
width: 240px;
font-size: 20px;
background-color: transparent;
padding:10px 10px 10px 10px;
border: 2px solid #0EC250;
color: #0EC250;
margin-left: 560px;
margin-top: 60px;
}
    .but1 i{
margin-left: 10px;
}
    .but1:hover{
background-color:  #2C3E50;
border: 2px solid  #2C3E50;
color: white;
}
footer{
margin-top:190px;
}
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: 120%;
    height: auto;
  }

  .imgA .img1 {
    height: 250px; /* chhoti screen par fixed height */
  }

  .imgA .img2 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 70% !important;
    margin: 15px auto !important;
    display: block !important;
margin-left: 30px !important;
margin-top: -273px !important;
  }
.secB{
margin-top: 50px;
}
.contentB h5{
font-size: 26.4px;
font-weight: 500;
color: #929292;
text-align: center;
}
    .contentB h3{
font-size: 22.2px !important;
font-weight: 600;
color:white;
background-color: #0EC250;
width: 260px !important;
text-align: center;
margin-left: 38px;
margin-top: 30px;
}
 .imgBBB{
width: 75% !important;
margin-left: 40px !important;
}
    .imgBB h4{
font-size: 18px !important;
margin-left: 90px !important;
}
   .meme{
font-size: 18px !important;
margin-left: 125px !important;
}

    .imgBB{
width: 80% !important;
margin-left: 30px !important;
}

.imgB{
width: 100%;
height: auto;
display: flex;
flex-direction: column;
}
.imgBb{
width: 100%;
height: auto;
display: flex;
flex-direction: column;
margin-top: 40px;
}

     .but1{
width: 220px;
font-size: 18px;
background-color: transparent;
padding:10px 10px 10px 10px;
border: 2px solid #0EC250;
color: #0EC250;
margin-left: 50px;
margin-top: 50px;
}
    .but1 i{
margin-left: 10px;
}
   .footer{
margin-top: 1310px;
}
  .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) {
  .contentB h3{
margin-left: 35px !important;
}
   .contentB h5{
margin-left: 10px;
}
.but1{
margin-top: 15px;
margin-left: 50px !important;
}
    .footer{
margin-top:1250px !important;
}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
    .contentB h3{
margin-left: 60px;
}
   .contentB h5{
margin-left: 10px;
}
.but1{
margin-top: 15px;
margin-left: 70px;
}
    .footer{
margin-top:1450px;
}
}
@media screen and (min-width: 376px) and (max-width: 430px) {
   .contentB h3{
margin-left: 10px;
width: 400px !important;
font-size: 32px !important;
}
   .contentB h5{
margin-left: 10px;
}
.imgB img{
width: 70% !important;
margin-left: 60px !important;
}
    .meme{
margin-left: 180px !important;
}
    .imgBb img{
width: 70% !important;
margin-left: 60px !important;
}
  .meme2{
padding-left: 40px !important;
}
.but1{
margin-top: 35px;
margin-left: 100px;
}
    .footer{
margin-top:1750px;
}
}
@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;
  }
    .content h5{
margin-top: 40px;
}

  .secA .imgA {
width: 100%;
    height:1400px !important;
  }
.contentB {
    margin-top: 100px !important; /* 150px ki jagah 40px */
  }
  .contentB h3{
font-size: 42px !important;
width: 500px !important;
margin-left: 150px !important;
}
  .imgB, .imgBb {
    display: flex;
    flex-wrap: wrap;
flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .imgB > div, .imgBb > div {
    flex: 0 0 30%; /* 3 items ek row me */
    text-align: center;
  }

  .imgB img, .imgBb img {
    width: 100% !important;
    max-width: 180px !important;
    margin: 0 auto !important;
    display: block;
  }

  .imgB h4, .imgBb h4 {
    margin: 10px 0 0 0 !important;
    text-align: center;
  }
    .imgB{
margin-left: 20px !important;
}
   .imgBb{
margin-left: 20px !important;
}
    .but1{
margin-left: 280px !important;
margin-top: 80px !important;
}
.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;
  }
    .footer{
margin-top: -150px !important;
}
}
  @media screen and (min-width:769px) and (max-width:1024px) {
.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 */
    width: 100%;
    white-space: nowrap;
margin-left: -10px !important;
  }
ul.navbar-nav > li.nav-item {
  margin: 0 -18px !important;
}


  .navbar-nav .nav-link {
    font-size: 16px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white !important;
  }

  .navbar-brand img {
    width: 100px;
margin-left: 35px !important;
  }
 .secA{
margin-top: -10px;
      }
.secB {
    max-width: 925px;   /* navbar ke equal width */
    margin: 0 auto;      /* center align */
    padding: 40px 20px;  
    margin-top: 50px;
margin-left: -41px;
  }
     .contentB h5{
margin-left:180px;
margin-top: 220px;
}
     .contentB h3{
margin-left:160px;
width: 700px;
}
     .secB hr{
margin-left: 140px !important;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 240px !important;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 400px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
  .part11{
margin-left: 70px;
}
.part11 {
  display: flex;
  flex-direction: column;
  align-items: center;  /* center me align karega */
  text-align: center;   /* text bhi center */
  max-width: 300px;     /* paragraph ki width control karo */
  margin: 0 auto;       /* horizontally center */
margin-top:50px;
}

.part11 p {
  margin-top: 15px;         /* neeche gap */
  padding: 0 15px;          /* right-left se thoda breathing space */
  line-height: 1.6;         /* readability ke liye */
  font-size: 14px;          /* thoda chhota neat lagta hai footer me */
  color: #ccc;              /* halka grey taake soft lage */
}

 .part211{
margin-left: 30px;
}
 .part21{
margin-left: -90px;
}
 .part31{
margin-left: -70px;
}
}
@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 */
    width: 100%;
    white-space: nowrap;
margin-left: 75px !important;
  }
ul.navbar-nav > li.nav-item {
  margin: 0 -12px !important;
}
  .navbar-nav .nav-link {
    font-size: 16px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white !important;
  }

  .navbar-brand img {
    width: 100px;
margin-left: 45px !important;
  }
    .secA{
margin-top: -10px;
height: 780px;
}
    .secA h2{
margin-left: 70px;
}
 .secB {
    max-width: 1385px !important;   /* navbar ke equal width */
    margin: 0 auto !important;      /* center align */
    padding: 40px 20px !important;  
    margin-top: -200px !important;
margin-left: -100px !important;
  }
     .contentB h5{
margin-left:270px !important;
margin-top: 220px !important;
}
     .contentB h3{
margin-left:240px !important;
}
     .secB hr{
margin-left: 280px !important;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 260px;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 570px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
  .part11{
margin-left: 70px;
}
 .part211{
margin-left: 30px;
}
 .part21{
margin-left: -90px;
}
 .part31{
margin-left: -70px;
}
}
@media screen and (min-width:1281px) and (max-width:1366px) {
.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 */
    width: 100%;
    white-space: nowrap;
margin-left: 120px !important;
  }
ul.navbar-nav > li.nav-item {
  margin: 0 -10px !important;
}


  .navbar-nav .nav-link {
    font-size: 16px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white !important;
  }

  .navbar-brand img {
    width: 100px;
margin-left: 60px !important;
  }
 .secA{
margin-top: -10px;
}
    .secA h2{
margin-left: 70px;
}
   .secB {
    max-width: 1485px !important;   /* navbar ke equal width */
    margin: 0 auto !important;      /* center align */
    padding: 40px 20px;  !important 
    margin-top: -150px !important;
margin-left: -150px !important;
  }
     .contentB h5{
margin-left:270px !important;
margin-top: 220px !important;
}
     .contentB h3{
margin-left:290px !important;
}
     .secB hr{
margin-left: 280px;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 260px;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 680px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
  .part11{
margin-left: 80px;
}
 .part211{
margin-left: 30px;
}
 .part21{
margin-left: -90px;
}
 .part31{
margin-left: -70px;
}
}
@media screen and (min-width:1281px) and (max-width:1440px) {
.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 */
    width: 100%;
    white-space: nowrap;
margin-left: 140px !important;
  }
ul.navbar-nav > li.nav-item {
  margin: 0 -10px !important;
}
  .navbar-nav .nav-link {
    font-size: 16px;      /* font chhota */
    padding: 5px 6px;     /* padding bhi kam */
    color: white !important;
  }

  .navbar-brand img {
    width: 100px;
margin-left: 70px !important;
  }
 .secA{
margin-top: -10px;
}
     .secB {
    max-width: 1485px !important;   /* navbar ke equal width */
    margin: 0 auto !important;      /* center align */
    padding: 40px 20px !important;  
    margin-top: 50px !important;
margin-left: -120px !important;
  }
     .contentB h5{
margin-left:270px !important;
margin-top: 220px !important;
}
     .contentB h3{
margin-left:320px !important;
}
     .secB hr{
margin-left: 260px;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 260px;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 660px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
 .part11{
margin-left: 90px;
}
 .part211{
margin-left: 30px;
}
 .part21{
margin-left: -90px;
}
 .part31{
margin-left: -70px;
}
}
@media screen and (min-width:1441px) and (max-width:1600px) {
.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 */
    width: 100%;
    white-space: nowrap;
margin-left: 290px !important;
  }
ul.navbar-nav > li.nav-item {
  margin: 0 -9px !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: 75px !important;
  }
    .secA{
margin-top: -10px;
}
  .secB {
    max-width: 1745px;   /* navbar ke equal width */
    margin: 0 auto;      /* center align */
    padding: 40px 20px;  
    margin-top: 50px;
margin-left: -100px;
  }
     .contentB h5{
margin-left:250px;
margin-top: 220px;
}
     .contentB h3{
margin-left:380px;
}
     .secB hr{
margin-left: 260px;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 260px;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 740px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
 .part11{
margin-left: 100px;
}
 .part211{
margin-left: 60px;
}
 .part21{
margin-left: -140px;
}
 .part31{
margin-left: -140px;
}
}
@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: -300px !important;
  }

  .navbar-nav .nav-item {
    margin: 0 -4.5px !important; /* gap ki jagah spacing */
}

  .navbar-nav .nav-link {
    font-size: 16px;      /* 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: 270px !important;
  }
    .secA{
margin-top: -10px;
}
    .content h5{
margin-left: 280px;
}
   .content h2{
margin-left: 280px;
}
  .secB {
    max-width: 1345px;   /* navbar ke equal width */
    margin: 0 auto;      /* center align */
    padding: 40px 20px;  
    margin-top: 50px;
margin-left: 140px;
  }
     .contentB h5{
margin-left:270px;
margin-top: 220px;
}
     .contentB h3{
margin-left:280px;
}
     .secB hr{
margin-left: 260px;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 260px;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 620px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
    .part11{
margin-left: 270px;
}
 .part211{
margin-left: 10px;
}
 .part21{
margin-left: -190px;
}
 .part31{
margin-left: -170px;
}
}
@media screen and (min-width: 1921px) and (max-width:2560px) {
  .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 */
    width: 100%;
    white-space: nowrap;
margin-left: 240px !important;
  }
ul.navbar-nav > li.nav-item {
  margin: 0 -4px !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: 560px !important;
  }
    .secA{
margin-top: -10px;
}
  .content h5{
margin-left: 570px;
}
   .content h2{
margin-left: 570px;
}
  .secB {
    max-width: 1545px;   /* navbar ke equal width */
    margin: 0 auto;      /* center align */
    padding: 40px 20px;  
    margin-top: 50px;
margin-left: 440px;
  }
     .contentB h5{
margin-left:290px;
margin-top: 220px;
}
     .contentB h3{
margin-left:350px;
}
     .secB hr{
margin-left: 260px;
}
  /* ✅ Images row ko flex banado */
  .secB .imgB {
    display: flex;
    justify-content: center; /* center align all images */
    margin-top: 80px;
  }
.secB .imgBb {
    display: flex;
    justify-content: center; 
margin-top: 40px;
}

  /* ✅ Images ko fix width */
  .secB img {
    width: 260px;
    margin: 0; /* inline margin hatao */
  }

  /* ✅ Titles below images */
  .secB h4.meme,
  .secB h4.meme2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 500;
margin-left:120px !important;
  }

  /* ✅ Button center */
  .secB .but1 {
width: 280px;
    padding: 12px 30px;
    font-size: 18px;
margin-left: 720px;
margin-top: 70px;
  }
     .footer{
margin-top: 480px;
}
  .part11{
margin-left: 590px;
}
 .part211{
margin-left: 30px;
}
 .part21{
margin-left: -350px;
}
 .part31{
margin-left: -350px;
}
}
