.section-padding{
    padding: 100px 0px;
}
.section-padding-banner{
    padding: 40px 0;
}
footer{
    padding-top: 100px !important;
    padding-bottom: 30px !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease,
        -webkit-backdrop-filter 0.3s ease;
}
.site-header.is-scrolled,
.site-header.menu-open {
    background: rgba(11, 14, 9, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom-color: rgba(210, 157, 57, 0.28);
}
.hero-copy h5{
    font-size:26px;
}
.site-header-inner {
    padding-top: 24px;
    padding-bottom: 6px;
    transition: padding-top 0.25s ease, padding-bottom 0.25s ease;
}
.site-header.is-scrolled .site-header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header-bar {
    gap: 18px;
    min-width: 0;
    min-height: 56px;
}
/* other source css */
.home-banner-stack {
    background: url(../images/bg-banner-latest.png) center / cover no-repeat !important;
}

#tabs-section .nav.nav-tabs {
	padding: 10px;
}

#tabs-section .nav-tabs .nav-link {
	border: none;
	color: #888888;
	font-size: 24px;
	font-weight: 700;
}

#tabs-section .nav-tabs .nav-link:hover {
	border: none !important;
	outline: none;
}

#tabs-section .nav-tabs .nav-link.active {
	border: none !important;
	color: #183760;
}

#tabs-section .nav-tabs .nav-link span {
	color: #f7c244 !important;
}

.details.personal .fields div.input-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;

}

.details.personal .form-group {
	display: flex;
	gap: 20px;
}

.details.personal .form-group div.input-field {
	flex: 1;
}

.details.personal div.input-field label {
	color: #848a90;
}

#myTabContent {
	margin: 50px 0px;
	padding: 10px;
}

.details.personal input,
.details.personal select {
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}

.details.personal label i {
	color: #183760;
}

.right-form-fileds label i {
	color: #183760;
}

.details.personal input:focus,
.details.personal select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

#myTabContent h3 {
	color: #183760;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 30px;
}

