/*
Theme Name: AdIndia360 Blog
*/
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #fba953;
    --theme2: #514DE0;
    --theme3: #0D6DFD;
    --theme5: #F16319;
    --theme6: #f37228;
    --header: #151518;
    --header2: #072032;
    --text: #CDCDCD;
    --text2: #5C6972;
    --border: #2A2A2A;
    --body-bg: #151518;
    --bg: #1A1A1E;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    --secondary-clr: #F2F2F2;
}




.breadcrumb-wrapper .page-heading h1 span {
    font-weight: 400;
    color: var(--theme6);
    font-family: "Marcellus", sans-serif;
}

.breadcrumb-wrapper .page-heading h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
}

.breadcrumb-wrapper .page-heading h1 span {
    font-weight: 400;
    color: var(--theme6);
    font-family: "Marcellus", sans-serif;
    text-shadow: 1px 1px 3px rgb(68 67 67 / 52%);
}
.breadcrumb-wrapper .page-heading h1 {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3),
                 0 4px 12px rgba(0,0,0,0.25);
}
.breadcrumb-wrapper .page-heading h1 {
    text-shadow: 3px 3px 12px rgba(0,0,0,0.6);
}



/* ===============================
   BREADCRUMB SECTION
================================ */
.breadcrumb-wrapper {
  position: relative;
  height: 320px;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.breadcrumb-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform-origin: center;
  z-index: 1;
}

/* DARK OVERLAY */
.breadcrumb-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* CONTENT CENTER */
.breadcrumb-wrapper .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  text-align: center;
}

/* HEADING */
.page-heading h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.page-heading h1 span {
  color: #ff7b00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .breadcrumb-wrapper {
    height: 240px;
  }

  .page-heading h1 {
    font-size: 32px;
  }
}

       

/* .header-main .main-menu ul li {
    position: relative;
}

.header-main .main-menu ul li a {
    padding: 6px 0 !important;
} */

/* Reduce menu font size */
.main-menu ul li a {
   
    padding: 8px 8px !important; 
    	/*font-size: 20px;*/
					/*font-weight: 500;*/
   
}

/* Reduce gap between menu items */
.main-menu ul li {
    margin-right: 8px !important; /* Reduce gap */
}

/* For submenu: smaller text too (optional) */
.submenu li a {
    font-size: 20px !important;
    padding: 4px 10px !important;
}

.header-main .main-menu ul li:hover > a {
    color: var(--theme6);
}
.header-main .main-menu ul li .submenu li:hover > a {
    color: var(--theme6) !important;
    margin-left: 10px;
}




.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 115%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #120f0f;
    padding: 20px 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
    border-top: 6px solid  var(--theme6) !important;
}

 .hero-1 .hero-content h1 {
        font-size: 90px;
    }

    @media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 30px;
    }
}

.submenu li a {
    font-size: 18px !important;
}

/* ===== IMPORTANT: allow dropdown to overflow ===== */
.header-1,
.header-main,
.mega-menu-wrapper,
.container-fluid {
    overflow: visible !important;
}

