:root {
  /*--vet_white: #eae8e1;*/
/*  --vet_white: #f8f8f6;
  --realwhite: #fff;
  --black: #111011;
  --red: #a33334;
  --green: #827c6a;
  --grey: #111011e3;
  --otherfont: "Lato", sans-serif;
  --interfont: "Inter", serif; */
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'DM Sans', sans-serif;
}

body {

}



h1, h2, h3, h4, h5 {
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: -0.075rem;
}

p, li {

  font-weight: 300;
  line-height: 1.5em;
}

.container, .containo {
  width: 90vw;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .container, .containo {
    max-width: 1280px;
  }
}
main {
  width: 100%;
}

.kt-inside-inner-col {
  padding: 1.5rem;
}


:where(.wp-site-blocks) > * {
    margin-block-start: 0px;
    margin-block-end: 0;
}


:root :where(.is-layout-flow) > * {
    margin-block-start: 0px;
    margin-block-end: 0;
}


.admiral__pretitle {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.admiral__title {
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 2.8vw, 3rem);
  font-weight: 700;
  color: var(--foreground);
  margin: 0;
  line-height: 1.15;
}



.admiral__pretitle_plain {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin: 0 0 0.75rem;
}

.admiral__title_plain {
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 2.8vw, 3rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
}


.admiral__title_plain_large {
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 3.5vw, 4.5rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
}


/********************/
/*** ********** *****/
/********************/

.bg-muted\/40 {
    background-color: #ece9f466;
}


.trip-guides__title {
    margin: 0 0 2rem;
    font-size: clamp(2.25rem, 3.4vw, 3rem);
    font-style: italic;
    font-weight: 400;
}

.trip-guides__copy {
    margin: 0 0 2.5rem;
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.85;
}


/* =============================================================
   Admiral Partner Split
   ============================================================= */

.partner-split {
    display: flex;
    flex-direction: column;
}

.partner-split__row {
    display: flex !important;
    flex-direction: row;
    min-height: clamp(20rem, 38vw, 30rem);
}

.partner-split__row--purple {
    background: var(--primary);
}

.partner-split__row--white {
    background: #faf9fc;
}

.partner-split__row--reversed {
    flex-direction: row-reverse !important;
}

/* --- Columns ---------------------------------------------- */

.partner-split__text,
.partner-split__image {
    flex: 1 1 50% !important;
    width: 50% !important;
    box-sizing: border-box !important;
}

/* --- Text panel ------------------------------------------- */

.partner-split__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 5rem);
}

/* --- Pretitle --------------------------------------------- */

.partner-split__pretitle {
    text-transform: uppercase;
    letter-spacing: .3em;
    color: var(--gold);
    margin: 0 0 .75rem;
    font-size: .875rem;
    font-weight: 500;
}

.partner-split__pretitle--gold {
    color: var(--gold);
}

/* --- Heading ---------------------------------------------- */

