/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Home-Page-banner-Style */

/* .banner-search-box input.hfe-search-form__input {
    height: 52px;
}

 .home-banner {
    overflow: hidden;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6; 
    z-index: 1;
    pointer-events: none; 
} */

 @import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');

/* Banner-Search-Box-Style */

.search-bar {
    display: flex;
    width: 756px;
    border-radius: 0px;
    overflow: hidden;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}
.search-bar input {
    flex: 1;
    padding: 28px 40px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    border-radius: 0px;
}

.search-bar input::placeholder {
    padding-left: 0px;
}

.search-bar .input-wrapper {
    width: 600px;
}

.search-bar input::placeholder {
  color: #717171;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
}

.search-bar input[type="text"]:focus{
   outline: none;
   border: none !important; 
}
.search-bar button {
    background-color: #008FFF;
    color: #FFFFFF;
    border: none;
    padding: 0 20px;
    border-radius: 0;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    /* transition: background-color 0.3s ease; */
}

.search-bar button:hover {
    background: #FFFFFF;
    color: #008FFF;
    border: 2px solid #008FFF;
    border-radius: 0;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Footer-Newsletter-Style */

.newsletter {
  display: flex;
  background: #fff;
  padding: 10px;
  width: 400px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
}

.newsletter input[type="email"] {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
  outline: none;
  color: #333;
}

.newsletter button {
  background-color: #0099ff;
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter button:hover {
  background-color: #007acc;
}

/* UPCOMING-TOURNAMENT-SECTION*/

.tournament-section {
    padding: 40px 0px;
}

.tournament-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    align-content: center;
}

.tournament-header .tournament-title {
  font-family: Oswald;
  font-weight: 500;
  font-size: 45px;
  line-height: 104px;
  text-transform: uppercase;
  color: #000000;
}

.view-more a {
    text-decoration: none !important;
}

.view-all-link {
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.arrow-icon {
    color: #007bff;
    font-size: 24px;
}

.tournament-cards-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tournament-card {
    background-color: #fff;
    width: 23%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 17%);
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.tournament-card a {
    transition: transform 0.3s ease;
}

.tournament-card a:hover {
  transform: scale(1.05); 
}
.tournament-card:hover {
  transform: scale(1.05); 
}

.tournament-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tournament-content {
    padding: 16px;
    border: 1px solid #0000001A;
}

.tournament-content .tournament-heading {
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 12px 0;
    color: #000000;
}

.tour-date {
    border-right: 1px solid #D8D8D8 !important;
}

.tour-duration {
    border-right: 1px solid #D8D8D8 !important;
}
.tournament-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
    line-height: 1.6;
    gap: 10px 30px;
}

.tournament-details strong {
    display: block;
    color: #666666;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}
.tournament-details span {
    display: block;
    color: #000000;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 14px;
}

.home-leagues-container {
    padding: 20px 0px;
}

p.location-text {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}

.home-leagues-container h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.league-card {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    gap: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.one-side-border {
    width: 1px;
    height: 180px;
    background: #20202026;
    display: block;
}
.date {
  width: 80px;
  font-weight: bold;
  text-align: left;
}

.date .day {
    color: #434343;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

.date .month, .date .num {
    color: #000000;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
}

.details {
    flex: 1;
    margin: 0px 0px 0px 150px;
}

.details h2 {
    margin: 0;
    color: #000000;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 29px;
    line-height: 46px;
}

.details p {
    color: #434343;
    margin-top: 5px;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.action a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.action span {
    color: #008FFF;
    margin-left: 5px;
    font-size: 23px;
}

.league-card .action a {
    text-decoration: none !important;
}

.view-more {
  text-align: left;
  padding: 20px 0;
}

.view-more a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.view-more span {
    color: #007BFF;
    margin-left: 5px;
    font-size: 25px;
}


/* NEWSLETTER-Footer-Section */

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
    background: transparent;
}

.noptin-form-header.noptin-img-right {
    display: none;
}

.noptin-optin-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    text-align: center;
    width: 100%;
}

.noptin-form-field-wrapper.noptin-form-field-submit.noptin-optin-field-wrapper.noptin-optin-field-submit input {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 15px;
    background-color: rgb(0, 143, 255) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    line-height: 21px;
    text-transform: uppercase;
}

.noptin-form-single-line.noptin-label-hide .noptin-form-field-wrapper:not(.noptin-form-field-radio_field,.noptin-form-field-multi_checkbox_field)>div input {
    height: 50px;
    width: 100%;
    border-radius: 0px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: none;
}
.noptin-form-footer {
    padding-top: 0;
}

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
    background: transparent;
    min-height: auto !important;
}

.noptin-form-fields {
    background: #ffff;
    gap: 0;
    padding: 5px 5px;
}

.noptin-error {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 16px;
    padding: 0;
    margin-top: 0;
}

.noptin-form-single-line.noptin-label-hide .noptin-form-field-wrapper:not(.noptin-form-field-radio_field,.noptin-form-field-multi_checkbox_field)>div input::placeholder {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: none;
    color: #717171;
}


/* CONTACT-US-PAGE-STYLE */

.custom-contact-form input {
    background: #F2F2F280;
    padding: 25px 16px !important;
    border: 1px solid #0000001A;
    border-radius: 0px;
}
.custom-contact-form textarea {
    background: #F2F2F280;
    border-radius: 0;
    max-height: 120px;
    border: 1px solid #0000001A;
}

.contact-register-btn input {
    background: #008FFF;
    width: 100%;
    border-radius: 0;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 12px !important;
}

.custom-contact-form input::placeholder {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    color: #000000BF;
}

.custom-contact-form textarea::placeholder {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    color: #000000BF;
}
.custom-contact-form p {
    margin-bottom: 0px;
}
.custom-contact-form label {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    color: #000000BF;
    line-height: 40px;
}


.inner-league-bowling {
    position: absolute;
    top: 250px;
    z-index: 99;
}
    
.league-bowling {
	position: relative;
}

/* LEAGUE-Page-Style */

.page-template-league {
    background: #F3F3F3;
}

.leagues-section {
    max-width: 1110px;
    width: 100%;
    margin: 40px auto;
    /* padding: 0 20px; */
}
.leagues-section .title {
    color: #000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}

.leagues-section .league-card {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.leagues-section .league-info {
    display: flex;
    gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.leagues-section .league-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}

.leagues-section .league-details {
  max-width: 600px;
}

.leagues-section .league-name {
    margin: 0 0 10px;
    color: #000000;
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}
.leagues-section p.entries {
    color: #666666;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 14px;
}
.leagues-section p.entries span {
    color: #000000;
}

.leagues-section .league-details p span {
    color: #000000;
}

.leagues-section .entries,
.leagues-section .location,
.leagues-section .league-details p {
  font-size: 14px;
  color: #444;
  margin: 4px 0;
}

.leagues-section .location i,
.leagues-section .league-details i {
  color: #007bff;
  margin-right: 6px;
}

.leagues-section .league-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leagues-section .view-btn,
.leagues-section .join-btn {
  width: 150px;
  padding: 10px;
  margin: 5px 0;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}
.leagues-section .view-btn {
    background-color: white;
    border: 1px solid #ccc;
    color: #17181B;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.leagues-section .view-btn:hover {
    background:#008FFF;
    color: #fff;
    border: 1px solid #008FFF;
}
.leagues-section .join-btn {
    background-color: #0088ff;
    color: #fff;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid ;

}
.leagues-section button.join-btn:hover {
    background: #fff;
    color: #008FFF;
    border: 1px solid #008FFF;
}

.leagues-section span.new_loc {
    color: #008FFF;
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 14px;
}

.leagues-section .share {
  font-size: 14px;
  color: #007bff;
  margin-top: 10px;
  cursor: pointer;
}

.leagues-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 10px;
}

.leagues-section .page-btn {
  background-color: white;
  border: 1px solid #ddd;
  color: #333;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.leagues-section .page-btn:hover {
    background-color: #eaeaea;
    color: #007bff;
}
.leagues-section .right-icon-spans {
    width: 30%;
    margin: 0 auto;
}
.leagues-section .page-btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

/* Event-Detail-1-Page Style */

.event-detail-1 {
    width: 100%;
    background: #F3F3F3;
}
.event-detail-2-container {
    max-width: 1305px;
    margin: 0 auto;
    width: 100%;
}
.event-detail-1 .breadcrumb {
    background: #f3f3f3;
    padding: 15px 20px;
    color: #333333;
    border-bottom: 1px solid #ddd;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    text-transform: uppercase;
}

.event-detail-1 .breadcrumb a {
  text-decoration: none;
  color: #222;
  margin-right: 5px;
}

.event-detail-1 .breadcrumb .current {
  color: #999;
}

.event-detail-1 .event-container {
  background: #f5f5f5;
  padding: 30px 20px;
}

.event-detail-1 .event-container h1 {
    margin-bottom: 20px;
    color: #000000;
    font-family: Oswald;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

.event-details strong {
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
}
.event-detail-1 .event-info p {
    color: #47454D;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
}
.event-detail-1 .event-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.event-detail-1 .event-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #222;
}

.event-detail-1 .divider {
  width: 1px;
  background: #ccc;
  height: 50px;
  margin: 0 10px;
}

.event-detail-1 .event-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-content: center;
}

.event-detail-1 .buy-btn {
    background: #0096ff;
    color: white;
    padding: 18px 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
}

.event-detail-1 .share-btn {
    background: white;
    color: #000;
    padding: 10px 35px;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
}

/* Image-slider-style-start */

.slider-container {
    position: relative;
    width: 100%;
    /* max-width: 1265px; */
    margin: auto;
    overflow: hidden;
    /* padding: 0px 20px; */
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slider img {
  width: 100%;
  flex-shrink: 0;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 1;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}


/* Event-detail-1-Tab-Section */

.tabs-container {
  width: 100%;
}

.tab:focus-visible,.tab:focus  {
    outline: none !important;
}

.tabs-container .tabs {
    display: flex;
    background-color: white;
    border-bottom: 2px solid #e0e0e0;
    align-items: center;
    padding: 0px 40px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab {
  padding: 16px 20px;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}

.tab.active {
  color: #2196f3;
  border-bottom: 3px solid #2196f3;
  font-weight: bold;
}

.tab:hover {
  background-color: #f0f0f0;
}

.tab-content {
  padding: 40px 0px;
  margin-top: -1px;
}

.first-tab-column {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}
.section-title {
    margin-bottom: 20px;
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 33.46px;
    text-transform: uppercase;
}

.tab-content p {
    margin-bottom: 10px;
    color: #000000B2;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
}
.label-no-break {
  white-space: nowrap;
}


/* Why-join  */
.why-join-section {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}
.intro-box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.intro-box h2 {
    margin-bottom: 10px;
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 33.46px;
    text-transform: uppercase;
}

.intro-box p {
    color: #000000B2;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
}

.info-grid {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-column {
  flex: 1 1 30%;
  min-width: 260px;
}

.info-column h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Helvetica;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.info-box {
    background-color: #fff;
    padding: 20px;
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 15px;
    line-height: 29px;
}

.info-box span {
    font-weight: 400;
}

.info-box a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.info-box a:hover {
  text-decoration: underline;
}

.contact-box {
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 0;
}

.tabs-container .btn {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

.tabs-container .btn.blue {
  background-color: #008cff;
  color: #fff;
}

.tabs-container .btn.outline {
  border: 1px solid #ccc;
  color: #000;
  background: #fff;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

.card {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 4px;
}

.card p {
  margin: 0 0 10px;
  color: #000000B2;
  line-height: 1.6;
}

.card a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.card a:hover {
  text-decoration: underline;
}

/* Registration Essential-Style */

.registration-box {
    background-color: #FFFFFF;
    padding: 30px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.registration-box h2 {
    color: #151924;
    margin-bottom: 20px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 33.46px;
    text-transform: uppercase;
}

.registration-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-box .icon{
  width: 20px;
  height: 20px;
  margin-top: 2px; /* optional, tweak based on vertical alignment */
}


.registration-box li {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  color: #000000b2;
  line-height: 1.6;
  display: flex;
  align-items: flex-start; /* change from center to flex-start */
  justify-content: flex-start;
  gap: 0 5px;
}


.registration-box li strong{
  font-weight: 400;
  color: #000000;
}

.registration-box .icon {
    color: #fff;
    font-size: 12px;
    background: #007bff;
    border-radius: 50px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 10px;
    padding: 0px 5px;
}

.footer-note p {
    margin-top: 30px;
    color: #3F3F3F;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.footer-note p a strong {
    color: #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
}

.first-tab-no-bg-column h2 {
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 33.46px;
}

.first-tab-column h2 {
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 33.46px;
}

.first-tab-column strong {
    color: #000000;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 15px;
    line-height: 37.19px;
}
ul.tab-list-content {
    margin-left: 0px;
}
ul.tab-list-content .icon {
    color: #fff;
    font-size: 12px;
    background: #007bff;
    border-radius: 50px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 10px;
    padding: 0px 5px;
}
ul.tab-list-content li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    color: #000000b2;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 5px;
}
.footer-note p a {
    text-decoration: none;
}

/* FAQS Page Style */

summary.e-n-accordion-item-title {
    display: flex;
    justify-content: space-between !important;
    align-content: center;
    align-items: center;
}

/*Custom-Create-Account-Page-Style  */

.page-template-create-account {
    background: #F3F3F3 !important;
}

.form-wrapper {
    max-width: 600px;
    margin: 100px auto;
    background-color: #FFFFFF;
    padding: 40px;
    box-shadow: 0 0 10px #dadada;
}

.custom-my-account .register-form h1 {
    text-align: center;
    margin-bottom: 30px;
    font-family: Oswald;
    font-weight: 700;
    font-size: 45px !important;
    line-height: 80px;
    text-transform: uppercase;
}
.custom-my-account .form-group {
  margin-bottom: 20px;
}
.custom-my-account .form-group label {
    display: block;
    color: #000000BF;
    margin-bottom: 6px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
}

.custom-my-account input{
    padding: 20px 10px;
    margin-bottom: 20px;
    border: 1px solid #0000001A;
    border-radius: 0;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
}
.custom-my-account input:focus{
  border: 1px solid transparent !important;
}

.custom-my-account input {
    background-color: #F2F2F280 !important;
}

.custom-my-account .radio-group label {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    color: #000000BF;
    border: 1px solid #0000001A;
    padding: 10px 20px;
    width: 100%;
}

.custom-my-account .radio-group label .active {
    background: #008FFF;
}

.form-group.checkbox label {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.custom-my-account .form-row {
  display: flex;
  gap: 20px;
}

.custom-my-account .form-row .form-group {
  flex: 1;
}

.custom-my-account .radio-group {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.custom-my-account .radio-group input[type="radio"] {
  margin-right: 6px;
}

.custom-my-account .checkbox {
  font-size: 14px;
}

.custom-my-account .checkbox a {
  color: #0073e6;
  text-decoration: none;
}

.custom-my-account button[type="submit"] {
    width: 100%;
    background-color: #008FFF;
    color: white;
    padding: 14px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    font-family: Helvetica;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}
.custom-my-account button[type="submit"]:hover {
  background-color: #007ad6;
}

/* Custom-sign-in-Page */

.custom-login-container {
    display: flex;
    align-items: center;
    width: 100%;
    align-content: center;
    justify-content: center;
}

.login-box {
    max-width: 482px;
    width: 100%;
    margin: 100px auto;
    background-color: white;
    padding: 40px;
    box-shadow: 0 0 10px #dadada;
}

.login-box h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
}

.custom-login-container form {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.custom-login-container label {
    margin-bottom: 5px;
    color: #000000BF;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
}

.custom-login-container input {
    padding: 20px 10px;
    margin-bottom: 20px;
    border: 1px solid #0000001A;
    border-radius: 0;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
}

.custom-login-container  input:focus{
  border: 1px solid transparent !important;
}


.custom-login-container button {
  background-color: #0096ff;
  color: white;
  border: none;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.custom-login-container button:hover {
  background-color: #007ad6;
}

.custom-login-container .forgot {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #008FFF;
    text-decoration: none;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.custom-login-container .forgot:hover {
  text-decoration: underline;
}


/* Mobile-Responsive-Start */

@media (max-width: 600px) {

    #slider{width:100%;
  
  }
  
  .controls{
    font-size:1em;
  }
  
  #dots-con{
    display:none;
  }

/* Image-slider-style-End */

.right-icon-spans {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
}

.one-side-border {
    display: none;
}

.search-bar {
    flex-direction: column;
    align-items: normal;
    width: 100%;
}
  .search-btn {
    width: 100%;
    text-align: center;
  }

  .search-bar input::placeholder {
    padding-left: 0px;
}

.search-bar button {
    padding: 16px 20px;
    margin-top: 10px;
    font-size: 14px;
}

.search-bar .input-wrapper .search-icon {
    position: absolute;
    top: 24%;
    left: 8%;
    transform: translateY(-50%);
    width: 14px;
    height: 16px;
    pointer-events: none;
}

.search-bar input::placeholder {
  font-size: 14px;
  padding-left: 20px;
}

.newsletter {
    display: flex;
    background: #fff;
    padding: 10px;
    width: 400px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
}

/* home-leagues-container- Section */

.league-card {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.league-image {
    width: 100%;
    height: auto;
}
.leagues-section .title {
    color: #000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.league-name {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}
p.location-text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.league-info {
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}
.date {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 20px;
}
  .details {
    margin: 0 0 10px 0;
  }

.details h2 {
    margin: 0;
    color: #000000;
    font-family: Helvetica;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

  .action {
    align-self: flex-end;
  }

  .tournament-card {
    background-color: #fff;
    width: 100%;
}

.tournament-section {
    padding: 40px 20px;
}

.tournament-header .tournament-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
}
.view-all-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}
.date .month, .date .num {
    color: #000000;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.home-leagues-container {
    padding: 20px 20px;
}

.details p {
    margin-bottom: 0;
}
.tournament-header {
    padding-bottom: 20px;
    padding-top: 20px;
}
.noptin-form-id-517 .noptin-optin-form-wrapper * {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.noptin-form-id-517 .noptin-optin-form-wrapper * {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.noptin-form-header.noptin-img-right {
    display: none;
}
.noptin-form-fields {
    background-color: transparent;
}
input#noptin-form-1__field-email {
    padding-left: 10px;
}

.noptin-form-field-wrapper.noptin-form-field-submit.noptin-optin-field-wrapper.noptin-optin-field-submit input {
    padding: 12px 20px;
  
}

.noptin-alert.noptin-error.noptin-alert-invalid_email {
    margin: 0;
    background: transparent;
    border: none;
    font-size: 16px;
    color: red;
    padding: 0;
}

.tabs-container .tabs {
    display: flex;
    background-color: white;
    border-bottom: 2px solid #e0e0e0;
    align-items: center;
    padding: 0px 10px;
    overflow: scroll;
}

/* Event-Details-1-Style */

.first-tab-column {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.intro-box {
    padding: 20px;
    margin-bottom: 20px;
}

.info-grid {
    padding: 0px 20px;
}
.footer-note p {
    padding: 0px 20px;
    margin: 0;
    margin-top: 0;
}

.event-detail-1 .event-container h1 {
    font-size: 32px;
}
.event-detail-1 .event-info p {
    margin-bottom: 0px;
}
.event-buttons {
    margin-top: 30px;
}
a.tab {
    font-size: 14px;
    white-space: nowrap;
}

.intro-box h2,.first-tab-column h2, .registration-box h2 {
    font-weight: 600;
    font-size: 24px;
}

.first-tab-no-bg-column {
    padding: 0px 20px;
}
.first-tab-no-bg-column h2 {
    font-size: 24px;
    font-weight: 600;
}

/* Create-Account-Style */

.custom-my-account .form-row {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.custom-my-account.form-wrapper {
    padding: 20px;
}
.custom-my-account .register-form h1 {
    font-size: 28px !important;
    margin-bottom: 0;
}
.custom-my-account .form-row .form-group {
    flex: unset;
    width: 100%;
}

.custom-my-account.form-wrapper {
    padding: 20px;
    margin: 0px;
}

/* Sign-In-Page-Style */

.login-box {
    margin: 50px auto;
    background-color: white;
    padding: 20px;
}

.login-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}



}