* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  color: #403885;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  z-index: 1000;
}
.logo{
    width: 150px;
}
.navbar .logo {
  display: flex;
  align-items: center;
}

.navbar .logo img {
  width: 100px;
  margin-right: 10px;
}

.navbar nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.navbar nav a {
  color: #403885;
  font: Bell MT;
  text-decoration: none;
  font-weight: 500;
}

.contact-btn {
  background-color: #f5af88;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.contact-btn:hover {
  background-color: #e08e64;
}

.hero {
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  background-color: white;
}

.hero-text {
  flex: 1;
  padding-right: 30px;
  
}

.hero-text h1 {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  color: #403885;
}

.hero-text p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
  margin-left: 12px;
}

.hero-image img {
  display:inline;
  padding: 1pxpx;
  width: 1340px;
  height: 400px;
  border-radius: 10px;
  transition: 0.3s;
  position: absolute;
  

}
.mission-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #bfb8fd;
}

.mission-title {
    color: #403885 ;
    font-size: 18px;
    margin-bottom: 10px;
}

.mission-text {
    font-size: 24px;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    color: #333;
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-box {
    background-color: #403885;
    padding: 30px 40px;
    border-radius: 8px;
    min-width: 180px;
}

.stat-box h2 {
    color: white;
    font-size: 32px;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 16px;
    color: white;
}
.offerings {
  padding: 40px 20px;
  max-width: 1300px;
  margin: auto;
  background-color:  white;
}

.offerings h4 {
  color: #d38b00;
  font-size: 16px;
  margin-bottom: 10px;
}

.offerings h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.card {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 18px;
  margin: 10px 0 5px;
  color: #004080;
}

.card p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.card ul {
  padding-left: 20px;
  font-size: 14px;
}

.card ul li {
  margin-bottom: 6px;
  list-style: disc;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #222;
}

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: 403885;
  padding: 10px 20px;
  position: sticky;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 60px;
  width: 50px;
  margin-right: 10px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap:20px;
}

.nav-links a {
  text-decoration: none;
  color: #403885;
  font-weight: 500;
  font: Bell MT;
  font-size: 19px;
}

.contact-btn {
  background-color: #403885;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

  


/* Content Section */
.content {
  padding: 40px 20px;
  background-color:#d9e3f1;
}

.content h1 {
  font-size: 28px;
  margin-bottom: 30px;
}

.content-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content h1{
  text-align: center;
  color:#403885 ;
}
.content p{
  color:black;
}

.box {

  padding: 20px;
  border: 1px solid #403885 ;
  flex: 1;
  min-width: 300px;
}

/* Floating Buttons */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-buttons a {
  background-color: #f5c49b;
  color: #222;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
}
h2 {
      text-align: center;
      margin-bottom: 10px;
      color: #403885;
    }

    .container {
      background-color: white;
      display: flex;
      justify-content: center;
      gap: 100px;
      flex-wrap: wrap;
    }

    .column {
      display: flex;
      color:black;
      flex-direction: column;
      gap: 15px;
    }

    .column span {
      font-size: 16px;
    }

    /* Floating buttons */
    .floating-buttons {
      position: fixed;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 100;
    }

    .floating-buttons button {
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .whatsapp {
      background-color: #6e4f33; /* brown tone */
      color: white;
    }

    .call {
      background-color: #fbc18e; /* peach tone */
      color: black;
    }
    .industries-section {
      max-width: 1000px;
      margin: 50px auto;
      padding: 20px;
      text-align: center;
      background-color: #efb8fd;
    }
    .oo{
      color:black
    }

    .industries-section h2 {
      font-size: 28px;
      margin-bottom: 30px;
    }

    .industry-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      text-align: left;
    }

    .industry-list p {
      color:black;
      margin: 5px 0;
    }
    .how-it-works {
  padding: 40px 20px;
  text-align: center;
  background-color: #bfb8fd;
}

.how-it-works-header h4 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color:black;
}

