/* ===== Section Styling ===== */
.website-maintenance {
  background: linear-gradient(to bottom, #fbbd08, #fff9e5);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.web-main-img {
  position: relative;
  top: -100px;
}

/* ===== Title ===== */
.maintenance-title {
  position: relative;
  top: -120px;
  font-family: "Times New Roman", Times, serif;
  font-size: 4rem;
  font-weight: 900;
  color: #333;
  z-index: 1;
  text-align: center;
}

/* ===== Text ===== */
.maintenance-text {
  font-size: 22px;
  line-height: 1.7;
  color: #222;
  z-index: 1;
  position: relative;
  text-align: left;
  padding: 10px 20px;
}

/* ===== Spider Image ===== */
.website-maintenance .spider-img {
  max-width: 280px;
  margin-top: -40px;
  margin-left: -340px;
}

/* ===== Illustration ===== */
.we-understand img {
  max-width: 450px;
  height: auto;
  z-index: 1;
  position: relative;
}

/* ===== Responsive Design ===== */

/* Extra Small Devices (Mobile Phones): max-width 576px */
@media (max-width: 576px) {
  .website-maintenance {
    flex-direction: column;
    padding: 20px 10px;
  }

  .website-maintenance .maintenance-title {
    font-size: 2rem;
    top: -40px;
  }

  .website-maintenance .maintenance-text {
    font-size: 1rem;
    text-align: center;
    padding: 10px;
  }

  .website-maintenance .web-main-img {
    top: -20px;
  }

  .website-maintenance .spider-img {
    max-width: 150px;
    margin: 10px auto 0 auto;
    display: none;
  }

  .website-maintenance .we-understand img {
    max-width: 250px;
  }
}

/* Small Devices (Tablets): min-width 577px and max-width 768px */
@media (min-width: 577px) and (max-width: 768px) {
  .website-maintenance .maintenance-title {
    font-size: 2.5rem;
    top: -200px;
  }

  .website-maintenance .maintenance-text {
    font-size: 1.1rem;
    text-align: center;
  }

  .website-maintenance .spider-img {
    max-width: 200px;
    margin: 0 auto;
    display: none;
  }

  .website-maintenance .we-understand img {
    max-width: 320px;
  }
}

/* Medium Devices (Small Laptops): min-width 769px and max-width 992px */
@media (min-width: 769px) and (max-width: 992px) {
  .website-maintenance .maintenance-title {
    font-size: 3rem;
  }

  .website-maintenance .maintenance-text {
    font-size: 1.2rem;
  }

  .website-maintenance .spider-img {
    max-width: 240px;
    margin-left: -100px;
    display: none;
  }

  .website-maintenance .we-understand img {
    max-width: 380px;
  }
}

/* Large Devices (Desktops): min-width 993px and max-width 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
  .website-maintenance .maintenance-title {
    font-size: 3.5rem;
  }

  .website-maintenance .maintenance-text {
    font-size: 1.3rem;
  }

  .website-maintenance .spider-img {
    max-width: 260px;
    margin-left: -150px;
  }

  .website-maintenance .we-understand img {
    max-width: 420px;
  }
}


.our-strengths-section {
  background-color: #fffdf9;
  position: relative;
  overflow: hidden;
}

.our-strengths-section .section-title {
  font-size: 45px;
  font-weight: 400;
  color: #222;
}

.our-strengths-section .strengths-img {
  left: -100px;
  width: 80%;
  height: auto;
}

.our-strengths-section .strengths-list strong {
  font-weight: 700;
}


.our-strengths-section .strengths-list li {
  display: inline;
  margin-bottom: 1.5rem;
  font-size: 26px;
  line-height: 1.6;
  color: #222;
}


.our-strengths-section .strengths-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  line-height: 1.4;
}

/* ===================================================== */
/* 📱 Extra Small Devices (Mobile Phones) */
/* max-width: 576px */
/* ===================================================== */
@media (max-width: 576px) {
  .our-strengths-section {
    padding: 15px;
  }

  .our-strengths-section .section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .our-strengths-section .strengths-img {
    margin-left: -100px;
    max-width: 400px;
  }

  .our-strengths-section .strengths-list strong {
    font-size: 18px;
  }

  .our-strengths-section .strengths-list li {
    display: block;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 1rem;
  }

  .our-strengths-section .strengths-list li::before {
    font-size: 14px;
    left: 40px;
  }
}

/* ===================================================== */
/* 💻 Small Devices (Tablets) */
/* min-width: 577px and max-width: 768px */
/* ===================================================== */
@media (min-width: 577px) and (max-width: 768px) {
  .our-strengths-section {
    padding: 50px 25px;
  }

  .our-strengths-section .section-title {
    font-size: 34px;
  }

  .our-strengths-section .strengths-img {
    width: 90%;
    max-width: 400px;
  }

  .our-strengths-section .strengths-list strong {
    font-size: 20px;
  }

  .our-strengths-section .strengths-list li {
    display: block;
    font-size: 17px;
    margin-bottom: 1rem;
  }

  .our-strengths-section .strengths-list li::before {
    font-size: 16px;
    left: 0;
  }
}

/* ===================================================== */
/* 🖥️ Medium Devices (Small Laptops) */
/* min-width: 769px and max-width: 992px */
/* ===================================================== */
@media (min-width: 769px) and (max-width: 992px) {
  .our-strengths-section {
    padding: 60px 40px;
  }

  .our-strengths-section .section-title {
    font-size: 40px;
  }

  .our-strengths-section .strengths-img {
    width: 85%;
    max-width: 450px;
  }

  .our-strengths-section .strengths-list strong {
    font-size: 22px;
  }

  .our-strengths-section .strengths-list li {
    font-size: 18px;
  }
}

/* ===================================================== */
/* 🖥️ Large Devices (Desktops) */
/* min-width: 993px and max-width: 1200px */
/* ===================================================== */
@media (min-width: 993px) and (max-width: 1200px) {
  .our-strengths-section {
    padding: 70px 60px;
  }

  .our-strengths-section .section-title {
    font-size: 42px;
  }

  .our-strengths-section .strengths-img {
    width: 75%;
    max-width: 480px;
  }

  .our-strengths-section .strengths-list strong {
    font-size: 24px;
  }

  .our-strengths-section .strengths-list li {
    font-size: 20px;
  }
}

.our-expertise {
  background-color: #fff;
}

.our-expertise .section-title{
  font-size: 45px;
  font-weight: 400;
  color: #444;
  max-width: 100%;
  margin: 0 auto;
}

.our-expertise .section-subtitle {
  font-size: 20px;
  color: #000000;
  max-width: 100%;
  margin: 0 auto;
}

.our-expertise strong {
  font-size: 30px;
}

.our-expertise .expertise-card {
  padding: 25px 25px;
  border-radius: 12px;
  color: white;
  font-size: 24px;
  margin-bottom: 1.2rem;
  text-align: left;
  font-weight: 400;
}

/* Color variations */
.our-expertise .bg-blue {
  background: #49b6f5;
}

.our-expertise .bg-purple {
  background: linear-gradient(90deg, #7c4dff, #7986cb);
}

.our-expertise .bg-navy {
  background: #1c3e65;
}

.our-expertise .bg-green {
  background: #00b894;
}

.our-expertise .bg-yellow {
  background: #f6b93b;
  color: #333;
}

/* ===================================================== */
/* 📱 Extra Small Devices (Mobile Phones) */
/* max-width: 576px */
/* ===================================================== */
@media (max-width: 576px) {
  .our-expertise {
    padding: 30px 10px;
  }

  .our-expertise .section-title {
    font-size: 26px;
  }

  .our-expertise .section-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .our-expertise strong {
    font-size: 18px;
  }

  .our-expertise .expertise-card {
    font-size: 15px;
    padding: 15px;
    text-align: left;
  }
}

/* ===================================================== */
/* 💻 Small Devices (Tablets) */
/* min-width: 577px and max-width: 768px */
/* ===================================================== */
@media (min-width: 577px) and (max-width: 768px) {
  .our-expertise {
    padding: 40px 20px;
  }

  .our-expertise .section-title {
    font-size: 32px;
  }

  .our-expertise .section-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .our-expertise strong {
    font-size: 20px;
  }

  .our-expertise .expertise-card {
    font-size: 17px;
    padding: 18px;
  }
}

/* ===================================================== */
/* 🖥️ Medium Devices (Small Laptops) */
/* min-width: 769px and max-width: 992px */
/* ===================================================== */
@media (min-width: 769px) and (max-width: 992px) {
  .our-expertise {
    padding: 50px 40px;
  }

  .our-expertise .section-title {
    font-size: 38px;
  }

  .our-expertise .section-subtitle {
    font-size: 19px;
  }

  .our-expertise strong {
    font-size: 24px;
  }

  .our-expertise .expertise-card {
    font-size: 20px;
    padding: 22px;
  }
}

/* ===================================================== */
/* 🖥️ Large Devices (Desktops) */
/* min-width: 993px and max-width: 1200px */
/* ===================================================== */
@media (min-width: 993px) and (max-width: 1200px) {
  .our-expertise {
    padding: 60px 60px;
  }

  .our-expertise .section-title {
    font-size: 42px;
  }

  .our-expertise .section-subtitle {
    font-size: 20px;
  }

  .our-expertise strong {
    font-size: 26px;
  }

  .our-expertise .expertise-card {
    font-size: 21px;
    padding: 25px;
  }
}
.why-choose-us {
  background-color: #fff;
}

.why-choose-us h2 {
  font-size: 45px;
  font-weight: 400;
  color: #222;
}

.why-choose-us .why-list {
  padding-left: 1rem;
  line-height: 1.7;
  color: #222;
}

.why-choose-us .why-list strong {
  margin-bottom: 1rem;
  list-style-type: disc;
  display: inline;
  font-size: 22px;
  font-weight: 400;
}

.why-choose-us .why-list li {
  margin-bottom: 1rem;
  list-style-type: disc;
  display: inline;
  font-size: 22px;
  font-weight: 400;
}

.why-choose-us .why-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  line-height: 1.4;
}

/* Responsive Image */
.why-choose-us .img-fluid {
  max-width: 100%;
  height: auto;
}

/* ===================================================== */
/* 📱 Extra Small Devices (Mobile Phones) */
/* max-width: 576px */
/* ===================================================== */
@media (max-width: 576px) {
  .why-choose-us {
    padding: 30px 10px;
  }

  .why-choose-us h2 {
    font-size: 26px;
  }

  .why-choose-us .why-list li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .why-choose-us .why-list strong {
    font-size: 18px;
  }

  .why-choose-us .img-fluid {
    max-width: 100%;
    margin-top: 15px;
  }

  .why-choose-us .why-list li::before {
    left: 10px;
    font-size: 14px;
  }
}

/* ===================================================== */
/* 💻 Small Devices (Tablets) */
/* min-width: 577px and max-width: 768px */
/* ===================================================== */
@media (min-width: 577px) and (max-width: 768px) {
  .why-choose-us {
    padding: 40px 20px;
  }

  .why-choose-us h2 {
    font-size: 32px;
  }

  .why-choose-us .why-list li {
    font-size: 18px;
  }

  .why-choose-us .why-list strong {
    font-size: 20px;
  }

  .why-choose-us .img-fluid {
    max-width: 90%;
    margin-top: 25px;
  }
}

/* ===================================================== */
/* 🖥️ Medium Devices (Small Laptops) */
/* min-width: 769px and max-width: 992px */
/* ===================================================== */
@media (min-width: 769px) and (max-width: 992px) {
  .why-choose-us {
    padding: 50px 40px;
  }

  .why-choose-us h2 {
    font-size: 38px;
  }

  .why-choose-us .why-list li {
    font-size: 20px;
  }

  .why-choose-us .why-list strong {
    font-size: 22px;
  }

  .why-choose-us .img-fluid {
    max-width: 85%;
  }
}

/* ===================================================== */
/* 🖥️ Large Devices (Desktops) */
/* min-width: 993px and max-width: 1200px */
/* ===================================================== */
@media (min-width: 993px) and (max-width: 1200px) {
  .why-choose-us h2 {
    font-size: 42px;
  }

  .why-choose-us .why-list li {
    font-size: 21px;
  }

  .why-choose-us .why-list strong {
    font-size: 23px;
  }

  .why-choose-us .img-fluid {
    max-width: 90%;
  }
}




.how-it-works {
  background-color: #fff;
}

.how-it-works h2 {
  font-size: 45px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}

.how-it-works .how-list {
  line-height: 1.8;
  color: #222;
  padding-left: 1.5rem;
}

.how-it-works .how-list li {
  list-style-type: disc;
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}

.how-it-works .how-list strong {
  font-size: 26px;
  font-weight: 600;
}

.how-it-works img {
  max-width: 1000px;
  height: auto;
  position: relative;
  z-index: 1;
}

/* ===================================================== */
/* 📱 Extra Small Devices (Mobile Phones) */
/* max-width: 576px */
/* ===================================================== */
@media (max-width: 576px) {
  .how-it-works {
    padding: 40px 10px;
  }

  .how-it-works h2 {
    font-size: 26px;
  }

  .how-it-works .how-list {
    padding-left: 1rem;
  }

  .how-it-works .how-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .how-it-works .how-list strong {
    font-size: 18px;
  }

  .how-it-works img {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* ===================================================== */
/* 💻 Small Devices (Tablets) */
/* min-width: 577px and max-width: 768px */
/* ===================================================== */
@media (min-width: 577px) and (max-width: 768px) {
  .how-it-works {
    padding: 50px 20px;
  }

  .how-it-works h2 {
    font-size: 32px;
  }

  .how-it-works .how-list li {
    font-size: 18px;
  }

  .how-it-works .how-list strong {
    font-size: 20px;
  }

  .how-it-works img {
    max-width: 90%;
    margin-top: 25px;
  }
}

/* ===================================================== */
/* 🖥️ Medium Devices (Small Laptops) */
/* min-width: 769px and max-width: 992px */
/* ===================================================== */
@media (min-width: 769px) and (max-width: 992px) {
  .how-it-works {
    padding: 60px 40px;
  }

  .how-it-works h2 {
    font-size: 38px;
  }

  .how-it-works .how-list li {
    font-size: 20px;
  }

  .how-it-works .how-list strong {
    font-size: 22px;
  }

  .how-it-works img {
    max-width: 85%;
    margin-top: 30px;
  }
}

/* ===================================================== */
/* 🖥️ Large Devices (Desktops) */
/* min-width: 993px and max-width: 1200px */
/* ===================================================== */
@media (min-width: 993px) and (max-width: 1200px) {
  .how-it-works h2 {
    font-size: 42px;
  }

  .how-it-works .how-list li {
    font-size: 21px;
  }

  .how-it-works .how-list strong {
    font-size: 23px;
  }

  .how-it-works img {
    max-width: 900px;
  }
}

