/* Section Background */
.modern-web-section {
  background: linear-gradient(to bottom, #4db8ff, #ffffff);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Responsive Container Height */
.modern-web-section-in {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

/* Title Styling */
.web-title {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a73e8;
  line-height: 1.3;
}

/* Image Styling */
.modern-img {
  max-width: 100%;
  height: auto;
}

/* Background if needed elsewhere */
.web-landscape {
  background-color: #ffffff;
}

/* Responsive Breakpoints */
@media (min-width: 576px) {
  .web-title {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .modern-web-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .web-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .modern-web-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .modern-web-section-in {
    min-height: 100vh;
  }
  .web-title {
    font-size: 4rem;
  }
}

/* Title Styling */
.section-title {
  color: #2265bc;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 576px) {
  .section-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
    text-align: left;
  }
}

/* Landscape List */
.landscape-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.landscape-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 1.3rem;
  line-height: 1;
}

/* Responsive list sizing */
@media (min-width: 576px) {
  .landscape-list li {
    font-size: 1.1rem;
    padding-left: 2.5rem;
  }

  .landscape-list li::before {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .landscape-list li {
    font-size: 1.2rem;
    padding-left: 3rem;
  }

  .landscape-list li::before {
    font-size: 1.7rem;
  }
}

/* Dev List Items */
.dev-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.dev-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 1.2rem;
}

/* Responsive tweaks */
@media (min-width: 576px) {
  .dev-list li {
    font-size: 1.1rem;
    padding-left: 2.5rem;
  }

  .dev-list li::before {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .dev-list li {
    font-size: 1.2rem;
    padding-left: 3rem;
  }

  .dev-list li::before {
    font-size: 1.6rem;
  }
}

.framework-box {
  border: 2px solid #1a73e8;
  border-radius: 15px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.framework-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.framework-list li::before {
  content: "○";
  position: absolute;
  left: 0;
  color: black;
}

.framework-list li.selected {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.framework-list li.selected::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 1.7rem;
  line-height: 1;
}

/* Responsive Adjustments */

@media (max-width: 575.98px) {
  .framework-list li {
    font-size: 1rem;
    padding-left: 1.5rem;
  }

  .framework-box {
    padding: 1rem;
    max-width: 100%;
  }
}

.architecture-box {
  border: 2px solid #1a73e8;
  border-radius: 15px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.architecture-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.architecture-list li::before {
  content: "○";
  position: absolute;
  left: 0;
  color: black;
}

.architecture-list li.selected {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.architecture-list li.selected::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 1.7rem;
  line-height: 1;
}

.backend-wrapper {
  border: 2px solid #1a73e8;
  border-radius: 15px;
  padding: 1.5rem;
}

.backend-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;

}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid black;
}

.filled {
  background-color: black;
  font-size: 1.2rem;
  font-weight: 500;
}

.backend-img {
  max-width: 100%;
  height: auto;
}

.db-box,
.api-box {
  border: 2px solid #1a73e8;
  border-radius: 16px;
}

.db-box h5,
.api-box h5 {
  font-weight: 800;
}

ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
}

/* Connector Lines */
.connector-line-horizontal {
  position: absolute;
  top: 50px; /* Adjust vertically as needed */
  left: 32%;
  width: 18%;
  height: 2px;
  background-color: #1a73e8;
  z-index: 1;
}

.connector-line-vertical {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 2px;
  height: 40px; /* Adjust height to reach image */
  background-color: #1a73e8;
  z-index: 1;
}

.connector-line-horizontal-2 {
  position: absolute;
  top: 280px; /* Adjust vertically as needed */
  left: 65.444%;
  width: 10%;
  height: 2px;
  background-color: #1a73e8;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .vertical-step-line {
    width: 2px;
    height: 100px;
    background-color: #1a73e8;
    margin: 1rem auto;
  }
}

.backend-performance{
  border: 2px solid #1a73e8;
  border-radius: 15px;
  padding: 1.5rem;
}

.front-endsec, 
.front-endper,
.back-endsec,
.back-endper {
  font-weight: 800;
}

.feature-box {
  border: 2px solid #1a73e8;
  border-radius: 15px;
  padding: 1.5rem;
}

.note {
  background-color: #226ec4;
}

.note p {
  font-size: 1.3rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .note p {
    width: 90%;
    margin: 2px auto;
  }
}