/*
Theme Name: star
Description: Specific styles of the theme relative ti this website.
*/


/* ==================== GB SIDE VIDEO ==================== */
.gb-side-video {
    position: fixed;
    top: 70px;
    right: 0;
    width: calc(20% - 0px);
    height: calc(100vh - 70px);
    overflow: hidden;
    z-index: 8;
}

.gb-side-video a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gb-side-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile popup */
#gb-mobile-video-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9998;
}

#gb-mobile-video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 480px;
    max-height: 550px;
    z-index: 9999;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

#gb-mobile-video-popup video {
    width: 100%;
    height: auto;
    display: block;
}

/* Clickable link layer over the video */
.gb-mobile-video-link {
    position: absolute;
    inset: 0;
    z-index: 10000;
    display: block;
    cursor: pointer;
}

.gb-mobile-video-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gb-mobile-video-close:hover {
    background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
    .gb-side-video {
        display: none;
    }
}
/* ==================== GB SIDE VIDEO END ==================== */



/* ==================== GB SIDE VIDEO (BLOG INNER) ==================== */
.gb-side-video--left,
.gb-side-video--right {
    position: fixed;
    top: 150px;
    width: calc(20% - 0px);
    height: calc(100vh - 150px); 
    overflow: hidden;
    z-index: 8;
}

.gb-side-video--left {
    left: 0;
}

.gb-side-video--right {
    right: 0;
}

.gb-side-video--left a,
.gb-side-video--right a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gb-side-video--left .gb-side-video-player,
.gb-side-video--right .gb-side-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .gb-side-video--left,
    .gb-side-video--right {
        display: none;
    }
}
/* ==================== GB SIDE VIDEO (BLOG INNER) END ==================== */





/* ==================== BLOG INNER ADS ==================== */
/* body.single-post .gb-blog-ad {
    position: fixed;
    top: 0;
    width: 20%;
    height: 100vh;
    z-index: 8;
    overflow: hidden;
}

body.single-post .gb-blog-ad a {
    display: block;
    width: 100%;
    height: 100%;
}

body.single-post .gb-blog-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.single-post .gb-blog-ad--left {
    left: 0;
}

body.single-post .gb-blog-ad--right {
    right: 0;
}

#gb-blog-ad-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9998;
}

#gb-blog-ad-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 360px;
    z-index: 9999;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}

#gb-blog-ad-popup img {
    width: 100%;
    height: auto;
    display: block;
}

#gb-blog-ad-popup a {
    display: block;
    line-height: 0;
}

#gb-blog-ad-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gb-blog-ad-close:hover {
    background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
    body.single-post .gb-blog-ad {
        display: none;
    }
}




body.single-post .gb-blog-ad,
body.archive .gb-blog-ad,
body.category .gb-blog-ad,
body.blog .gb-blog-ad {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    z-index: 8;
    overflow: hidden;
}

body.single-post .gb-blog-ad img,
body.archive .gb-blog-ad img,
body.category .gb-blog-ad img,
body.blog .gb-blog-ad img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

body.single-post .gb-blog-ad--left,
body.archive .gb-blog-ad--left,
body.category .gb-blog-ad--left,
body.blog .gb-blog-ad--left {
    left: 0;
}

body.single-post .gb-blog-ad--right,
body.archive .gb-blog-ad--right,
body.category .gb-blog-ad--right,
body.blog .gb-blog-ad--right {
    right: 0;
}

@media (max-width: 991px) {
    body.single-post .gb-blog-ad,
    body.archive .gb-blog-ad,
    body.category .gb-blog-ad,
    body.blog .gb-blog-ad {
        display: none;
    }
} */
/* ==================== BLOG ARCHIVE ADS END ==================== */






.page-container.pg-home {
    max-width: 80%;
}

body.single-post .page-container {
    max-width: 60%;
}

.page-container.pg-home .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .page-container.pg-home {
        max-width: 100%;
    }

    body.single-post .page-container {
        max-width: 100%;
    }
}





/* ==================== BASE RESET ==================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.page-container {
    margin-top: 0 !important;
    padding-bottom: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #0d0d0f;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}



/* ==================== GB NAVBAR ==================== */

/* Header base */
#site-header {
  background-color: #111115 !important;
  border: none !important;
  box-shadow: none !important;
}

#site-header.sticky {
  background-color: #111115 !important;
  height: 70px !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5) !important;
}

#site-header > .container {
  height: 100%;
}

/* Flex row — logo left, nav right */
#site-header .extended-container {
  height: 100%;
}

#site-header > .container > .extended-container > .flex-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

