* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Roboto', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #fff;
      font-family: "Quicksand", sans-serif;
    }

    /* header {
      background-color: #f7f7f7;
      color: #000;
      padding: 10px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding-bottom: 2px;
    }

    header h1 {
      font-size: 24px;
    }

    nav {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    nav a {
      color: #000;
      text-decoration: none;
      padding: 8px 12px;
      border-radius: 5px;
      transition: background 0.3s;
      font-weight: 500;
    }

    nav a:hover {
      color: #13751d;
    }

    .home-logo {
      font-size: 24px;
      margin-right: 10px;
    }
    .nav-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 1200px;
      margin: 0 auto;
  } */
    .hero {
      background: url('https://via.placeholder.com/1600x400?text=Wordcare+Legal+Translation') center/cover no-repeat;
      color: white;
      padding: 80px 40px;
      text-align: center;
    }

    .hero h2 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .hero p {
      font-size: 18px;
    }

    section {
      padding: 40px 20px;
      margin: 20px auto;
      max-width: 1200px;
      border-radius: 8px;
    }

    .services ul {
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 0;
    }

    .services ul li {
      background-color: #f0f0f0;
      padding: 15px 20px;
      border-radius: 5px;
      flex: 1 1 200px;
    }

    form input, form textarea {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    form button {
      background-color: #00274d;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    form button:hover {
      background-color: #004080;
    }

    .logo-row {
      text-align: center;
      padding: 30px 0;
    }

    .logo-row img {
      height: auto;
      margin: 10px;
    }

    footer {
      background-color: #27ae60;
      color: white;
      text-align: center;
      padding: 20px;
    }
    .slider {
      position: relative;
      max-width: 100%;
      height: 515px;
      overflow: hidden;
    }
    
    .slide {
      display: none;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      width: 100%;
      transition: opacity 1s ease-in-out;
    }
    footer a {
    color: #fff;
}
    .slide.active {
      display: block;
    }
    .slide.slide1 {
      background-position: top;
    }
    .slide.slide3 {
        background-position: top;    
    }
    .content {
      position: absolute;
      bottom: 150px;
      left: 0;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      padding: 25px 50px;
      border-radius: 5px;
      right: 0;
      width: max-content;
      margin: 0 auto;
      text-align: center;
  }
    
    .content h2 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
    
    .content p {
      font-size: 1.2rem;
    }
    
    .navigation {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 10;
    }
    
    .navigation button {
      background-color: rgba(0,0,0,0.4);
      border: none;
      color: white;
      padding: 10px;
      cursor: pointer;
      font-size: 2rem;
      transition: background 0.3s;
    }
    
    .navigation button:hover {
      background-color: rgba(0,0,0,0.7);
    }
    .home-logo img {
      width: 130px;
    }
    /* Section Styling */
.why-wordcare-section {
  padding: 20px 20px;
  text-align: center;
}

.why-wordcare-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #2c3e50;
  font-weight: bold;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Feature Box */
.feature-box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-box h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #34495e;
  line-height: 27px;
}

.feature-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.about-section {
  padding: 25px 20px;
  color: #333;
  padding-bottom: 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: left;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: justify;
}
.about-wordcare-section {
  /* background: linear-gradient(to bottom, #f7f9fc, #ffffff); */
  padding: 20px 20px;
  color: #333;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.grid-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 60px;
}

.info-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 8px;
  flex: 1 1 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.info-box h3 {
  font-size: 1.5rem;
  color: #34495e;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 1rem;
  color: #555;
}

.icon {
  font-size: 2rem;
  color: #2980b9;
  margin-bottom: 10px;
}

.values-section h3 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 20px;
}

.values-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.values-list li {
  font-size: 1.1rem;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.values-list li i {
  color: #27ae60;
  margin-right: 10px;
  font-size: 1.2rem;
}
.contact-quote-section {
  padding: 40px 30px;
  background: #f7f9fc;
  color: #333;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

/* Contact Info Box */
.contact-info {
  flex: 1 1 40%;
  font-size: 1.05rem;
  line-height: 1.8;
}
.top-bar .contact-info {
  flex: 1 1 40%;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: right;
}

.contact-info h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #27ae60;
}

.contact-info i {
  color: #27ae60;
  margin-right: 8px;
}

/* Form Styles */
.quote-form {
  flex: 1 1 55%;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.quote-form form {
  display: flex;
  flex-direction: column;
}

.quote-form label {
  margin-top: 15px;
  font-weight: 600;
  color: #444;
}

.quote-form input,
.quote-form textarea {
  padding: 10px;
  margin-top: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form button {
  margin-top: 20px;
  padding: 12px;
  background: #27ae60;
  color: #fff;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-form button:hover {
  background: #0fb957;
}
/* Logo Row Section */
.logo-row {
  background-color: #f7f9fc; /* Light background to make logos pop */
  padding: 50px 20px;
  text-align: center;
  animation: fadeIn 1s ease-out; /* Fade-in animation for the entire section */
}

.logo-row h3 {
  font-size: 2rem;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  animation: fadeIn 1s ease-out; /* Fade-in animation for the header */
}

/* Container for logos */
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between logos */
  flex-wrap: wrap;
  animation: fadeIn 1.5s ease-out; /* Fade-in animation for logos */
}

/* Styling for individual logos */
.logo-container img {
  max-height: 80px; /* Set maximum height for logos */
  object-fit: contain; /* Ensure logos retain their aspect ratio */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease; /* Smooth hover effect */
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1)); /* Subtle shadow for logos */
}

