@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
    background: #0D0D0D !important;
    /* changed bg color to agency page */
    color: #fff;
    text-align: left;
}

.container {
    max-width: 1480px !important;
    padding: 0 50px;
}

/* hidden b/c if issue with top bnr and hover, basically its a z-index issue */
/* header:before {
    content: "";
    background-color: rgba(0, 255, 110, 0.3);
    width: 200px;
    height: 150px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100px;
    filter: blur(100px);
} */

a, a:hover {
    text-decoration: none;
    color: #DDFF00;
}

.concise {
color: #DDFF00;
}

.common-title {
    font-size: 32px;
}

    .btn-concise {
        background-color: #DDFF00;
        color: #333;  
        border: none;
    }

    .btn-concise:hover {
        background-color: #c5e600;
        color: #333;
    }

    .btn-concise:active {
        background-color: #DDFF00;
        color: #333;
    }

    .btn-concise:focus {
        box-shadow: 0 0 0 0.2rem rgba(221, 255, 0, 0.5);
    }

@media screen and (max-width: 767px) {
    .common-title {
        font-size: 23px;
    }
    .container {
        padding: 0 15px !important;
    }
}

/*** Top Bar Pre Navigation ***/
  .top-bar {
    background-color: #deff00;
    color: black;
  }
  .top-bar p {
    margin: 0; /* Remove default margin for better alignment */
    padding: 8px 0; /* Add padding for better spacing */
  }
  .top-bar a {
    color: black; /* Set link color to black */
    text-decoration: none; /* Remove underline */
  }
  .top-bar a:hover {
    text-decoration: none; /* Add underline on hover for emphasis */
  }

/*** End Bar Pre Navigation ***/

/*** New Navigation ***/
header {
    width: 100%;
    background: rgba(217, 217, 217, .2) !important;
    backdrop-filter: blur(120px);
    padding: 15px 0;
    margin-bottom: 30px;
}

header nav {
    background: transparent !important;
    width: 100%;
}

header .navbar-nav {
    margin: 0 auto !important;
    background: rgba(255,255,255,.1);
    padding: 10px 20px !important;
    border: 1px solid #777;
    border-radius: 999px;
}
header .navbar-nav li{
    margin: 0 10px !important;
}

header .navbar-nav a {
    color: #A0A0A0 !important;
    padding: 0 !important;
}

header .navbar-nav a:hover {
    color: #DDFF00 !important;
}

.nav-link.active {
    color: #DDFF00 !important; 
}

.btn-events a{
    border: 1px solid rgba(221,255,0,.5);
    padding: 12px 30px;
    border-radius: 8px;
    color: #CCCCCC;
    text-decoration: none;
    font-weight: 500;
}

.btn-events a:hover{
    background: #DDFF00;
    text-decoration: navajowhite;
    color: #0D0D0D;
}

/*
 mobile
 */

@media screen and (max-width: 991px) {
header button.navbar-toggler{
    color: #CCCCCC !important;
    border-color: #DDFF00 !important;
}
    header button.navbar-toggler:focus{
        outline: none;
    }

    header .navbar-light .navbar-toggler-icon{
        filter: invert(1);
    }

    header .navbar-nav li {
        margin: 0 0 10px !important;
    }

    header .navbar-nav {
        border-radius: 10px;
        margin: 20px 0 !important;
    }
    .btn-events a{
        padding: 10px 30px;
    }
}

/*** End: New Navigation ***/


/* Hero Banner */

.hero-banner {
    padding: 5px 0 20px;
    text-align: center;
}

.hero-banner .banner-caption {
    max-width: 1050px;
    margin: 0 auto;
}

.banner-caption h1 {
    color: #EFECE7;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 25px;
}

.banner-caption h2 {
    color: #e7e8ef;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
}

.banner-caption h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #6C6D71;
}

.banner-caption h6 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #6C6D71;
}

.banner-caption h6 span {
    color: #EFECE7;
}

.banner-caption p {
    font-size: 17px;
    color: #EFECE7;
}

@media screen and (max-width: 767px) {
    .hero-banner {
        padding: 26px 0 50px;
    }

    .banner-caption h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .banner-caption h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .banner-caption h6 {
        font-size: 16px;
    }
    .banner-caption h6 span {
        display: block;
        margin-top: 10px;
    }
    .banner-caption p {
        font-size: 16px;
    }
}

