/*! Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
honlyfans,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
honlyfans,
menu,
nav,
section {
    display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;900&display=swap');

body {
    background: #f8f9fa;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Nunito', 'Segoe UI', Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    color: #2c3e50;
    margin: 0;
}

#clear,
.clear {
    clear: both;
}

#navbar-iframe,
.feed-links,
.quickedit {
    display: none !important;
    visibility: hidden;
}

img,
iframe,
table,
video,
object,
embed {
    background: none !important;
    max-width: 100%;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.hide {
    display: none;
    visibility: hidden;
}

iframe:hover {
    cursor: default !important;
}

strong,
b {
    font-weight: 600;
}

cite,
em,
i {
    font-style: italic;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a img {
    border: none;
    border-width: 0;
    outline: none;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    font-size: 86%;
}

sup {
    top: -0.4em;
}

sub {
    top: 0.4em;
}

small {
    font-size: 86%;
}

kbd {
    font-size: 80%;
    border: 1px solid #777;
    padding: 2px 5px;
    border-bottom-width: 2px;
    border-radius: 3px;
}

mark {
    background-color: #ffce00;
    color: black;
}

p,
blockquote,
pre,
table,
figure,
hr,
form,
ol,
ul,
dl {
    margin: 1.5em 0;
}

hr {
    height: 1px;
    border: none;
    background-color: #666;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    font-weight: 700;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.9rem;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.profile-wrapper {
    position: relative;
    display: inline-block;
    margin: 5px auto;
}

.profile-wrapper img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 5px solid #ffffff;
    object-fit: cover;
}

.verified-badge {
    position: absolute;
    bottom: 30px;
    right: 0;
    border-radius: 50%;
    padding: 2px;
    background-color: white;
    color: #0d6efd;
    width: 26px;
    height: 26px;
}

.verified-badge i {
    color: #1da1f2;
    font-size: 20px;
}

.post-body {
    width: 100%;
    padding: 0;
    margin: 0;
}

.post-body img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    display: block;
}

.post-body li {
    margin-bottom: 14px;
}

.post-body a {
    font-size: large;
    font-weight: 700;
    border-bottom: 1px dotted #eee;
}

.post-body a:hover {
    color: #dc3545;
}

.caption {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.social-icons {
    margin: 15px 0 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icons a {
    color: #555;
    font-size: 1.4rem;
}

.social-icons i {
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #007bff;
}

.btn-glow {
    display: flex;
    font-size: 1rem;
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    text-decoration: none;
    max-width: 100%;
    padding: 15px 25px;
    margin: 15px auto;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 50px;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-glow:hover {
    color: #ffc107;
    transform: scale(1.05);
}

.btn-onlyfans,
.btn-onlyfans:hover {
    background: #007bff;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.7);
    animation: pulse-blue 2s infinite;
}

.btn-wa,
.btn-wa:hover {
    background: #28a745;
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.7);
    animation: pulse-green 2s infinite;
}

.btn-video,
.btn-video:hover {
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.7);
    animation: pulse-red 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        /*! Warna shadow sesuai tombol */
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
        /*! Warna shadow sesuai tombol */
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        /*! Warna shadow sesuai tombol */
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

@keyframes pulse-green {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

@keyframes pulse-red {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

footer {
    text-align: center;
    margin: 30px auto;
    font-size: 14px;
    color: #555;
}

footer a {
    color: #007bff;
    text-decoration: none;
}