body {
    color: #fff;
    background: #111;
    font-family: 'Urbanist', sans-serif;
}

.w-700 {
    font-weight: 700;
}

.w-600 {
    font-weight: 600;
}

.f-size-2-75 {
    font-size: 2.75em;
}

.bg-header {
    background: #0B0B0B;
}

nav.navbar {
    border-top: 1px solid #0B0B0B;
    background: #0B0B0B;
}

li.nav-item {
    margin: 0px 40px;
}

a.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
}

a.nav-link:hover {
    color: #fff;
}

.navbar-toggler {
    border: var(--bs-border-width) solid #adb5bd;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

.navbar-toggler span:first-child
{
  transform-origin: 0% 0%;
}

.navbar-toggler span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

.menu-opened span
{
  opacity: 1;
  transform: rotate(-45deg) translate(-3px, -2px);
  background: #ffffff;
}

.menu-opened span:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-opened span:nth-last-child(3)
{
  transform: rotate(45deg) translate(0, -1px);
}

.btn {
    border-radius: 0;
}

.btn-red {
    background: #B93139;
    color: #fff;
    border: 1px solid #B93139;
    padding: 0.65rem 2.5rem 0.8rem 2.5rem;
    font-size: 1.15em;
}
.btn-red:hover {
    background: #e33b45;
    border: 1px solid #B93139;
}

.btn-black {
    background: #000;
    color: #fff;
    border: 1px solid #b93139;
    padding: 0.65rem 2.5rem 0.8rem 2.5rem;
    font-size: 1.15em;
}

.btn-black:hover {
    background: #5c636a;
    border: 1px solid #b93139;
}

.btn-anchor {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #b93139 !important;
    padding: 0.65rem 2.5rem 0.8rem 2.5rem !important;
    font-size: 1.15em !important;
}

.btn-anchor:hover {
    background: #5c636a !important;
    border: 1px solid #b93139 !important;
}

.fw-700 {
    font-weight: 700;
}

.btn-dark {
    background: #000;
    border: 1px solid #B93139;
}

.btn-dark:hover {
    border: 1px solid #B93139;
}

a {
    color: #B93139;
    text-decoration: none;
}

a:hover {
    color: #af1d2c;
}

#home-slider .home-slider-item {
    height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    display: flex;
    align-items: center;
}

#home-slider .owl-dots {
    position: absolute;
    right: 7rem;
    top: 35%;
    height: 100%;
    /*display: flex;*/
    /*justify-content: center;*/
    /*transform: translate(50%);*/
}

#home-slider .owl-dot button {
    border: 0;
    height: 4.5rem;
    background: #424241;
    width: 6px;
    padding: 0;
    margin: 5px 0px;
}

#home-slider .owl-dot.active button {
    background: #fff;
    width: 5px;
}

#home-slider .home-slider-content {
    margin-left: 7rem;
    width: 35rem;
    /*transform: translatey(60%);*/
}

#home-slider .home-slider-content h1 {
    color: #fff;
    font-weight: 800;
    font-size: 4.25em;
    line-height: 1.25;
}

#home-slider .home-slider-content p {
    color: #a9a9a9;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

#home-slider .home-slider-content a {
    margin-top: 1.5rem;
    padding: 0.5rem 3rem;
}

.blog-explore-more {
    font-size: 3.5em;
}

.blog-grid-item {
    border: 1px solid #212529;
    border-radius: 5px;
}

.blog-grid-item img {
    width: 100%;
}

.blog-grid-item-content span {
    display: block;
    color: #a9a9a9;
    font-size: 1.15em;
}

.blog-grid-item-content h4 {
    font-weight: 700;
    margin-top: .85rem;
    font-size: 2em;
}

.blog-grid-item-content a i {
    /*font-size: 0.65em;*/
    font-size: 16px;
}

.blog-grid-item {
    border: 1px solid #212529;
    border-radius: 5px;
    margin-bottom: 45px;
    background: #000;
}

.blog-grid-item .blog-read-more {
    font-size: 1.25em;
    font-weight: 700;
    color: #B93139;
}

