@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&display=swap');
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.float-left{
    float: left;
}
a{
    text-decoration: none;
    color: #235D3A;
}
a:hover{
    color: #129145;
}
h1, h2, h3, h4, h5 {
    font-family: 'Bebas Neue', sans-serif;
}

h2{
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;

}
h5{
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}
h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
p,span{
    font-family: "Inter", sans-serif;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.015em;
    color: #292929;
}
.text-white{
    color: #fff;
}
.pad-5{
    margin: 90px 0;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; /* Ensure it's above other elements */
}
.form-control{
    font-family: "Inter", sans-serif;
}
.home-header-hero{
    background: url(../images/c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.text-primary{
    color: #235D3A !important;

}

.bg-primary{
    background: #235D3A !important;
    color: #fff;
}
.btn-primary{
    background: #235D3A;
    border: 1px solid #235D3A;
}
.btn-primary:hover{
    background: #129145;
    border: 1px solid #129145;
}
.btn-light{
    background: #fff;
    border: 1px solid #235D3A;
    color: #181818;
}
.bg-light{
    background: #fff;
}
.navbar-brand{
    font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}
.main-navigation li {
    padding: 10px 25px;
  }

#primary-menu{
    margin-right: 25px;
}
#primary-menu .active{
   border-bottom: 2px solid #235D3A;
}

#primary-menu a{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 2px solid #fff;
    color: #1B1B1B;
}
#primary-menu a:hover{
    color:  #235D3A;
    border-bottom: 2px solid #235D3A;
 }
.home-header-hero-inner h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0em;
}
.home-header-hero-inner p{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.home-header-hero{
    padding: 180px 0px;
}
.home-advance-search{
    margin-top: -100px;
}
.home-advance-search-holder{
    padding: 25px;
    border-radius: 8px;
    gap: 16px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #00000029;
}
.home-advance-search-holder h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;

}
.home-advance-search-holder .search-box{
    height: 45px;
    border: 1px solid #A9A9A9;
    border-right: none;
    height: 56px;
  padding: 10px 16px 10px 16px;
  gap: 16px;
  border-radius: 8px 0px 0px 8px;
}
.search-box{
    height: 56px;
    border-right: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.56px;
    letter-spacing: 0.015em;
}
.search-box:focus{
    outline: none;
    box-shadow: none;
    /* border: 1px solid #A9A9A9; */
    border-right: none;

}
.search-box-group i{
    color: #A9A9A9;
    width: 40px;
    border:  1px solid #A9A9A9;
    line-height: 54px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.home-advance-search-holder .form-select{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #A9A9A9;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    min-height: 37px;
}
.home-golf-search-result-cards{
    margin: 30px 0;
}
.card-img-top{
    max-height: 190px;
    object-fit: cover;
    border-radius: 3px;
    min-height: 190px;
}
.competition-details .card-img-top{
    max-height: 320px;
}
.golf-card{
    box-shadow: 0px 1px 2px 0px #0000001A;
    margin-bottom: 15px;
}
.golf-card-lg{
    box-shadow: none;
    border: none;
    margin-left: 20px;
}
.golf-card-lg .card-body{
    padding: 0; 
}
.golf-card-lg .btn{
    padding: 10px; 
}

.golf-card-list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    min-height: 50px;
}
.golf-card-list img{
    width: 16px;
}
.golf-card-list li{
    margin: 12px 0;
    
}
.pagination-control{
    width: 100%;
}
.pagination-controls{
    width: 100%;
    margin-bottom: 45px;
}
.page-next-prev-btns .btn{
    width: 140px;
    margin-right: 10px;
}
.pagination-control-sm{
    width: auto;
}
.page-number-input{
    width: 50px;
    height: 38px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}
