/* .backend-development {
  background: linear-gradient(to bottom, #2466c5, #ffffff);
  padding: 60px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.backend-development .title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #194ca1;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;
}

.backend-development .illustration {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .backend-development .title {
    font-size: 2rem;
    text-align: center;
  }

  .backend-development .row {
    flex-direction: column-reverse;
  }

  .backend-development {
    padding: 40px 20px;
  }
} */

.backend-development {
  background: linear-gradient(to bottom, #2466c5, #ffffff);
  padding: 20px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.backend-development .title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #194ca1;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;
}

.backend-development .illustration {
  max-width: 100%;
  height: auto;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .backend-development {
    padding: 40px 15px;
    text-align: center;
  }

  .backend-development .title {
    font-size: 1.6rem;
  }
}

/* Small Devices (min-width: 577px and max-width: 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .backend-development {
    padding: 40px 20px;
  }

  .backend-development .title {
    font-size: 2rem;
    text-align: center;
  }
}

/* Medium Devices (min-width: 769px and max-width: 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .backend-development .title {
    font-size: 2.4rem;
  }
}

/* Large Devices (min-width: 993px and max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .backend-development .title {
    font-size: 2.6rem;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .backend-development .title {
    font-size: 2.8rem;
  }
}


/* .backend-architecture {
  padding: 60px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #014eb9;
  margin-bottom: 20px;
}

.architecture-list {
  list-style: none;
  padding-left: 0;
}

.architecture-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #333;
}

.architecture-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.architecture-img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .backend-architecture .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .backend-architecture .section-title {
    margin-top: 30px;
  }
} */

.backend-architecture {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #014eb9;
  margin-bottom: 20px;
}

.architecture-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.architecture-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #333;
}

.architecture-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.architecture-img {
  max-width: 100%;
  height: auto;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .backend-architecture {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .architecture-list li {
    font-size: 1rem;
  }
}

/* Small Devices (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .backend-architecture {
    padding: 50px 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .architecture-list li {
    font-size: 1.05rem;
  }
}

/* Medium Devices (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }

  .architecture-list li {
    font-size: 1.08rem;
  }
}

/* Large Devices (993px to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .section-title {
    font-size: 2.4rem;
  }

  .architecture-list li {
    font-size: 1.1rem;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .section-title {
    font-size: 2.5rem;
  }
}


/* .server-technologies {
  padding: 60px 0;
  background-color: #ffffff;
}

.tech-img {
  max-width: 100%;
  height: auto;
}

.tech-list-box {
  background-color: #2a5fbf;
  padding: 30px 40px;
  border-radius: 20px;
  color: white;
}

.tech-list {
  list-style: none;
  padding-left: 0;
}

.tech-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
}

.tech-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
}

@media (max-width: 768px) {
  .server-technologies .row {
    flex-direction: column;
    text-align: center;
  }

  .tech-list-box {
    margin-top: 30px;
  }
} */

.server-technologies {
  padding: 60px 0;
  background-color: #ffffff;
}

.tech-img {
  max-width: 100%;
  height: auto;
}

.tech-list-box {
  background-color: #2a5fbf;
  padding: 30px 40px;
  border-radius: 20px;
  color: white;
}

.tech-list {
  list-style: none;
  padding-left: 0;
}

.tech-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
}