.blog-grid-item .blog-read-more:hover {
    color: #af1d2c;
}

.pagination-container .text-muted {
    color: #fff !important;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #f8f9fa;
    --bs-pagination-bg: #0b0b0b;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: #b93139;
    --bs-pagination-border-radius: 0; 
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #dc3545;
    --bs-pagination-hover-border-color: #b93139;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #dc3545;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #b93139;
    --bs-pagination-active-border-color: #b93139;
    --bs-pagination-disabled-color: #f8f9fa;
    --bs-pagination-disabled-bg: #212529;
    --bs-pagination-disabled-border-color: #b93139;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.home-featured-game {
    border: 1px solid #212529;
    /*height: 65vh;*/
}

.home-featured-game-content {
    padding: 7rem 5rem;
}

.home-featured-game-content p {
    color: #a9a9a9;
    font-size: 1.5em;
    line-height: 140%;
    text-align: left;
}

.home-featured-game p.view-detail {
    color: #fff;
}

.home-featured-game a:hover p.view-detail {
    color: #B93139;
}

#home-featured-game-slider .home-featured-game-slider-item {
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
}

#home-featured-game-slider .owl-dots {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

#home-featured-game-slider .owl-dot {
    float: left;
    padding: 4px;
}

#home-featured-game-slider .owl-dot button {
    border: 0;
    height: 5px;
    background: #424241;
    width: 3.5rem;
    padding: 0;
}

#home-featured-game-slider .owl-dot.active button {
    background: #fff;
    height: 4px;
}

/*----*/

.games-game-slider .home-featured-game-slider-item {
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
}

.games-game-slider .owl-dots {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.games-game-slider .owl-dot {
    float: left;
    padding: 4px;
}

.games-game-slider .owl-dot button {
    border: 0;
    height: 5px;
    background: #424241;
    width: 3.5rem;
    padding: 0;
}

.games-game-slider .owl-dot.active button {
    background: #fff;
    height: 4px;
}

/*-----*/

footer {
    color: #fff !important;
}

footer li.nav-item {
    margin: 0px 0px;
}

.my-border-top {
    border-top: 1px solid #343a40;
}

.footer-enclosure {
    border-bottom: 1px solid #343a40;
    padding-bottom: 4rem;
}

.footer-nav-title {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.15em;
    color: #F44336;
}

footer a.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    margin: 3px 0 5px 0;
}

.footer-contact-us {
    font-size: 0.9em;
}

.policy-block {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: #000;
    padding: 1.75rem 0 1.5rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.policy-block h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 110%;
}

.policy-block p {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 400;
    line-height:1.4;
}

.policy-block p a {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}

.policy-block p a:hover {
    color: #fff;
}

#blog-slider .blog-slider-item {
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    display: flex;
    align-items: center;
    background: #111;
}

#blog-slider .owl-dots {
    position: absolute;
    right: 7rem;
    top: 25%;
}

#blog-slider .owl-dot button {
    border: 0;
    height: 5rem;
    background: #424241;
    width: 6px;
    padding: 0;
    margin: 5px 0px;
}

#blog-slider .owl-dot.active button {
    background: #fff;
    width: 5px;
}

#blog-slider .blog-slider-content {
    background: #111;
    /*height: 100%;*/
    width: 50%;
    float: left;
    padding: 0 7rem;
}

#blog-slider .blog-slider-image {
    height: 100%;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#blog-slider .blog-slider-content span {
    background: #B93139;
    padding: 3px 15px 0px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

#blog-slider .blog-slider-content dt {
    background: #212529;
    padding: 3px 15px 2px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 0.85em;
    color: #a9a9a9;
    border-radius: 5px;
}

#blog-slider .blog-slider-content h3 {
    font-size: 2.35rem;
    font-weight: 700;
    margin-bottom: 15px;
}

#blog-slider .blog-slider-content p {
    color: #a9a9a9;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
}

#blog-slider .blog-slider-content a {
    padding: 8px 40px 9px 40px;
    font-size: 15px;
}

.policy-buttons {
    padding-top: 1.5rem;
}