.partner-split__title {
    font-family: var(--font-heading);
    color: var(--primary-foreground);
    margin: 0;
    font-size: clamp(1.875rem, 2.8vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
}

.partner-split__title--purple {
    color: var(--primary);
}

/* --- Rule ------------------------------------------------- */

.partner-split__rule {
    background: var(--gold);
    width: 4rem;
    height: 2px;
    margin: 1rem 0 2rem;
}

/* --- Copy ------------------------------------------------- */

.partner-split__copy {
    color: var(--primary-foreground);
    margin: 0;
    font-size: clamp(1rem, 1.05vw, 1.0625rem);
    line-height: 1.75;
}

@supports (color: color-mix(in lab, red, red)) {
    .partner-split__copy {
        color: color-mix(in oklab, var(--primary-foreground) 92%, transparent);
    }
}

.partner-split__copy--dark {
    color: var(--foreground);
}

@supports (color: color-mix(in lab, red, red)) {
    .partner-split__copy--dark {
        color: color-mix(in oklab, var(--foreground) 88%, white 12%);
    }
}

/* --- Image panel ------------------------------------------ */

.partner-split__image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --- Mobile ----------------------------------------------- */

@media (max-width: 768px) {
    .partner-split__row,
    .partner-split__row--reversed {
        flex-direction: column !important;
    }

    .partner-split__text,
    .partner-split__image {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .partner-split__image {
        min-height: 18rem;
    }
}



.tour-types__pretitle {
    text-transform: uppercase;
    letter-spacing: .3em;
    color: var(--gold);
    margin: 0 0 .75rem;
    font-size: .875rem;
    font-weight: 500;
}

.tour-types__title--purple {
    color: var(--primary);
}

.tour-types__title {
    font-family: var(--font-heading);
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
}


.vehicle-feature__pretitle {
    text-transform: uppercase;
    letter-spacing: .3em;
    color: var(--gold);
    margin: 0 0 .75rem;
    font-size: .875rem;
    font-weight: 500;
}

.vehicle-feature--dark .vehicle-feature__title, .vehicle-feature--dark .vehicle-feature__body {
    color: var(--primary-foreground);
}


.vehicle-feature__title {
    font-family: var(--font-heading);
    color: var(--primary);
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
}

.vehicle-feature__title {
    font-family: var(--font-heading);
    color: var(--primary);
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
}

.vehicle-feature__body {
    margin: 0 0 2rem;
    font-size: clamp(1rem, 1.05vw, 1.0625rem);
    line-height: 1.85;
}


/********************/
/*** ********** *****/
/********************/

.ireland-services__title-accent {
    color: var(--primary);
}

.ireland-services__title {
    margin: 0 0 2.5rem;
    font-family: DM Sans, serif;
    font-size: clamp(1.85rem, 3.2vw, 2.6rem);
    line-height: 1.15;
    color: var(--primary);
}

/********************/
/*** ********** *****/
/********************/
.county-chauffeur__map {
    position: relative;
}

.county-map__tooltip {
    position: absolute;
    pointer-events: none;
    display: none;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 10;
}

.county-map__tooltip.is-visible {
    display: block;
}

.clickablecounty {
    transition: opacity 0.2s ease;
}

.clickablecounty:hover {
    opacity: 0.6;
}

.clickablecounty:focus {
    outline: none;
}
.clickablecounty {
    fill: var(--primary) !important;
}


/********************/
/*** ********** *****/
/********************/



.reserve-cta__inner.centered_grid {
    justify-content: center;
}


.admiral_logo_image{
    max-height: 5rem;
}

.admiral_main_menu{
    li{
        list-style-type: none;
    }
}


/********************/
/*** ********** *****/
/********************/
/* ===== Fleet Cards Section ===== */
.fleet-cards {
  background: oklch(0.985 0.004 300);
  padding: clamp(3.5rem, 6vw, 5.5rem) 1.5rem;
}

.fleet-cards__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.fleet-cards__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.fleet-cards__pretitle {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.fleet-cards__title {
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 2.8vw, 3rem);
  font-weight: 700;
  color: var(--foreground);
  margin: 0;
  line-height: 1.15;
}

.fleet-cards__title-rule {
  width: 4rem;
  height: 2px;
  background: var(--gold);
  margin: 1rem auto 0;
}

.fleet-cards__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem;
}

.fleet-cards__card {
  flex: 1 1 300px;
  max-width: 360px;
  min-width: 260px;
  background: white;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 1.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 10px 30px -15px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fleet-cards__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 20px 40px -15px rgba(0, 0, 0, 0.18);
}

.fleet-cards__name {
  font-family: "DM Serif Display", serif;
  color: oklch(0.18 0.01 300);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.fleet-cards__image-wrap {
  width: 100%;
  height: clamp(8rem, 12vw, 10rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: linear-gradient(180deg, oklch(0.98 0.004 300) 0%, oklch(0.96 0.005 300) 100%);
  border-radius: 0.75rem;
  overflow: hidden;
}

.fleet-cards__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0.5rem;
}

.fleet-cards__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}

.fleet-cards__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: oklch(0.18 0.01 300);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.fleet-cards__meta-icon {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--primary);
}

