html {
    margin-top: 0 !important;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

* {
	font-family: 'Roboto', sans-serif !important;
	box-sizing: border-box;
}

/* Tipografia: pesi e dimensioni - Desktop (schermi larghi) */
body, p, input, textarea {
	font-size: 18px;
	line-height: 1.70;
	font-weight: 400;
}
h1 {
	font-size: 56px;
	line-height: 1.10;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	line-height: 1.20;
	font-weight: 700;
}
h3 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	line-height: 1.30;
	font-weight: 500;
}
h5, h6 {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
}
small, .caption, .home-header-grid span, nav.rank-math-breadcrumb {
	font-size: 14px;
	line-height: 1.50;
	font-weight: 400;
}
strong, b { font-weight: 700; }
button, .btn, .button-primary, [type="submit"], label, .categorie-title a { font-weight: 500; }

/* Mobile (schermi < 768px) */
@media (max-width: 768px) {
	body, p, input, textarea {
		font-size: 17px;
		line-height: 1.65;
	}
	h1 {
		font-size: 40px;
		line-height: 1.15;
	}
	h2 {
		font-size: 32px;
		line-height: 1.25;
	}
	h3 {
		font-size: 28px;
		line-height: 1.30;
	}
	h4 {
		font-size: 22px;
		line-height: 1.35;
	}
	h5, h6 {
		font-size: 18px;
		line-height: 1.35;
	}
}

.main-site {
    background-image: url(/wp-content/uploads/2025/03/Mask-group-scaled-2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.single-post-list ul#menu-category-1 {
    height: 880px;
}
.single-post-list video.tm-mb-40 {
    object-fit: cover;
    border-radius: 20px;
}

.other-likes .single-featured-image img {
    width: 100%;
    border-radius: 0px;
}
.post-list-template-default .categorie-content-wrapper .single-job-title {
    border: none;
}

body p {
	margin: 0;
}
body a:hover {
    color: white;
}


.single .header-bottom {
    margin-bottom: 50px;
}
.header-wrapper {
    color: #ffffff;
    background: #80679D;
    padding: 10px 0;
}
.header.desktop-view .header-wrapper {
	display:none;	
}
.home .header.desktop-view .header-wrapper {
	display:block;
}
.header-wrapper h1,
.home-header-grid h1,
.header h1 {
    font-size: 24px !important;
    margin: 0;
}
.header-bottom {
    padding-top: 15px;
    position: relative;
}
.category .nav_search {
    justify-content: flex-start;
}

.header_menu ul {
    display: flex;
    padding: 10px 0px;
    margin-bottom: 0;
	    list-style: none;
}
.header_menu li {
    position: relative;
}
.header_menu li:first-child {
    position: relative;
    margin-right: 70px;
    margin-left: 20px;
}
.header_menu li a {
    padding: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 0px;
}
.header_menu #menu-item-136 a, .header_menu li:hover a {
    background: linear-gradient(19deg, rgb(17 17 17 / 0%) 0%, rgb(17 17 17 / 0%) 100%);
    color: #ffffff;
}
ul.sub-menu {
    display: none;
}
li#menu-item-3473:before {
    position: absolute;
    top: 13px;
    left: 9px;
    color: #fff;
}

li#menu-item-3473 a {
    padding-left: 36px;
}
li#menu-item-2456:hover ul.sub-menu {
    display: flex;
    position: absolute;
    z-index: 99;
    min-width: auto;
    font-size: 10px;
	flex-wrap: wrap;
}
ul.sub-menu li {
    margin-bottom: 6px;
}
li#menu-item-2456:hover ul.sub-menu li a {
    background: #fff;
	color: #FF1A1A;
    display: block;
    width: 250px;
    min-width: 100%;
}

li#menu-item-2456:hover ul.sub-menu li a:hover {
    background: #FF1A1A;
	color: #fff;
}
form.search_form_header {
    width: 100%;
    position: relative;
    max-width: 100%;
    float: right;
    margin: 0 auto;
    margin-top: 0px;
}
input#s {
    padding: 0 0 0px 41px;
    font-size: 12px;
    min-width: 240px;
     border-radius: 50px;
      width: 100%;
    height: 40px;
    color: #666;
    border: 1px solid #ff1a1a;
}
.single-job-wrapper .blur-wrapper-content {
    padding: 25px 40px 30px;
}

a.sitmap {
    display: block;
    margin: 15px 0 0;
    text-decoration: underline;
    color: white;
}
.header-cat-description {
    margin: 0;
}

.category img.goat {
    max-width: 180px;
    position: relative;
}
.category  .mascotte-goat {
    right: 0px;
    top: -25px;
}
.category .single-page-wrapper.section-gap {
    margin: 30px 0;
}

.category .description:before {
    top: 14px;
}
.category .description:after {
    top: 14px;
}
img.goat {
    max-width: 180px;
    position: relative;
}

.mascotte-goat {
    position: absolute;
    right: -5px;
    top: -15px;
    z-index: 1;
}
/* .category .description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
} */

.description {
    color: white;
}
.description p {
    font-size: 14px;
    margin-top: 1px;
	text-align: left;
}
.single-post-list .header-mascotte {
    display: none;
}
.scroll-top.show .scroll-top-btn {
    opacity: 1;
    transition: .5s all;
}
.scroll-top-btn {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 20px;
    opacity: 0;
    transition: .5s all;
}
.scroll-top-btn img {
    width: 102px;
}
/* Footer */
.footer {
    background: #80679D;
    padding: 20px;
}
footer h3 {
    font-size: 12px;
}
.footer * {
    color: #000;
    text-align: center;
}
.footer_logo img {
    max-width: 70px;
}
.footer_logo {
    padding-top: 20px;
}
.footer button.btn-lg-primary {
    color: black;
    margin-top: 15px;
    border-radius: 5px;
}

.footer-text p {
    color:white;
}
button.btn-lg-primary {
    background: white;
    border: none;
    padding: 8px 33px;
    border-radius: 50px;
    font-size: 14px;
}
/*--- Main Page */

.category-list-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-title-wrapper {
    display: flex;
    align-items: center;
    background: #80679D;
    padding: 0;
    border-radius: 16px 16px 0 0;
}
.categorie-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    gap: 10px;
}
.categorie-title a {
    color: #fff !important;
    text-decoration: none;
}
.related-category {
    display: none;
}
.categorie-title h2 span {
    font-size: 25px;
}
.categorie-title h2 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0;
    flex: 1;
}
.cat-count-tag {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.15);
    padding: 3px 8px;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.3px;
}
.category-content,.category-content * {
    font-weight: 400;
}

.category-content h2 *, .category-content h3 * {
    font-weight: 600;
    display: block;
}
.category-content h1.category-content h2,.category-content h3,.category-content h4,.category-content h5,.category-content h6 {
    margin: 30px 0 8px;
}
.categorybottom-content .category-content h2 {
    font-size: 22px;
}
.category-content ul {
    margin-top: 20px;
    margin-bottom: 0;
}
.category-info p {
    font-size: 10px;
    text-align: center;
    margin: 10px 0;
    color: #767676;
}
.single-post-thumbnail video {
    object-fit: cover;
    width: 100%;
}
.category .single-post-thumbnail video {
    margin-bottom: -6px;
}

.row-cstm.second_rows {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 10px;
}
.col-cstm {
    padding: 0;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(128,103,157,0.15);
    box-shadow: 0 2px 12px rgba(128,103,157,0.08);
    z-index: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
}
.col-cstm:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(128,103,157,0.16);
    border-color: rgba(128,103,157,0.3);
}

