@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
 font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.mech-header {
  background-color: #ffffff; /* Clean White Background */
}
.mech-logo img {
  width: 250px;
}
.mech-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.nav {
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
}
.gaq {
  background: linear-gradient(135deg, #ff7f32 0%, #e06920 100%);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(255, 127, 50, 0.3);
  border: none;
  width: max-content;
  align-items: center;
  transition: all 0.3s ease;
}
.gaq svg {
  font-size: 28px;
  margin-left: 14px;
}
.gaq:hover {
  background: linear-gradient(
    135deg,
    #e06920 0%,
    #ff7f32 100%
  ); /* MechAura Navy */
  transform: translateY(-2px); /* Moves up slightly */
}

.menu li {
  margin-right: 30px;
}
.hero-content p {
  font-size: 18px;
}
.menu li a {
 
  color: #002b49; /* MechAura Navy */
  padding: 8px 0;
  transition: color 0.3s ease;
}
.menu li a:hover {
  color: #f0642b; /* MechAura Orange */
}
.menu li.active a {
  color: #f0642b;
}
.hero {
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  color: #fff;
  padding: 50px 0 100px;
  position: relative;
}

.hero-content {
  max-width: 700px;
}
h1 {
  font-size: 66px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

p {
  margin: 0 0 30px 0;
}
.line {
  height: 2px;
  background: #cccccc8c;
  margin-bottom: 30px;
  margin-top: -10px;
}
.hero .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.mech-col-img img{
    width: 100%;
}

.section{
    padding: 80px 0;
}

.mech-max{
    max-width: 800px;
}

h2{
    margin: 0 0 20px 0;
    font-size: 46px;
    
}


.msi-img {
  height: 320px;
 margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.msi-img img {
  width: 100%;
  height: 100%;
     object-fit: contain;
    padding: 20px;
}
.msi-wrap {
  width: 380px;
}
.mech-slide-item {
  width: 380px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  opacity: 0.4;
}

.mech-slider .slick-slide {
  margin-right: 30px;
  height: auto;
}

.mech-slider .slick-list {
  margin-right: -20px;
}


.mech-slider  .slick-list.draggable {
  overflow: initial;
}


.msi-meta .gaq {
  font-size: 0;
  padding: 0;
 background: none;
   box-shadow: none;
}
.msi-meta .gaq svg {
  margin: 0;
  fill: #e06920;

}
.msi-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
align-items: center;
padding: 0 15px;
}
.msi-meta h4 {
  margin: 0;
  font-size: 20px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  background: #000;
  border: 0;
  padding: 15px 10px;
  color: #fff;
  border-radius: 4px;
}
.slick-next.slick-arrow {
  left: 60px;
}
.mech-slider.slick-initialized.slick-slider {
  padding-top: 75px;
}

.about-img{
    padding-right: 50px;
    
}
.about-img img{
    border-radius: 12px;
    width: 100%;
}

p{
  font-weight: 300;
}

p span{
    font-size: 18px;
 
    font-weight: 400;
}


.service-item {
    background: linear-gradient(180deg, #ff7f32 0%, #e06920 100%);
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-item img {
  width: 80px;
  filter: invert(1);
  margin-bottom: 20px;
}

.view-btn{
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.view-btn svg{
    transform: rotate(-45deg);
}


.footer {
  padding: 80px 0 0;
  background: #09295e;
  color: #fff;
}

.footer-logo img {
  max-width: 220px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}


.footer-links ul {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}
.footer-links {
  padding-left: 40%;
}
.social-links ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}


.bottom-footer {
  border-top: 1px solid #ffffff36;
  padding: 30px 0;
  margin-top: 30px;
  font-size: 14px;
}

.bottom-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-links svg{
    fill: #ff9552;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer a:hover {
  color: #f0642b;
}
.footer a:hover svg{
  fill: #f0642b;
}
.services {
  background: #f9f9f9;
}


.c-img {
  max-width: 600px;
	max-height: 450px;
  overflow: hidden;
}
.c-img img {
  width: 100%;
}
.c-wrap {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #eee;
  overflow: hidden;
}
.mech-row {
  padding: 50px;
}
.mob-nav {
  display: none;
  cursor: pointer;
}


.close{
  display: none;
}

.mech-header.scrolled {
  background: #fff;
}

.section.products {
  overflow: hidden;
}


.a-items {
  display: flex;
  align-items: flex-start;
}
.a-items svg {
  margin-top: 5px;
  margin-right: 10px;
}

@media (max-width: 991px){

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9;
  left: 0;
  top: 0;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.menu {
  flex-direction: column;
  gap: 20px;
}
.menu li {
  margin-right: 0;
}
.mech-logo {
  position: relative;
  z-index: 999;
}
.mech-logo img {
  max-width: 220px;
}
.mob-nav {
  display: flex;
  z-index: 9;
}
 .nav-open .ham {
    display: none;
  }
  .nav-open .close {
    display: flex;
  }
  .nav-open .nav {
    opacity: 1;
    visibility: visible;
  }



}


@media (max-width: 767px){
  h1 {
  font-size: 36px;

}

.hero-content p{
  font-size: 16px;
}
h2 {
  font-size: 36px;
}
.about-img {
  padding-right: 0;
  padding-bottom: 30px;
}
.section.services .col-md-4 {
  margin-top: 30px;
}

.section.services .col-md-4 {
  margin-top: 30px;
}
.c-wrap {
  flex-direction: column;
}
.c-img {
  max-width: 100%;
}

.footer-links {
  padding-left: 0;
}
.social-links {
  align-items: flex-start;
  margin-top: 50px;
}
	
	.footer-links ul {
  gap: 10px;
  margin-top: 20px;
	}
	.address {
  margin-top: 50px;
}
}

@media (max-width: 567px){
 
.bottom-footer .container {
  flex-direction: column-reverse;
  gap: 20px;
  text-align: center;
}

.hero {
  height: 600px;
  padding-bottom: 50px;
}

  .mech-logo img {
    max-width: 180px;
  }

.mob-nav svg {
  width: 35px;
}
.mob-nav .close svg {
  width: 22px;
}
}