/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Child theme for Hello Elementor theme
Author:       Your Name
Author URI:   https://your-site.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/

/* Add your custom styles below this line */

h1, h2{
  padding-bottom:20px;margin-bottom:0;
}

h3{ margin:0; padding:0; padding-bottom:30px}

/* HOME PAGE */
.home-glief-intro h3{
  color: #BDEB01;
}

html {
  scroll-behavior: smooth;
}

.hide-me{
  display:none;
  visibility:hidden;
  opacity:0;
}

/* Mega menu */
/* #mega-menu{
  display:none;
} */
/* hide the default background */
.uc-mega_menu_section-cover {
  background-color: transparent !important;
}

.menu-items .e-n-menu-item {
	display: block;
	width: 100%;
}

[data-type="section"] {
	cursor: pointer;
}

.elementor-25 .elementor-element.elementor-element-9e3af4f .uc-mega_menu-burger-icon {
	width: 45px;
	height: 45px;
	font-size: 25px;
	color: #0e1e46;
	background-color: #bdeb01;
	border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

 /* Logo Marquee Styles */

 .home #logo-marquee .elementor-widget-container, #marquee-container.half  .elementor-widget-container{
  padding-right: 51%;
  width:100%;
}


 #logo-marquee {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

#logo-marquee::before {
  content: "Trusted By:";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  white-space: nowrap;
  z-index: 10;
  padding-right: 20px;
}

.e-n-menu button {
	display: none;
}



.bg-fade-out::before {
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 65%, rgba(0,0,0,0));
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 65%, rgba(0,0,0,0));
}

/* mega menu */
.elementor-widget-maxmegamenu{
  display:none !important;
}

.mega-sub-menu {
	background-color: #030f39 !important;
	color: #fff !important;
}

/* #main-menu {
	display: block;
}

#main-menu #search-icon{
  display: none;
} */
@media screen and (max-width: 768px) {

  #logo-marquee {
    padding: 30px 0 20px;
  }

  .home #logo-marquee .elementor-widget-container, #marquee-container.half   .elementor-widget-container{
    padding-right: 0;
  }

  #logo-marquee::before {
    top: 54px;
    width: 100%;
    text-align: center;
}

#ceo-container #ceo-quote {
	margin: 0 !important;
}


#main-menu{
    position: relative;
    top: 120px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(50% + 70px);
}

#main-menu .uc-mega_menu-burger-icon {
	width: 38px;
	height: 38px;
}

#resources-dropdown, #industries-dropdown{
  padding-left:10px;
}


/* */

.dt-layout-full {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.dt-layout-full table {
  width: 100%;
  border-collapse: collapse;
}

.dt-layout-full::-webkit-scrollbar {
  height: 12px; /* horizontal scrollbar height */
}

.dt-layout-full::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 6px;
}

.dt-layout-full::-webkit-scrollbar-thumb {
  background: #888; /* scrollbar color */
  border-radius: 6px;
}

.dt-layout-full::-webkit-scrollbar-thumb:hover {
  background: #555; /* color on hover */
}

}

#home-faqs {
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

#fade-out-bottom {
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  padding-bottom:100px;
}

#ceo-container > div{ 
  position: relative;
}

#ceo-container #ceo-quote {
	position: relative;
	width: 620px;
	top: 170px;
	font-size: 18px;
	background: #030f39bb;
	padding: 30px;
	border-radius: 12px;
	display: block;
	align-self: flex-start;
  margin:0 8% 0 15%;
}

#ceo-quote strong {
	font-size: 32px;
	line-height: 24px;
}

#ceo-box {
	border-radius: 15px;
	top: 170px;
	width: 300px !important;
	max-width: 300px;
}

#ceo-box img {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#ceo-box .elementor-image-box-content{
  padding:20px;
}

#ceo-box h3{
	float:right;
}

/** TESTIMONIALS **/
#testimonials {
	border-radius: 30px;
	background-color: #fff;
}

.elementor-testimonial__image img {
	width: 100% !important;
}

