/**
Theme Name: Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/
.elementor-widget-image-carousel .swiper {
    border-radius: 38px;
}
.banner-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.05;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.main-header .hfe-nav-menu-icon {
    padding: 10px !important;
    min-width: 45px !important;
    min-height: 45px;
    display: flex;
    box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.2);
}

.main-footer p {
    margin-bottom: 0;
}
.main-footer a {
    color: #FDFDFB;
}
.main-footer .legal-tnc-section a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer-email p {
    word-wrap: break-word;
}

.fancy-arrow-btn .elementor-button-icon svg {
    width: 7px;
}
.fancy-arrow-btn .elementor-button-icon {
    padding: 10px 10px 10px 14px;
    background: #FF855E;
    border-radius: 50%;
}
.fancy-arrow-btn .elementor-button-content-wrapper {
    align-items: center;
}
.fancy-arrow-btn .elementor-button .elementor-button-icon {
    transition: all 0.2s ease;
    position: relative;
}
.fancy-arrow-btn .elementor-button:hover .elementor-button-icon {
    background: #293B57;
}
.fancy-arrow-btn .elementor-button .elementor-button-icon svg {
    animation: slideAndFadeInFromRight 0.2s ease forwards;
}
.fancy-arrow-btn .elementor-button:hover .elementor-button-icon svg {
    animation: slideAndFadeOutToRight 0.2s ease forwards;
}
@keyframes slideAndFadeInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideAndFadeOutToRight {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideAndFadeInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideAndFadeOutToLeft {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.fancy-arrow-btn .elementor-button .elementor-button-icon:before {
    content: url("/wp-content/uploads/2025/10/arrow-white-right.svg");
    width: 7px;
    height: 14px;
    position: absolute;
    animation: slideAndFadeOutToLeft 0.2s ease forwards;
}
.fancy-arrow-btn .elementor-button:hover .elementor-button-icon:before {
    animation: slideAndFadeInFromLeft 0.2s ease forwards;
}
.elementor .squircle-image img {
    aspect-ratio: 1/1;
    height: auto !important;
}
.logos-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}
.logos-carousel .swiper-slide-inner {
    padding: 15px 20px;
    background: #FFFFFF;
    border-radius: 130px;
}
.logos-carousel .swiper-slide-image {
    filter: grayscale(1);
}

/* New header - start */
.green-icon-bg.fancy-arrow-btn .elementor-button-icon {
    background: #293B57;
}
.main-header.new-header .hfe-nav-menu-icon {
    padding: 0 !important;
    box-shadow: none;
    min-height: unset;
}
.new-header .floating-header-bar {
    backdrop-filter: blur(10px);
}
/* Disable backdrop-filter because it breaks layout of off-canvas menu */
.new-header .floating-header-bar:has(.hfe-flyout-show) {
    backdrop-filter: none;
}
.new-banner.banner-section:before {
    display: none;
}
/* New header - end */

/* Testimonial carousel - start */
.new-home-carousel .elementor-swiper-button {
    display: none !important;
}
.test-carousel-btn-proxy {
    cursor: pointer;
}
/* Testimonial carousel - end */