/* Premium category — gold glow */
.col-cstm.cat-premium-milf-porn-sites {
    border-color: rgba(212,175,55,0.4);
    box-shadow: 0 0 18px rgba(212,175,55,0.15), 0 2px 12px rgba(212,175,55,0.08);
}
.col-cstm.cat-premium-milf-porn-sites:hover {
    border-color: rgba(212,175,55,0.6);
    box-shadow: 0 0 28px rgba(212,175,55,0.25), 0 8px 32px rgba(212,175,55,0.12);
}
.col-cstm.cat-premium-milf-porn-sites .image-title-wrapper {
    background: linear-gradient(135deg, #80679D 0%, #6b5486 40%, #8a7040 80%, #b8962e 100%);
}
.col-cstm.cat-premium-milf-porn-sites .categorie-title h2 a::before {
    content: "\2B50";
    margin-right: 6px;
    font-size: 14px;
}
.col-cstm.cat-premium-milf-porn-sites .cat-count-tag {
    background: rgba(255,215,0,0.25);
    color: #fff;
}
.col-cstm.cat-premium-milf-porn-sites .brand-num {
    background: #fdf6e3;
    color: #a68520;
}
.col-cstm.cat-premium-milf-porn-sites .cat-card-footer a {
    background: #fdf6e3;
    border-color: rgba(212,175,55,0.2);
    color: #a68520;
}
.col-cstm.cat-premium-milf-porn-sites .cat-card-footer a:hover {
    background: linear-gradient(135deg, #d4af37, #b8962e);
    border-color: #d4af37;
    color: #fff;
}

.post-cat-name ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}
.category-list-name li a span {
    font-weight: 400;
}
.post-cat-name ul a {
    display: block;
    text-align: center;
    color: white;
    padding: 7px 30px;
    font-size: 13px;
    border-radius: 6px;
	background:#80679D;
    border: 2px solid #fff;
}
.post-cat-name ul li {
    margin: 0 5px 10px;
}
.category-grid-wrapper {
    padding: 12px 20px 16px;
    flex: 1;
}
.category-grid-wrapper ul li a.brand-name {
    font-size: 14px;
    font-weight: 500;
    color: #4b4c4f;
    text-decoration: none;
    transition: color 0.2s;
    word-wrap: break-word;
}
.category-grid-wrapper ul li a.brand-name:hover {
    color: #80679D;
}
.category-search-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* .row-cstm.second_rows .col-cstm:nth-child(4) .category-list-name a .image-fluid.search-icon {
    filter: invert(1);
} */
.category-list-name a {
    color: #fff;
    text-transform: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.category-list-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.category-grid-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-grid-wrapper ul li {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 7px 4px;
    border-bottom: 1px solid #f0edf4;
    border-radius: 6px;
    transition: background 0.15s;
}
.category-grid-wrapper ul li:last-child {
    border-bottom: none;
}
.category-grid-wrapper ul li:hover {
    background: rgba(128,103,157,0.05);
}
.category-grid-wrapper ul li .brand-num {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f3eff8;
    color: #80679D;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}
.cat-card-footer {
    padding: 0 20px 16px;
}
.cat-card-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #f3eff8;
    border: 1px solid rgba(128,103,157,0.15);
    color: #80679D;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.cat-card-footer a:hover {
    background: #80679D;
    border-color: #80679D;
    color: #fff;
}
.cat-card-footer a svg {
    width: 14px;
    height: 14px;
}
.category-list-infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 5px 0;
}
.category-list-infos:hover {
    background-color: #ca9f00;
}
.category-list-infos:hover * {
    color:white;
}
section.live_life_section {
    padding: 60px 0 40px;
    background-image: url(/wp-content/uploads/2025/03/Mask-group-scaled-2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.numpst {
    border-top: 1px solid #FF1A1A;
    padding-top: 10px;
    text-align: center;
}
.numpst p a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
	color: #767676;
}
/*------------- Single Post ---------------*/


/* .single-post-name {
    background-color: #c62c52;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
} */

.single-post-name h1 {
    margin: 0;
	font-size: 26px;
	color: #fff;
}

.single-post-button a {
    display: block;
    text-align: center;
    background-color: #2eaf61;
    color: white;
    padding: 10px 20px;
    font-size: 25px;
    margin: 20px 0 0;
}
.categorie-content-wrapper .single-post-button a {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
}
.single-post-list-content p {
    font-size: 14px;
    margin: 20px 0;
	color: #fff;
}
.single-post-button {
    margin-top: 20px;
}

.single-post-list .best-porn-wrapper {
    padding-right: 10px;
    border-right: 0px solid #FF1A1A;
}

nav.rank-math-breadcrumb {
    padding: 12px 0px;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 17px;
}
nav.rank-math-breadcrumb p {
    font-size:20px;
}
.single-job-wrapper hr {
    border-top: 2px solid #FF1A1A;
    width: 75%;
}
.other-likes .single-job-title  {
    border-radius: 15px !important;
    overflow: hidden;
}
.categorie-content-wrapper .single-featured-image {
	   position:relative;
}
.single-featured-image {
    text-align: center;
}
.other-likes .cat-title {
	padding: 10px;
	text-align: center;
}
.other-likes .col-6.col-md-3 {
    padding: 5px;
}
.cat-title {
   background: #ffffff;
   text-align: center;
}
.cat-title-pding {
    padding: 10px;
}
.cat-title span, .cat-title a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #4b4c4f;
}
.single-post-title p {
    font-size: 14px;
}
.single-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 5.6rem;
}
/* Excerpt nelle carte categoria: agganciato a sinistra, 4 righe, interlinea ridotta */
.single-post-excerpt,
.single-post-excerpt p {
    text-align: left;
}
.single-post-excerpt {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.25;
    max-height: 5em;
    word-break: break-word;
}
.single-post-excerpt p {
    margin: 0 0 0.2em;
    line-height: 1.25;
}
.single-post-excerpt p:last-child {
    margin-bottom: 0;
}
.single-post-thumbnail {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
	box-shadow: 5px 3px 7px 2px #00000052;
}
nav.rank-math-breadcrumb a {
    color: #d4beed;
}
.single-post-button a:hover {
    color: white;
}

.best-porn-wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.best-porn-wrapper ul li {
    color: #fff;
    position: relative;
    border-bottom: 1px solid;
}
.category .best-porn-wrapper ul li:before {
    left: 4px;
    top: 13px;
    position: absolute;
    z-index: 9;
}
.best-porn-wrapper ul li a {
    color: white;
    display: flex;
    padding: 14px 5px;
    text-align: left;
    font-size: 14px;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}
.single-post-list .single-category ul li:before {
    position: absolute;
    left: 36px;
    z-index: 2;
    top: 21px;
}
.single-post-list .category-items ul li a{
    color: white;
    padding: 22px;
    backdrop-filter: blur(15px);
    background: #00000029;
    border: 1px solid;
    padding-left: 50px;
    overflow: hidden;
}
.single-post-list .category-items ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(10px);
    z-index: -1;
}
.single-post-list .category-items ul li {
    border: none;
}

.single-post-list .single-category .category-items ul li:first-child {
    display: block;
}

.best-porn-wrapper ul li:first-child {
    display: none;
}
.category-items {
    height: auto;
    overflow: auto;
    padding-right: 0px;
}
.best-porn-wrapper ul {
    padding: 0;
    list-style: none;
}
.pdng-zero {
    padding-left: 0px !important;
	padding-right: 5px !important;
}

.best-porn-wrapper .col-md-3 {
    padding: 0 3px;
}

.best-porn img {
    height: 375px;
    object-fit: cover;
    width: 100%;
}
.mobile-view {
    display: none;
}
.page-wrapper {
    padding: 40px 0 10px;
}
.search-result h2 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 2.5rem;
    font-weight: 500 !important;
    color: #fff !important;
}

.search-result ul {
    padding: 0;
    list-style: none;
}
.search-result ul li a {
    font-size: 28px;
    color: #fff;
}

