/*
Theme Name: ByteFlick
Theme URI: https://byteflick.org/
Author: ByteFlick
Author URI: https://byteflick.org/
Description: A lightweight WordPress theme developed by ByteFlick Developers that supports only Drive2GO website.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: byteflick
*/

html {
    font-size: 16px;
}

@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

/* h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

p {
    font-size: 1rem;
} */

/* .elementor-location-footer {
    margin-bottom: 2rem;
}

.xoo-wsc-footer {
    padding-bottom: 2rem;
}

.xoo-wsc-basket {
    bottom: 40px;
} */

body {
    margin: 0;
}

/* Header Sticky */
.main-header {
    transition: all 0.3s ease;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

@keyframes blurInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Global Styling */
.woocommerce-table__product-name>div:nth-of-type(2) {
    display: none;
}

#main .container {
    max-width: 100% !important;
}

.elementor-widget-text-editor p {
    margin: 0;
}

.elementor-icon-box-title {
    margin: 0;
}

.highlighted-text {
    color: rgb(60, 148, 186);
}

.elementor-swiper .swiper .swiper-pagination .swiper-pagination-bullet,
.e-widget-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 50px;
    border-radius: 0;
}

.e-widget-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #777777;
}

.e-widget-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgb(60, 148, 186);
}

.e-widget-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(60, 148, 186);
}

.eael-counter-number-wrap {
    justify-content: start;
}

.eael-counter {
    gap: 10px;
}

.elementor-widget-image img {
    border-radius: 15px;
}

.elementor-widget-image.not-border img {
    border-radius: unset;
}

#mobile-trigger .elementor-icon-wrapper {
    display: flex;
}

.add-to-cart a {
    cursor: pointer;
}

.parent-guardian-checkout-title,
.emergency-contact-checkout-title {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.eael-account-dashboard-wrapper .eael-account-dashboard-content .woocommerce-MyAccount-content form>.parent-guardian-checkout-title,
.eael-account-dashboard-wrapper .eael-account-dashboard-content .woocommerce-MyAccount-content form>.emergency-contact-checkout-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Nunito', 'sans-serif';
    margin-top: 40px;
    margin-bottom: 20px;
    color: #4d4d4d;
}

td.product-name a.tm-cart-edit-options,
.tm-cart-edit-options,
.tm-hidden {
    display: none;
}

.sidebar-product {
    transition: all 0.3s ease;
}

.eael-tabs-nav {
    width: 400px;
    justify-self: center;
}

@media (max-width: 767px) {
    .eael-tabs-nav {
        width: 100px;
        justify-self: center;
    }
}

.fixed-sidebar {
    position: fixed;
    width: 300px;
    left: auto;
    z-index: 0;
}

.teen-coming-soon a::after {
    content: "Coming Soon";
    box-sizing: border-box;
    display: inline-block;
    background-color: rgba(60, 148, 186, 1);
    color: #ffffff;
    border-radius: 3rem;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    padding: .05rem .8rem .1rem;
    line-height: 1.5;
    margin-left: 0.5rem;
}


.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 10px;
}

@media (max-width: 1024px) {
    .eael-simple-menu-container .eael-simple-menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        display: flex;
        align-items: center;
    }

    .main-slider .swiper-slide-inner {
        text-align: left !important;
        align-items: flex-start !important;
        justify-content: left !important;
    }

    .main-slider .elementor-slide-button {
        padding: 8px 15px 8px 15px;
    }
}


/* Mobile Menu */
.mobile-menu-footer {
    position: fixed;
    bottom: 10px;
    left: 0;
}

.mobile-menu-buttons {
    position: fixed;
    bottom: 100px;
    left: 0;
}

