/* Global Style */
html {
    scroll-behavior: smooth;
}

@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Euclid Circular A', sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
    letter-spacing: 1px;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4e4e4e;
    line-height: 1.2;
    font-weight: 400;
}

p {
    color: #4e4e4e;
}

a {
    color: inherit;
    text-decoration: none
}

section {
    padding: 50px 0;
}

.heading {
    color: #666666;
    font-size: 50px;
    margin: 20px 0;
}

.heading span {
    color: #a7a7a7;
    display: block;
}

.subheading {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #717171;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px 8px;
  position: fixed;
  width: 150px;
  right: -105px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fl-fl svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 270px;
}

.float-tw {
  top: 330px;
}

.float-gp {
  top: 390px;
}

/* Floating Social Media Bar Style Ends Here */

/* Header Styles */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#site-navigation ul li {
    padding: 10px;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

#site-navigation ul li:hover {
    font-weight: 600;
}

.square-btn {
    border: 1px solid #fff;
    background: transparent;
    border-radius: unset;
    color: #fff;
    font-size: 12px;
    padding: 7px 19px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.square-btn:hover {
    background: #fff;
    color: #4e4e4e;
    text-decoration: none;
}

.hamburger-menu {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    z-index: 1051;
}

.hamburger-icon {
    display: inline-block;
    width: 32px;
    height: 24px;
    position: relative;
}

.hamburger-icon span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    margin-bottom: 6px;
    border-radius: 2px;
    transition: all 0.3s;
}

.hamburger-icon span:last-child {
    margin-bottom: 0;
}

.hamburger-menu.open .hamburger-icon span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger-menu.open .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .hamburger-icon span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.mobile-offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    z-index: 1050;
    pointer-events: none;
}

.mobile-offcanvas-menu.open .offcanvas-content {
    background: #fff;
    height: 100%;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.08);
    transition: right 0.3s;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    pointer-events: auto;
}

.mobile-offcanvas-menu.open {
    pointer-events: auto;
}

.mobile-offcanvas-menu.open {
    right: 0;
}

.close-offcanvas {
    cursor: pointer;
    z-index: 1052;
    background: none;
    border: none;
    position: absolute;
    right: 0;
}

body.offcanvas-open {
    overflow: hidden;
    position: relative;
}

body.offcanvas-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}


/* Banner Section */
.banner-slider {
    padding: 0;
}

.slick-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

.banner-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.banner-slider .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 130px;
}

.banner-slider .banner-content .btn-group {
    padding-bottom: 150px;
}

.banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 111;
    background: none;
    border: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.banner-slider:hover .slick-arrow {
    opacity: 1;
}

.banner-slider .slick-arrow svg {
    fill: #bdbdbd;
    transition: all 0.3s ease-in-out;
}

.banner-slider .slick-arrow:hover svg {
    fill: #fff;
}

.banner-slider .slick-prev.slick-arrow {
    left: 20px;
}

.banner-slider .slick-next.slick-arrow {
    right: 20px;
}

.text-group h1 {
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
}

.text-group h2 {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
}

/* Statistic Section */

.statistic-item h3 {
    background: #4e4e4e;
    width: 130px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    font-size: 50px;
}

.statistic-item h3 {
    background: #4e4e4e;
    width: 130px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    font-size: 50px;
    margin-bottom: 18px;
}

.statistic-item h4 {
    color: #4e4e4e;
    font-size: 20px;
    margin-bottom: 0;
}

.statistic-item p {
    color: #4e4e4e;
    font-size: 15px;
}

/* Strategic Collaboration */

.statistics {
    margin-top: 68px;
}

.strategic-collaboration {
    text-align: center;
    padding-bottom: 10px;
}

.strategic-collaboration h3 {
    color: #4e4e4e;
    font-size: 20px;
    margin: 32px 0 15px;
}

.strategic-collaboration p {
    font-size: 15px;
    color: #4e4e4e;
}

/* Sportlight Section */

.sportlight {
    background: #e0e0e0;
    text-align: center;
    color: #666666;
    padding: 35px 0;
}

/* Buy & Sell Section */

.buy-sell {
    text-align: center;
}

.buy-sell .headline {
    margin-bottom: 60px;
}

.buy-sell .content-box,
.market-expertise .content-box {
    background: #717171;
    border-radius: 5px;
    padding: 23px 36px;
    text-align: left;
    color: #fff;
}

