/*
Theme Name: FDSA
Theme URI: https://iyisolutions.com/#coming-soon#
Author URI: https://iyisolutions.com
Author: iYi Team
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0
Tested up to: 6.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: fdsa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Menu */
ul.gva-nav-menu>li .submenu-inner,
ul.gva-nav-menu>li ul.submenu-inner {
   -webkit-box-shadow: 0 10px 10px -3px rgba(62, 28, 131, 0.1) !important;
   box-shadow: 0 10px 10px -3px rgba(62, 28, 131, 0.1) !important;
}

ul.gva-nav-menu>li .submenu-inner li a:hover,
ul.gva-nav-menu>li .submenu-inner li a:focus,
ul.gva-nav-menu>li .submenu-inner li a:active,
ul.gva-nav-menu>li ul.submenu-inner li a:hover,
ul.gva-nav-menu>li ul.submenu-inner li a:focus,
ul.gva-nav-menu>li ul.submenu-inner li a:active,
ul.gva-nav-menu>li:hover>a,
ul.gva-nav-menu>li:active>a,
ul.gva-nav-menu>li:focus>a,
ul.gva-nav-menu>li.current_page_parent>a {
   font-weight: 600 !important;
   -webkit-transition: none;
   transition: none;
   -moz-transition: none;
   -ms-transition: none;
}

ul.gva-nav-menu>li .submenu-inner li:hover,
ul.gva-nav-menu>li ul.submenu-inner li:hover {
   border-bottom: 2px solid #159918;
}

ul.gva-nav-menu>li>a .caret::after {
   font-size: 14px;
}

.hide-hover-line ul.gva-nav-menu>li>a:after {
   display: none;
}

ul.gva-nav-menu>li .submenu-inner li.current_page_item a,
ul.gva-nav-menu>li.current_page_item>a {
   font-weight: 600 !important;
   -webkit-transition: none;
   transition: none;
   -moz-transition: none;
   -ms-transition: none;
}

ul.gva-nav-menu>li .submenu-inner li.current_page_item {
   border-bottom: 2px solid #159918;
}

ul.gva-nav-menu>li.current_page_item>a:after {
   height: 13px;
   opacity: 1;
   filter: alpha(opacity=100);
}

.show-dot ul.gva-nav-menu>li:not(:first-child):before {
   content: '\2022';
   color: #f9d91a;
   margin-right: 8px;
}

.gv-sticky-wrapper.is-fixed .site-branding-logo img {
   max-height: 60px;
}

.gv-sticky-wrapper.is-fixed ul.gva-nav-menu>li>a {
   padding: 15px 10px;
}

.canvas-mobile .canvas-menu.gva-offcanvas {
   display: flex;
   flex-direction: row;
}

/* General */
.wp-caption-text {
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}

.gallery-caption {
   font-weight: 500;
}

.bypostauthor {
   text-align: left;
}

button svg,
[type="button"] svg,
[type="reset"] svg,
[type="submit"] svg {
   fill: #000000;
   -webkit-transition: all 0.35s;
   transition: all 0.35s;
   -moz-transition: all 0.35s;
   -ms-transition: all 0.35s;
}

button:hover svg,
button:focus svg,
button:active svg,
[type="button"]:hover svg,
[type="button"]:focus svg,
[type="button"]:active svg,
[type="reset"]:hover svg,
[type="reset"]:focus svg,
[type="reset"]:active svg,
[type="submit"]:hover svg,
[type="submit"]:focus svg,
[type="submit"]:active svg {
   fill: #fff;
}

/* Contact Form for Mailchimp */
.mc4wp-form .btn-theme {
   border: none;
   border-radius: 7px 7px 7px 7px;
   background-color: var(--e-global-color-secondary);
}

.mc4wp-form .btn-cta {
   color: #000000;
}