.fleet-cards__meta-value {
  font-weight: 600;
}

.fleet-cards__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, oklch(0.55 0.12 80) 0%, oklch(0.5 0.1 75) 100%);
  color: white;
  padding: 0.7rem 1.75rem;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 20px -8px oklch(0.45 0.1 75 / 0.55);
  min-width: 8rem;
}

.fleet-cards__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -8px oklch(0.45 0.1 75 / 0.7);
}

@media (max-width: 860px) {
  .fleet-cards__card {
    flex: 1 1 260px;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .fleet-cards__grid {
    gap: 1.25rem;
  }

  .fleet-cards__card {
    flex: 1 1 100%;
    max-width: 22rem;
    padding: 1.25rem;
  }

  .fleet-cards__image-wrap {
    height: 9rem;
  }
}


/********************/
/*** ********** *****/
/********************/

/* ===== Contact Section ===== */
.contact-section {
  background: oklch(0.985 0.004 300);
  padding: clamp(4rem, 7vw, 7rem) 1.5rem;
}

.contact-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
  max-width: 80rem;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.contact-info__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-info__label {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 400;
  color: var(--foreground);
  margin: 0;
  line-height: 1.1;
}

.contact-info__value {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  color: var(--primary);
  text-decoration: none;
  line-height: 1.4;
  max-width: 22rem;
  transition: color 180ms ease;
}

.contact-info__value:hover {
  color: var(--accent);
}

.contact-info__social {
  display: flex;
  gap: 0.75rem;
}

.contact-info__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: oklch(0.55 0.05 280);
  color: oklch(0.97 0.01 300);
  transition: background-color 180ms ease, transform 180ms ease;
}

.contact-info__social-link:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

.contact-info__social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.contact-form-card {
  background: oklch(0.97 0.01 300);
  border: 8px solid oklch(0.9 0.025 300);
  border-radius: 0.5rem;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: 0 1rem 2.5rem -1rem oklch(0.2 0.05 305 / 0.12);
}

.contact-form-card__title {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 400;
  color: var(--primary);
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-form__label {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted-foreground);
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid oklch(0.82 0.02 300);
  border-radius: 0.375rem;
  background: oklch(1 0 0);
  padding: 0.65rem 0.85rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  color: var(--foreground);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px oklch(0.55 0.18 295 / 0.12);
}

.contact-form__textarea {
  min-height: 7rem;
  resize: vertical;
}

.contact-form__recaptcha {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  padding: 0.75rem;
  border: 1px dashed oklch(0.82 0.02 300);
  border-radius: 0.375rem;
  background: oklch(0.98 0.005 300);
}

.contact-form__recaptcha-label {
  font-size: 0.75rem;
  color: var(--muted-foreground);
}

