html {
    margin-top: 0 !important;
}

*{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
body#main-body .container {
    max-width: 1280px;
}
.main-site {
    background: #0C0B12;
}
body#main-body p {
	margin: 0;
	margin-bottom: 10px;
	color: #BDC1C6
}
body#main-body a {
    text-decoration:none;
}
body#main-body a:hover {
    color: white;
	text-decoration:none;
}
body#main-body .btn-lg-primary {
    border: 0.5px solid #BBBBBB;
    color: #BBBBBB;
    padding: 13px 27px;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    transition: all 0.3s ease;
}

body#main-body .btn-lg-primary:hover {
    background: rgba(187, 187, 187, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}
.mobile-view{
	display:none
}

body .container {
    max-width: 1250px;
}
/* ========================================
   GTRANSLATE WIDGET STYLES - MATCH BOOKMARK BUTTON
   ======================================== */

/* HIDE OLD WIDGET */
.gtranslate_wrapper.destop-gt,
.col-lg-1.col-12.text-right.gtranslate.desktop-view {
    display: none !important;
}

/* Remove ALL borders/backgrounds from inner widget - GTranslate injects ugly styles */
.gt_switcher,
.gt_switcher *,
#gtranslate-float .gt_switcher,
.gtranslate_wrapper .gt_switcher {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Selected language display */
.gt_switcher .gt_selected {
    padding: 13px 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
}

.gt_switcher .gt_selected a {
    color: #BBBBBB !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif !important;
}

#gtranslate-float:hover .gt_switcher .gt_selected a {
    color: #ffffff !important;
}

/* Flag images */
.gt_switcher img {
    width: 20px !important;
    height: 14px !important;
    border-radius: 2px !important;
}

/* Arrow */
.gt_switcher .gt_selected svg {
    fill: #BBBBBB !important;
}

#gtranslate-float:hover .gt_switcher .gt_selected svg {
    fill: #ffffff !important;
}

/* Dropdown options */
.gt_switcher .gt_option {
    background: #1a1a1a !important;
    border: 0.5px solid #BBBBBB !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    margin-top: 5px !important;
}

.gt_switcher .gt_option a {
    color: #BBBBBB !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    border-bottom: 0.5px solid rgba(187, 187, 187, 0.15) !important;
    background: transparent !important;
}

.gt_switcher .gt_option a:hover {
    background: rgba(187, 187, 187, 0.15) !important;
    color: #ffffff !important;
}

.gt_switcher .gt_option a:last-child {
    border-bottom: none !important;
    border-radius: 0 0 10px 10px !important;
}

/* Scrollbar styling for dropdown */
.gt_switcher .gt_option::-webkit-scrollbar {
    width: 4px;
}

.gt_switcher .gt_option::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.gt_switcher .gt_option::-webkit-scrollbar-thumb {
    background: #BBBBBB;
    border-radius: 2px;
}