.mc4wp-form .btn-text.bt_icon_before i,
.mc4wp-form .btn-text.bt_icon_before svg {
   margin-right: 10px;
   width: 30px;
   fill: #000000;
   color: #000000;
}

.mc4wp-form .btn-cta:hover i,
.mc4wp-form .btn-cta:hover svg {
   fill: #ffffff;
   color: #ffffff;
}

.mc4wp-form .btn-theme::after {
   border-radius: 7px 7px 7px 7px;
}

.mc4wp-form .btn::after,
.mc4wp-form .btn-theme::after,
.mc4wp-form .btn::after,
.mc4wp-form .btn-white::after,
.mc4wp-form .btn-gray::after,
.mc4wp-form .btn-black::after {
   width: 0;
   -webkit-transition: all 0.35s;
   transition: all 0.35s;
   -moz-transition: all 0.35s;
   -ms-transition: all 0.35s;
}

/* Slider elfsight */
.eas-slide-elements {
   align-self: stretch;
   align-content: center;
}

.eas-slider-outer {
   padding-bottom: 40px;
}

.eas-slide-component {
   padding: 0px !important;
}

.eas-media-component {
   transform: scale(1.1) !important;
}

@media screen and (max-width: 767px) {
   .eas-media-container {
      overflow: hidden;
   }
   .eas-media-component{
      left: 0 !important;
   }
}

@media screen and (max-width: 480px) {
   .eas-slider-component .eas-slider-slider {
      height: 400px !important;
   }
}

@media screen and (min-width: 900px) {
   .slider-styled .eas-media-component {
      top: auto;
      height: 100%;
      right: auto;
      max-width: none;
   }

   .eas-slide-inner {
      width: 100% !important;
   }
}

@media screen and (min-width: 1270px) {
   .slider-styled .eas-media-component {
      max-width: none;
   }
}

/* G-Translate */
.gt_switcher .gt_option {
   position: absolute !important;
   top: 34px !important;
   padding-top: 5px;
   transition: none !important;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
   background: #030203 linear-gradient(180deg, #231423 0%, #030203 70%) !important;
   border-left: 1px solid #030203 !important;
   border-right: 1px solid #030203 !important;
   border-top: 1px solid #030203 !important;
   min-height: 185px;
}

.gt_switcher .gt_selected {
   background: #030203 linear-gradient(180deg, #231423 0%, #030203 70%) !important;
   border-radius: 8px !important;
   border-color: #030203 !important;
}

.gt_switcher .gt_selected a:hover {
   background: #030203 linear-gradient(180deg, #231423 0%, #030203 70%) !important;
   color: #f9d91a !important;
}

.gt_switcher .gt_option a {
   display: flex !important;
   flex-direction: row !important;
   align-items: center;
   color: #fff !important;
}

.gt_switcher a img {
   margin: 0 6px 0 0 !important;
}

.gt_switcher .gt_option a:hover {
   background: #f9d91a !important;
   color: #030203 !important;
}

.gt_switcher .gt_selected a {
   padding: 0px 5px !important;
   display: flex !important;
   flex-direction: row !important;
   align-items: center;
   border-bottom: 0 !important;
   border-radius: 8px;
   border-color: #030203 !important;
   line-height: 30px;
   color: #efefef !important;
}

.gtranslate_wrapper {
   background-color: transparent;
   border: 0;
   border-radius: 12px;
   box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4) !important;
}

.gt_switcher {
   border-radius: 8px;
}

.gt_switcher .gt_selected a:after {
   right: 7px !important;
   width: 16px !important;
   background-size: 14px !important;
   background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.84912' y='5.08496' width='6.59048' height='0.693735' transform='rotate(-45 4.84912 5.08496)' fill='white'/%3E%3Crect x='1.17725' y='0.424805' width='6.59048' height='0.693735' transform='rotate(45 1.17725 0.424805)' fill='white'/%3E%3C/svg%3E") !important;
}

