.elementor-1813 .elementor-element.elementor-element-4d28dba{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1813 .elementor-element.elementor-element-148b403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1813 .elementor-element.elementor-element-2ce1467{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1813 .elementor-element.elementor-element-ddd7625{--display:flex;}.elementor-1813 .elementor-element.elementor-element-629d3b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1813 .elementor-element.elementor-element-f68e73c{--display:flex;}.elementor-1813 .elementor-element.elementor-element-0b59d8f{--display:flex;}.elementor-1813 .elementor-element.elementor-element-d76ba18{--display:flex;}.elementor-1813 .elementor-element.elementor-element-27fcb7ea{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-12px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1813 .elementor-element.elementor-element-27fcb7ea:not(.elementor-motion-effects-element-type-background), .elementor-1813 .elementor-element.elementor-element-27fcb7ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1813 .elementor-element.elementor-element-169252cb{--display:flex;--min-height:0px;--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;--flex-wrap-mobile:wrap;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:-23px;--margin-right:-1px;}.elementor-1813 .elementor-element.elementor-element-5aeb2c66 > .elementor-widget-container{margin:0px -117px 0px -118px;}.elementor-1813 .elementor-element.elementor-element-43382e5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:9px;--margin-bottom:0px;--margin-left:0px;--margin-right:-6px;}.elementor-1813 .elementor-element.elementor-element-43382e5d:not(.elementor-motion-effects-element-type-background), .elementor-1813 .elementor-element.elementor-element-43382e5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1813 .elementor-element.elementor-element-582a1f0d > .elementor-widget-container{margin:64px 0px 0px 0px;}@media(min-width:768px){.elementor-1813 .elementor-element.elementor-element-148b403{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-2ce1467{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-ddd7625{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-629d3b9{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-f68e73c{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-0b59d8f{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-d76ba18{--content-width:1600px;}.elementor-1813 .elementor-element.elementor-element-27fcb7ea{--content-width:1554px;}.elementor-1813 .elementor-element.elementor-element-169252cb{--width:75%;}.elementor-1813 .elementor-element.elementor-element-43382e5d{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-159faed *//* Swiper container full height */
.hero-swiper {
  width: 100%;
  height: 100vh;
}

/* Hero Section Styling */
.hero-section {
  position: relative;
  width: 100%;
  height: 90%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  max-width: 900px;
}

.hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: white;
}

.hero-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.btn {
  font-family: 'Poppins', sans-serif;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.primary-btn {
  background-color: #0088cc;
  color: white;
}

.primary-btn:hover {
  background-color: #006fa8;
}

.secondary-btn {
  background-color: #ff5a36;
  color: white;
}

.secondary-btn:hover {
  background-color: #e04929;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.75rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4d28dba */.elementor-1813 .elementor-element.elementor-element-4d28dba {
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  width: 100vw;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5258720 */.services-section {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.services-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #1a3e8b !important;  
  margin-bottom: 10px;
  position: relative;
}

.services-section .title-underline {
  width: 60px;
  height: 4px;
  background: #f26b3a;
  margin: 0px auto 0;
  margin-bottom: 10px;
  border-radius: 2px;
}

.services-section .section-description {
  max-width: 800px;
  margin: 0 auto 0px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem !important;
  }

  .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-description {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a11ca13 *//* Global styles */
.service-section {
  padding: 0px 20px;
  background-color: #f9fbfd;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #1a3e8b !important;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #4a5568;
  font-size: 1rem;
  margin-bottom: 60px !important;
}

/* Grid layout */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1600px;
  margin: 0 auto;
}

/* Card styling */
.service-card {
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.service-card:hover {
  border-top: 4px solid #fb923c;
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.service-card .icon {
  font-size: 28px;
  color: #0088cc;
  margin-bottom: 15px;
}

.service-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #1a202c;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Different background colors for each card */
.service-card:nth-child(1) {
  background-color: #e9f2ff;
}
.service-card:nth-child(2) {
  background-color: #e6f7f5;
}
.service-card:nth-child(3) {
  background-color: #eeeafd;
}
.service-card:nth-child(4) {
  background-color: #ffede9;
}
.service-card:nth-child(5) {
  background-color: #fff8e6;
}
.service-card:nth-child(6) {
  background-color: #f1f5f9;
}
.service-card:nth-child(7) {
  background-color: #e8f1fd;
}
.service-card:nth-child(8) {
  background-color: #e6f7f5;
}

/* Responsive tweaks */
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .service-card {
    padding: 20px;
  }
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9acf8a *//* Typography */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@600&display=swap');

.framework-section {
  padding: 4rem 1rem;
  background: #f9fbfc;
  font-family: 'Open Sans', sans-serif;
  color: #1f2d3d;
}

.framework-section .section-title {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 2.5rem !important;
  font-weight: 800;
  color: #1a3e8b;
  margin-bottom: 0.5rem;
}

.framework-section .section-title span {
  color: #ff5722; /* Accent Color */
}

.framework-section .section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: auto;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.step-number {
  background-color: #1a3e8b;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
  margin-top:-0.3rem; /* Aligns with heading */
}

.step-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: bold !important;
  margin-bottom: 0.5rem;
  color: #1a3e8b;
}

.step-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

/* Mobile-first responsiveness */
@media (max-width: 768px) {
  .step {
    flex-direction: column;
    gap: 1rem;
  }

  .framework-section .section-title {
    font-size: 1.5rem;
  }

  .step-number {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .step-content h3 {
    font-size: 1rem;
  }

  .step-content p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS *//* Force remove top spacing caused by Astra header */
body.elementor-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove default spacing from first Elementor section */
.elementor-section.elementor-top-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 30px !important; /* adjust visually */
}

/* Fix Astra's main header bar padding */
.main-header-bar {
  margin-top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Optional: Prevent transparent header issues */
.elementor-header-transparent ~ .elementor-section.elementor-top-section {
  margin-top: 0 !important;
  padding-top: 60px !important;
}/* End custom CSS */