.hero-banner {
    background: #0c0b12;
}
.home .hero-banner {
    background-image: url(/wp-content/uploads/2024/02/Frame-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%, auto;
	position:relative;
}
.annoncement-bar {
    border-bottom: 0.5px solid #fff;
    padding: 22px 0;
}

/* Announcement bar - works with both old and new HTML structure */
.annoncement-bar .col-lg-12,
.annoncement-bar-content {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0;
    padding: 0 20px;
    width: 100%;
    min-height: 48px;
}

.annoncement-bar .col-lg-12 > .hero-btn,
.annoncement-bar-content .hero-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.annoncement-bar .hero-btn button,
.annoncement-bar-content .hero-btn button {
    margin: 0;
    padding: 12px 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.annoncement-bar .col-lg-12 > h1,
.annoncement-bar .col-lg-12 > p,
.annoncement-bar-content h1,
.annoncement-bar-content p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    line-height: 48px !important;
    flex: 1;
}

.annoncement-bar h1, 
.annoncement-bar p {
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.gtranslate-wrapper-announcement {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    animation: fadeInDown 0.5s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.logo {
    text-align: center;
    margin-bottom: 36px;
}

.logo img {
    max-width: 435px;
}
.header-list {
	position: relative;
}

.menu-items-wrapper ul {
    list-style: none;
    padding: 0;
}
.menu-items-wrapper ul a {
    display: inline-block;
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.menu-items-wrapper {
    position: absolute;
    top: 110px;
	z-index: 99;
}
.menu-items-wrapper li.menu-item-8654 a {
    background: white;
    padding: 13px 27px;
    border-radius: 10px;
    color: black;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999;
}
.menu-items-wrapper li.menu-item-8679 a {
    border: 0.5px solid #BBBBBB;
    color: #BBBBBB;
    padding: 13px 27px;
    border-radius: 10px;
}
.hero-banner-inner {
    position: relative;
}
.hero-banner-inner {
	display: none;
}
.home .hero-banner-inner {
	display: block;
	position: relative;
}
.hero-img-card {
    border: 0.5px solid #FFFFFF4D;
    max-width: 540px;
    padding: 25px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    border-radius: 10px;
	box-shadow: 0px 4px 4px 0px #00000040;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.hero-img {
    position: relative;
}
.hero-img-card h2 {
    color:  #DADADA;
    font-size: 27px;
    border-bottom:0.5px solid #ffffff61;
    padding-bottom: 5px;
	font-weight: 500;
}
.hero-img-card h3 {
    color:  #DADADA;
    font-size: 30px;
    border-bottom:0.5px solid #ffffff61;
    padding-bottom: 5px;
	font-weight: 400;
}
.hero-img-card p {
    font-size: 23px;
    color: #f8f3f3;
    margin-top: 23px;
}
section.top-five-posts {
    padding: 100px 0;
   
}
section.top-five-posts h2 {
    font-size: 32px;
	text-shadow: 0px 0px 12px rgba(245,254,254,0.91);
    color: #F0F8FE;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}
.top-five-cards img {
    width: 100%;
}

.top-five-cards img {
    width: 100%;
}

.top-five-cards {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 4px 10px 0px #0000008A;
    background: #15141F;
    position: relative;
    z-index: 1;
}

section.top-five-posts .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

section.top-five-posts .row > .col {
    padding: 7px;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 25% !important;
    width: 25% !important;
}

.top-five-grid {
    display: flex;
    padding: 10px 15px;
}

.top-five-number {
    flex-basis: 25%;
}

.top-five-content {
    flex-basis: 85%;
}

.top-five-content h3 {
    color: #fff;
    border-bottom: 0.2px solid #8E8E8E;
    padding-bottom: 15px;
    font-size: 16px;
}
.top-five-content h3 a {
    color: white;
}
.top-five-content p {
    font-size: 12px;
    color: #FFCB44;
}

.top-five-number {
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-shadow: 1px -1px 20px #80B4FF;
    margin-top: 7px;
}

.all-category-content {
    padding: 250px 0;
    position: relative;
    margin-top: -150px;
}
.all-category-content:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/Group-24.webp);
    background-position:  center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 0;
	background-attachment: fixed;
}

.all-category-content .hero-img-card {
    position: relative;
    max-width: 828px;
    text-align: center;
    bottom: 0;
    backdrop-filter: blur(20px);
    background: #1e1d2385;
}

.all-category-content .hero-img-card h3 {
    max-width: 500px;
    margin: 0 auto;
}

.post-list-wrapper {
    padding: 100px 0 0;
}
.category-menu-items ul li a {
    border: 1px solid #FFFFFF5E;
    display: inline-block;
    width: 100%;
    max-width: 270px;
    padding: 13px 20px 6px 35px;
    box-shadow: 4px 4px 18px 0px #00000040;
    margin-bottom: 10px;
    color: #B2B2C8;
    font-weight: 600;
    border-radius: 7px;
    backdrop-filter: blur(4px);
    background: #1e1d2385;
	transition: 1s all;
}

.category-menu-items ul {
    padding: 0;
    list-style: none;
}
.see-more.text-center {
    margin-top: 25px;
}
.category-menu-items ul li {
    position: relative;
}
.category-menu-items ul li a:hover {
    text-decoration: none;
}
.category-menu-items ul li a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #B2B2C8;
    position: absolute;
    top: 18px;
    left: 12px;
    border-radius: 50%;
    z-index: 1;
}
.category-menu-items ul li a:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 5px;
    z-index: 1;
	opacity: 0.7;
    background-image: url(/wp-content/uploads/2024/01/Vector.svg);
	    background-repeat: no-repeat;
}

.category-menu-items ul li:before {
    background-image: url(/wp-content/uploads/2024/01/active-circle.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: -4px;
    width: 80px;
    height: 80px;
    content: '';
    background-size: cover;
	 transition: 1s all;
    opacity: 0;
}
.category-menu-items ul li:hover:before {
	transition: 1s all;
    opacity: 1;
}
.category-menu-items ul li a:hover {
	transition: 1s all;
     max-width: 100%;
}
.category-menu-items ul li.active> a {
	background: linear-gradient(0deg, rgba(217, 217, 217, 0.26), rgba(217, 217, 217, 0.26)),
linear-gradient(0deg, rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0.37));
	color: white;
	max-width: 100%;
}
.category-menu-items ul li.active a:after {
    opacity: 1;
}
.category-menu-items ul li.active a:before {
    background: #fff;
}
.category-menu-items ul li.active:before{
	opacity: 1;
}
.post-list-main .col-lg-4 {
    padding: 5px 15px 5px 0px;
}
.post-list-label p {
    color: white;
    font-size: 12px;
    font-weight: 600;
}
 .post-list-cards {
    background: linear-gradient(0deg, #15141F, #15141F),
linear-gradient(0deg, #1F1E28, #1F1E28);
    border: 1px solid #1F1E28;
    box-shadow: -4px -4px 10px 0px #1F1C2E;
    border-radius: 10px;
    overflow: hidden;
}

 .post-list-cards img {
    width: 100%;
}

 .post-list-cards .post-list-grid {
    display: flex;
	justify-content: space-between;
    padding: 15px 15px;
}

.post-list-cards .post-list-grid h4 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 0;
}
.post-list-cards .post-list-grid h4 a {
    color: #FFFFFF;
}
.post-list-cards .post-list-grid h4 a span {
    font-weight: 600;
    font-size: 18px;
}
section.category-page-wrapper {
    padding-bottom: 70px;
}
.sites-button {
    padding: 0 15px;
    text-align: center;
    border-top: 1px solid;
}

.sites-button a {
    color: white;
    font-size: 14px;
}
.category-header {
    padding: 20px 0 30px;
}

.category-header a {
    color: aliceblue;
}

.category-header span.last {
    color: #B2B2C8;
}
.category .post-list-cards .post-list-grid {
    padding-bottom: 0;
}

footer.footer {
    padding: 40px 0 20px;
    background: #0C0B12;
	border-top: 0.5px solid #ffff;
}

.widget_custom_text_widgeta span {
    color: #BBBBBB;
    text-align: center;
    display: block;
}

.widget_custom_text_widgeta a img {
    display: inline-block;
    width: 25px;
    margin: 20px 10px;
}

.widget_custom_text_widgeta {
    text-align: center;
}
.single-job-wrapper {
    padding: 50px 0;
}
.single-post-list-content h3 {
    font-size: 24px;
    margin-top: 10px;
}
.single-post-list-content h2 {
    font-size: 28px;
    margin: 10px 0;
}

.single-post-list-content p {
    font-weight: 400;
}
.single-featured-image img {
    width: 100%;
    border-radius: 15px;
}
.single-post-list-content {
    color: white;
}
.pros-cons * {
    color: white;
    font-weight: 300;
}

.pros-grid h4 {
    background: green;
    padding: 10px;
}

.pros-cons-content * {
    font-size: 14px;
}

.pros-cons-content {
    padding: 3px 8px 10px;
}

.pros-grid {
    margin-bottom: 25px;
    border: 1px solid #008000;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.conss-grid h4 {
    background: red;
    padding: 10px;
}

.conss-grid {
    margin-bottom: 25px;
    border: 1px solid #ff0000;
    border-radius: 10px;
    overflow: hidden;
}
.pros-cons-content ul {
    padding-left: 19px;
}

.pros-cons-content ul li:before {
    content: '✔';
    position: absolute;
    left: -19px;
    color: green;
    font-weight: bold;
    top: 2px;
}

.pros-cons-content ul li {
    list-style: none;
    position: relative;
    padding-bottom: 13px;
}

.conss-grid .pros-cons-content ul li:before {
    content: '𐄂';
    color: red;
    font-size: 24px;
    top: -6px;
}
.other-likes {
    margin: 50px 0;
}

.single-post-button {
    text-align: center;
}
.single-job-wrapper .single-post-name {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.single-job-wrapper .single-post-name h1.desktop-view {
    flex-basis: 58%;
}
.single-post-button a,.single-post-visit-button a {
    background: white;
    padding: 13px 27px;
    border-radius: 10px;
    color: black;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999;
    display: inline-block;
}
.single-post-button a:hover,
.single-post-visit-button a:hover{
    color: black;
}
.single-post-visit-button{
	margin:30px 0;
	text-align:center;
}
.other-likes .single-featured-image img {
    border-radius: 0;
}
.other-likes h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 15px;
    color: #fff;
}
.other-likes .single-job-title {
    border-radius: 28px !important;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.other-likes .single-job-title a {
    color: white;
}

.other-likes .cat-title {
    padding: 10px;
    text-align: center;
    background: #000;
}
.single-category h2 {
    margin: 20px 0;
    font-size: 26px;
    color: white;
}
.category-items ul li a {
    background: white;
    padding: 13px 27px;
    border-radius: 10px;
    color: black;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999;
    display: inline-block;
    width: 100%;
}

.category-items ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.category-items ul li {
    flex-basis: 25%;
    margin-bottom: 15px;
    padding: 0 15px;
}
.category-items ul li ul.sub-menu li {
    margin: 15px 0;
    padding: 0;
}
.start-rating {
    padding-bottom: 14px;
}
.start-rating p.stars {
    color: #fff;
    letter-spacing: 3px;
    font-size: 24px;
	cursor: pointer;
}
.start-rating p.rating-text {
    color: white;
    font-weight: 400;
    font-size: 14px;
}
.single-post-thumbnail,
.top-five-cards-thumbnail{
    position: relative;
}
.visit-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: .5s all;
	visibility: hidden;
}

.visit-hover a {
    background: #33ad23;
    color: #ffffff;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 13px;
	    text-decoration: none !important;
}
.visit-hover a img {
    width: auto;
}
.single-post-thumbnail:hover .visit-hover,
.top-five-cards-thumbnail:hover .visit-hover,
.other-likes .single-featured-image:hover .visit-hover, .single-img-title-wrapper .single-featured-image:hover .visit-hover{
    opacity: 1;
	visibility: visible;
}

.single-post-thumbnail:before,
.top-five-cards-thumbnail:before,
.other-likes .single-featured-image:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000006b;
    opacity: 0;
    transition: .5s all;
}

.single-post-thumbnail:hover:before,
.single-featured-image:hover:before,
.top-five-cards-thumbnail:hover:before,
.single-img-title-wrapper .single-featured-image:hover .visit-hover{
    opacity: 1 !important;
}
.other-likes .single-featured-image {
    position: relative;
}
.single-featured-image .visit-hover a span img {
    width: auto;
}
.post-the-excerpt p {
    font-size: 14px;
    color: white;
}

.post-the-excerpt {
    padding: 0px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 5.9rem;
	margin-bottom: 15px;	
}
.category-content *, .category-content {
    color: #BDC1C6;
}

.category-content h2 {
    font-size: 26px;
    margin: 15px 0;
}

.category-content h3 {
    font-size: 22px;
    margin: 15px 0;
}

section.categorybottom-content {
    padding-bottom: 50px;
}
p.stars span~span.default-rating {
    display: none;
}
p.rating-text span~span.default-rating {
    display: none;
}
.other-likes .col-6 {
    padding: 5px;
}
.category-menu-items ul li ul.sub-menu {
    margin-left: 20px;
}

.category-menu-items ul li ul.sub-menu li a {
    font-size: 14px;
}
.cat-name h1 {
    font-size: 35px;
    color: white;
}

.ftr_menu ul {
    display: flex;
    gap: 0px;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}


.ftr_menu ul li a {
    padding: 0px 20px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
}
.default-page-temp {
    padding-bottom: 30px;
}
.default-page-temp * {
    color: white;
}
.default-page-temp h3 {
    margin: 10px 0;
    font-size: 24px;
}
.default-page-temp h2 {font-size: 28px;margin: 10px 0;}

.default-page-temp p {
    margin-bottom: 10px;
}
.single-post-visit-button img {
    width: 15px;
    margin-left: 5px;
    margin-top: -3px;
}
nav.rank-math-breadcrumb p * {
    color: white;
}
.single-post-list nav.rank-math-breadcrumb {
    margin-bottom: 20px;
	border-bottom: 1px solid white;
    padding-bottom: 5px;
}
/* .single-post-list nav.rank-math-breadcrumb p a:nth-child(3), nav.rank-math-breadcrumb p span:nth-child(2) {
    display: none;
} */
@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.mb-visit-btn a:before {
    content: "";
    background: linear-gradient( 357deg, #5C769B, #FAFFFF,#5C769B, #FAFFFF, #5C769B, #FAFFFF );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.mb-visit-btn a:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #33ad23;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.mb-visit-btn a {
    color: white;
}

.single-post-visit-button.single-bottom-visit-button.mb-visit-btn a::after {
    background: #0c0b12;
}
.category-items ul li ul.sub-menu {
    display: block;
}
.hero-btn {
    text-align: left;
    position: relative;
    flex-shrink: 0;
}
.hero-btn button {
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #FFFFFF5E;
    display: inline-block;
    box-shadow: 4px 4px 18px 0px #00000040;
    color: #B2B2C8;
    font-weight: 600;
    border-radius: 7px;
    backdrop-filter: blur(4px);
    background: #1e1d2385;
    transition: 1s all;
    font-size: 12px;
    padding: 5px 15px;
}
/* .hero-btn button:before {
    content: '';
    width: 11px;
    height: 11px;
    background: #B2B2C8;
    position: absolute;
    top: 17px;
    left: 12px;
    border-radius: 50%;
    z-index: 1;
} */
/* .hero-btn button:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 2px;
	z-index: 1;
	opacity: 0.7;
	background-image: url(/wp-content/uploads/2024/01/Vector.svg);
	background-repeat: no-repeat;
}
 */
body#error-page {
    margin: 0;
    max-width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
}
section.error-404.not-found * {
    color: white;
}
section.error-404.not-found {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0;
}
h1{
	text-transform:uppercase;
}
.RTA-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.related-categories a {
    color: white !important;
    font-size: 24px;
    border: 1px solid #FFFFFF5E;
    display: inline-block;
    width: 100%;
    box-shadow: 4px 4px 18px 0px #00000040;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 7px;
    backdrop-filter: blur(4px);
    background: #1e1d2385;
    padding: 15px;
}
@media only screen and (max-width: 750px) {
/* Hide desktop elements on mobile */
.desktop-view {
    display: none !important;
}

/* Show mobile elements */
.mobile-view {
    display: block !important;
}

/* GTranslate on mobile - show only flag */
#gtranslate-float {
    display: inline-block !important;
    top: 10px !important;
    right: 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-width: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    border-radius: 0 !important;
}

/* Hide ALL text - use font-size 0 trick */
#gtranslate-float .gt_switcher .gt_selected a,
#gtranslate-float .gt_switcher_wrapper .gt_selected a {
    font-size: 0 !important;
    padding: 4px !important;
    line-height: 0 !important;
    display: inline-flex !important;
    width: auto !important;
    background: transparent !important;
}

