.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  background-color: #e3e3e3;
}
.im-center {
  text-align: center;
}
.main-box.clearfix {
  text-align: unset !important;
}
.main-header .header-lower .nav-outer {
  position: relative;
  float: unset !important;
}
/* Center the menu items */
.nav-outer {
  display: flex;
  justify-content: center; /* Horizontally center the menu */
  align-items: center; /* Vertically center the menu */
}

.main-menu .navbar-collapse {
  width: 100%; /* Ensure the navbar takes full width */
}

.navigation {
  display: flex;
  justify-content: center; /* Center the list items horizontally */
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
}

.navigation li {
  margin: 0 10px; /* Add spacing between menu items */
}
.img-center {
  text-align: center;
}
.main-header .header-top {
  position: relative;
  background-color: rgb(188 5 2) !important;
}
.about-us .content-column {
  position: relative;
  margin-bottom: 0px !important;
}
.about-us {
  position: relative;
  padding: 60px 0 60px;
}
.main-footer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: unset !important;
  opacity: 0.5;
  content: "";
}
.last {
  background-color: #48597a;
  padding: 20px;
}
.main-footer .footer-bottom {
  background-color: rgb(188 5 2) !important;
}
.main-footer {
  padding: 0px 0 0px !important;
}
.img-center img {
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px !important;
}
.pull-left.logo-outer img {
  width: 265px;
}
.banner-section .slide-item .image-layer {
  background-size: cover !important;
}
.banner-section .slide-item .content-box:after {
  background-color: unset !important;
}
.banner-section .slide-item .content-box {
  position: relative;
  height: 440px !important;
  width: 100%;
  display: table;
  vertical-align: middle;
  text-align: start;
}
.about-us:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #e3e3e3 !important;
  width: 100%;
  content: "";
  background-image: url(../images/icons/pattern-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  transform: scaleX(-1);
}
.main-menu .navigation > li {
  padding: 18px 0px !important;
}
.slide-item {
  background-color: #f1ebeb !important;
}
.text-color {
  color: rgb(188 5 2) !important;
}
h2.banner-title.text-color {
  font-family: sans-serif !important;
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 40px !important;
  text-align: start !important;
}
.owl-height {
  height: auto !important;
}
.main-menu .navigation > li {
  margin-right: 20px !important;
}
.d-play {
  display: none;
}
.sticky-header .main-menu .navigation > li {
  margin-left: 30px !important;
}

.about-section {
  padding: 80px 0;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a2b4c;
}

.about-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c2c2c;
}

.about-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

/* New css */

.about-us:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: unset !important;
  width: 100%;
  content: "";
  background-image: unset !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  transform: scaleX(-1);
}
.text-h2 {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 20px !important;
}
.pad-btm {
  padding: 60px 0 0px !important;
}