/* Carousel */
.posts-carousel-swiper {
	padding: 32px 50px 60px !important;
}

.swiper-slide {
  background-color:#fff;
  border-radius:30px;
  scale: 86% !important;
  opacity: 1 !important;
}

.swiper-slide.centre-post {
scale: 120% !important;
}

.ekit-wid-con .dot_dashed .swiper-pagination span, .ekit-wid-con .dot_dotted .swiper-pagination span {
	background-color: #fff;
}

@media screen and (min-width: 769px) {
#about-swiper .swiper-slide{
  background:transparent;
  top: 50px;
}
#about-swiper .swiper-slide .swiper-slide-inner{
  border:1px solid #fff;
  border-radius:30px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 120px !important;
    height: 120px !important;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
}
    #about-swiper .swiper-slide-active .swiper-slide-inner{
    margin-left: 45px;
  }

#about-swiper .swiper-slide img{
  width:80px;
  height:auto;
}

#about-swiper .swiper-slide-next {
	background-color: #fff;
	height: 220px;
	width: 220px !important;
	top: 0px;
	display: flex;
	align-content: revert;
	justify-content: center;
	align-items: center;
}



#about-swiper .swiper-slide-next img{
  filter: invert(1);
  width:120px;
}



#about-swiper .swiper-pagination {
	left: 25px;
}



}

#about-swiper .single-client.image-switcher{
  box-shadow:none;
}

/** /about-lei-worldwide page - Partnership slider **/
#about-swiper .ekit-wid-con .dot_dashed .swiper-pagination span, #about-swiper .ekit-wid-con .dot_dotted .swiper-pagination span {
	background-color: #fff;
  display:none;
}

#about-swiper .swiper-navigation-button.swiper-button-prev {
	left: -12px;
}

/** PRICING TABLES **/
.pricing-item {
	background-color: #fff !important;
  padding:30px;
  min-height:680px;
}

.pricing-item .elementor-price-table{
  display: flex;
    flex-direction: column;
}

.pricing-item .elementor-price-table__header {
  order: 1;
}

.pricing-item .elementor-price-table__price {
  order: 2;
}

.pricing-item .elementor-price-table__footer {
  order: 3; /* move button up */
}

.pricing-item .elementor-price-table__features-list {
  order: 4;
}

.pricing-item {
	padding: 15px 30px !important;
}

#pricing-popular.pricing-item {
	background-color: #bdeb01 !important;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
}

#pricing-popular .elementor-price-table{
  position: relative;
  top: -50px;
}

#pricing-popular .elementor-ribbon, #pricing-popular .elementor-ribbon-inner {
	transform: none;
}

.pricing-item .elementor-price-table__button {
	width: 100%;
	border-radius: 10px 10px 10px 10px;
	padding: 12px 8px;
	text-transform: capitalize;
}

.pricing-item .elementor-price-table .elementor-price-table__price {
	padding: 10px 0;
}

.e-con.e-flex > .e-con-inner {
	align-items: center;
}

/* Make the feature row a flex container and give the text its own flexible column. */
.elementor-price-table__feature-inner {
  display: flex;
  align-items: flex-start; /* keeps icon aligned to top */
}

.elementor-price-table__feature-inner i {
  margin-right: 10px;      /* spacing between icon and text */
  flex-shrink: 0;          /* prevents icon shrinking */
}

.elementor-price-table__feature-inner span {
  flex: 1;                 /* text takes remaining width */
}

.post a {
	color: #030f39;
}


.lei-image-box h3{
  padding-bottom:12px;
  font-size:21px;
  font-weight:600;
}
/*Pricing Button*/

#pricing-type .blox_btn_group a, #pricing-time .blox_btn_group a {
	background-color: transparent;
  color:#fff;
}

#pricing-time .blox_btn_group a span{
background-color:#5d7047;
border-radius: 10px 10px 10px 10px;
padding: 3px 8px;
font-size: 12px;
color: #bde50b;
text-align: center;
}