/* Keep flag visible with proper size */
#gtranslate-float .gt_switcher .gt_selected a img,
#gtranslate-float .gt_switcher_wrapper .gt_selected a img {
    width: 20px !important;
    height: 14px !important;
}

/* Hide the arrow SVG */
#gtranslate-float .gt_switcher .gt_selected svg,
#gtranslate-float .gt_switcher_wrapper .gt_selected svg,
#gtranslate-float svg {
    display: none !important;
}

/* Single border only on outer container */
#gtranslate-float .gt_switcher,
#gtranslate-float .gt_switcher_wrapper {
    padding: 4px !important;
    min-width: auto !important;
    width: auto !important;
    display: inline-block !important;
    background: transparent !important;
    border: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
}

#gtranslate-float .gt_switcher .gt_selected,
#gtranslate-float .gt_switcher_wrapper .gt_selected {
    width: auto !important;
    display: inline-block !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Stack announcement bar on mobile */
.annoncement-bar-content {
    flex-direction: column;
    gap: 15px;
    padding: 15px 10px;
}

.annoncement-bar-content::after {
    display: none;
}

h1{
		font-size:20px !important;
}	
h2{
		font-size:18px !important;
}	
h3{
		font-size:16px !important;
}	
	
.categorie-content-wrapper .col-lg-9.col-md-12.col-12 {
    padding: 0 5px;
}	
.category .categories-card-row .categorybottom-content {
    float: none;
    width: 100%;
    padding: 0 5px;
}
.category .categories-card-row .categorybottom-content .category-content {
    position: relative;
    max-height: 150px;
    overflow: auto;
    padding: 0;	
}	
body .categories-card-row .categories-card-grid {
    width: 50%;
}		
.hero-btn.mobile-view {
    position: relative;
}	
.hero-btn button {
    padding: 5px 5px;
    font-size: 8px;
    margin-left: -20px;
}	
	.single-post-list nav.rank-math-breadcrumb {
    margin-left: 0px;
}
.single-post-visit-button.mb-visit-btn a {
    background: #33ad23;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none !important;
}
.category-items ul li {
    flex-basis: auto;
    margin-bottom: 15px;
}
ul#menu-footer-menu {
    gap: 10px;
}
.single-featured-image img {
    width: auto;
}
.category-header span.last {
    color: #B2B2C8;
    font-size: 13px;
}
nav.rank-math-breadcrumb p {
    font-size: 13px;
}
header.header.mobile-view {
    padding: 10px 0 20px;
}	
.mobile-header-logo {
    text-align: center;
}	
.mneu-icon {
    margin-top: 20px;
}
.mobile-sidebar-menu.show {
    left: 0;
    opacity: 1;
}		
.mobile-sidebar-menu {
    position: fixed;
    left: -100%;
    top: 190px;
    background: #0c0b12;
    height: 100%;
    z-index: 99999;
    padding: 20px;
    max-width: 320px;
    width: 100%;
    transition: .5s all;
    opacity: 0;
}	
section.top-five-posts {
    padding: 60px 0;
}	
.mobile-header-logo {
    text-align: center;
}

