/*
Theme Name: Spike
Theme URI: https://spike.themerex.net/
Description: Spike is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: spike
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
video,
audio,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet,
object,
iframe,
video,
audio,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

.amelia-v2-booking .el-dialog .am-gd__display img {
  max-height: 500px !important;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */

body {
  --primary-color: #136c38 !important;
  --bs-btn-bg: var(--primary-color) !important;
  --secondary-color: #f97316 !important;
  --theme-color-text_link: #f97316 !important;
  --primary-gradient: linear-gradient(135deg, #136c38e0, #96c93d);
  --whatsapp-gradient: linear-gradient(135deg, #136c38e0, #136c38e0);
  --glass-bg: rgba(255, 255, 255, 0.95);
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-color {
  color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.btn-primary,
.bg-primary.bg-primary.bg-primary {
  background: var(--primary-color) !important;
}

.bg-secondary {
  background: var(--secondary-color) !important;
}

.sc_button_default {
  border-radius: 5px !important;
  font-size: 16px !important;
}

.shadow {
  transition: .2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow:hover {
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.bottom-btns {
  position: fixed;
  bottom: 30px;
  left: 20px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}

.bottom-btns a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6a9309;
  border-radius: 50%;
  color: #fff !important;
  font-size: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  animation: pulse 1.5s infinite;
  animation-direction: alternate;
}

.bottom-btns a:first-child {
  background: var(--primary-color);
}

.bottom-btns a:last-child {
  background: var(--secondary-color);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(.9);
  }

  30% {
    transform: scale(1.5);
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }

  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }

  100% {
    transform: scale(.9);
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

#panel-bar {
  border-radius: 40px 0 0 40px !important;
  overflow: hidden;
}

#panel-bar.sc_layouts_panel,
.sc_layouts_panel_inner {
  transition: 0.3s !important;
}

#panel-bar .sc_layouts_panel_inner {
  background: var(--primary-color) !important;
}

#panel-bar .sc_layouts_panel_inner * {
  color: #fff !important;
}

#panel-bar .custom_links_list.custom_links_list.custom_links_list {
  display: flex !important;
  flex-direction: column;
  row-gap: 5px !important;
}

#panel-bar .widget_custom_links ul>li.custom_links_list_item {
  padding: 5px 5px;
  font-size: 18px;
  transition: 0.2s !important;
  border-bottom: 1px solid #ffffff31;
}

#panel-bar .widget_custom_links ul>li.custom_links_list_item:last-child {
  border: none;
}


#panel-bar .widget_custom_links ul>li.custom_links_list_item:hover {
  border-color: #fff;
}

#panel-bar .widget_custom_links ul>li.custom_links_list_item a .custom_links_list_item_title::after {
  display: none !important;
}

#panel-bar .sc_layouts_logo img.logo_image {
  max-height: 110px !important;
}

#panel-bar .sc_layouts_panel_close.trx_addons_button_close {
  background: transparent !important;
}

.amelia-v2-booking #amelia-container .am-fcis__gallery-hero {
  min-height: 500px;
}

#logSignModel {
  z-index: 10001
}

.btn-roundead {
  border-radius: 50px;
  font-size: inherit;
  padding: 17px 50px;
  color: #fff !important;
}


/* Modal Customization */
.turfBookingModal .modal-content {
  border: none;
  border-radius: 28px;
  overflow: hidden;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);


}

.turfBookingModal .modal-body {
  padding: 0;
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: none;
}

.turfBookingModal .modal-body::-webkit-scrollbar {
  display: none;
}

/* Swiper Hero Section */
.swiper {
  width: 100%;
  height: 350px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: white;
  z-index: 2;
  pointer-events: none;
}

/* Swiper Pagination Customization */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: #96c93d !important;
  opacity: 1;
  width: 20px;
  border-radius: 5px;
}

/* Info Cards */
.info-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 1.25rem;
  transition: var(--transition);
  border: 1px solid #edf2f7;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
  background: white;
  border-color: #96c93d;
  box-shadow: var(--card-shadow);
}

.info-card i {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  display: block;
  color: #00b09b;
}

