
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color:transparent;
}

/* popup csss*/
#popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 20px;
}
#popup-content {
    position: relative;
    border: 1px solid #fbe2e24a;
    padding: 20px 15px;
    border-radius: 12px;
    /* max-width: max-content; */
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 10px;
   
    padding-top: 3px;
}
#popup-content {
    border: 1px solid #fff;
    padding: 20px 15px;
    border-radius: 12px;
    max-width: 600px;
    /* min-height: 290px; */
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    
    color: #fff;
}
.close-btn-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#close-popup {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #f44336;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
#ads-txt-pop-up {
    pointer-events: all;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #fff;
}
@media (max-width: 768px) {
    body #popup-container {
        padding: 0px;
    }
    .vi-gps-open{
      display:none;
    }
}
@media (max-width: 768px) {
    #popup-content {
        position: relative;
        /* background: #774a4a; */
        border: 1px solid #fbe2e24a;
        padding: 20px 0px !important;
        border-radius: 12px;
        max-width: 100%;
        width: 100% !important;
        text-align: center;
        color: #fff;
        /* margin: 0 10px; */
       
        padding-top: 3px;
        height: auto !important;
        margin: 2px !important;
    }
    .close-btn-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 5px;
}
#vi-gps-open{
  display:none !important;
}
}
/*=============== End ===============*/
  /** --------- -----------End ---------- */
 /* Loader States */
body.gtt-app-loading #app-root { visibility: hidden !important; }
body.gtt-app-ready   #app-root {  visibility: visible; }
body.gtt-app-ready #gtt-loader { display: none !important; }

body.gtt-app-ready,
body.gtt-app-loading {
  max-width: 620px;
  margin: 0 auto;
}

/* Loader Styles */
#gtt-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

}

#gtt-loader .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Spinner */
.loading-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #e5e7eb;      /* gray-200 */
  border-top-color: #0ea5e9;       /* accent */
  animation: gtt-spin 1s linear infinite;
}

@keyframes gtt-spin {
  to { transform: rotate(360deg); }
}

/* Accent Styles */
.gtt-app-ready .bg-accent {
  color: #fff;
  background: #067506;
  border-radius: 12px;
  border:none !important;
}

.gtt-app-ready .text-accent:hover {
  color: #067506 !important;
  border:none !important;
}
.text-accent{
  border:none !important;
}
/* Pulsing Button */
.read-reword-blog-button {
  animation: fullButtonPulse 1.5s ease-in-out infinite;
}

@keyframes fullButtonPulse {
  0% {
    transform: scale(1);
    background-color: #f797eb;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
  }
  50% {
    transform: scale(1.05);
    background-color: #FFE62C;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3),
                0 0 12px rgba(255, 182, 193, 0.3);
  }
  100% {
    transform: scale(1);
    background-color: #a5d6ff;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
  }
}
/* Utility */
.d-flex.flex-column.justify-content-center { display: flex; justify-content: center; }

.read-reword-blog-button{
  padding-top:12px !important;
  padding-bottom:12px !important;
  margin-top:10px;
}
footer a,footer h3,footer h2{
   
    color:#f0ffffe0 !important;
}
/*
 article.bg-white {
    background-color:#f0ffff
}*/
/*
body.main-body  header *,.my-sidebar-menu *{
  color:#f0ffffe0 !important;
}
  */
body .random-button{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 16px;
    padding-bottom: 10px
}


button{
  border:none !important;

}
 html { margin-top: 0px !important; }

@media screen { html { margin-top: 0px !important; } }