.best-porn h2 {
    margin-bottom: 0px;
}
.cat-name {
    padding-bottom: 0px;
}
.cat-name h2 {
    font-size: 26px;
}
.best-porn-wrapper {
    padding-right: 10px;
}
.related-post img {
    width: 100%;
}
span.last, span.separator {
    color: #FFFFFF;
}
.related-post {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
    flex-basis: 33.33%;
}
.other-likes {
    padding-top: 65px;
}
.other-likes h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 15px;
	color: #fff;
}

.other-likes p {
    color: #fff;
}
.single-featured-image img {
    width: 100%;
	border-radius: 15px;
}
.best-porn-wrapper .row {
    height: 320px;
    overflow-y: scroll;
}
.category .best-porn-wrapper .row {
    height: 500px;
    overflow-y: scroll;
}
.single-job-title {
    margin-bottom: 11px;
	    position: relative;
}
.category-list-infos:hover img.search-icon {mix-blend-mode: normal !important;}
.row-cstm.second_rows .col-cstm:first-child .category-list-name a .search-icon {
    mix-blend-mode: color-dodge;
}

/* 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; 
}

.home .categorybottom-content {
    padding: 20px 0 30px;
	background-color: black;
	
}
.category section.categorybottom-content {
	background-color: transparent;
}
.related-category {
    padding-top: 100px;
}

.related-category>h2 {
    text-align: center;
    margin-bottom: 35px;
}
.category-content p {
    font-size: 14px;
    margin-bottom: 30px;
}
.category-content h4 {
    font-size: 20px;
}
.cat-title * {
    color: #9a9595;
}
.cat-name img {
    width: 35px;
    height: 35px;
}
.cat-header {
    margin-bottom: 20px;
}
.cat-name {
    display: flex;
    gap: 10px;
	align-items: center;
}
.cat-description p {
    color: #fff;
}
.cat-description p {
    color: #fff;
    padding-top: 10px;
}
.cat-name h1 {
    font-size: 26px;
	color: #FFFFFF;
}
.single-category {
    margin-top: 20px;
}
.other-likes .single-job-title {
    margin-bottom: 10px;
}
.single-category ul {
    display: flex;
    flex-wrap: wrap;
}

.single-category ul li {
    flex-basis: 33.33%;
    padding: 0 15px;
    margin-bottom: 18px;
}

.single-category h2 {
    margin-bottom: 20px;
	font-size: 26px;
	color: white;
}
.category-col-pad {
    margin-bottom: 10px;
}
.category-items img {
    width: 35px !important;
    height: 30px !important;
}
.sites-button a {
    font-size: 13px;
}
.sites-button {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	background-color: #ffffff;
}
.sites-button img {
    width: 15px;
    margin-right: 8px;
	    display: inline-block !important;
}

.five-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.top-category-btn a {
    background-color: #383838;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid;
}
.top-category-btn img {
    width: 15px;
	margin-right: 5px;
}
.category-grid-wrapper ul {
    max-height: 215px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(128,103,157,0.25) transparent;
}
.category-grid-wrapper ul::-webkit-scrollbar {
    width: 4px;
}
.category-grid-wrapper ul::-webkit-scrollbar-track {
    background: transparent;
}
.category-grid-wrapper ul::-webkit-scrollbar-thumb {
    background: rgba(128,103,157,0.25);
    border-radius: 4px;
}
.category-grid-wrapper ul::-webkit-scrollbar-thumb:hover {
    background: rgba(128,103,157,0.4);
}
.categorie-img img {
    width: 15px;
    height: 15px;
}
.category-col-pad {
    padding: 5px !important;
}
.categorie-content-wrapper .single-job-title {
	border-radius: 15px;
    overflow: hidden;
}
.paid-porn-widget {
    margin-top: 30px;
}
.home-widget-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}
.paid-porn-widget .home-widget-card {
    padding: 0 5px;
	flex: 0 0 24.2%;
    width: 24.2%;
}
.paid-btn {
    text-align: center;
    display: block;
    margin-top: 65px;
}

.paid-btn a {
    box-shadow : 5px 3px 7px 2px #00000052;
    color: #232323;
    padding: 15px 25px;
    background: #ffc900;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.paid-btn a span {
    font-size: 25px;
    position: relative;
    top: 4px;
}
.paid-btn a:before {
    content: '';
    background-image: url(https://theporngoat.com/wp-content/uploads/2023/07/crown-goat.webp);
    background-size: cover;
    height: 60px;
    width: 60px;
    position: absolute;
    right: -20px;
    top: -33px;
}
.paid-btn a:after {
    content: '';
    position: absolute;
    right: 12px;
    top: -12px;
    width: 18px;
    height: 48px;
    background: #ffc900;
    border-radius: 39%;
    transform: rotate(116deg);
}
.paid-porn-widget .slik-arow .button-slick {
    border: solid #fffdfd;
    border-width: 0 3px 3px 0;
    display: inline-block !important;
    padding: 10px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.paid-porn-widget .slik-arow .testimonial-prev {
    transform: rotate(135deg);
    left: -20px;
}

.paid-porn-widget .slik-arow .testimonial-next {
    transform: rotate(-45deg);
    right: -20px;
    left: auto;
}
.paid-porn-widget .single-post-thumbnail video {
    width: 100%;
}
.paid-porn-widget .container {
    position: relative;
}
.category-content, .category-content * {
    color: white;
}
.category-content h2 {
    margin-top: 20px;
}

/* .category-ai-porn-generators section.main-categorie-content-wrapper .row .category-col-pad:first-child .sites-button {
    background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(19,71,244,1) 150%);
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
} */
.search-result * {
    color: white !important;
}
#menu-category-buttons li {
    background-color: red;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    color: white;
}

#menu-category-buttons a {
    color: white;
    font-size: 14px;
    margin-left: 6px;
}
ul#menu-category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.slik-arow {
    display: none;
}
.single-post-thumbnail img {
    display: inline !important;
}
.single-post-thumbnail .main-img {
    width: 100%;
}
.pros-cons {
	margin-top: 20px;
	text-align: left;
}
.pros-grid {
    margin-bottom: 25px;
    border: 1px solid #008000;
    border-radius: 10px;
    overflow: hidden;
	flex-basis: 49%;
}
.conss-grid {
    margin-bottom: 25px;
    border: 1px solid #ff0000;
    border-radius: 10px;
    overflow: hidden;
	flex-basis: 49%;
}
.pros-grid h4 {
    background: green;
    padding: 4px 10px;
	font-size: 20px;
}
.pros-cons-content {
    padding: 3px 8px 0px;
}
.pros-cons-content ul {
    padding-left: 19px;
	margin-bottom: 0;
}
.pros-cons-content * {
    font-size: 14px;
}
.pros-cons * {
    color: white;
    font-weight: 300;
}
.pros-cons-content ul li {
    list-style: none;
    position: relative;
    padding-bottom: 13px;
}
.pros-cons-content ul li::before {
    content: "✔";
    position: absolute;
    left: -19px;
    color: green;
    font-weight: bold;
    top: 2px;
}
.conss-grid h4 {
    background: red;
    padding: 4px 10px;
	font-size: 20px;
}
.conss-grid .pros-cons-content ul li::before {
    content: "𐄂";
    color: red;
    font-size: 24px;
    top: -6px;
}
.cat-header .description {
    display: none;
}
.start-rating p.stars {
    color: #fcd53f;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0px;
}
.start-rating p.rating-text {
    color: white;
    font-weight: 400;
	font-size: 14px;
}
p.stars span~span.default-rating {
    display: none;
}
p.rating-text span~span.default-rating {
    display: none;
}
.start-rating {
    padding-bottom: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: center;
	margin-top: 10px;
}
.category-content {
    color: white;
    padding: 50px;
    backdrop-filter: blur(18px);
    background: #00000029;
    position: relative;
    overflow: hidden;
    border: 1px solid white;
    border-radius: 20px;
    margin-bottom: 40px;
}