/* Logo */
#site-header .header-logo {
  flex-shrink: 0;
  padding: 0;
}

#site-header .header-logo img {
  max-width: 160px;
  max-height: 60px;
}

#site-header.sticky .header-logo img {
  max-width: 140px;
}

/* Navbar collapse — sits on right side */
#site-header .navbar-collapse {
  flex: unset !important;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}

/* Nav list */
#site-header .nav.navbar-nav {
  display: flex !important;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none !important;
}

/* Nav items */
#site-header .navbar-nav > li {
  float: none !important;
}

/* Nav links */
#site-header .navbar-nav > li > a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: transparent !important;
  padding: 0 !important;
  line-height: 70px;
  transition: color 0.2s ease;
}

#site-header .navbar-nav > li > a:hover,
#site-header .navbar-nav > li > a:focus,
#site-header .navbar-nav > .active > a,
#site-header .navbar-nav > .active > a:hover,
#site-header .navbar-nav > .active > a:focus,
#site-header .navbar-nav > .current-menu-item > a,
#site-header .navbar-nav > .current-menu-parent > a {
  color: #F0A202 !important;
  background-color: transparent !important;
}

/* Hide search on all sizes */
#site-header .nav-search {
  display: none !important;
}

/* Hide header buttons on desktop only */
@media (min-width: 992px) {
  #site-header .header-buttons-wrapper {
    display: none !important;
  }
}

/* Show hamburger on mobile */
@media (max-width: 991px) {
  #site-header .header-buttons-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
  }

  /* White hamburger bars for dark navbar */
  #site-header .header-ham-icon span {
    background: #ffffff;
  }
}

/* Dropdown menu */
#site-header .dropdown-menu {
  background-color: #1a1a1f !important;
  border: 1px solid #2a2a2e !important;
  border-radius: 6px !important;
  margin-top: 0 !important;
  padding: 8px 0 !important;
  min-width: 200px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}

/* Dropdown arrow — dark */
#site-header .menu-item-has-children > .dropdown-menu::before {
  border-bottom-color: #1a1a1f !important;
}

/* Dropdown links */
#site-header .dropdown-menu > li > a {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 10px 18px !important;
  background-color: transparent !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#site-header .dropdown-menu > li > a:hover,
#site-header .dropdown-menu > .active > a {
  background-color: #F0A202 !important;
  color: #111115 !important;
}

/* Sidebar panel */
#left-sidebar {
  background-color: #111115 !important;
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.7) !important;
}

/* Sidebar overlay */
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

/* Sidebar nav links */
.sidebar-nav .navbar-nav > li > a,
.sidebar-nav .navbar-nav .open .dropdown-menu > li > a {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: transparent !important;
  border-bottom: 1px solid #222228 !important;
  padding: 16px 20px !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}

/* Active & hover state */
.sidebar-nav .navbar-nav > li > a:hover,
.sidebar-nav .navbar-nav > li > a:focus,
.sidebar-nav .navbar-nav > .current-menu-item > a,
.sidebar-nav .navbar-nav > .current-menu-parent > a,
.sidebar-nav .navbar-nav > .active > a {
  color: #F0A202 !important;
  background-color: transparent !important;
  border-color: #222228 !important;
}

/* Dropdown open background */
.sidebar-nav .navbar-nav > li.open {
  background-color: #1a1a1f !important;
}

/* Dropdown submenu links */
.sidebar-nav .navbar-nav .open .dropdown-menu > li > a {
  padding-left: 32px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #C4C9AC !important;
  border-bottom: 1px solid #1e1e22 !important;
}

.sidebar-nav .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #F0A202 !important;
  background-color: transparent !important;
}

/* Dropdown caret arrow color */
.sidebar-nav .dropdown > a .caret:after {
  color: #ffffff !important;
}

/* Sidebar search bar (if present) */
.sidebar-search .search-group input[type="search"] {
  background-color: #1a1a1f !important;
  border-color: #2a2a2e !important;
  color: #ffffff !important;
  border-radius: 6px !important;
}

.sidebar-search .search-group input[type="search"]::-webkit-input-placeholder { color: #A4A4A4 !important; }
.sidebar-search .search-group input[type="search"]::-moz-placeholder { color: #A4A4A4 !important; }

.sidebar-search .search-group button {
  color: #A4A4A4 !important;
}

.sidebar-search .search-group button:hover {
  color: #F0A202 !important;
}

/* ==================== GB NAVBAR END ==================== */



img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
ul[role="list"], ol[role="list"] { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }


/* ==================== COMMON — TYPOGRAPHY ==================== */
.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 700px;
}

.gb-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.gb-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #F0A202;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gb-view-all-link:hover {
  color: #ffbf3e;
}