#pricing-time .blox_btn_group a.active span{
  background-color:#bde50b;
  color: #030F39;
  }

#pricing-type a.active{
  background-color:#bdeb01;
  color:#030F39;
}

#pricing-time a.active{
  background-color:#fff;
  color:#030F39;
}

.pricing-buttons {
	background-color: #343e62;
	border-radius: 30px;
	padding: 4px;
}







/* Move ribbon to top */
#pricing-popular .elementor-ribbon {
  order: -1;
	position: relative;
	transform: none;
	inset: auto;
	height: auto;
	width: auto;
	overflow: visible;
	z-index: auto;
	text-align: center;
	top: -31px;
}

#pricing-popular .elementor-ribbon-inner {
	transform: none;
	margin: 0;
	width: auto;
	position: relative;
	display: inline-block;
	padding: 0px 12px;
	border-radius: 30px;
}

.pricing-item .elementor-price-table__period {
	display: inline-block;
	width: auto !important;
	margin-left: 12px;
	font-size: 14px !important;
}

.price-note {
	font-size: 12px;
	font-weight: 300;
	color: #030f39;
	width: 100%;
	text-align: center;
}

/* ============================= END PRICING TABLES ============================= */


/* slider on tablets */
@media screen and (max-width: 1024px) {
  #about-swiper .swiper-slide{
    display:flex;
    justify-content: center;
  }

  #about-swiper .swiper-slide-next {
    width: 320px !important;
}
#about-swiper  img{
  filter: invert(1) !important;
}

}

/* Comparison Table */
#tablepress-1 thead tr th {
  background-color: #f3f3f3;
  font-weight: 400;
  border: none;
} 

.elementor-211 .elementor-element.elementor-element-57b1aca .lei-comparison-table thead th.lei-ramp {
	background-color: #030f39;
}

/* ElementsKit TablePress Container - only when containing #tablepress-1 */
.elemenetskit-tablepress:has(#tablepress-1) {
  padding: 20px;
  border-radius: 32px;
  background: linear-gradient(to bottom, #bce800, #617700);
}

#tablepress-1{
  border-radius:24px;
  background: linear-gradient(to bottom, #bce800, #617700);
}

#tablepress-1 td, #tablepress-1 th{
  padding:12px;
}

#tablepress-1 td{
  border:none;
}

#tablepress-1 td:first-child {
  text-align:left;
  
}

.tablepress-container-1{
  display:none;
}

.tablepress-container-1 > div{
  margin:0 auto;
}

/* Table column widths */
#tablepress-1 table {
  table-layout: fixed;
  width: 100%;
}

#tablepress-1 th:first-child {
  width: 36% !important;
  
}

#tablepress-1 th:not(:first-child) {
  width: 16% !important;

}

/* Table border radius */
#tablepress-1 th:first-child {
  border-top-left-radius: 24px;
}

#tablepress-1 th:last-child {
  border-top-right-radius: 24px;
}

#tablepress-1 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}

#tablepress-1 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

/* Table cell padding */
#tablepress-1 th:first-child,
#tablepress-1 td:first-child {
  padding-left: 24px;
}

#tablepress-1 th:last-child,
#tablepress-1 td:last-child {
  padding-right: 24px;
}

/* Contact Form 7 Styles */
/* Flex container for top row */
.cf7-flex-wrap {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  
  /* Left column (text fields) */
  .cf7-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  
  /* Right column (radio group) */
  .cf7-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
  }
  
  /* Message textarea full width */
  .cf7-message {
    margin-top: 1rem;
  }
  
  /* Align submit button to the right */
  .cf7-submit {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  
  /* Basic input/textarea styling (optional, tweak as needed) */
  .cf7-left input, .cf7-message textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

  .cf7-right span.wpcf7-list-item {
    display: block;
    margin-bottom: 0.5rem; /* spacing between radios */
  }

  .wpcf7-form-control.wpcf7-textarea {
	height: 15vh;
}
  
    /* Contact form */
  #contact-form {
    background-color: #06143e;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #5c6783;
  }