@media (max-width: 1599px) {
    #blog-slider .blog-slider-content {
        padding: 0 5rem;
    }
}

/*@media (max-width: 1199px) {*/
/*    #home-slider .home-slider-content {*/
/*        width: 55vw;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    #home-slider .home-slider-content {
        width: 35rem;
    }
    
    #blog-slider .blog-slider-content {
        padding: 0 4rem;
    }
    #blog-slider .blog-slider-content h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    #blog-slider .blog-slider-content p {
        font-size: 1rem;
    }
    
    .policy-buttons {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .home-featured-game .col-lg-5 {
        margin-bottom: 1.5rem;
    }
    li.nav-item {
        margin: 5px 25px;
    }
    .footer-enclosure {
        padding-bottom: 1.5rem;
    }
    button.navbar-toggler {
        border: 0;
        margin-left: auto;
        z-index: 110;
    }
}

@media (max-width: 767px) {
    #home-slider .home-slider-content {
        width: 65vw;
    }
    #blog-slider .blog-slider-item {
        height: 85vh;
    }
    #blog-slider .blog-slider-content {
        background: #000;
        height: 50%;
        width: 100%;
        float: left;
        padding: 3rem;
    }
    
    #blog-slider .blog-slider-image {
        height: 50%;
        width: 100%;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }
    
    .policy-block .container-fluid {
        padding: 0 1.85rem;
    }

    #home-slider .home-slider-content {
        width: 25rem;
        top: 15%;
        left: 3rem;
    }
    #home-slider .home-slider-content h1 {
        font-size: 4em;
    }
    #home-slider .owl-dots {
        /*bottom: 25%;*/
        right: 3rem;
    }
}

@media (max-width: 479px) {
    #blog-slider .blog-slider-content {
        padding: 1rem 2rem;
    }
}


#game-slider .game-slider-item {
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    display: flex;
    align-items: center;
}

#game-slider .owl-dots {
    position: absolute;
    right: 7rem;
    top: 25%;
}

#game-slider .owl-dot button {
    border: 0;
    height: 5rem;
    background: #424241;
    width: 6px;
    padding: 0;
}

#game-slider .owl-dot.active button {
    background: #fff;
    width: 5px;
}

#game-slider .game-slider-content {
    background: #000;
    /*height: 100%;*/
    width: 50%;
    float: left;
    padding-left: 7rem;
    /*transform: translateY(30%);*/
}

#game-slider .game-slider-image {
    height: 100%;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#game-slider .game-slider-content span {
    background: #B93139;
    padding: 3px 15px 0px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

#game-slider .game-slider-content dt {
    background: #212529;
    padding: 3px 15px 2px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 0.85em;
    color: #a9a9a9;
}

#game-slider .game-slider-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

#game-slider .game-slider-content p {
    color: #e5e5e5;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/*#game-slider .game-slider-content a {*/
    /*background: #000;*/
/*    border: 1px solid #b93139;*/
/*    padding: 6px 25px 7px 25px;*/
/*    font-size: 1.25rem;*/
/*}*/

.game-detail-one {
    padding: 5rem;
}

.game-detail-logo {
    float: left;
    width: 13%;
    border-right: 1px solid #424241;
    padding: 35px 0;
}

.game-detail-description {
    float: left;
    width: 87%;
    color: #a9a9a9;
    padding-left: 4rem;
    padding-top: 1.25rem;
    font-size: 1.15em;
}

.red-line {
    background: #B93139;
    height: 3px;
}

.nav-logo {
    display:none;
}

.navbar-toggler:focus {
	box-shadow: 0;
}

@media (max-width: 1199px) {
    .game-detail-one {
        padding: 4rem;
    }
    
    .game-detail-logo {
        float: left;
        width: 15%;
        border-right: 1px solid #424241;
    }
    
    .game-detail-description {
        float: left;
        width: 84%;
        color: #a9a9a9;
        padding-left: 4rem;
        font-size: 1.15em;
    }
}