.how-it-works-header h2 {


  margin: 10px auto 30px;
  max-width: 700px;
  font-size: 22px;
  font-weight: 600;
}

.steps-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  background-color: #403885;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  color: #000;
  transition: transform 0.3s ease;
}
.step p{
  color: white;
}

.step:nth-child(2) {
  background-color: #b17c4e;
}

.step:nth-child(3) {
  background-color:#403885 ;
}

.step:hover {
  transform: translateY(-5px);
}

.step-number {
  background-color: #fff3e0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h3 {
  margin-bottom: 10px;
}
.reviews-section {
  padding: 60px 20px;
  text-align: center;
}

.reviews-section h2 {
  color: #d89b73;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 0 20px;
}

.review-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}


.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.contact section{
  background-color:#bfb8fd ;
}
.contact-card {
  background:#bfb8fd;
  font-size: 12px;
  color: #333;
  width: 200px;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.contact-card span {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}
.social {
  text-align: center;
  margin-top: 30px;
  color:#403885;
}

.social-icons img {
  width: 30px;
  margin: 10px;
}
.contact{
    background-color:  #bfb8fd;
    height: 633px;
}
.text-center{
    text-align: center;
    padding-top: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
    text-decoration-color: none;
    color:#403885;


}
.form{
    max-width: 700px;
    margin: 25px auto;
}
.form-input{
    margin: 14px 0;
    padding: 5px 3px;
    width: 100%;
    font-size: 19px;
    border: 2px solid black;
    border-radius: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.btn-dark{
    color: black;
    border: 2px solid black;
    border-radius: 4px;
}
.footer {
  background-color: black;
  color:white;
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left,
.footer-right {
  flex: 1 1 300px;
}
.ii{
  color: white;
}

.logo {
  width: 120px;
 
}

.contact-info h3{
  color: rgb(250, 213, 4);
}
.quick-links h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.contact-info p,
.quick-links ul li {
  margin: 6px 0;
  font-size: 14px;
}

.quick-links ul {
  list-style: none;
  padding: 0;
}

.quick-links ul li a {
  text-decoration: none;
  color: whitesmoke;
  transition: color 0.3s ease;
}

.quick-links ul li a:hover {
  color:rgb(238, 9, 219);
}

.social-iconss a {
  color:#403885;
  margin-right: 1px;
  font-size: 10px;
  transition: color 0.3s;
 

}
.social-iconss tt{
  height: 11px;
  width: 48px;
}
.social-iconss a:hover {
  color: black;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 13px;
  color:white;
}
.logooo{
    width: 110px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: black;
    border-radius: 5px;
    display: flex;
}

.firstHalf{
    background-color: #403885;
    padding: 10pxpx;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration-color: none;
    color:white;
    font-size: 30px;
    font-style: calc(Tahoma);
}
@media (max-width:768px){
  .firstHalf {
     background-color: #403885;
      padding: 10pxpx;
      width: 100%;
      height: 50px;
      justify-content: center;
      align-items: center;
      text-align: center;
      text-decoration-color: none;
      color: white;
      font-size: 18px;
      font-style: calc(Tahoma);
}
}
.Half{
    background-color: white;
    margin: 10pxpx;
    width: 1500px;
    height: 30px;

    text-decoration-color: none;
    color:#403885;
    font-size: 30px;
    text-align: center;
}
.secondHalf{
    padding: 40px;
    display: flex;
    justify-content: center;
    
    
}
.secRight{
    margin-bottom: 10pxpx;
    padding: 10pxpx;
    justify-content: flex-end;
    justify-items: flex-end;
    text-align: end;
}

.thirdHalf{
    padding:10pxpx;
    
    text-align: justify;
}
.thirdHalf p{
  font-size: 15px;
  margin-left: 15px;
}
.as{
  color:#403885
}
h4{
  align-items: center;
  justify-content: center;
  text-align: center;
}
.j{
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about{
   align-items: center;
  justify-content: center;
  text-align: center;
  color: #403885;
}
.ico{
  display: flex;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5em;
    margin: 2em 0;
    text-align: center;
    justify-content: space-evenly;
}
.ico img{
   width: 40px;
    height: 40px;
    margin-bottom: 0.5em;
}

.s{
  text-align: center;
  color: blue;
}
.top-bar {
  background-color: #fff;
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}

.left-contact i,
.right-icons i {
  margin-right: 8px;
  color: #f57c00;
}

.right-icons i {
  margin-left: 10px;
  color: #333;
  cursor: pointer;
}

.right-icons i:hover {
  color: #f57c00;
}

/* Navbar */
.main-navbar {
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  padding: 15px 40px;
}

.logo img {
  height: 45px;
  margin-right: 40px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 10px;
  display: inline-block;
}

.nav-menu li a:hover {
  color: #f57c00;
}

.nav-menu li a.highlight {
  color: #f57c00;
}

.flag-icon {
  width: 20px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #333;
  min-width: 180px;
  border-radius: 4px;
  z-index: 1000;
}

.dropdown-menu li {
  display: block;
}

.dropdown-menu li a {
  padding: 10px 15px;
  display: block;
  color: white;
}

.dropdown-menu li a:hover {
  background-color: #444;
}

/* Active dropdown */
.nav-menu li.show .dropdown-menu {
  display: block;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px;
  border-radius: 5px;
  border-color: #403885;
}

.logo img {
  height: 50px;
  width: 30px;
}

.subtitle {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  color:  #403885;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #403885;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
   background-color: #efb8fd;
}

.contact-btn {
  background-color: #403885;
  color: white;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: rgb(238, 9, 219);
}
.nav-menuu{
  color: black;
 font-size: 30px;
  cursor: pointer;
  display: none;
}
 .menu-toggle {
   display: none;
   color: #2e2e8f;
 }
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #fff;
    width: 200px;
    padding: 10px 0;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
    color: #2e2e8f;
  }
    .contact-btn {
      background-color: #403885;
      color: white;
      padding: 4px 10px;
      text-decoration: none;
      border-radius: 2px;
      font-weight: bold;
      font-size: 10px;
      transition: background-color 0.3s ease;
    }
  
    .contact-btn:hover {
      background-color: rgb(238, 9, 219);
    }
}
.slider{
  height: 250px;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
  overflow: hidden;

}
.slide-track{
  display: flex;
  width: calc(250px * 18);
  animation: scroll 40s linear infinite;
}
.slide-track:hover{
  animation-play-state: paused;
}
@keyframes scroll {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 9));
  }
}
.slide{
  height: 200px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}
