
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
    
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {left: -735px;}
    to {left: 735px;}
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

.news-2 h3::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-secondary);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    right: 0;
    opacity: 0.2;
}
/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel{
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}
/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}
/*** Banner Section End ***/


/*** Footer Start ***/
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

.footer .footer-item-2 a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
}

.footer .footer-item-3 a:hover {
    color: var(--bs-primary) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** Footer End ***/
.fh5co_padding_menu{
    width: 100%;
    overflow: hidden;
}

.fh5co_logo_width{
    width: 100%;
    height: 400px; /* adjust height if needed */
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
/* =========================
   PREMIUM NEWS WEBSITE UI
========================= */

body{
    background: #0b1120;
    font-family: 'Poppins', sans-serif;
    color: white;
    overflow-x: hidden;
}

/* MAIN SECTION */
.container-fluid.pb-4.pt-4.paddding{
    background: linear-gradient(to bottom,#0b1120,#111827);
    padding: 60px 0 !important;
}

/* NEWS CARDS */
.row.pb-4{
    background: rgba(255,255,255,0.04);
    border-radius: 22px;
    padding: 18px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}

.row.pb-4:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

/* IMAGES */
.fh5co_news_img{
    overflow: hidden;
    border-radius: 18px;
}

.fh5co_news_img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s ease;
    border-radius: 18px;
}

.row.pb-4:hover img{
    transform: scale(1.08);
}

/* NEWS TITLE */
.fh5co_magna{
    color: #fff !important;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    transition: 0.3s;
}

.fh5co_magna:hover{
    color: #00d9ff !important;
}

/* DATE */
.fh5co_mini_time{
    color: #94a3b8 !important;
    font-size: 13px;
    letter-spacing: 1px;
}

/* DESCRIPTION */
.fh5co_consectetur{
    color: #d1d5db;
    line-height: 1.9;
    font-size: 16px;
    margin-top: 12px;
}

/* LIST ITEMS */
.fh5co_gaming_topikk li{
    color: #cbd5e1;
    margin-bottom: 8px;
    transition: 0.3s;
}

.fh5co_gaming_topikk li:hover{
    color: #00d9ff;
    transform: translateX(5px);
}

/* SIDEBAR */
.col-md-3.animate-box{
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
    height: fit-content;
    backdrop-filter: blur(12px);
}

/* SECTION TITLES */
.fh5co_heading{
    color: white;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}

.fh5co_heading::after{
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(to right,#00d9ff,#2563eb);
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 20px;
}

/* TAGS */
.fh5co_tagg{
    display: inline-block;
    padding: 10px 18px;
    margin: 6px;
    border-radius: 50px;
    background: rgba(255,255,255,0.08);
    color: white !important;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}

.fh5co_tagg:hover{
    background: #00d9ff;
    color: black !important;
    transform: translateY(-3px);
}

/* MOST POPULAR */
.fh5co_most_trading{
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

.most_fh5co_treding_font{
    color: white;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}

.most_fh5co_treding_font_123{
    color: #94a3b8;
    font-size: 13px;
}

/* PAGINATION */
.btn_pagging,
.btn_mange_pagging{
    background: rgba(255,255,255,0.05);
    color: white !important;
    border-radius: 12px;
    padding: 12px 20px;
    margin: 5px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}

.btn_pagging:hover,
.btn_mange_pagging:hover{
    background: #00d9ff;
    color: black !important;
}

/* TRENDING */
#slider2 .item{
    background: rgba(255,255,255,0.04);
    padding: 15px;
    border-radius: 18px;
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.06);
}

#slider2 .item:hover{
    transform: translateY(-8px);
}

.fh5co_small_post_heading span{
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.fh5co_small_post_heading span:hover{
    color: #00d9ff;
}

.c_g{
    color: #94a3b8;
    margin-top: 10px;
}

/* FOOTER */
.fh5co_footer_bg{
    background: #020617;
    padding-top: 60px !important;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer_main_title{
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_sub_about,
.footer_post,
.footer_menu li a{
    color: #cbd5e1 !important;
    transition: 0.3s;
    text-decoration: none;
}

.footer_post:hover,
.footer_menu li a:hover{
    color: #00d9ff !important;
}

/* FOOTER IMAGES */
.footer_img_post_6 img{
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 12px;
    margin: 5px;
    transition: 0.4s;
}

.footer_img_post_6 img:hover{
    transform: scale(1.08);
}

/* SUBSCRIBE BOX */
.fh5co_footer_text_box{
    background:rgba(255,255,255,0.05) !important;
    border:none !important;
    color:#131212 !important;
    height:auto;
    width:auto;
    padding:6px 10px !important;
    margin:0 !important;
    line-height:1.2;
    box-shadow:none !important;
}

.fh5co_footer_subcribe{
    background:linear-gradient(to right,#00d9ff,#2563eb);
    color:#fff !important;
    border-radius:0 10px 10px 0;
    padding:6px 12px !important;
    text-decoration:none;
    margin:0 !important;
    line-height:1.2;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* REMOVE EXTRA SPACE FROM INPUT GROUP */
.input-group{
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
    align-items:center;
}

.input-group-addon{
    margin:0 !important;
    padding:6px 10px !important;
}

/* COPYRIGHT */
.fh5co_footer_right_reserved{
    background: #000814;
    color: #94a3b8;
    text-align: center;
    padding: 10px 0;
}

/* GO TO TOP */
.js-gotop{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    background: linear-gradient(to right,#00d9ff,#2563eb);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.js-gotop:hover{
    transform: scale(1.1);
}

/* RESPONSIVE */
@media(max-width:768px){

    .fh5co_magna{
        font-size: 22px;
    }

    .fh5co_news_img img{
        height: 220px;
    }

    .col-md-3.animate-box{
        margin-top: 30px;
    }

    .footer_img_post_6 img{
        width: 70px;
        height: 70px;
    }
}
/* =========================================
   SPACE BETWEEN NEWS & TAG SECTION
========================================= */

.col-md-8.animate-box{
    padding-right: 45px;
}

.col-md-3.animate-box{
    padding-left: 25px;
}

/* Mobile Responsive */
@media screen and (max-width:768px){

    .col-md-8.animate-box{
        padding-right: 15px;
    }

    .col-md-3.animate-box{
        padding-left: 15px;
        margin-top: 30px;
    }
}


/* =========================================
   MOST VIEWED POSTS SECTION FIX
========================================= */

.position_footer_relative{
    position: relative;
    padding-right: 10px;
}

/* Remove wrong absolute positioning */
.footer_position_absolute{
    position: relative !important;
    margin-top: 25px;
    text-align: center;
}

/* Align image properly */
.width_footer_sub_img{
    width: 100%;
    max-width: 240px;
    height: auto;
    border-radius: 12px;
    display: inline-block;
    object-fit: cover;
}

/* =========================================
   FOOTER IMAGE GALLERY ALIGNMENT
========================================= */

.col-lg-4 .footer_img_post_6{
    width: 30%;
    display: inline-block;
    margin: 4px;
    overflow: hidden;
    border-radius: 10px;
    vertical-align: top;
}

.col-lg-4 .footer_img_post_6 img{
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s ease;
}

.col-lg-4 .footer_img_post_6 img:hover{
    transform: scale(1.08);
}

/* =========================================
   KEEP SAME DARK THEME
========================================= */

.fh5co_footer_bg{
    background: #020b26;
}

/* =========================================
   MOST VIEWED POSTS BETTER SPACING
========================================= */

.footer_post{
    display: block;
    margin-bottom: 22px;
    line-height: 1.8;
    color: #ffffff !important;
    text-decoration: none;
}

.footer_makes_sub_font{
    margin-top: 15px;
    margin-bottom: 8px;
    color: #cfcfcf;
}

/* =========================================
   FOOTER TITLES
========================================= */

.footer_main_title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}
/* =========================================
   COMPLETE LIGHT THEME NEWS WEBSITE CSS
========================================= */

body{
    background: #f4f7fb;
    font-family: 'Poppins', sans-serif;
    color: #222;
    overflow-x: hidden;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.container-fluid{
    background: #f4f7fb;
}

/* =========================================
   HEADINGS
========================================= */

.fh5co_heading{
    font-size: 34px;
    font-weight: 700;
    color: #4ce9ba !important;
    margin-bottom: 30px;
    position: relative;
}

.fh5co_heading::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 4px;
    border-radius: 10px;
    background: #ffb400;
}

/* =========================================
   NEWS SECTION
========================================= */

.row.pb-4{
    background: #ffffff;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 28px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    transition: 0.4s ease;
    border: 1px solid #ececec;
}

.row.pb-4:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* =========================================
   NEWS IMAGES
========================================= */

.fh5co_news_img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.5s ease;
}

.fh5co_news_img img:hover{
    transform: scale(1.04);
}

/* =========================================
   NEWS TITLE
========================================= */

.fh5co_magna{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #111 !important;
    text-decoration: none;
    display: block;
}

.fh5co_magna:hover{
    color: #ffb400 !important;
}

/* =========================================
   AUTHOR & DATE
========================================= */

.fh5co_mini_time{
    color: #ff9800 !important;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

/* =========================================
   NEWS CONTENT
========================================= */

.fh5co_consectetur{
    color: #555 !important;
    font-size: 17px;
    line-height: 1.9;
    margin-top: 12px;
}

/* =========================================
   BULLET LIST
========================================= */

.fh5co_gaming_topikk li{
    color: #444 !important;
    margin-bottom: 10px;
    line-height: 1.8;
}

.fh5co_gaming_topikk li::marker{
    color: #ffb400;
}

/* =========================================
   SIDEBAR
========================================= */

.col-md-3.animate-box{
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    margin-left: 25px;
    height: fit-content;
}

/* =========================================
   TAGS
========================================= */

.fh5co_tags_all{
    margin-top: 20px;
}

.fh5co_tagg{
    display: inline-block;
    padding: 10px 18px;
    margin: 6px;
    border-radius: 40px;
    background: #fff7e6;
    border: 1px solid #ffd36a;
    color: #111 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease;
}

.fh5co_tagg:hover{
    background: #ffb400;
    color: #fff !important;
    transform: translateY(-3px);
}

/* =========================================
   MOST POPULAR POSTS
========================================= */

.fh5co_most_trading{
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

.most_fh5co_treding_font{
    font-size: 15px;
    font-weight: 700;
    color: #222 !important;
    line-height: 1.6;
}

.most_fh5co_treding_font_123{
    color: #777 !important;
    margin-top: 6px;
    font-size: 13px;
}

/* =========================================
   PAGINATION
========================================= */

.btn_pagging,
.btn_mange_pagging{
    background: #ffffff;
    border: 1px solid #ddd;
    color: #111 !important;
    padding: 12px 18px;
    margin: 4px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 600;
}

.btn_pagging:hover,
.btn_mange_pagging:hover{
    background: #ffb400;
    color: #fff !important;
    border-color: #ffb400;
}

/* =========================================
   TRENDING SECTION
========================================= */

#slider2 .item{
    background: #ffffff;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    transition: 0.4s ease;
}

#slider2 .item:hover{
    transform: translateY(-6px);
}

.fh5co_small_post_heading span{
    color: #111 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.c_g{
    color: #777 !important;
    margin-top: 10px;
}

/* =========================================
   FOOTER
========================================= */

.fh5co_footer_bg{
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    margin-top: 60px;
}

.footer_main_title{
    color: #111 !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.footer_main_title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 55px;
    height: 3px;
    background: #ffb400;
    border-radius: 20px;
}

/* =========================================
   FOOTER TEXT
========================================= */

.footer_sub_about,
.footer_post,
.footer_menu li a,
.footer_makes_sub_font{
    color: #555 !important;
    line-height: 1.8;
    text-decoration: none;
}

.footer_menu li{
    margin-bottom: 10px;
}

.footer_menu li a:hover,
.footer_post:hover{
    color: #ff9800 !important;
}

/* =========================================
   FOOTER IMAGES
========================================= */

.footer_img_post_6{
    width: 30%;
    display: inline-block;
    margin: 5px;
}

.footer_img_post_6 img{
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

/* =========================================
   SUBSCRIBE BOX
========================================= */

.fh5co_footer_text_box{
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    height: 50px;
}

.fh5co_footer_subcribe{
    background: #ffb400 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 22px;
    font-weight: 600;
    text-decoration: none;
}

/* =========================================
   COPYRIGHT BAR
========================================= */

.fh5co_footer_right_reserved{
    background: #f9fafc;
    border-top: 1px solid #eaeaea;
}

.Reserved,
.footer_last_part_menu{
    color: #555 !important;
    text-decoration: none;
}

.footer_last_part_menu{
    margin-left: 18px;
}

.footer_last_part_menu:hover{
    color: #ff9800 !important;
}

/* =========================================
   SOCIAL ICONS
========================================= */

.fh5co_display_table_footer{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff7e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.4s ease;
    color: #ff9800;
    border: 1px solid #ffd36a;
}

.fh5co_display_table_footer:hover{
    background: #ffb400;
    color: #fff;
    transform: translateY(-3px);
}

/* =========================================
   SCROLLBAR
========================================= */

.js-gotop{
    position:fixed;
    right:25px;
    bottom:90px; /* moved upward */
    width:55px;
    height:55px;
    background:linear-gradient(to right,#00d9ff,#2563eb);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:22px;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.35);
    z-index:9999; /* keeps it above subscribe box */
}

.js-gotop:hover{
    transform:scale(1.12);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:768px){

    .col-md-3.animate-box{
        margin-left: 0;
        margin-top: 30px;
    }

    .fh5co_magna{
        font-size: 24px;
    }

    .fh5co_heading{
        font-size: 28px;
    }

    .footer_img_post_6{
        width: 46%;
    }

    .fh5co_news_img img{
        height: 200px;
    }
}
/* =========================
   GLOBAL
========================= */

body{
    background:#f4f7fb;
    font-family:'Poppins',sans-serif;
    color:#222;
    overflow-x:hidden;
}

a{
    text-decoration:none !important;
}

/* =========================
   HERO SECTION
========================= */

#fh5co-title-box{
    position:relative;
    padding:140px 0;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.7));
}

.page-title{
    position:relative;
    z-index:2;
}

.page-title img{
    width:220px;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
    transition:0.5s;
}

.page-title img:hover{
    transform:scale(1.05);
}

.page-title h2{
    font-size:48px;
    font-weight:800;
    margin-top:20px;
    letter-spacing:1px;
}

.page-title span{
    font-size:15px;
    letter-spacing:2px;
}

/* =========================
   BLOG MAIN SECTION
========================= */

.blog-card{
    background:#fff;
    border-radius:24px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    transition:0.4s;
    animation:fadeUp 1s ease;
}

.blog-card:hover{
    transform:translateY(-4px);
}

.blog-card p{
    font-size:17px;
    line-height:34px;
    color:#555;
    margin-bottom:25px;
}

.blog-card h3{
    font-size:30px;
    font-weight:700;
    margin:35px 0 20px;
}

.blog-card ul li{
    margin-bottom:12px;
    line-height:30px;
    color:#444;
}

/* =========================
   BLOG META
========================= */

.text-muted span{
    background:#f4f7fb;
    padding:10px 18px;
    border-radius:30px;
    margin-bottom:10px;
    font-weight:600;
    transition:0.4s;
}

.text-muted span:hover{
    background:#2563eb;
    color:#fff !important;
    transform:translateY(-3px);
}

/* =========================
   STICKY SIDEBAR
========================= */

.sticky-sidebar{
    position:sticky;
    top:30px;
}

/* =========================
   SIDEBAR BOX
========================= */

.sidebar-box{
    background:#fff;
    border-radius:24px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);
    transition:0.4s;
}

.sidebar-box:hover{
    transform:translateY(-5px);
}

.fh5co_heading{
    font-size:24px;
    font-weight:700;
    color:#38f1e8 !important;
    margin-bottom:20px;
    position:relative;
}

.fh5co_heading::after{
    content:"";
    width:60px;
    height:4px;
    background:#2563eb;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:10px;
}

/* =========================
   TAGS
========================= */

.fh5co_tagg{
    display:inline-block;
    padding:10px 18px;
    background:#eef2ff;
    border-radius:30px;
    margin:6px;
    color:#333;
    font-size:14px;
    font-weight:600;
    transition:0.4s;
}

.fh5co_tagg:hover{
    background:#2563eb;
    color:#fff;
    transform:translateY(-4px);
}

/* =========================
   POPULAR POSTS
========================= */

.popular-post{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:25px;
}

.popular-post img{
    width:100px;
    height:85px;
    object-fit:cover;
    border-radius:15px;
    transition:0.4s;
}

.popular-post img:hover{
    transform:scale(1.05);
}

.most_fh5co_treding_font{
    font-size:15px;
    line-height:24px;
    font-weight:600;
    color:#222;
}

.most_fh5co_treding_font_123{
    font-size:13px;
    color:#777;
    margin-top:6px;
}

/* =========================
   AUTHOR SECTION
========================= */

.author-box{
    background:#fff;
    margin-top:50px;
    border-radius:24px;
    padding:35px 25px; /* reduced left-right spacing */
    display:flex;
    align-items:center;
    gap:20px;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);
    transition:0.4s;
    width:100%;
}

.author-box:hover{
    transform:translateY(-5px);
}

.author-box img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #eef2ff;
    flex-shrink:0;
}

.author-box h3{
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.author-box p{
    line-height:28px;
    color:#555;
    margin-bottom:0;
}

/* REMOVE EXTRA SIDE SPACING */
.author-box div{
    width:100%;
}

/* =========================
   COMMENT SECTION
========================= */

.comment-section{
    background:#fff;
    margin-top:40px;
    border-radius:24px;
    padding:35px;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);
}

.comment-section h3{
    font-weight:700;
    margin-bottom:10px;
}

.comment-box{
    display:flex;
    gap:20px;
    margin-bottom:20px;
    padding-bottom:25px;
    border-bottom:1px solid #eee;
}

.comment-box img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.comment-box h5{
    font-weight:700;
}

.comment-box small{
    color:#777;
}

.comment-box p{
    margin-top:8px;
    line-height:28px;
    color:#555;
}

/* =========================
   COMMENT FORM
========================= */

.comment-form input,
.comment-form textarea{
    width:100%;
    border:none;
    background:#f4f7fb;
    border-radius:14px;
    padding:16px;
    margin-bottom:18px;
    transition:0.3s;
}

.comment-form input:focus,
.comment-form textarea:focus{
    outline:none;
    background:#eef2ff;
}

.comment-form button{
    border:none;
    background:#2563eb;
    color:#fff;
    padding:14px 35px;
    border-radius:14px;
    font-weight:600;
    transition:0.4s;
}

.comment-form button:hover{
    background:#111827;
    transform:translateY(-3px);
}

/* =========================
   FOOTER
========================= */

.fh5co_footer_right_reserved{
    background:#0f172a;
    color:#fff;
}

.footer_last_part_menu{
    color:#fff !important;
    margin-right:20px;
    transition:0.3s;
}

.footer_last_part_menu:hover{
    color:#60a5fa !important;
}

/* =========================
   ANIMATION
========================= */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .sticky-sidebar{
        position:relative;
        top:0;
        margin-top:40px;
    }

    .page-title h2{
        font-size:34px;
    }

    .blog-card{
        padding:30px;
    }

    .author-box{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:576px){

    .page-title img{
        width:170px;
    }

    .page-title h2{
        font-size:28px;
    }

    .blog-card{
        padding:22px;
    }

    .popular-post{
        flex-direction:column;
        align-items:flex-start;
    }

}