.tech-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .tech-list-box {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .tech-list li {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

/* Small Devices (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .tech-list-box {
    padding: 25px 20px;
  }

  .tech-list li {
    font-size: 1rem;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* Medium Devices (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .tech-list li {
    font-size: 1.05rem;
  }

  .section-title {
    font-size: 2.2rem;
  }
}

/* Large Devices (993px to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .tech-list li {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 2.3rem;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .tech-list li {
    font-size: 1.15rem;
  }

  .section-title {
    font-size: 2.5rem;
  }
}

/* .database-management {
  padding: 60px 0;
  background-color: #ffffff;
}

.db-img {
  max-width: 100%;
  height: auto;
}

.db-list-box {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 18px;
  padding: 30px;
  color: #000;
}

.db-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.db-title .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.db-list {
  list-style: none;
  padding-left: 0;
}

.db-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 1rem;
}

.db-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
}

@media (max-width: 768px) {
  .database-management .row {
    flex-direction: column;
    text-align: center;
  }

  .db-list-box {
    margin-bottom: 30px;
  }
} */

.database-management {
  padding: 20px;
  background-color: #ffffff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #014eb9;
  margin-bottom: 40px;
}

.db-img {
  max-width: 100%;
  height: auto;
}

.db-list-box {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 18px;
  padding: 30px;
  color: #000;
}

.db-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.db-title .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.db-list {
  list-style: none;
  padding-left: 0;
}

.db-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 1rem;
}

.db-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .section-title {
    font-size: 1.6rem;
  }

  .db-list-box {
    padding: 20px;
  }

  .db-title {
    justify-content: center;
  }

  .db-list li {
    font-size: 0.95rem;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .db-list-box {
    padding: 25px;
  }

  .db-title {
    font-size: 1.05rem;
  }

  .db-list li {
    font-size: 0.98rem;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .section-title {
    font-size: 2.3rem;
  }

  .db-title {
    font-size: 1.15rem;
  }

  .db-list li {
    font-size: 1.02rem;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .section-title {
    font-size: 2.4rem;
  }

  .db-title {
    font-size: 1.2rem;
  }

  .db-list li {
    font-size: 1.1rem;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .section-title {
    font-size: 2.5rem;
  }

  .db-title {
    font-size: 1.25rem;
  }

  .db-list li {
    font-size: 1.15rem;
  }
}


/* .API-Development {
  padding: 60px 0;
  background-color: #ffffff;
}

.api-img {
  max-width: 100%;
  height: auto;
}

.api-list-box {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 18px;
  padding: 30px;
  color: #000;
}

.api-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.api-title .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.api-list {
  list-style: none;
  padding-left: 0;
}

.api-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 1rem;
}

.api-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
}

@media (max-width: 768px) {
  .API-Development .row {
    flex-direction: column;
    text-align: center;
  }

  .api-list-box {
    margin-bottom: 30px;
  }
} */

.API-Development {
  padding: 60px 0;
  background-color: #ffffff;
}

.api-img {
  max-width: 100%;
  height: auto;
}

.api-list-box {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 18px;
  padding: 30px;
  color: #000;
}

.api-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.api-title .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.api-list {
  list-style: none;
  padding-left: 0;
}

.api-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 1rem;
}

.api-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .section-title {
    font-size: 1.6rem;
  }

  .api-list-box {
    padding: 20px;
    width: 95%;
    margin: auto;
  }

  .api-title {
    justify-content: center;
    font-size: 1rem;
  }

  .api-list li {
    font-size: 0.95rem;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .api-list-box {
    padding: 25px;
  }

  .api-title {
    font-size: 1.05rem;
  }

  .api-list li {
    font-size: 0.98rem;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .section-title {
    font-size: 2.3rem;
  }

  .api-title {
    font-size: 1.15rem;
  }

  .api-list li {
    font-size: 1.05rem;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .section-title {
    font-size: 2.4rem;
  }

  .api-title {
    font-size: 1.2rem;
  }

  .api-list li {
    font-size: 1.1rem;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .section-title {
    font-size: 2.5rem;
  }

  .api-title {
    font-size: 1.25rem;
  }

  .api-list li {
    font-size: 1.15rem;
  }
}


.feature-box {
    border: 2px solid #5C6BC0;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 450px;
  }

.feature-box h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-box ul {
  list-style: none;
  padding-left: 0;
}

/* Decorative blue quotes with line */
.feature-box::before {
    content: "❝";
    font-size: 30px;
    color: #5C6BC0;
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: #fff;
    padding: 0 8px;
}


.feature-box li::before {
  content: "●";
  color: #000;
  margin-right: 10px;
  font-size: 18px;
}

.feature-box li {
  margin-bottom: 10px;
  font-weight: 600;
}

.vector-image {
  max-width: 100%;
  height: auto;
}

.quote-style {
  font-size: 24px;
  color: #7b8dff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .vector-image {
    margin-top: 20px;
  }
}

.quote-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, #2362d1 80%, #174ba1 20%);
  color: white;
  padding: 40px 20px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.extra-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.quote-text {
  max-width: 40%;
  font-size: 16px;
  font-weight: 600;
}

.quote-image {
  max-width: 300px;
  height: auto;
}

/* Lamp */
.lamp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Lamp Shade */
.lamp-shade {
  top: 0px;
  width: 130px;
  height: 40px;
  background: #d4a853;
  clip-path: polygon(0% 100%, 25% 0%, 75% 0%, 100% 100%);
  margin: 0 auto;
}

/* Lamp Stand */
.lamp-stand {
  width: 4px;
  height: 260px;
  background: #cfcfcfa4;
  margin: 0 auto;
  position: relative;
  z-index: 0; /* Behind the light */
}
/* Light Beam */
/* .lamp-light {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 200px;
  background: rgba(255, 255, 255, 0.07);
  clip-path: polygon(17% 0%, 83% 0%, 100% 80%, 0% 80%);
} */

/* Lamp Light */
.lamp-light {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 220px;
  background: linear-gradient(to bottom, rgba(216, 15, 15, 0.12), rgba(0, 0, 0, 0));
  clip-path: polygon(22% 0%, 78% 0%, 100% 80%, 0% 80%);
  z-index: 4; /* In front of the stand */
  pointer-events: none;
}

@media (max-width: 768px) {
  .quote-section {
    flex-direction: column;
    text-align: center;
  }

  .quote-text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .lamp {
    display: none; /* Optional: hide lamp on small screens */
  }
}