.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-6800 .elementor-element.elementor-element-4c96dca{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-6800 .elementor-element.elementor-element-edd4c40{--display:flex;--min-height:600px;--border-radius:25px 25px 25px 25px;}.elementor-6800 .elementor-element.elementor-element-edd4c40:not(.elementor-motion-effects-element-type-background), .elementor-6800 .elementor-element.elementor-element-edd4c40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F8FA;}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-6800 .elementor-element.elementor-element-8acb7ad{--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;}.elementor-6800 .elementor-element.elementor-element-8718af2{--display:flex;}.elementor-6800 .elementor-element.elementor-element-8acd98d{--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;--margin-top:050px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-6800 .elementor-element.elementor-element-f6daad1{--display:flex;--min-height:600px;--border-radius:25px 25px 25px 25px;}.elementor-6800 .elementor-element.elementor-element-f6daad1:not(.elementor-motion-effects-element-type-background), .elementor-6800 .elementor-element.elementor-element-f6daad1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F8FA;}.elementor-6800 .elementor-element.elementor-element-80dc4cd > .elementor-widget-container{border-radius:25px 25px 25px 25px;}.elementor-6800 .elementor-element.elementor-element-d0282d3{--display:flex;--min-height:100px;--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-6800 .elementor-element.elementor-element-43216de{--display:flex;}.elementor-6800 .elementor-element.elementor-element-b09e4d8{--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;}.elementor-6800 .elementor-element.elementor-element-7b1f6ee{--display:flex;--border-radius:25px 25px 25px 25px;}.elementor-6800 .elementor-element.elementor-element-7b1f6ee:not(.elementor-motion-effects-element-type-background), .elementor-6800 .elementor-element.elementor-element-7b1f6ee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C2D48;}.elementor-6800 .elementor-element.elementor-element-c0a09d3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eaafe73 */.thph-hero-section {
  padding: 100px 20px;
  background-color: #f9f9f9;
  font-family: 'Inter', sans-serif; /* THPH Default Typo */
  color: #012169;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.two-column-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-image {
  flex: 1 1 50%;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.hero-content {
  flex: 1 1 50%;
  max-width: 540px;
}

.hero-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #0C2D48;
  font-family: 'Inter', sans-serif;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #4f5b66;
  font-family: 'Inter', sans-serif;
}

.thph-button {
  background-color: #0C2D48;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.thph-button:hover {
  background-color: #012169;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-title {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .two-column-hero {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .two-column-hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-content,
  .hero-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .thph-button {
    padding: 12px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcf6394 *//* SECTION CONTAINER */
.thph-engineer-benefits {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: var(--default-typo, "Inter", sans-serif);
}

/* SECTION HEADING */
.thph-section-title {
  text-align: left;
  font-size: 2.5rem;
  color: #0C2D48;
  margin-bottom: 40px;
  font-weight: 700;
}

/* GRID SYSTEM: 2 Columns on Desktop, 1 on Mobile */
.thph-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .thph-benefit-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD DESIGN */
.thph-benefit-card {
  background-color: #f5f8fa;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thph-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* ICON STYLE */
.thph-icon {
  font-size: 2.25rem;
  margin-bottom: 15px;
  color: #0C2D48;
}

/* CARD TITLE */
.thph-benefit-card h3 {
  font-size: 1.25rem;
  color: #0C2D48;
  margin-bottom: 10px;
  font-weight: 600;
}

/* CARD PARAGRAPH */
.thph-benefit-card p {
  font-size: 1rem;
  color: #4B4B4B;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80dc4cd *//* SECTION BASE */
.thph-services-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: var(--default-typo, "Inter", sans-serif);
  
}

/* HEADING */
.thph-services-heading {
  text-align: center;
  font-size: 2.5rem;
  color: #0C2D48;
  margin-bottom: 50px;
  font-weight: 700;
}

/* GRID LAYOUT */
.thph-service-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* CARD STYLING */
.thph-service-card {
  background-color: #ffff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.thph-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* CARD CONTENT */
.thph-service-card h3 {
  font-size: 1.25rem;
  color: #0C2D48;
  margin-bottom: 12px;
  font-weight: 600;
}

.thph-service-card p {
  font-size: 1rem;
  color: #4B4B4B;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96c4013 *//* SECTION CONTAINER */
.thph-how-it-works {
  width: 100%; /* Full-Width Container */
  padding: 60px 20px;
  font-family: var(--default-typo, "Inter", sans-serif);
  background-color: #ffffff;
}

/* SECTION HEADING */
.thph-how-it-works .thph-section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #0C2D48;
  margin-bottom: 50px;
  font-weight: 700;
}

/* GRID LAYOUT: 3 Columns on Desktop, 1 Column on Mobile */
.thph-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .thph-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* STEP CARD STYLING */
.thph-step-card {
  background-color: #f5f8fa;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.thph-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* STEP NUMBER STYLE */
.thph-step-number {
  font-size: 2rem;
  font-weight: 700;
  color: #0077B6; /* THPH accent color */
  margin-bottom: 15px;
  text-align: center;
}

/* STEP TITLE */
.thph-step-card h3 {
  font-size: 1.5rem;
  color: #0C2D48;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

/* STEP DESCRIPTION */
.thph-step-card p {
  font-size: 1rem;
  color: #4B4B4B;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc472fa */.thph-cta-section {
  background-color: #0C2D48; /* Dark brand background */
  color: #ffffff; /* White text */
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  border-radius: 12px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.cta-heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.cta-subtext {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ffffff;
}

.cta-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #ffffff;
  color: #0C2D48;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #f0f0f0;
}/* End custom CSS */