img{
  width: 100%;
  transition: transform 1s;

}
img:hover{
  transform: translateZ(20px);
}
.slider::before,
.slider::after{
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,
  rgba(255,255,255,0)100%);
  content: '';
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;

}
.slider::before{
  left: 0;
  top: 0;
}
.slider::after{
  right: 0;
  top: 0;
  transform: rotateZ('180deg');
}
.pp{
  font-size: 15px;
  margin-left: 12px;
}
.ccc{
  font-size: 15px;
  margin-left: 12px;
  
}
.ooo {
  background-color: #003366;
  color: white;
  font-size: 25px;
  padding: 3px;
  text-align: center;
}

.team-containerr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 20px;
}

.ccard {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 300px;
  text-align: center;
  padding: 20px;
}

.ccard img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ccard h2 {
  margin-top: 15px;
  font-size: 22px;
}

.ccard .title {
  font-size: 18px;
  color: #555;
  margin: 10px 0;
}
.main-wrapper {
      max-width: 960px;
      margin: 20px auto;
      padding: 20px;
      background-color: #ffffff;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .primary-title, .secondary-title {
      color: #003366;
      text-align: center;
    }

    .emphasis-text {
      color: green;
      font-weight: bold;
    }

    .illustration-img {
      display: block;
      margin: 20px auto;
      max-width: 100%;
    }
    .important-note {
      font-style: italic;
      color: #444;
      background-color: #fdfdfd;
      border-left: 4px solid #007BFF;
      padding: 10px;
      margin-top: 20px;
    }

    ul.cleaning-benefits {
      padding-left: 20px;
      margin: 10px 0;
    }

    ul.cleaning-benefits li {
      margin-bottom: 5px;
    }
     .contact-container {
      background: white;
      margin: auto;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      width: 400px;
    }

    h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    input, textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 14px;
    }

    textarea {
      resize: vertical;
      height: 100px;
    }

    .captcha-box {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .captcha-text {
      background: #f0f0f0;
      font-weight: bold;
      font-size: 20px;
      padding: 10px 20px;
      border: 1px solid #ccc;
      letter-spacing: 3px;
      margin-right: 10px;
    }

    button {
      width: 100%;
      padding: 10px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }

    button:hover {
      background: #0056b3;
    }

    .message {
      text-align: center;
      margin-top: 10px;
      font-weight: bold;
    }
    .imh{
      height: 200px;
      width: 1300px;
    }
    .custom-image {
            width: 1343px;
            height: 300px;
            background-image: url('tyr.jpeg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
    }
        @media (max-width: 600px) {
          .custom-image{
          width: 100%;
            height: 200px;
            background-image: url('tyr.jpeg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

          }
        }
    .map-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px;
      max-width: 1200px;
      margin: auto;
      background-color: #cce4fc;
    }

    .info-box {
      flex: 1;
      padding-right: 40px;
    }

    .info-box h1 {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .info-box p {
      font-size: 16px;
      line-height: 1.6;
    }

    .india-map-wrapper {
      flex: 1;
      position: relative;
    }

    .india-map-wrapper img {
      width: 100%;
      height: 250px;
      border-radius: 5px;
    }

    .map-location {
      position: absolute;
      width: 200px;
      color: white;
    }

    .map-location::before {
      content: '';
      width: 14px;
      height: 14px;
      background: orange;
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 6px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .location-line {
      border-left: 2px dotted orange;
      height: 60px;
      margin-left: 5px;
      margin-bottom: 8px;
    }

    .location-delhi {
      top: 20%;
      left: 45%;
    }

    .location-mumbai {
      top: 43%;
      left: 41%;
    }
     .custom-imagee {
            width: 1344px;
            height: 340px;
            background-image: url('vvvv.jpeg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
    }
       
        /* Smaller screen padding */
        @media (max-width: 450px) {
          .custom-imagee {
            width: 100%;
              height: 200px;
              background-image: url('vvvv.jpeg');
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
          }
        }
    .career-section {
      padding: 15px 9px;
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .career-section h1 {
      font-size: 40px;
      margin-bottom: 10px;
      color:  #403885;
    }

    .career-section p {
      font-size: 18px;
      color: #555;
      margin-bottom: 40px;
    }

    .job-card {
      background: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      margin-bottom: 20px;
      text-align: left;
      transition: 0.3s;
      cursor: pointer;
      overflow: hidden;
    }

    .job-header {
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .job-header h3 {
      margin: 0;
      font-size: 22px;
    }

    .toggle-btn {
      font-size: 24px;
      color: #007bff;
      transition: transform 0.3s;
    }

    .job-description {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
      font-size: 16px;
      color: #444;
    }

    .job-card.active .job-description {
      padding: 20px;
      max-height: 600px;
    }

    .job-card.active .toggle-btn {
      transform: rotate(45deg);
    }

    .apply-btn {
      margin-top: 40px;
      padding: 14px 28px;
      font-size: 16px;
      background: linear-gradient(135deg, #007bff, #00c6ff);
      color: #fff;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
      transition: background 0.3s;
    }

    .apply-btn:hover {
      background: linear-gradient(135deg, #0056b3, #0099cc);
    }

    @media (max-width: 768px) {
      .career-section h1 {
        font-size: 32px;
      }

      .job-header h3 {
        font-size: 18px;
      }

      .job-description {
        font-size: 15px;
      }
    }