.contact-form__submit {
  align-self: flex-start;
  border: none;
  border-radius: 0.25rem;
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 0.85rem 2.25rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.contact-form__submit:hover {
  background: var(--accent);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .contact-section__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-info {
    gap: 1.75rem;
  }

  .contact-form-card {
    border-width: 5px;
  }
}



/* =============================================================
   Contact Section — CF7 field styles
   ============================================================= */

.contact-section .wpcf7-form input[type="text"],
.contact-section .wpcf7-form input[type="email"],
.contact-section .wpcf7-form input[type="tel"],
.contact-section .wpcf7-form input[type="number"],
.contact-section .wpcf7-form input[type="url"],
.contact-section .wpcf7-form select,
.contact-section .wpcf7-form textarea {
    display: block !important;
    width: 100% !important;
    background-color: #ffffff !important;
    color: #1e0a3c !important;
    border: 1px solid #c4aee0 !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    margin-bottom: 1rem !important;
}


.contact-section .wpcf7-form label {
  color: #333;
}


.contact-section .wpcf7-form input[type="text"]:focus,
.contact-section .wpcf7-form input[type="email"]:focus,
.contact-section .wpcf7-form input[type="tel"]:focus,
.contact-section .wpcf7-form input[type="number"]:focus,
.contact-section .wpcf7-form input[type="url"]:focus,
.contact-section .wpcf7-form select:focus,
.contact-section .wpcf7-form textarea:focus {
    border-color: #6b21d9 !important;
    box-shadow: 0 0 0 3px rgba(107, 33, 217, 0.15) !important;
}

.contact-section .wpcf7-form textarea {
    min-height: 160px !important;
    resize: vertical !important;
}

/* Placeholder text */
.contact-section .wpcf7-form input::placeholder,
.contact-section .wpcf7-form textarea::placeholder {
    color: #9b8ab0 !important;
}

/* Submit button */
.contact-section .wpcf7-form input[type="submit"],
.contact-section .wpcf7-form .wpcf7-submit {
    display: inline-block !important;
    background-color: #6b21d9 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 0.85rem 2.25rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    width: auto !important;
}

.contact-section .wpcf7-form input[type="submit"]:hover,
.contact-section .wpcf7-form .wpcf7-submit:hover {
    background-color: #4a1d96 !important;
}

/* Validation error highlight */
.contact-section .wpcf7-form .wpcf7-not-valid {
    border-color: #dc2626 !important;
}

.contact-section .wpcf7-form .wpcf7-not-valid-tip {
    color: #dc2626 !important;
    font-size: 0.8rem !important;
    margin-top: -0.5rem !important;
    margin-bottom: 0.75rem !important;
    display: block !important;
}



/********************/
/*** ********** *****/
/********************/


.admiral-logo-slider{
  .admiral-swiper-slide{
height: auto;
        display: flex;
        align-items: center;
  }
}

/********************/
/*** ********** *****/
/********************/

.admiral-tab-panel-image{
    max-height: 30rem;
}

/********************/
/*** ********** *****/
/********************/

/* Chauffeur locations split section */
.chauffeur-locations {
  width: 100%;
}

.chauffeur-locations__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(24rem, 50vw, 40rem);
}

.chauffeur-locations__image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
}

.chauffeur-locations__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.chauffeur-locations__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  padding: clamp(2rem, 5vw, 4rem);
}

.chauffeur-locations__panel-inner {
  width: 100%;
  max-width: 26rem;
}

.chauffeur-locations__header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border: 2px solid oklch(0.55 0.1 305);
  background: oklch(0.75 0.08 305);
  padding: 0.6rem 2.5rem;
}

.chauffeur-locations__header-text {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 500;
  color: oklch(0.97 0.01 300);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.chauffeur-locations__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.chauffeur-locations__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  background: oklch(0.35 0.12 305);
  color: oklch(0.97 0.01 300);
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.chauffeur-locations__link:hover {
  background: oklch(0.42 0.13 305);
  transform: translateX(4px);
}

.chauffeur-locations__link-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.chauffeur-locations__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: oklch(0.97 0.01 300);
}

.chauffeur-locations__label {
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 500;
}

.chauffeur-locations__arrow {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: oklch(0.97 0.01 300);
  transition: transform 180ms ease;
}

.chauffeur-locations__link:hover .chauffeur-locations__arrow {
  transform: translateX(4px);
}

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

  .chauffeur-locations__image-wrap {
    min-height: 16rem;
    order: -1;
  }

  .chauffeur-locations__panel {
    padding: 2rem 1.5rem;
  }

  .chauffeur-locations__panel-inner {
    max-width: 100%;
  }
}


.chauffeur-locations--reverse .chauffeur-locations__grid {
    direction: rtl;
}

.chauffeur-locations--reverse .chauffeur-locations__panel-inner,
.chauffeur-locations--reverse .chauffeur-locations__link,
.chauffeur-locations--reverse .chauffeur-locations__header-text {
    direction: ltr;
}

/********************/
/*** ********** *****/
/********************/



.feature-slider {
  width: 100%;
  background: oklch(0.15 0.02 305);
}

.feature-slider__swiper {
  width: 100%;
}

.feature-slider__slide {
  position: relative;
  min-height: clamp(360px, 55vh, 560px);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 5rem) 1.5rem;
}

