/* Header Custom CSS - Override existing header styles */

/* Override fixed-top class */
/*
body{
    font-family: "Montserrat","Roboto",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
 */
 .platform-section:nth-child(even) .bg-white {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;
}

.platform-section:nth-child(odd) .bg-white {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;
}

article{
	border-radius:16px !important;
}
/*----------------------*/
#exthemes-slider-post-widget-1 header h2{
	display:none;
}
#exthemes-slider-post-widget-1 header{
	display:none !important;
}
#exthemes-slider-post-widget-1{
	margin-bottom:0px!important;
}
.header-hide {
    transform: translateY(-100%);
    display: none;
}
.site {
    padding-top: 0px;
}
.header-show {
    transform: translateY(0);
    display: block;
}

.fixed-top.site-header {
    transition: transform 0.3s ease;
}
/*----------hide end------------*/
#colophon{
	padding-bottom: 82px;
}
.single-table{
	margin-bottom:0px !important;
}
.menu-item svg {
    margin-top: -5px !important;
}
.bg-light {
    background-color: #eeeef0 !important;
}
.platform-section h2{
	font-size:28px !important;
}
.archive-post{
	border-radius:8px !important;
}
.archive-post h3 svg{
	width:18px;
    height:18px;
}
.archive-post img{
	border-radius:8px !important;
}
.archive-post h3{
	display:flex;
	align-items:center;
	gap:0.3rem;
}
.platform-section button{
background:#0b57d0 !important;
} 
.app-card
 {
 border-radius:18px !important;
}
.app-card:hover
 {
    border: 1px solid #0b57d0 !important;
}
.app-card{
     border: 1px solid #e5e7eb !important;
    }
.trp-floating-switcher
 {
    display: none !important;
  }
  .view-all-btn{
  background:#0b57d0 !important;
  }
  #colophon {
	background:#0b57d0 !important;
}
.r-16{
	border-radius:16px !important;
}
.archive-post:hover, .aside-cat:hover
 {
  border: 1px solid #0b57d0 !important;
}
  /*------------------------*/
.fixed-top {
    position: fixed !important;
    bottom: 15px !important;
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: none;
}

/* Header container */
.site-header {
    background: none !important;
    position: fixed !important;
    bottom: 15px !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    box-shadow: none !important;
}

/* Header background override */
header, .header, #header, .site-header, .main-header, .navbar {
    background: none !important;
    background-color: none !important;
}
.site-nav .menu>li:hover>a, .site-nav .menu>li.current-menu-item>a, .site-nav .menu>li.current-category-ancestor>a, .site-nav .menu>li.current-post-ancestor>a
 {
   color:#0b57d0 !important;
    background: #eeeeeb !important;
}
/* Body padding to compensate for fixed header */

/* Navigation menu */
.main-navigation {
    /* Add your custom navigation styles here */
}

/* Logo styles */
.site-logo {
  display: none;  /* Add your custom logo styles here */
}

.custom-padding-left-right header h2{
	text-transform: uppercase !important;
}


.site-nav{
        border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
    height: 64px;
    border-radius: 50px;
    display: flex;
    width: 100%;
    backdrop-filter: blur(100px) saturate(120%);
}

.site-nav .menu>li>a{
    padding:0px 10px !important;
    color:#000 !important;
    border:0px !important;
      display: flex !important;
    align-items: center;
}
.menu-item .menu-icon-img{
	margin-right:3px !important;
}
.site-nav .menu>li>a:hover{
    background: #eeeeeb !important;
	color:blue !important;
}

.site-nav #menu-site-navigation{
    gap:20px;
    padding:4px;
}

@media (max-width: 768px) {
    .site-nav #menu-site-navigation{
        gap:8px;
        padding-left:4px;
        padding-right:0px;
        padding-top:4px;
        padding-bottom:4px;
    }
}

.site-nav #menu-site-navigation li{
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius:30px;
    flex: 1;
}

.site-nav #menu-site-navigation li a{
    height: 100%;
    width: 100%;
}


.site-nav .menu
 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
/* Header search */
.header-search {
    /* Add your custom search styles here */
}
.mw-100{
    border-radius: 50px;
    display: flex;
        width: 70px !important;
            align-items: center;
}
.blockarea{
   position: relative;
    left: 0;
    top: 0px;   
    display: flex;
    align-items: center;
    height: 100%
}
.input-group-append{
    z-index: 99999;
}
.mw-100 button:focus{
    box-shadow: none;
}
.srcicon{
    width:23px !important;
    height:23px !important;
    margin-top: -4px;
}
.mw-100 input {
    display: none;
    width: 100% !important;
    position: absolute !important;
    background: #fff;
    height: 62px;
    border-radius:50px !important;
    padding-left:48px !important
}
.mw-100 button{
   background: none;
   background-color: none !important;
   border: none;
}
/* Mobile menu */
.mobile-menu {
    /* Add your custom mobile menu styles here */
}
* Target the section container for fixed glassy effect */