@media (max-width: 991px) {
    .game-detail-logo {
        width: 100%;
        border-right: 0;
        text-align: center;
        margin-bottom: 25px;
        justify-content: center;
    }
    
    .game-detail-description {
        width: 100%;
    }
    #game-slider .game-slider-content {
        padding: 4rem;
    }
    #game-slider .game-slider-content h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    #game-slider .game-slider-content p {
        font-size: 1rem;
    }
    
    .nav-cross {
        display: block;
        font-size: 1.5rem;
        height: 50px;
        padding-top: 8px;
        color: #fff;
    }

    .nav-item .active {
        border-radius: 0;
    }

    .nav-link:hover {
        border-radius: 0;
    }

    .nav-link:focus {
        border-radius: 0;
    }

    .navbar-nav {
        width: 100%;
        margin-top: 10vh;
    }
    
    .nav-link {
        width: 100%;
        float: left;
        text-align: left;
        border-radius: 0;
        margin-top: 0;
        font-size: 1.75em !important;
        text-align: left !important;
    }
    .navbar-collapse {
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #0b0b0b;
        max-width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

        .navbar-collapse.collapsing {
            height: 100%;
            -webkit-transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            -o-transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            -moz-transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            /*transition: left 0.3s ease;*/
            transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            left: -100%;
        }

        .navbar-collapse.show {
            left: 0;
            -webkit-transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            -o-transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            -moz-transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
            transition: left 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
        }
}

@media (max-width: 767px) {
    #game-slider .game-slider-item {
        height: 85vh;
    }
    #game-slider .game-slider-content {
        background: #000;
        /*height: 50%;*/
        width: 100%;
        float: left;
        padding: 3rem;
    }
    
    #game-slider .game-slider-image {
        height: 50%;
        width: 100%;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }
    
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        justify-content: flex-start;
    }

    button.navbar-toggler {
        border: 0;
        margin-left: auto;
    }
    
    footer .nav-link {
        border-bottom: 0;
    }
}

@media (max-width: 479px) {
    #game-slider .game-slider-content {
        padding: 1rem 2rem;
    }

    .game-detail-description {
        padding-left: 0;
        padding-right: 0;
    }
    
    .policy-block .container-fluid {
        padding: 0 2.5rem;
    }
    
    #home-slider .owl-dots {
        /*top: auto;*/
        /*bottom: 25%;*/
        right: 1.35rem;
    }
    
    #home-slider .home-slider-content {
        left: 1.35rem;
    }

}

.container-fluid {
    padding: 0 7rem;
}

.view-detail {
    position: absolute;
    bottom: 3rem;
}

@media (max-width: 1399px) {
    .container-fluid {
        padding: 0 5rem;
    }
    #home-slider .home-slider-content {
        margin-left: 5rem;
    }
    #home-slider .owl-dots {
        right: 5rem;
    }
    #blog-slider .owl-dots {
        right: 5rem;
    }
}

@media (max-width: 1199px) {
    .blog-explore-more {
        font-size: 2.65em;
    }
    .btn-black, .btn-red {
        padding: 0.55rem 2rem 0.6rem 2rem;
        font-size: 1em;
    }
    .blog-grid-item-content h4 {
        font-size: 1.5em;
    }
    .home-featured-game-content {
        padding: 5rem 3rem;
    }
    #home-slider .home-slider-content h1 {
        color: #fff;
        font-weight: 800;
        font-size: 4.25em;
        /*line-height: 1.15;*/
    }
    
}