#contact-form label {
	margin-top: 12px;
	margin-bottom: 4px;
  color:rgb(174, 174, 174);
  font-weight: 400;
}

  #contact-form, #contact-form h1, #contact-form h2, #contact-form h3{
    color:#fff;
  }

.single-post .page-header h1, .single-post h2, .single-post h3.wp-block-heading, h3.slide-title {
	color: #030f39;
}

#resources-dropdown p {
  color:#fff;
}

  .forminator-error-message {
    color: #bdeb01;
    font-size: 14px;
  }

  #contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
    border-radius: 6px;
    border: none;
    background-color:rgba(255,255,255,0.3);
    color:#fff;
  }

  #contact-form input:focus-visible,
  #contact-form textarea:focus-visible,
  #contact-form select:focus-visible {
    outline: none;
    box-shadow: none;
  }


  /* Contact form button styles - multiple selectors for compatibility */
  #contact-form .elementor-kit-9 button, 
  #contact-form .elementor-kit-9 input[type="button"], 
  #contact-form .elementor-kit-9 input[type="submit"], 
  #contact-form .elementor-kit-9 .elementor-button,
  #contact-form button, 
  #contact-form input[type="button"], 
  #contact-form input[type="submit"], 
  #contact-form .elementor-button,
  #contact-form .wpcf7-submit,
  #contact-form form button,
  #contact-form form input[type="submit"] {
	font-weight: 500 !important;
	padding: 12px 36px 12px 36px !important;
	margin-top: 12px !important; 
} 


/* Custom popups */
.feature .elementor-widget-text-editor {
	border: 1px solid #fff9;
	border-radius: 9px;
	padding: 15px 30px;
	position: absolute;
	display: none;
	background: #030f39;
}




  /* UK */
  #country-faq .e-n-accordion-item-title {
    color: #fff;
    font-weight: 600;
    background-color: #142550aa;
  }

  #country-faq .e-n-accordion .e-child {
    background-color: #142550aa;
  }

  /** General */
  .x-small-text{
    font-size:9px;
  }


  /* buttons */
  [type=button], [type=submit], button {
    border:none;
    font-weight:500;
  }

  /* Larger radio buttons for contact form */
  #contact-form input[type="radio"] {
    width: 19px !important;
    height: 21px !important;
    margin-right: 10px;
    margin-top: 2px;
    transform: scale(1.15);
    cursor: pointer;
}

  /* Style the radio button labels to match the larger size */
  #contact-form .wpcf7-list-item label {
    font-size: 16px;
    font-weight:400;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  /* Ensure proper spacing for radio button groups */
  #contact-form .wpcf7-radio {
    margin: 0;
  }

  #contact-form .wpcf7-list-item {
    margin-bottom: 12px;
  }

  /* LEI Chart Styles */
  .lei-chart-container {
    position: relative;
    transition: transform 0.3s ease;
  }

  .lei-chart-container:hover {
    transform: translateY(-2px);
  }

  .lei-chart-container h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }

  .lei-stats ul li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 400;
  }


  /** NAV MENU */
  .elementor-25 .elementor-element.elementor-element-b59b16d .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #fff;
    fill: #fff;
  }

  .elementor-25 .elementor-element .elementskit-navbar-nav > li.current-menu-item > a, .elementor-25 .elementor-element .elementskit-navbar-nav > li:hover > a {
    color: #b3c90b !important;
  }

  .elementor-star-rating i {
    margin: 0 20px;
}

.elementor-widget-reviews .elementor-testimonial__header {
  display: block !important;
}