.gt_switcher .gt_selected a:before {
   height: 100%;
   display: inline-block;
   position: absolute;
   right: 30px;
   width: 0.08em;
   background-position: 50%;
   background-color: #fff;
   content: "" !important;
   opacity: 0.5;
}

/* Events calendar */
.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
   background-color: var(--e-global-color-primary);
}

.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:hover {
   background-color: var(--e-global-color-secondary);
   color: #121212;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
   border: 1px solid var(--e-global-color-secondary);
   color: var(--e-global-color-secondary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
   background-color: var(--e-global-color-secondary);
}

.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map>div,
.tribe-events-single .tribe-events-event-meta .tribe-event-meta-bottom .tribe-events-venue-map iframe {
   min-height: 400px !important;
}

/* Post Grids */
@media (min-width: 768px) {
   .stagger .item-columns {
      transition: margin 0.3s ease;
   }

   .stagger .item-columns {
      margin-top: -20px;
      margin-bottom: 30px;
   }

   .stagger .item-columns:nth-child(3n+2) {
      margin-top: 50px;
   }
}

/* Login  Menu Widget */
.login-btn {
   position: relative;
   padding: 5px 15px;
   text-align: center;
}

.login-btn a {
   color: var(--e-global-color-text);
   font-family: "Poppins", Sans-serif;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   border: 1px solid rgba(255, 255, 255, 0.7);
   padding: 4px 12px;
   margin-right: 10px;
}

.login-btn a:hover {
   color: var(--e-global-color-secondary);
}




/*------------------------------------*    
Topbar
\*------------------------------------*/
.top-wrapper-menu {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   -moz-align-items: center;
   align-items: center;
}

.top-wrapper-menu .user-log li.last a::before {
   content: '';
   background-image: url("./assets/images/logout.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 16px;
   width: 16px;
   height: 16px;
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   -o-transform: rotate(-180deg);
   transform: rotate(-180deg);
   display: inline-block;
   margin: auto 5px;
   vertical-align: middle;
}

.top-wrapper-menu .user-log li.last a:hover::before {
   background-image: url("./assets/images/logout-hover.svg");
}

.top-wrapper-menu .profile-info .fa {
   margin: 0 5px;
}

.profile-avarta {
   cursor: pointer;
}

.profile-avarta .avatar {
   border-radius: 100px;
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   -ms-border-radius: 100px;
   -o-border-radius: 100px;
}

.top-wrapper-menu {
   position: relative;
   display: -ms-grid;
   display: grid;
   grid-gap: 5px;
   -ms-grid-columns: max-content max-content;
   grid-template-columns: max-content max-content;
   margin: 4px 15px;
}

.user-log {
   list-style: none;
   padding: 0px;
   margin: 0px;
}

.user-log li:before,
.user-log li:after {
   content: " ";
   display: table;
}

.user-log li:after {
   clear: both;
}


.user-log li a:hover {
   color: #ffcd00 !important;
   background-color: transparent;
   border-color: #ffcd00;
}

.user-log li a:focus {
   color: #ffcd00 !important;
   background-color: transparent;
   border-color: #ffcd00;
}

.user-log li a:active {
   color: #ffcd00 !important;
   background-color: transparent;
   border-color: #ffcd00;
}

.user-log li a {
   position: relative;
   color: #121212;
   border-color: #e5e3e3;
   float: left;
   padding: 0 20px 5px 20px;
   width: 100%;
   font-size: 16px;
   text-align: right;
}

.rtl .user-log li a {
   float: right;
}

.profile-info {
   cursor: pointer;
   color: var(--e-global-color-text);
   padding: 2px 0 2px 10px;
   font-weight: 500;
   text-transform: capitalize;
}

.profile-menus {
   outline: none;
   display: flex;
   flex-direction: row;
}

.user-account {
   position: absolute;
   background: #fff;
   top: 100%;
   min-width: 190px;
   visibility: hidden;
   border: none;
   z-index: 1;
   margin: 29px 0 0 0;
   padding: 15px 0;
   pointer-events: none;
   right: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   transform-origin: 0 0;
   -webkit-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
   -webkit-transform: rotateX(-90deg);
   -ms-transform: rotateX(-90deg);
   -o-transform: rotateX(-90deg);
   transform: rotateX(-90deg);
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -ms-border-radius: 0px;
   -o-border-radius: 0px;
   -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.rtl .user-account {
   left: 0;
   right: auto;
}

@media only screen and (min-width: 1168px) {
   .user-account {
      margin: 12px 0 0 0;
   }
}

.user-account:after {
   content: "";
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-bottom: 8px solid #fff;
   top: -8px;
   margin-top: 0px;
   position: absolute;
   right: 42px;
   width: 0;
   height: 0;
}

.rtl .user-account:after {
   left: 42px;
   right: auto;
}

.user-account:before {
   content: "";
   position: absolute;
   top: -43px;
   pointer-events: none;
   background-color: transparent;
   width: 100%;
   height: 43px;
   right: 0;
   left: 0;
}

.rtl .user-account:before {
   left: 0;
   right: auto;
}

.rtl .user-account:before {
   right: 0;
   left: auto;
}

@media only screen and (min-width: 1168px) {
   .user-account:before {
      top: -23px;
      height: 23px;
   }
}

.top-wrapper-menu:hover .user-account {
   visibility: visible;
   pointer-events: auto;
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
}

.top-wrapper-menu:hover .user-account:before {
   pointer-events: auto;
}

/* Bootrap 5 Customizations */
.btn-check+.btn::after {
   display: none;
}

.btn-check+.btn {
   padding: 4px 15px;
}

form .btn:not(button) {
   background: transparent;
   color: #999999;
   font-weight: normal;
   border: 1px solid #999999;
}

.form-control::placeholder {
   opacity: .6;
}

.form-group {
   position: relative;
   width: 100%;
}

.form-group .form-control~.form-label {
   position: absolute;
   top: 0;
   max-width: 90%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   left: .75rem;
   padding-top: .9rem;
   pointer-events: none;
   transform-origin: 0 0;
   transition: all .2s ease-out;
   color: var(--fdsa-body-color);
   margin-bottom: 0;
   opacity: 0.6;
   font-size: 15px;
}

.form-group .form-control:focus~.form-label,
.form-group .form-control.active~.form-label {
   transform: translateY(-0.8rem) translateY(0.12rem) scale(0.9);
   opacity: 0.9;
   background: #fff;
   padding: 4px 8px;
}

.form-group .form-control {
   min-height: auto;
   padding-top: .32rem;
   padding-bottom: .32rem;
   padding-left: .75rem;
   padding-right: .75rem;
   border: 0;
   background: rgba(0, 0, 0, 0);
   transition: all .2s linear;
}

.wc-block-components-notice-banner .alert {
   flex-grow: 1;
   margin: 0;
}

.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner.is-warning {
   padding: 10px !important;
}

/* Brand replacements for Bootstrap text util classes */
.text-primary {
   color: #159918 !important;
}

a.text-primary:hover,
a.text-primary:focus {
   color: #0d660f !important;
}

/* A slightly darker green for hover */

.text-warning {
   color: #f9d91a !important;
}

a.text-warning:hover,
a.text-warning:focus {
   color: #e6c200 !important;
}

/* A slightly darker yellow for hover */

/* If you want .text-success to match brand green too: */
.text-success {
   color: #159918 !important;
}

a.text-success:hover,
a.text-success:focus {
   color: #0d660f !important;
}

.btn-primary,
.btn-primary:visited {
   background-color: #159918;
   border-color: #159918;
}

.btn-primary:hover,
.btn-primary:focus {
   background-color: #0d660f;
   border-color: #0d660f;
}

.btn-warning,
.btn-warning:visited {
   background-color: #f9d91a;
   border-color: #f9d91a;
   color: #222;
}

.btn-warning:hover,
.btn-warning:focus {
   background-color: #e6c200;
   border-color: #e6c200;
   color: #222;
}


/* Elementor Image box */
.block-img-box .elementor-image-box-img {
   width: 100%;
}

.block-img-box .elementor-image-box-title {
   margin: 0;
}

.block-img-box .elementor-image-box-img a {
   padding: 20px 10px 10px 10px;
}

.block-img-box .elementor-image-box-title a {
   padding: 10px 10px 20px 10px;
}

.block-img-box .elementor-image-box-img a,
.block-img-box .elementor-image-box-title a {
   display: block;
   width: 100%;

}

/* Others */
button:disabled {
   pointer-events: none;
   opacity: 0.5;
   cursor: not-allowed;
   background-color: #efefef;
   border-color: #efefef;
   color: #777;
}

a#continue-shopping {
   border: none;
   padding: 0;
}

a#continue-shopping,
#more-covers {
   display: none;
}

a#continue-shopping button,
#more-covers {
   padding: 8px 12px;
   border-radius: 0 !important;
   border-color: var(--e-global-color-primary);
   width: 100%;
   margin: 12px auto;
}