.category-description-main {
    margin-top: 5px;
    float: right;
    width: 63.9%;
    position: relative;
    margin-right: 30px;
}
.milf-category-grid {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 5px 5px 0;
    font-size: 14px;
    position: relative;
}
.category-description-main:before {
    background: linear-gradient(180deg, hsl(0deg 0% 94.51% / 0%) 0, #98666d);
    content: "";
    height: 47px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.category-description {
    position: relative;
    max-height: 408px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,.82);
    overflow: auto;
    padding: 0 16px 0 24px;
    transition: max-height .3s ease;
}
@media screen and (max-width: 768px) {
.category-description-main {
    width: 100%;
    float: none;
    margin: 0;
}
.category-description {
    position: relative;
    max-height: 280px;
    overflow: auto;
    margin-bottom: 12px;
    padding: 0 10px;
}
.category-description h2 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 6px;
}
.category-description h2:first-child {
    margin-top: 0;
}
.category-description h3 {
    font-size: 17px;
    margin-top: 14px;
    margin-bottom: 6px;
}
.category-description p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 10px;
}
nav.rank-math-breadcrumb {
    padding: 8px 0;
    margin-bottom: 8px;
}
.cat-header {
    margin-bottom: 4px;
}
.milf-category-grid {
    width: 49.30%;
}	
.home div#content .home-header-main {
    margin: 0 10px;
}

.home div#content .home-header-main .home-header-row {
    padding: 10px;
    align-items: center;
}

.home div#content .home-header-grid h2 {
    font-size: 16px;
    max-width: 140px;
}

.home-header-grid h1 {
    font-size: 18px;
}
	
.home-header-grid span {
    font-size: 12px;
}
.home div#content .hero-content {
    padding: 20px 10px;
    text-align: center;
}

.home div#content .hero-content img {
    max-width: 210px;
    display: block;
    margin: 0 auto;
}

.about-content h2 {
	color: #4b4c4f;
    font-size: 22px;
}

.about-section {
    padding: 40px 0;
	background-color: #FFF3E3;

}
.single-job-wrapper .blur-wrapper-content {
    padding: 18px 12px;
}
.single-job-wrapper.blue-bg {
    margin: 0 10px;
}	
.home-header-grid a {
    margin: 5px;
}	
.scroll-top-btn img {
    width: 82px;
}	
.cat-name h2 {
    font-size: 20px;
}	
.paid-porn-widget .home-widget-card {
    flex: 0 0 65%;
    width: 65%;
}
.home-widget-slider::-webkit-scrollbar {
    width: 1px !important;
    height: 5px !important;
}
.home-widget-slider::-webkit-scrollbar-track {
    background: transparent !important;
}
.home-widget-slider::-webkit-scrollbar-thumb {
    background: #888;
}	
.cat-header .description:after,.cat-header .description:before {
    display: none;
}
.cat-header .description {
    display: block;
    background: no-repeat;
    border: none;
}
	.cat-header .description p {
    color: white;
}
.description-mb * {
   color: white;
}
.single-featured-image .visit-hover {
    position: relative;
    top: 0;
    opacity: 1;
}

.single-featured-image .visit-hover a {
	margin-top: 20px;
	display: inline-block;
}

.single-featured-image .visit-hover a img {
    width: 15px;
    display: inline-block;
    margin: 0;
    height: auto;
}	
.categorie-content-wrapper .single-featured-image img {
    width: 90%;
	margin-top: 25px;
}
.pros-cons {
 flex-wrap: wrap;
}
.pros-grid {
	flex-basis: 100%;
}
.conss-grid {
	flex-basis: 100%;
}
.categorie-content-wrapper .single-featured-image {
    padding-right: 0;
}	
.home header.header.mobile-view .header-wrapper {
    display: block;
}
header.header.mobile-view .header-wrapper {
    display: none;
}
.header-wrapper h1 strong {
    display: block;
    font-size: 1.1rem;
}
	.slik-arow {
    display: block;
}

.header-wrapper h1 {
    font-size: 0.8rem;
}	
.widget_custom_text_widgeta {
    margin-left: 0;
    margin-top: 15px;
}	
.category-ai-porn-generators section.main-categorie-content-wrapper .row .category-col-pad:first-child .single-post-thumbnail:before{
	   height: 70px;
}
	
.category .single-post-thumbnail video {
    height: 293px;
    width: 100%;
}
.home-widget-slider.slick-initialized.slick-slider .slick-list.draggable {
    padding: 0 30% 0 0;
}	
.paid-porn-widget .slik-arow .button-slick {
    padding: 8px;
}	
.paid-porn-widget .slik-arow .testimonial-prev {
    left: 4px;
}
.paid-porn-widget .slik-arow .testimonial-next {
    right: 4px;
}	
.related-post {
    flex-basis: 50%;
}	
.cat-name img {
    width: 25px;
    height: 25px;
}

	.desktop-view {
		display: none;
	}
	.mobile-view {
		display: block;
	}
.best-porn img {
    height: 180px;
}

.best-porn a {
    padding: 5px;
    font-size: 14px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.rank-math-breadcrumb {
    padding: 12px 0px;
}	
nav.rank-math-breadcrumb p {
    font-size: 14px;
}
.best-porn-wrapper {
    padding: 30px 0;
}	
	
.single-job-wrapper .col-md-3 {
    padding: 0 4px;
}

.single-post-name h1 {
    font-size: 20px;
}
.single-post-button a {
    padding: 15px;
    font-size: 18px;
    margin: 5px 0;
}	
	section.announcement-bar h1 {
    font-size: 14px;
    color: white;
}

.announcement-bar form.search_form_header {
    width: 100%;
}

.announcement-bar .col-12 {
    padding: 0;
    background-color: #ff1a1a;
}

.announcement-bar input#s {
    border-radius: 0px;
	padding: 0 0 0px 20px;
}
	section.announcement-bar h1 {
    font-size: 14px;
    color: white;
    padding: 8px 20px;
}
	section.announcement-bar {
		margin-top: 20px;
	}
	header.header.mobile-view .col-8 {
    padding: 0;
}

	.mobile-header-logo img {
		width: 120px;
	}
	.mobile-header-logo {
		text-align: center;
	}
	.search-icon button {
		background-size: 30px;
		width: 36px;
		top: -15px;
		filter: invert(1);
	}
.mneu-icon img {
    width: 20px;
    filter: invert(1);
}
form.search_form_header {
    display: none;
}
.widget_custom_text_widgeta h3 {
    text-align: center;
}
form.search_form_header.show {
    display: block;
	float:none;
}	
.mobile-header {
    position: fixed;
    top: 55px;
    font-size: 13px;
    line-height: 1.3em;
    background: #f9f9f9;
    color: #666;
    height: calc(100vh - 55px);
    left: -100%;
    width: 100%;
    overflow: auto;
	z-index: 99;
    transition: .5s;
}
.mobile-header ul {
    padding: 0;
    margin-bottom: 0;
}

.mobile-header ul li {
    color: black;
	
}
.mobile-header ul li:first-child a span:before {
    display: none;
}	
.mobile-header.show {
    left: 0;
	width: 85vw;
}
.mobile-header ul li {
    color: black;
    display: flex;
   background: #80679d;
    align-items: center;
}	
.mobile-header ul li:before {
    left: 16px;
    position: relative;
    color: #fff;
}	
    .mobile-header ul li a {
        color: white;
        padding: 16px 27px;
        width: 100%;
        display: block;
    }