.elementor-testimonial__content {
  margin-top:-20px;
}

  /* Responsive chart styling */
  @media (max-width: 768px) {
    .lei-chart-container {
      padding: 15px;
      margin: 15px 0;
    }
    
    .lei-chart-container h3 {
      font-size: 18px;
      margin-bottom: 15px;
    }

    #about-swiper .swiper-navigation-button.swiper-button-prev {
      left: -36px;
    }

    #about-swiper .swiper-navigation-button.swiper-button-next {
      right: -36px;
    }
  }

  @media (max-width: 480px) {
    .lei-chart-container {
      padding: 10px;
      margin: 10px 0;
    }
    
    .lei-chart-container h3 {
      font-size: 16px;
      margin-bottom: 10px;
    }
  }

 

  /* Home page gradient background */
  .home {
    background: linear-gradient(to bottom, #030F39, #080f22);
    min-height: 100vh;
  }


  /*blog single pages */

  .single-post {
    background-color: #fff;
    color: #030F39;
  }

  .single-post .ekit-template-content-header {
    background-color: #030F39;
    padding-bottom: 20px;
  }


  /* FOOTER */
  .ekit-template-content-footer{
    background-color: #070f21;
  }
  #footer-menu-1 li, #footer-menu-2 li {
    display: block;
    width: 100%;
  }

  #footer-awards .footer-new__bottom-items, #footer-supported-by .footer-new__bottom-items, #footer-payment .footer-new__bottom-items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
    
  }

  #footer-awards img, #footer-supported-by img, #footer-payment img, #payment img{
    height:32px;
    width:auto;
  }

  #footer-contacts .elementor-image-box-description {
    transition: color 0.3s ease;
  }
  
  #footer-contacts .elementor-image-box-description:hover {
    color: #BDEB01;
  }

  /* .footer-new__flags-wr[data-v-0d34613a] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

  .footer-new__flag[data-v-0d34613a]  svg {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-clip-path: circle(32%);
    clip-path: circle(32%);
    transform: scale(1.5);
    position: relative;
    overflow: hidden;
} */

#flags svg {
	width: 20px;
	height: 20px;
	border-radius: 50%;
  margin-bottom: 12px;
}

#flags li {
	list-style: none;
	display: inline;
}



/* LEI Filter Posts Styles */
.lei-filter-posts-container {
  margin: 30px 0;
  text-align: center;
}

.lei-filter-search-wrapper {
  margin-bottom: 20px;
}

#lei-filter-posts .lei-filter-search {
  width: 100%;
  max-width: 500px;
  padding: 12px 20px;
  font-size: 15px;
  border: 1px solid #FFFFFFE6;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}

.lei-filter-search:focus {
  border-color: #BDEB01;
  box-shadow: 0 0 0 3px rgba(189, 235, 1, 0.1);
}

.lei-filter-search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.lei-filter-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
}

#lei-filter-posts .lei-filter-button {
  background-color: #00000000;
  width: auto;
  min-width: 120px;
  padding: 12px 36px 12px 36px;
  font-size: 15px;
  font-weight: 500;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFFE6;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

#lei-filter-posts .lei-filter-button:hover {
  background-color: #BDEB01;
  color: #001F3F;
}

#lei-filter-posts .lei-filter-button.active {
  background-color: #BDEB01;
  color: #001F3F;
  border-color: #BDEB01;
}

.lei-filter-no-results {
  padding: 40px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  display: none;
}


.elementor-pagination {
	margin-top: 30px;
}

.page-numbers {
	background-color: #fff4;
	padding: 4px 11px;
	min-width: 32px;
	display: inline-block;
  text-decoration: none !important;
}

.page-numbers.current, .page-numbers:hover {
	background-color: #bdeb01;
	color: #03103a;
}

/* Custome bullet points - green open circle */
#bullet ul{
  margin:0 0 15px;
  padding:0
}

#bullet ul li {
	list-style: none;
	background: url("images/bullet-circle.png") no-repeat 0px 6px;
	padding-left: 32px;
	line-height: 28px;
}


@media screen and (max-width: 1200px) {
  #ceo-container #ceo-quote {
    width: 450px;
  }
}

@media screen and (max-width: 1024px) {
  .cf7-flex-wrap {
    display: block;
  }

  #ceo-container #ceo-quote {
    position: relative;
    top: 50px;
  }

  #ceo-box {
    border-radius: 15px;
    top: 76px;
  }


}


