/*
 Theme Name:   Golfex Child
 Theme URI:    http://example.com/golfex-child/
 Description:  A child theme for the Golfex WordPress theme.
 Author:       Your Name
 Author URI:   http://example.com
 Template:     golfex
 Version:      1.0.0
 Text Domain:  golfex-child
*/

/* Custom CSS starts below this line */

.custom-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;      /* Removes extra space around the text */
}

.custom-eyebrow img {
    display: block;
    margin: 0;
    flex-shrink: 0;
    position: relative;
    top: 0;            /* Adjust this value (1px, 2px, -1px) until it looks right */
}

.section-title .elementor-heading-title::before {
    background: url('/wp-content/uploads/2026/04/icon-sub-heading-gradient.svg') no-repeat !important;   
}

.service-img-1 img {
    aspect-ratio: 1;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.hero-benefit-item::before {
    background: linear-gradient(90deg, #97D754, #32A041);
}

/* svg{
	color: #fafafa;
}

.elementskit-info-box-icon{
	 background-image: linear-gradient(90deg, #97D754 0%, var(--e-global-color-471285d) 100%);
} */

.about-get-membership-circle{
	background-color: #27500A!important;
	background-image: none!important;

}
a.elementor-button{
	margin-top: 0!important;
}

select#course.form-control,
select#course.wpcf7-form-control {
    background-color: #ffffff !important;
    border: 1px solid #3B6D11 !important;
	color: inherit;
}

select#course.form-control:focus,
select#course.wpcf7-form-control:focus {
    border-color: #3B6D11 !important;
    box-shadow: 0 0 0 0.2rem rgba(59, 109, 17, 0.25) !important;
    outline: none;
	
}


.animation-swing {
  transform-origin: top center; 
  animation: swing 6s ease-in-out infinite;
}

@keyframes swing {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}

/*Start of Tabs Hover*/
/* Base setup for the sweep effect */
.e-n-tab-title {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* The ::after pseudo-element (the sweeping overlay) */
.e-n-tab-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20%;
  right: 0px;
  width: 0px;
  height: 106%;
  transform: skew(45deg);
  z-index: -1;
  background: var(--e-global-color-primary);
  transition: 0.4s ease-in-out;
}

/* Trigger the sweep on hover */
.e-n-tab-title:hover::after {
  width: 150%;
}

/* Active/selected tab - keep the sweep visible */
.e-n-tab-title[aria-selected="true"]::after {
  width: 150%;
}

/*End of Tabs Hover*/

.pricing-item .elementskit-pricing-price .period {
    margin-left: 0 !important;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sup {
    top: 0;
    left: 0 !important;
}

.divider-rotate .elementor-divider__element {
  display: inline-flex !important;
  animation: golf-spin 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes golf-spin {
  from { transform: rotate(360deg); }
  to   { transform: rotate(0deg); }
}

.post-single-image figure {
    border-radius: 12px;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.post-single-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.post-content {
    margin: 30px auto 0;
}

.post-single-image {
	margin-bottom: 0;
}

.elementor-heading-title {
  text-wrap: balance;
}

.respond {
	display: none;
}

.post-entry {
	border-bottom: 0;
	margin-bottom: 0;
}

.page-single-post {
	padding-bottom: 0 !important;
}

@media (max-width: 1024px) {
    .inquire-sec {
        padding: 0 5px;
    }
}

.page-header-section:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    background: linear-gradient(0deg, rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.65) 50%, rgba(38, 38, 38, 0.9) 100%) !important;
}


.page-header-section .jarallax-container > div {
    background-position: center top !important;
}

.border-radius-section {
    position: relative;/
    overflow: hidden;
}

.border-radius-section:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important; 
    background: linear-gradient(180deg, 
        rgba(38, 38, 38, 0.85) 0%,
        rgba(38, 38, 38, 0) 25%,
        rgba(38, 38, 38, 0) 75%,
        rgba(38, 38, 38, 0.85) 100%
    ) !important;
    
    pointer-events: none;
}

.border-radius-section .e-con-inner,
.border-radius-section .elementor-widget {
    position: relative;
    z-index: 2 !important;
}

.text-editor-wrap {
	text-wrap: balance;
}

.our-services:after{
	margin-top: 50px;
	
}

.book-lesson-card-img {
	width: 100%;
	height: 300px !important;
}

.wrap-balance {
	text-wrap: balance;
}

#vertical-menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.book-lesson-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}


@media screen and (max-width: 767px) {
  body .elementor-element.elementor-element-30d3b19 {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    overflow: hidden !important;
  }

  body .elementor-element.elementor-element-373ddd0 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  body .elementor-element.elementor-element-373ddd0 img {
    width: min(68vw, 330px) !important;
    max-width: 330px !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}