@media (max-width: 991px) {
    .container-fluid {
        padding: 0 3rem;
    }
    
    #home-slider .home-slider-content {
        margin-left: 3rem;
    }
    #home-slider .owl-dots {
        right: 3rem;
    }

    .home-featured-game-content {
        padding: 2rem 5rem 5rem 5rem;
    }
    .view-detail {
        position: absolute;
        top: 15rem;
        bottom: auto;
    }
    .blog-explore-more {
        font-size: 2.5em;
    }
    
    #blog-slider .owl-dots {
        right: 3rem;
    }
    
    #blog-slider .blog-slider-content {
        padding-left: 3rem;
        /*padding-top: 8rem;*/
    }
    .blog-grid-item-content h4 {
        font-size: 1.5em;
    }
    .top-header {
        display: none;
    }
    .nav-logo {
        display:inline-block;
    }
}
@media (max-width: 767px) {
    #home-slider .home-slider-item {
        height: 60vh;
    }
    #home-slider .owl-dots {
        top: 25%;
    }
    #blog-slider .owl-dots {
        bottom: 14%;
        top: auto;
    }
    #blog-slider .blog-slider-content {
        /*padding-top: 3rem;*/
    }
    #blog-slider .blog-slider-content {
        height: auto;
    }
    #blog-slider .blog-slider-image {
        height: 60vh;
    }
    #home-slider .home-slider-content h1 {
        font-size: 3.5em;
    }
    #home-slider .home-slider-content p {
        font-size: 20px;
    }
    #home-slider .home-slider-content {
        /*transform: translatey(70%);*/
    }
    .home-featured-game-content {
        padding: 0rem 2rem 4rem 2rem;
    }
    .view-detail {
        top: 14rem;
    }
    #blog-slider .blog-slider-item {
        display: block;
    }
    .blog-explore-more {
        font-size: 2.05em;
    }
}

.home-featured-game p.view-detail {
        transition: color 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .container-fluid {
        padding: 0 1.5rem;
    }
    #home-slider .home-slider-content {
        margin-left: 1.5rem;
    }
    #home-slider .home-slider-content h1 {
        font-size: 3em;
    }
    #home-slider .home-slider-content p {
        font-size: 18px;
    }
    #home-slider .owl-dots {
        right: 1.5rem;
    }
    /*.view-detail {*/
    /*    top: 22rem;*/
    /*}*/
    #blog-slider .owl-dots {
        right: 1.5rem;
    }
    #blog-slider .blog-slider-content {
        padding-left: 1.5rem;
    }
    #blog-slider .blog-slider-content {
        padding-top: 0rem;
    }
    .game-detail-description {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .home-featured-game-content p {
        font-size: 1.35em;
    }
    .btn-black, .btn-red {
        padding: 0.45rem 1.5rem 0.35rem 1.5rem !important;
        font-size: 0.95em;
    }
    footer a.nav-link {
        margin: 0;
        padding: 2px 0px !important;
    }
    .footer-nav-title {
        margin-bottom: 0.5rem;
        font-weight: 600;
        font-size: 1.15em;
        margin-top: 1rem;
        color: #F44336;
    }
    #game-slider .owl-dots {
        right: 1.5rem;
    }
    #game-slider .game-slider-content {
        padding-left: 1.5rem;
    }
}

@media (max-width: 419px) {
     .view-detail {
        top: 16rem;
    }   
}

/* Icon Animation Styles */
.material-icons {
    transition: all 0.3s ease;
    position: relative;
}

/* Add subtle glow effect to all material icons */
.material-icons::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(244, 67, 54, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
}

/* Social Media Icon Animations */
.btn-about-social .material-icons {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.btn-about-social:hover .material-icons {
    transform: scale(1.2) rotate(5deg);
    filter: brightness(1.2);
    color: #fff !important;
}

.btn-about-social:hover .material-icons::before {
    width: 40px;
    height: 40px;
    background: rgba(244, 67, 54, 0.4);
}

.btn-about-social:active .material-icons {
    transform: scale(0.95);
}

/* Read More Chevron Animations */
.blog-read-more .material-icons {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
}

.blog-read-more:hover .material-icons {
    transform: translateX(5px);
    color: #F44336 !important;
}

.blog-read-more:hover .material-icons::before {
    width: 30px;
    height: 30px;
    background: rgba(244, 67, 54, 0.2);
}

/* Career Arrow Animations */
a[href*="career"] .material-icons {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
}

a[href*="career"]:hover .material-icons {
    transform: translateX(8px) scale(1.1);
    color: #F44336 !important;
}

a[href*="career"]:hover .material-icons::before {
    width: 35px;
    height: 35px;
    background: rgba(244, 67, 54, 0.3);
}

/* General Icon Hover Effects */
a:hover .material-icons {
    transition: all 0.3s ease;
}

/* Pulse Animation for Social Icons */
@keyframes socialPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.btn-about-social:hover .material-icons {
    animation: socialPulse 0.6s ease-in-out;
}

/* Slide Animation for Navigation Icons */
@keyframes slideRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(5px); }
}