a#continue-shopping button:hover,
button#more-covers:hover {
   color: #000000;
   background: #efefef;
}

.mini-cart-header .mini-cart-inner .minicart-content .minicart-footer {
   background: var(--e-global-color-primary);
   padding: 10px 0;
   bottom: 0;
   margin-bottom: 0;
   width: 100%;
   position: relative;
}

.mini-cart-header .mini-cart-inner .minicart-content {
   padding: 0 25px 0;
}

.mini-cart-header .mini-cart-inner .minicart-content .minicart-footer::after {
   right: 100%;
}

.mini-cart-header .mini-cart-inner .minicart-content .minicart-footer::before {
   left: 100%;
}

.mini-cart-header .mini-cart-inner .minicart-content .minicart-footer::before,
.mini-cart-header .mini-cart-inner .minicart-content .minicart-footer::after {
   content: '';
   background: var(--e-global-color-primary);
   position: absolute;
   bottom: 0;
   width: 340px;
   height: 100%;
   z-index: 1;
}

.mini-cart-header .mini-cart-inner .minicart-footer p.buttons {
   float: none;
   width: 100%;
   margin-bottom: 12px;
}

.mini-cart-header .mini-cart-inner .minicart-footer p.buttons a:hover,
.mini-cart-header .mini-cart-inner .minicart-footer p.buttons a:focus,
.mini-cart-header .mini-cart-inner .minicart-footer p.buttons a:active {
   border-color: var(--e-global-color-secondary);
   background: var(--e-global-color-secondary);
}