/* .mobile-header ul li:first-child a {
    background: #FFC11A;
	font-size:18px
}	 */
.best-porn-wrapper {
    border-right: 0px solid #dbdbdb;
}
.row.categorie-content-wrapper {
    flex-direction: column-reverse;
}

.category .best-porn-wrapper {
    display: none;
}
.category-col-pad {
    padding: 5px !important;
}
.related-category h2 {
    font-size: 20px;
}
.related-category {
    padding-top: 30px;
}
.cat-title h2 {
    font-size: 14px;
}
.other-likes {
    padding: 30px 15px;
}
.cat-name {
    padding-bottom: 5px;
}

header.header.mobile-view {
    padding: 4px 0 0;
}
.category h1.head-title,.single h1.head-title {
    display: none;
}	
	section.live_life_section .container {
    padding: 0 15px;
}
.single-page-wrapper .container {
    padding: 0px;
}
.single-category ul li {
    flex-basis: 100%;
    padding: 0;
}
.header-wrapper .text-right {
    text-align: center !important;
}

.single-post-name {
    padding-top: 20px;
}	
.f-logo img {
    max-width: 140px;
}	
 section.single-page-wrapper.section-gap {
    padding: 15px 0;
 }
.our-faq p {
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
    padding: 25px 0;
}
}


/* ICON FONTS */
.cat-name span {
    color: white;
    font-size: 27px;
}

[class^="icon-"], [class*=" icon-"], [class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-4K:before {
  content: "\71";
}
.icon-ALL-CATEGORIES:before {
  content: "\77";
}
.icon-ALL-PORNSTAR:before {
  content: "\65";
}
.icon-AMATEUR:before {
  content: "\72";
}
.icon-ANAL:before {
  content: "\74";
}
.icon-ARAB:before {
  content: "\79";
}
.icon-ASIAN:before {
  content: "\75";
}
.icon-BBW:before {
  content: "\69";
}
.icon-BDSM:before {
  content: "\6f";
}
.icon-BEST-PORN-MOVIES:before {
  content: "\70";
}
.icon-BIG-BOOBS:before {
  content: "\61";
}
.icon-BLOGS:before {
  content: "\73";
}
.icon-BLOWJOB:before {
  content: "\64";
}
.icon-CAM:before {
  content: "\66";
}
.icon-CASTING:before {
  content: "\67";
}
.icon-CELEBRITY:before {
  content: "\68";
}
.icon-CREAMPIE:before {
  content: "\6a";
}
.icon-CUCKOLD:before {
  content: "\6b";
}
.icon-CUMSHOT:before {
  content: "\6c";
}
.icon-DATING:before {
  content: "\7a";
}
.icon-EBONY:before {
  content: "\78";
}
.icon-EROTIC-STORIES:before {
  content: "\63";
}
.icon-EUROPEAN:before {
  content: "\76";
}
.icon-FEMDOM:before {
  content: "\62";
}
.icon-FETISH:before {
  content: "\6e";
}
.icon-FOOT:before {
  content: "\6d";
}
.icon-FORUMS:before {
  content: "\51";
}
.icon-GAMES:before {
  content: "\57";
}
.icon-GANGBANG:before {
  content: "\45";
}
.icon-GAY:before {
  content: "\52";
}
.icon-GLORYHOLE:before {
  content: "\54";
}
.icon-GRANNY:before {
  content: "\59";
}
.icon-GRANNY2:before {
  content: "\55";
}
.icon-HANDJOB:before {
  content: "\49";
}
.icon-HARDCORE:before {
  content: "\4f";
}
.icon-HENTAI:before {
  content: "\50";
}
.icon-INCEST:before {
  content: "\41";
}
.icon-INDIAN:before {
  content: "\53";
}
.icon-INTERRACIAL:before {
  content: "\44";
}
.icon-JAPANESE:before {
  content: "\46";
}
.icon-LATINA:before {
  content: "\47";
}
.icon-LESBIAN:before {
  content: "\48";
}
.icon-MEXICAN:before {
  content: "\4a";
}
.icon-MILF:before {
  content: "\4b";
}
.icon-NUDE-PHOTO:before {
  content: "\4c";
}
.icon-OLD-N-YOUNG:before {
  content: "\5a";
}
.icon-ONLY-FANS--WEBCAM:before {
  content: "\58";
}
.icon-ORGY:before {
  content: "\43";
}
.icon-PETIT:before {
  content: "\56";
}
.icon-PIN:before {
  content: "\42";
}
.icon-PINTEREST:before {
  content: "\4e";
}
.icon-PISSING:before {
  content: "\4d";
}
.icon-PORN-PIC:before {
  content: "\31";
}
.icon-PORN-SEARCH:before {
  content: "\56";
}
.icon-PORN-TUBE:before {
  content: "\33";
}
.icon-PORNSTAR-SITES:before {
  content: "\34";
}
.icon-POV:before {
  content: "\35";
}
.icon-SEX-TOYS:before {
  content: "\36";
}
.icon-SHEMALE:before {
  content: "\37";
}
.icon-SOFTCORE:before {
  content: "\38";
}
.icon-SOFTWARE:before {
  content: "\39";
}

.icon-lente:before {
  content: "\7c";
}
.icon-K:before {
  content: "\71";
}
.icon-ALL-CATEGORIES:before {
  content: "\77";
}
.icon-ALL-PORNSTAR:before {
  content: "\65";
}
.icon-AMATEUR:before {
  content: "\72";
}
.icon-ANAL:before {
  content: "\74";
}
.icon-ARAB:before {
  content: "\79";
}
.icon-ASIAN:before {
  content: "\75";
}
.icon-ASMR:before {
  content: "\69";
}
.icon-AUSTRALIAN:before {
  content: "\6f";
}
.icon-BBW:before {
  content: "\70";
}
.icon-BDSM:before {
  content: "\61";
}
.icon-BEST-PORN-MOVIES:before {
  content: "\73";
}
.icon-BIG-BOOBS:before {
  content: "\64";
}
.icon-BLOGS:before {
  content: "\66";
}
.icon-BLOWJOB:before {
  content: "\67";
}
.icon-CAM:before {
  content: "\68";
}
.icon-CASTING:before {
  content: "\6a";
}
.icon-CELEBRITY:before {
  content: "\6b";
}
.icon-CREAMPIE:before {
  content: "\6c";
}
.icon-CUCKOLD:before {
  content: "\7a";
}
.icon-CUMSHOT:before {
  content: "\78";
}
.icon-DATING:before {
  content: "\63";
}
.icon-EBONY:before {
  content: "\76";
}
.icon-EROTIC-STORIES:before {
  content: "\62";
}
.icon-EUROPEAN:before {
  content: "\6e";
}
.icon-FEMDOM:before {
  content: "\6d";
}
.icon-FETISH:before {
  content: "\31";
}
.icon-FOOT:before {
  content: "\32";
}
.icon-FORUMS:before {
  content: "\33";
}
.icon-FRENCH:before {
  content: "\34";
}
.icon-GAMES:before {
  content: "\35";
}
.icon-GANGBANG:before {
  content: "\36";
}
.icon-GAY:before {
  content: "\37";
}
.icon-GERMAN:before {
  content: "\38";
}
.icon-GLORYHOLE:before {
  content: "\39";
}
.icon-GRANNY:before {
  content: "\30";
}
.icon-GRANNY2:before {
  content: "\51";
}
.icon-HANDJOB:before {
  content: "\57";
}
.icon-HARDCORE:before {
  content: "\45";
}
.icon-HENTAI:before {
  content: "\52";
}
.icon-INCEST:before {
  content: "\54";
}
.icon-INDIAN:before {
  content: "\59";
}
.icon-INTERRACIAL:before {
  content: "\55";
}
.icon-JAPANESE:before {
  content: "\49";
}
.icon-LATINA:before {
  content: "\4f";
}
.icon-LESBIAN:before {
  content: "\50";
}
.icon-MEXICAN:before {
  content: "\41";
}
.icon-MILF:before {
  content: "\53";
}
.icon-NUDE-PHOTO:before {
  content: "\44";
}
.icon-OLD-N-YOUNG:before {
  content: "\46";
}
.icon-ONLY-FANS--WEBCAM:before {
  content: "\47";
}
.icon-ORGY:before {
  content: "\48";
}
.icon-PETIT:before {
  content: "\4a";
}
.icon-PHILIPPINE:before {
  content: "\4b";
}
.icon-PIN:before {
  content: "\4c";
}
.icon-PINTEREST:before {
  content: "\5a";
}
.icon-PISSING:before {
  content: "\58";
}
.icon-PORN-PIC:before {
  content: "\43";
}
.icon-PORN-SEARCH:before {
  content: "\56";
}
.icon-PORN-TUBE:before {
  content: "\42";
}
.icon-PORNSTAR-SITES:before {
  content: "\4e";
}
.icon-POV:before {
  content: "\4d";
}
.icon-RUSSIAN:before {
  content: "\2c";
}
.icon-SEX-TOYS:before {
  content: "\2e";
}
.icon-SHEMALE:before {
  content: "\2d";
}
.icon-SOFTCORE:before {
  content: "\3b";
}
.icon-SOFTWARE:before {
  content: "\3a";
}
.icon-SOLO:before {
  content: "\5f";
}
.icon-SPANKING:before {
  content: "\21";
}
.icon-Tavola-disegno-36_3:before {
  content: "\3f";
}
.icon-TEEN:before {
  content: "\26";
}
.icon-TIKTOK:before {
  content: "\3d";
}
.icon-TURKISH:before {
  content: "\e9";
}
.icon-VR:before {
  content: "\f2";
}


.faq summary {
    color: #ffc900;
    font-size: 20px;
}

.faq p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 50px;
}

