.dolor {
  background: linear-gradient(135deg, #0891b2, #65a30d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* section 2 */

.why-section {
  padding: 80px 20px;
  /* background: #f8fafc; */
}

.why-container {
  max-width: 1400px;
  margin: 50px auto;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.section-title .highlight {
  background: linear-gradient(135deg, #0891b2, #65a30d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 16px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.feats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.feat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.feat-card h4{
  color: #6b7280;
}
.feat-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0891b2, #06b6d4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(8, 145, 178, 0.25);
  transition: all 0.3s ease;
}

.feat-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(8, 145, 178, 0.35);
}

.feat-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}

/* copy */
.feat-iconn {
  width: 80px;
  height: 80px;
  /* background: linear-gradient(135deg, #0891b2, #06b6d4); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  /* box-shadow: 0 8px 25px rgba(8, 145, 178, 0.25); */
  transition: all 0.3s ease;
}

.feat-iconn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(8, 145, 178, 0.35);
}








.feat-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.feat-title:hover {
  color: #398fc5; 
  cursor: pointer; 
}

.feat-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 280px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .section-title {
    font-size: 32px;
  }

  .feats-grid {
    gap: 35px;
  }

  .feat-icon {
    width: 70px;
    height: 70px;
  }

  .feat-icon svg {
    width: 28px;
    height: 28px;
  }

  .feat-iconn {
    width: 70px;
    height: 70px;
  }

  .feat-iconn svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .feats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 50px;
  }

  .feat-card {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 26px;
  }

  .section-description {
    font-size: 14px;
  }

  .feat-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .feat-icon svg {
    width: 26px;
    height: 26px;
  }

  .feat-iconn {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .feat-iconn svg {
    width: 26px;
    height: 26px;
  }

  .feat-title {
    font-size: 13px;
  }

  .feats-grid {
    gap: 35px;
  }
}





/* Focus styles for accessibility */
.feat-card:focus {
  outline: 2px solid #0891b2;
  outline-offset: 4px;
  border-radius: 8px;
}

/* section 3 */
.mission-section {
  /* background: #f8fafc; */
  padding: 60px 20px;
}

.mission-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  max-width: 1400px;
  margin: 50px auto;
  border-radius: 16px;
  overflow: hidden;
}

/* Left Images Section */
.mission-images {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-placeholder {
  background: #e2e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.image-large {
  height: 280px;
  flex: 1;
}

.image-large img {
  max-width: 500px;
  height: 550px;
  width: 100%;
  padding: 20px;
  border-radius: 30px;
}

/* Right Content Section */
.mission-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.mission-title .highlight {
  color: #22d3ee;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 18px;
  color: #4b5563;
  line-height: 1.5;
}

.mission-item:last-child {
  margin-bottom: 0;
}

.mission-check {
  width: 20px;
  height: 20px;
  background: #22d3ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.mission-check::after {
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.mission-text {
  flex: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {


  .mission-images,
  .mission-content {
    padding: 35px;
  }

  .mission-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {


  .mission-container {
    grid-template-columns: 1fr;
  }

  .mission-images {
    order: 2;
    padding: 30px;
    flex-direction: row;
    gap: 15px;
  }

  .mission-content {
    order: 1;
    padding: 30px;
  }

  .image-large {
    height: 200px;
    flex: 2;
  }



  .mission-title {
    font-size: 26px;
  }

  .mission-description {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {


  .mission-images,
  .mission-content {
    padding: 25px 20px;
  }

  .mission-images {
    flex-direction: column;
    gap: 12px;
  }

  .image-large {
    height: 180px;
  }

.image-large img{
  height: auto;
}

  .mission-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .mission-description {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .mission-item {
    font-size: 13px;
    margin-bottom: 14px;
    gap: 10px;
  }

  .mission-check {
    width: 18px;
    height: 18px;
  }

  .mission-check::after {
    font-size: 11px;
  }
}

/* section 6 */

.services-section {
  padding: 60px 20px;
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section-title .highlight {
  color: #10b981;
}

.section-description {
  font-size: 16px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: white;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

/* Orange card icon */
.service-card.orange .service-icon {
  background: #f97316;
}

/* Green card icon */
.service-card.green .service-icon {
  background: #10b981;
}

/* Blue card icon */
.service-card.blue .service-icon {
  background: #3b82f6;
}

.service-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-description {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #1a1a1a;
  gap: 10px;
}

.service-link::after {
  content: "→";
  font-size: 13px;
  transition: transform 0.3s ease;
}

.service-link:hover::after {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 1024px) {


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

  .services-grid {
    gap: 25px;
  }
}

@media (max-width: 768px) {


  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .service-icon {
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {


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

  .section-description {
    font-size: 14px;
  }

  .service-card {
    padding: 25px 18px;
  }

  .service-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
  }

  .service-title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .service-descr {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .service-link {
    font-size: 12px;
  }
}







