/* Reset default margins/padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #c8cbcf;
  color: #1d1d1d;
}
h1, h2 {
  color: black
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

header {
  background-color: #141c27;
  padding: 12px 12px 6px;
  text-align: center;
}


header img {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


nav {
  background-color: #222831;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 10px;
}

.about-section {
  padding: 60px 20px;
  background-color: c8cbcf;
}

.about-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Text */
.about-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #11305c;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #333;
}

/* Trust badges */
.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.about-badges span {
  background-color: #11305c;
  color: #f0f0f0;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Image */
.about-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}


.section-title {
  position: relative;
  size: 100px;
  display: inline-block;
  margin-bottom: 30px;
  color: #000000
}
.section2-title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  color: #cdcdcd
}
.section3-title {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;

  padding: 20px 80px;
  background-color: #141c27;
  color: white;
  
  

  transform: skew(-6deg);
  border-radius: 6px;
  margin-bottom: 30px;
  
}

.section3-title span {
  transform: skew(-6deg);
  display: inline-block;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

.section-light {
  background-color: #f7f9fb;
  padding: 60px 20px;
}

.section-dark {
  background-color: #1f1f1f;
  color: #fff;
  padding: 60px 20px;
}
.service-card i {
  font-size: 32px;
  color: #1e73be;
  margin-bottom: 12px;
}
.card {
  background: #4e7ec6;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

nav a {
  color: #ffffff;
  text-decoration: none;
  
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
}


nav a:hover {
  background-color: #393e46;
  color: #ffffff;
}


main {
  padding: 28px 16px;
  max-width: 1000px;
  margin: auto;
}


main h3 {
  margin-top: 30px;
}

.home-highlight {
  background-color: #141c27;
  border-left: 5px solid #000000;
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
  color: #cdcdcd
}

.cta-banner {
  background-color: #141c27;
  color: white;
  padding: 3px;
  text-align: center;
  border-radius: 4px;
  margin-top: 3px;
}

.service-img {
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
  border-radius: 8px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

input, textarea {
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 1em;
}

button {
  background-color: #222831;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s;
}
button,
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

button:hover {
  background-color: #141c27;
}

.review {
  background-color: #f4f4f4;
  border-left: 4px solid #222831;
  padding: 15px;
  margin: 15px 0;
  border-radius: 6px;
}

.white-titlecard {
  background-color: #dcdcdc;
  padding: 2px 10px;
  margin: 2px 0;
  border-radius: 10px;
  color: #000000;
}
footer {
  background-color: #141c27;
  color: white;
  text-align: center;
  padding: 25px 10px;
  margin-top: 40px;
}
section {
  margin-bottom: 80px;
}

h1, h2, h3 {
  margin-bottom: 20px;
}

p {
  margin-bottom: 16px;
}

/* Social Icons */
.social-icons {
  margin-bottom: 15px;
}

.fa {
  padding: 12px;
  font-size: 20px;
  width: 44px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  border-radius: 50%;
  color: white;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.fa-facebook {
  background: #3b5998;
}

.fa-instagram {
  background: #e4405f;
}

.fa:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

/* Fix blue link color in CTA banner */
.cta-banner a {
  color: white;
  text-decoration: none;
}

.cta-banner a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  header img {
    max-width: 150px;
  }

  nav a {
    font-size: 0.95rem;
    padding: 6px 10px;
  }

  main {
    padding: 22px 14px;
  }
}
@media (max-width: 768px) {
  .about-wrapper {
    grid-template-columns: 1fr;
  }
  .about-image {
    width: 100%;
    height: auto;
    overflow: visible;
    border-radius: 12px;
  }

  .about-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }
}

