.elementor-392 .elementor-element.elementor-element-12df599{--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-392 .elementor-element.elementor-element-4e8912d{--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-392 .elementor-element.elementor-element-3ac5211{--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-392 .elementor-element.elementor-element-4c57dea{--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-392 .elementor-element.elementor-element-552ead6{--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-392 .elementor-element.elementor-element-ff20777{--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-392 .elementor-element.elementor-element-92686ee{--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;}body.elementor-page-392:not(.elementor-motion-effects-element-type-background), body.elementor-page-392 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-35784e3 *//* =========================
   INSIGHTS SECTION
========================= */

.insights-section{
  padding:120px 20px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

/* HEADER */

.insights-header{
  max-width:700px;
  margin-bottom:80px;
}

.insights-header h2{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:18px;
}

.insights-header p{
  font-size:18px;
  color:#475569;
  line-height:1.6;
}

/* GRID */

.insights-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:80px;
  align-items:start;
}

/* CATEGORY */

.insight-category{
  font-size:12px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#2563eb;
  display:inline-block;
  margin-bottom:16px;
}

/* FEATURED CARD */

.insight-featured{
  background:#ffffff;
  padding:50px;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(15,23,42,.06);
  border:1px solid rgba(37,99,235,.05);
  transition:all .35s ease;
}

.insight-featured:hover{
  transform:translateY(-6px);
  box-shadow:0 40px 100px rgba(37,99,235,.12);
}

.insight-featured h3{
  font-size:30px;
  font-weight:600;
  margin-bottom:18px;
  line-height:1.3;
  color:#0f172a;
}

.insight-featured p{
  font-size:16px;
  color:#475569;
  margin-bottom:28px;
  line-height:1.7;
}

.insight-date{
  font-size:14px;
  color:#64748b;
}

/* RIGHT LIST */

.insight-list{
  display:flex;
  flex-direction:column;
  gap:40px;
}

.insight-item{
  padding-bottom:25px;
  border-bottom:1px solid #e2e8f0;
  transition:.25s ease;
}

.insight-item:last-child{
  border-bottom:none;
}

.insight-item h4{
  font-size:20px;
  font-weight:600;
  margin:12px 0 10px;
  color:#0f172a;
  transition:.2s ease;
}

.insight-item:hover h4{
  color:#2563eb;
}

.insight-item:hover{
  transform:translateX(6px);
}

/* =========================
   MOBILE OPTIMISATION
========================= */

@media(max-width:1100px){

  .insights-grid{
    grid-template-columns:1fr;
    gap:60px;
  }

  .insight-featured{
    padding:40px;
  }

}

@media(max-width:700px){

  .insights-section{
    padding:80px 20px;
  }

  .insights-header{
    margin-bottom:50px;
  }

  .insights-header h2{
    font-size:28px;
  }

  .insights-header p{
    font-size:15px;
  }

  .insight-featured{
    padding:30px;
    border-radius:18px;
  }

  .insight-featured h3{
    font-size:20px;
  }

  .insight-featured p{
    font-size:14px;
  }

  .insight-item h4{
    font-size:17px;
  }

  .insight-date{
    font-size:12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-733eeef *//* =========================
   TOOLS / CAPABILITIES SECTION
========================= */

.tools-section{
  background:#f3f8ff;
  padding:120px 20px;
}

.tools-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:70px;
  align-items:center;
}

/* LEFT TEXT */

.tools-text h2{
  font-size:36px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:25px;
  line-height:1.2;
}

.tools-text p{
  font-size:17px;
  color:#475569;
  margin-bottom:18px;
  max-width:520px;
  line-height:1.6;
}

/* RIGHT GRID */

.tool-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.tool-card{
  background:#ffffff;
  padding:35px 25px;
  border-radius:22px;
  text-align:center;
  border:1px solid rgba(37,99,235,.05);
  box-shadow:0 20px 50px rgba(30,58,138,.06);
  transition:all .35s ease;
}

.tool-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(37,99,235,.15);
}

/* ICON STYLE */

.tool-icon{
  width:64px;
  height:64px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(37,99,235,.05);
  color:#2563eb;
  transition:.3s ease;
}

.tool-icon svg{
  width:26px;
  height:26px;
}

.tool-card:hover .tool-icon{
  background:#2563eb;
  color:#ffffff;
}

/* TITLE */

.tool-card h4{
  font-size:15px;
  font-weight:600;
  color:#1e3a8a;
  line-height:1.4;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){
  .tools-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .tools-text p{
    margin-left:auto;
    margin-right:auto;
  }

  .tool-cards{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:650px){

  .tools-section{
    padding:90px 20px;
  }

  .tools-text h2{
    font-size:26px;
  }

  .tools-text p{
    font-size:15px;
  }

  .tool-cards{
    grid-template-columns:1fr;
  }

  .tool-card{
    padding:30px 20px;
  }

  .tool-icon{
    width:56px;
    height:56px;
  }

  .tool-icon svg{
    width:22px;
    height:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68390cf *//* =========================
   ENTERPRISE PROGRAMME SECTION
========================= */

.programme-section{
  background:#ffffff;
  padding:140px 20px;
  position:relative;
}

.programme-header{
  margin-bottom:70px;
  max-width:820px;
}

.programme-header h2{
  font-size:38px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:16px;
}

.programme-header p{
  font-size:17px;
  color:#475569;
  line-height:1.6;
}

/* GRID */

.programme-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
}

/* CARDS */

.programme-card{
  padding:55px;
  border-radius:30px;
  position:relative;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(15,23,42,.06);
  border:1px solid rgba(37,99,235,.05);
  transition:all .35s ease;
}

.programme-card:hover{
  transform:translateY(-10px);
  box-shadow:0 40px 100px rgba(37,99,235,.12);
}

/* BACKGROUNDS */

.programme-blue{
  background:#eef4ff;
}

.programme-beige{
  background:#f7f3ea;
}

/* TITLES */

.programme-card h3{
  font-size:24px;
  margin-bottom:25px;
  color:#1e3a8a;
  font-weight:600;
}

/* LIST */

.programme-card ul{
  list-style:none;
  margin-bottom:35px;
}

.programme-card li{
  margin-bottom:14px;
  font-size:15px;
  color:#334155;
  position:relative;
  padding-left:26px;
}

.programme-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:8px;
  height:8px;
  background:#2563eb;
  border-radius:50%;
}

/* BUTTONS */

.programme-btn{
  display:inline-block;
  padding:14px 30px;
  border-radius:16px;
  font-weight:600;
  font-size:14px;
  text-decoration:none;
  background:#2563eb;
  color:#ffffff;
  transition:.25s ease;
  box-shadow:0 20px 40px rgba(37,99,235,.25);
}

.programme-btn:hover{
  background:#1d4ed8;
  transform:translateY(-3px);
}

.programme-btn.secondary{
  background:#1e3a8a;
}

.programme-btn.secondary:hover{
  background:#162c63;
}

/* =========================
   SCROLL ANIMATION
========================= */

.fade-up{
  opacity:0;
  transform:translateY(40px);
  transition:all .8s ease;
}

.fade-up.active{
  opacity:1;
  transform:translateY(0);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

  .programme-section{
    padding:100px 20px;
  }

  .programme-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .programme-card{
    padding:40px;
  }

  .programme-header h2{
    font-size:30px;
  }

  .programme-header p{
    font-size:15px;
  }
}

@media(max-width:600px){

  .programme-card{
    padding:30px;
    border-radius:22px;
  }

  .programme-card h3{
    font-size:20px;
  }

  .programme-card li{
    font-size:14px;
  }

  .programme-btn{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fdcae4 *//* SECTION */
.omni-faq {
  background: #ffffff;
  padding: 120px 6vw;
  color: #0f172a;
}

/* CONTAINER */
.faq-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.faq-header {
  text-align: center;
  margin-bottom: 72px;
}

.faq-eyebrow {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.faq-header h2 {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.2;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ITEM */
.faq-item {
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 26px 28px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* ICON */
.faq-icon {
  width: 32px;
  height: 32px;
  background: #e2e8f0;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

/* ANSWER (GRID METHOD — NO CUTTING) */
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
  padding: 0 28px;
}

.faq-answer > div {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

/* ACTIVE STATE */
.faq-item.active {
  background: #f1f5f9;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
  padding: 0 28px 26px;
}

.faq-item.active .faq-icon {
  background: #0ea5e9;
  color: #ffffff;
  transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 900px) {
  .omni-faq {
    padding: 90px 24px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding: 20px;
    font-size: 15.5px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 22px;
  }
}


@media (max-width: 900px) {

  /* FAQ item container */
  .faq-item {
    padding: 0;
  }

  /* Question button */
  .faq-question {
    align-items: flex-start; /* 🔑 allow multi-line text */
    gap: 12px;
    line-height: 1.5;
    white-space: normal;     /* 🔑 allow wrapping */
  }

  /* Question text */
  .faq-question span:not(.faq-icon),
  .faq-question {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Icon stays top-right */
  .faq-icon {
    flex-shrink: 0;
    margin-top: 2px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1fb89e *//* CTA SECTION */
.omni-cta {
  position: relative;
  min-height: 420px;
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  padding: 80px 24px;
}

/* DARK OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(2,6,23,0.72),
    rgba(2,6,23,0.88)
  );
}

/* CONTENT */
.cta-content {
  position: relative;
  max-width: 720px;
  text-align: center;
  z-index: 1;
  animation: fadeUp 0.8s ease both;
}

/* EYEBROW */
.cta-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 22px;
  color: #e5e7eb;
}

/* HEADING */
.cta-content h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 22px;
}

/* TEXT */
.cta-content p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* BUTTON */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0ea5e9;
  color: #ffffff;
  padding: 15px 38px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(14,165,233,0.45);
}

/* SUBTLE ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE OPTIMISATION */
@media (max-width: 768px) {

  .omni-cta {
    min-height: auto;
    padding: 90px 22px;
  }

  .cta-content h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .cta-content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 34px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
    padding: 15px 0;
  }
}/* End custom CSS */