   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: 100vw;
  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;
}
.row{
width: 75%;
height: auto;
background-color: #DBDBDB;
    margin-left: 190px;
padding-bottom: 20px;
}
.contact-section {
    background-color: #fff;
    padding: 50px 0;
  }

  .contact-title {
font-size: 38px;
    color: #34495E;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
margin-top: 50px;
margin-left: 40px;
  }
 .contact-title:hover {
font-size: 38px;
   background-color:#34495E;
  color: white;
width: 50%;
margin-left: 340px;
    }

  .contact-row {
margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .contact-card {
    background-color: #34495E;
    color: white;
    padding: 30px 20px;
    border-radius: 8px;
    flex: 0 0 25%;
margin-left: 26px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
  }

  .contact-card:hover {
    transform: translateY(-5px);
    background-color: #2c3e50;
  }

  /* Icon + Heading line */
  .contact-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #2c3e50;
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .contact-header h6 {
    font-weight: bold;
    font-size: 1.1rem;
margin:0px 10px 0px 20px;
  }

  .contact-value {
    font-size: 0.95rem;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .contact-desc {
    font-size: 0.85rem;
    margin-bottom: 15px;
    color: #e0e0e0;
  }

  .contact-btn {
    border: 1px solid white;
    color: white;
    padding: 6px 15px;
    font-size: 0.85rem;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-align: center;
  }

  .contact-btn:hover {
    background-color: white;
    color: #34495E;
  }
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;
    top: auto;
    left: auto;
    transform: none;
    width: 63%;
    margin: 15px auto;
    display: block;
margin-left: 120px;
margin-top: -202px;
  }
    form{
margin-top: 30px;
}
.row {
    display: flex;
margin-left: 60px;
    flex-direction: column; /* Columns ek ke neeche ek */
    gap: 15px; /* Space between fields */
  }

  .col {
    width: 100% !important;
  }

  /* Subject input full width with no fixed px */
  input[placeholder="Normal input"] {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Message textarea full width */
  textarea {
    width: 100% !important;
  }

  /* Submit button full width or bigger on mobile */
  button[type="submit"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
.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;
  }
    form{
margin-left: -30px !important;
}
}
@media (max-width: 992px) {
    .contact-row {
      flex-wrap: wrap;
    }
    .contact-card {
      flex: 0 0 48%;
    }
  }
  @media (max-width: 576px) {
  .contact-card {
width: 50%;
      flex: 0 0 70%;
margin-left: 0px;
margin-top: 20px;
      }
      .contact-title:hover{
font-size: 32px;
   background-color:#34495E;
  color: white;
width: 88%;
margin-left:0px;
    }
      .contact-title{
font-size: 30px;
margin-left: -60px;
}
  }
@media screen and (min-width: 376px) and (max-width: 430px) {
     .contact-title{
font-size: 25px;
margin-left: -60px;
}
}
@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: -10px;
width: 80%;
}
  .secA .imgA {
width: 100%;
    height:2700px !important;
padding-top: -150px;
  }
    form{
margin-left: -130px;
margin-top: 100px;
}
.mv-card{
width: 120%;
}
    .thumb img{
width: 100% !important;
}
     .contact-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* beech ka gap */
  }

  .contact-card {
    width: 100%;
margin-left: -30px !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;
  }
}
@media screen and (min-width:769px) 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;
  }
    form{
margin-left: -100px;
}
.contact-row {
    display: flex;
    justify-content: space-between; /* cards ke beech me space */
    flex-wrap: nowrap;            
margin-left: -40px;
  }

  .contact-card {
    flex: 1;                        /* equal width */
    max-width: 25%;                 /* roughly 4 in a row */
  }
.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:1025px) and (max-width:1440px) {
    .contact-title{
padding-left: 100px !important;
}
    .contact-section{
margin-left: -25px;
}
}
@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;
  }
 .contact-section{
margin-left: 210px;
}
}
@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 */
  }
    form{
margin-left: 250px;
}
 .contact-section{
margin-left: 510px;
margin-top: 50px;
}
}