.feature-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    oklch(0.20 0.08 305 / 0.55),
    oklch(0.20 0.08 305 / 0.75)
  );
}

.feature-slider__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  color: oklch(0.98 0 0);
  max-width: 720px;
}

.feature-slider__icon {
  width: clamp(56px, 7vw, 80px);
  height: clamp(56px, 7vw, 80px);
  color: oklch(0.98 0 0);
}

.feature-slider__title-box {
  border: 1px solid oklch(0.98 0 0 / 0.5);
  padding: clamp(1.25rem, 3vw, 2rem) clamp(2rem, 5vw, 3.5rem);
  width: 100%;
}

.feature-slider__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
  color: oklch(0.98 0 0);
}

.feature-slider .swiper-button-next,
.feature-slider .swiper-button-prev {
  color: oklch(0.98 0 0 / 0.85);
  width: 48px;
  height: 48px;
}

.feature-slider .swiper-button-next svg,
.feature-slider .swiper-button-prev svg {
opacity: 0;
}

.feature-slider .swiper-button-next{
 flex-direction: row-reverse;
}



.feature-slider .swiper-button-next:after,
.feature-slider .swiper-button-prev:after {
  font-size: 28px;
  font-weight: 300;
}


.feature-slider .swiper-pagination-bullet {
  background: oklch(0.98 0 0);
  opacity: 0.4;
}

.feature-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: oklch(0.78 0.13 90); /* gold */
}


/********************/
/*** ********** *****/
/********************/

/* ============================
   Centered Form Section
   ============================ */
.centered-form-section {
  background: var(--navy);
  padding: clamp(4rem, 7vw, 7rem) 1.5rem;
}

.centered-form-section__inner {
  max-width: 42rem;
  margin: 0 auto;
}

.centered-form-section__header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.centered-form-section__pretitle {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.centered-form-section__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: oklch(0.985 0.004 300);
  margin: 0;
}

.centered-form-section__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.centered-form-section__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* ─── Centered Form Section ─────────────────────────────────────── */

.centered-form-section {
  padding: 4rem 1.5rem;
}

.centered-form-section__inner {
  max-width: 680px;
  margin: 0 auto;
}

.centered-form-section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.centered-form-section__pretitle {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.centered-form-section__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

/* ─── CF7 wrapper resets ─────────────────────────────────────────── */

.centered-form-section__form .wpcf7 {
  width: 100%;
}

.centered-form-section__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Remove default <p> margin CF7 wraps fields in */
.centered-form-section__form .wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* ─── Labels ─────────────────────────────────────────────────────── */

.centered-form-section__form label {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* ─── Inputs & Textarea ──────────────────────────────────────────── */

.centered-form-section__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.centered-form-section__form .wpcf7-text,
.centered-form-section__form .wpcf7-email,
.centered-form-section__form .wpcf7-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border: 1px solid oklch(0.75 0 0);
  border-radius: 0.375rem;
  background: transparent;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  box-sizing: border-box;
}

.centered-form-section__form .wpcf7-text:focus,
.centered-form-section__form .wpcf7-email:focus,
.centered-form-section__form .wpcf7-textarea:focus {
  outline: none;
  border-color: currentColor;
  box-shadow: 0 0 0 3px oklch(0.5 0.14 305 / 0.15);
}

.centered-form-section__form .wpcf7-textarea {
  resize: vertical;
  min-height: 140px;
}

/* ─── Validation errors ──────────────────────────────────────────── */

.centered-form-section__form .wpcf7-not-valid {
  border-color: oklch(0.55 0.22 25);
}

.centered-form-section__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: oklch(0.55 0.22 25);
}

/* ─── Submit button ──────────────────────────────────────────────── */

.centered-form-section__form .wpcf7-submit {
  align-self: flex-start;
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
    background-color: #ffffff;
  color: #000000;
}

.centered-form-section__form .wpcf7-submit:hover {
  opacity: 0.85;
}

.centered-form-section__form .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/* ─── Spinner ────────────────────────────────────────────────────── */