/* ===== First level submenu ===== */
.main-menu ul li {
    position: relative;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #120f0f;
    padding: 15px 0;
    border-top: 4px solid var(--theme6);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Show submenu on hover */
.main-menu ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===== Second level submenu (right side flyout) ===== */
.main-menu ul li .submenu li {
    position: relative;
}

.main-menu ul li .submenu li .submenu {
    top: 0;
    left: 100%;
    margin-left: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    z-index: 99999;
}

/* Show second level submenu */
.main-menu ul li .submenu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ===== Menu link styles ===== */
.main-menu ul li .submenu li a {
    font-size: 18px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.main-menu ul li .submenu li a:hover {
    color: #FF9960 !important;
    background: rgba(255,255,255,0.05);
}


.offcanvas__wrapper .offcanvas__content .offcanvas__close{
    background-color: #e37910 !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme6);
}


.mean-container .mean-nav ul li a:hover {
    color: var(--theme6);
}

/* DEFAULT HEADER (TOP) */
.header-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
    transition: all 0.4s ease;
}

/* Text white when black bg */
.header-1 .main-menu ul li a,
.header-1 .join-text,
.header-1 .search-icon i,
.header-1 .sidebar__toggle i {
    color: #fff !important;
}

/* Logo transition */
.header-1 img {
    transition: all 0.3s ease;
}


/* HEADER AFTER SCROLL */
.header-1.scrolled {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Text black when white bg */
.header-1.scrolled .main-menu ul li a,
.header-1.scrolled .join-text,
.header-1.scrolled .search-icon i,
.header-1.scrolled .sidebar__toggle i {
    color: #000 !important;
}

/* Dropdown background */
.header-1.scrolled .submenu {
    background: #fff;
}

.header-1.scrolled .submenu li a {
    color: #000 !important;
}

/* MOBILE MENU */
/*.mean-container .mean-nav {*/
/*    background: #000;*/
/*}*/

.mean-container .mean-nav ul li a {
    color: #fff !important;
}

.header-1:not(.scrolled) .mean-container .mean-nav {
    background: #000;
}

.header-1:not(.scrolled) .mean-container .mean-nav ul li a {
    color: #fff !important;
}
.header-main .main-menu ul li .submenu li a {
    color: #fff !important;
}
.header-main .main-menu ul li .submenu {
    color: #fff;
}


.header-1 .logo {
    position: relative;
    width: 180px;
    top: -7px;
}

/* Both logos overlap */
.header-1 .logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    transition: opacity 0.3s ease;
}

/* DEFAULT: BLACK HEADER */
.header-1 .logo-light {
    opacity: 1;
    visibility: visible;
}

.header-1 .logo-dark {
    opacity: 0;
    visibility: hidden;
}

/* AFTER SCROLL: WHITE HEADER */
.header-1.scrolled .logo-light {
    opacity: 0;
    visibility: hidden;
}

.header-1.scrolled .logo-dark {
    opacity: 1;
    visibility: visible;
}

/* Shrink on scroll */
.header-1.scrolled .logo img {
    width: 160px;
}

/* Mobile */
@media (max-width: 767px) {
    .header-1 .logo,
    .header-1 .logo img {
        width: 140px;
    }
}
.offcanvas__logo img{
    display: block;
     position: relative;
     width: 180px;
    height: auto;
   
    opacity: 1;
    visibility: visible;
    z-index: 5;
}

.offcanvas__close {
    pointer-events: none;   
    z-index: 1;            
}

.offcanvas__close button,
.offcanvas__close i {
    pointer-events: auto;   
}




.offcanvas__content,
.mobile-menu,
.mobile-menu ul,
.mobile-menu li {
    position: relative;
    z-index: 10;
}

.mobile-menu,
.mean-container,
.mean-nav {
    position: relative;
    z-index: 5;
}


.main-menu ul li .submenu li .submenu {
    top: 0;
    left: 100%;
    margin-left: -40px;  
    min-width: 320px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 99999;
}


.offcanvas__info {
    border-left: 2px solid var(--theme6);
}

.theme-btn:hover {
    color: #fff !important;
    background: linear-gradient(145deg, #e37910, #f5c29f) !important;
}




.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}
.blog_post_block{
    margin-top: 1rem;
    background-color: #120f0f;
    border-radius: 20px;
    border-color: 1px solid #e37910;
}
.post_content .post_title{
    font-size:1rem
}

/* =============================== */
/* BLOG SECTION                    */
/* =============================== */
.blog_section {
  background: #000;
  padding: 90px 0;
  overflow-x: hidden;
  font-family: "Segoe UI", sans-serif;
}

/* =============================== */
/* BLOG CARD                       */
/* =============================== */
.blog_section .blog_post_block {
  background: linear-gradient(180deg, #0b0b0b, #141414);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,140,0,0.25);
  transition: all 0.45s ease;
  height: 100%;
  position: relative;
}

.blog_section .blog_post_block:hover {
  transform: translateY(-12px);
  border-color: #ff8c00;
}

.blog_section .blog_post_block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  box-shadow: 0 0 0 rgba(255,140,0,0);
  transition: 0.45s ease;
  pointer-events: none;
}

.blog_section .blog_post_block:hover::after {
  box-shadow: 0 0 45px rgba(255,140,0,0.85);
}

/* IMAGE */
.blog_section .post_image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog_section .blog_post_block:hover .post_image img {
  transform: scale(1.08);
}

/* CONTENT */
.blog_section .post_content {
  padding: 26px 24px 30px;
}

/* =============================== */
/* META INFO                       */
/* =============================== */
.blog_section .post_meta {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.blog_section .post_meta a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff8c00;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.blog_section .post_meta i {
  font-size: 13px;
}

.blog_section .post_meta li:last-child a {
  color: #aaa;
}

/* =============================== */
/* TITLE                           */
/* =============================== */
.blog_section .post_title a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 22px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog_section .blog_post_block:hover .post_title a {
  color: #ff8c00;
  text-shadow: 0 0 14px rgba(255,140,0,0.8);
}

/* =============================== */
/* READ MORE BUTTON                */
/* =============================== */
.blog_section .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff8c00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.blog_section .btn-link i {
  transition: transform 0.3s ease;
}

.blog_section .btn-link:hover i {
  transform: rotate(45deg) translate(3px, -3px);
}

/* =============================== */
/* PAGINATION                      */
/* =============================== */
.blog_section .pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.blog_section .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #111;
  border: 1px solid rgba(255,140,0,0.3);
  color: #ff8c00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog_section .pagination .page-numbers:hover {
  background: #ff8c00;
  color: #000;
  box-shadow: 0 0 18px rgba(255,140,0,0.6);
}

/* CURRENT PAGE */
.blog_section .pagination .page-numbers.current {
  background: #ff8c00;
  color: #000;
  border-color: #ff8c00;
  box-shadow: 0 0 25px rgba(255,140,0,0.8);
}

/* PREV / NEXT */
.blog_section .pagination .page-numbers.prev,
.blog_section .pagination .page-numbers.next {
  font-size: 13px;
}

/* =============================== */
/* RESPONSIVE                      */
/* =============================== */
@media (max-width: 768px) {
  .blog_section {
    padding: 60px 0;
  }

  .blog_section .post_image img {
    height: 200px;
  }

  .blog_section .post_title a {
    font-size: 18px;
  }

  .blog_section .blog_post_block:hover {
    transform: translateY(-6px);
  }

  .blog_section .pagination {
    flex-wrap: wrap;
    gap: 8px;
  }
}


.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme6);
    color: var(--header);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: var(--theme6);
    color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background-color: var(--theme6);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i{
    color:var(--theme6)
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover{
    background-color: var(--theme6);
    color: var(--header);
}.news-details-wrapper .news-details-items .news-details-content .list-items li i {
    color: var(--theme6);
    margin-right: 10px;
}

.news-details-wrapper .news-details-items .news-details-content .post-date li i {
    color: var(--theme6);
    margin-right: 5px;
}

.news-box-items-2 .news-content .post-cat li i {
    color: var(--theme6);
    margin-right: 10px;
}


/* ==== FORCE FIX FOR CATEGORY BREAK ISSUE ==== */
.news-widget-categories ul li {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    overflow: hidden !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    padding: 14px 18px !important;
    margin-bottom: 12px;
    background: #1f2125;
    border-radius: 14px;
}

/* Anchor fix */
.news-widget-categories ul li a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;

    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;

    line-height: 1.4;
    color: #fff;
    text-decoration: none;
}

/* Count fix */
.news-widget-categories ul li span {
    margin-left: 10px;
    white-space: nowrap;
    color: #aaa;
    font-size: 14px;
}


.news-details-content .mt-3 h1 {
    font-size: 32px;
    line-height: 1.3;
}

.news-details-content .mt-3 h2 {
    font-size: 26px;
    line-height: 1.3;
}

.news-details-content .mt-3 h3 {
    font-size: 22px;
}

.news-details-content .mt-3 h4 {
    font-size: 18px;
}


.news-details-wrapper .prev-next-button .prev-button:hover, .news-details-wrapper .prev-next-button .next-button:hover {
    background-color: var(--theme6);
    color: var(--header);
}
.news-details-wrapper .news-details-items .news-details-content h2 {
    font-size: 42px;
}
ul.children{
    display: none;
}

.prev-next-button {
    display: flex;
    justify-content: space-between; /* keep left-right */
    align-items: center;
    max-width: 700px;   
    margin: 40px auto; 
}

.prev-next-button a {
    padding: 12px 26px;
    border-radius: 30px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.prev-next-button a:hover {
    background: rgba(255,255,255,0.18);
}