.blog-read-more:hover .material-icons {
    animation: slideRight 0.3s ease-out;
}

/* Bounce Animation for Career Icons */
@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% { transform: translateX(0); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(4px); }
}

a[href*="career"]:hover .material-icons {
    animation: bounceRight 0.6s ease-in-out;
}

/* Additional Enhancement: Ripple Effect */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.material-icons::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(244, 67, 54, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
}

.btn-about-social:active .material-icons::after {
    animation: ripple 0.6s ease-out;
}

/* Smooth transitions for all interactive elements */
a {
    transition: all 0.3s ease;
}

/* Enhanced hover states */
.blog-read-more {
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    transform: translateY(-2px);
}

a[href*="career"] {
    transition: all 0.3s ease;
}

a[href*="career"]:hover {
    transform: translateY(-1px);
}

/* View Details Game Section Animations - Simple */
.view-detail .material-icons {
    transition: all 0.3s ease;
    transform: translateX(0);
}

.view-detail:hover .material-icons {
    transform: translateX(5px);
    color: #F44336 !important;
}

/* Slider Title Shadow */
.home-slider-content h1 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/* Mobile Slider Title Fix - Prevent Overlap with Buttons */
@media (max-width: 768px) {
    .home-slider-content h1 {
        font-size: 1.8rem !important;
        max-width: 80%;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .home-slider-content {
        padding: 20px 15px;
    }
    
    .home-slider-content p {
        font-size: 0.9rem;
        max-width: 85%;
        margin-bottom: 15px;
    }
}

/* Mobile Navbar Hamburger Fix - Remove Black Border */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* Blog Grid - Independent Heights for All Devices */
.blog-grid-item {
    height: auto !important;
    display: block !important;
}

.blog-grid-item img {
    height: 45vh !important;
    object-fit: cover;
    width: 100%;
}

.blog-grid-item-content {
    height: auto !important;
    display: block !important;
}

/* Disable any row-based height matching globally */
#blogs .row {
    display: block !important;
}

#blogs .row > [class*="col-"] {
    display: block !important;
    width: 100% !important;
    flex: none !important;
    margin-bottom: 2rem !important;
}

#blogs .row > [class*="col-"] .row {
    display: block !important;
    margin: 0 !important;
}

#blogs .row > [class*="col-"] .row .col {
    display: block !important;
    width: 100% !important;
    flex: none !important;
    padding: 0 !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    #blogs .row > [class*="col-"] {
        margin-bottom: 1.5rem !important;
    }
    
    .blog-grid-item img {
        height: 30vh !important;
        min-height: 200px;
    }
    
    .blog-grid-item-content {
        padding: 1.5rem !important;
    }
    
    .blog-grid-item-content h4 {
        font-size: 1.1rem;
        line-height: 1.3;
        margin-bottom: 1rem !important;
    }
    
    .blog-grid-item-content span {
        font-size: 0.9rem;
        display: block !important;
        margin-bottom: 0.5rem !important;
    }
    
    .blog-read-more {
        margin-top: 1rem !important;
        display: block !important;
    }
}

@media (max-width: 575px) {
    #blogs .row > [class*="col-"] {
        margin-bottom: 1rem !important;
    }
    
    .blog-grid-item img {
        height: 25vh !important;
        min-height: 180px;
    }
    
    .blog-grid-item-content {
        padding: 1.25rem !important;
    }
    
    .blog-grid-item-content h4 {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 0.75rem !important;
    }
    
    .blog-grid-item-content span {
        font-size: 0.85rem;
        display: block !important;
        margin-bottom: 0.5rem !important;
    }
    
    .blog-read-more {
        margin-top: 0.75rem !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    #blogs .row > [class*="col-"] {
        margin-bottom: 0.75rem !important;
    }
    
    .blog-grid-item img {
        height: 22vh !important;
        min-height: 160px;
    }
    
    .blog-grid-item-content {
        padding: 1rem !important;
    }
    
    .blog-grid-item-content h4 {
        font-size: 0.95rem;
        line-height: 1.2;
        margin-bottom: 0.5rem !important;
    }
    
    .blog-grid-item-content span {
        font-size: 0.8rem;
        display: block !important;
        margin-bottom: 0.25rem !important;
    }
    
    .blog-read-more {
        margin-top: 0.5rem !important;
        display: block !important;
    }
}

