

/*Hero Intro Section*/
.cloud-section {
  background: #f0f4f8;
  padding: 4rem 2rem;
  font-family: 'Segoe UI', sans-serif;
}

.cloud-container {
  max-width: 1200px;
  margin: auto;
}

.cloud-content h2 {
  font-size: 2.4rem;
  color: #1e3a8a;
  margin-bottom: 1rem;
  text-align: center;
}

.cloud-content > p {
  font-size: 1.1rem;
  color: #475569;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  line-height: 1.7;
}

.cloud-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.feature-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h3 {
  color: #0f172a;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.feature-card p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}


/*Why Cloud*/
.cloud-explanation {
  background-color: #ffffff;
  padding: 4rem 2rem;
}

.cloud-explanation-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.cloud-text {
  flex: 1;
  min-width: 300px;
}

.cloud-text h2 {
  font-size: 2rem;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.cloud-text p {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.cloud-text ul {
  list-style: none;
  padding: 0;
}

.cloud-text ul li {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.2rem;
}

.cloud-image {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.cloud-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


/*Cloud Insight*/
.cloud-insight-section {
  background: #e0f2fe;
  padding: 5rem 2rem;
}

.cloud-insight-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}

.cloud-insight-text {
  flex: 1;
  min-width: 300px;
}

.cloud-insight-text h2 {
  font-size: 2.2rem;
  color: #0c4a6e;
  margin-bottom: 1rem;
}

.cloud-insight-text p {
  font-size: 1.1rem;
  color: #334155;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.insight-points {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.point {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.point span {
  font-size: 1.8rem;
  color: #0ea5e9;
}

.point h4 {
  font-size: 1.1rem;
  margin: 0 0 0.3rem 0;
  color: #0f172a;
}

.point p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}

.cloud-insight-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.cloud-insight-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}



/*Modern Buisness*/
.cloud-split-section {
  padding: 4rem 2rem;
  background-color: #f1f5f9;
}

.cloud-split-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.cloud-split-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.cloud-split-image img {
  width: 100%;
  max-width: 550px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.cloud-split-content {
  flex: 1;
  min-width: 300px;
}

.cloud-split-content h2 {
  font-size: 2rem;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.cloud-split-content p {
  font-size: 1.1rem;
  color: #475569;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cloud-split-content ul {
  list-style: none;
  padding: 0;
}

.cloud-split-content ul li {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 0.75rem;
  padding-left: 1.2rem;
  position: relative;
}