/* News carousel - start */
.new-home-news-carousel .swiper.elementor-loop-container {
    padding: 0 25%;
}
.new-home-news-carousel .elementor-swiper-button {
    display: none !important;
}
.new-home-news-carousel .swiper.elementor-loop-container:before, .new-home-news-carousel .swiper.elementor-loop-container:after {
    content: '';
    width: 100%;
    max-width: 100px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
}
.new-home-news-carousel .swiper.elementor-loop-container:before {
    background: linear-gradient(90deg, #eeebed, transparent);
    left: 0;
}
.new-home-news-carousel .swiper.elementor-loop-container:after {
    background: linear-gradient(90deg, transparent, #eeebed);
    right: 0;
}
.news-carousel-btn-proxy {
    cursor: pointer;
}
/* News carousel - end */

/* Book a demo popup - start */
.new-book-a-demo-form .elementor-field-group input {
    padding: 0;
}
.new-book-a-demo-form .elementor-field-group.elementor-field-type-submit {
    margin-top: 25px;
}
/* Book a demo popup - end */
/* Responsive */
@media screen and (max-width: 1024px) {
    .book-a-demo-form #form-field-email {
        height: 50px;
    }
    .book-a-demo-form .elementor-field-type-submit .elementor-button {
        width: 40px;
        height: 40px;
    }
    .book-a-demo-form .elementor-field-type-submit {
        top: 5px;
        right: 5px;
    }
    .book-a-demo-form .elementor-field-type-submit .elementor-button svg {
        font-size: 10px;
    }
    .book-a-demo-form .elementor-field-type-submit .elementor-button {
        padding: 5px !important;
    }
    .new-home-news-carousel .swiper.elementor-loop-container {
        padding: 0 20%;
    }
    .single-post:has(.category-news) .latest-articles .elementor-posts .post {
        max-width: calc(50% - 11px);
    }
}
@media screen and (max-width: 767px) {
    .new-home-news-carousel .swiper.elementor-loop-container {
        padding: 0;
    }
    .new-home-news-carousel .swiper.elementor-loop-container:before, .new-home-news-carousel .swiper.elementor-loop-container:after {
        display: none;
    }
    .single-post:has(.category-news) .latest-articles .elementor-posts .post {
        max-width: 100%;
    }
}

/* Home 2 */
.tl-testimonials-wrap .tl-testimonial-card {
    height: 100% !important;
}

/* Home Duplicate */
.tl-ts-icon-wrap .elementor-icon-box-icon {
    margin-top: 12px;
}
.tl-tg-blur-bg-wrap {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.tl-carousel figure.swiper-slide-inner img {
	height: auto;
	width: 250px;
}
.tl-main-heading span.eael-fancy-text-prefix {
    margin-right: 10px;
}

/* ========================== 
    WMW site updates
    Add changes here including responsive layout
========================== */

.wmw-btn .elementor-button-icon svg {
    width: 16px;
    height: 16px;
}
.aira-2-col-img img {
    aspect-ratio: 5/6;
    object-fit: cover;
}
.three-lines-only.elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========= Custom country select drop-down - task needs review so might remove later - start ========= */
.custom-country-select { position: relative; display: inline-block; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.ccs-btn {
  display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .75rem;
  background: #fff; border: 1px solid #ddd; border-radius: 8px;
  cursor: pointer; min-width: 190px; justify-content: space-between;
}
.ccs-btn:focus { outline: 3px solid rgba(34, 132, 255, .15); outline-offset: 2px; }
.ccs-flag { font-size: 1.1rem; margin-right: .35rem; }
.ccs-label { flex: 1; text-align: left; font-size: .95rem; color: #222; }
.ccs-caret { margin-left: .5rem; opacity: .7; }
.ccs-list {
  position: absolute; left: 0; right: 0; margin-top: .45rem;
  background: #fff; border: 1px solid #e6e6e6; box-shadow: 0 6px 18px rgba(0,0,0,.06);
  border-radius: 8px; max-height: 240px; overflow-y: auto; padding: .25rem 0;
  z-index: 99999; display: none;
}
.custom-country-select.open .ccs-list { display: block; }
.ccs-option {
  list-style: none; padding: .5rem .75rem; cursor: pointer;
  display: flex; gap: .5rem; align-items: center; font-size: .95rem;
}
.ccs-option:hover, .ccs-option[aria-selected="true"], .ccs-option.focus { background: #f6f8fb; }
@media (max-width: 420px) { .ccs-btn { min-width: 140px; padding: .4rem .6rem; } .ccs-label { font-size: .9rem; } .ccs-flag { font-size: 1rem; } }

/* ========= Custom country select drop-down - task needs review so might remove later - end ========= */

/* ========= WMW Banner box and form - start ========= */
.wmw-banner-box .elementor-widget-text-editor a {
    text-decoration: underline;
}
.wmw-banner-form input[type="tel"] {
    height: auto;
    padding-left: 46px;
}
.wmw-banner-form .elementor-field-type-tel {
    position: relative;
}
.wmw-banner-form .elementor-field-type-tel:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/yellow-phone.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    display: block;
    z-index: 99;
}
/* ========= WMW Banner box and form - end ========= */

/* ========= Home scrolling logos - start ========= */
.wmw-carousel .swiper-slide-image {
    width: 100%;
    max-width: 270px;
    max-height: 110px;
    object-fit: contain;
}
/* ========= Home scrolling logos - end ========= */

/* ========= WMW About page cards - start ========= */
.about-team-card .elementor-image-box-img img {
    aspect-ratio: 1 /1;
    object-fit: cover;
    width: 100%;
}
/* ========= WMW About page cards - end ========= */

/* ========= Resource page cards - start ========= */
.resource-card .wmw-btn {
    margin-top: auto;
}
/* ========= Resource page cards - end ========= */

/* ========= Single product page - start ========= */
.single-product:has(.wmw-single-prod-wrap) .ast-container {
    max-width: 100%;
    padding: 0;
}
.single-product:has(.wmw-single-prod-wrap) .woocommerce-product-details__short-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.single-product:has(.wmw-single-prod-wrap) .woocommerce-product-details__short-description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.wmw-single-prod-wrap .elementor-add-to-cart .quantity button {
    color: #334155;
    background-color: transparent !important;
    padding: 8px !important;
    box-shadow: none;
    margin: 0 !important;
}
.wmw-single-prod-wrap .elementor-add-to-cart .quantity {
    display: flex;
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    padding: 0 5px;
}
.wmw-single-prod-wrap .elementor-add-to-cart .quantity input[type=number]::-webkit-outer-spin-button,
.wmw-single-prod-wrap .elementor-add-to-cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wmw-single-prod-wrap .elementor-add-to-cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.wmw-single-prod-wrap .elementor-add-to-cart .single_add_to_cart_button {
    padding: 12px 40px !important;
}
.wmw-single-prod-wrap .elementor-add-to-cart .quantity input {
    text-align: center;
}
.external-vendors-grid .vendor-content {
    padding: 10px 20px;
    background: #006073;
    border: 1px solid #006073;
    border-radius: 15px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.external-vendors-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.external-vendors-grid .vendor-content .vendor-price {
    margin-left: auto;
}
.external-vendors-grid .vendor-content .vendor-logo {
    height: 50px;
}
.faq-accordion {
    border-color: #006073 !important;
}
/* ========= Single product page - end ========= */

/* ========= Resource page CF7 - start ========= */
.user-reg-form .wpcf7-form, .user-reg-form .wpcf7-form label {
    font-family: 'Fira Sans';
    font-size: 18px;
}
.user-reg-form .wpcf7-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.user-reg-form .wpcf7-form .wpcf7-submit {
    background: #006073;
    border-radius: 15px;
    white-space: normal;
}
/* ========= Resource page CF7 - end ========= */

/* ========= Custom login & register page - start ========= */
.wmw-custom-login .elementor-field-type-text:first-child:before {
    content: '\f2bd';
    font-family: "Font Awesome 6 Free";
    z-index: 999;
    display: block;
    position: absolute;
    left: 12px;
    bottom: 10px;
    font-size: 22px;
}
.wmw-custom-login .elementor-field-type-text input[type="text"] {
    padding-left: 42px;
}
.wmw-custom-login .elementor-field-type-text:first-child {
    position: relative;
}
.wmw-custom-login .elementor-field-type-text input {
    line-height: 1.5;
    height: auto;
}
.wmw-custom-login .elementor-field-type-checkbox label {
    padding-bottom: 0 !important;
}
.wmw-custom-login .elementor-field-type-submit .elementor-button {
    margin-bottom: 20px;
}
.wmw-custom-login .register-link {
    background-color: #006073;
    font-family: "Fira Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 18px 12px 18px;
    width: 100%;
    text-align: center;
    color: #fff !important;
}
.wmw-custom-login .elementor-lost-password {
    font-family: 'Fira Sans';
    font-size: 15px;
}
.wmw-custom-pass-reset.elementor-widget-shortcode {
    font-family: "Fira Sans", sans-serif;
}
.wmw-custom-pass-reset form label {
    font-weight: 400 !important;
}
.wmw-custom-pass-reset .woocommerce-Button.button {
    background: #006073;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 400;
}
.wmw-custom-pass-reset .lost_reset_password input {
    background-color: #ffffff;
    border-color: #777;
    border-radius: 4px;
}
/* ========= Custom login & register page - end ========= */

/* ========= New Blog Page - start ========= */
.blog-content .heading-large {
    font-family: 'Etna Condensed';
    font-size: 28px;
    font-style: normal;
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-size-400, 32px); /* 145.455% */
    letter-spacing: var(--letter-spacing-25, 0.25px);
}
.blog-content a {
  text-decoration: none !important;
}
.blog-other-apps-card:hover .other-apps-tags-wrap .elementor-button-link {
  background-color: #d0d0d0 !important;
}
.blog-other-apps-card img {
  transition: all 0.3s ease;
}
.blog-other-apps-card:hover img {
  transform: scale(1.05);
}
.blog-other-apps-card .elementor-widget-image {
  overflow: hidden;
}
.blog-item-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.blog-item {
  flex: 0 0 32%;
  max-width: 32%;
  min-height: 421px;
}
.blog-action-wrap {
  display: flex;
  align-items: end;
  margin-bottom: 32px;
  border-bottom: 1px solid #b1b1b1;
}
.blog-cat-wrap {
  flex: 0 0 65%;
  max-width: 65%;
}
.blog-search-wrap button {
  background-color: transparent !important;
  padding: 0;
  position: absolute;
  top: 25%;
  left: 15px;
}
.blog-search-wrap {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  margin-bottom: 17px;
}
.blog-search-wrap input[type="text"] {
  padding: 10px 43px 10px 46px;
  height: 50px;
  background-color: #efefef;
  border-radius: 6px;
  width: 100%;
}
.blog-cat-wrap ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
.blog-cat-wrap a {
  text-transform: uppercase;
  text-align: center;
  text-decoration-line: none !important;
  color: #000000;
  font-family: "Fira Sans", Sans-serif;
}
.blog-cat-wrap ul li {
  padding: 0 15px;
  padding-bottom: 7px;
}
.blog-cat-wrap ul .active {
  border-bottom: 3px solid #006073;
}
.blog-btn i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 0 7px;
}
.blog-btn a {
  text-decoration: none !important;
  color: #000000;
}
.blog-item-inner .blog-content .blog-btn {
  text-align: right;
  margin-top: auto;
}
.blog-content {
  padding: 20px 0px;
}
.blog-page-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 29px;
}
.blog-page-buttons .page-numbers {
  background-color: #efefef;
  padding: 3px 16px;
  color: #000000;
  text-decoration: none !important;
}
.blog-page-buttons .page-numbers.current {
  background-color: #006073;
  color: #ffffff;
}
.blog-bg img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.blog-item .blog-content h3 {
    color: #006073;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-search-wrap input[type="text"]::placeholder {
  color: #12121299;
}
.blog-search-wrap input[type="text"]:focus {
  border: 1px solid #1a3642;
  background-color: #1212120d;
}
.blog-search-wrap button.clear-input {
  left: unset;
  right: 12px;
  display: none;
}
.blog-search-wrap input[type="text"]:focus + button.clear-input {
  display: block;
}
.blog-search-wrap input[type="text"]:focus::placeholder {
  color: transparent !important;
}
.blog-btn a {
  color: #006073;
}
.blog-item .blog-item-inner {
  display: flex;
  flex-direction: column;
  min-height: 421px;
}
.blog-item-inner .blog-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-item-inner .blog-btn-wrap {
  padding: 0 20px 20px;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.blog-item-inner .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Fira Sans", Sans-serif;
}
.blog-item .blog-bg {
  overflow: hidden;
  border-radius: 20px;
}
.blog-item:hover .blog-bg img {
  transform: scale(1.05);
}
.blog-item .blog-bg img {
  transition: all 0.3s ease;
}
.blog-item-wrap .blog-item {
  transition: all 0.3s ease;
}
/* ========= New Blog Page - end ========= */

/* ========= New Dashboard template design - start ========= */
.sidebar-nav.coming-soon .current-menu-item .hfe-menu-item:before {
  color: #AAA;
}
/* ========= New Dashboard template design - end ========= */

/* Sign up to newsletter CTA form */
.above-footer-newsletter input#form-field-email {
    height: auto;
    min-height: unset;
    padding: 16px;
}

/* ========= Responsive ========= */
@media screen and (max-width: 1220px) {
  .blog-item {
    flex: 0 0 48.3%;
    max-width: 48.3%;
  }
}
@media screen and (max-width: 1025px) {
    .user-reg-form .wpcf7 form>p {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1024px) {
    .external-vendors-grid .vendor-content {
        /* flex-wrap: wrap; */
        font-size: 20px;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .external-vendors-grid .vendor-content .vendor-text-wrap, .external-vendors-grid .vendor-content .vendor-logo-wrap {
        /* width: 100%;
        max-width: calc(50% - 5px); */
        display: flex;
    }
    .external-vendors-grid .vendor-content .vendor-logo {
        object-fit: contain;
    }
    .external-vendors-grid .vendor-content .vendor-logo-wrap {
        justify-content: flex-end;
    }
    .external-vendors-grid .vendor-content .vendor-price {
        margin: 0 auto;
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .external-vendors-grid .vendor-content {
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: row;
    }
    .external-vendors-grid .vendor-content .vendor-text-wrap, .external-vendors-grid .vendor-content .vendor-logo-wrap {
        width: auto;
    }
    .external-vendors-grid .vendor-content .vendor-price {
        margin: 0 0 0 auto;
    }
    .user-reg-form .wpcf7 form>p {
        margin-bottom: 15px;
    }
    .user-reg-form .wpcf7-form label {
        font-size: 16px;
    }
    .blog-item {
        flex: unset;
        max-width: 100%;
        min-height: unset;
    }
    .blog-desc,
    .blog-content h3 {
        min-height: unset;
    }
    .blog-action-wrap {
        flex-direction: column-reverse;
    }
    .blog-cat-wrap,
    .blog-search-wrap {
        width: 100%;
        flex: unset;
        max-width: 100%;
    }
    .blog-search-wrap {
        margin-bottom: 30px;
    }
    .blog-cat-wrap ul {
        row-gap: 15px;
        justify-content: center;
    }
    .blog-content .heading-large {
        font-size: 25px;
    }
}
@media screen and (max-width: 525px) {
    .external-vendors-grid .vendor-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        font-size: 18px;
    }
    .external-vendors-grid .vendor-content .vendor-price {
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .external-vendors-grid .vendor-content {
        flex-wrap: wrap;
        gap: 10px;
    }
    /* .external-vendors-grid .vendor-content .vendor-text-wrap, .external-vendors-grid .vendor-content .vendor-logo-wrap {
        width: 100%;
    } */
    .external-vendors-grid .vendor-content .vendor-price {
        margin: 0 auto;
        font-size: 24px;
    }
}

/* header login dropdown */
.custom-menu-dropdown {
    position: relative;
    display: inline-block;
}
.custom-menu-dropdown .dropdown-btn {
    padding: 16px 25px;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    background-color: #006073;
    color: #FFFFFF;
}
.custom-menu-dropdown .dropdown-btn:hover {
    background-color: #ffaf51;
}
.custom-menu-dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
    min-width: 180px;
    z-index: 999;
    border-radius: 15px;
    overflow: hidden;
    border: thin solid #eeeeee;
}
.custom-menu-dropdown .dropdown-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-menu-dropdown .dropdown-content ul li {
    padding: 10px 15px;
}
.custom-menu-dropdown .dropdown-content ul li a {
    text-decoration: none;
    color: #006073;
    font-size: 16px;
}
.custom-menu-dropdown .dropdown-content ul li:hover {
    background: #006073;
}
.custom-menu-dropdown .dropdown-content ul li:hover a {
    color: #FFF;
}

/* nxt phse - duplicate */
.book-slides-deskmob .swiper-button-prev {
    bottom: calc(50% - 48px);
    left: -40px;
}
.book-slides-deskmob .swiper-button-next {
    bottom: calc(50% - 48px);
    left: auto;
    right: -40px;
}
.book-slides-deskmob .swiper-button-next svg,
.book-slides-deskmob .swiper-button-prev svg {
    display: none;
}
.book-slides-deskmob .swiper-button-next:after,
.book-slides-deskmob .swiper-button-prev:after {
    font-size: 24px;
}


/* Find Us Social Media */
.custom-font .elementor-heading-title {
    font-family: "Playfair Display", Sans-serif !important;
}
.find-us-online-section .find-us-online-div {
    max-width: unset !important;
    width: 120% !important;
}

/* New Shop page - /shop-new-2/ */
/* .shop-by-category-slider .elementor-widget-image img {
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover !important;
} */
/* Category Archive page */
.tax-product_cat .star-rating span:before {
    color: #FDA256;
}
.wmw-prod-cat-arch-products .product .add_to_cart_button,
.wmw-prod-cat-arch-products .product .ast-woo-shop-product-description {
    display: none;
}
.layout-switcher .elementor-icon {
    display: flex;
}
.prod-list-layout-switcher .layout-switcher {
    cursor: pointer;
}
.wmw-prod-cat-arch-products .products.list .product {
    display: flex !important;
    padding: 20px !important;
    border: 1px solid #ddd !important;
    gap: 40px;
    align-items: center;
}
.wmw-prod-cat-arch-products .products.list {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 !important;
}
.wmw-prod-cat-arch-products .products.list .astra-shop-thumbnail-wrap {
    width: 100%;
    max-width: 180px;
}
.wmw-prod-cat-arch-products .products.list .add_to_cart_button {
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
}
.wmw-prod-cat-arch-products .products.list .ast-woo-shop-product-description {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wmw-prod-cat-arch-products .products.list .astra-shop-summary-wrap {
    position: relative;
    padding-right: 180px;
}
.wmw-prod-cat-arch-section .woocommerce-ordering {
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    padding: 0 4px;
    z-index: 10;
    position: relative;
}
.wmw-prod-cat-arch-products .products.list .product img {
    margin-bottom: 0;
}

/* Single Product page */
.single-product .woocommerce-product-gallery .flex-direction-nav {
    display: none;
}
.single-product .woocommerce-product-gallery:has(.flex-control-thumbs) {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 80px;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    max-width: 80px;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    max-width: 80px;
}
.img-no-shadow .elementor-image-box-img {
    box-shadow: none;
}
.product-other-info-acc .e-n-accordion-item {
    display: none;
}
.product-other-info-acc .e-n-accordion-item:has(.elementor-widget-text-editor) {
    display: flex;
}
.product-other-info-acc .e-n-accordion-item-title-header {
    padding: 10px 20px;
}
.product-other-info-acc .e-n-accordion-item-title-icon {
    background: #006073;
    aspect-ratio: 1 / 1;
    width: 38px;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
.product-other-info-acc .e-n-accordion-item {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d5d8dc;
}

/* Endourcments page */
.latest-vids .latest-vid:hover {
    padding-left: 24px;
}
.latest-vids .latest-vid {
    transition: all 0.3s ease;
}
.latest-vids .latest-vid .elementor-heading-title:hover {
    text-decoration: underline;
}
.fancybox__content>.carousel__button.is-close {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
}
.latest-vid:hover .elementor-heading-title {
    color: #fff;
}
.latest-vid:hover .play-vid svg {
    fill: #fff !important;
}
/* Endorsements v2 */
.contact-link-underline a {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

/* Testimonial Tabs - Endourcments page */
.testimonial-tabs-nav .tab-nav-item h3 {
    font-size: 28px;
    font-weight: 700 !important;
}
.testimonial-tabs-nav .tab-nav-item p {
    font-size: 20px;
}
.testimonial-tabs-nav .tab-nav-item h3, .testimonial-tabs-nav .tab-nav-item p {
    text-align: center;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.testimonial-tabs-wrapper .testimonial-tabs-nav {
    margin-bottom: 60px;
}
.testimonial-tabs-wrapper .testimonial-inner {
    display: flex;
    gap: 90px;
    padding: 80px;
    border-radius: 30px;
    background-color: #f7f9fa;
}
.testimonial-tabs-wrapper .testimonial-left img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}
.testimonial-tabs-wrapper .company-image img {
    max-height: 80px;
}
.testimonial-tabs-wrapper .testimonial-right {
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: center;
    width: 100%;
}
.testimonial-tabs-wrapper .testimonial-content, .testimonial-tabs-wrapper .testimonial-content p {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700 !important;
    margin-bottom: 0;
}
.testimonial-tabs-wrapper .testimonial-author, .testimonial-tabs-wrapper .testimonial-author p {
    margin-bottom: 0;
    font-size: 24px;
}
.testimonial-tabs-wrapper .testimonial-left {
    width: 100%;
    max-width: 300px;
}
.testimonial-tabs-wrapper .tab-nav-item.slick-slide {
    opacity: 0.5;
    cursor: pointer;
}
.testimonial-tabs-wrapper .tab-nav-item.slick-slide.slick-current, .testimonial-tabs-wrapper .tab-nav-item.slick-slide:hover {
    opacity: 1;
}

/* Endorsements V3 page */
.endorsements-v3-banner .fancy-left-divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    background: url('/wp-content/uploads/2026/06/curvature.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-feat-icons .banner-feat-icon-wrap:not(:last-child):after {
    content: '';
    border-right: 1px solid #EB678766;
    position: absolute;
    inset: 0;
    height: 70%;
    top: 15%;
    right: -15px;
}
.endorsement-v3 .swiper-slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.endorsement-v3.wmw-carousel .swiper-slide-image {
    height: 110px;
}
.endorsement-v3.logos-carousel .elementor-image-carousel-caption {
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    line-height: 1.2;
}
.wmw-reco-features-sec .elementor-icon-box-icon,
.wmw-reco-features-sec .elementor-icon {
    display: flex;
    justify-content: center;
}
.partnered-student-orgs-section .elementor-icon,
.partnered-student-orgs-section .elementor-icon-box-icon {
    display: flex;
}
.endorsements-wrapper .endorsement-tabs button {
    min-width: 100px;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #006073;
    background: transparent;
    color: #006073;
}
.endorsements-wrapper .endorsement-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}
.endorsements-wrapper .endorsement-tabs button.active {
    background: #006073;
    color: #fff;
}
.endorsement-card .quote-icon-wrap svg {
    width: 100%;
    max-width: 60px;
    fill: #EB6787;
}
.endorsement-card .endorsement-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.endorsements-wrapper .endorsement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.endorsements-wrapper .endorsement-image img {
    width: 100%;
    max-width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.endorsement-card .quote-icon-wrap {
    margin-left: auto;
}
.endorsements-wrapper .endorsement-card {
    padding: 20px;
    border: 1px solid #F7EFDE;
    border-radius: 20px;
    background: #fff;
}
.endorsement-card .endorsement-name {
    margin-bottom: 0;
    font-size: 24px;
    color: #006073;
}
.endorsement-card .endorsement-title {
    font-size: 15px;
}
.endorsement-card .read-full-endorsement-wrap a {
    display: flex;
    gap: 10px;
    color: #006073;
}
.read-full-endorsement-wrap .right-arrow svg {
    width: 22px;
    fill: #006073;
}
.read-full-endorsement-wrap .right-arrow {
    display: flex;
}
.endorsement-card .read-full-endorsement-wrap {
    margin-top: 10px;
}
/* V3 - after feedback */
.elementor-widget-html:has(> .loader-wrap) {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
.endorsement-popup-wrap > .e-con-inner {
    position: relative;
}
.loader-wrap .loader:before {
    border-radius: 50%;
}
.endorsement-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Shop page - book language switcher */
.books-switch.elementor-widget-button:not(.active) .elementor-button {
    color: #fff;
    background: #006073;
    border-color: #006073;
}
.books-switch.elementor-widget-button {
    cursor: pointer;
}

/* Book Interview page */
.book-interview-banner .fancy-left-divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    background: url('/wp-content/uploads/2026/06/media-banner-shape-curve.png');
    background-repeat: no-repeat;
    background-size: contain;
}
span.pink-text {
    color: #F74B78;
    display: inline-block;
}
span.has-heart-icon:after {
    content: '';
    width: 100px;
    background: url('/wp-content/uploads/2026/06/media-heart-icon-res.webp');
    background-position: center center;
    background-size: cover;
    display: inline-block;
    height: 30px;
    margin-left: 10px;
}
.why-book-mel-icon-box .elementor-icon-box-icon, .why-book-mel-icon-box .elementor-icon {
    display: flex;
    justify-content: center;
}
.why-book-mel-icon-box-wrapper .why-book-mel-icon-box-wrap:not(:last-child):after {
    content: '';
    border-right: 1px solid #ddd;
    position: absolute;
    inset: 0;
    height: 70%;
    top: 15%;
    right: -15px;
}
.book-interview-form .select-caret-down-wrapper {
    display: none;
}
.book-interview-cta-icon .elementor-icon-box-icon, .book-interview-cta-icon .elementor-icon {
    display: flex !important;
    justify-content: center;
}
.book-interview-form .elementor-form:after {
    content: '';
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    right: -20px;
    height: calc(100% - 60px);
}
.book-interview-cta-icon .elementor-icon {
    border: 1px solid #F7EFDE;
}

/* Contact Form page */
.req-appear-form :is(
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="reset"],
    input[type="tel"],
    input[type="date"],
    select,
    textarea
) {
    padding-left: 40px;
    position: relative;
}
.req-appear-form .elementor-field-group:has(input[type="text"])::before,
.req-appear-form .elementor-field-group:has(input[type="number"])::before,
.req-appear-form .elementor-field-group:has(input[type="email"])::before,
.req-appear-form .elementor-field-group:has(input[type="url"])::before,
.req-appear-form .elementor-field-group:has(input[type="password"])::before,
.req-appear-form .elementor-field-group:has(input[type="search"])::before,
.req-appear-form .elementor-field-group:has(input[type="reset"])::before,
.req-appear-form .elementor-field-group:has(input[type="tel"])::before,
.req-appear-form .elementor-field-group:has(input[type="date"])::before,
.req-appear-form .elementor-field-group:has(select)::before,
.req-appear-form .elementor-field-group:has(textarea)::before {
    content: "";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    z-index: 5;
    top: 7px;
    left: 16px;
    color: #959595;
}
.req-appear-form .elementor-field-group:has(input[name="form_fields[name]"])::before {
    content: "\f007";
}
.req-appear-form .elementor-field-group:has(input[name="form_fields[email]"])::before {
    content: "\f0e0";
}
.req-appear-form .elementor-field-group:has(input[name="form_fields[organization_show]"])::before {
    content: "\f1ad";
}
.req-appear-form .elementor-field-group:has(input[name="form_fields[show_title]"])::before {
    content: "\f26c";
}
.req-appear-form .elementor-field-group:has(select[name="form_fields[type_appearance]"])::before {
    content: "\f3c9";
}
.req-appear-form .elementor-field-group:has(textarea[name="form_fields[message]"])::before {
    content: "\f075";
}
.icon-circle-fix .elementor-icon {
    display: inline-flex;
}
.card-w-dividers-wrap .card-w-dividers:not(:last-child):after {
    content: '';
    border-right: 1px solid #EB678766;
    position: absolute;
    inset: 0;
    height: 70%;
    top: 15%;
    right: -20px;
}
.card-w-dividers-wrap.cols-4 .card-w-dividers:not(:last-child):after {
    right: -15px;
}

@media screen and (max-width: 1024px) {
    .book-slides-deskmob .swiper-button-next,
    .book-slides-deskmob .swiper-button-prev {
        border-radius: 50%;
        width: 45px;
        height: 45px;
    }
    .book-slides-deskmob .swiper-button-next {
        top: 115%;
        right: 30%;
    }
    .book-slides-deskmob .swiper-button-prev {
        top: 115%;
        left: 30%;
    }
    .wmw-prod-cat-arch-products .products.list .product {
        gap: 20px !important;
    }
    .wmw-prod-cat-arch-products .products.list .astra-shop-summary-wrap {
        width: 100%;
        padding-right: 150px;
    }
    .testimonial-tabs-wrapper .testimonial-inner {
        gap: 40px;
        padding: 40px;
    }
    .testimonial-tabs-wrapper .testimonial-content, .testimonial-tabs-wrapper .testimonial-content p {
        font-size: 32px;
    }
    .testimonial-tabs-wrapper .testimonial-author, .testimonial-tabs-wrapper .testimonial-author p {
        font-size: 20px;
    }
    .testimonial-tabs-wrapper .testimonial-right {
        gap: 32px;
    }
    .testimonial-tabs-wrapper .testimonial-tabs-nav {
        margin-bottom: 30px;
    }
    .testimonial-tabs-nav .tab-nav-item h3 {
        font-size: 24px;
    }
    .testimonial-tabs-nav .tab-nav-item p {
        font-size: 18px;
    }
    .endorsements-v3-banner .fancy-left-divider:before,
    .book-interview-banner .fancy-left-divider:before {
        display: none;
    }
    .endorsements-wrapper .endorsement-tabs {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px;
    }
    .endorsements-wrapper .endorsement-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .endorsement-card .endorsement-name {
        font-size: 20px;
    }
    .endorsement-card .endorsement-title {
        font-size: 14px;
    }
    span.has-heart-icon:after {
        width: 80px;
        height: 25px;
    }
    .why-book-mel-icon-box-wrapper .why-book-mel-icon-box-wrap:nth-child(3n):after {
        border-right: none;
    }
    .book-interview-form .elementor-form:after {
        display: none;
    }
    span.text-emphasize {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 768px) {
    .book-slides-deskmob .swiper-button-next,
    .book-slides-deskmob .swiper-button-prev {
        top: 117%;
    }
}
@media screen and (max-width: 767px) {
    .wmw-prod-cat-arch-products .products.list .product {
        flex-direction: column !important;
        align-items: flex-start;
    }
    .wmw-prod-cat-arch-products .products.list .astra-shop-summary-wrap {
        padding-right: 0;
    }
    .wmw-prod-cat-arch-products .products.list .add_to_cart_button {
        position: relative;
        transform: unset;
        top: unset;
        right: unset;
        order: 5;
    }
    .wmw-prod-cat-arch-products .products.list .astra-shop-summary-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .wmw-prod-cat-arch-products .products.list .astra-shop-thumbnail-wrap {
        max-width: 500px;
    }
    .wmw-prod-cat-arch-products .products.list .astra-shop-thumbnail-wrap .add_to_cart_button {
        display: none;
    }
    .wmw-prod-cat-arch-products .products.list .review-rating {
        margin: 15px 0 20px;
    }
    .wmw-prod-cat-arch-section .floating-filter-controls {
        position: relative;
        flex-wrap: nowrap;
    }
    .testimonial-tabs-nav .slick-track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .testimonial-tabs-nav .slick-track:before, .testimonial-tabs-nav .slick-track:after {
        display: none;
    }
    .testimonial-tabs-nav .tab-nav-item.slick-slide {
        width: 100% !important;
        text-align: center;
    }
    .testimonial-tabs-nav .tab-nav-item h3 {
        font-size: 22px;
    }
    .testimonial-tabs-nav .tab-nav-item p {
        font-size: 16px;
    }
    .testimonial-tabs-wrapper .testimonial-inner {
        flex-direction: column;
        padding: 25px;
    }
    .testimonial-tabs-wrapper .testimonial-content, .testimonial-tabs-wrapper .testimonial-content p {
        font-size: 26px;
    }
    .testimonial-tabs-wrapper .testimonial-author, .testimonial-tabs-wrapper .testimonial-author p {
        font-size: 18px;
    }
    .testimonial-tabs-wrapper .testimonial-right {
        gap: 24px;
    }
    .testimonial-tabs-wrapper .testimonial-left img {
        height: 300px;
        object-fit: cover;
    }
    .testimonial-tabs-wrapper .company-image {
        order: 3;
    }
    .socials.custom-banner-overlay:before {
        background-image: linear-gradient(0, #000000 20%, #00000000 100%) !important;
    }
    .mobile-no-break br {
        display: none;
    }
    .banner-feat-icons .banner-feat-icon-wrap:nth-child(even):after {
        border-right: none;
    }
    .banner-feat-icons .banner-feat-icon-wrap:not(:last-child):after {
        right: -10px;
    }
    .banner-feat-icons .banner-feat-icon-wrap:not(:nth-last-child(-n + 2)):before {
        content: '';
        border-bottom: 1px solid #EB678766;
        position: absolute;
        inset: 0;
        width: 70%;
        left: 15%;
        top: 10px;
    }
    .partnered-student-orgs-section .elementor-icon-box-icon {
        justify-content: center;
    }
    .why-book-mel-icon-box-wrapper .why-book-mel-icon-box-wrap:not(:last-child):after {
        display: none;
    }
    span.text-emphasize {
        font-size: 24px !important;
        display: inline-block;
    }
    .contact-banner .green-floating-box {
        position: relative;
        inset: 0;
    }
    .card-w-dividers-wrap.cols-4 .card-w-dividers:not(:last-child):after {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .single-product .woocommerce-product-gallery:has(.flex-control-thumbs) {
        flex-direction: column;
        gap: 0px;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row;
        max-width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        margin: 0 !important;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs img {
        max-width: unset;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        max-width: calc(33% - (20px / 3));
    }
    .endorsements-wrapper .endorsement-tabs button {
        padding: 8px 15px;
        font-size: 14px;
    }
    .endorsements-wrapper .endorsement-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .endorsement-card .quote-icon-wrap svg {
        max-width: 40px;
    }
    .endorsements-wrapper .endorsement-image img {
        max-width: 80px;
    }
    .endorsements-wrapper .endorsement-tabs {
        margin-bottom: 20px;
    }
    span.has-heart-icon:after {
        display: none;
    }
}







/* ================ DLE Event Group custom code ================ */
.homepage-splash {
    height: 100vh;
    background: #000;
    position: fixed;
    inset: 0;
    z-index: 999999;
}
.homepage-splash .splash-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 70px 30px;
    animation: fadeIn 0.8s ease-in forwards;
    font-family: "Montserrat", sans-serif;
}
.homepage-splash .splash-intro {
    color: #fff;
    font-size: 92px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Escrow Banner Compressed Semibold", Sans-serif;
}
.homepage-splash .main-content-area {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
}
.homepage-splash .splash-subeading {
    color: #D0B467;
    font-style: italic;
    font-size: 43px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Escrow Banner Compressed Semibold", Sans-serif;
}
.homepage-splash .main-content-area p {
    font-size: 20px;
    margin-bottom: 30px;
}
.homepage-splash .main-content-area .buttons-wrap {
    display: flex;
    gap: 10px;
}
.homepage-splash .main-content-area .buttons-wrap .button {
    font-size: 16px;
    width: 100%;
    padding: 16px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #D0B467;
}
.homepage-splash .main-content-area .buttons-wrap .button.solid {
    background: #D0B467;
    color: #000;
}
.homepage-splash .main-content-area .buttons-wrap .button.outline {
    background: transparent;
    color: #D0B467;
}
.homepage-splash .after-main-content-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.homepage-splash .featured-at-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.homepage-splash .featured-at-inner .feat-at-logos-col {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc((100% / 6) * 5);
    gap: 30px;
}
.homepage-splash .after-main-content-wider {
    width: 100%;
    max-width: 1100px;
}
.featured-at-col .feat-at-intro-col {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.homepage-splash .rating-col {
    position: relative;
}
.homepage-splash .rating-col:after {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 20%;
    right: -15px;
    border-right: 1px solid #d0b46769;
}
.featured-at-inner .feat-at-logos-col .feat-at-logo-wrap:not(:last-child):after {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 20%;
    right: -15px;
    border-right: 1px solid #d0b46769;
}
.featured-at-inner .feat-at-logos-col .feat-at-logo-wrap {
    position: relative;
}
.homepage-splash .rating-col p {
    font-size: 14px;
    margin-bottom: 0;
}

body.splash-active {
    overflow: hidden;
}
#homepage-splash {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease,
                visibility .6s ease;
}
#homepage-splash.is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* Responsive */
@media screen and (max-width: 1500px) {
    .homepage-splash .splash-intro {
        font-size: 65px;
    }
    .homepage-splash .splash-subeading {
        font-size: 38px;
    }
    .homepage-splash .main-content-area p {
        font-size: 16px;
    }
    .homepage-splash .main-content-area .buttons-wrap .button {
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .homepage-splash .splash-intro {
        font-size: 60px;
    }
    .homepage-splash .splash-subeading {
        font-size: 36px;
    }
    .homepage-splash .main-content-area p {
        font-size: 16px;
    }
    .homepage-splash .main-content-area .buttons-wrap .button {
        font-size: 14px;
    }
    .homepage-splash .after-main-content-inner {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .homepage-splash .rating-col:after {
        display: none;
    }
    .homepage-splash .featured-at-inner {
        gap: 20px;
        justify-content: center;
    }
    .featured-at-col .feat-at-intro-col {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .homepage-splash .splash-intro {
        font-size: 36px;
    }
    .homepage-splash .splash-subeading {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .homepage-splash .main-content-area p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .homepage-splash .main-content-area .buttons-wrap {
        flex-direction: column;
    }
    .homepage-splash .main-content-area .buttons-wrap .button {
        padding: 12px 15px;
    }
    .homepage-splash .main-content-area {
        margin-bottom: 20px;
    }
    .homepage-splash .rating-col .rating {
        height: 35px;
    }
    .homepage-splash .featured-at-inner {
        flex-direction: column;
    }
    .homepage-splash .featured-at-inner .feat-at-logos-col {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 10px;
        justify-content: center;
    }
    .featured-at-inner .feat-at-logos-col .feat-at-logo-wrap:not(:last-child):after {
        display: none;
    }
    .homepage-splash .splash-inner {
        padding: 30px;
    }
    .homepage-splash {
        height: auto;
        min-height: 100vh;
    }
    .featured-at-inner .feat-at-logos-col .feat-at-logo-wrap {
        width: 100%;
        max-width: calc(33% - (40px / 3));
    }
}