.menu-items-wrapper {
    position: fixed;
    left: -100%;
    top: 180px;
    background: #0c0b12;
    height: 100%;
    z-index: 9;
    padding: 20px;
    max-width: 320px;
    width: 100%;
    transition: .5s all;
    opacity: 0;
}

section.top-five-posts .row > .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 50% !important;
    width: 50% !important;
}

section.top-five-posts .row {
    justify-content: center;
}

section.top-five-posts h2 {
    font-size: 28px;
    padding-bottom: 10px;
}	
.all-category-content:before {
    content: '';
    background-image: url(https://aigeneratorporn.com/wp-content/uploads/2024/02/Group-24.webp);
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}
.all-category-content {
    padding: 40px 20px;
    margin: 0 10px;
}	
.category-content p {
	color: white
	}
.mobile-header-logo {
    text-align: center;
}

section.top-five-posts .row > .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 50% !important;
    width: 50% !important;
}

section.top-five-posts .row {
    justify-content: center;
}

section.top-five-posts h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.all-category-content .hero-img-card h2 {
    font-size: 24px;
	
}


.hero-img-card p {
    font-size: 16px;
}

.hero-img-card {
    padding: 20px 10px;
}	
.post-list-wrapper {
    padding: 30px 0;
}	
.category-menu-items ul li a {
    max-width: 100%;
}
.post-list-main {
    padding: 0;
}
.post-list-cards .post-list-grid {
    padding: 12px 6px 5px;
}
.post-list-cards .post-list-grid h4 a span {
    font-size: 16px;
}	
.post-the-excerpt p {
    font-size: 13px;
}	
.post-the-excerpt {
    padding: 5px 6px;
}	
.sites-button {
    margin-top: 8px;
}	
.post-list-cards .post-list-grid h4 {
    font-size: 14px;
}	
.post-lis-wrapper {
    margin-left: 0;
}
.single-job-wrapper {
    padding: 20px 0;
}
.single-featured-image {
    text-align: center;
	flex-basis: 50%;
}	
.single-post-list .single-featured-image h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 0px;
}
	.single-img-title-wrapper .single-post-visit-button {
    margin: 10px 0;
}
.visit-hover a {
    padding: 10px 13px;
    font-size: 12px;
}
.category-header {
    padding: 0px 0 20px;
}
.cat-name h1 {
    font-size: 16px;
}
	nav.rank-math-breadcrumb {
    margin-left: -5px;
}
.cat-name {
    margin-left: -6px;
}
	.main-category-content-wrapper .col-md-9.col-12 {
    padding: 2px;
}
.single-img-title-wrapper h2 {
     color: white;
     text-transform: uppercase;
     font-size: 20px !important;	
}
.single-img-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    flex-wrap: wrap;
}
.single-img-title-wrapper .mobile-view {
    flex-basis: 50%;
}
.all-posts-list p {
    flex: 0 0 50% !important;
}
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.categories-card-row .category-menu-items {
    width: 25%;
    float: left;
    padding: 0px 36px 0px 0;
}
.category .categories-card-main {
    width: 100%;
}
.category .categorybottom-content:before {
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#0c0b12);
    content: "";
    height: 47px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.category .categorybottom-content {
    margin-top: 0;
    float: right;
    width: 50%;
    position: relative;
}
.category .categorybottom-content .category-content {
    position: relative;
    max-height: 520px;
    overflow: auto;
	 padding: 0 20px;
}
.category .categories-card-grid {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 10px 5px 0;
    font-size: 14px;
    position: relative;
}
.category .categorybottom-content .category-content {
    font-weight: 400;
    font-size: 14px;
}
.category .categorybottom-content .category-content h2 {
    font-size: 24px;
}
.categories-card-row .category-menu-items h4 {
    color: white;
    margin-bottom: 20px;
}
span.numberation {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 1px -1px 20px #80B4FF;
    margin-top: 7px;
    position: absolute;
    top: -3px;
    left: 10px;
}
.category .categorybottom-content .category-content b {
    display: block;
    padding-bottom: 10px;
}
.single-img-title-wrapper .single-featured-image {
    position: relative;
}
.single-img-title-wrapper .single-featured-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000006b;
    opacity: 0;
    transition: .5s all;
}
.cstm-breadcrumb {
    margin-bottom: 20px;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    display: flex;
    gap: 2px;
	color: white;
}
.cstm-breadcrumb span, .cstm-breadcrumb span a {
    color: white !important;!i;!;
}
span.post-title-name {
    color: #d0d0d0 !important;
}
.all-posts-list {
    padding: 50px 0;
}
.all-posts-list p a {
    color: white;
}
.all-posts-list p {
    padding: 10px;
    margin: 0 !important;
}
.all-posts-list {
    display: flex;
    flex-wrap: wrap;
}
.all-posts-list p {
    padding: 10px;
    margin: 0 !important;
    flex: 0 0 33%;
}
/* ========================================
   PRICING TABLE FIX - REVIEW PAGES
   ======================================== */

