.elementor-1812 .elementor-element.elementor-element-16271f5{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1812 .elementor-element.elementor-element-2443b0a{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1812 .elementor-element.elementor-element-2443b0a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1812 .elementor-element.elementor-element-c7e90b6{--display:flex;--margin-top:34px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1812 .elementor-element.elementor-element-c9e75ff{--display:flex;}.elementor-1812 .elementor-element.elementor-element-1e053e3{--display:flex;}.elementor-1812 .elementor-element.elementor-element-1adc4bc{--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:42px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1812 .elementor-element.elementor-element-1adc4bc:not(.elementor-motion-effects-element-type-background), .elementor-1812 .elementor-element.elementor-element-1adc4bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF5C2A;}@media(min-width:768px){.elementor-1812 .elementor-element.elementor-element-16271f5{--content-width:1600px;}.elementor-1812 .elementor-element.elementor-element-2443b0a{--width:101.379%;}.elementor-1812 .elementor-element.elementor-element-c7e90b6{--content-width:1600px;}.elementor-1812 .elementor-element.elementor-element-c9e75ff{--content-width:1600px;}.elementor-1812 .elementor-element.elementor-element-1e053e3{--content-width:1600px;}.elementor-1812 .elementor-element.elementor-element-1adc4bc{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c62dab0 *//* 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 html, class: .elementor-element-3596118 */.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: 36px;
  color: #1a3e8b;
  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: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-description {
    font-size: 0.95rem;
  }
}

.services-two-column {
  padding: 0px 20px;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.service-card-link {
  display: block;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  color: inherit;
}

.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 40px 30px;
  width: 100%;
  max-width: 500px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.service-card.highlighted {
  background-color: #ffffff;
}

.service-icon {
  text-align: center;
  margin-bottom: 20px;
}

.service-icon img {
  width: 48px;
  height: 48px;
}

.service-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a3e8c; /* Theme blue */
  text-align: center;
  margin-bottom: 25px;
}

.service-card.highlighted .service-title {
  color: #1a3e8c; /* Unified with theme blue */
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  margin: 10px 0;
  font-size: 1rem;
  color: #2f3640;
  display: flex;
  align-items: center;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.arrow {
  color: #ff5a2c;
  font-size: 1.2rem;
  margin-right: 10px;
  font-weight: bold;
}

.service-list li:hover {
  color: #1a3e8c;
}

@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-card-link {
    max-width: 100%; /* ✅ Ensure full width on mobile */
  }
  
  .service-card {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7732f77 *//* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@600&display=swap');

.work-process {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.work-process .section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #1a3e8b;
  margin-bottom: 10px;
  position: relative;
}

.work-process .section-header h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #f26b3a;
  margin: 10px auto 0;
  border-radius: 2px;
}

.work-process .section-header p {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.step {
  max-width: 220px;
  flex: 1 1 200px;
  background: transparent;
  position: relative;
}

.circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-color: #1a3e8b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.circle:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.step h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #1a3e8b;;
  margin-bottom: 10px;
}

.step p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.cta-button-wrapper {
  margin-top: 50px;
}

.cta-button {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background-color: #f26b3a;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #d95728;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .process-container {
    flex-direction: column;
  
    align-items: center;
  }

  .step {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b32c428 *//* ====== 6-D Process Section Styles ====== */
.six-d-process {
  background: linear-gradient(to bottom, #f8f9ff, #ffffff);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.six-d-process .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3e8b!important;
  margin-bottom: 60px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-box {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 0 10px;
  transition: transform 0.3s ease;
}

.process-box:hover {
  transform: translateY(-5px);
}

.process-number {
  font-size: 80px;
  font-weight: 700;
  color: rgba(17, 25, 54, 0.08);
  display: block;
  margin-bottom: 0px;
}

.process-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a3e8b!important;
  margin: 0 0 12px;
}

.process-desc {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #444;
}

/* ====== Responsive Design ====== */
@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .six-d-process .section-title {
    font-size: 28px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-box {
    padding: 0 5px;
  }

  .process-number {
    font-size: 48px;
  }

  .process-title {
    font-size: 18px;
  }

  .process-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-270d7bc *//* Fonts & Resets */
.project-cta {
  font-family: 'Open Sans', sans-serif;
  background-color: #FF5C2A; /* dark base for contrast */
  color: #ffffff;
  padding: 80px 20px;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #1a3e8b; /* warm yellow */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.cta-text-block {
  flex: 1 1 400px;
  padding: 40px;
  background-color: #1a3e8b;
}

.cta-text-block h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  color: white;
  margin-bottom: 20px;
}

.cta-text-block p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.cta-button:hover {
  background-color: #1e1e1e;
  color: white;
}

.cta-button .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;

}

.cta-button:hover .arrow {
  transform: translateX(5px);
}

.cta-image-block {
  flex: 1 1 500px;
  min-height: 300px;
}

.cta-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
  }
  .cta-text-block, .cta-image-block {
    flex: 1 1 100%;
    padding: 30px;
  }
  .cta-text-block h2 {
    font-size: 24px;
  }
  .cta-text-block p {
    font-size: 15px;
  }
}

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Lora:wght@700&display=swap');
/* Section Styling */
.flourish-section {
  background-color: #FF5C2A ; /* Dark background */
  color: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.flourish-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

/* Left Column - Heading */
.flourish-text-left {
  flex: 1 1 45%;
}

.flourish-text-left h2 {
  font-size: 3rem;
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

/* Right Column - Paragraph */
.flourish-text-right {
  flex: 1 1 50%;
}

.flourish-text-right p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #f5f5f5;
}

/* Responsive (Mobile First) */
@media (max-width: 768px) {
  .flourish-container {
    flex-direction: column;
    text-align: center;
  }

  .flourish-text-left, .flourish-text-right {
    flex: 1 1 100%;
  }

  .flourish-text-left h2 {
    font-size: 1.8rem;
  }

  .flourish-text-right p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1adc4bc */.elementor-1812 .elementor-element.elementor-element-1adc4bc {
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  width: 100vw;
}/* End custom CSS */