.centered-form-section__form .wpcf7-spinner {
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* ─── Response output (success / error banner) ───────────────────── */

.centered-form-section__form .wpcf7-response-output {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  border: 1px solid transparent;
}

.centered-form-section__form .wpcf7-form.sent .wpcf7-response-output {
  border-color: oklch(0.6 0.15 145);
  color: oklch(0.35 0.12 145);
  background: oklch(0.95 0.04 145);
}

.centered-form-section__form .wpcf7-form.failed .wpcf7-response-output,
.centered-form-section__form .wpcf7-form.spam .wpcf7-response-output {
  border-color: oklch(0.55 0.22 25);
  color: oklch(0.35 0.15 25);
  background: oklch(0.96 0.04 25);
}

/* Hide response output when empty / init state */
.centered-form-section__form .wpcf7-form.init .wpcf7-response-output {
  display: none;
}



/********************/
/*** ********** *****/
/********************/

/* ─── Logo Strip ─────────────────────────────────────────────────── */

.logo-strip {
  padding: 2.5rem 1.5rem;
}

.logo-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
}

.logo-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-strip__link {
  display: block;
  transition: opacity 0.2s ease;
}

.logo-strip__link:hover {
  opacity: 0.7;
}

.logo-strip__logo {
  display: block;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}


/********************/
/*** ********** *****/
/********************/

/* =============================================================
   Admiral Split Cards
   ============================================================= */


   /* =============================================================
   Admiral Split Cards
   ============================================================= */

.admiral-split-cards {
    width: 100%;
    display: block;
}

.admiral-split-cards__grid {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .admiral-split-cards__grid {
        flex-direction: row !important;
    }
}

/* --- Card base -------------------------------------------- */

.admiral-split-cards__card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2.5rem;
    min-height: 340px;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1 1 0% !important;
}

/* --- Colour schemes --------------------------------------- */

.admiral-split-cards__card--dark {
    background-color: #6b21d9;
}

.admiral-split-cards__card--light {
    background-color: #e8e0f5;
}

/* --- Watermark icon --------------------------------------- */

.admiral-split-cards__watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}

.admiral-split-cards__watermark .lucide {
    width: 16rem;
    height: 16rem;
    opacity: 0.1;
}

.admiral-split-cards__card--dark .admiral-split-cards__watermark .lucide {
    color: #ffffff;
}

.admiral-split-cards__card--light .admiral-split-cards__watermark .lucide {
    color: #6b21d9;
}

/* --- Content ---------------------------------------------- */

.admiral-split-cards__content {
    position: relative;
    z-index: 1;
    max-width: 26rem;
}

/* --- Heading ---------------------------------------------- */

.admiral-split-cards__heading {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1.25rem !important;
    padding: 0;
}

.admiral-split-cards__card--dark .admiral-split-cards__heading {
    color: #ffffff !important;
}

.admiral-split-cards__card--light .admiral-split-cards__heading {
    color: #4a1d96 !important;
}

/* --- Body text -------------------------------------------- */

.admiral-split-cards__body {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 2rem;
    padding: 0;
}

.admiral-split-cards__card--dark .admiral-split-cards__body {
    color: rgba(255, 255, 255, 0.85);
}

.admiral-split-cards__card--light .admiral-split-cards__body {
    color: #3b1d6e;
}

/* --- Button ----------------------------------------------- */

.admiral-split-cards__btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.admiral-split-cards__card--dark .admiral-split-cards__btn {
    background-color: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.admiral-split-cards__card--dark .admiral-split-cards__btn:hover {
    background-color: rgba(255, 255, 255, 0.32);
}

.admiral-split-cards__card--light .admiral-split-cards__btn {
    background-color: #4a1d96;
    color: #ffffff !important;
    border: none;
}

.admiral-split-cards__card--light .admiral-split-cards__btn:hover {
    background-color: #3b1760;
}

/* --- Mobile stacking -------------------------------------- */

@media (max-width: 767px) {
    .admiral-split-cards__grid {
        flex-direction: column !important;
    }
    .admiral-split-cards__card {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}