footer> div {
margin: 0 auto;
}
footer > div > div{
    /* width: %; */
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    }

    footer > div > div :nth-child(1) {
        width: 40%;
    }
    footer > div > div :nth-child(1) > div {
        width: 100%;
    }
  
    footer > div > div :nth-child(2) > div {
        width: 100%;
    }
    footer :nth-child(2) > div > div {
        width: 100%;
        text-align: center;
        }
        footer :nth-child(2) > div > div p {
            width: 100%;
            text-align: center;
            }
    footer > div > div > div ul {
        width: 100%;
    }
    footer > div > div > div ul li{
        width: 100% !important;
    }
    footer > div > div > div ul li p{
        width: 100% !important;
    }
    footer > div > div > div ul li p span i{
        width: 20px !important;
    }
    .widget-title{
        width: 100% !important;
    }
    .menu-item-907 a span i{
        width: auto;
    }
    .menu-item-907 a i{
        width: auto !important;
    }

    * {
        border: 0;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .terms {
        width: 100%;
        background: url("/images/astreso-01.webp");
        background-size: cover;
        height: 62vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ourterms{
        width: 100%;
    }
    .ourterms > h1 {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        color: white;
        font-family: "Montserrat", system-ui;
    font-size: 2.5rem;
    font-weight: 600;
    }
    .condition {
        margin: 40px auto;
        padding: 0 50px;
    }
    .undercondition {
        width: 80%;
        margin: 0 auto;
    }
    .undercondition h3 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        font-family: "Montserrat", system-ui;
        font-weight: 600;
        font-size: 1.3rem;
    }
    .privacyline {
position: absolute;
width: 138px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.Yourrightsline{
position: absolute;
width: 138px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.Collectionline{
position: absolute;
width: 118px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.Usageline{
position: absolute;
width: 70px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.Consentline{
position: absolute;
width: 90px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.Sharingline{
position: absolute;
width: 85px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.Securityline{
position: absolute;
width:225px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;  
}
.changesline{
position: absolute;
width:333px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;  
}
.Retentionline{
position: absolute;
width:312px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;  
}
    .pripara {
        width: 90%;
        margin: 40px auto;
    }
    .pripara p {
        width: 90%;
        margin: 30px auto;
        font-family: "Poppins", system-ui;
        font-size: 0.95rem;
        font-weight: 400;
       text-align: left;
        color:#2b2b2d;
    }
   
    .lowertermsimg {
position: absolute;
content: '';
background: url('/images/shape.svg') no-repeat;
width: 100%;
height: 273px;
left: 0;
right: 0;
transform: scale(-1);
bottom: -1%;
z-index: 1;
}
.sevenlines {
width: 80% !important;
margin: 60px auto;
}
.sevenlines li{
font-family: "Poppins", system-ui;
font-size: 0.95rem;
margin: 15px auto;
color:#2b2b2d;
}
.bold-numbers {
counter-reset: item;
list-style: none;
}

.bold-numbers li {
counter-increment: item;
margin-bottom: 5px;
}

.bold-numbers li::before {
content: counter(item) ". ";
font-weight: 500; /* Make the number bold */
margin-right: 5px;
}
   
.bigpointspara{
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pointscircle{
    width: 80%;
/* height: 100px; */
padding: 20px 20px;
height: 253px;
border-radius: 10px;
background: url('/images/Ultimate-Guide-to-Astrology-App-Development.png');
/* background: linear-gradient(-227deg, rgb(143 139 130 / 46%) 10%, rgb(195 150 38) 84%); */
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.sevenlines h2{
color: rgb(0, 0, 0);
font-family: "Montserrat", system-ui;
font-weight: 600;
font-size: 1.1rem;
margin-bottom: 22px !important;
width: 100%;
margin: 0 auto;
}
.mainrishi{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 2%;
    animation: spin 12s infinite linear;
    display: flex;
align-items: center;
justify-content: center;
}
.panditimg{
width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 2%;
    top: 8%;
}
.panditimg img{
width: 100%;
}

@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.mainrishi img{
width: 100%;
}

.yourrights{
    width: 90%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.leftrights{
    width: 64%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.leftrights h3{
    width: 90%;
    margin: 0 auto;
        position: relative;
        font-family: "Montserrat", system-ui;
        font-weight: 600;
        font-size: 1.3rem;
}
.leftrights p{
    width: 90%;
        margin: 30px auto;
        font-family: "Poppins", system-ui;
        font-size: 0.95rem;
        font-weight: 400;
       text-align: left;
        color:#2b2b2d;
}
.rightrights {
width: 370px;
height: 370px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}

.handbox {
width: 100%;
height: 100%;
background-size: cover !important;
background: url('/images/astro-banner-hand.png') no-repeat;
animation: spin 12s infinite linear; /* Rotates only the background */
}

@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

.hand-image {
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.terms {
    width: 100%;
    background: url("/images/astreso-01.webp");
    background-size: cover;
    height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ourterms{
    width: 100%;
}
.ourterms > h1 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-family: "Montserrat", system-ui;
font-size: 2.5rem;
font-weight: 600;
}
.condition {
    margin: 40px auto;
    padding: 0 50px;
}
.undercondition {
    width: 80%;
    margin: 0 auto;
}
.undercondition h3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: "Montserrat", system-ui;
    font-weight: 600;
    font-size: 1.3rem;
}
.lineterms {
position: absolute;
width: 210px;
top: 61%;
left: 0;
background: rgb(244, 208, 28);
height: 4px !important;
border: none;
opacity: 1 !important;
}
.allpoints {
    width: 90%;
    margin: 40px auto;
}
.allpoints ol {
    width: 93%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.allpoints ol li {
    font-family: "Poppins", system-ui;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 10px auto;
    width: 100%;
    text-align: left;
    color:#2b2b2d;
}
.lowertermsimg {
position: absolute;
content: '';
background: url('/images/shape.svg') no-repeat;
width: 100%;
height: 273px;
left: 0;
right: 0;
transform: scale(-1);
bottom: -1%;
z-index: 1;
}
.sevenlines {
width: 80% !important;
margin: 60px auto;
}
.sevenlines li{
font-family: "Poppins", system-ui;
font-size: 0.95rem;
margin: 15px auto;
color:#2b2b2d;
}
.bold-numbers {
counter-reset: item;
list-style: none;
}

.bold-numbers li {
counter-increment: item;
margin-bottom: 5px;
}

.bold-numbers li::before {
content: counter(item) ". ";
font-weight: 500; /* Make the number bold */
margin-right: 5px;
}

.bigpointspara{
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pointscircle{
    width: 80%;
/* height: 100px; */
padding: 20px 20px;
height: 253px;
border-radius: 10px;
background: url('/images/Ultimate-Guide-to-Astrology-App-Development.png');
/* background: linear-gradient(-227deg, rgb(143 139 130 / 46%) 10%, rgb(195 150 38) 84%); */
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.sevenlines h2{
color: rgb(0, 0, 0);
font-family: "Montserrat", system-ui;
font-weight: 600;
font-size: 1.1rem;
margin-bottom: 22px !important;
width: 100%;
margin: 0 auto;
}
.mainrishi{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 2%;
    animation: spin 12s infinite linear;
    display: flex;
align-items: center;
justify-content: center;
}
.panditimg{
width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 2%;
    top: 8%;
}
.panditimg img{
width: 100%;
}

@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.mainrishi img{
width: 100%;
}




.chatbot-container {
    width: 184px;
    height: 48px;
    position: fixed;
    bottom: 0.8%;
    right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
    overflow: hidden;
    z-index: 9999;
    /* border-radius: 50%; */
}

.chatbot-container.open {
    width: 28%;
    height: 85%;
    border-radius: 0; /* No border radius when open */
    z-index: 9999;
}


@media screen and (min-width:500px) {

.chatbot-header h3 {
    display: block !important;
}

}





    .chatbot-header {
        background-image: -webkit-linear-gradient(0deg, rgb(231 143 5) 0%, rgb(203 74 12) 100%);
    color: white;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    display: flex;
    aign-items: center;
    align-items: center;
    justify-content: center;
}
.chatbot-header h3{
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    padding-left: 2%;
    /* font-family: "Montserrat", system-ui; */
}
.chatbox {
    padding: 10px;
    height: calc(100% - 120px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* content stacks from the top */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.chatbox.visible {
    visibility: visible;
}

    .chat-message {
        margin-bottom: 10px;
    }

    .bot-message {
    color: #000;
    background-color: #f1f1f1;
    padding: 8px 21px;
    border-radius: 18px;
    display: inline-block;
    position: relative;
    max-width: 75%;
}

    .user-message {
    color: #ffffff;
    background-color: #d25d0a;
    padding: 6px 18px;
    border-radius: 18px;
    display: inline-block;
    text-align: right;
    margin-left: auto;
    float: right;
    position: relative;
    max-width: 75%;
}

.user-input {
    padding: 10px;
    border-radius: 0 0 15px 15px;
    background-color: #f1f1f1;
    /* background-image: -webkit-linear-gradient(0deg, rgb(231 143 5) 0%, rgb(203 74 12) 100%); */
    display: none;
}

    .userNameInput {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-top: 10px;
    }

    button {
        cursor: pointer;
    }
    .submituser {
    padding: 10px;
    background-image: -webkit-linear-gradient(0deg, rgb(231 143 5) 0%, rgb(203 74 12) 100%);
    color: #ffffff;
    /* border: 1px solid white; */
    /* background: #df7d07; */
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-family: "Poppins", system-ui;
    justify-content: center;
}
.submituser:hover{
    background: #1e1f23;
    color:white;
}
#userNameInput{
    border: 1px solid #f0e7d7;
    box-shadow: 0 0 1px #eae1d4;
    border-radius: 4px;
}
    

    .option-buttons {
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.useroptionchat{
    display: flex !important;
    flex-wrap: wrap !important;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-evenly;

}
.useroptionchat button {
    width: 47%;
    padding: 10px;
    background: #ffffff;
    color: #010101;
    border: 1px solid #d5d5d5;
    font-size: 0.83rem;
    /* font-weight: 500; */
    /* width: 100%; */
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-family: "Poppins", system-ui;
}
    .option-buttons button {
    padding-bottom:10px;
   
}
.openyesbutton{
    background-color: #d25d0a;
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", system-ui;
    width: 45%;
    margin-left: 3%;
    margin-right: 3%;
}
.opennobutton{
    background-color: #1e1f23;
    font-size: 0.95rem;
    font-weight: 400;
    color:white;
    font-family: "Poppins", system-ui;
    width: 45%;
}
.bluecolorDiv{
    background-color: #d25d0a;
    position: absolute;
    top: 0;
    right: 0%;
    width: 16px;
    height: 16px;
}
.greencolorDiv{
    background-color: #f1f1f1;;
    position: absolute;
    top: 0;
    left: 0%;
    width: 20px;
    height: 20px;
}
.usersubmit{
    display:flex;
 display: block !important;
}
/* .astrosmlogo{
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin-right: 7px;
    animation: spin 4s infinite linear;
    transform-origin: center;
    backface-visibility: hidden;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */



.astrosmlogo {
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin-right: 7px;
    animation: flipPause 3s infinite ease-in-out; 
}

@keyframes flipPause {
    0% {
        transform: rotateY(0deg); 
    }
    50% {
        transform: rotateY(180deg); 
    }
    100% {
        transform: rotateY(360deg); 
    }
}


.astrosmlogo img{
width: 100%;
}