/* Header buttons */
.header-buttons {
    /* Add your custom button styles here */
}
/*--------------------glasy for editor choice------*/
/* Target the section container for fixed glassy effect */
#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex) {
	position: relative;
}

#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex)::before,
#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex)::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 10;
    pointer-events: none;
    backdrop-filter: blur(1px);
    height: 272px;
    margin-top: 57px;
}
#exthemes-slider-post-widget-1 button{
    z-index: 9999 !important;
}
#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex)::before {
	left: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 82%) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 100%);
        box-shadow: inset -2px 0 8px rgb(0 0 0 / 0%);
}

#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex)::after {
	right: 0;
	   background: linear-gradient(270deg, rgb(255 255 255 / 66%) 0%, rgb(255 255 255 / 98%) 50%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 2px 0 8px rgb(0 0 0 / 0%);
}

.overflow-auto.d-flex {
	margin-bottom: 50px !important;
}
.site-nav .menu>li>a {
  	border-radius:30px;
    justify-content: center !important;
}
@media (max-width: 991px) {
.mw-100{
    width: 48px !important;
}
#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex)::before,
#exthemes-slider-post-widget-1:has(.overflow-auto.d-flex)::after {
    margin-top: 44px;
}
  .site-nav{
        border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #dfdbdc !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    height: 64px;
    border-radius: 50px !important;
    display: flex;
        width: 100%;
        margin-right: 3px!important;
        left: 0 !important;
        position: relative !important;
}
    .navbar-collapse, .mx-auto.site-nav, .site-nav, .navbar-nav
 {
         background-color: #dfdbdc !important;
        border-radius: 50px !important;
        margin-top: 0px !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        overflow:hidden;
    }
.site-nav-toggler{
    display: none;
}
.site-nav-closer{
    display:none;
}
    .site-nav .menu > li{
        border:0px !important;
    }
.site-nav .menu>li>a{
    padding:0px 10px;
    color:#000 !important;
}
.site-nav .menu>li>a:hover{
    background: none !important;
	color:blue !important;
}
.site-nav .menu
 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
}

/* Search Animation */
.mw-100 {
    transition: width 0.3s ease;
}

.mw-100.expanded {
    width: 100% !important;
}

.site-nav .menu {
    transition: transform 0.3s ease;
}

.site-nav.search-active .menu {
    justify-content: flex-start;
    gap: 5px;
    padding-left: 10px;
}

.mw-100.expanded input {
    display: block !important;
    opacity: 1;
    width: 100% !important;
    position: absolute !important;
    right: 0;
    top: 1px;
    padding-right: 48px !important;
    padding-left: 54px !important;
}

.mw-100 input {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blockarea{
   position: relative;
   left: 0;
   top: 0px; 
   z-index:99999;
}

.input-group-append{
    z-index: 99999;
}

.mw-100 button:focus{
    box-shadow: none;
}



.mw-100 button{
   background: none;
   background-color: none !important;
   border: none;
}
.form-search {
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 776px) {
 .fixed-top.site-header {
    display: block !important;
    transform: none !important;
}   
#colophon{
text-align:center;
}
#colophon ul li {
text-align:center;
margin:0 auto;
}
.platform-section h2 {
    font-size: 24px !important;
}
    .mw-100.expanded {
        width: 100% !important;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10000;
        top: 0;
    }
    
    .mw-100.expanded input {
        width: 100% !important;
        left: 0;
        right: 0;
    }
    
    .site-nav.search-active .menu {
        display: none;
    }
}
@media (max-width: 450px) {
.mw-100{
    width: 40px !important;
}
.site-nav .menu>li>a {
	font-size:14px;
}
.menu-item i, .menu-item svg, .menu-item .menu-icon-img {
        margin-right: 3px;
        }
}
/* Fix for site-nav overflow issue */
.site-nav {
    overflow: visible !important;
}

.navbar-collapse,
.mx-auto.site-nav,
.site-nav,
.navbar-nav {
    overflow: visible !important;
}

/* Live search dropdown fix */
.search-dropdown,
.live-search-dropdown,
#search-dropdown {
    position: fixed !important;
    top: 70px !important;
    left: 15px !important;
    right: 15px !important;
    z-index: 99999 !important;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}