body, h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #140F10;
  line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
}

.header {
  width: 100%;
  text-align: center;
  background-color: #99DFEC; /* Just for demonstration */
  padding: 20px 0; /* Adjust padding as needed */
} 

.header h1 {
  margin: 0;
  padding: 0;
}

.main-container {
  padding: 0% 2% 0% 2%;
  /* width: 80%; */
}

/* .bg-img {
  background-image: url("/assets/img/colour-swoosh-logo.png");
  background-color: #cccccc;
  border-radius: 0px 0px 0px 130px;
  opacity: 0.3;
} */

.col-6.bg-img {
  height: 600px;
  padding: 5% 2% 5% 2%;
}

h1.heading {
  font-size: 4rem;
}
.p_btm_mrg{
  margin-bottom: 0.5rem;
}

p.fontSize {
  font-size: 1.1rem;
  line-height: 1.2;
}

button.btn.btn-primary.btn-lg {
  border-radius: 30px;
  background-color: #3FD1EB;
  width: 35%;
  height: 50px;
  border-color: #3FD1EB;
}

.row.logoimg{
  background-image: url("/assets/img/colour-swoosh-logo.png");
  background-repeat: no-repeat; 
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}
.row.logoimg::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.text-center.advtge {
  margin: 10% 0% 7% 0%;
}

.row.text-center {
  line-height: 25px;
}

.padd {
  padding: 6% 8% 6% 8%;
  line-height: 30px;
}

.listing-a {
  margin-top: 12%;
}

.our-service {
  background: #99DFEC;
}
.our-service .row, 
.follow-us .row {
  max-width: 1140px;
  margin: 0 auto;
}

li.li_margin {
  width: 25%;
  padding-right: 33px;
  padding-left: 33px;
}

a.btn.btn-primary.btn-lg.mt-3.grey {
  border-radius: 30px;
  background-color: #7d8283;
  width: 35%;
  height: 50px;
  border-color: #7d8283;
}

.outlineCss {
  border: 2px solid #ffffff;
  padding: 6%;
}

.carImg{
  max-width: 100%;
  /* height: 800px;  */
 }

.follow-us {
  background-color: #595B5D;
}

.follow-us h6 {
  font-weight: 400 !important;
  font-size: 1.1rem;
  line-height: 1.7;
}
.follow-us h5 {
  font-weight: 400 !important;
  line-height: 1.5;
}
.social_links i {
  color: #3FD1EB;
}
.header h1 {
    font-weight: 500 !important;
    font-size: 2rem;
}

.container {
  max-width: 100%;
  overflow-x: hidden; /* Prevents horizontal scrolling */
}


@media (max-width: 767px) {
  h1.heading {
    font-size: 2.5rem;
    margin-top: 3rem;
  }
  p.fontSize {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  button.btn.btn-primary.btn-lg,
  a.btn.btn-primary.btn-lg.mt-3.grey {
    width: 200px;
  }
  .carImg {
    height: 400px;
  }
  .row.logoimg::before {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Ensures content stays centered */
  }
}