.mini-cart-header .mini-cart-inner .minicart-footer p.buttons a {
   border: 1px solid var(--e-global-color-secondary);
   border-left: 4px solid var(--e-global-color-secondary);
}

.mini-cart-header .mini-cart-inner .cart_list {
   overflow-y: auto;
}

.gsc-cart-box .mini-cart-header .total {
   background-color: #efefef;
   padding: 12px 0;
}

.mini-cart-header .mini-cart-inner p.buttons a {
   margin-left: 0;
}

/* Helpers */
.text-left {
   text-align: left !important;
}

.elementor-57 .elementor-element.elementor-element-823e3c3 .btn-theme:hover::after {
   background-color: white;
   border-radius: 6px;
}

.elementor-57 .elementor-element.elementor-element-823e3c3 .btn-cta:hover {
   color: #000000 !important;
}

.elementor-57 .elementor-element.elementor-element-823e3c3 .btn-cta:hover svg {
   fill: #000000 !important;
}

.awsm-job-specifications-container.awsm_job_spec_above_content {
   text-align: left !important;
   padding-left: 60px;
}

a.btn-learn-more,
a.entry-title {
   color: #159918;
}

svg.causes-arrow {
   fill: #159918;
}

.product-name a {
   color: #000000 !important;
}

button.button {
   background: #159918 !important;
   border: none !important;
   color: #fff !important;
   transition: 0.6s;
}

