.elementor-38684 .elementor-element.elementor-element-7f296c2{--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-38684 .elementor-element.elementor-element-03bcaa8{--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-38684 .elementor-element.elementor-element-1265e1d{--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-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-38684 .elementor-element.elementor-element-6c7ec70 .elementor-button{background-color:var( --e-global-color-458e8bd );font-family:"Georgia", Sans-serif;font-size:20px;font-weight:500;word-spacing:10px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-radius:10px 10px 10px 10px;}.elementor-38684 .elementor-element.elementor-element-6c7ec70 > .elementor-widget-container{margin:0px 0px 60px 0px;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.section-title { font-family: "Georgia", serif; font-size: 40px; font-weight: 600; color: #3570CA; text-align: center; padding: 60px 0 24px; line-height: 1.3; }
.section-desc { font-size: 20px; color: #000; line-height: 1.8; margin-bottom: 40px; }
.cta-wrap { text-align: center; padding: 40px 0 60px; }
.cta-btn { display: inline-block; font-family: "Georgia", serif; font-size: 20px; font-weight: 500; color: #fff; background: #3570CA; padding: 14px 52px; border-radius: 10px; text-decoration: none; cursor: pointer; transition: opacity .2s; box-shadow: 0 4px 16px rgba(53,112,202,.25); }
.cta-btn:hover { opacity: .85; }
.choose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 60px; }
.choose-card { background: #f7f9fd; border-left: 4px solid #3570CA; border-radius: 10px; padding: 28px 28px 24px; }
.choose-card h3 { font-family: "Georgia", serif; font-size: 20px; font-weight: 600; color: #3570CA; margin-bottom: 14px; }
.choose-card ul { list-style: none; padding: 0; }
.choose-card ul li { font-size: 20px; color: #000; padding: 4px 0 4px 18px; position: relative; line-height: 1.6; }
.choose-card ul li::before { content: ">"; position: absolute; left: 0; color: #3570CA; font-weight: 700; }
.custom-images-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.custom-images-row img { width: 100%; border-radius: 10px; display: block; object-fit: cover; aspect-ratio: 16/9; }
.custom-features { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 48px; }
.feature-card { background: #f7f9fd; border-radius: 10px; padding: 20px 14px; display: flex; flex-direction: column; gap: 10px; border-top: 3px solid #3570CA; min-width: 0; }
.feature-card .f-icon { font-size: 26px; line-height: 1; }
.feature-card h4 { font-family: "Georgia", serif; font-size: 16px; font-weight: 600; color: #3570CA; line-height: 1.3; word-break: break-word; }
.feature-card p { font-size: 15px; color: #000; line-height: 1.55; }
.process-title { font-family: "Georgia", serif; font-size: 20px; font-weight: 600; color: #3570CA; margin-bottom: 24px; text-align: center; }
.process-row { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: center; max-width: 900px; margin: 0 auto; padding-bottom: 60px; }
.process-step { display: flex; flex-direction: column; align-items: center; flex: 1; position: relative; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 20px; left: 60%; width: 80%; height: 2px; background: #3570CA; opacity: .3; z-index: 0; }
.p-num { width: 40px; height: 40px; background: #3570CA; color: #fff; border-radius: 50%; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; margin-bottom: 10px; flex-shrink: 0; }
.p-label { font-size: 15px; color: #000; text-align: center; line-height: 1.4; padding: 0 6px; }
.cases-section { background: #f0f4fb; padding: 0 0 20px; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 0; }
.case-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; min-width: 0; }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(53,112,202,.15); }
.case-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.case-card-title { font-family: "Georgia", serif; font-size: 18px; font-weight: 600; color: #000; padding: 12px 16px 14px; line-height: 1.4; }
.faq-section { background: #fff; padding-bottom: 20px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border-radius: 10px; overflow: hidden; border: 1.5px solid #e0e8f5; transition: border-color .2s; }
.faq-item.open-item { border-color: #3570CA; }
.faq-question { width: 100%; background: #fff; border: none; cursor: pointer; text-align: left; padding: 18px 24px; display: flex; align-items: center; gap: 14px; font-family: "Georgia", serif; font-size: 20px; font-weight: 600; color: #000; line-height: 1.4; transition: background .15s, color .15s; }
.faq-question:hover { background: #f0f4fb; }
.faq-question.active { background: #fff; color: #3570CA; }
.faq-question.active .faq-num { background: #3570CA; color: #fff; }
.faq-question.active .faq-icon { background: #3570CA; color: #fff; transform: rotate(45deg); }
.faq-num { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: #e8effe; color: #3570CA; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; transition: background .15s, color .15s; }
.faq-q-text { flex: 1; }
.faq-icon { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #3570CA; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform .25s, background .15s, color .15s; line-height: 1; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s ease; padding: 0 24px 0 70px; font-size: 20px; color: #000; line-height: 1.75; background: #f7f9fd; }
.faq-answer.open { max-height: 300px; padding: 16px 24px 20px 70px; }
@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .section-title { font-size: 26px; }
  .choose-grid { grid-template-columns: 1fr; }
  .custom-images-row { grid-template-columns: 1fr; }
  .custom-features { grid-template-columns: repeat(2, 1fr); }
  .process-row { flex-direction: column; align-items: center; gap: 20px; }
  .process-step::after { display: none; }
  .cases-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-answer { padding-left: 24px; }
  .faq-answer.open { padding-left: 24px; }
}/* End custom CSS */