.elementor-241 .elementor-element.elementor-element-daf9694{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:space-around;--align-items:center;--gap:0px 0px;--background-transition:0.3s;}.elementor-241 .elementor-element.elementor-element-7c75368{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:space-around;--align-items:center;--gap:0px 0px;--background-transition:0.3s;}.elementor-241 .elementor-element.elementor-element-5686cc7{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:space-around;--align-items:center;--gap:0px 0px;--background-transition:0.3s;}.elementor-241 .elementor-element.elementor-element-6ce05fd > .elementor-widget-container{margin:-60px 0px 0px 0px;}.elementor-241 .elementor-element.elementor-element-cf7c703{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:space-around;--align-items:center;--gap:0px 0px;--background-transition:0.3s;--margin-block-start:24px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-241 .elementor-element.elementor-element-90e005c > .elementor-widget-container{margin:0px 0px 13px 0px;padding:0px 0px 0px 0px;}.elementor-241 .elementor-element.elementor-element-db426fc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:space-around;--align-items:stretch;--gap:0px 0px;--background-transition:0.3s;--margin-block-start:-69px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;}.elementor-241 .elementor-element.elementor-element-db426fc, .elementor-241 .elementor-element.elementor-element-db426fc::before{--border-transition:0.3s;}.elementor-241 .elementor-element.elementor-element-db426fc.e-con{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}@media(max-width:767px){.elementor-241 .elementor-element.elementor-element-6ce05fd > .elementor-widget-container{margin:-22px 0px 0px 0px;padding:-5px 0px 0px 0px;}}@media(min-width:768px){.elementor-241 .elementor-element.elementor-element-daf9694{--content-width:100%;}.elementor-241 .elementor-element.elementor-element-7c75368{--content-width:100%;}.elementor-241 .elementor-element.elementor-element-5686cc7{--content-width:100%;}.elementor-241 .elementor-element.elementor-element-cf7c703{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-bfa6f0a */.topland-sectors {
  padding: 80px 20px;
  color: #333;
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.topland-sectors .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

.section-subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.5s;
}

.intro-subtitle {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.7s;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: -20px;
}

.sector {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeSlide 1.2s ease forwards;
  text-align: center;
}

.sector:nth-child(1) { animation-delay: 0.9s; }
.sector:nth-child(2) { animation-delay: 1.2s; }
.sector:nth-child(3) { animation-delay: 1.5s; }
.sector:nth-child(4) { animation-delay: 1.8s; }

.sector:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.sector-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #0b3d91;
  transition: transform 0.4s ease;
}

.sector:hover .sector-icon {
  transform: scale(1.2) rotate(5deg);
}

.sector h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0b3d91;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.sector ul {
  text-align: left;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.sector ul li {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.sector ul li::before {
  content: "•";
  color: #0b3d91;
  position: absolute;
  left: 0;
}

/* Animation Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* IntersectionObserver Animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  .intro-subtitle {
    text-align: left;
    padding: 0 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ce05fd */.topland-sectors {
  padding: 80px 20px;
  color: #333;
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.topland-sectors .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

.section-subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.5s;
}

.intro-subtitle {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.7s;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: -20px;
}

.sector {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeSlide 1.2s ease forwards;
  text-align: center;
}

.sector:nth-child(1) { animation-delay: 0.9s; }
.sector:nth-child(2) { animation-delay: 1.2s; }
.sector:nth-child(3) { animation-delay: 1.5s; }
.sector:nth-child(4) { animation-delay: 1.8s; }

.sector:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.sector-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #0b3d91;
  transition: transform 0.4s ease;
}

.sector:hover .sector-icon {
  transform: scale(1.2) rotate(5deg);
}

.sector h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0b3d91;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.sector ul {
  text-align: left;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.sector ul li {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.sector ul li::before {
  content: "•";
  color: #0b3d91;
  position: absolute;
  left: 0;
}

/* Animation Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* IntersectionObserver Animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  .intro-subtitle {
    text-align: left;
    padding: 0 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90e005c */.topland-sectors {
  padding: 80px 20px;
  color: #333;
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.topland-sectors .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

.section-subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.5s;
}

.intro-subtitle {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.7s;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: -20px;
}

.sector {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeSlide 1.2s ease forwards;
  text-align: center;
}

.sector:nth-child(1) { animation-delay: 0.9s; }
.sector:nth-child(2) { animation-delay: 1.2s; }
.sector:nth-child(3) { animation-delay: 1.5s; }
.sector:nth-child(4) { animation-delay: 1.8s; }

.sector:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.sector-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #0b3d91;
  transition: transform 0.4s ease;
}

.sector:hover .sector-icon {
  transform: scale(1.2) rotate(5deg);
}

.sector h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0b3d91;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.sector ul {
  text-align: left;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.sector ul li {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.sector ul li::before {
  content: "•";
  color: #0b3d91;
  position: absolute;
  left: 0;
}

/* Animation Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* IntersectionObserver Animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  .intro-subtitle {
    text-align: left;
    padding: 0 20px;
  }
}/* End custom CSS */