.ad-container {
    max-width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-gradient,.btn-gradient:hover{
  cursor: pointer;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: transform .1s ease-in-out,box-shadow .1s ease-in-out;
    white-space: nowrap;
    transform: translateY(0);
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .0625rem solid;
    border-color: rgba(0,0,0,0);
    background: linear-gradient(180deg,#ea4034,#c5071c);
    color: #fff;
     padding: .625rem .9375rem;
    font-size: 1rem;
    min-height: 2.5rem;
    min-width: 7.5rem;
    font-weight: 700;
    border-color: rgba(0, 0, 0, 0);
    background: linear-gradient(180deg, #ea4034, #c5071c);
    color: #fff;
}
@media (min-width: 1024px) {
  .top-ad-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main-custom-container {
  padding-top:15px;
}
/** Sidebar */
.-translate-x-full{
  display:none;

}
#drawer{
  position: absolute;
}
/** External menu  */
.menu-drawer, .menu-drawer.visible {
    transition: max-height .2s ease-out;
  
}

.menu-drawer.visible:before {
    content: "";
    position: absolute;
    right: 17px;
    margin-top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4a4a4a;
    z-index: 10;
}
.menu-drawer.visible:before {
    content: "";
    position: absolute;
    right: 17px;
    margin-top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4a4a4a;
    z-index: 10;
}
/*
.menu-drawer ul li {
    display: inline-block;
    width: calc(25% - 10px);
    text-align: center;
    padding: 12px 5px;
}
.menu-drawer ul li {
    display: inline-block;
    width: calc(25% - 10px);
    text-align: center;
    padding: 12px 5px;
}*/
.menu-drawer i {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.menu-drawer i {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.menu-drawer ul li {
   
    text-align: center;
   
}
.menu-drawer.visible {
    max-height: 150px;
}
.menu-drawer, .menu-drawer.visible {
    transition: max-height .2s ease-out;
}
.menu-drawer {
    background-color: #4a4a4a;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.32);
    
}
/** End */
/** Download button  */

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #4a4a4a;
  color: #fff;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.download-btn:hover {
  background: #4a4a4a;
  transform: translateY(-2px);
}
.download-btn svg {
  fill: #fff;
}
.ping-app-view-hide img{
  max-width:25px;
  cursor: pointer;
}
.app-item-image {
    width: 75px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.app-item-image img {
    width: 100%;
    height: auto;
  }
  .menu-drawer ul li span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
  }
/** ---- End ---- */
/* Initial state of the app icon */
/* Rotation animation */
.rotate {
  animation: rotateImage 1s linear;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/** Ads placement css */
.ads-lebel {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}
.app-sub-container{
  padding-top:2px !important;
  margin-top:2px;
}
#catTabs button{
  font-size: 12px !important;
  line-height: 22px !important;
}
/*---- Letest Post css----*/
.latest-random-post {
  width: 100%;
 max-width: 100%;
 
  overflow: hidden;
 padding-bottom: 10px;
  margin-bottom: 10px;
}
.latest-random-post img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.latest-random-post p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}
.listing-item-post-grid-1 {
    width: 144px;
}
.border-bottom{
    border-bottom: 1px solid #a3969661;
}
.listing-item-post-grid-1 img{
    border-radius: 5px;
}
.download-btn span {
        font-size:14px;
        line-height: 24px;
}
/* Main container */
.application-container {
 
  overflow: hidden;
}

/* UL Grid setup */
.application-container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Each LI item */




/* Mobile: flex scroll */
@media (max-width: 768px) {
 .application-container ul {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 3px;
}

  .application-container ul li {
    flex: 0 0 calc(98% / 4); /* Show 4 items visible */
    scroll-snap-align: start;
  }

  /* Optional: Hide scrollbar for cleaner look */
  .application-container ul::-webkit-scrollbar {
    display: none;
  }
  .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #4a4a4a;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
}
.download-btn span {
    font-size: 10px;
    line-height: 21px;
}
}
#catTabs {
    padding-top: 5px;
    padding-bottom: 5px;
 
}
.padding-top-bottom{
  padding-top:10px;
  padding-bottom:10px;
}
/*---- Category Menu scroll bar design---*/
/* Custom horizontal scrollbar for #catTabs */
#catTabs::-webkit-scrollbar {
  height: 3px;
}

#catTabs::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}

#catTabs::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #4a4a4a, #555555);
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}

#catTabs::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #4a4a4a, #777777);
}

/* Firefox */
#catTabs {
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #e5e5e5;
}

/* Optional smooth scrolling and padding tweaks */
#catTabs {
  scroll-behavior: smooth;
  padding-bottom: 4px;
}
.category-button-wrap{
	background:#4a4a4a;
	color:#fff;
}
.category-button-wrap a:hover{
	
	color:#fff;
}
.category-button-wrap {
    background: #4a4a4a;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}
#ast-scroll-top .ast-icon.icon-arrow svg {
    margin-left: 0px;
    /* vertical-align: middle; */
    transform: translate(0, -20%) rotate(180deg);
    width: 1.6em;
    position: absolute;
    top: 38%;
    left: 13%;
}
/*--- End -----*/