.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === CTA Buttons (scoped) === */
#cta-duo .cta-buttons{
  display:flex; flex-wrap:wrap; gap:20px;
  justify-content:center; align-items:center;
  margin-top:40px;
}

/* Enquire button — NAVY BG, YELLOW TEXT */
#cta-duo .btn-enquire{
  background:#1E2C5D !important;   /* navy */
  color:#FDD34C !important;         /* yellow */
  border:none; border-radius:50px;
  padding:14px 34px; font-weight:600;
  text-decoration:none; font-size:18px;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  transition:all .25s ease;
  display:inline-flex; align-items:center; gap:10px;
}
#cta-duo .btn-enquire:hover{
  background:#0A133F; transform:translateY(-2px);
}

/* Call button — NAVY OUTLINE */
#cta-duo .btn-call{
  border:2px solid #1E2C5D;
  color:#1E2C5D !important;
  border-radius:50px; padding:14px 28px;
  font-weight:600; text-decoration:none; font-size:18px;
  display:inline-flex; align-items:center; gap:10px;
  transition:all .25s ease;
}
#cta-duo .btn-call:hover{
  background:#1E2C5D; color:#FDD34C !important;
  transform:translateY(-2px);
}
#cta-duo .btn-call svg{ width:18px; height:18px; }

/* Mobile */
@media (max-width:768px){
  #cta-duo .cta-buttons{ flex-direction:column; gap:16px; }
  #cta-duo .btn-enquire, #cta-duo .btn-call{ width:100%; justify-content:center; }
}
/* ===== WHAT WE SPECIALISE IN ===== */
.specialise-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #F9FBFF;
  padding: 80px 5%;
  flex-wrap: nowrap; /* Keeps image on right for desktop */
}

/* Left content */
.specialise-content {
  flex: 1 1 55%;
  max-width: 600px;
}

.specialise-content h2 {
  color: #0A133F;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
}

.specialise-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #0A133F;
  max-width: 540px;
}

/* Tag buttons */
.service-tags {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 25px;
}

.tag {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: fit-content;
}

.tag-primary {
  background: #3A7BD5;
  color: #ffffff;
}
.tag-primary:hover {
  background: #2D6FC9;
}

.tag-light {
  background: #CBE5FF;
  color: #1E2C5D;
  box-shadow: inset 0 0 0 4px rgba(58, 123, 213, 0.25);
}
.tag-light:hover {
  box-shadow: inset 0 0 0 4px rgba(58, 123, 213, 0.4);
}

/* Image column */
.specialise-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.specialise-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive layout */
@media (max-width: 1024px) {
  .specialise-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 5%
  }
  /* ==============================================
   SERVICES LOOP CAROUSEL (spg-card version)
   ============================================== */
.spg-services {
  --navy: #0A133F;
  --blue: #1E2C5D;
  --gold: #FDD34C;
  --text: #FFFFFF;
  --muted: #C9D8F0;

  background: var(--navy);
  color: var(--text);
  font-family: "Poppins", sans-serif;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Section title */
.spg-services .elementor-heading-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

/* Each card in the carousel */
.spg-card {
  background: var(--blue);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  color: var(--text);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 480px;
}
.spg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,.25);
}

/* Card content */
.spg-card h3,
.spg-card .elementor-heading-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.spg-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  min-height: 6em; /* evens card heights */
}

/* Image styling */
.spg-card img {
  width: 100%;
  margin-top: 24px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  clip-path: ellipse(90% 65% at 50% 0%);
  object-fit: cover;
  min-height: 220px;
}

/* Button */
.spg-card .elementor-button {
  align-self: flex-start;
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}
.spg-card .elementor-button:hover {
  background: var(--gold);
  color: var(--navy);
}

/* Animated circular accents */
.spg-services::before,
.spg-services::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  animation: floatRing 18s linear infinite;
  opacity: 0.25;
}
.spg-services::before {
  width: 420px;
  height: 420px;
  left: -120px;
  top: 180px;
}
.spg-services::after {
  width: 640px;
  height: 640px;
  right: -220px;
  bottom: -180px;
  animation-duration: 28s;
}

@keyframes floatRing {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.05); }
  100% { transform: rotate(360deg) scale(1); }
}