.gb-view-all-link i {
  font-size: 12px;
}

.gb-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #DC2626;
  border-radius: 2px;
  padding: 3px 8px;
}

.gb-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(to bottom, #212121 0%, #F0A202 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left bottom, #212121 -20%, #F0A202 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
  border-radius: 8px;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:active {
  filter: brightness(0.92);
}

.gb-section-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
}

.gb-news-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F0A202;
}

.gb-news-date {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #A4A4A4;
}

.gb-news-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 0;
}

.gb-news-title a {
    color: #ffffff;
}

.gb-news-title a:hover {
    color: #F0A202 !important;
}

.gb-news-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  max-width: 500px;
}

.gb-line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gb-news-img-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1f 0%, #0d0d0f 50%, #1f1a0d 100%);
    border-radius: inherit;
}

.gb-news-img-fallback i {
    font-size: 48px;
    color: #F0A202;
    opacity: 0.4;
}

@media (max-width: 1399px) {
    .hero-title         { font-size: 52px; }
    .gb-section-heading { font-size: 36px; }
    .gb-section-title   { font-size: 22px; }
    .gb-news-title      { font-size: 22px; }
}

@media (max-width: 1199px) {
    .hero-title         { font-size: 44px; max-width: 560px; }
    .gb-section-heading { font-size: 32px; }
    .gb-section-title   { font-size: 20px; }
    .gb-news-title      { font-size: 20px; }
    .gb-news-desc       { font-size: 15px; }
}

@media (max-width: 991px) {
    .hero-title         { font-size: 36px; max-width: 460px; }
    .gb-section-heading { font-size: 28px; }
    .gb-section-title   { font-size: 18px; }
    .gb-news-title      { font-size: 18px; }
    .gb-news-desc       { font-size: 14px;  max-width: 100%;}
    .gb-news-tag        { font-size: 13px; }
    .gb-news-date       { font-size: 13px; }
}

@media (max-width: 767px) {
    .hero-title         { font-size: 28px; max-width: 400px; }
    .gb-section-heading { font-size: 24px; }
    .gb-section-title   { font-size: 16px; }
    .gb-news-title      { font-size: 16px; }
    .gb-news-desc       { font-size: 14px; }
    .btn-primary        { font-size: 13px; padding: 10px 22px; }
}

@media (max-width: 575px) {
    .hero-title         { font-size: 24px; max-width: 300px;}
    .gb-section-heading { font-size: 20px; }
    .gb-section-title   { font-size: 14px; }
    .gb-news-title      { font-size: 15px; }
    .btn-primary        { font-size: 12px; padding: 10px 20px; }
}

@media (max-width: 480px) {
    .hero-title         { font-size: 20px; max-width: 100%;}
    .gb-section-heading { font-size: 18px; }
    .gb-news-title      { font-size: 14px; }
    .gb-news-desc       { font-size: 13px; }
    .btn-primary        { width: 100%; justify-content: center; }
}
/* ==================== COMMON — TYPOGRAPHY END ==================== */




/* ==================== GB NEWS + BLOGS WRAPPER ==================== */
.gb-news-blogs-wrapper {
    position: relative;
    background-color: #0d0d0f;
    overflow: hidden;
}

/* Base glow — tall narrow rectangle, heavily blurred, rotated */
.gb-corner-glow {
    position: absolute;
    width: 100px;
    height: 800px;
    pointer-events: none;
    z-index: 2;
    border-radius: 50%;
    filter: blur(90px);
    transform-origin: center center;
}