.about-section {
  background-color: #ffffff;
  padding: 4rem 0;
}
.about-heading {
  font-size: 2rem;
  font-weight: 600;
}
.about-number {
  font-size: 2rem;
  font-weight: bold;
  color: #004c3f;
}
.about-item h6 {
  font-weight: 600;
}
.about-images img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
  object-fit: cover;
}
.learn-more-btn {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.feature-card {
  background-color: #d2c1bb;
  border-radius: 12px;
  padding: 2rem;
}

.feature-icon {
  color: #28a745;
  font-size: 1.2rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.feature-item h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.feature-item p {
  margin: 0;
}
.call-to-action {
  padding: 40px 0 !important;
}
.call-to-action {
  margin-bottom: 0px;
}
.about-section-1 {
  background: linear-gradient(135deg, #bf0a00 0%, #ff4e00 100%);
  padding: 4rem 0;
  color: #fff; /* Optional: ensures text is readable on gradient */
}
.auto-container.clearfix.display-box {
  display: flex;
  gap: 20px;
}
.call-to-action:before {
  background-color: #bf0a00e3;
  opacity: unset;
}
.about-images img {
  width: auto;
}
.sticky-header .main-menu .navigation > li {
  margin-left: 7px !important;
  margin-right: 11px !important;
}
.sticky-header img {
  width: 209px !important;
}
.projects-section-two {
  padding: 53px 0;
}
.about-section {
  background-color: #f8f9fa;
}
section.projects-section-two {
  background-color: #f8f9fa;
}
.feature-card {
  background-color: #164369;
}
.dt-war {
  background-color: #c21c0e;
  color: #ffff;
  padding: 6px;
  border-radius: 6px;
  margin-top: 5px;
}
.mm-location-header {
  align-items: center;
}

.mm-location-logo img {
  max-width: 80px;
}
@media (max-width: 767px) {
  .about-title {
    font-size: 2rem;
  }
  .call-to-action .content-box h2 {
    margin-bottom: 24px;
    margin-top: 30px;
  }

  .call-to-action .content-box h2 {
    font-size: 18px;
    line-height: 1.3em;
  }
  .about-heading {
    font-size: 22px;
  }
  .about-subtitle {
    font-size: 1.25rem;
  }
  .about-us .image-column .inner-column:before {
    top: -25px !important;
  }
  .img-center {
    display: block;
  }
}
@media (max-width: 767px) {
  .sticky-header img {
    display: block;
  }

  .d-data {
    display: none;
  }
  .pull-left.logo-outer img {
    display: block;
  }
  .banner-section .slide-item .content-box {
    position: relative;
    height: 250px !important;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
  }
  .owl-height {
    height: auto !important;
  }
  h2.banner-title.text-color {
    font-size: 18px !important;
    padding-top: 30px !important;
  }
  .auto-container {
    padding: 10px 15px !important;
  }
  .display-box {
    display: flex;
  }
  .d-play {
    display: block;
  }
  h2.banner-title.text-color {
    text-align: center !important;
  }
  .last {
    padding: 0px;
  }
  img.img-view {
    width: 100% !important;
    padding: 18px !important;
  }
  .ig-1 {
    margin-top: 30px !important;
  }
  .pad-btm {
    padding: 38px 0 0px !important;
  }
  .call-to-action .content-box h2 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .im-center img {
    display: block;
  }
  .pull-left.logo-outer img {
    display: none;
  }
}

.page-title {
  padding: 80px 0px;
}
.page-title h1 {
  font-size: 40px;
}
.about-section {
  padding: 50px 20px !important;
}
.sec-title h2 {
  font-size: 55px;
}

.page-title h1 {
  font-family: "Poppins";
}

/* Contact start */
.mm-contact-intro {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #475569;
  max-width: 700px;
  margin: 0 auto;
}

/* Contact Cards */
.mm-contact-card {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.mm-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px -15px rgba(188, 5, 2, 0.15);
}

.mm-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mm-contact-block {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mm-contact-block:last-child {
  border-bottom: none;
}

.mm-contact-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(188, 5, 2, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mm-contact-content {
  flex: 1;
}
h1.mm-company-name {
  color: #bc0502;
  font-size: 32px;
  font-weight: 500;
}

.mm-contact-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.mm-contact-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 0;
}

.mm-contact-link {
  color: rgb(188, 5, 2);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.mm-contact-link:hover {
  color: rgb(140, 0, 0);
  text-decoration: underline;
}

/* Form Styles */
.mm-contact-form-card {
  padding: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mm-contact-form-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.mm-contact-form-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: rgb(188, 5, 2);
  border-radius: 2px;
}

.mm-form-control {
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  margin-bottom: 10px;
}

.mm-form-control:focus {
  outline: none;
  border-color: rgb(188, 5, 2);
  box-shadow: 0 0 0 3px rgba(188, 5, 2, 0.1);
}

textarea.mm-form-control {
  border-radius: 24px;
  resize: vertical;
  min-height: 120px;
}

.mm-contact-submit {
  background: rgb(188, 5, 2);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 0.5px;
}

.mm-contact-submit:hover {
  background: rgb(140, 0, 0);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(188, 5, 2, 0.3);
}

.banner-section .slide-item .content-box {
    height: 400px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mm-contact-wrapper {
    padding: 3rem 0;
  }
  .sec-title h2 {
    font-size: 35px;
}

.page-title h1 {
    font-size: 25px;
}
  .mm-contact-card {
    padding: 1.5rem;
  }

  .mm-contact-intro {
    font-size: 1rem;
  }

  .mm-contact-title {
    font-size: 1.1rem;
  }

  .mm-contact-text {
    font-size: 0.95rem;
  }

  .mm-contact-block {
    gap: 0.75rem;
  }

  .mm-contact-icon {
    width: 40px;
    height: 40px;
  }

  .mm-contact-icon svg {
    width: 22px;
    height: 22px;
  }

  .mm-contact-form-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .mm-contact-wrapper {
    padding: 2rem 0;
  }

  .mm-contact-card {
    padding: 1.25rem;
  }

  .mm-form-control {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }

  .mm-contact-submit {
    padding: 0.85rem 2rem;
  }
}

/* Animation for form inputs */
.mm-form-control::placeholder {
  color: #94a3b8;
  opacity: 0.8;
}

/* Custom styling for the contact blocks on hover */
.mm-contact-block:hover .mm-contact-icon {
  background: rgba(188, 5, 2, 0.1);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.mm-contact-icon {
  transition: all 0.3s ease;
}
/* Contact end */

/* index middle section start  */
.mm-counter-wrapper-minimal {
  background: #ffffff;
}

.mm-counter-card-minimal {
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  padding: 2.5rem 1.5rem;
  border-radius: 20px;
  /* box-shadow:
    20px 20px 30px -10px rgba(0, 0, 0, 0.05),
    -20px -20px 30px -10px rgba(255, 255, 255, 0.8); */
  transition: all 0.3s ease;
  border: 1px solid rgba(188, 5, 2, 0.1);
}

.mm-counter-card-minimal:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px -15px rgba(188, 5, 2, 0.2);
}

.mm-counter-icon-minimal {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  transition: all 0.3s ease;
}

.mm-counter-card-minimal:hover .mm-counter-icon-minimal svg {
  stroke: white;
}

.mm-counter-icon-minimal svg {
  transition: all 0.3s ease;
}

.mm-counter-number-minimal {
  font-size: 37px;
  font-weight: 800;
  color: rgb(188, 5, 2);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.mm-counter-label-minimal {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.page-title:before {
  background-color: #00000061;
}

.main-header .header-top {
  display: none;
}
.whatsapp-icon {
  position: fixed;
  left: 95.5%;
  bottom: 125px;
  z-index: 999999;
  width: 50px;
}

@media (max-width: 768px) {
  .mm-counter-icon-minimal {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .mm-counter-icon-minimal svg {
    width: 30px;
    height: 30px;
  }

  .mm-counter-number-minimal {
    font-size: 3rem;
  }

  .mm-counter-label-minimal {
    font-size: 1rem;
  }

  .mm-counter-card-minimal.text-center {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .mm-counter-icon-minimal {
    width: 50px;
    height: 50px;
    margin-bottom: 0.85rem;
  }

  .mm-counter-card-minimal {
    margin-bottom: 5px;
  }

  .mm-counter-icon-minimal svg {
    width: 25px;
    height: 25px;
  }

  .mm-counter-number-minimal {
    font-size: 2.5rem;
  }
  .ttm-textcolor-white.footer-txt {
    font-size: 12px;
  }
  .whatsapp-icon {
    position: fixed;
    left: 81%;
    bottom: 120px !important;
    z-index: 999999;
    width: 50px;
  }
}
/* index middle section end  */
.main-menu .navigation > li > a {
  font-size: 16px;
}
.main-header .header-lower {
  background-color: #d5d5d5;
}
.mm-counter-wrapper-minimal {
  background: #d5d5d5 !important;
}
