a {
    text-decoration: none !important;
}

/* Fix header nav width issue */
.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
    left: 0 !important;
}

/* Prevent layout breaking on zoom */
.hfe-nav-menu {
    flex-wrap: wrap;
}

/* Ensure header container full width */
.main_header .e-con-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.down_arrow {
	cursor: pointer;
}

.main_content {
    padding-left: calc((100% - 1520px) / 2);
    padding-right: 0;
}


.golf_main  {
    padding-right: calc((100% - 1520px) / 2);
    padding-left: 0;
}
.membership_slider 
.elementor-image-box-content 
p.elementor-image-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.wpcf7-form-control.wpcf7-checkbox {
    margin-bottom: 14px !important;
    display: inline-block;
}

@media (max-width: 1610px) {
	
	.main_content {
		padding-left: calc((100% - 1400px) / 2);
		padding-right: 0;
	}


	.golf_main  {
		padding-right: calc((100% - 1400px) / 2);
		padding-left: 0;
	}
	
}

@media (max-width: 1400px) {
	
	.main_content {
		padding-left: calc((100% - 1200px) / 2);
		padding-right: 20px;
		padding-left: 20px;
	}


	.golf_main  {
		padding-right: calc((100% - 1200px) / 2);
		padding-left: 0;
	}
}



@media (max-width: 1200px) {
	.teem_img {
/* 		position: relative; */
		top: auto !important;
		bottom: 0 !important;
	}
}

@media (max-width: 992px) {
	    .teem_img {
        position: relative !important;
/*         top: -30px !important;
        bottom: 0 !important; */
        left: 10px !important;
    }
}


/* contact css */


/* 2 Column Layout */
.two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .two-col {
        grid-template-columns: 1fr 1fr;
    }
}

/* Make labels full width inside grid */
.two-col label {
    display: block;
}

/* Radio & checkbox spacing inside two col */
.two-col .wpcf7-form-control {
    margin-top: 8px;
}


.event-form p br {
	display: none !important;
}


/* ===== FORM WRAPPER ===== */
.event-form {
/*     max-width: 1000px; */
    margin: 0 auto;
}

/* REMOVE CF7 DEFAULT P SPACING */
.event-form p {
    margin-bottom: 0;
}

/* ===== SECTION HEADINGS ===== */
.event-form h3 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 28px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 600;
	color: #2b2b2b;
}

.custom_font * {
	    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}

/* ===== LABEL STYLE ===== */
.event-form label {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 18px;
    display: block;
    margin-bottom: 10px;
	color: #2b2b2b;
}

/* ===== INPUT FIELDS ===== */
.event-form input[type="text"],
.event-form input[type="email"],
.event-form input[type="tel"],
.event-form input[type="date"],
.event-form textarea {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
       font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 15px;
    transition: 0.3s ease;
    box-sizing: border-box;
}

/* FOCUS EFFECT */
.event-form input:focus,
.event-form textarea:focus {
    border-color: var(--e-global-color-accent);
    outline: none;
}

/* TEXTAREA */
.event-form textarea {
    height: 80px;
    resize: vertical;
}

/* ===== CHECKBOX & RADIO LIST ===== */
.event-form .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 15px;
	margin-left: 0 !important;
}

/* Better spacing for checkbox/radio */
.event-form .wpcf7-list-item input {
    margin-right: 8px;
}

@media (max-width:992px) {
	
	.event-form h3 {
		    font-size: 24px;
	}
}

@media (max-width:620px) {
	
	.two-col {
    	gap: 10px;
	}
	    .event-form h3 {
        font-size: 20px;
    }
	
	.group-label {
		    font-size: 18px !important;
	}
	
	.event-form label {
		font-size: 16px;
	}
	
	.event-form input[type="text"], .event-form input[type="email"], .event-form input[type="tel"], .event-form input[type="date"], .event-form textarea {
		font-size: 14px;
	}
	
	.event-form textarea {
		height: 50px;
	}
	
	.event-form .radio-group {
		margin-bottom: 10px;
	}
	
	.wpcf7-form-control.wpcf7-checkbox {
		    margin-bottom: 5px !important;
	}
	
	.event-form h3 {
		    margin-bottom: 10px;
	}
	
	.event-form .group-label {
		font-size: 18px !important;
	}
	.event-form .wpcf7-list-item input {
    margin-right: 4px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
	
	.p_reletive {
		position: relative;
	}

}



/* ===== 2 COLUMN LAYOUT (Desktop) ===== */
@media (min-width: 768px) {
    .event-form .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* ===== SUBMIT BUTTON ===== */
.event-form input[type="submit"] {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
	    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 15px 12px 15px;
}

/* Hover */
.event-form input[type="submit"]:hover {
    background-color: #FFFFFF10;
    color: var(--e-global-color-accent);}

/* Center Button */
.form-submit {
    margin-top: 0;
}




/* Checkbox Group Title */
.group-label {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 20px !important;
    margin-bottom: 12px;
    display: block;
	color: #000;
}

/* Checkbox Wrapper */
.checkbox-group {
    margin-bottom: 0;
}

/* Radio Wrapper */
.radio-group {
    margin-bottom: 30px;
}

/* Checkbox Items */
.checkbox-group .wpcf7-list-item {
    display: block;
    margin-bottom: 8px;
}

/* Radio Items */
.radio-group .wpcf7-list-item {
    display: block;
    margin-bottom: 8px;
}


.golf-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.golf-table tr * {
	background-color:  #fff !important;
}

.golf-table th {
	font-size: 22px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 600;
	line-height: 24px;
}

.golf-table td {
    border: 1px solid #bfbfbf;
    padding: 14px 10px;
	font-size: 18px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: 500;
	color: #606060;
}

.golf-table th {
    font-weight: 600;
}

@media (max-width: 820px) {
	.golf-table th {
		font-size: 18px;
		line-height: 22px;
	}
	
	.golf-table td {
		font-size: 16px;
	}
}

@media (max-width: 820px) {
	.golf-table th {
        font-size: 16px;
        line-height: 20px;
        padding: 8px;
	}
	
	.golf-table td {
		font-size: 14px;
		padding: 8px 8px;
	}
}