/* Other Styles */

.countdown {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .half-width-on-desktop {
        max-width: 50%;
        margin: 0 auto;
    }
}

.link-white {
    color: white;
    text-decoration: underline dotted;
}

.link-white:link,
.link-white:visited,
.link-white:hover,
.link-white:active {
    color: white;
    text-decoration: underline dotted;
}

.ml-form-embedContainer {
    background-color: transparent !important;
}

.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: transparent !important;
}

.ml-form-embedContainer input,
.ml-form-embedContainer textarea {
    background-color: transparent !important;
    border: 1px solid #ccc;
    color: #fff;
}

.ml-form-embedContainer button {
    background-color: transparent !important;
    border: 1px solid #ccc;
    color: #fff;
}

/* View All Button */
.view-all-btn {
    margin-bottom: 60px;
}

.view-all-btn .btn-eye a {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.view-all-btn .btn-eye a:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #EFECE7;
    top: 50%;
    right: -65px;
    transition: .3s;
}

.view-all-btn .btn-eye a:hover:after {
    width: 100px;
    right: -105px;
}

.view-all-btn .btn-eye a span {
    padding-right: 10px;
}

/* Load More Boxes */
.full-width-blocks {
    margin-bottom: 120px;
}

.boxes_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.boxes_list hr {
    margin: 22px 0;
}

.box_content {
    background-image: url("../images/box-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    margin-bottom: 65px;
    padding: 50px 100px;
    border: 1px solid #333333;
    border-radius: 13px;
}

.box_content:hover {
    border: 1px solid #495057;
}

.box_content .top_heading {
    display: flex;
    align-items: center;
}

.box_content .top_heading img {
    width: 35px;
    margin: 0 15px;
}

.box_content .top_heading h3 {
    margin: 0;
}

.location_links {
    margin-bottom: 20px;
}

.location_links .location p {
    font-size: 16px;
    margin-bottom: 0;
}

.location_links .location p:first-child {
    margin-right: 30px;
}

.location_links .location {
    display: flex;
}

.location_links .links {
    display: flex;
    justify-content: end;
}

.location_links .links li {
    display: inline;
    padding: 0 15px !important;
}

.location_links .links li a {
    font-weight: 600;
    color: #ffffff;
    transition: .3s;
    font-size: 15px;
}

.location_links .links li a:hover {
    color: #999;
    text-decoration: underline;
}

.box_content .description p {
    margin-bottom: 55px;
    font-size: 16px;
    color: #fff;
}

.offers {
    display: flex;
    align-items: center;
}

.offers p {
    margin: 0;
}

.offers img {
    margin-right: 10px;
    width: 28px;
}

.offers p {
    font-size: 16px;
    font-weight: bold;
}

.offers p a {
    color: #ffffff;
}

.offers p a:hover {
    color: #999;
    text-decoration: underline;
}

#loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #333333;
    background-color: #15181E;
    font-size: 14px;
    transition: .3s;
    text-decoration: none;
}

#loadMore:hover {
    color: #0D0E12;
    background-color: #fff;
    text-decoration: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
    border: none !important;
    opacity: 0;
}

#noRecords {
    width: 50%;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 5px;
    border: 3px double #adb5bd;
    background-color: #15181E;
    font-size: 20px;
    transition: .3s;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .location_links .links {
        justify-content: space-between;
    }
    .location_links .location {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .full-width-blocks {
        margin-bottom: 90px;
    }
    .box_content {
        padding: 34px;
        margin-bottom: 30px;
    }
    .box_content .top_heading {
        flex-wrap: wrap;
    }
    .box_content .top_heading h3 {
        font-size: 20px;
    }
    .box_content .top_heading h3:last-child {
        flex: 100%;
        width: 100%;
    }
    .location_links {
        margin-bottom: 40px;
    }
    .location_links .location {
        display: block;
        margin-bottom: 20px;
    }
    .location_links .location p:first-child {
        margin-right: 0;
    }
    .location_links .location p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .location_links .links li a {
        font-size: 14px;
    }
    .box_content .description p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .offers img {
        margin-right: 10px;
        width: 20px;
    }
    .offers p {
        font-size: 14px;
        font-weight: 600;
    }
}