.right-form-fileds [type="radio"]:checked,
.right-form-fileds [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.right-form-fileds [type="radio"]:checked+label,
.right-form-fileds [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.right-form-fileds [type="radio"]:checked+label:before,
.right-form-fileds [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #183760;
	border-radius: 100%;
	background: #fff;
}

.right-form-fileds [type="radio"]:checked+label:after,
.right-form-fileds [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #183793;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.right-form-fileds [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.right-form-fileds [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.right-form-fileds label {
	font-size: 18px;
	font-weight: 400;
}

.right-form-fileds form {
	margin-top: 20px;
}

.padiing-40-right {
	padding-right: 40px;
}

.padiing-40-left {
	padding-left: 40px;
}

.with-left-border {
	border-left: 2px solid #f7c244;
}

.save-and-next-btn {
	position: absolute;

	bottom: 100px;

	right: 50px;
}

.save-and-next-btn button {
	background: linear-gradient(135deg, #183760 0%, #2c5282 100%);
	padding: 8px 12px;
	border: none;
	border-radius: 5px;
	width: 170px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}

.save-and-next-btn button:hover {
	background: linear-gradient(135deg, #2c5282 0%, #183760 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(24, 55, 96, 0.3);
	opacity: 1;
}

.course-main-section .form-group {
	display: flex;
	flex-direction: column;
}

.course-main-section-filed .form-group {
	display: flex;
	flex-direction: column;
}

.course-main-section-filed .form-group input,
.course-main-section-filed .form-group select {
	width: 270px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.course-main-section-filed .form-group label {
	color: #5555559c;
	font-size: 14px;
}

.form-table table,
.form-table th,
.form-table td {
	border: 1px solid #183760;
	border-collapse: collapse;
	padding: 8px;
	text-align: center;
}

.course-main-section-filed .form-group {
	margin: 20px 0px;
}

.form-table th {
	background-color: #183760;
	color: white;
}

.form-table table {
	width: 100%;
	border: none !important;
}

.form-table {
	margin-bottom: 20px;
}


.form-table table th {
	font-weight: 400;

}

.form-table table td:first-child {
	border: none !important;
	text-align: left !important;
	background-color: white !important;
	color: black;
}

.course-main-section-filed form {
	margin-left: 200px;
}

.course-main-section-filed.sort-select form {
	margin-left: unset !important;
}

.course-main-section h2 {
	font-size: 16px;
	font-weight: 700;
	color: #0e3663;
	margin: 30px 0px;
}

.table-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}

.table-btns button {
	background-color: #ffc206;
	color: #0e3663;
	border: none;
	padding: 8px 15px;
	border-radius: 25px;
	/* width: 136px; */
	font-weight: 600;
}

.table-btns button:hover {
	opacity: 0.8;
}

.table-btn-design button,
.table-btn-design a {
	background-color: #ffc206;
	color: #0e3663;
	border: none;
	padding: 8px 15px;
	border-radius: 25px;
	/* width: 136px; */
	font-weight: 600;
	text-decoration: none;
}

.table-btn-design button:hover,
.table-btn-design a:hover {
	opacity: 0.8;
}

.main-heading {
	margin: 25px 0px;
}

.main-heading h1 {
	font-size: 36px;
	font-weight: 700;
	color: #0e3663;
	text-transform: uppercase;
}

.user-name-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user-name-row h4 {
	color: #0e3663;
	font-style: italic;
	text-transform: uppercase;

	margin-bottom: 0px;
}

.categories-main-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}

.main-list ul li {
	color: #80878e;
}

.sort-select {
	display: flex;
	align-items: center;
	gap: 30px;
}

.trash-sorting i {
	background-color: #cfd6df;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.trash-sorting span {
	color: #0e3663;
}

.trash-sorting i::before {
	position: relative;
	top: 9px;
	left: 11px;
	color: #0e3663;
}

.trash-sorting {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
}

.golfers-table table {
	font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.golfers-table td,
.golfers-table th {
	border: 1px solid #cfd6df;
	text-align: left;
	padding: 8px;
}

.golfers-table tr:nth-child(odd) {
	background-color: #cfd6df;
}

.golfers-table table tbody tr:first-child {
	background-color: #0e3663;
	color: #ffc206;
	font-weight: 400 !important;
}

.golfers-table table tbody tr th {
	font-weight: 400 !important;
}

.save-and-next-btn.golfers-next-btn {
	position: unset;
	margin: 20px 0px;
}

.btns-main-golfers {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.save-and-next-btn.golfers-next-btn.golfers-plus button {
	width: 50px;
	border-radius: 50%;
	height: 50px;
	font-weight: 700;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scorecard-right input {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.switch-toggle {
	flex: 0 0 120px;
	text-align: center;
}

.switch-toggle .switch {
	display: inline-block;
}

.switch-toggle .switch input {
	display: none;
}

.switch-toggle .switch label {
	display: block;
	width: 45px;
	height: 25px;
	padding: 3px;
	border-radius: 15px;
	border: 2px solid #cccccc;
	cursor: pointer;
	transition: 0.3s;
	background-color: #cccccc;
}

.switch-toggle .switch label::after {
	content: "";
	display: inherit;
	width: 15px;
	height: 15px;
	border-radius: 12px;
	background: white;
	transition: 0.3s;
}

.h3-color-red h3 {
	color: #8f1600 !important;
	font-weight: 700 !important;
	font-size: 24px !important;
}

.switch-toggle .switch input:checked~label {
	border-color: green;
	background-color: green;
}

.switch-toggle .switch input:checked~label::after {
	translate: 20px 0;
	background: #ffffff;
}

.main-heading.share-option h1 {
	font-size: 26px;
	text-align: center;
	margin: 40px 0px;
}

.code-copy {
	background-color: black;
	color: white;
	padding: 5px 20px 5px 3px;
	margin-bottom: 15px;

}

.scorecard-share-option-box .code-copy p {
	margin-bottom: 0px !important;
	line-height: 14px;
	font-size: 14px;
}

.scorecard-share-option-box p,
.scorecard-share-option-box h3 {
	margin-bottom: 8px !important;
}

.scorecard-share-option-box a.text-center {
	margin-bottom: 10px !important;
	display: block;
	font-size: 26px;
	color: #0d6efd;
	font-weight: 500;
}

#categories .save-and-next-btn {
	bottom: unset !important;
}

#categories .padiing-40-right {
	position: relative;
}

/* result page start */
.user-name-row.result-content-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

#result-page {
	background-color: #0f3662;
	height: 100vh;
	color: white;
	padding: 100px 0px;
}

.user-name-row.result-content-row h4 {
	color: #ffc206;
	font-weight: 700;
	font-size: 28px;
}

.user-name-row.result-content-row select {
	background-color: transparent;
	border: transparent;
	color: white;
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
}

.user-name-row.result-content-row option {
	color: black;
}

.results-table {
	margin-top: 30px;
}

.results-table table {
	border-collapse: collapse;
	width: 100%;
}

.results-table td,
.results-table th {

	text-align: left;
	padding: 8px;

}

.results-table th {
	color: #9babbd;
	font-weight: 400;
}

.login-banner {
	background-image: url("../images/login-golf-banner.jpg");
}

/* result page end */
form#categoryForm h4 {
	text-align: center;
	margin: 8px 0px;
}

.form-row {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

/* User Dashboard */
body:has(#event-dashboard) {
	padding-top: 0;
}
.main-dashboad {
	padding: 0;
	border-radius: 0;
    border-bottom: 5px solid #d4a849;
	background: linear-gradient(135deg, #183760 0%, #2c5282 100%);
	position: relative;
}
.dashboard-heading.main-heading {
    margin: 0;
	box-shadow: none;
    background: none !important;
	padding-left: 0;
}
.dashboard-heading.main-heading h1 {
    margin: 0;
}
.dashboard-heading.main-heading h1 i {
    color: #d4a849 !important;
}

.main-dashboad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23d4a849' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}
#event-dashboard .create-event-btn.save-and-next-btn button,
#event-dashboard .event-content .create-event-btn.save-and-next-btn button {
	background: linear-gradient(135deg, #d4a849, #e8c778) !important;
	color: #0e3663 !important;
}
/* User Dashboard Ends */
@media screen and (max-width: 1275px) {
    .site-nav a{
        font-size: 14px !important;
    }
    .site-header.is-scrolled .site-logo img {
    width: 60px !important;
}
    .site-header-bar__nav {
        gap: 15px !important;
    }
header .site-social a {
    opacity: 1;
    font-size: 14px;
}
.btn-signin{
    font-size: 16px !important;
}
}
@media screen and (max-width: 992px) {
	.details.personal .form-group {
		gap: unset;
		flex-direction: column;
	}
    .section-padding{
    padding: 60px 0px;
}
footer{
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}
	.info-card h3 br{
	    display:none;
	}
  .m-custom{
        margin-top: 100px !important;
    }
	.with-left-border {
		border-left: unset;
	}

	.padiing-40-right {
		padding-left: 10px;
	}

	.padiing-40-left {
		padding-left: 10px;
	}

	.save-and-next-btn {
		margin-top: 30px;
		text-align: center;
		position: unset;
	}

	.categories-main-content {
		flex-direction: column;
		align-items: flex-start;
}
		.padiing-40-right {
			padding-right: 0px;
		}

		.input-field.width-120 {
			max-width: unset !important;
		}

		.input-field.width-120 br {
			display: none;

		}

		.results-table {
			overflow-x: scroll;
		}
       
        /* .inner-page .hero-section.tournment-control{
            padding-bottom: 50px !important;
        } */
        section.image-bg-section.no-img-tablet{
            background: #fff9eb !important;
        }
        .hero-cta.hero-cta--loose{
            flex-direction: column;
        }
        .hero-content {
        row-gap: 15px !important;
            }
	}

@media screen and (max-width: 576px) {
		#tabs-section #myTab {
			flex-direction: column;
		}
        section .hero-inner .hero-copy .feature-item.mb-4{
            margin-bottom: 10px !important;
        }
        section .info-card h3{
            font-size: 20px !important;
        }
       section .who-we-work-with li i {
    margin-top: 3px;
    font-size: 20px !important;
}
          section  .hero-copy h2.theme-color-gold {
        font-size: 22px !important;
        line-height: 26px !important;
    }
        section .who-we-work-with li, section .value-list li {
            font-size: 18px !important;
        }
        .lgs-pricing-ent-custom{
            font-size: 20px !important;
        }
		.info-card{
		    justify-content:center !important;
		}
		.hero-copy h2.theme-color-gold, .hero-copy h2{
		    font-size:22px !important;
		}
		.hero-copy h4{
		    font-size:20px !important;
		}
		.hero-copy h5 {
            font-size: 22px;
        }
       .value-list{
           flex-wrap:wrap !important;
       }
		.course-main-section-filed form {
			margin-left: 0px;
		}

		.form-table,
		.golfers-table {
			overflow: scroll;
		}

		.main-heading h1 {
			font-size: 12px;
		}

		#tabs-section .nav-tabs .nav-link {
			font-size: 20px;
			padding: 5px !important;
		}

		.course-main-section h2 {
			font-size: 8px;
		}

		#golfers .course-main-section-filed .form-group select {
			width: 190px !important;
		}

		.h3-color-red h3 {
			font-size: 14px !important;
		}

		.save-and-next-btn.golfers-next-btn {
			margin: unset !important;
		}

		.save-and-next-btn {
			margin: unset;
		}

		.btns-main-golfers {
			margin-bottom: 20px;
			margin-top: 20px;
		}

		.padiing-40-right {
			padding-left: 0px;
			padding-right: 0px;
		}
	}

.disabled-btn {
	background-color: #ccc;
	color: #666;
	cursor: not-allowed;
	border: 1px solid #999;
	padding: 10px 20px;
	border-radius: 5px;
}

.disabled-btn[title] {
	position: relative;
}

.disabled-btn[title]:hover::after {
	content: attr(title);
	position: absolute;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	white-space: nowrap;
}


/* other source css end */
.feature-box-section{
    background:url('assets/images/bg.jpg') center/cover no-repeat;
  }
  
  .info-card{
    background:linear-gradient(135deg,#c9992e,#e7c45b);
    border:3px solid #fff;
    border-radius:24px;
    padding:35px;
    display:flex;
    align-items:center;
    gap:30px;
    height:100%;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
  }
  
  .info-card img{
    width:100px;
    flex-shrink:0;
  }
  
  .info-card h3{
    font-size: var(--fs-info-card-h3);
    line-height:1.2;
    margin:0;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color:#000;
  }
  
  @media (max-width:991px){
  
    .info-card{
      padding:28px;
      gap:22px;
    }
    .order-2-on-md{
        order: 2;
    }
    .order-1-on-md{
        order: 1;
    }
    .hero-board-wrap{
        max-width: 600px;
        margin: auto;
        margin-top: 15px;
    }
    .hero-section .hero-board-wrap{
        max-width: 100%;
        margin-top: 0px;
    }
        /* .hero-section .hero-copy .value-list {
         justify-content: center !important; 
    } */
  .feature-item .feature-content h3{
      text-align:left;
  }
    .info-card img{
      width:110px;
    }
  
    .info-card h3{
      font-size: var(--fs-info-card-h3);
    }
  }
  
  @media (max-width:575px){
  
    .info-card{
      flex-direction:column;
      text-align:center;
      padding:25px 20px;
      border-radius:18px;
    }
  
    .info-card img{
      width:60px;
    }
  
    .info-card h3{
      font-size: var(--fs-info-card-h3);
      line-height:1.25;
    }
  }
@media (min-width: 992px) {
    .site-header-bar {
        grid-template-columns: 1fr auto 1fr;
    }
    .site-header-bar__nav {
        justify-content: flex-start;
        min-width: 0;
    }
    .site-header-bar__logo {
        justify-self: center;
    }
    .site-header-bar__actions {
        justify-content: flex-end;
        min-width: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .site-header-bar {
        gap: 12px;
    }
}
.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px !important;
}
.site-nav--stacked {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 14px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-nav a {
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    letter-spacing: clamp(1px, 0.2vw, 2px);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #f5f5f5;
    transition: color 0.2s ease;
    font-weight: 500;
}
.site-nav a:hover {
    color: #f8cf62;
}
.site-logo img {
    width: 90px;
    height: auto;
    max-width: 100%;
    display: block;
    transition: width 0.25s ease, height 0.25s ease;
}
.site-logo--sm img {
    width: 100px;
}
.site-header.is-scrolled .site-logo img {
    width: 100px;
}
/* h2.theme-color-gold.complete-gold {
    line-height: 1.5 !important;
} */
@media (max-width: 991px) {
    .site-header.is-scrolled .site-logo img {
        width: 80px;
    }
    .info-card .hero-copy h3{
        text-align: left !important;
    }
    .hero-copy h1 {
        font-size: 38px !important;
    }
    .hero-copy h2.theme-color-gold{
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .hero-copy h4,.hero-copy h4.theme-color-black {
        font-size: 22px !important;
    }
}
.site-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.site-header-actions--stacked {
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    align-items: center;
}
.site-social {
    display: flex;
    gap: 14px;
    font-size: 18px;
}
.site-social a {
    opacity: 1;
    font-size: 20px;
    color: #fff;
}
.site-social a:hover {
    color: #f8cf62;
}
.site-nav-toggler {
    border: none;
    background: transparent;
    color: #f5f5f5;
    font-size: 1.55rem;
    line-height: 1;
    padding: 8px;
    border-radius: 6px;
}
.site-nav-toggler:focus-visible {
    outline: 2px solid #f8cf62;
    outline-offset: 2px;
}
.hero-section {
    min-height: 100vh;
    padding-top: 130px;
    background: url("../images/livegolfscoring_hero_bg.jpeg") center/cover no-repeat;
    border-bottom: 8px solid #f8cf62;
}
.hero-section.tournment-control {
    min-height: 0;
    background: none;
    border-bottom: none;
}
.home-banner-stack .hero-section.tournment-control {
    padding-top: clamp(44px, 8vw, 92px);
    padding-bottom: clamp(32px, 6vw, 56px);
}
.hero-inner {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
}
.btn-signin {
   display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    padding: 8px 15px;
}
.btn-signin:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.btn-signin:active {
    transform: translateY(2px) scale(0.98);
    filter: brightness(0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.btn-signin:focus-visible {
    outline: 2px solid #f8cf62;
    outline-offset: 3px;
}
.narrow-container{
    max-width: 940px;
    margin: auto;
}
.narrow-container-1380{
    max-width: 1280px;
    margin: auto;
}
.hero-content {
    min-height: calc(100vh - 140px);
}
.hero-copy h1 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.02;
    font-size: 60px;
    color:#e6b84f;
    /*background: linear-gradient(0deg, #f8cf62, #d29d39);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*color: transparent;*/
}
.hero-copy h2.theme-color-gold{
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.02;
    font-size: 40px;
    /*background: linear-gradient(0deg, #f8cf62, #d29d39);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #e6b84f;
}
.hero-copy h2 {
    margin: 0 0 clamp(14px, 3vw, 24px);
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.05;
    font-size: 40px;
}
.hero-copy h4 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    line-height: 1.15;
    font-size: 28px;
    font-weight: 600;
}
.hero-copy h4.theme-color-black{
    color: #0b0e09;
}
.hero-copy p {
    margin: 0 0 clamp(14px, 2.5vw, 20px);
    color: #fff;
    font-size: clamp(1rem, 1.1vw + 0.82rem, 1.375rem);
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    line-height: 1.35;
}
.hero-copy p.theme-color-black-para{
    margin: 0 0 clamp(14px, 2.5vw, 20px);
    color: #0b0e09;
    font-size: var(--fs-hero-para);
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    line-height: 1.35;
}
.hero-copy h3 {
    margin: 0 0 clamp(14px, 3vw, 24px);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    /*background: linear-gradient(0deg, #f8cf62, #d29d39);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #e6b84f;
    font-size: 32px;
}
.hero-section .hero-board-wrap img{
    border: 5px solid #fff;
    border-radius: 16px;
}
.hero-board-wrap img {
    border-radius: 50px;
}
.value-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.value-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: clamp(0.95rem, 0.9vw + 0.78rem, 1.25rem);
    line-height: 1.35;
}
.value-list i {
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: clamp(14px, 1vw + 0.65rem, 18px);
    flex-shrink: 0;
    margin-top: 0.2em;
}
.hero-cta {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero-btn-gold,
.hero-btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;;
    border-radius: 999px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: var(--fs-btn);
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    text-decoration: none;
    padding: 15px 30px;
}
.hero-btn-gold {
    color: #412d01;
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.hero-btn-gold:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.hero-btn-gold:active {
    transform: translateY(2px) scale(0.98);
    filter: brightness(0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.hero-btn-white {
    background: #fff;
    color: #0b0e09;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.hero-btn-white:hover {
    filter: brightness(0.97);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
.hero-btn-white:active {
    transform: translateY(2px) scale(0.98);
    filter: brightness(0.88);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.hero-btn-gold:focus-visible,
.hero-btn-white:focus-visible {
    outline: 2px solid #f8cf62;
    outline-offset: 3px;
}
.hero-section.tournment-control .value-list li{
    color: #0b0e09;
}
.tournment-control .hero-board-wrap {
    border: unset !important;
    border-radius: unset !important;
}
.card-white .info-card{
    background-color: #fff !important;
    background: #fff !important;
}

/* Stack layout (below lg): image column sits above copy — center graphic */
@media (max-width: 991.98px) {
    .hero-section.tournment-control .hero-content > .col-lg-5 {
        display: flex;
        justify-content: center;
        margin-bottom: clamp(20px, 5vw, 36px);
    }
    .hero-section.tournment-control .hero-board-wrap {
        width: fit-content;
        max-width: 100%;
    }
    .hero-section.tournment-control .hero-board-wrap .hero-board {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.cards-more-section .info-card{
    background-color: #fff !important;
    background: unset;

}
.cards-more-section .info-card h3{
    margin-bottom: 12px;
    font-size: var(--fs-cards-info-h3);
    color: #0b0e09;
    text-transform: capitalize;
}
.cards-more-section .info-card .theme-color-black-para {
    font-size: clamp(0.92rem, 1vw + 0.78rem, 1.125rem);
    line-height: 1.35;
}

.cards-more-section .info-card img{
    background-color: #e6b84f;
    padding: 10px;
    border-radius: 8px;
    height: 80px;
    width: 80px;
}

/* golf featuer */
.golf-features{
    position: relative;
    padding: 70px 20px;
    overflow: hidden;
    background:
      linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)),
      url('https://images.unsplash.com/photo-1592919505780-303950717480?q=80&w=1400&auto=format&fit=crop') center center/cover no-repeat;
  }

  .feature-item{
    display:flex;
    align-items:flex-start;
    gap: 20px;
    margin-bottom:45px;
  }

  .feature-icon{
    flex-shrink: 0;
  }

  .feature-icon img{
    display: block;
    min-width:55px;
    width:55px;
    height:55px;
  }
  hr{
      border-style: dotted;
  }

  .feature-content h3{
    color:#fff;
    
    margin:0;
    background: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: var(--fs-feature-content-h3) !important;
    line-height: 1.3;
  }

  @media (max-width: 767px) {
    .golf-features {
      padding: 50px 15px;
    }
    .event-form{
        margin-bottom: 0 !important;
    }
    .section-padding{
    padding: 30px 0px;
}
    .m-custom{
        margin-top: 160px !important;
    }

    .feature-item {
      margin-bottom: 20px;
    }
    .abc-no-padding{
        padding-top:15px !important;
    }

    .feature-icon {
      width: 65px;
      height: 65px;
      min-width: 65px;
      font-size: 24px;
    }
    
    
        .hero-copy h2.theme-color-gold {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .hero-copy h3{
        font-size: 22px !important;
    }
    .hero-content.margin-none{
        padding-top: 0 !important;
    }
  
  }

  @media (max-width: 480px) {
    .feature-item {
      gap:20px;
    }

    .feature-content h3 {
      line-height: 1.4;
    }
  }

@media (prefers-reduced-motion: reduce) {
    .hero-btn-gold,
    .hero-btn-white,
    .btn-signin {
        transition: none;
    }
    .hero-btn-gold:active,
    .hero-btn-white:active,
    .btn-signin:active {
        transform: none;
    }
}
.hero-board {
    width: 100%;
}

/* Homepage layout helpers — replaces fixed inline styles for responsiveness */
.home-banner-stack {
    background: url("../images/bg-banner-latest-1.png") center / cover no-repeat;
}
.hero-copy--lead {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: clamp(24px, 5vw, 50px);
}
.home-realtime-grid {
    margin-right: 0;
}
@media (min-width: 992px) {
    .home-realtime-grid {
        margin-right: clamp(0px, 14vw, 180px);
    }
}
.home-callout {
    margin-top: clamp(24px, 5vw, 50px);
    font-size: var(--fs-callout);
    font-weight: 600;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
}
.hero-cta--loose {
    margin-top: clamp(24px, 5vw, 50px);
}
.hero-btn--featured {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: var(--fs-btn);
}
.home-steps-img {
    display: block;
    width: 100%;
    max-width: min(100%, 980px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* hompage 2nd section */
.colour-bg-section {
    background-color: #fff9ed;
    padding: 100px 0;
    margin-top: 100px 0;
}
.image-bg-section{
    background-image: url("../images/homepage_professional_tournament_bg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.feature-section{
    background:#f7f2e8;
  }
  
  .feature-card{
    background:#fff;
    border-radius:24px;
    padding: 50px 20px;
    height:100%;
    box-shadow:0 4px 18px rgba(0,0,0,.06);
  }
  
  .feature-card img{
    width:90px;
    margin-bottom:30px;
  }
  
  .feature-card h3{
    font-size: var(--fs-feature-card-h3);
    font-weight: 600;
    margin-bottom:18px;
    line-height:1.1;
    font-family: "Inter", sans-serif;
  }
  
  .feature-card p{
    font-size: clamp(0.95rem, 1vw + 0.85rem, 1.25rem);
    line-height:1.35;
    color:#343c44;
    margin:0;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
  }
  
  
  /*about us  */
  main .inner-page-banner.hero-section{
    min-height: unset !important;
    height: unset;
    background-repeat: no-repeat !important;
  }
  .inner-page .feature-card{
    padding: 20px;
  }  
    .inner-page .hero-content{
    min-height: unset !important;
     
  }  
  /* .inner-page .hero-section.tournment-control{
    padding-bottom: 100px;
    padding-top: 30px;
  } */
  hr{
    margin: 0;
  }
  .who-we-work-with li{
    font-size: 20px !important;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  }
  .info-card .hero-icons img{
    width: 60px !important;
  }

  .who-we-work-with li i{
        margin-top:3px;
    font-size: 24px !important;
}
 .inner-page-content-width{
    max-width: 950px;
    margin: auto;
 }
 .inner-page .hero-copy.gap-right{
    padding-right: 100px;;
 }
 .inner-page .hero-copy.gap-left{
    padding-left: 100px;;
 }
 .inner-page .feature-content h3{
    font-size: var(--fs-inner-feature-h3) !important;
}
 .inner-page .feature-content p{
    font-size: 20px;
    color: #b9b4b4;
}
.inner-page .feature-item{
    margin-bottom: 10px !important;
}
.inner-page .hero-cta a{
    font-weight: 600 !important;
}
.inner-page .theme-color-gold.gold-color-md-font{
    font-weight: 400;
    font-size: var(--fs-inner-gold-h2);
}
.inner-page a.hero-btn-gold.hero-btn--featured, .inner-page a.hero-btn-white{
    font-weight: 500 !important;
}
.inner-page-content-width-full{
    max-width: 1160px;
    margin: auto;
}
.hero-btn-whatsapp{
    background-color: #30a824;
    color: #fff;
}
 .text-para p{
    font-size: var(--fs-text-para);
    line-height: 1.35;
    color: #343c44;
    margin: 0;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
}
.event-form{
    max-width:1200px;
    margin:auto;
    margin-bottom: 60px;
}

.grid-2{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px 35px;
    margin-bottom:25px;
}

.field{
    position:relative;
}

.field input,
.field select,
.field textarea{
    width:100%;
    background:#f4f4f4;
    border:1px solid #d9d9d9;
    border-radius:22px;
    padding:24px 30px;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size:18px;
    font-weight:600;
    color:#000;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    outline:none;
}

.field textarea{
    height:210px;
    resize:none;
}

.full-width{
    margin-bottom:25px;
}

.submit-wrap{
    text-align:center;
    margin-top:20px;
}

.submit-wrap button{
    min-width:300px;
    height:62px;
    border:none;
    border-radius:40px;
    background:linear-gradient(180deg,#ddb042,#efc85a);
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: var(--fs-btn);
    font-weight:600;
    cursor:pointer;
}

.select-field{
    position:relative;
}

.select-field::after{
    content:"▼";
    position:absolute;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    font-size:14px;
}

.field select{
    appearance:none;
    cursor:pointer;
}
.hero-content.contect-us{
    padding-top: 100px !important;
    padding-bottom: 100px !important
}
input::placeholder,textarea::placeholder{
    color: #454c54 !important;
    opacity:1 !important;
    font-weight:700 !important;
}
.field input::placeholder, .field select, .field textarea:placeholder{
     color: #454c54 !important;
    opacity:1 !important;
    font-weight:700 !important;
}
h2.theme-color-gold.complete-gold {
    line-height: 1.5 !important;
}
.lyg-demo-form-field input, .lyg-demo-form-field select, .lyg-demo-form-field textarea{
    padding: 12px;
}
@media (max-width:991px){

    .grid-2{
        grid-template-columns: 1fr;
    }

    .submit-wrap button{
        width:100%;
        min-width:auto;
    }
}
  @media (max-width:991px){
  
    .feature-card{
      padding:40px 25px;
    }
  
    .feature-card p{
      font-size: clamp(0.9rem, 1.5vw + 0.8rem, 1.1rem);
    }
  }
  
  @media (max-width:575px){
  
    .feature-card{
      border-radius:18px;
      padding:35px 20px;
    }
    .field input, .field select, .field textarea {
        padding: 10px 15px;
    }
     .inner-page .hero-copy.gap-left,  .inner-page .hero-copy.gap-right{
        padding-left: unset !important;
        padding-right: unset !important;
     }
  
    .feature-card img{
      width:75px;
      margin-bottom:22px;
    }
  
    .feature-card p{
      font-size: clamp(0.88rem, 3.5vw + 0.55rem, 1rem);
    }
  }
@media (max-width: 1200px) {
    .site-header-bar__nav {
        gap: 20px;
    }
}
@media (max-width: 1024px) {
    .hero-section {
        padding-bottom: 46px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .site-header-bar .btn-signin {
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .hero-content {
        min-height: auto;
        row-gap: 28px;
        padding-top: 28px;
    }
    .inner-page .feature-content p{
        text-align: left;
    }
    .inner-page .hero-copy.gap-right {
    padding-right: 0;
}
    .hero-copy {
        text-align: center;
    }
    .inner-page .hero-copy.gap-left {
    padding-left: 0;
}
    .hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-copy .value-list {
        text-align: left;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start !important;
    }
    .value-list li {
        justify-content: flex-start;
        text-align: left;
    }
    .hero-cta {
        justify-content: start;
    }
    .site-header .btn-signin {
        padding: 12px 26px;
    }
}
@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
    }
    .site-social {
        font-size: 16px;
        gap: 12px;
    }
    .site-header-actions--stacked .btn-signin {
        padding: 13px 28px;
    }
    .site-nav-toggler {
        font-size: 1.85rem;
    }
    .value-list {
        gap: 8px;
    }
    .value-list li {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}
@media (max-width: 576px) { 
    .site-logo--sm img {
        width: 88px;
    }
    .tos-section-title, .tos-sub-title {
    font-size: 24px !important;
    margin-top: 28px;
    }
    .hero-content.contect-us {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
      .hero-content {
        padding-top: 80px;
    }
        .hero-copy h1 {
        font-size: 32px !important;
        }
    .hero-cta {
        flex-direction: column;
        gap: 10px;
    }
    .hero-btn-gold,
    .hero-btn-white {
        width: 100%;
    }
    .site-header-actions--stacked .btn-signin {
        padding: 12px 24px;
    }
    section .hero-btn-gold, section .hero-btn-white, .inner-page .hero-cta a{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}

/* --- Live Golf Scoring site footer (scoped block; avoids clashes with existing components) --- */
.lgs-site-footer {
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
}
.lgs-site-footer__surface {
    position: relative;
    background:
        linear-gradient(180deg, rgba(8, 12, 8, 0.82), rgba(5, 8, 5, 0.88)),
        url("../images/homepage_professional_tournament_bg.png") center center / cover no-repeat;
}
/* .lgs-site-footer--footer-bg .lgs-site-footer__surface {
    background:
        linear-gradient(180deg, rgba(8, 12, 8, 0.82), rgba(5, 8, 5, 0.88)),
        url("../images/footer-bg.png") center center / cover no-repeat;
} */
.lgs-site-footer__wrap {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}
.lgs-site-footer__brand {
    text-align: center;
    margin-bottom: 52px;
}
.lgs-site-footer__logo-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid transparent;
    background:
        linear-gradient(#0f140f, #0f140f) padding-box,
        linear-gradient(160deg, #f8cf62, #d29d39) border-box;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.lgs-site-footer__logo-img {
    width: 88px;
    height: auto;
    display: block;
    object-fit: contain;
}
.lgs-site-footer__title {
    margin: 0 0 12px;
    font-family: "Inter", sans-serif;
    font-size: var(--fs-footer-title);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /*background: linear-gradient(0deg, #f8cf62, #d29d39);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #e6b84f;
}
.lgs-site-footer__tagline {
    margin: 0 auto;
    max-width: 520px;
    font-size: clamp(0.95rem, 1.2vw + 0.78rem, 1.125rem);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
}
.lgs-site-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 28px;
    padding-bottom: 44px;
}
.lgs-site-footer__heading {
    margin: 0 0 18px;
    font-family: "Inter", sans-serif;
    font-size: var(--fs-footer-heading);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    /*background: linear-gradient(0deg, #f8cf62, #d29d39);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #e6b84f;
}
.lgs-site-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lgs-site-footer__link {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: clamp(0.85rem, 0.9vw + 0.72rem, 1.125rem);
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.15s ease, opacity 0.15s ease;
}
.lgs-site-footer__link:hover {
    color: #f8cf62;
}
.lgs-site-footer__check {
        flex-shrink: 0;
        font-size: 12px;
        color: transparent;
        background-color: #e6b74f;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 16px;
}
.lgs-site-footer__col--newsletter .lgs-site-footer__heading {
    margin-bottom: 16px;
}
.lgs-site-footer__newsletter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}
.lgs-site-footer__input {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 999px;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: 15px;
    color: #0b0e09;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.lgs-site-footer__input::placeholder {
    color: rgba(11, 14, 9, 0.45);
}
.lgs-site-footer__input:focus {
    outline: 2px solid #f8cf62;
    outline-offset: 2px;
}
.lgs-site-footer__subscribe-btn {
    width: 100%;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: var(--fs-btn);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #412d01;
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    transition: filter 0.15s ease, transform 0.15s ease;
    padding: 10px 12px;
}
.lgs-site-footer__subscribe-btn:hover {
    filter: brightness(1.06);
}
.lgs-site-footer__subscribe-btn:active {
    transform: translateY(1px);
    filter: brightness(0.96);
}
.lgs-site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}
.lgs-site-footer__col--newsletter .lgs-site-footer__social {
    justify-content: flex-start;
}
.lgs-site-footer__social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #412d01;
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: filter 0.15s ease, transform 0.15s ease;
}
.lgs-site-footer__social-btn:hover {
    filter: brightness(1.08);
    color: #2a1f01;
}
.lgs-site-footer__social-btn:active {
    transform: scale(0.96);
}
.lgs-site-footer__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.lgs-site-footer__copy {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}
.lgs-site-footer__copy-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.15s ease;
}
.lgs-site-footer__copy-link:hover {
    color: #f8cf62;
}
.lgs-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}
.lgs-site-footer__legal-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.15s ease;
}
.lgs-site-footer__legal-link:hover {
    color: #f8cf62;
}
.lgs-site-footer__legal-sep {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}
@media (max-width: 991px) {
    .lgs-site-footer__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lgs-site-footer__col--newsletter {
        grid-column: 1 / -1;
    }
    .feature-content h3 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

  
}
@media (max-width: 575px) {
    .lgs-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .lgs-site-footer__col--newsletter {
        grid-column: auto;
    }
    .lgs-site-footer__bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .lgs-site-footer__logo-ring {
        width: 112px;
        height: 112px;
    }
    .lgs-site-footer__logo-img {
        width: 76px;
    }
    .lgs-site-footer__social-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* --- Book a Demo form (scoped; lyg-demo-form-*) --- */
.lyg-demo-form-section {
    background: #fff;
}

.lyg-demo-form-card {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff9ed;
    border-radius: 36px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    
}
.hero-inner .lyg-demo-form-card {
    
}
.lyg-demo-form-header {
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 40px);
}

.lyg-demo-form-title {
    margin: 0 0 clamp(14px, 2.5vw, 22px);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(26px, 3.5vw, 32px);
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.lyg-demo-form-subtitle {
    margin: 0 auto;
    max-width: 820px;
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: clamp(13px, 1.6vw, 16px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0b0e09;
}

.lyg-demo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 22px);
    margin-bottom: clamp(16px, 2.5vw, 22px);
}

.lyg-demo-form-field {
    position: relative;
}

.lyg-demo-form-field--full {
    margin-bottom: clamp(24px, 4vw, 32px);
}

.lyg-demo-form-field input,
.lyg-demo-form-field select,
.lyg-demo-form-field textarea {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 400;
    color: #0b0e09;
    outline: none;
    transition: box-shadow 0.15s ease;
}

.lyg-demo-form-field input::placeholder,
.lyg-demo-form-field textarea::placeholder {
    color: rgba(11, 14, 9, 0.42);
}

.lyg-demo-form-field input:focus,
.lyg-demo-form-field select:focus,
.lyg-demo-form-field textarea:focus {
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(248, 207, 98, 0.45);
}

.lyg-demo-form-field textarea {
    display: block;
    min-height: clamp(120px, 18vw, 160px);
    resize: vertical;
}

.lyg-demo-form-field--select select {
    appearance: none;
    cursor: pointer;
    padding-right: 48px;
}

.lyg-demo-form-field--date input {
    padding-right: 48px;
}

.lyg-demo-form-field--select select:invalid {
    color: rgba(11, 14, 9, 0.42);
}

.lyg-demo-form-field-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: rgba(11, 14, 9, 0.45);
}

.lyg-demo-form-field--date .lyg-demo-form-field-icon {
    font-size: 16px;
}

.lyg-demo-form-actions {
    text-align: center;
}

.lyg-demo-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(220px, 40vw, 280px);
    border: none;
    border-radius: 999px;
    background: linear-gradient(0deg, #f8cf62, #d29d39);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    font-family: "Segoe UI", "Segoe UI Emoji", sans-serif;
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0b0e09;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.lyg-demo-form-submit:hover {
    filter: brightness(1.06);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.lyg-demo-form-submit:active {
    transform: translateY(1px);
    filter: brightness(0.96);
}

.lyg-demo-form-submit:focus-visible {
    outline: 2px solid #f8cf62;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .lyg-demo-form-card {
        border-radius: 24px;
    }

    .lyg-demo-form-grid {
        grid-template-columns: 1fr;
    }

    .lyg-demo-form-title {
        font-size: 24px;
    }

    .lyg-demo-form-subtitle {
        font-size: 12px;
    }

    .lyg-demo-form-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .lyg-demo-form-title {
        font-size: 28px;
    }

    .lyg-demo-form-subtitle {
        font-size: 14px;
    }
}
