b {
    font-weight: bold;
}
ul.desc_sec {
    padding: 20px 0;
}
ul.desc_sec li {
    list-style: disc;
    margin: 0px 50px;
    padding-bottom: 10px;
}
ul.desc_sec li em {
    font-style: normal;
    color: #000;
}
footer .footer-content {
    padding: 150px 0px 60px 0 !important;
}
.pt-100{
    padding-top:100px;
}
.button_sty {
    /*outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: #fff;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s 
ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s 
ease 0s;*/
}
.desc_sec_btn{
    margin-top: 40px;
    text-align: center;
}
.button_sty:hover {
    background-color: #f4813f !important;
}
p.warning_msg {
    padding-bottom: 20px;
    text-align: left;
}
    .telegram-float {
position: fixed;
width: 60px;
height: 60px;
bottom: 20px;
right: 20px;
background-color: #0088cc;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
z-index: 9999;
transition: transform 0.3s ease;
}

.telegram-float img {
width: 35px;
height: 35px;
}

.telegram-float:hover {
transform: scale(1.1);
}

/* Responsive */
@media (max-width: 480px) {
.telegram-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
}

.telegram-float img {
    width: 28px;
    height: 28px;
}
}
ul.telegram_link {
    text-align: center;
    margin-top: 40px;
}
ul.telegram_link img {
    width: 5%;
}

#footer_sec {
    background-image: none;
    background-color: #f26858;
    padding: 20px 0px;
    text-align: center;
}
#footer_sec .sub-footer{
    border:none !important;
}
#footer_sec p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#footer_sec a {
    color: #fff !important;
}
#footer_sec a:hover {
    color: #FC3 !important;
}
#warning_sec{
    background-image: none;
    background-color: #f26858e8;
    padding: 20px 0px;
    text-align: left;
}
#warning_sec p{
    color: #fff !important;
    margin: 0 30px;
}
.primary_cont .desc_sec li{
    color: #888;
}
.primary_cont .desc_sec li em {
    font-weight: bold;
    color: #fba70b;
}
.primary_cont .button_sty {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: #f4813f;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s 
ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s 
ease 0s;
}
.primary_cont .button_sty:hover {
    background-color: #f1556a !important;
}
.features-item.card_sec {
    padding: 30px 30px;
}
.action-buttons {
    display: flex;
    gap: 20px;   /* Space between buttons */
    justify-content: center;
    margin-top: 20px;
}

.circle-btn {
    /*width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
}

.circle-btn img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.circle-btn:hover {
    transform: translateY(-4px);
/*    background: #e6e6e6;*/
}
#howWorksModal ul li {
    list-style: disc;
/*    margin: 0 20px;*/
padding-bottom: 10px;
}
#howWorksModal ul {
    list-style: disc;
    margin: 0 20px;
}
.desc_sec_btn .button_sty {
    display: inline-block;
    padding: 12px 25px;
    background: #f5823a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;       /* Prevents text from breaking into two lines */
}

@media (max-width: 576px) {
    .desc_sec_btn .button_sty {
        font-size: 14px;
        padding: 10px 18px;
        white-space: normal;   /* Allow small wrapping on very small screens */
        line-height: 1.3;
    }
}
.terms_conditions ul.desc_sec li {
    color: #888 !important;
}

.terms_conditions ul.desc_sec li em{
    color: #000 !important;
}
.telegram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px; /* Increased height so Instagram can come below */
    right: 20px;
    background-color: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.telegram-float img {
    width: 35px;
    height: 35px;
}

/* Instagram Button */
.instagram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px; /* BELOW Telegram */
    right: 20px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.instagram-float img {
    width: 35px;
    height: 35px;
}
.telegram_link {
    list-style: none;
    padding: 0;
    margin: 20px auto 0;  /* centers the UL */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; /* reduce space between icons */
}

.telegram_link li img {
    width: 100% !important;
    height: 35px;
}
.instagram-float:hover {
    transform: scale(1.1);
}
.support-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 160px;
    right: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s 
ease;
}

.support-float img {
    width: 55px;
    height: auto;
}
.form-control-lg{
    font-size: 1rem !important;
}
.form-group {
    margin-bottom: 0.8rem !important;
}
.header-sticky.background-header img{
    width: 15% !important;
}
.header-area.header-sticky {
    min-height: 85px !important;
}

.free_download_card .features-item.card_sec {
    min-height: 650px; /* for large screens */
}

/* For tablets */
@media (max-width: 992px) {
    .free_download_card .features-item.card_sec {
        min-height: 500px;
    }
}

/* For mobile screens */
@media (max-width: 768px) {
    .free_download_card .features-item.card_sec {
        min-height: auto;  /* allow dynamic height */
        height: auto !important;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .free_download_card .features-item.card_sec {
        padding-bottom: 20px;
        min-height: auto;
        height: auto !important;
    }
}
.download_sec{
   margin-top: 100px !important;

}
.welcome-area .header-text .left-text {
    transform: perspective(9px) translateX(-2%) translateY(-35%);
}
.support-float:hover {
    transform: scale(1.1);
}

#contact_sec{
    background-image: none;
    background-color: #f26858cf;
    padding: 15px 0px;
    text-align: left;
}
#contact_sec .social {
    display: flex;
    justify-content: center; 
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px; /* space between icons */
}

#contact_sec .social li {
    display: inline-block;
    margin-right: 10px;
}

#contact_sec .social li a {
    display: inline-block;
    font-size: 20px;
}
#contact_sec .social li a {
    color: #fff;
}
#contact_sec .social li a i {
    margin-right: 5px; /* space between icon and text */
}