/* Search results page */
.lei-search-results-page .lei-search-results {
  background: #f4f6fb;
}

.lei-search-results__hero {
  background: linear-gradient(180deg, #030f39 0%, #070f21 100%);
  color: #fff;
  padding: 56px 20px 48px;
}

.lei-search-results__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lei-search-results__title {
  margin: 0 0 12px;
  padding: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  color: #fff;
}

.lei-search-results__count {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.lei-search-form__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 720px;
}

#lei-search-field {
  color: #fff;
}

.lei-search-form__input {
  flex: 1 1 280px;
  min-width: 0;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lei-search-form__input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.lei-search-form__input:focus {
  border-color: #bdeb01;
  box-shadow: 0 0 0 3px rgba(189, 235, 1, 0.15);
}

.lei-search-form__submit {
  flex: 0 0 auto;
  padding: 14px 28px;
  border: 0;
  border-radius: 30px;
  background: #bdeb01;
  color: #03103a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lei-search-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(189, 235, 1, 0.25);
}

.lei-search-results__body {
  padding: 40px 20px 72px;
}

.lei-search-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lei-search-card {
  margin: 0;
}

.lei-search-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(3, 15, 57, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lei-search-card__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(3, 15, 57, 0.14);
}

.lei-search-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px;
}

.lei-search-card__type {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(189, 235, 1, 0.18);
  color: #03103a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lei-search-card__title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 20px;
  line-height: 1.35;
  color: #030F39 !important;
}

.lei-search-card__link:hover .lei-search-card__title {
  color: #030F39;
}

.lei-search-card__excerpt {
  margin: 0 0 18px;
  color: #5b667d;
  font-size: 15px;
  line-height: 1.6;
}

.lei-search-card__cta {
  margin-top: auto;
  color: #030f39;
  font-size: 14px;
  font-weight: 700;
}

.lei-search-card__link:hover .lei-search-card__cta {
  color: #1d3f7a;
}

.lei-search-results__pagination {
  margin-top: 40px;
  text-align: center;
}

.lei-search-results__pagination .page-numbers {
  background-color: rgba(3, 15, 57, 0.08);
  color: #030f39;
  padding: 8px 14px;
  min-width: 40px;
  display: inline-block;
  margin: 0 4px 8px;
  border-radius: 8px;
  text-decoration: none !important;
}

.lei-search-results__pagination .page-numbers.current,
.lei-search-results__pagination .page-numbers:hover {
  background-color: #bdeb01;
  color: #03103a;
}

.lei-search-results__pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lei-search-results__pagination li {
  display: inline-block;
}

.lei-search-results__empty {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 32px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(3, 15, 57, 0.08);
}

.lei-search-results__empty h2 {
  margin: 0 0 12px;
  padding: 0;
  color: #030f39;
}

.lei-search-results__empty p {
  margin: 0 0 24px;
  color: #5b667d;
  line-height: 1.6;
}

.lei-search-results__empty-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.lei-search-results__empty-link {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 30px;
  background: #030f39;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
}

.lei-search-results__empty-link:hover {
  background: #bdeb01;
  color: #03103a !important;
}

@media screen and (max-width: 1024px) {
  .lei-search-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .lei-search-results__hero {
    padding: 40px 16px 32px;
  }

  .lei-search-results__body {
    padding: 28px 16px 56px;
  }

  .lei-search-results__grid {
    grid-template-columns: 1fr;
  }

  .lei-search-form__fields {
    flex-direction: column;
  }

  .lei-search-form__submit {
    width: 100%;
  }

  .lei-filter-buttons-wrapper {
    flex-direction: column;
  }
  
  #lei-filter-posts .lei-filter-button {
    width: 100%;
  }
  
  .lei-filter-search {
    max-width: 100%;
  }

  #ceo-box {
    width: 300px;
  }

  #ceo-container #ceo-quote {
    width:100%
  }

}