/* News — top RIGHT corner */
.gb-glow--news-top-right {
    background: linear-gradient(to bottom, #F0A202 0%, rgba(240, 162, 2, 0.4) 100%);
    top: -370px;
    right: 0;
    transform: rotate(40deg);
}

/* Between sections — mid LEFT */
.gb-glow--mid-left {
    background: linear-gradient(to bottom, #F0A202 0%, rgba(240, 162, 2, 0.4) 100%);
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(145.37deg);
}

/* Blogs — bottom RIGHT corner */
.gb-glow--blogs-bottom-right {
    background: linear-gradient(to bottom, #F0A202 0%, rgba(240, 162, 2, 0.4) 100%);
    bottom: -15px;
    right: 0;
    transform: rotate(40deg);
}

/* Section content above glows */
.gb-news-section,
.gb-blogs-section {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .gb-corner-glow {
        width: 70px;
        height: 600px;
        filter: blur(70px);
    }
}

@media (max-width: 767px) {
    .gb-corner-glow {
        width: 60px;
        height: 450px;
        filter: blur(60px);
    }
    .gb-glow--news-top-right  { top: -280px; }
    .gb-glow--blogs-bottom-right { bottom: -10px; }
}

@media (max-width: 575px) {
    .gb-corner-glow {
        width: 50px;
        height: 350px;
        filter: blur(50px);
    }
    .gb-glow--news-top-right  { top: -200px; }
    .gb-glow--blogs-bottom-right { bottom: -5px; }
}

@media (max-width: 480px) {
    .gb-corner-glow {
        width: 40px;
        height: 280px;
        filter: blur(40px);
    }
}
/* ==================== GB NEWS + BLOGS WRAPPER END ==================== */



/* ==================== HERO SECTION START ==================== */
.hero-section {
    padding-top: 80px;
    background-color: #0d0d0f;
}

.hero-inner {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    z-index: 0;
}

.hero-section .cont-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 500px;
    padding: 60px 56px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}


/* ---- RESPONSIVE ---- */

@media (max-width: 1399px) {
    .hero-section .cont-wrap {
        padding: 50px 44px;
        min-height: 460px;
    }
    .hero-inner {
        min-height: 460px;
    }
}

@media (max-width: 1199px) {
    .hero-section .cont-wrap {
        padding: 44px 36px;
        min-height: 420px;
    }
    .hero-inner {
        min-height: 420px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 70px;
    }
    .hero-section .cont-wrap {
        padding: 40px 28px;
        min-height: 380px;
    }
    .hero-inner {
        min-height: 380px;
    }
    .hero-content {
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 60px;
    }
    .hero-inner {
        min-height: 320px;
        border-radius: 8px;
    }
    .hero-section .cont-wrap {
        padding: 32px 24px;
        min-height: 400px;
    }
    .hero-content {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .hero-inner {
        min-height: 280px;
        border-radius: 6px;
    }
    .hero-section .cont-wrap {
        padding: 28px 20px;
        min-height: 400px;
    }
    .hero-content {
        gap: 18px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding-top: 56px;
    }
    .hero-inner {
        min-height: 240px;
        border-radius: 6px;
    }
    .hero-section .cont-wrap {
        padding: 24px 16px;
        min-height: 400px;
        justify-content: flex-end;
    }
    .hero-content {
        gap: 16px;
        width: 100%;
    }
}
/* ==================== HERO SECTION END ==================== */






/* ==================== GB AD BANNER SECTION ==================== */
.gb-ad-banner-section {
    background-color: #0d0d0f;
    padding: 16px 0;
}

.gb-ad-banner-link {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.gb-ad-banner-img {
    width: 100%;
    display: block;
    object-position: center;
}

/* Desktop image — contain so nothing is cropped */
.gb-ad-banner-img--desktop {
    display: block;
    height: 135px;
    object-fit: contain;        /* full image visible, no crop */
}

/* Mobile image — cover so it fills full width */
.gb-ad-banner-img--mobile {
    display: none;
    height: auto;               /* ← auto height, scales with width */
    object-fit: fill;           /* ← stretches to fill full width */
}

/* Under 991px: swap images */
@media (max-width: 991px) {
    .gb-ad-banner-img--desktop { display: none; }
    .gb-ad-banner-img--mobile  { display: block; }
}

/* Responsive height adjustments */
@media (max-width: 767px) {
    .gb-ad-banner-img--mobile { height: auto; }
}

@media (max-width: 575px) {
    .gb-ad-banner-img--mobile { height: auto; }
}

@media (max-width: 480px) {
    .gb-ad-banner-img--mobile { height: auto; }
}
/* ==================== GB AD BANNER SECTION END ==================== */







/* ==================== GB LATEST UPDATES SECTION ==================== */
.gb-updates-section {
    display: none !important;
    background-color: #0d0d0f;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.gb-updates-section .container {
    position: relative;
    overflow: hidden;
}

.gb-updates-glow {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse at center, #F0A202 0%, rgba(240, 162, 2, 0) 70%);
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}

.gb-updates-section .cont-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 50px;
}

.gb-updates-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gb-updates-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #C4C9AC;
    background: #1a1a1e;
    border: 1px solid #2a2a2e;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.gb-updates-tab i {
    font-size: 14px;
    color: #C4C9AC;
    transition: color 0.2s ease;
}

.gb-updates-tab.active {
    color: #F0A202;
    border-color: #F0A202;
    background: #1a1a1e;
}

.gb-updates-tab.active i {
    color: #F0A202;
}

.gb-updates-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gb-updates-panel {
    display: none;
}

.gb-updates-panel.active {
    display: block;
}

.gb-updates-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 16px;
}

.gb-match-card {
    flex: 1 1 calc(25% - 12px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #141517;
    border: 1px solid #222228;
    border-radius: 10px;
    padding: 16px;
    box-sizing: border-box;
}

.gb-match-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gb-btn-star {
    background: none;
    border: none;
    cursor: pointer;
    color: #F0A202;
    font-size: 16px;
    padding: 0;
    line-height: 1;
    transition: transform 0.2s ease;
}

.gb-btn-star:hover {
    transform: scale(1.1);
}

.gb-match-teams {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gb-match-team-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gb-team-name {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.gb-team-name.gb-muted {
    font-weight: 700;
    color: #C4C9AC;
}

.gb-team-score {
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    font-weight: 700;
    color: #F0A202;
}

.gb-team-status {
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    color: #C4C9AC;
}

.gb-match-odds {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.gb-odds-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #343440;
    border-radius: 2px;
    padding: 10px 8px;
}

.gb-odds-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #E3E0F1;
    text-transform: uppercase;
}

.gb-odds-value {
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    color: #E3E0F1;
}


/* ---- RESPONSIVE ---- */

@media (max-width: 1399px) {
    .gb-updates-section .cont-wrap {
        gap: 28px;
        margin-top: 40px;
    }
    .gb-updates-tab {
        font-size: 15px;
        padding: 9px 18px;
    }
    .gb-team-name,
    .gb-team-score,
    .gb-team-status {
        font-size: 15px;
    }
    .gb-odds-value {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .gb-updates-tab {
        font-size: 14px;
        padding: 8px 14px;
        gap: 6px;
    }
    .gb-updates-tab i {
        font-size: 13px;
    }
    .gb-updates-cards {
        gap: 12px;
    }
    .gb-match-card {
        flex: 1 1 calc(25% - 9px);
        padding: 14px;
        gap: 12px;
    }
    .gb-team-name,
    .gb-team-score,
    .gb-team-status {
        font-size: 14px;
    }
    .gb-odds-value {
        font-size: 14px;
    }
    .gb-odds-label {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .gb-updates-section .cont-wrap {
        gap: 24px;
        margin-top: 36px;
    }
    .gb-updates-tabs {
        flex-wrap: wrap;
        gap: 8px;
    }
    .gb-updates-tab {
        font-size: 13px;
        padding: 8px 14px;
    }
    .gb-updates-cards {
        gap: 12px;
    }
    .gb-match-card {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
}

@media (max-width: 767px) {
    .gb-updates-section {
        padding-bottom: 48px;
    }
    .gb-updates-section .cont-wrap {
        gap: 20px;
        margin-top: 30px;
    }
    .gb-updates-tabs {
        gap: 6px;
    }
    .gb-updates-tab {
        font-size: 12px;
        padding: 7px 12px;
        gap: 5px;
    }
    .gb-updates-tab i {
        font-size: 12px;
    }
    .gb-updates-cards {
        gap: 10px;
    }
    .gb-match-card {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 12px;
        gap: 10px;
    }
    .gb-team-name,
    .gb-team-score,
    .gb-team-status {
        font-size: 13px;
    }
    .gb-odds-value {
        font-size: 13px;
    }
    .gb-odds-box {
        padding: 8px 6px;
    }
    .gb-updates-glow {
        width: 500px;
        height: 280px;
        top: -80px;
    }
}

@media (max-width: 575px) {
    .gb-updates-section .cont-wrap {
        gap: 18px;
        margin-top: 24px;
    }
    .gb-updates-tab {
        font-size: 0;
        padding: 9px 13px;
        gap: 0;
        border-radius: 6px;
    }
    .gb-updates-tab i {
        font-size: 14px;
    }
    .gb-updates-cards {
        gap: 10px;
    }
    .gb-match-card {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 14px;
        gap: 12px;
    }
    .gb-team-name,
    .gb-team-score,
    .gb-team-status {
        font-size: 14px;
    }
    .gb-odds-value {
        font-size: 15px;
    }
    .gb-odds-box {
        padding: 10px 8px;
    }
    .gb-updates-glow {
        width: 360px;
        height: 220px;
        top: -60px;
    }
}

@media (max-width: 480px) {
    .gb-updates-section {
        padding-bottom: 40px;
    }
    .gb-updates-section .cont-wrap {
        gap: 16px;
        margin-top: 20px;
    }
    .gb-updates-tabs {
        gap: 5px;
    }
    .gb-updates-tab {
        padding: 8px 11px;
        border-radius: 6px;
    }
    .gb-updates-tab i {
        font-size: 13px;
    }
    .gb-match-card {
        padding: 12px;
    }
    .gb-team-name,
    .gb-team-score,
    .gb-team-status {
        font-size: 13px;
    }
    .gb-odds-label {
        font-size: 9px;
    }
    .gb-odds-value {
        font-size: 14px;
    }
    .gb-updates-glow {
        width: 280px;
        height: 180px;
        top: -50px;
    }
}
/* ==================== GB LATEST UPDATES SECTION END ==================== */




/* ==================== GB NEWS SECTION ==================== */
.gb-news-section {
    background-color: #0d0d0f;
    padding: 60px 0;
}

.gb-news-section .cont-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gb-news-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.gb-news-header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gb-news-row {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.gb-news-featured {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gb-news-featured-img-wrap {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
}

.gb-news-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gb-news-featured-body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.gb-news-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.gb-news-date-day {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #F0A202;
}

.gb-news-date-month {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F0A202;
}

.gb-news-featured-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gb-news-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gb-news-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
}

.gb-news-card-img-wrap {
    flex-shrink: 0;
    width: 325px;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
}

.gb-news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gb-news-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gb-news-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.gb-news-divider {
    width: 100%;
    height: 1px;
    background-color: #222228;
}


/* ---- RESPONSIVE ---- */

@media (max-width: 1399px) {
    .gb-news-section {
        padding: 50px 0;
    }
    .gb-news-card-img-wrap {
        width: 380px;
        height: 200px;
    }
    .gb-news-date-day {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .gb-news-section {
        padding: 48px 0;
    }
    .gb-news-row {
        gap: 24px;
    }
    .gb-news-card-img-wrap {
        width: 300px;
        height: 175px;
    }
    .gb-news-card {
        gap: 16px;
    }
    .gb-news-date-day {
        font-size: 32px;
    }
    .gb-news-date-month {
        font-size: 12px;
    }
    .gb-news-featured-body {
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .gb-news-section {
        padding: 44px 0;
    }
    .gb-news-section .cont-wrap {
        gap: 24px;
    }
    .gb-news-row {
        flex-direction: column;
        gap: 24px;
    }
    .gb-news-featured-img-wrap {
        height: 380px;
    }
    .gb-news-card-img-wrap {
        width: 260px;
        height: 160px;
    }
    .gb-news-card {
        gap: 16px;
        padding: 14px 0;
    }
    .gb-news-date-day {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .gb-news-section {
        padding: 40px 0;
    }
    .gb-news-section .cont-wrap {
        gap: 20px;
    }
    .gb-news-header {
        align-items: center;
    }
    .gb-news-featured-img-wrap {
        height: 300px;
    }
    .gb-news-featured-body {
        gap: 14px;
    }
    .gb-news-date-day {
        font-size: 30px;
    }
    .gb-news-date-month {
        font-size: 11px;
    }
    .gb-news-card {
        flex-direction: row;
        align-items: center;
        gap: 14px;
        padding: 14px 0;
    }
    .gb-news-card-img-wrap {
        width: 220px;
        height: 140px;
        flex-shrink: 0;
    }
    .gb-news-card-body {
        gap: 8px;
    }
    .gb-news-card-meta {
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .gb-news-section {
        padding: 36px 0;
    }
    .gb-news-section .cont-wrap {
        gap: 18px;
    }
    .gb-news-featured-img-wrap {
        height: 240px;
    }
    .gb-news-featured-body {
        gap: 12px;
    }
    .gb-news-date-day {
        font-size: 28px;
    }
    .gb-news-date-month {
        font-size: 11px;
    }
    .gb-news-featured-content {
        gap: 8px;
    }
    .gb-news-card {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 12px 0;
    }
    .gb-news-card-img-wrap {
        width: 160px;
        height: 110px;
        flex-shrink: 0;
    }
    .gb-news-card-body {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .gb-news-section {
        padding: 32px 0;
    }
    .gb-news-section .cont-wrap {
        gap: 16px;
    }
    .gb-news-featured-img-wrap {
        height: 200px;
        border-radius: 8px;
    }
    .gb-news-featured-body {
        gap: 10px;
    }
    .gb-news-date-day {
        font-size: 24px;
    }
    .gb-news-date-month {
        font-size: 10px;
    }
    .gb-news-header-left {
        gap: 4px;
    }
    .gb-news-card {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
    }
    .gb-news-card-img-wrap {
        width: 130px;
        height: 90px;
        flex-shrink: 0;
        border-radius: 6px;
    }
    .gb-news-card-body {
        gap: 6px;
    }
    .gb-news-card-meta {
        gap: 8px;
        flex-wrap: wrap;
    }
}
/* ==================== GB NEWS SECTION END ==================== */




/* ==================== GB BLOGS SECTION ==================== */
.gb-blogs-section {
    background-color: #0d0d0f;
    padding-bottom: 60px;
}

.gb-blogs-section .cont-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gb-blogs-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.gb-blogs-header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gb-blogs-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.gb-blog-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gb-blog-card-img-wrap {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.gb-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gb-blog-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* ---- RESPONSIVE ---- */

@media (max-width: 1399px) {
    .gb-blogs-section {
        padding-bottom: 50px;
    }
    .gb-blog-card-img-wrap {
        height: 260px;
    }
}

@media (max-width: 1199px) {
    .gb-blogs-section {
        padding-bottom: 48px;
    }
    .gb-blogs-row {
        gap: 16px;
    }
    .gb-blog-card-img-wrap {
        height: 230px;
    }
    .gb-blog-card {
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .gb-blogs-section {
        padding-bottom: 44px;
    }
    .gb-blogs-section .cont-wrap {
        gap: 24px;
    }
    .gb-blogs-row {
        flex-wrap: wrap;
        gap: 16px;
    }
    .gb-blog-card {
        flex: 1 1 calc(50% - 8px);
        min-width: calc(50% - 8px);
    }
    .gb-blog-card:first-child {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .gb-blog-card-img-wrap {
        height: 260px;
    }
    .gb-blog-card:first-child .gb-blog-card-img-wrap {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .gb-blogs-section {
        padding-bottom: 40px;
    }
    .gb-blogs-section .cont-wrap {
        gap: 20px;
    }
    .gb-blogs-header {
        align-items: center;
    }
    .gb-blog-card {
        flex: 1 1 100%;
        min-width: 100%;
        gap: 12px;
    }
    .gb-blog-card-img-wrap {
        height: 260px;
    }
    .gb-blog-card:first-child .gb-blog-card-img-wrap {
        height: 260px;
    }
}

@media (max-width: 575px) {
    .gb-blogs-section {
        padding-bottom: 36px;
    }
    .gb-blogs-section .cont-wrap {
        gap: 18px;
    }
    .gb-blogs-row {
        gap: 14px;
    }
    .gb-blog-card-img-wrap {
        height: 220px;
        border-radius: 8px;
    }
    .gb-blog-card {
        gap: 10px;
    }
    .gb-blog-card-body {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .gb-blogs-section {
        padding-bottom: 32px;
    }
    .gb-blogs-section .cont-wrap {
        gap: 16px;
    }
    .gb-blogs-row {
        gap: 12px;
    }
    .gb-blog-card-img-wrap {
        height: 190px;
        border-radius: 8px;
    }
    .gb-blog-card {
        gap: 10px;
    }
    .gb-blog-card-body {
        gap: 6px;
    }
    .gb-blogs-header-left {
        gap: 4px;
    }
}
/* ==================== GB BLOGS SECTION END ==================== */








/* ==================== GB FOOTER WIDGETS ==================== */
.gb-footer-widgets {
  position: relative;
  width: 100%;
  background-color: #141517;
  padding-top: 60px;
  overflow: hidden;
  z-index: 10;
}

.gb-footer-widgets .extended-container {
  position: relative;
  overflow: visible;
}

.gb-footer-widgets-glow {
  position: absolute;
  bottom: -500px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse at center, rgba(240, 162, 2, 0.18) 22%, rgba(240, 162, 2, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

/* cont-wrap */
.gb-footer-widgets .cont-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* Columns */
.gb-footer-col {
  display: flex;
  flex-direction: column;
}

.gb-footer-col-brand {
  flex: 2;
  justify-content: space-between;
  min-height: 325px;
}

.gb-footer-col-links {
  flex: 1;
  gap: 24px;
}

.gb-footer-col-social {
  flex: 1;
}

/* Col 1 — Brand */
.gb-footer-brand-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gb-footer-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.gb-footer-brand-bottom {
  display: flex;
  align-items: flex-end;
}

.gb-footer-decor-img {
  width: 200px;
  height: auto;
}

/* Col 2 — Quick Links */
.gb-footer-col-title {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.gb-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}

.gb-footer-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gb-footer-link:hover {
  color: #F0A202;
}

/* Col 3 — Social Links */
.gb-footer-social-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gb-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.gb-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F0A202;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gb-social-btn:hover {
  background: #ffffff;
  color: #ffbf3e;
}

@media (max-width: 1399px) {
    .gb-footer-tagline {
        font-size: 36px;
    }
    .gb-footer-col-brand {
        min-height: 300px;
    }
}

@media (max-width: 1199px) {
    .gb-footer-widgets .cont-wrap {
        gap: 32px;
    }
    .gb-footer-tagline {
        font-size: 32px;
    }
    .gb-footer-col-title {
        font-size: 22px;
    }
    .gb-footer-col-brand {
        min-height: 280px;
    }
    .gb-footer-decor-img {
        width: 170px;
    }
}

@media (max-width: 991px) {
    .gb-footer-widgets {
        padding-top: 48px;
    }
    .gb-footer-widgets .cont-wrap {
        gap: 28px;
    }
    .gb-footer-tagline {
        font-size: 26px;
    }
    .gb-footer-col-title {
        font-size: 20px;
    }
    .gb-footer-col-brand {
        min-height: 260px;
    }
    .gb-footer-decor-img {
        width: 150px;
    }
    .gb-footer-col-links {
        gap: 20px;
    }
    .gb-footer-nav {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .gb-footer-widgets {
        padding-top: 40px;
    }
    .gb-footer-widgets .cont-wrap {
        flex-direction: column;
        gap: 36px;
    }
    .gb-footer-col-brand {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: unset;
        width: 100%;
        gap: 20px;
    }
    .gb-footer-brand-top {
        flex: 1;
    }
    .gb-footer-brand-bottom {
        flex-shrink: 0;
        align-items: center;
    }
    .gb-footer-tagline {
        font-size: 28px;
    }
    .gb-footer-decor-img {
        width: 140px;
    }
    .gb-footer-col-links {
        width: 100%;
        gap: 18px;
    }
    .gb-footer-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 24px;
    }
    .gb-footer-col-social {
        width: 100%;
    }
    .gb-footer-col-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .gb-footer-widgets {
        padding-top: 36px;
    }
    .gb-footer-widgets .cont-wrap {
        gap: 28px;
    }
    .gb-footer-col-brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .gb-footer-tagline {
        font-size: 24px;
    }
    .gb-footer-decor-img {
        width: 120px;
    }
    .gb-footer-col-links {
        gap: 16px;
    }
    .gb-footer-nav {
        gap: 8px 20px;
    }
    .gb-footer-link {
        font-size: 13px;
    }
    .gb-footer-col-title {
        font-size: 18px;
    }
    .gb-social-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gb-footer-widgets {
        padding-top: 32px;
    }
    .gb-footer-widgets .cont-wrap {
        gap: 24px;
    }
    .gb-footer-tagline {
        font-size: 20px;
    }
    .gb-footer-decor-img {
        width: 100px;
    }
    .gb-footer-col-links {
        gap: 14px;
    }
    .gb-footer-nav {
        gap: 8px 16px;
    }
    .gb-footer-link {
        font-size: 12px;
    }
    .gb-footer-col-title {
        font-size: 16px;
    }
    .gb-social-icons {
        gap: 8px;
    }
    .gb-social-btn {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .gb-footer-widgets-glow {
        width: 400px;
        height: 400px;
    }
}
/* ==================== GB FOOTER WIDGETS END ==================== */

/* ==================== GB FOOTER BOTTOM ==================== */
#footer-bottom {
  display: none !important;
  position: relative;
  width: 100%;
  background-color: #141517;
  border-top: 1px solid #2a2a2e;
  border-bottom: none;
  padding: 16px 0;
  z-index: 10;
}

#footer-bottom .fb-site-creater::before {
  display: none;
}

#footer-bottom .fb-1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  line-height: normal;
  flex-wrap: nowrap;
}

.fb-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.copyright-note {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #A4A4A4;
  line-height: 1.6;
}

.fb-site-creater {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.fb-sc-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #A4A4A4;
}

.fb-sc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.fb-sc-link:hover {
  opacity: 0.8;
}

.fb-sc-l-img img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.fb-sc-l-name {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #F9FCFF;
}

@media (max-width: 767px) {
    #footer-bottom .fb-1 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }
    .copyright-note {
        text-align: center;
    }
}

@media (max-width: 480px) {
    #footer-bottom {
        padding: 14px 0;
    }
    #footer-bottom .fb-1 {
        gap: 8px;
    }
    .fb-site-creater {
        gap: 5px;
    }
}
/* ==================== GB FOOTER BOTTOM END ==================== */








.blog-wrapper .row .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    display: none !important;
}

    .col-lg-9 {
        width: 100% !important;
    }