/* Featured Blog Section Mobile Optimization */
@media (max-width: 768px) {
    .featured-blogs-section {
        padding: 30px 0 20px 0 !important;
    }
    
    .featured-slider-item {
        margin: 0 10px;
    }
    
    .featured-slider-item .row {
        flex-direction: column;
        height: auto !important;
    }
    
    .featured-slider-item .col-lg-6:first-child {
        order: 2;
        padding: 25px 20px !important;
    }
    
    .featured-slider-item .col-lg-6:last-child {
        order: 1;
        padding: 0 !important;
    }
    
    .featured-image {
        height: 250px !important;
        border-radius: 15px 15px 0 0;
    }
    
    .featured-content h3 {
        font-size: 1.5rem !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .featured-badge {
        font-size: 0.8rem !important;
        padding: 6px 16px !important;
        margin-bottom: 15px !important;
    }
    
    .btn-featured {
        font-size: 0.8rem !important;
        padding: 10px 25px !important;
    }
    
    .blog-meta {
        font-size: 0.8rem !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 575px) {
    .featured-blogs-section {
        padding: 25px 0 15px 0 !important;
    }
    
    .featured-slider-item {
        margin: 0 5px;
    }
    
    .featured-content h3 {
        font-size: 1.3rem !important;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    
    .featured-image {
        height: 220px !important;
    }
    
    .featured-badge {
        font-size: 0.75rem !important;
        padding: 5px 14px !important;
        margin-bottom: 12px !important;
    }
    
    .btn-featured {
        font-size: 0.75rem !important;
        padding: 8px 20px !important;
    }
    
    .blog-meta {
        font-size: 0.75rem !important;
        margin-bottom: 12px !important;
    }
}

@media (max-width: 480px) {
    .featured-blogs-section {
        padding: 20px 0 10px 0 !important;
    }
    
    .featured-slider-item {
        margin: 0 2px;
    }
    
    .featured-content h3 {
        font-size: 1.2rem !important;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .featured-image {
        height: 200px !important;
    }
    
    .featured-badge {
        font-size: 0.7rem !important;
        padding: 4px 12px !important;
        margin-bottom: 10px !important;
    }
    
    .btn-featured {
        font-size: 0.7rem !important;
        padding: 7px 18px !important;
    }
    
    .blog-meta {
        font-size: 0.7rem !important;
        margin-bottom: 10px !important;
    }
}

/* Force Equal Heights for Index Page - Working Solution */
body .container-fluid .index-blog-section .row {
    display: flex !important;
    flex-wrap: wrap !important;
    height: 100%;
}

body .container-fluid .index-blog-section .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
}

body .container-fluid .index-blog-section .blog-grid-item {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

body .container-fluid .index-blog-section .blog-grid-item img {
    height: 45vh !important;
    object-fit: cover !important;
    width: 100% !important;
}

body .container-fluid .index-blog-section .blog-grid-item-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Mobile Override for Index Page */
@media (max-width: 768px) {
    body .container-fluid .index-blog-section .row {
        display: block !important;
        height: auto !important;
    }
    
    body .container-fluid .index-blog-section .row > [class*="col-"] {
        display: block !important;
        width: 100% !important;
        flex: none !important;
        margin-bottom: 2rem !important;
    }
    
    body .container-fluid .index-blog-section .blog-grid-item {
        height: auto !important;
        display: block !important;
    }
    
    body .container-fluid .index-blog-section .blog-grid-item img {
        height: 30vh !important;
        min-height: 200px !important;
    }
    
    body .container-fluid .index-blog-section .blog-grid-item-content {
        padding: 1.5rem !important;
        height: auto !important;
    }
}