/* Container fix - 2x2 grid layout */
.pricing-container,
.single-post-list-content .pricing-container,
body .pricing-container,
div.pricing-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    padding: 40px 20px !important;
    background: radial-gradient(circle at top, #0f0c29, #000) !important;
    font-family: 'Roboto', sans-serif !important;
    margin: 20px 0 !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-items: center !important;
}

/* Card sizing - 2 per row with grid */
.pricing-card,
.single-post-list-content .pricing-card,
body .pricing-card,
div.pricing-card {
    position: relative !important;
    background: rgba(20, 20, 50, 0.65) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(130, 80, 255, 0.3) !important;
    border-radius: 20px !important;
    width: 100% !important;
    max-width: 280px !important;
    padding: 24px 16px !important;
    text-align: center !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    box-sizing: border-box !important;
}

.single-post-list-content .pricing-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 50px rgba(138, 43, 226, 0.4) !important;
}

.single-post-list-content .pricing-card.free {
    background: rgba(10, 20, 40, 0.7) !important;
}

.single-post-list-content .pricing-card.popular {
    background: linear-gradient(135deg, rgba(255,0,200,0.25), rgba(255,100,200,0.1)) !important;
    border: 1px solid #ff00c8 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 20px 50px rgba(255,0,200,0.4) !important;
}

