.banner-contact {
  position: relative;
  width: 100%;
  min-height: 300px;
  /* background: url(../images/Banner/banner-contact.jpg) no-repeat center center !important; */
  background-position: center center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;

  overflow: hidden;
  background-color: #0c0b0bc9;

  background-size: cover !important;
  height: 300px;
  position: relative;
  z-index: 2;
}
.banner-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
}

/* TEXT */
.banner-content {
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center;
  color: #fff;
  z-index: 2;
  text-align: center; /* 🔥 text center */
  width: 100%;
}
.banner-contact {
  min-height: 450px; /* 🔥 pehle 300px tha, ab bada ho gaya */
  height: 300px !important;
}

.banner-content h2 {
  font-size: 40px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.banner-content p {
  font-size: 18px;
}

.banner-content span {
  margin: 0 10px;
}

/* IMAGE */
.banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  background: #000; /* black background */
  padding: 0 20px;
}

.banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .banner-contact {
    padding: 40px;
  }

  .banner-content h1 {
    font-size: 48px;
  }

  .banner-image {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .banner-contact {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 30px 20px;
  }

  .banner-content h2 {
    font-size: 40px;
  }

  .banner-image {
    position: relative;
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .banner-content h2 {
    font-size: 32px;
  }

  .banner-content p {
    font-size: 16px;
  }
}

/*ABOUT COMPANY SECTION*/

.about-section-44 {
  display: flex;
  justify-content: center;
  padding: 80px 20px;
  background: #ffffff;
}

.main-container-44 {
  width: 65%;
  display: flex;
  gap: 40px;
  align-items: center; /* important */
}

/* LEFT IMAGE */
.image-box-44 {
  width: 55%;

  overflow: hidden;
  height: 585px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: center;
}

.image-box-44 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT TEXT */
.text-box-44 {
  width: 45%;
}

.sub-heading-44 {
  color: #5a6c8c;
}
.text-box-44 span {
  color: #546a8c;
  font-size: 22px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  display: inline-block;
}

.text-box-44 h2 {
  font-size: 34px;
  font-family: "Manrope", Arial, sans-serif;
  color: #17262f;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.desc-44 {
  font-size: 16px;
  font-family: "Manrope", Arial, sans-serif;
  margin: 16px 0px 24px;
  color: #4a5257;
  font-weight: 400;

  line-height: 1.3;
}

/* LIST GRID */
.list-44 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  margin-bottom: 20px;
  padding: 10px;
}
.list-44 h6 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #17262f;
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.list-44 div {
  font-family: "Manrope", Arial, sans-serif;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* BUTTON */
.btn {
  background: #161515;
  color: white;
  border: none;
  cursor: pointer;

  font-size: 16px;
  font-weight: 600;
}
.btn:hover {
  background-color: #161515;
  color: white;
}

/*jdjjjkoka*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

.about-section {
  padding: 80px 20px;
  background: #f5f5f5;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.left {
  flex: 1;
}

.top-text {
  font-size: 14px;
  color: #999;
  letter-spacing: 2px;
}

.left h2 {
  margin: 15px 0;
  font-size: 32px;
}

/* TABS */
.tabs {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}

.tab {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: rgba(22, 21, 21, 0.1);
  color: #4a5257;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-size: 0.875rem;
  /* margin-right: 10px; */
  transition: 0.3s;
  cursor: pointer;
}

.tab.active {
  background: #546a8c;
  color: #fff;
}
.tab:hover:not(.active) {
  background: #ff6900;
}

/* PARAGRAPH */
.left p {
  color: #555;
  
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON */
.btn {
  background-color: #546a8c;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.btn:hover {
  background-color: #546a8c;
  color: #fff;
}

/* RIGHT */
.right {
  flex: 1;
}

.right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .right img {
    height: 300px;
  }
}

.line {
  width: 60px;
  height: 2px;
  background: #5a6f8f;
  margin-bottom: 10px;
}


/* GLOBAL FIX */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   BANNER RESPONSIVE FIX
========================= */

.banner-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  height: auto; /* 🔥 fixed */
  min-height: 250px;
  text-align: center;
}

.banner-content {
  width: 100%;
  padding: 10px;
}

.banner-content h2 {
  font-size: 36px;
  line-height: 1.2;
}

.banner-content p {
  font-size: 16px;
}

/* =========================
   ABOUT SECTION 44 FIX
========================= */

.main-container-44 {
  width: 100%; /* 🔥 पहले 65% था */
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
}

/* IMAGE */
.image-box-44 {
  width: 50%;
  height: auto; /* 🔥 fixed */
}

.image-box-44 img {
  width: 100%;
  height: auto;
}

/* TEXT */
.text-box-44 {
  width: 50%;
}

/* LIST */
.list-44 {
  grid-template-columns: 1fr 1fr;
}

/* =========================
   SECOND ABOUT SECTION FIX
========================= */

.container {
  width: 100%;
  padding: 0 20px;
}

.left,
.right {
  width: 100%;
}

/* =========================
   TABLET (992px)
========================= */

@media (max-width: 992px) {
  .banner-content h2 {
    font-size: 30px;
  }

  .main-container-44 {
    flex-direction: column;
  }

  .image-box-44,
  .text-box-44 {
    width: 100%;
  }

  .image-box-44 {
    height: auto;
  }

  .list-44 {
    grid-template-columns: 1fr;
  }
}

/* =========================
   MOBILE (768px)
========================= */

@media (max-width: 768px) {
  .banner-contact {
    padding: 30px 15px;
    text-align: center;
  }

  .banner-content h2 {
    font-size: 26px;
  }

  .banner-content p {
    font-size: 14px;
  }

  /* ABOUT 44 */
  .main-container-44 {
    flex-direction: column;
    gap: 20px;
  }

  .image-box-44,
  .text-box-44 {
    width: 100%;
  }

  .text-box-44 h2 {
    font-size: 24px;
  }

  /* SECOND SECTION */
  .container {
    flex-direction: column;
    gap: 30px;
  }

  .right img {
    height: auto;
  }
}

/* =========================
   SMALL MOBILE (480px)
========================= */

@media (max-width: 480px) {
  .banner-content h2 {
    font-size: 22px;
  }

  .text-box-44 h2 {
    font-size: 20px;
  }

  .desc-44 {
    font-size: 14px;
  }

  .tab {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}