/**
Theme Name: BABS Underground
Author: Blue Winds Media
Author URI: https://www.bluewindsmedia.com
Description: A custom theme for BABS Underground, built on the Astra framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: babs-underground
Template: astra
*/

/* ======= Common CSS: Start ======= */
*,
::before,
:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

p {
    margin: 0px 0px 20px;
}

p:last-child {
    margin: 0px 0px 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol,
li {
    list-style: none;
}

ul+ul,
ul+ol,
ol+ul,
ol+ol {
    margin: 20px 0px 0px;
}

a:focus,
a:focus-within,
a:focus-visible,
a:target,
a:visited,
a:active,
button:focus,
button:focus-within,
button:focus-visible,
button:target,
button:visited,
button:active,
input:focus,
input:focus-within,
input:focus-visible,
input:target,
input:visited,
input:active,
select:focus,
select:focus-within,
select:focus-visible,
select:target,
select:visited,
select:active,
textarea:focus,
textarea:focus-within,
textarea:focus-visible,
textarea:target,
textarea:visited,
textarea:active {
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: inherit;
    opacity: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Common CSS: End ======= */



/* ======= Hover Button CSS: Start ======= */

/* ======= Hover Button CSS: End ======= */



/* ======= Heading Text Anim CSS: Start ======= */
span.word {
    display: inline-flex;
    overflow: hidden;
}

.text-anim span.word span.char {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.17, 0, 0.79) !important;
}

.text-anim.split-is h1 span.word span.char,
.text-anim.split-is h2 span.word span.char,
.text-anim.split-is h3 span.word span.char,
.text-anim.split-is h4 span.word span.char {
    opacity: 1;
    transition-delay: calc(30ms * var(--char-index)) !important;
    display: inline-flex;
}

/* ======= Heading Text Anim CSS: End ======= */



/* ======= Header Section CSS: Start ======= */

/* ======= Header Section CSS: End ======= */



/* ======= Footer Section CSS: Start ======= */

.footer-text .elementor-widget-container {
    position: relative;
    z-index: 1;
}

.footer-inner-sec .e-child {
    width: auto;
}

.footer-logo a {
    width: 289px;
}

/* ======= Footer Section CSS: End ======= */



/* =======  Section CSS: Start ======= */

.banner-inner-sec:before {
    content: '';
    width: 320px;
    height: 534px;
    border-radius: 100%;
    border: 1px solid #A68768;
    position: absolute;
    top: -108px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.hero-sec-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-text-main p {
    text-indent: 300px;
}

.hover-btn .elementor-button-text {
    width: 94px;
    padding-bottom: 10px;
    position: relative;
}

.cta-sec-btn .elementor-button-text {
    width: 114px;
    padding-bottom: 10px;
    position: relative;
}

.hover-btn .elementor-button-text:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    height: 1px;
    left: 0;
    bottom: 0;
}

.hover-btn .elementor-button-icon {
    left: -40px;
    position: absolute;
}

.hover-btn .elementor-button-content-wrapper {
    border: 1px solid #A68768;
    width: 220px;
    border-radius: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-btn .elementor-button-icon svg {
    height: 65px;
    width: 65px;
}

.about-logo {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    height: fit-content;
}

.about-logo:before,
.about-logo:after {
    content: '';
    width: 239px;
    height: 399px;
    border-radius: 100%;
    border: 1px solid #A68768;
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    bottom: 0;
    transform: translateX(-50%);
}

/* clockwise rotation */
.about-logo:before {
    animation: rotateCircle 15s linear infinite;
}

/* counter-clockwise rotation */
.about-logo:after {
    animation: rotateCircleReverse 20s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

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

@keyframes rotateCircleReverse {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

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


.testimonial-image {
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial-slide .elementor-main-swiper {
    margin-left: 0 !important;
    width: 100% !important;
}

.testimonial-slide .elementor-testimonial__footer {
    margin-left: 220px;
}

.testimonial-slide .elementor-swiper-button {
    top: unset !important;
    bottom: 0px;
}

.testimonial-slide .elementor-swiper-button-next {
    left: 119px !important;
    right: 0px !important;
}

.testimonial-slide .eicon-chevron-left:before {
    content: "" !important;
    background-image: url(https://wordpress-1097225-5815949.cloudwaysapps.com/wp-content/uploads/2025/08/Vector.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
}

.testimonial-slide .eicon-chevron-right:before {
    content: "" !important;
    background-image: url(https://wordpress-1097225-5815949.cloudwaysapps.com/wp-content/uploads/2025/08/Vector-1.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
}

.contact-form .gform_heading {
    display: none;
}

.contact-form label.gfield_label {
    color: #FFF;
    font-family: "Satoshi", sans-serif !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.11em !important;
    padding-left: 30px !important;
    margin-bottom: 0px !important;
}

.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form textarea {
    border-width: 0px !important;
    border-style: none !important;
    border-bottom: 1px solid #ffffff33 !important;
    border-radius: 0px !important;
    background: transparent !important;
    color: #ffffff33 !important;
    font-family: "Solar vesta Serif" !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 0.66em !important;
    padding: 20px 0px 20px 30px !important;
}

.contact-form .ginput_container_fileupload input {
    border-bottom: 1px solid #ffffff33 !important;
    padding: 20px 0px 20px 30px !important;
}

.contact-form .gform_fields {
    grid-column-gap: 80px !important;
    grid-row-gap: 60px !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #ffffff33 !important;
    font-family: "Solar vesta Serif", sans-serif !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 0.66em !important;
}

.contact-form .gform_wrapper input:not([type=submit]):focus {
    background-color: transparent !important;
    border-color: #ffffff33 !important;
}

.contact-form input:focus {
    border-style: none !important;
    border-bottom: 1px solid #ffffff33 !important;
}

.contact-form .gfield_description.gform_fileupload_rules {
    color: #FFF;
    font-family: 'Satoshi', sans-serif !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.11em !important;
}

.contact-form .gform_footer {
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
    padding: 0px !important;
}

.contact-form input.gform_button.button {
    color: #FFF !important;
    text-align: center !important;
    font-family: 'Satoshi', sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 1.33em !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
    padding: 0px !important;
    border: 1px solid #A68768;
    width: 220px;
    border-radius: 100%;
    height: 220px;
    margin-bottom: 0px !important;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.contact-form .gform_footer:before {
    content: "" !important;
    background-image: url(https://wordpress-1097225-5815949.cloudwaysapps.com/wp-content/uploads/2025/08/Vector-2.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 35px;
    background-size: 100%;
    top: unset;
    position: absolute;
    bottom: 92px;
    left: 37%;
    right: unset;
    cursor: pointer;
}

.menu-img-slider .swiper-slide-inner:before {
    content: '';
    background: linear-gradient(0deg, #0C151D 0%, rgba(12, 21, 29, 0.00) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.menu-img-slider .elementor-image-carousel-caption {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 59px;
    left: 0;
    margin: auto;
    right: 0;
}

.menu-img-slider .swiper-initialized {
    width: 100% !important;
    max-width: 100% !important;
}

.menu-img-slider .elementor-swiper-button {
    top: -75px !important;
}


.menu-img-slider .elementor-swiper-button-prev {
    right: 0 !important;
    left: calc(100% - 180px) !important;
}

.menu-img-slider .elementor-swiper-button-next {
    left: calc(100% - 100px);
    right: unset !important;
}

.menu-img-slider .swiper-wrapper {
    padding: 60px 0;
}

.menu-img-slider .swiper-slide {
    position: relative;
    transition: all .4s ease-in-out;
}

.menu-img-slider .swiper-slide.swiper-slide-next {
    top: 60px;
}

.menu-img-slider .swiper-slide.swiper-slide-next+.swiper-slide {
    top: 30px;
}

.menu-img-slider .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
    top: -30px;
}

.menu-img-slider .elementor-swiper-button:hover svg path {
    stroke: #A68768;
    opacity: 1;
}

.menu-img-slider .elementor-swiper-button svg path {
    transition: all 0.4s ease-in-out;
}

.menu-heatures-sec:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='white' stroke-opacity='0.7' stroke-width='2' stroke-dasharray='6%2C 14' stroke-dashoffset='0' stroke-linecap='square'/%3E%3C/svg%3E");
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}


/* =======  Section CSS: End ======= */


/* ======= Responsive CSS: Start ======= */

/*
Elementor Breakpoint For Responsive Screen : 
Mobile Portrait   : 575
Mobile Landscape  : 767
Tablet Portrait   : 991
Tablet Landscape  : 1199
Laptop            : 1579
*/

@media screen and (min-width: 1920px) {
    .menu-img-slider .elementor-swiper-button-prev {
        left: calc(50vw + 670px) !important;
    }

    .menu-img-slider .elementor-swiper-button-next {
        left: calc(50vw + 780px) !important;
        right: unset !important;
    }
}

@media screen and (min-width: 1580px) and (max-width: 1780px) {

    .cta-sec-btn {
        right: 40px !important;
        bottom: -50px !important;
    }

    .hover-btn .elementor-button-content-wrapper {
        width: 180px;
        height: 180px;
    }

    .logo-column {
        padding-right: 50px !important;
    }

    .logo-column img {
        max-width: 250px !important;
    }

    .explore-menu-sec {
        padding-right: 220px !important;
        padding-left: 40px !important;
    }
}

@media screen and (min-width: 1580px) and (max-width: 1680px) {}

@media screen and (max-width: 1579px) {
    .footer-logo a {
        width: 180px;
    }

    .banner-inner-sec:before {
        width: 280px;
        height: 480px;
        top: -100px;
    }

    .about-text-main p {
        text-indent: 125px;
    }

    .hover-btn .elementor-button-content-wrapper {
        width: 160px;
        height: 160px;
    }

    .about-logo:before,
    .about-logo:after {
        width: 200px;
        height: 320px;
    }

    .contact-form input.gform_button.button {
        font-size: 16px !important;
        width: 160px;
        height: 160px;
    }

    .contact-form .gform_footer:before {
        width: 70px;
        height: 30px;
        bottom: 60px !important;
        left: 41%;
    }

    /* .testimonial-slide .elementor-main-swiper {
        width: 750px !important;
    } */

    .testimonial-slide .eicon-chevron-left:before {
        width: 60px;
    }

    .testimonial-slide .eicon-chevron-right:before {
        width: 60px;
    }

    .testimonial-slide .elementor-swiper-button-next {
        left: 100px !important;
    }

    .testimonial-slide .elementor-testimonial__footer {
        margin-left: 200px;
    }

    .menu-img-slider .elementor-swiper-button {
        top: -45px !important;
    }
}

@media screen and (max-width: 1380px) {
    .contact-form .gform_footer:before {
        left: 40%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1519px) {}

@media screen and (max-width: 1199px) {
    .footer-logo a {
        width: 150px;
    }

    .footer-inner-sec .logo-column {
        width: 100% !important;
    }

    .banner-inner-sec:before {
        width: 250px;
        height: 360px;
        top: -50px;
    }

    .navigation-icon .elementor-icon {
        padding: 7px !important;
    }

    .hover-btn .elementor-button-content-wrapper {
        width: 130px;
        height: 130px;
    }

    .hover-btn .elementor-button-icon svg {
        height: 55px;
        width: 55px;
    }

    .about-logo:before,
    .about-logo:after {
        width: 180px;
        height: 260px;
    }

    .menu-img-slider .swiper-slide.swiper-slide-next {
        top: 40px !important;
    }

    .menu-img-slider .swiper-slide.swiper-slide-next+.swiper-slide {
        top: 10px !important;
    }

    .contact-form input[type=email],
    .contact-form input[type=tel],
    .contact-form input[type=text],
    .contact-form textarea,
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        font-size: 24px !important;
    }

    .contact-form input.gform_button.button {
        font-size: 14px !important;
        width: 130px;
        height: 130px;
    }

    .contact-form .gform_footer:before {
        width: 60px !important;
        height: 30px !important;
        bottom: 45px !important;
        left: 40% !important;
    }

    .cta-sec-btn .elementor-button-text {
        width: 80px !important;
    }
}

@media screen and (max-width: 991px) {

    .footer-inner-sec .logo-column {
        width: 100% !important;
    }

    .footer-inner-sec .hours-col,
    .footer-inner-sec .contact-col,
    .footer-inner-sec .other-col,
    .footer-inner-sec .sitemap-col {
        width: 48% !important;
    }

    .hover-btn .elementor-button-content-wrapper {
        width: 120px;
        height: 120px;
    }

    .about-logo:before,
    .about-logo:after {
        width: 100px;
        height: 160px;
    }

    .contact-form .gform_fields {
        grid-column-gap: 40px !important;
        grid-row-gap: 40px !important;
    }

    .contact-form input[type=email],
    .contact-form input[type=tel],
    .contact-form input[type=text],
    .contact-form textarea {
        font-size: 20px !important;
        padding: 10px 0px 10px 10px !important;
    }

    .contact-form .ginput_container_fileupload input {
        padding: 10px 0px 10px 10px !important;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        font-size: 20px !important;
    }

    .contact-form label.gfield_label {
        padding-left: 10px !important;
    }

    .gform_wrapper.gravity-theme .gfield textarea.medium {
        height: 120px;
    }

    .contact-form input.gform_button.button {
        font-size: 12px !important;
        width: 120px;
        height: 120px;
    }

    .contact-form .gform_footer:before {
        width: 50px !important;
        height: 30px !important;
        bottom: 35px !important;
        left: calc(50% - 90px) !important;
    }

    .menu-img-slider .elementor-swiper-button-next {
        left: calc(100% - 80px);
        right: unset !important;
    }

    .menu-img-slider .elementor-swiper-button-prev {
        right: 0 !important;
        left: calc(100% - 150px) !important;
    }

    .menu-img-slider .elementor-swiper-button {
        top: -20px !important;
    }

    .hover-btn .elementor-button-text {
        width: 80px !important;
    }
}

@media screen and (max-width: 767px) {

    .footer-inner-sec .hours-col,
    .footer-inner-sec .contact-col,
    .footer-inner-sec .other-col,
    .footer-inner-sec .sitemap-col {
        width: 100% !important;
    }

    .sitemap-col .elementor-nav-menu li a,
    .other-col .elementor-nav-menu li a {
        justify-content: center !important;
    }

    .about-text-main p {
        text-indent: 0px !important;
    }

    .banner-inner-sec:before {
        width: 200px;
        height: 300px;
        top: -50px;
    }

    .menu-img-slider .elementor-swiper-button-prev {
        right: unset !important;
        left: calc(50% - 60px) !important;
        top: auto !important;
        bottom: -30px !important;
    }

    .menu-img-slider .elementor-swiper-button-next {
        left: calc(50% + 20px);
        right: unset !important;
        top: auto !important;
        bottom: -30px !important;
    }

    .menu-img-slider .swiper-slide.swiper-slide-next+.swiper-slide {
        top: 0px !important;
    }

    .menu-img-slider .swiper-slide.swiper-slide-next {
        top: 20px !important;
    }

    .contact-form .gform_footer:before {
        width: 50px !important;
        height: 20px !important;
        bottom: 45px !important;
        left: calc(50% - 90px) !important;
    }

    .testimonial-slide .elementor-testimonial__footer {
        margin-left: 0 !important;
    }

    .testimonial-slide .elementor-swiper-button {
        top: unset !important;
        bottom: -70px;
    }

    .testimonial-slide .elementor-swiper-button-next {
        right: calc(50% - 70px) !important;
        left: auto !important;
    }

    .testimonial-slide .elementor-swiper-button-prev {
        left: calc(50% - 70px) !important;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {

    .banner-inner-sec:before {
        width: 160px;
        height: 260px;
        top: -50px;
    }

    .about-logo:before,
    .about-logo:after {
        width: 80px;
        height: 120px;
    }
}

/* ======= Responsive CSS: End ======= */