.single-post-list-content .pricing-card.popular:hover {
    transform: scale(1.05) translateY(-10px) !important;
}

/* Card header */
.single-post-list-content .pricing-card .card-header {
    color: white !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

/* Price */
.single-post-list-content .pricing-card .price {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    color: white !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.single-post-list-content .pricing-card .price .per {
    font-size: 0.9rem !important;
    opacity: 0.8 !important;
}

.single-post-list-content .pricing-card .old-price {
    color: #888 !important;
    text-decoration: line-through !important;
    margin: 6px 0 !important;
    font-size: 0.9rem !important;
}

/* Features list */
.single-post-list-content .pricing-card .features {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    text-align: left !important;
}

.single-post-list-content .pricing-card .features li {
    color: #ccc !important;
    font-size: 0.85rem !important;
    padding: 6px 0 !important;
    padding-left: 24px !important;
    position: relative !important;
    line-height: 1.4 !important;
}

.single-post-list-content .pricing-card .features li.yes::before {
    content: "✓" !important;
    color: #00ff88 !important;
    position: absolute !important;
    left: 0 !important;
    font-weight: bold !important;
}

.single-post-list-content .pricing-card .features li.no::before {
    content: "✗" !important;
    color: #ff6666 !important;
    position: absolute !important;
    left: 0 !important;
    font-weight: bold !important;
}

/* Button */
.single-post-list-content .pricing-card .btn {
    display: inline-block !important;
    background: linear-gradient(135deg, #8b5cf6, #a855f7) !important;
    color: white !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

.single-post-list-content .pricing-card .btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.5) !important;
}

.single-post-list-content .pricing-card .btn.glow {
    background: linear-gradient(135deg, #ff00c8, #ff66e0) !important;
    box-shadow: 0 0 20px rgba(255, 0, 200, 0.5) !important;
}

/* Ribbon */
.single-post-list-content .pricing-card .ribbon {
    position: absolute !important;
    top: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ff00c8 !important;
    color: white !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 0.7rem !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    box-shadow: 0 0 20px rgba(255,0,200,0.6) !important;
    white-space: nowrap !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .single-post-list-content .pricing-container {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 30px 15px !important;
    }
    
    .single-post-list-content .pricing-card {
        max-width: 320px !important;
        margin: 0 auto !important;
    }
    
    .single-post-list-content .pricing-card.popular {
        transform: scale(1) !important;
    }
}

/* ========================================
   MOBILE HEADER FIXES
   ======================================== */

@media (max-width: 750px) {
    /* Hide entire announcement bar on mobile */
    .annoncement-bar {
        display: none !important;
    }
    
    /* GTranslate floating widget - show only flag on mobile */
    .gt_float_switcher .gt-current-lang .gt-lang-code,
    .gt_float_switcher .gt_selected .gt-lang-code,
    .gt_float_switcher span.gt-lang-code {
        display: none !important;
    }
    
    /* Make the widget smaller on mobile */
    .gt_float_switcher .gt-current-lang,
    .gt_float_switcher .gt-selected {
        padding: 8px 12px !important;
    }
    
    /* Hide the arrow on mobile too for cleaner look */
    .gt_float_switcher .gt_float_switcher-arrow {
        display: none !important;
    }
}
