* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

body {
  color: #222;
}

/* TOP BAR */
.top-bar {
  background: #111;
  color: #fff;
  padding: 8px 40px;
  font-size: 14px;
}

/* HEADER */
.header {
  background: linear-gradient(90deg, #005f8f, #0aa2c0);
  /* margin-bottom: 100px; */
}

.container {
  max-width: 1200px;
  margin: auto;
}
.splitdiv{
  height: 80vh;
  width: 100%;

}
.leftSplit{
  width: 50%;
  height: 100%;
  float: left;
  background: #005f8f;
}
.rightSplit{
  width: 50%;
  height: 100%;
  float: right;
  background: #0fa2c0;
}

.nav {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.logo {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.hero-wrapper {
  position: relative;
  height: 80vh;
}

nav a {
  margin-left: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

nav .active {
  color: #b7ff2c;
}

/* HERO */
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 10;
}

.hero-left {
  background: url("./group.jpg") no-repeat center;
  background-size: cover;
  padding: 40px;
  border-radius: 8px;
  height: 590px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}


.hero-right {
  width: 55%;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tagline {
  /* margin-top: 25px; */
  color: #0aa2c0;
  letter-spacing: 2px;
  /* font-weight: 900; */
  font-size: 20px;
  margin-bottom: 20px;
}

.tagline1 {
  /* margin-top: 25px; */
  color: #0aa2c0;
  letter-spacing: 2px;
  /* font-weight: 900; */
  font-size: 20px;
  margin-bottom: 200px;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  background: #005f8f;
  color: #fff;
  padding: 14px 30px;
  font-size: 14px;
}

/* SECTIONS */
.section {
  padding: 100px 0;
}

.section.light {
  background: #f4f7fa;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items:center;
}
.whoText{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.whoText1{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

h2 {
  font-size: 38px;
  line-height: 1.3;
}

.text-muted {
  color: #666;
  font-size: 16px;
}
.text-muted1 {
  line-height: 1.5;
  color: #ffffffbd;
  margin-top: 20px;
  font-size: 16px;
}

.text-muted2 {
  line-height: 1;
  color: #ffffffbd;
  margin-top: 20px;
  font-size: 16px;
}

/* CALLOUT */
.callout {
  display: flex;
  min-height: 380px;
}

.callout-box {
  width: 40%;
  background: linear-gradient(180deg, #005f8f, #0aa2c0);
  color: #fff;
  padding: 80px;
}

.callout-box h3 {
  font-size: 28px;
  line-height: 1.4;
}

.callout-img {
  width: 60%;
  height: 490px;
}

.callout-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .client{
  width: 60%;
  height: 550px;
  float: left;
  background-color: #f4f7fa;
}
.client-left{
  width: 50%;
  height: 100%;
  float: left;
  background-color: #f4f7fa;
}
.client-img{
  width: 40%;
  height: 100%;
  float: right;
  background: url("./client.jpg") no-repeat center;
  background-size: cover;
} */

/* CLIENT TESTIMONIAL SECTION */
.clients-section {
  /* margin-top: 100px; */
  /* background: #f4f7fa; */
  padding: 140px 0;
}

.clients-container {
  background: #f4f7fa;
  max-width: 1200px;
  margin: auto;
  position: relative;
  min-height: 420px;
}

/* LEFT CONTENT */
.client {
  width: 50%;
  padding: 80px 60px;
}

.client p {
  margin-bottom: 20px;
}

.client blockquote {
  font-size: 24px;
  line-height: 1.4;
  margin: 30px 0;
  position: relative;
  padding-left: 40px;
}

.client blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  color: #b5d6e5;
}

/* RIGHT IMAGE (FLOATING) */
.client-img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 48%;
  height: 420px;
  transform: translate(-10%, -65%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* STATS */
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.stats h3 {
  font-size: 40px;
  color: #7ac943;
}

.stats p {
  font-size: 13px;
  letter-spacing: 1px;
}

/* FOOTER */
.footer {
  background: #0b2c4d;
  color: #fff;
  text-align: center;
  padding: 25px;
  font-size: 14px;
}
/* CONTACT SECTION – CLEAN & CORPORATE */
/* CONTACT WITH IMAGE */
.contact-section {
  padding: 120px 0;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-text h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #111;
}

.contact-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}

.contact-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 992px) {

  /* CONTAINER */
  .container {
    padding: 0 20px;
  }

  /* HEADER */
  .nav {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }

  nav {
    margin-top: 15px;
  }

  nav a {
    margin-left: 15px;
    font-size: 13px;
  }

  /* HERO */
  .hero {
    width: 90%;
  }

  .hero-left {
    height: auto;
    padding: 30px;
  }

  .hero h1 {
    font-size: 34px;
  }

  /* SPLIT SECTIONS */
  .split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* CALLOUT */
  .callout {
    flex-direction: column;
  }

  .callout-box,
  .callout-img {
    width: 100%;
  }

  .callout-box {
    padding: 50px 30px;
  }

  .callout-img {
    height: 300px;
  }

  /* CLIENT SECTION */
  .clients-container {
    position: static;
  }

  .client {
    width: 100%;
    padding: 40px 30px;
  }

  .client-img {
    position: static;
    transform: none;
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }

  /* CONTACT */
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

}

@media (max-width: 576px) {

  /* HERO BACKGROUND SPLIT */
  .splitdiv {
    height: auto;
  }

  .leftSplit,
  .rightSplit {
    display: none;
  }

  .hero-wrapper {
    height: auto;
    padding: 60px 0;
  }

  .hero h1 {
    font-size: 28px;
  }

  .tagline {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  .whoText,
  .whoText1 {
    font-size: 16px;
  }

  /* FOOTER */
  .footer {
    font-size: 13px;
    padding: 20px;
  }
}