/* Hover Effect: Zoom and Shadow */
.logo-container img:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}
/* Container for the About Section */
.about-section {
  background-color: #f9f9f9; /* Light background */
  padding: 50px 20px;
}

/* Flexbox Layout for About Content */
.about-content {
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: space-between;
  gap: 40px; /* Space between image and text */
}

/* Style for the Left Image */
.about-image img {
  width: 100%;
  max-width: 500px; /* Maximum size for image */
  height: auto;
  border-radius: 10px; /* Optional: rounded corners for the image */
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Style for the Right Content */
.about-text-content {
  flex: 1; /* Make text section take remaining space */
}


.about-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #34495e;
  margin-bottom: 20px;
  font-weight: normal;
}
.fa-bullseye:before {
  content: "\f140";
  color: #27ae60;
}
.fa-eye:before {
  content: "\f06e";
  color: #27ae60;
}
/* Contact Info Section */
/* .contact-info {
  background-color: #f7f9fc;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
} */

.contact-info p {
  font-size: 1rem;
  color: #34495e;
  line-height: 35px;
}

/* Links */
.contact-info a {
  color: #27ae60;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
.line-list {
  line-height: 27px !important;
}
h3.list-mt {
  margin-top: 20px !important;
}
.fa-tags:before {
  content: "\f02c";
  color: #27ae60;
}
.fa-shield-alt:before, .fa-shield-halved:before {
  content: "\f3ed";
  color: #27ae60;
}
.fa-clock-four:before, .fa-clock:before {
  content: "\f017";
  color: #27ae60;
}
.fa-shipping-fast:before, .fa-truck-fast:before {
  content: "\f48b";
  color: #27ae60;
}
input:focus-visible {
 outline: none;
}

/* Core Services Section */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.services-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #2c3e50;
  font-weight: bold;
}
.service-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.service-box i {
  font-size: 2.5rem;
  color: #27ae60;
  margin-bottom: 20px;
}

.service-box h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.clients-section {
  text-align: center;
}
.marquee {
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 60px;
  animation: marqueeScroll 20s linear infinite;
  white-space: nowrap;
  padding: 15px 0;
  font-size: 1.2rem;
  color: #27ae60;
  font-weight: 600;
}

.marquee-content span {
  display: inline-block;
}
/* Top Bar */
.top-bar {
  background-color: #36823f;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
}

.top-bar .container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      max-width: 1200px;
      border-radius: 8px;
      margin: 0 auto;
}

.top-bar .contact-info span {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-info i {
  margin-right: 6px;
  color: #fff;
}

.top-bar .contact-info a {
  color: #fff;
  text-decoration: none;
}

.top-bar .contact-info a:hover {
  text-decoration: underline;
}

/* Header Navigation */
.nav-header {
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 8px 0;
}

.nav-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-items: center;
      max-width: 1200px;
      border-radius: 8px;
      margin: 0 auto;
}
.nav-links a {
  margin-left: 25px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 0 9px;
}
.nav-links a:hover:before {
  content: '';
  position: absolute;
  background: #2ad23e;
  width: 100%;
  height: 2px;
  padding: 0 0px;
  left: 0;
  right: 0;
  bottom: -9px;
}

.nav-links a:hover {
  color: #0da920;
}

.contact-info span {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}

/* .contact-info i {
  margin-right: 6px;
  color: #fff;
} */

.contact-info a {
  /* color: #fff; */
  text-decoration: none;
}
.nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nav-links {
  display: flex;
  gap: 5px;
}


/* Mobile styles */
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  color: #181918;
  cursor: pointer;
}
.view-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #36703c;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    transition: background-color 0.3s;
    font-size: 12px;
}