.faq details {
    border-bottom: 1px solid #c6bfbf;
    padding: 10px 0;
}

.faq details[open] summary::marker {
    color: #9c9b9b;
}

/* Sezione FAQ nelle review (single-post-list) */
.single-post-list .review-faq {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.single-post-list .review-faq .faq-title {
    font-size: 32px;
    margin-bottom: 24px;
    color: inherit;
}
.single-post-list .review-faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.single-post-list .review-faq .faq-item {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 16px 0;
}
.single-post-list .review-faq .faq-item:last-child {
    border-bottom: none;
}
.single-post-list .review-faq summary {
    cursor: pointer;
    font-weight: 600;
    padding-right: 24px;
}
.single-post-list .review-faq .faq-answer {
    margin-top: 12px;
    padding-left: 0;
}
.single-post-list .review-faq .faq-answer p {
    margin: 0 0 8px;
}
.single-post-list .review-faq .faq-answer p:last-child {
    margin-bottom: 0;
}

.paid-porn-widget .home-widget-card .single-post-thumbnail:before {
    display: none;
}
.visit-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: .5s all;
}

.visit-hover a {
    background: #2caf61;
    color: #ffffff;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 13px;
	    text-decoration: none !important;
}

.single-post-thumbnail:hover .visit-hover {
    opacity: 1;
}

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

.single-post-thumbnail:hover:before {
    opacity: 1;
}
.visit-hover a img {
    width: 20px;
}
.single-featured-image:hover .visit-hover {
    opacity: 1;
	visibility: visible;
}
.single-featured-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000006b;
    opacity: 0;
    transition: .5s all;
}

.single-featured-image:hover:before{
    opacity: 1;
}
.single-featured-image .visit-hover a span img {
    width: auto;
}
.category .single-post-thumbnail {
    border-radius: 0 !important;
}
.icon_go_review span {
    color: #282727db;
}
.single-post-list-content {
    color: white;
}
.single-post-list-content h2 {
    font-size: 26px;
}
@media (min-width:1024px) {
.categorie-content-wrapper .col-lg-4.col-12 {
    padding-right: 50px;
}
}
@media (min-width:768px) and (max-width:1100px) {
.header-wrapper h1,.header-wrapper time {
    font-size: 14px;
}	
.row-cstm.second_rows {
    grid-template-columns: repeat(3, 1fr);
}
.other-likes .single-featured-image video {
    height: 240px;
}	
.single-post-list video.tm-mb-40 {
    width: 100%;
    height: 400px;
}
.header-mascotte {
    display: none;
}	
}
.header-bottom .menu-item-goat span:before {
    z-index: 1;
    left: 19px;
    top: 15px;
}
.header-bottom .menu-item-goat a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 20px 30px 20px 40px;
    border-radius: 30px !important; 
    font-size: 12px;
}

.single-featured-image:hover .visit-hover {
    opacity: 1;
    visibility: visible;
}
.default-page-temp {
    margin-top: 50px;
}

.default-page-temp .container {
    margin: 35px auto 0;
    padding: 30px;
	background-color: #282727;
    margin-top: 5px;
    border-radius: 15px;
}

.default-page-temp .container p {
    margin: 10px 0;
    font-weight: 400;
}
.default-page-temp * {
    color: white;
}
.default-page-temp .container h2 {
    margin: 15px 0 0;
    font-size: 24px;
}
.default-page-temp .container h3 {
    margin: 15px 0 0;
    font-size: 20px;
}
.default-page-temp .container h3 span {
    font-weight: 500!important;
}
.ftr_menu {
    margin-top: 30px;
}
.ftr_menu ul {
    display: flex;
    gap: 0px;
    list-style: none;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
}
.ftr_menu a {
    background-color: white !important;
    padding: 10px 20px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
}
.home-header-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    backdrop-filter: blur(18px);
    background: #80679ea8;
}
.home-header-grid h2 {
	font-size: 20px;
    color: white;
    margin-bottom: 0;
}

.home-header-grid a img {
    width: 20px;
}

.home-header-grid a {
    margin: 0 10px;
}

.home-header-grid span {
    color: white;
}
.home-header-main {
    position: relative;
    overflow: hidden;
    border: 1px solid white;
    border-radius: 4px;
    margin: 0px 50px;
}

.hero-content img {
    max-width: 400px;
    width: 100%;
}
.hero-content {
    color: white;
    padding: 150px 0 0;
}
.hero-content h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.15;
    padding: 24px 0 0;
}
.hero-content p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,.8);
    margin-top: 16px;
    margin-bottom: 8px;
}

.hero-btn a {
    padding: 16px 36px;
    color: white;
    border: 1px solid rgba(255,255,255,.35);
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: .3px;
    transition: background .25s, border-color .25s, transform .15s;
}
.hero-btn a:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.55);
    transform: translateY(-1px);
}

.hero-btn {
    margin: 28px 0;
}
.hero-section {
    padding: 60px 0 0;
}
body.home .main-site {
    background: none;
}
.home div#content {
    background-image: url(https://milfpornsites.com/wp-content/uploads/2025/03/Mask-group-scaled.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
}
.home header.header {
    display: none;
}

/* About Section */
.about-section {
    padding: 80px 0;
}
.about-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
}
.about-content h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.25;
    margin-bottom: 20px;
}
.about-content p {
    font-size: 17px;
    line-height: 1.85;
    color: #5a5b5f;
    margin-bottom: 24px;
}
.about-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .hero-content {
        padding: 80px 0 0;
    }
    .hero-content h2 {
        font-size: 24px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .hero-btn a {
        padding: 14px 28px;
    }
    .hero-section {
        padding: 32px 0 0;
    }
    .about-section {
        padding: 48px 0;
    }
    .about-content h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .about-content p {
        font-size: 16px;
        line-height: 1.75;
    }
}
/* ==============================================
   Global Mobile Overflow Fix
   ============================================== */
