body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #fff;
    color: #1D1D1D;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
}

.hero img {
    width: 100%;
    max-width: 800px;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.heading {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: -0.4px;
}

.text {
    font-size: 15px;
    color: #1D1D1D;
    margin: 15px auto;
    max-width: 100%;
    line-height: 1.7;
    text-align: center;
}

.image-row {
    display: flex;
    justify-content: center;
    gap: 125px;
    margin: 40px 0;
    align-items: center;
}

.small-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 18px;
    border: 2px solid #eee;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Footer */
footer {
    margin-top: 40px;
    background: #FAF5CE;
    padding: 25px 10px;
    text-align: center;
    border-top: 1px solid #eee;
}

.footer-links a {
    margin: 0 10px;
    color: #046bd2;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}
p.disclaimer a {
    color: #046bd2;
    text-decoration: none;
}

.disclaimer {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.mobile-section{
    display: none !important;
}


/* center disclaimer block like screenshot */
@media (min-width: 720px) {
    .disclaimer { text-align: center; }
}

.copy {
    margin-top: 15px;
    font-size: 14px;
    color: #000000;
}

/* Scroll-to-top */
#scrollTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 10px 12px;
    background: #2663ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    display: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.privacy-policy section {
    text-align: left;
}
.privacy-policy-content header h1 {
    text-align: left;
    margin: 20px 0;
    margin-top: 50px;
    font-size: 30px;
    color: #1e293b;
}
.privacy-policy .container {
    max-width: 1200px;
}
.privacy-policy-content p {
    color: #334155;
}
.privacy-policy-content h2 {
    font-size: 25px;
    color: #1e293b;
}
.privacy-policy-content h3 {
    font-size: 22px;
    margin-top: 20px;
    color: #1e293b;
}
.privacy-policy-content ul li {
    color: #334155;
    font-size: 15px;
    padding: 5px 0;
}



@media (max-width: 767px) {
    .image-row {
        flex-direction: column;
    }
    .small-img { 
        width: 140px;
        height: 130px;
        margin: 10px 15px;
 }
 .image-row {
    display: inline-block;
    justify-content: center;
    gap: 125px;
    margin: 40px 0;
}
.disclaimer{
    text-align: center;
}
    .heading { font-size: 22px; }
.header {
    background: #FF22E4;
    text-align: center;
}
.logo img {
    width: 140px;
}
.logo {
    padding: 10px 0;
}
.container{
    padding-top: 0px;
}
.button-part a {
    background: #1240A7;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 8px;
}
.header-button-part {
    background: #FF22E4;
    padding: 10px 0;
}
.content-part p {
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 50px;
}
.content-part {
    padding-top: 20px;
}
.content-part p a {
    color: #046bd2;
}
.content-section {
    background-image: linear-gradient(180deg, #FF22E4 0%, #FF22E440 100%);
}
.content-section-bottom {
    background-image: linear-gradient(180deg, #FF22E440 0%, #FF22E4 100%);
    padding-bottom: 20px;
    padding-top: 20px;
}
.content-part-bottom h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.content-part-bottom p {
    text-align: center;
    font-size: 15px;
    color: #1D1D1D;
    font-family: "Poppins", Sans-serif;
}

.banner-bottom-part-content h3 {
    font-size: 23px;
    color: #000000;
    margin-top: 20px;
}
.banner-bottom-part-content p {
    text-align: center;
    font-size: 15px;
    color: #1D1D1D;
}
.banner-bottom-part-content {
    padding-bottom: 30px;
}
.mobile-section{
    display: block !important;
}



}