.pagination-control-sm .btn,.pagination-control-sm span,.pagination-control-sm input{
    margin-left: 10px;
}
.pagination-control-sm span{
    line-height: 35px;
}
.home-contact-area{
    margin-bottom: 40px;
}
.contact-area-header img{
    margin-bottom: 15px;
}
.contact-area-header p{
    margin: 15px 0px 25px 0;
}
.contact-area-cards .card{
    padding: 40px 25px !important;
    border-radius: 8px; 
    box-shadow: 0px 1px 2px 0px #0000001A;

}
.contact-area-cards img{
    margin-bottom: 25px !important;
    
}
.contact-area-cards a{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #1B1B1B;
}
.contact-area-cards a:hover{
    color: #235D3A; 
}

.footer-social-list img{
    width: 30px;
    margin: 0;
    padding: 0;
}
.footer-social-list{
    line-height: 44px;
}

footer{
    padding: 20px 0px 10px 0px;
}
footer p{
    margin: 0;
    line-height: 44px;
}
.back-btn{
    border: none;
}
.site-branding{
    float: left;
    width: auto;
}
.mobile-menu-toggole{
    position: absolute;
    right: 15px;
    top: 56px;
}
.site-header{
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
/* frontend image gallery */
.wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  
  
  .thumbnails {
    width: 100%;
  }
  .thumbnail{
    display: inline-block;
  }
  
  .gall_primary {
    width: 100%;
    height: 320px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
  }
  
  .thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 4px solid rgb(26, 255, 0);
  }
  
  .thumbnail-image {
    width: 100px;
    height: 70px;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
  }
.competition-result-header img{
    margin-right: 10px;
}
.competition-result-header{
    margin: 10px 0;
    float: left;
}
.btn-md{
    padding: 10px 25px;
}
.page-cover{
    padding: 75px 0px 40px 0px;
    background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.btn.disabled , a.disabled{
    background: #8e9092 !important;
    opacity: .5 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    border: 1px solid #8e9092 !important;
}
.search-box-group button{
    background: none;
  border: none;
  margin: 0px;
  padding: 0;
  transition: all 1s ease;
}
.search-box-group button:hover i{
    background: #235D3A;
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link{
    color: rgb(35, 93, 58);
}
.swal2-small {
    width: 200px;
}
.ck-content {
    min-height: 400px;
}
.select2-container--default .select2-selection--single{
    border: none;
    border-bottom: 1px solid #A9A9A9;
    border-radius: 0 ;
    height: 35px;
}
.select2-container{
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    width: 100% !important;
}
.select2-selection__arrow {
    background-image: url('../images/arrow-down-icon.png');
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    top: 12px !important;
}
.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
    top: 2px !important;
    right: 11px !important;
}
.select2-selection__arrow b{
    display: none;
}
.toggole-icon{
    font-size: 12px;
  margin-left: 3px;
}
.link-text[aria-expanded="true"] .toggole-icon {
    transform: rotate(180deg);
}
.date-box{
    position: relative;
}
.date-box button{
    position: absolute;
    right: 4px;
    top: 6px;
    background: none;
    border: none;
    color: #464646;
}
.date-box .form-control{
    border: none;
    border-bottom: 1px solid #A9A9A9;
    border-radius: 0px;
}
/* .toggole-icon{
    font-size: 12px;
  margin-left: 3px;
  transform: rotate(180deg);
} */
/* 768px */
@media (max-width: 768px) {
    .pagination-controls{
        text-align: center;
    }
    .pagination-control-sm{
        text-align: center;
        float: unset !important;
        text-align: center;
        margin: auto;
        margin-top: 15px;
    }
    .home-header-hero-inner h1{
        font-size: 35px;
    }
    .home-header-hero {
        padding: 80px 0px;
    }
    .home-header-hero-inner p {
        font-size: 15px;
        line-height: 26px;
    }
    .home-advance-search {
        margin-top: 30px;
    }
    footer.mt-5{
        margin-top: 0px !important;
    }
    .page-cover {
        padding: 50px 0px 50px 0px;
    }
    .page-cover .pb-5{
        padding-bottom: 0px !important;
    }
    /* .home-golf-search-result-header img{
        width: 60px;
    } */
    .col-sm-6{
        width: 50% !important;
    }
    .btn-lg{
        padding: 8px 0;
        font-size: 16px;
    }
    .golf-card-lg h1{
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 30px;
    }

}