@media (max-width: 768px) {
    #page,
    .main-site,
    .site-content,
    #content {
        overflow-x: hidden;
        max-width: 100vw;
    }
    .container {
        max-width: 100%;
        overflow-x: hidden;
        padding-left: 12px;
        padding-right: 12px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    img, video, iframe, embed, object {
        max-width: 100%;
        height: auto;
    }

    /* Homepage */
    .home-header-main {
        margin: 0 8px;
    }
    .home-header-row {
        padding: 10px 12px;
    }
    .hero-content img {
        max-width: 160px;
    }
    .row-cstm.second_rows {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 8px;
    }
    .col-cstm {
        border-radius: 14px;
    }
    .image-title-wrapper {
        border-radius: 14px 14px 0 0;
    }
    .categorie-title {
        padding: 12px 14px;
    }
    .categorie-title h2 {
        font-size: 14px;
        padding: 0;
    }
    .cat-count-tag {
        font-size: 9px;
        padding: 2px 6px;
    }
    .category-grid-wrapper {
        padding: 8px 12px 12px;
    }
    .category-grid-wrapper ul li {
        padding: 6px 2px;
    }
    .category-grid-wrapper ul li .brand-num {
        width: 24px;
        height: 24px;
        font-size: 11px;
        margin-right: 8px;
        border-radius: 6px;
    }
    .category-grid-wrapper ul li a.brand-name {
        font-size: 13px;
    }
    .cat-card-footer {
        padding: 0 12px 12px;
    }
    .cat-card-footer a {
        padding: 8px;
        font-size: 12px;
        border-radius: 8px;
    }

    /* Category page */
    .single-job-wrapper.blue-bg {
        margin: 0 4px;
    }
    .milf-category-grid {
        width: 48%;
        padding: 4px 3px 0;
    }
    .best-porn-wrapper {
        margin-bottom: 12px;
    }
    .category-items ul {
        padding: 0;
    }

    /* Single/Review page */
    .single-featured-image img,
    .categorie-content-wrapper .single-featured-image img {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .single-post-list video.tm-mb-40 {
        width: 100%;
        height: auto;
        max-height: 350px;
    }
    .single-post-list-content {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .single-post-list-content img {
        max-width: 100%;
        height: auto;
    }
    .single-post-button a {
        word-break: break-word;
    }
    .post-cat-name ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .post-cat-name ul a {
        padding: 6px 16px;
        font-size: 13px;
    }
    .pros-cons {
        flex-direction: column;
    }
    .pros-grid,
    .conss-grid {
        flex-basis: 100%;
    }

    /* Other likes section */
    .other-likes .col-6.col-md-3 {
        padding: 4px;
    }
    .other-likes .single-featured-image video {
        height: auto;
        max-height: 200px;
    }

    /* Footer */
    .ftr_menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }
    .ftr_menu a {
        padding: 8px 14px;
        font-size: 12px;
    }

    /* FAQ section */
    .hp-faq-glass {
        padding: 32px 14px 28px;
        border-radius: 16px;
    }
    .hp-faq-heading {
        font-size: 26px;
    }

    /* Tables inside content */
    .single-post-list-content table,
    .category-description table,
    .page-text table {
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }
}

/* ==============================================
   Page Description / Intro Box — Premium Layout
   ============================================== */
.blue-bg {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    box-shadow: 0 12px 48px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.05) inset;
}
.page-description.blue-bg {
    border-radius: 28px;
    margin-top: 80px;
}
.blur-wrapper-content {
    color: white;
    backdrop-filter: blur(22px);
    background: linear-gradient(160deg, rgba(128,103,157,.25) 0%, rgba(10,6,16,.5) 100%);
}
.page-text.blur-wrapper-content {
    padding: 80px 72px;
}
.blur-wrapper-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(10px);
    z-index: -1;
}

/* Inner content max-width for readability (front-page only) */
.page-description .blur-wrapper-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-description .blur-wrapper-content > * {
    width: 100%;
    max-width: 860px;
}

/* =================================================
   Premium text styles — SCOPED to editorial content
   .page-text = front-page content box
   .category-description = category page text area
   ================================================= */

/* --- Headings --- */
.page-text h2,
.category-description h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -.4px;
    line-height: 1.2;
    color: #fff;
    margin-top: 56px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.page-text h2:first-child,
.category-description h2:first-child {
    margin-top: 0;
}
.page-text h3,
.category-description h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.3;
    color: rgba(255,255,255,.95);
    margin-top: 44px;
    margin-bottom: 16px;
}
.page-text h4,
.category-description h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255,255,255,.9);
    margin-top: 36px;
    margin-bottom: 12px;
}

/* --- Paragraphs --- */
.page-text p,
.category-description p {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255,255,255,.78);
    margin-bottom: 28px;
    font-weight: 400;
}
.page-text p:last-child,
.category-description p:last-child {
    margin-bottom: 0;
}
.page-text p strong,
.page-text p b,
.category-description p strong,
.category-description p b {
    color: rgba(255,255,255,.95);
    font-weight: 700;
}

/* --- Lists --- */
.page-text ul,
.page-text ol,
.category-description ul,
.category-description ol {
    margin: 24px 0 32px;
    padding-left: 24px;
}
.page-text li,
.category-description li {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,.75);
    margin-bottom: 12px;
    padding-left: 4px;
}
.page-text li:last-child,
.category-description li:last-child {
    margin-bottom: 0;
}

/* --- Links --- */
.page-text a,
.category-description a {
    color: #ffc900;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,201,0,.25);
    transition: color .2s, border-color .2s;
}
.page-text a:hover,
.category-description a:hover {
    color: #ffe066;
    border-bottom-color: rgba(255,224,102,.5);
}

/* --- Blockquotes --- */
.page-text blockquote,
.category-description blockquote {
    border-left: 3px solid #80679D;
    padding: 16px 24px;
    margin: 32px 0;
    background: rgba(128,103,157,.1);
    border-radius: 0 12px 12px 0;
}
.page-text blockquote p,
.category-description blockquote p {
    font-size: 16px;
    font-style: italic;
    color: rgba(255,255,255,.7);
    margin-bottom: 0;
}

/* --- Images inside editorial content only --- */
.page-text img {
    border-radius: 12px;
    margin: 24px 0;
    max-width: 100%;
    height: auto;
}

/* --- HR / Separators --- */
.page-text hr,
.category-description hr {
    border: none;
    border-top: 1px solid rgba(255,255,255,.1);
    margin: 48px 0;
}

/* --- Mobile (editorial content) --- */
@media (max-width: 768px) {
    .page-text h2,
    .category-description h2 {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
    .page-text h2:first-child,
    .category-description h2:first-child {
        margin-top: 0;
    }
    .page-text h3,
    .category-description h3 {
        font-size: 21px;
        margin-top: 32px;
        margin-bottom: 12px;
    }
    .page-text h4,
    .category-description h4 {
        font-size: 18px;
        margin-top: 28px;
    }
    .page-text p,
    .category-description p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 22px;
    }
    .page-text li,
    .category-description li {
        font-size: 15px;
    }
    .page-text ul,
    .page-text ol,
    .category-description ul,
    .category-description ol {
        margin: 20px 0 24px;
    }
    .page-text blockquote,
    .category-description blockquote {
        padding: 12px 16px;
        margin: 24px 0;
    }
    .page-text hr,
    .category-description hr {
        margin: 36px 0;
    }
}

/* --- Mobile (wrapper box) --- */
@media (max-width: 768px) {
    .page-description.blue-bg {
        margin-top: 48px;
        border-radius: 18px;
    }
    .page-text {
        padding: 48px 24px;
    }
}