button.button:hover {
   background: #f9d91a !important;
   color: #000000 !important;
}

button#refresh-status {
   margin-top: 15px;
}

input:disabled,
textarea:disabled,
select:disabled,
input[readonly] {
   cursor: not-allowed;
}

/* Woocommerce */
body.woocommerce-checkout #page-content {
   position: relative;
}


@media screen and (max-height: 1024px) {
   .header-mobile .header-mobile-content .header-content-inner .header-left .logo-mobile {
      max-width: 50px;
      padding-top: 0;
   }
}

/* FDSA Preloader Styles */

#the-preloader-element {
   display: flex !important;
   justify-content: center !important;
   align-items: center !important;
   position: fixed !important;
   top: 0 !important;
   left: 0 !important;
   width: 100vw !important;
   height: 100vh !important;
   z-index: 999999 !important;
   overflow: hidden;
}

/* Prevent body scrolling when preloader is visible */
body.preloader-active {
   overflow: hidden !important;
   height: 100% !important;
   position: fixed !important;
   width: 100% !important;
}

.the-preloader-image {
   position: relative !important;
   animation: logoFloat 3s ease-in-out infinite;
}

/* Floating animation for logo */
@keyframes logoFloat {

   0%,
   100% {
      transform: translateY(0px) scale(1);
   }

   50% {
      transform: translateY(-10px) scale(1.02);
   }
}

/* Yellow rotating circle */
.the-preloader-image::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 120%;
   height: 120%;
   border: 3px solid transparent;
   border-top-color: #f9d91a;
   border-right-color: #f9d91a;
   border-radius: 50%;
   transform: translate(-50%, -50%) rotate(0deg);
   animation: rotateYellow 1.5s linear infinite;
   box-shadow: 0 0 15px rgba(249, 217, 26, 0.4);
}

/* Green chasing arc */
.the-preloader-image::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 120%;
   height: 120%;
   border: 3px solid transparent;
   border-top-color: #159918;
   border-radius: 50%;
   transform: translate(-50%, -50%) rotate(90deg);
   animation: rotateGreen 1.5s linear infinite;
   box-shadow: 0 0 15px rgba(21, 153, 24, 0.4);
}

/* Yellow circle rotation */
@keyframes rotateYellow {
   0% {
      transform: translate(-50%, -50%) rotate(0deg);
   }

   100% {
      transform: translate(-50%, -50%) rotate(360deg);
   }
}

/* Green arc rotation (90deg offset to follow yellow) */
@keyframes rotateGreen {
   0% {
      transform: translate(-50%, -50%) rotate(90deg);
   }

   100% {
      transform: translate(-50%, -50%) rotate(450deg);
   }
}

/* Optional: Subtle pulsing glow effect */
@keyframes pulse {

   0%,
   100% {
      opacity: 1;
   }

   50% {
      opacity: 0.6;
   }
}

/* Add pulsing to the logo image itself */
.the-preloader-image {
   animation: logoFloat 3s ease-in-out infinite, pulse 2s ease-in-out infinite;
}

/* Optional: Add a subtle background pulse */
#the-preloader-element::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 200px;
   height: 200px;
   background: radial-gradient(circle, rgba(249, 217, 26, 0.1) 0%, rgba(21, 153, 24, 0.05) 50%, transparent 70%);
   border-radius: 50%;
   transform: translate(-50%, -50%);
   animation: backgroundPulse 3s ease-in-out infinite;
}

@keyframes backgroundPulse {

   0%,
   100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.5;
   }

   50% {
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0.8;
   }
}