/* Header Menu Styling */

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span svg {
    transition: all 500ms ease;
    transform: rotate(270deg);
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li:hover span svg {
    transform: rotate(360deg);
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    top: 90%;
    left: -24px;
    min-width: max-content;
    padding: 2rem 1.5rem 1.75rem;
    background-image: url(https://drive2go.byteflick.org/wp-content/uploads/2025/05/foter-bg.jpg);
    z-index: 10;
}

.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul,
.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span {
    display: flex;
    align-items: center;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li:not(.menu-item-has-children, .teen-coming-soon) a:hover {
    padding-left: 2.5rem;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li.menu-item-has-children a span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li.menu-item-has-children a {
    display: flex;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li:not(.menu-item-has-children, .teen-coming-soon) a:before {
    position: absolute;
    content: "\e5cc";
    font-family: 'Material Icons';
    left: 15px;
    top: 0px;
    font-size: 1.5rem;
    opacity: 0;
    transition: all 500ms ease;
}

.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a:hover:before {
    opacity: 1;
}


/* Below Hero Section */
.elementor-icon-box-content {
    z-index: 1;
}

.info-box:nth-child(2n+1)::before {
    background: rgba(35, 35, 35, 0.4);
}

.info-box:nth-child(2n)::before {
    background: rgba(77, 77, 77, 0.4);
}

.info-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    transform: skew(-22deg);
}

/* Testimonials Styling */

.testimonials-reviews .elementor-widget-icon:before {
    content: "";
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 0;
    background: rgb(60, 148, 186);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Animated Section */
.animated-bg {
    background: url(/wp-content/uploads/2025/05/animation-bg.jpg) bottom left repeat-x;
}

.car-container {
    position: relative;
    width: 700px;
}

.car-image {
    width: 700px;
    display: block;
    position: relative;
    top: 35px;
}

.wheel {
    position: absolute;
    top: 195px;
}

.wheel1 {
    left: 80px;
}

.wheel2 {
    right: 90px;
}

@media (max-width: 1024px) {
    .car-image {
        width: 500px;
        top: 70px;
        margin: auto;
    }

    .wheel {
        width: 75px;
        top: 180px;
    }

    .wheel1 {
        left: 155px;
    }

    .wheel2 {
        right: 165px;
    }
}

@media (max-width: 767px) {
    .car-container {
        width: 300px;
    }

    .car-image {
        width: 300px;
        top: 0;
    }

    .wheel {
        width: 45px;
        top: 70px;
    }

    .wheel1 {
        left: 33px;
    }

    .wheel2 {
        right: 37px;
    }
}

/* Product Add to Cart */

.add-to-cart.loading {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

.add-to-cart.loading::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    left: calc(50% - 15px);
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s ease-out infinite;
    z-index: 1;
}

.add-to-cart.loading::before {
    content: "";
    position: absolute;
    background-color: rgba(60, 148, 186, 1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 5px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Floating Cart Styling */
.xoo-wsc-basket {
    left: 5px;
}

.xoo-wsc-sc-cont {
    display: flex;
    align-items: center;

}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    flex-direction: row-reverse;
    gap: 8px;
}

span.xoo-wsc-sc-count {
    left: -9px;
}

/* .xoo-wsc-sc-cont {
    font-size: 14px;
}
*/
span.xoo-wsc-sc-count {
    height: 14px;
    line-height: 14px;
    width: 14px;
    font-size: 8px;
}

/* Account Dashboard */
.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login {
    width: 500px;
    border: none;
    justify-self: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 3rem 2.5rem;
}

@media (max-width: 767px) {
    .eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login {
        width: 100%;
        padding: 2rem 1.5rem;
    }
}

.eael-account-dashboard-wrapper.preset-2 .eael-account-dashboard-content:has(.woocommerce .woocommerce-form-login) {
    border: none !important;
    padding: 0;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce:has(.woocommerce-form-login)>h2 {
    display: none;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login .form-row {
    padding: 0;
    margin: 0;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login .form-row input {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login p:nth-of-type(2) {
    margin-top: 20px;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login p:nth-of-type(3) {
    margin-top: 30px;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce-form-login .woocommerce-LostPassword a,
.eael-account-dashboard-wrapper.preset-2 .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 12px;
    color: #4d4d4d;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
}

.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.eael-account-dashboard-wrapper.preset-2 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    background-color: rgb(60, 148, 186);
}

.eael-account-dashboard-wrapper.preset-2 .eael-account-dashboard-content .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button {
    display: none;
}

.eael-account-dashboard-wrapper.preset-2 .eael-account-dashboard-navbar .eael-account-profile,
.eael-account-dashboard-wrapper.preset-2 .eael-account-dashboard-navbar .woocommerce-MyAccount-navigation {
    border: none;
}

.eael-account-dashboard-wrapper.preset-2 .eael-account-dashboard-content .woocommerce-MyAccount-content .woocommerce-address-fields>p .button,
.eael-account-dashboard-wrapper.preset-2 .eael-account-dashboard-content .woocommerce-MyAccount-content .woocommerce-EditAccountForm>p .woocommerce-Button {
    background-color: rgb(60, 148, 186);
}

.eael-account-dashboard-wrapper .eael-account-dashboard-content .woocommerce-MyAccount-content .woocommerce-Address-title {
    gap: 10px;
    flex-direction: column;
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.woocommerce-Address-title h2 {
    font-weight: 500;
    font-size: 16px;
}

/* WooCommer Extra Option */
.tm-epo-element-label {
    color: var(--e-global-color-text);
    font-weight: 600;
    font-size: 18px;
}

.tc-label-text {
    color: var(--e-global-color-text);
}

.tc-price-wrap {
    color: rgb(60, 148, 186)
}

.tm-epo-reset-variation,
.tm-extra-product-options .tm-epo-reset-radio {
    right: -10px;
    top: -10px;
    width: 10px;
    height: 10px;
    background: rgb(60, 148, 186);
    border: none;
    border-radius: 20px;
    color: white;
    padding: 5px;
}

.tcfa-times {
    display: flex;

}

.tcfa-times::before {
    content: "\e5cd";
    font-family: 'Material Icons';

}

.tm-final-totals {
    color: var(--e-global-color-text);
    font-size: 18px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
}

.tm-final-totals .amount {
    color: rgb(60, 148, 186);
    font-weight: 500;
}

/* Course Detail Page Modal Box */

.add-extra-option-slide-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
}

.add-extra-option-slide-panel.active {
    left: 0;
}

.add-extra-option-slide-panel-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

.add-extra-option-slide-panel-overlay.active {
    display: block;
}


/* Home Page Credit Card Warning */
.swal2-popup {
    border: 2px solid rgb(60, 148, 186);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    padding: 1.5rem 2rem;
    gap: 20px;
}

@media (max-width: 767px) {
    .swal2-popup {
        padding: 30px 15px;
    }
}

.swal2-icon.swal2-warning {
    color: #ff0000;
    border-color: #ff0000;
    margin: 0;
    justify-self: center;
}

.swal2-title {
    color: #ff0000 !important;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
}

.swal2-html-container {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    padding: 0;
}

.swal2-actions {
    margin: 0;
}

.swal2-confirm.confirm-button {
    width: 150px;
    padding: 12px 24px;
    background-color: rgb(60, 148, 186);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.swal2-confirm.confirm-button:hover {
    background-color: #2d7593;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Footer Social Icons */

.footer-social-icons .elementor-icon.elementor-social-icon:before {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgb(60, 148, 186);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.footer-social-icons .elementor-icon.elementor-social-icon {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: transparent !important;
    position: relative;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    align-content: center;
    justify-items: center;
}

.footer-social-icons .elementor-icon.elementor-social-icon svg {
    position: relative;
    font-size: 15px;
    margin-left: -1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

/* Footer Column Styling */
.footer-col-1.e-con.e-flex {
    flex: 0.6;
}

.footer-col-3.e-con.e-flex {
    width: max-content;
}

.footer-col-2.e-con.e-flex {
    flex: 1.25;
}

.footer-col-2 .first,
.footer-col-2 .last {
    max-width: max-content;
}

@media (max-width: 1024px) {
    .footer-col-1.e-con.e-flex {
        width: 20vw;
        flex: unset;
    }

    .footer-col-2.e-con.e-flex {
        flex: 1.25;
    }

    .footer-col-3.e-con.e-flex {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .footer-col-1.e-con.e-flex {
        flex: unset;
        width: unset;
    }
}