/* style.css */

/* 🔹 Reset and basic setup */
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}

/* 🔹 Topbar */
.topbar {
  background-color: #eaf3ff;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #003366;
}
.topbar a {
  margin-right: 15px;
  color: #003366;
  transition: color 0.3s;
}
.topbar a:hover {
  color: #0056b3;
}
.social-icons a {
  margin-left: 10px;
  font-size: 16px;
}

/* 🔹 Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f9fbff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.logo {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #003366;
}
.logo-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* 🔹 Navigation */
.navbar a {
  margin-left: 20px;
  font-weight: 500;
  color: #005fa3;
}
.navbar a:hover {
  color: #003366;
}

/* 🔹 Hero Section */
.hero {
  background: linear-gradient(135deg, #0077cc 0%, #005fa3 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
}
.hero-content h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.hero-content p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

/* 🔹 Highlight Section */
.outsourcing-section {
  background: #eaf7bb;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 75% 100%, 50% 90%, 25% 100%, 0 90%);
}

.outsourcing-section::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('https://www.svgbackgrounds.com/wp-content/uploads/2021/01/wave-2.svg') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.outsourcing-section h2 {
  font-size: 28px;
  color: #005fa3;
  margin-bottom: 20px;
}
.outsourcing-section p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  text-align: justify;
  line-height: 1.6;
}
/* 🔹 Why United Employee Services Section */
.why-ues-section {
  background: linear-gradient(120deg, #ecf4ff, #d5ebff);
  padding: 60px 20px;
  text-align: center;
}
.why-ues-section {
  background: linear-gradient(120deg, #ecf4ff, #d5ebff);
  padding: 60px 20px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 75% 100%, 50% 95%, 25% 100%, 0 95%);
}

.why-ues-section h2 {
  font-size: 30px;
  color: #003366;
  margin-bottom: 40px;
}

.why-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.why-columns .column {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 25px;
  flex: 1 1 300px;
  transition: transform 0.3s ease;
  border-left: 6px solid #005fa3;
}

.why-columns .column:hover {
  transform: translateY(-5px);
}

.why-columns h3 {
  font-size: 20px;
  color: #005fa3;
  margin-bottom: 15px;
}

.why-columns p {
  font-size: 15px;
  color: #444;
  text-align: justify;
  line-height: 1.6;
}
/* 🔹 Experienced Employment Professionals Section */
.experienced-professionals {
  background-color: #6a1b9a;
  padding: 60px 20px;
  text-align: center;
  color: white;
  position: relative;
}

.experienced-professionals h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.underline {
  width: 80px;
  border: 2px solid white;
  margin: 10px auto;
}

.italic {
  font-style: italic;
  font-size: 16px;
  margin: 20px 0;
}

.space-above {
  margin-top: 60px; 
  font-size: 18px;
}

.experienced-professionals p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.bullet-points {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  text-align: left;
  max-width: 800px;
  margin: 30px auto;
}

.bullet-points li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.bullet-points li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: white;
}

.experienced-professionals::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #8e24aa;
  clip-path: polygon(0% 100%, 33% 0%, 66% 0%, 100% 100%);
}

.experienced-professionals::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #8e24aa;
}
/* 🔹 Successful Planning Section */
.successful-planning {
  background: linear-gradient(
    135deg,
    #ceb7eb 25%,
    #ceb7eb 25%,
    #a678c2 50%,
    #b09ac9 50%,
    #c7abe9 75%,
    #d0b2e2 75%,
    #d8bde9 100%
  );
  background-size: 40px 40px;
  padding: 60px 20px;
  color: rgb(0, 2, 2);
  position: relative;
}

.successful-planning .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.image-side {
  flex: 1;
  padding: 20px;
}

.image-side img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.content-side {
  flex: 1;
  padding: 20px;
}

.content-side h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.content-side p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

/* 🔹 Technology Section */
.technology-section {
  background: repeating-linear-gradient(
    135deg,
    #1e3c72,
    #2a5298 20px,
    #1e3c72 40px
  );
  background-size: 30px 30px;
  padding: 60px 20px;
  color: #ffffff;
  position: relative;
}

.technology-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.tech-content {
  flex: 1;
  padding: 20px;
}

.tech-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tech-underline {
  width: 100px;
  border: 3px solid #ffffff;
  margin: 10px 0 20px 0;
}

.tech-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-style: italic;
  color: #c5cae9;
}

.tech-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.tech-image {
  flex: 1;
  padding: 20px;
}

.tech-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* Footer Styles */
.footer {
  background-color: #2c2c54;
  color: #ffffff;
  padding: 40px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-info, .footer-social, .footer-links {
  flex: 1 1 300px;
  margin: 10px;
}

.footer-info h3, .footer-social h4, .footer-links h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.footer-info p, .footer-info a, .footer-links a {
  font-size: 16px;
  color: #d1d1d1;
  text-decoration: none;
}

.footer-info a:hover, .footer-links a:hover {
  color: #00bfff;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #00bfff;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #aaaaaa;
  border-top: 1px solid #444;
  margin-top: 30px;
}


/* 🔹 Footer */
.footer {
  background-color: #f9fbff;
  padding: 10px 05px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.footer .social-icons a {
  margin: 0 10px;
  font-size: 18px;
  color: #003366;
  transition: color 0.3s ease;
}
.footer .social-icons a:hover {
  color: #0077cc;
}
.footer p {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.footer a {
  color: #0077cc;
}
.footer a:hover {
  text-decoration: underline;
}