/* Back to Top Button */
#btn-back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    z-index: 1000;
}

/* Footer */
footer {
    color: #fff;
    position: relative;
}

footer:before {
    content: "";
    background-color: #165FF2;
    width: 250px;
    height: 150px;
    position: absolute;
    top: -50px;
    left: 300px;
    transform: translate(0, 10px);
    border-radius: 100px;
    filter: blur(120px);
    z-index: -1;
}

footer .footer_top {
    margin-bottom: 100px;
}

footer .contact_details p {
    color: #6C6D71;
    text-transform: uppercase;
    font-size: 36px;
}

.contact_details ul li, 
.contact_details li a {
    text-transform: uppercase;
    color: #EFECE7;
    text-decoration: none;
}

footer .menu_list {
    margin-top: 70px !important;
}

footer .menu_list li a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.copyrights {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.copyrights p {
    margin-bottom: 0;
    font-size: 15px;
    color: #6C6D71;
}

.copyrights .social_list li {
    display: inline;
    padding-right: 10px !important;
}

.copyrights .social_list li:last-child {
    padding-right: 0 !important;
}

.copyrights .social_list li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    color: #6C6D71;
}

.footer_logo {
    padding: 20px 0 30px;
    text-align: center;
}

.footer_logo img {
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    footer:before {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    footer .contact_details p {
        font-size: 24px;
    }
    .contact_details ul li, 
    .contact_details li a {
        font-size: 18px;
    }
    footer .menu_list {
        margin-top: 24px !important;
    }
    footer .menu_list li {
        padding-bottom: 15px !important;
    }
    .copyrights .social_list li {
        display: block;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }
    footer .footer_top {
        margin-bottom: 70px;
    }
    .copyrights .social_list li a {
        font-size: 16px;
    }
    .footer_logo p {
        font-size: 14px;
        color: #6C6D71;
        margin: 0;
    }
    .footer_logo {
        display: flex;
        justify-content: space-between;
        padding: 0 10px 40px;
        align-items: center;
    }
    .footer_logo img {
        margin: 0;
        width: 100px;
    }
}

.link-dark {
    font-weight: 600 !important;
}

/* Cookie Banner */
#cb-cookie-banner { 
    position: fixed; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    z-index: 999; 
    border-radius: 0; 
    display: none; 
}

/* Style for the Back to Top Button */
#btn-back-to-top{position:fixed;bottom:20px;right:20px;display:none;z-index:1000;}

/* Style for DataTables */
body {
    background-color: #0d0e12;  
    color: #f8f9fa;             
}
table.dataTable {
    background-color: #0d0e12;   
    color: #f8f9fa;             
}
table.dataTable thead th {
    background-color: #495057;   
    color: #f8f9fa;
}
table.dataTable tbody td {
    background-color: #0d0e12;
    color: #f8f9fa;
}
.dataTables_wrapper .dataTables_filter input {
    background-color: #495057 !important;   
    color: #ffffff !important;             
    border: 1px solid #ced4da !important;   
    padding: 5px 10px !important;          
    width: 400px !important;               
    border-radius: 5px !important;         
}
.dataTables_wrapper .dataTables_filter input::placeholder {
    color: #ccc !important;               
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #f8f9fa !important;
    background-color: #495057 !important;
    border: none !important;
}

/* Styling Search Bar for Datatables */
#sticky-search-wrapper {
    /* background-color: #fff; */
    z-index: 10;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;  /* Center horizontally */
    align-items: center;      /* Center vertically */
}

#sticky-search-wrapper .dataTables_filter input {
    height: calc(1.5em + 20px);  /* Increase height by 20px */
    width: calc(100% + 20px);    /* Increase width by 20px */
    max-width: 400px;            /* Optional: Limit the maximum width */
    padding: 10px;               /* Optional: Adjust padding for better look */
    font-size: 1.1rem;           /* Optional: Increase font size slightly */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    border: 2px solid orange;    /* Add orange border */
    border-radius: 5px;          /* Optional: Add some rounded corners */
}