/* Pricing Badge */
.pricing-badge {
  background: var(--primary-gradient);
  color: white;
  padding: 1.5rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 176, 155, 0.2);
}

/* Sticky Footer */
.sticky-footer {
  position: sticky;
  bottom: 0;
  background: var(--glass-bg);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.btn-premium {
  border-radius: 14px;
  padding: 0.9rem 1.5rem;
  font-weight: 600;
  border: none;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.btn-whatsapp {
  background: var(--whatsapp-gradient);
  color: white;
}

.btn-call {
  background: #1a202c;
  color: white;
}

.btn-premium:hover {
  opacity: 0.9;
  transform: scale(1.02);
  color: white;
}

.btn-close-custom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .swiper {
    height: 280px;
  }

  .modal-content {
    border-radius: 0;
  }
}
.row, .columns_wrap {
    margin-left: inherit !important;
    margin-right: inherit !important;
}

html:has(.turfBookingModal.show),
body:has(.turfBookingModal.show) {
  overflow: hidden !important;
}

body{
  width: 100%!important;
}
.otp-verify-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 10px;
 
}
.inner-otp{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sc_testimonials_item {
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.main-btn .elementor-button{
    padding: 15px 40px;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--secondary-color) !important;
    transition: 0.4s !important;
    border-radius: 10px !important;
}
.main-btn:hover{
box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.main-btn.transparent .elementor-button{
    background: transparent !important;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

#amelia-signup-form .nsl-container-block{
  text-align: center !important;
}

@media (max-width: 767px){
  .main-btn .elementor-button{
    padding: 10px 20px; 
    font-size: 13px;
  }
}

.amelia-v2-booking #amelia-container .am-fcil__wrapper{
  justify-content: start !important ;
}

.amelia-v2-booking #amelia-container .am-fcis__info-service__desc, .amelia-v2-booking #amelia-container .am-fcis__info-service__desc * {
  white-space:  unset!important;
}

.am-fcis__info-service__desc > div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.am-fcis__info-service__desc > div h3 {
  color: #000;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.amelia-v2-booking #amelia-container .am-cat__content{
  max-height: auto !important;
}

.amelia-app-booking  .am-cabinet-dashboard{
  box-shadow: none !important;
  max-width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.066) !important;
}

.amelia-app-booking .am-cabinet-dashboard .am-cabinet-menu,
.amelia-app-booking .am-cabinet-dashboard .am-cabinet-dashboard-header{
  background: var(--primary-color) !important;
}


/* ===== Turbo Turfs Modern Contact Form ===== */

.wpcf7 {
    width: 100%;
    margin: 0;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* Grid Layout */
.wpcf7 p {
  margin-bottom: 0 !important;
}
.wpcf7 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wpcf7 .column-50 {
    width: calc(50% - 10px);
    padding: 0 !important;
}

.wpcf7 .column-100 {
    width: 100%;
    padding: 0 !important;
}

/* Inputs */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f9fafb;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
}

.wpcf7 select{
  border-width: 0 !important;
  border-radius: 0 !important;
  border-bottom-width: 1px !important;
}
/* Focus State */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #111111;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Textarea */
.wpcf7 textarea {
    height: 50px !important;
    resize: none;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #111111;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.wpcf7 input[type="submit"]:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Validation Messages */
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
}

.wpcf7-response-output {
    margin-top: 20px;
    border-radius: 10px;
    padding: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .wpcf7 .column-50 {
        width: 100%;
    }

    .wpcf7 {
        padding: 25px;
    }
}


#amelia-container{
  margin: 0 auto !important;
}

ol.turbo-terms{
padding-left: 0 !important;
}

@media (min-width: 1280px){
body .amelia-v2-booking #amelia-container.am-fc__wrapper .am-fcl__item{
max-width: 40% ;
}
}

@media (max-width: 600px){
	#panel-bar .widget_custom_links ul>li.custom_links_list_item{
		padding 15px 5px !important; 
	}
}   
#panel-bar {
    max-height: 100vh;
    overflow-y: auto;
    background: var(--primary-color);
}
#panel-bar::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