.view-more-btn:hover {
  background-color: #363636;
}
.services-section .section-title {
  text-align: center;
}
.why-wordcare-section .section-title {
  text-align: center;
}
.our-commitment {
  text-align: center;
}
.our-commitment .section-title {
    text-align: center;
}
.our-commitment .section-text {
    text-align: center;
}
.nav-links a.sltd {
    color: #0da920;
}
.nav-links a.sltd:before {
    content: '';
    position: absolute;
    background: #2ad23e;
    width: 100%;
    height: 2px;
    padding: 0 0px;
    left: 0;
    right: 0;
    bottom: -9px;
}
@keyframes marqueeScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
    @media (max-width: 768px) {
      nav {
        flex-direction: column;
        gap: 10px;
      }
      .logo-container {
        gap: 20px; /* Reduce gap on smaller screens */
      }
    
      .logo-container img {
        max-height: 60px; /* Smaller logos for mobile */
      }
      .contact-grid {
        flex-direction: column;
      }
    
      .quote-form,
      .contact-info {
        flex: 1 1 100%;
      }
      .about-content {
        flex-direction: column; /* Stack content on smaller screens */
        text-align: center;
        gap: 20px;
      }
    
      .about-image img {
        max-width: 100%; /* Make image smaller on mobile */
        margin-bottom: 0;
      }
      .services-section .section-title {
        font-size: 27px;
        text-align: center;
        line-height: 32px;
      }
      .service-block h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #191b19;
}
      .section-title {
        font-size: 1.4rem;
    }
    .info-box {
      text-align: center;
  }
      .service-box {
        padding: 20px;
      }
      .marquee-content {
        font-size: 1rem;
        gap: 40px;
      }
      .about-section {
        background-color: #f9f9f9;
        padding: 30px 20px;
    }
    .section-title {
      font-size: 30px;
    }
    .why-wordcare-section .section-title {
      font-size: 27px;
      margin-bottom: 20px;
    }
    /* Fade-in animation */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .contact-info {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
  
    .menu-toggle {
      display: block;
    }
  
    .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      padding-top: 10px;
    }
  
    .nav-links a {
      padding: 10px 0;
      border-bottom: 1px solid #eee;
    }
  
    .nav-links.active {
      display: flex;
    }
    .top-bar {
      padding: 8px 10px;
  }
  .top-bar .contact-info {
    font-size: 14px;
}
.top-bar .contact-info span {
  margin-left: 10px;
}
.nav-header {
  padding: 8px 20px;
  padding-bottom: 3px;
}
.home-logo img {
  width: 105px;
}
.nav-links.active {
  display: flex;
  gap: 0px;
}
.nav-links a:hover {
  color: #ffffff;
  background: #36823f;
}
.nav-links a:hover:before {
  content: '';
  position: absolute;
  background: transparent;
  width: 100%;
  height: 2px;
  padding: 0 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-links a {
  margin-left: 0;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding: 10px 9px;
}
.slider {
  position: relative;
  max-width: 100%;
  height: 345px;
  overflow: hidden;
}
.content {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  border-radius: 5px;
  right: 0;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}
.content h2 {
    font-size: 25px;
    margin-bottom:0;
}
.content p {
  font-size: 16px;
}
    .quote-form {
        flex: 1 1 55%;
        background: #415d44;
        padding: 15px 20px;
        border-radius: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        margin-left: -30px;
        margin-right: -30px;
    }
.quote-form label {
  margin-top: 15px;
  font-weight: 600;
  color: #ffffff;
}
.quote-form button {
        margin-top: 20px;
        padding: 12px;
        background: #36703c;
        color: #fff;
        font-size: 1.1rem;
        border: none;
        border-radius: 5px;
        font-family: "Quicksand", sans-serif;
    }
.quote-form label {
  margin-top: 15px;
  font-weight: 400;
  color: #ffffff;
}
.logo-row h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: capitalize;
  animation: fadeIn 1s ease-out;
  line-height: 35px;
}
.logo-container {
  gap: 5px;
}
    .tittle-two {
        font-size: 20px;
        text-align: center;
    }
    .section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
    .logo-container {
        gap: 5px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .logo-container img {
        max-height: 60px;
        width: 100%;
    }
        .clients-section .section-title {
        text-align: center;
    }
    .about-text {
        font-size: 1rem;
        line-height: 1.6;
        color: #34495e;
        margin-bottom: 5px;
        font-weight: normal;
        text-align: left;
}
    .values-section {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner-image.jpg) no-repeat center center / cover;
        padding: 60px 20px;
        text-align: center;
        margin-left: -20px;
        margin-right: -20px;
        background-attachment: fixed;
    }
.values-section h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
}
.values-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.values-list li {
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.nav-links a.sltd:before {
    content: '';
    position: absolute;
    background: #2ad23e;
    width: 100%;
    height: 2px;
    padding: 0 0px;
    left: 0;
    right: 0;
    bottom: -9px;
    display: none;
}
header {
    border-bottom: 2px solid #4caf504d;
}
  }