/* Swiper arrows */
.spg-services .swiper-button-next,
.spg-services .swiper-button-prev {
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
  transition: background .2s ease;
}
.spg-services .swiper-button-next:hover,
.spg-services .swiper-button-prev:hover {
  background: #ffcd00;
}
/* --- Make sure slide content is visible even if motion effects are set --- */
.spg-services .elementor-invisible,
.spg-services [data-settings*="animation"]{
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Card shell */
.spg-services{
  background:#1E2C5D;
  border-radius:24px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px 18px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  height:auto;                 /* content defines height */
  overflow:hidden;
}

/* Mobile: hard stack any columns/containers */
@media (max-width:767px){
  .spg-services.e-con{ display:flex !important; flex-direction:column !important; }
  .spg-services .e-con-inner{ display:flex !important; flex-direction:column !important; gap:14px !important; }
  .spg-services > .e-con,
  .spg-services .e-con > .e-con,
  .spg-services .e-con-child{
    width:100% !important; max-width:100% !important;
    flex:0 0 100% !important; margin:0 !important; padding:0 !important;
  }
  .spg-services .elementor-container{ display:flex !important; flex-direction:column !important; gap:14px !important; }
  .spg-services .elementor-column{ width:100% !important; max-width:100% !important; flex:0 0 100% !important; margin:0 !important; padding:0 !important; }
  .spg-services .elementor-widget-wrap{ padding:0 !important; }
}

/* Headings & text clamps */
.spg-services .elementor-heading-title{
  font-size:20px; font-weight:700; line-height:1.25;
  margin:8px 0 4px;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
  overflow:hidden; text-overflow:ellipsis;
}
.spg-services .elementor-widget-text-editor .elementor-widget-container{
  line-height:1.6;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;
  overflow:hidden; text-overflow:ellipsis; margin-bottom:12px;
}

/* Image normalisation */
.spg-services .elementor-widget-image,
.spg-services .elementor-widget-image .elementor-widget-container{ margin:0!important; padding:0!important; }
.spg-services .elementor-widget-image img{
  display:block; width:100%;
  /* Fallbacks + consistent height */
  height:auto; max-width:100%;
  aspect-ratio:16/10;               /* modern browsers */
  object-fit:cover; object-position:center 35%;
  border-bottom-left-radius:30px; border-bottom-right-radius:30px;
  -webkit-clip-path:ellipse(90% 65% at 50% 0%); clip-path:ellipse(90% 65% at 50% 0%);
}

/* Button pinned to bottom */
.spg-services .elementor-button{
  margin-top:auto; width:100%;
  background:#FDD34C; color:#0A133F; border-radius:50px;
  font-weight:600; padding:12px 20px; transition:.2s; text-align:center;
}
.spg-services .elementor-button:hover{ background:#ffcd00; transform:translateY(-2px); }

/* Tablet+ refinements */
@media (min-width:768px){
  .spg-services{ padding:28px 22px; }
  .spg-services .elementor-heading-title{ font-size:22px; -webkit-line-clamp:2; }
  .spg-services .elementor-widget-text-editor .elementor-widget-container{ -webkit-line-clamp:3; }
  .spg-services .elementor-widget-image img{ aspect-ratio:16/9; }
}
@media (min-width:1025px){
  .spg-services{ padding:32px 28px; }
  .spg-services .elementor-heading-title{ font-size:24px; }
  
/* Let slides stretch their child (the loop item) */
.elementor-widget-loop-carousel .swiper-wrapper{ align-items:stretch !important; }
.elementor-widget-loop-carousel .swiper-slide{ display:flex !important; height:auto !important; }
.elementor-widget-loop-carousel .swiper-slide > *{ width:100% !important; height:100% !important; }

/* If Elementor wraps the item as .e-loop-item */
.elementor-widget-loop-carousel .swiper-slide .e-loop-item{
  display:flex !important; width:100% !important; height:100% !important;
}
  none !important;
  line-height: 1.2 !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12) !important;
  transition: all .25s ease !important;
}

/* Hover */
header .ykp-enquire-btn a:hover,
header a.ykp-enquire-btn:hover,
header .ykp-enquire-btn.elementor-button:hover {
  background: #ffcd00 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18) !important;
}

/* Active */
header .ykp-enquire-btn a:active,
header a.ykp-enquire-btn:active,
header .ykp-enquire-btn.elementor-button:active {
  transform: translateY(0) !important;
  box-shadow: 0 6px 10px rgba(0,0,0,0.14) !important;
}

/* Mobile */
@media (max-width: 767px) {
  header .ykp-enquire-btn a,
  header a.ykp-enquire-btn,
  header .ykp-enquire-btn.elementor-button {
    font-size: 15px !important;
    padding: 10px 20px !important;
  }
}/* End custom CSS */