.content-box h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.content-box p {
    color: #fff;
}

.img-box {
    text-align: left;
}

.img-box img {
    border-radius: 5px;
    object-fit: cover;
}

.buy-sell .img-box img {
    height: 100%;
    width: 100%;
}

/* Innovation Section  */

.innovation-group .innovation-item {
    background: #e0e0e0;
    border-radius: 5px;
    padding: 13px;
    min-height: 385px;
}

.innovation-group .innovation-item .number {
    display: block;
    font-size: 40px;
    color: #a7a7a7;
    font-weight: 600;
    opacity: 0.5;
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 30px;
}

.innovation-group .innovation-item h3,
.community-network .card-item h3,
.why-choose-item h3,
.client-slide h3 {
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.read-more-btn {
    font-size: 12px;
    color: #4e4e4e;
    letter-spacing: 1.2px;
    margin-top: 50px;
}

button.read-more-btn svg {
    width: 14px;
    margin-left: 2px;
    fill: #4e4e4e;
}

.read-more-text {
    transition: all 0.3s;
}

.community-network .card-item {
    border: 1px solid #666666;
}

.market-expertise .content-box {
    padding: 56px 36px;
}

/* Client Section */

.client-story .heading {
    margin-bottom: 20px;
}

.client-story-slider {
    position: relative;
    padding: 30px 0 120px;
    margin-bottom: 30px;
}

.client-story-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 56px;
    height: 56px;
    background: gray;
    border: none;
    border-radius: 10px;
}

.client-story-slider .slick-arrow svg {
    fill: #fff;
}

.client-story-slider .slick-arrow.slick-prev {
    left: 42%;
}

.client-story-slider .slick-arrow.slick-next {
    right: 42%;
}

.client-words {
    background: #d5d5d5;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 30px;
}

.client-words img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 0;
}

.client-slide {
    padding: 20px;
    border: 1px solid #666666;
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
}

.client-slide .favorite-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.client-words .blockquote {
    font-size: 14px;
    font-style: italic;
    position: relative;
    line-height: 1.2;
}

.client-words .blockquote .blockquote-footer {
    text-align: left;
    display: inline;
}

.client-words .blockquote::after,
.client-words .blockquote::before {
    font-size: 40px;
    font-family: sans-serif;
    line-height: 1;
}

.client-words .blockquote::after {
    content: '”';
    right: -3px;
    bottom: -20px;
    position: inherit;
    line-height: 0;
}

.client-words .blockquote::before {
    content: '“';
    top: -4px;
    left: -20px;
    position: absolute;
}

.client-words .blockquote-footer {
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 0;
}

/* Why Choose Us Section */

.why-choose-item {
    text-align: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 35px;
}

.why-choose-item img {
    margin-top: 16px;
}

/* FAQ Section */

.faq .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    color: #4e4e4e;
}

.faq .accordion-item .accordion-body {
    font-size: 20px;
    color: #4e4e4e;
}

.faq .accordion-button::after {
    display: none;
}

.faq .faq-accordion .faq-plus {
    position: absolute;
    right: 0;
    color: #fff;
    background: gray;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-accordion .accordion-button .faq-plus::after {
    content: "+";
}

.faq-accordion .accordion-button:not(.collapsed) .faq-plus::after {
    content: "-";
}

/* Footer Styles */

.site-footer {
    padding: 50px 0 20px 0;
    background: gray;
}

.site-footer h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.site-footer p {
    color: #fff;
    font-size: 14px;
}

.footer-links li {
    color: #fff;
    padding: 16px 0;
}

.site-footer .menu-title {
    font-size: 16px;
    font-weight: 700;
}

/* 404 */
.error-404-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('<?php echo esc_url($bg); ?>');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 4rem 1rem;
  }
  .error-404-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
  }
  .error-404-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
  }
  .error-404-title {
    margin: 0 0 .25em;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: .02em;
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    color: #fff;
  }
  .error-404-text {
    margin: 0 0 1.5rem;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    opacity: .95;
    color: #fff;
  }
  .error-404-actions .btn-home {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    padding: .9rem 1.25rem;
    border-radius: .6rem;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 10px 20px rgba(0,0,0,.20);
    transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
  }
  .error-404-actions .btn-home:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0,0,0,.24);
  }
  .visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    border: 0;
  }