/* ==========================================
   Category FAQ Section — same style as homepage
   ========================================== */
section.cat-faq-section {
    padding: 50px 0 30px;
}
section.cat-faq-section .cat-faq-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(34,24,54,.95) 0%, rgba(20,14,36,.98) 100%);
    backdrop-filter: blur(22px);
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.12);
    padding: 56px 56px 48px;
    box-shadow: 0 12px 48px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.05) inset;
}
section.cat-faq-section .cat-faq-badge {
    display: table;
    margin: 0 auto 20px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffc900;
    background: rgba(255,201,0,.12);
    border: 1px solid rgba(255,201,0,.2);
    padding: 5px 16px;
    border-radius: 100px;
}
section.cat-faq-section .cat-faq-heading {
    color: #fff !important;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -.3px;
    line-height: 1.15;
}
section.cat-faq-section .cat-faq-sub {
    text-align: center;
    color: rgba(255,255,255,.55);
    font-size: 15px;
    margin-bottom: 36px;
    line-height: 1.5;
}
section.cat-faq-section .cat-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section.cat-faq-section .cat-faq-item {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    transition: background .25s, border-color .25s, box-shadow .25s;
}
section.cat-faq-section .cat-faq-item:hover {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.15);
}
section.cat-faq-section .cat-faq-item.open {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,201,0,.2);
    box-shadow: 0 4px 24px rgba(128,103,157,.15);
}
section.cat-faq-section .cat-faq-q {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    background: none !important;
    border: none !important;
    cursor: pointer;
    color: rgba(255,255,255,.92) !important;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    transition: color .2s;
    outline: none;
    box-shadow: none !important;
}
section.cat-faq-section .cat-faq-q:hover {
    color: #ffc900 !important;
}
section.cat-faq-section .cat-faq-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.6);
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
section.cat-faq-section .cat-faq-item.open .cat-faq-num {
    background: linear-gradient(135deg, #ffc900 0%, #ffe066 100%);
    color: #1a1a1a;
}
section.cat-faq-section .cat-faq-q-text {
    flex: 1;
}
section.cat-faq-section .cat-faq-chevron {
    flex-shrink: 0;
    transition: transform .3s ease, color .3s ease;
    color: rgba(255,255,255,.35);
}
section.cat-faq-section .cat-faq-item.open .cat-faq-chevron {
    transform: rotate(180deg);
    color: #ffc900;
}
section.cat-faq-section .cat-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .4s ease;
    padding: 0 24px 0 78px;
}
section.cat-faq-section .cat-faq-item.open .cat-faq-a {
    max-height: 600px;
    padding: 0 24px 24px 78px;
}
section.cat-faq-section .cat-faq-a p {
    color: rgba(255,255,255,.75) !important;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 8px;
}
section.cat-faq-section .cat-faq-a p:last-child {
    margin-bottom: 0;
}
section.cat-faq-section .cat-faq-a ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}
section.cat-faq-section .cat-faq-a ul li {
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.7;
    padding: 4px 0 4px 20px;
    position: relative;
}
section.cat-faq-section .cat-faq-a ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffc900;
}
@media (max-width: 768px) {
    section.cat-faq-section {
        padding: 30px 0 20px;
    }
    section.cat-faq-section .cat-faq-box {
        padding: 44px 20px 36px;
        border-radius: 18px;
    }
    section.cat-faq-section .cat-faq-heading {
        font-size: 28px;
        margin-bottom: 8px;
    }
    section.cat-faq-section .cat-faq-sub {
        font-size: 14px;
        margin-bottom: 32px;
    }
    section.cat-faq-section .cat-faq-list {
        gap: 10px;
    }
    section.cat-faq-section .cat-faq-item {
        border-radius: 12px;
    }
    section.cat-faq-section .cat-faq-q {
        font-size: 15px;
        padding: 18px 16px;
        gap: 14px;
    }
    section.cat-faq-section .cat-faq-num {
        width: 32px;
        height: 32px;
        font-size: 12px;
        border-radius: 8px;
    }
    section.cat-faq-section .cat-faq-a {
        padding: 0 16px 0 62px;
    }
    section.cat-faq-section .cat-faq-item.open .cat-faq-a {
        padding: 0 16px 20px 62px;
    }
    section.cat-faq-section .cat-faq-a p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* ==========================================
   Homepage FAQ Section — Premium Redesign
   ========================================== */
.hp-faq-section {
    margin: 80px 0 50px;
}
.hp-faq-glass {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 28px;
    backdrop-filter: blur(22px);
    background: linear-gradient(160deg, rgba(128,103,157,.35) 0%, rgba(20,12,30,.55) 100%);
    padding: 72px 60px 64px;
    box-shadow: 0 12px 48px rgba(0,0,0,.3);
}
.hp-faq-badge {
    display: inline-block;
    margin: 0 auto 20px;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #80679D;
    background: rgba(255,255,255,.92);
    border-radius: 50px;
    text-align: center;
}
.hp-faq-glass > .hp-faq-badge {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.hp-faq-heading {
    color: #fff;
    text-align: center;
    margin: 0 0 12px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1.15;
}
.hp-faq-subheading {
    text-align: center;
    color: rgba(255,255,255,.55);
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 48px;
    line-height: 1.5;
}
.hp-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Individual FAQ cards */
.hp-faq-accordion {
    border-bottom: none;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.hp-faq-accordion:hover {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.15);
}
.hp-faq-accordion.open {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,201,0,.2);
    box-shadow: 0 4px 24px rgba(128,103,157,.15);
}
.hp-faq-accordion:last-child {
    border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Question button */
.hp-faq-question {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 22px 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    gap: 18px;
    font-family: inherit;
    line-height: 1.45;
    transition: color .2s;
}
.hp-faq-question:hover {
    color: #ffc900;
}
.hp-faq-q-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #80679D 0%, #a084bf 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
    line-height: 1;
}
.hp-faq-accordion.open .hp-faq-q-icon {
    background: linear-gradient(135deg, #ffc900 0%, #ffe066 100%);
    color: #1a1a1a;
}
.hp-faq-q-text {
    flex: 1;
}
.hp-faq-chevron {
    flex-shrink: 0;
    transition: transform .3s ease, color .3s ease;
    color: rgba(255,255,255,.35);
}
.hp-faq-accordion.open .hp-faq-chevron {
    transform: rotate(180deg);
    color: #ffc900;
}

/* Answer area */
.hp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4,0,.2,1), padding .4s cubic-bezier(.4,0,.2,1);
    padding: 0 24px 0 78px;
}
.hp-faq-accordion.open .hp-faq-answer {
    max-height: 500px;
    padding: 0 24px 24px 78px;
}
.hp-faq-answer p {
    color: rgba(255,255,255,.75);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* ---- FAQ Mobile ---- */
@media (max-width: 768px) {
    .hp-faq-section {
        margin: 50px 0 30px;
    }
    .hp-faq-glass {
        padding: 44px 20px 36px;
        border-radius: 18px;
    }
    .hp-faq-heading {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .hp-faq-subheading {
        font-size: 14px;
        margin-bottom: 32px;
    }
    .hp-faq-list {
        gap: 10px;
    }
    .hp-faq-accordion {
        border-radius: 12px;
    }
    .hp-faq-question {
        font-size: 15px;
        padding: 18px 16px;
        gap: 14px;
    }
    .hp-faq-q-icon {
        width: 32px;
        height: 32px;
        font-size: 12px;
        border-radius: 8px;
    }
    .hp-faq-answer {
        padding: 0 16px 0 62px;
    }
    .hp-faq-accordion.open .hp-faq-answer {
        padding: 0 16px 20px 62px;
    }
    .hp-faq-answer p {
        font-size: 14px;
        line-height: 1.7;
    }
}