/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 { font-family: "span", sans-serif !important; }
body, p, a, li, div { font-family: "barlow", sans-serif !important; }
ul li::marker { font-size: 32px; color: #fac841 !important; }

/* ===== STICKY HEADER ===== */
.site-header, .ast-site-header-wrap, #masthead {
    position: fixed !important; top: 0 !important; left: 0 !important;
    right: 0 !important; width: 100% !important; z-index: 9999 !important;
    background: #fff !important; box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
body { padding-top: 130px !important; }
.elementor-widget-image a img[src$=".svg"] {width: 120px;}

/* ===== NAV ===== */
.hfe-nav-menu .menu-item.current-menu-item > a,
.hfe-nav-menu .menu-item.current-menu-ancestor > a,
.hfe-nav-menu .menu-item.current_page_item > a,
.hfe-nav-menu .hfe-menu-item:hover { font-weight: 600 !important; }
.hfe-nav-menu .sub-arrow { display: none; }
@media (max-width: 1024px) {
    .hfe-nav-menu { max-height: 70vh !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; }
}

/* ===== FORM SECTION ===== */
.cataract-form-section { background: #1a1a1a; border-radius: 12px; }
.cataract-form-section h2 { color: #ffffff; font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.cataract-form-section h3 { color: #ffffff; font-size: 20px; font-weight: 600; margin-bottom: 24px; }
.wpcf7 span.wpcf7-form-control-wrap {width: auto !important;}
.cataract-form-section .cf7-field-wrap { margin-bottom: 20px; }
.cataract-form-section .wpcf7-form-control.wpcf7-text,
.cataract-form-section .wpcf7-form-control.wpcf7-email,
.cataract-form-section .wpcf7-form-control.wpcf7-tel,
.cataract-form-section .wpcf7-form-control.wpcf7-textarea {
    width: 100%; background: #ffffff; border: none; border-radius: 5px;
    padding: 12px 10px; font-size: 16px; color: #333; outline: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 12px 10px !important;
}
.cataract-form-section .wpcf7-form-control.wpcf7-textarea { height: 70px; resize: vertical; }
.cataract-form-section .wpcf7-form p { display: contents !important; }
.cataract-form-section .cf7-bottom-row,
.cataract-form-section .wpcf7-form .cf7-bottom-row,
.cataract-form-section .cf7-bottom-row p {
    display: flex !important; flex-direction: row !important; align-items: center !important;
    justify-content: space-between !important; flex-wrap: nowrap !important;
    white-space: nowrap !important; gap: 16px; margin: 0 !important; width: 100% !important; margin-bottom:10px !important;
}
.cataract-form-section .wpcf7-acceptance { display: inline-flex !important; align-items: center !important; gap: 8px; flex: 1; }
.cataract-form-section .wpcf7-acceptance .wpcf7-list-item { display: inline-flex !important; align-items: flex-start !important; margin: 0 !important; gap: 8px; }
.cataract-form-section .wpcf7-acceptance .wpcf7-list-item-label,
.cataract-form-section .cf7-checkbox-label {
    color: #ffffff; font-size: 14px; line-height: 0.4; white-space: nowrap !important;
    display: inline-flex !important; align-items: center !important; gap: 8px; flex: 1; max-width: unset !important;
}
.cataract-form-section .cf7-checkbox-label a { color: #ffffff; text-decoration: underline; }
.cataract-form-section .cf7-bottom-row br,
.cataract-form-section .wpcf7-acceptance br,
.cataract-form-section .cf7-checkbox-label br { display: none !important; }
.cataract-form-section .wpcf7-acceptance input[type="checkbox"] { margin-top: 3px !important; flex-shrink: 0; }
.cataract-form-section .wpcf7-submit {
    background: #F5C518; color: #1a1a1a; font-weight: 700; font-size: 16px;
    border: none; border-radius: 50px; padding: 14px 32px; cursor: pointer;
    white-space: nowrap; transition: background 0.2s; flex-shrink: 0 !important; display: inline-block !important;
}
.cataract-form-section .wpcf7-submit:hover { background: #e0b010; }
.cataract-form-section .wpcf7-spinner { display: none !important; }
.cataract-form-section ::placeholder { color: #000000 !important; opacity: 1 !important; }

/* ===== MOBILE FORM ===== */
@media (max-width: 767px) {
    .cataract-form-section .cf7-bottom-row,
    .cataract-form-section .wpcf7-form .cf7-bottom-row,
    .cataract-form-section .cf7-bottom-row p { flex-direction: column !important; align-items: center !important; white-space: normal !important; gap: 12px; }
    .cataract-form-section .wpcf7-acceptance { justify-content: center !important; text-align: center; }
    .cataract-form-section .wpcf7-submit { margin: 0 auto !important; display: block !important; }
}

/* ===== VIDEO PLAY BUTTON ===== */
.elementor-custom-embed-play { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; background: #1a1a1a; border: 1px solid #fbc942; border-radius: 50%; cursor: pointer; }
.elementor-custom-embed-play svg { width: 32px; height: 32px; fill: #fff; margin-left: 5px; }

/* ===== LIGHTBOX ===== */
@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape { max-height: 800px !important; width: 800px !important; }
}

/* ===== CHECKLIST ===== */
.lcc-checklist .elementor-text-editor p { margin-bottom: 10px; font-size: 16px; line-height: 1.5; padding-left: 42px; position: relative; }
.lcc-checklist .elementor-text-editor img.lcc-check { width: 32px; height: 32px; position: absolute; left: 0; top: 2px; }

/* ===== SWIPER BUTTONS ===== */
.elementor-swiper-button-prev { background-color: #FFBE23; padding: 8px; border-radius: 50px; margin-left: -40px; }
.elementor-swiper-button-next { background-color: #FFBE23; padding: 8px; border-radius: 50px; margin-right: -40px; }

@media (max-width: 768px) {
.elementor-swiper-button-prev { margin-left: 0px; }
.elementor-swiper-button-next { margin-right: 0px; }
    }

/* ===== STEP NUMBER ===== */
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; background: #FFE8AB; border-radius: 50%; font-size: 18px; font-weight: 700; color: #1a1a1a; margin-right: 10px; }

/* ===== CARD BUTTON BOTTOM ===== */
.card-btn-bottom { margin-top: auto !important; }
.card-btn-bottom .elementor-widget-container { margin-top: auto !important; }

/* ===== TESTIMONIAL SLIDER ===== */
.testimonial-slider-wrap { padding: 10px 10px 50px; overflow: hidden; }
.testimonial-slider-wrap .owl-stage-outer { overflow: hidden !important; padding-bottom: 16px; }
.testimonial-slider-wrap .owl-stage { display: flex !important; }
.testimonial-slider-wrap .owl-item { display: flex !important; justify-content: center; }
.testi-card { background: #1e1e1e; border-radius: 16px; padding: 28px; margin: 6px 8px 16px; display: flex; flex-direction: column; width: 280px !important; min-width: 280px !important; max-width: 280px !important; height: 638px !important; min-height: 638px !important; max-height: 638px !important; box-sizing: border-box; overflow: hidden; }
.testi-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.quote-img { height: 52px; width: auto !important; max-width: 60px !important; object-fit: contain; display: block; }
.google-logo { height: 38px; max-height: 38px !important; width: auto !important; max-width: 130px !important; object-fit: contain; display: block; }
.stars-img { width: auto !important; height: auto !important; max-width: 100% !important; display: block; margin-bottom: 16px; }
.testi-text { color: #cccccc !important; font-size: 15px !important; line-height: 1.7 !important; flex: 1; margin-bottom: 0; overflow: hidden; }
.testi-footer { margin-top: 24px; border-top: 1px solid #3a3a3a; padding-top: 16px; flex-shrink: 0; }
.testi-footer h4 { color: #FFE8AB !important; font-size: 18px !important; font-weight: 700 !important; margin: 0 0 4px 0 !important; font-family: "span", sans-serif !important; }
.testi-footer span { color: #FFE8AB !important; font-size: 13px; }
.testimonial-slider-wrap .owl-dots { text-align: center; margin-top: 20px; }
.testimonial-slider-wrap .owl-dot span { background: #555 !important; width: 10px; height: 10px; border-radius: 50%; margin: 0 4px; display: block; }
.testimonial-slider-wrap .owl-dot.active span { background: #FFE8AB !important; }
.testimonial-slider-wrap .owl-nav { display: none; }

.elementor-widget-heading a {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

.price-item{
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #000;
    text-align: center;
}

.price-item h3 {
    margin: 0;
    font: 700 150.0% 'span', serif;
}
.price-item h3 span {
    display: block;
}

/* ===== ARTICLE PAGES ===== */
.content-article b,
.content-article strong { font-weight: 600; }
.content-article h3 { color: #000; margin-top: 30px; margin-bottom: 20px; font: 600 32px 'span', serif;}
.content-article ul { margin: 0 0 15px 0; padding: 0; list-style: none; } 
.content-article ul li { margin: 0; padding: 0 0 10px 25px; background: url('https://www.londoncataractcentre.co.uk/wp-content/themes/lcc/assets/images/icon-bullet.png') no-repeat left 8px; }
.content-article ol {margin:0 0 0 25px; padding: 0;}
.content-article ol li { margin: 0; padding: 0 0 15px 25px; position:relative;}
.content-article ol li::before { content: ""; position: absolute; left: -23px; top: 3px; width: 25px; height: 25px; display: block;  background:#fbc942; border-radius:50%; z-index:-1;  }
.content-article ol li::marker { font-size: 16px; color:#000 !important; font-weight: 600;}
.content-article ol ul {}
.content-article ol ul li { padding-bottom: 10px; }
.content-article ol ul li:last-child { padding-bottom: 0px; }
.content-article ol ul li::before { display: none; }
.content-article ol ul li::marker { content: '';}
.content-article img { margin-top: 20px; margin-bottom: 20px; border-radius: 15px;}


.table { width: 100%;  color: #212529; border-radius: 10px;}
.content-article table th { background: #fff5d9;}
.table-responsive { display: block; width: 100%; overflow-x: auto;  -webkit-overflow-scrolling: touch;}

/* ===== Team PAGES ===== */

.heading-bullet {
    position: relative;
    padding-left: 20px !important;
}

.heading-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fac841;
    border-radius: 50%;
}

.it-content ul li::marker {
  font-size: 32px;
  color: #fac841 !important;
}

.it-content ul ul li {
  list-style: none;
  position: relative;
  
}

.it-content ul ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fac841;
  background: transparent;
}


/* ===== SERVICE PAGES ===== */


.quote-box {
    position: relative;
	max-width:760px;
}

.quote-box::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(https://www.londoncataractcentre.co.uk/wp-content/themes/lcc/assets/images/icon-quote.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 48%;
    top: -15px;
}

ul.tick-mark li {
    list-style: none;
    background: url('https://www.londoncataractcentre.co.uk/wp-content/themes/lcc/assets/images/icon-tick.svg') no-repeat left top;
    background-size: 18px 18px;
    padding-left: 25px;
}
.iol-surgery ul {
    margin: 0 0 0em 0em ;
}

.featured-item-inner span {
    margin-bottom: 10px;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    font: normal 24px/36px 'span', serif;
    border: 1px solid #f1dca2;
    border-radius: 50%;
}

.wpcf7-response-output {
    color: white;
}