.elementor-3738 .elementor-element.elementor-element-5bcabde{text-align:center;color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:40px;font-weight:300;}.elementor-3738 .elementor-element.elementor-element-5bcabde > .elementor-widget-container{margin:5% 5% 5% 5%;}.elementor-3738 .elementor-element.elementor-element-fbc82cc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3738 .elementor-element.elementor-element-fbc82cc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3738 .elementor-element.elementor-element-7533c01{margin-top:50px;margin-bottom:50px;}:root{--page-title-display:none;}/* Start custom CSS *//* SECTION */
.section-scope {
  padding: 60px 0;

  text-align: center
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;

}

/* GRID */
.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;

}

/* CARD */
.scope-card {
  background: #155fa0;
  color: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.scope-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.scope-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.6);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: rgba(255,255,255,0.1);
}

/* TITLE */
.scope-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold
}

/* TEXT */
.scope-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* LIST */
.scope-card ul {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 18px;
}

/* LINK */
.scope-card a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.scope-card a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .scope-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .scope-grid {
    grid-template-columns: 1fr;
  }
}





/*SLIDERR*/
.custom-slider {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  box-sizing: border-box;
}

.content {
  flex: 1;
}

.image {
  flex: 1;
}

.image img {
  width: 100%;
  border-radius: 8px;
}

.date {
  color: #888;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.desc {
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

/* Navigation */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #eee;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Dots */
.dots {
  text-align: center;
  margin-top: 10px;
}

.dots span {
  height: 8px;
  width: 8px;
  margin: 0 4px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: #007bff;
}

/* Responsive */
@media (max-width: 768px) {
  .slide {
    flex-direction: column;
  }
}/* End custom CSS */