@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('../fonts/noto-sans-devanagari-v29-devanagari_latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-v23-devanagari_latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Tiro Devanagari Sanskrit';
    src: url('../fonts/tiro-devanagari-sanskrit-v5-devanagari_latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
    background-color: #fff;
    bottom: 0;
}
h4 {
    font-size: 18px;
    margin-block-start: 2px;
    margin-block-end: 2px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
}

h2 {
    margin-block-start: .3em;
    margin-block-end: .3em;
    text-transform: capitalize !important;
}
h2 a {
    text-decoration: none;
    color: black;
}
h2 a:hover {
    text-decoration: underline;
    background-color: #8888884a;
}
h3 {
    text-transform: capitalize !important;
}
h5 {
    margin-block-start: .5em;
    margin-block-end: .5em;
}
.shloka-text {
    font-family: 'Tiro Devanagari Sanskrit', serif;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin: 20px 0;
}
.welcome {
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}
.welcome h1 {
    font-size: 2rem;
    color: #ff4500;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 8px 12px;
    border-left: 5px solid #ff4500;
    border-radius: 5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.countDisplay {
    font-size: 24px;
    font-weight: bold;
    color: #ff5722;
    text-align: center;
    background: linear-gradient(90deg, #ff9800, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    border: 2px solid #ff5722;
    border-radius: 10px;
    display: inline-block;
    margin: 10px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease-in-out;
}
.countDisplay:hover {
    transform: scale(1.1);
}
.button {
    background: linear-gradient(to right, #f90, #f30);
    color: white;
    border: 0;
    padding: 12px 18px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: .3s;
}
.suggestions {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    max-width: 80%;
    margin: 20px auto;
    transition: transform .3s ease-in-out;
}
.suggestions:hover {
    transform: scale(1.02);
}
.suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.suggestions li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    padding: 12px;
    font-size: 17px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}
.suggestions li:last-child {
    border-bottom: 0;
}
.suggestions a {
    text-decoration: none;
    color: #222;
    flex-grow: 1;
    transition: color .3s ease-in-out;
}
.suggestions a:hover {
    color: #ff6f00;
    text-decoration: none;
}
.suggestions li:hover {
    background: rgba(255, 111, 0, 0.1);
    border-radius: 8px;
    padding-left: 15px;
}
.suggestions li::before {
    content: "🔥";
    font-size: 16px;
    color: #ff6f00;
}
.heading-style1 {
    margin: 20px auto;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ff4500;
    border-top: 4px solid #ff4500;
    border-bottom: 4px solid #ff4500;
    width: 80%;
    max-width: 1200px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media(max-width:768px) {
    .heading-style1 {
    font-size: 36px;
    width: 90%}
}@media(max-width:480px) {
    .heading-style1 {
    font-size: 28px;
    width: 95%;
    border-top: 3px solid #ff4500;
    border-bottom: 3px solid #ff4500;
}
}.title-jaibhole {
    text-decoration: none;
    color: white;
    font-size: 25px;
    font-style: italic;
    font-family: 'Poppins';
    font-weight: bold;
}
.top-70 {
    margin-top: 70px;
}
@media screen and (min-width:0) and (max-width:700px) {
    #div-mobile {
    display: block;
}
}@media screen and (min-width:701px) and (max-width:3000px) {
    #div-mobile {
    display: none;
}
}.index-list {
    margin: auto;
    max-width: 980px;
}
.item {
    width: 100%;
    height: 100px;
    background-color: #94878726;
    display: inline-flex;
}
.item img {
    height: 100px;
    width: 98%}
.item p {
    font-size: 15px;
}
.item a {
    text-decoration: none;
    color: black;
}
.cl-80 {
    max-width: 80%;
    float: left;
    text-transform: capitalize;
}
.cl-20 {
    width: 20%;
    float: left;
    min-width: 120px;
}
.container {
    padding: 0 5px;
}
.seeall:hover {
    background-color: #fcff3894;
    text-decoration: underline;
}
.container-body {
    max-width: 1250px;
    margin: 0 auto;
    font-size: 18px;
}
#top-image {
    max-height: 600px;
}
@media screen and (max-width:600px) {
    .container-body {
    max-width: 600px;
    margin: 0 1px 0 1px;
}
#top-image {
    max-width: 100%;
    max-height: 250px;
}
.item p {
    font-size: 12px;
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item h5 {
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
}.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.clearfix {
    content: "";
    clear: both;
    display: table;
}
.logo {
    width: 100px;
    box-shadow: 0px 2px 20px 5px #ff6c00, 0 0 40px 0 #ff4600;
    border-radius: 50%;
}
.header {
    background-color: #1b1414;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
}
.heading-items {
    padding: 15px;
    float: right;
}
.heading-items h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: -11px;
    font-family: 'Poppins';
    border: 0;
}
.header a {
    text-decoration: none;
    color: white;
    padding: 0 2px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    max-width: 350px;
}
.sidenav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: .3s;
    border-bottom: 1px solid #818181;
}
.dropdown-btn {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: 0;
    background: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: 0;
    border-block-end: 1px solid #818181;
}
.sidenav a:hover, .dropdown-btn:hover {
    color: #000;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@media screen and (max-height:450px) {
    .sidenav {
    padding-top: 15px;
}
.sidenav a {
    font-size: 18px;
}
}.dropdown-container {
    display: none;
    background-color: #fff;
}
.fa-caret-down {
    float: right;
}
@media screen and (max-height:450px) {
    .sidenav {
    padding-top: 15px;
}
.sidenav a {
    font-size: 18px;
}
}.list {
    overflow-x: scroll;
    margin-right: 8px;
}
.list-item {
    display: table-cell;
    overflow: hidden;
    padding: 2px;
    max-width: 200px;
}
.list-item a {
    text-decoration: none;
}
.list-item img {
    width: 200px;
    height: 150px;
    border-radius: 5px;
}
.list-item:hover {
    transform: scale(1.05);
}
.list::-webkit-scrollbar {
    height: 10px;
    width: 4px;
    border-radius: 10px;
}
.list::-webkit-scrollbar-thumb:horizontal {
    background: #3e3c3c;
    border-radius: 10px;
}
.list::-webkit-scrollbar-track {
    border-radius: 0;
    background: #fff;
}
.articles {
    text-align: justify;
    padding: 0 10px;
}
.chalisas-arties {
    text-align: center;
    padding: 2px;
}
.share {
    width: 100%}
.share img {
    max-width: 70%;
    animation: zoominout 1s infinite;
}
@keyframes zoominout {
    0%, 100% {
    opacity: .8;
}
50% {
    opacity: 1;
}
}.footer {
    position: absolute;
    width: 100%;
    height: fit-content;
    background: #231f1f;
    color: white;
}
.footerrights {
    border-top: 1px solid #565353b5;
    text-align: center;
    font-size: 10px;
}
.fa {
    padding: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%}
.fa:hover {
    opacity: .7;
}
.fa-facebook {
    background: #3b5998;
    color: white;
}
.fa-instagram {
    background: #ec2b2b;
    color: white;
}
.footer-body {
    margin: 1px auto;
    text-align: center;
    display: flex;
}
.footer-body-item {
    float: left;
    color: #fff;
    padding: 2px 10%;
    margin: 10px 2px;
}
.footer-body-item ul {
    list-style-type: none;
    padding: 0;
}
.footer-body-item li {
    padding-bottom: 1px;
}
.footer-body-item li:hover {
    text-decoration: underline;
}
.footer-body-item a {
    text-decoration: none;
    color: white;
}
@media screen and (max-width:1000px) {
    .footer-body {
    display: grid;
}



}.form-body {
    border: 0;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
    font-family: 'Arial', sans-serif;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 15px;
    transition: border-color .3s;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
    border-color: #007bff;
    outline: 0;
}
input[type=submit] {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    background: linear-gradient(to right, #f90, #f30);
    border: 0;
    padding: 14px 24px;
    border-radius: 8px;
    width: 100%;
    transition: .3s;
}
input[type=submit]:hover {
    background: linear-gradient(to right, #ff7800, #dc1e00);
    box-shadow: 0 4px 12px rgba(255, 69, 0, 0.3);
}
.note {
    color: #ff4500;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:600px) {
    .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
}
.sidenav {
    max-width: 100%}
}.loading {
    background-image: url('../images/spin.svg');
    background-repeat: no-repeat;
}
.loading:after {
    background-image: url('../images/spin.svg');
    content: "Loading more content...";
    text-align: right;
    padding-left: 25px;
    font-size: 35px;
}
.content {
    margin: 20px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.page-link {
    margin: 0 5px;
    padding: 10px;
    border: 1px solid #007bff;
    color: #007bff;
    text-decoration: none;
}
.page-link.active {
    background-color: #007bff;
    color: white;
}
.chatbot-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    background: linear-gradient(45deg, #f90, #f30);
    color: white;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: transform .3s ease-in-out;
}
.chatbot-icon:hover {
    transform: scale(1.1);
}
.chatbot-container {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    height: 450px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border: 2px solid #f90;
    overflow: hidden;
}
.chatbot-header {
    background: linear-gradient(45deg, #f90, #f30);
    color: white;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.chatbot-header button {
    background: transparent;
    border: 0;
    color: white;
    font-size: 22px;
    cursor: pointer;
    transition: opacity .3s;
}
.chatbot-header button:hover {
    opacity: .7;
}
.chatbot-messages {
    padding: 12px;
    height: 330px;
    overflow-y: auto;
    background: #fafafa;
}
.chatbot-messages .message {
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 8px;
    max-width: 80%;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.chatbot-messages .message.bot {
    background: #f8f8f8;
    border-left: 4px solid #f90;
}
.chatbot-messages .message.user {
    background: linear-gradient(45deg, #f90, #f30);
    color: white;
    align-self: flex-end;
    border-right: 4px solid #f30;
}
#user-input {
    width: 100%;
    padding: 12px;
    border: 0;
    border-top: 2px solid #f90;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.ReadingSection-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 30px;
    justify-content: center;
    max-width: 900px;
    margin: auto;
}
.ReadingSection-item {
    padding: 22px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.25);
    transition: transform .3s, box-shadow .3s;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--box-color);
    text-transform: uppercase;
}
.ReadingSection-item:nth-child(7n+1) {
    --box-color: linear-gradient(to right, #ffcc70, #ff6363);
}
.ReadingSection-item:nth-child(7n+2) {
    --box-color: linear-gradient(to right, #36d1dc, #5b86e5);
}
.ReadingSection-item:nth-child(7n+3) {
    --box-color: linear-gradient(to right, #ff9a9e, #fad0c4);
}
.ReadingSection-item:nth-child(7n+4) {
    --box-color: linear-gradient(to right, #a1c4fd, #c2e9fb);
}
.ReadingSection-item:nth-child(7n+5) {
    --box-color: linear-gradient(to right, #f093fb, #f5576c);
}
.ReadingSection-item:nth-child(7n+6) {
    --box-color: linear-gradient(to right, #43e97b, #38f9d7);
}
.ReadingSection-item:nth-child(7n+7) {
    --box-color: linear-gradient(to right, #fa709a, #fee140);
}
.ReadingSection-item a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
}
.eng {
    font-size: 1.4rem;
    font-weight: 600;
}
.hin {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fffde7;
}
.ReadingSection-item:hover {
    transform: translateY(-6px);
    box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.3);
}
@media(max-width:768px) {
    .ReadingSection-container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    padding: 15px;
}
.ReadingSection-item {
    padding: 20px;
    min-height: 80px;
}
.eng {
    font-size: 1.3rem;
}
.hin {
    font-size: 1.1rem;
}
}@media(max-width:480px) {
    .ReadingSection-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.ReadingSection-item {
    padding: 18px;
    min-height: 75px;
}
.eng {
    font-size: 1.2rem;
}
.hin {
    font-size: 1rem;
}
}
.our_services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 30px;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}
.our_services-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    text-align: center;
}
.our_services-item a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 20px;
}
.our_services-item img {
    width: 100%;
    height: auto;
    border-radius: 14px 14px 0 0;
}
.our_services-item h3 {
    font-size: 1.5rem;
    color: #ff6f00;
    margin: 15px 0 10px;
}
.our_services-item-heading {
    font-size: 1.5rem;
    color: #ff6f00;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 8px 12px;
    border-left: 5px solid #ff6f00;
    border-radius: 5px;
}
.our_services-item p {
    font-size: 1rem;
    color: #666;
    padding: 0 10px;
}
.our_services-item ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}
.our_services-item ul li {
    font-size: 1rem;
    color: #444;
    padding: 5px 0;
}
.our_services-item button {
    background: linear-gradient(to right, #f90, #f30);
    color: white;
    border: 0;
    padding: 12px 18px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
    transition: .3s;
}
.our_services-item button:hover {
    background: linear-gradient(to right, #f30, #f90);
    transform: scale(1.05);
}
.our_services-item:hover {
    transform: translateY(-6px);
    box-shadow: 5px 7px 20px rgba(0, 0, 0, 0.2);
}
@media(max-width:768px) {
    .our_services {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 15px;
}
.our_services-item {
    padding: 15px;
}
.our_services-item h3 {
    font-size: 1.3rem;
}
.our_services-item p {
    font-size: .9rem;
}
.our_services-item button {
    font-size: 1rem;
    padding: 10px 16px;
}
}.suggetions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}
.suggetions-list-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    text-align: center;
    padding: 15px;
}
.suggetions-list-item:hover {
    transform: translateY(-6px);
    box-shadow: 5px 7px 20px rgba(0, 0, 0, 0.2);
}
.suggetions-list-item a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px;
}
.suggetions-list-item p {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.suggetions-list-item img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}
.suggetions-list-item h3 {
    font-size: 1.5rem;
    color: #ff6f00;
    margin: 10px 0;
}
.suggetions-heading {
    font-size: 1.5rem;
    color: #ff6f00;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 8px 12px;
    border-left: 5px solid #ff6f00;
    border-radius: 5px;
}
@media(max-width:768px) {
    .suggetions-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 15px;
}
.suggetions-list-item {
    padding: 12px;
}
.suggetions-list-item h3 {
    font-size: 1.3rem;
}
.suggetions-list-item p {
    font-size: 1rem;
}
}.scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ff6f00 transparent;
}
.scroll-container::-webkit-scrollbar {
    height: 8px;
}
.scroll-container::-webkit-scrollbar-track {
    background: #333;
}
.scroll-container::-webkit-scrollbar-thumb {
    background-color: #ff6f00;
    border-radius: 4px;
}
.scroll-container iframe {
    width: 320px;
    height: 180px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: black;
}
.jaap-wrapper {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.mantra-box {
    padding: 20px;
    border: 2px solid #f90;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.selected-mantra {
    font-size: 25px;
    font-weight: bold;
    color: #f30;
    margin-top: 10px;
    border: 2px solid #f90;
    border-radius: 10px;
}
.popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    text-align: center;
    transition: opacity .3s ease, visibility .3s;
}
.popup.show {
    opacity: 1;
    visibility: visible;
}
.popup h2 {
    color: #f30;
}
.popup select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #f90;
    border-radius: 8px;
    margin-top: 10px;
}
.count-button {
    background: linear-gradient(to right, #f90, #f30);
    color: white;
    border: 0;
    padding: 25px 0;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.count-button:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
@media(max-width:480px) {
    .count-button {
    font-size: 1.5rem;
    padding: 18px 0;
}
}.custom-audio-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    margin: 20px auto;
}
.play-button {
    background: linear-gradient(90deg, #f90, #f30);
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.play-button i {
    transition: transform .2s ease-in-out;
}
#progressBar {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f90, #f30);
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
#progressBar::-webkit-slider-thumb {
    appearance: none;
    width: 12px;
    height: 12px;
    background: #f30;
    border-radius: 50%;
    cursor: pointer;
}
.custom-audio-container span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#FAQ {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    color: #1a1a1a;
}
#FAQ h3 {
    margin: 30px 0 10px;
    font-size: 1.4rem;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    position: relative;
    padding-left: 45px;
}
#FAQ h3::before {
    content: "❓";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
}
#FAQ h3:hover {
    background-color: #e0f0ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
#FAQ p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 10px 0 40px;
    padding: 0 20px 0 45px;
    position: relative;
    color: #444;
}
#FAQ p::before {
    content: "💬";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.1rem;
}
.footer-heading {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
/*New Css Started*/
.pay-btn {
    background: linear-gradient(to right, #f90, #f30);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    width: 100%;
    transition: .3s;
}
.pay-btn:hover {
    background: linear-gradient(to right, #ff7800, #dc1e00);
    box-shadow: 0 4px 12px rgba(255, 69, 0, 0.3);
}
.whatsapp-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 2px;
    background: linear-gradient(to right, #25d366, #128c7e);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
    transition: .3s;
}
.whatsapp-btn:hover {
    background: linear-gradient(to right, #1ebe5d, #0d6f5a);
    box-shadow: 0 4px 12px rgba(18, 140, 126, 0.3);
}
.qr-container {
    text-align: center;
    margin-top: 10px;
}
.qr-img {
    width: 120px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background-color: #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.qr-text {
    font-size: .9rem;
    color: #555;
    margin-top: 5px;
}

/*Price text*/
.price-pill-wrap {
  text-align: center;
  margin: 16px auto;
  max-width: 90%;
}

.price-pill {
  background: linear-gradient(to right, #ff9800, #f57c00);
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-align: center;
  animation: fadeInPop 0.6s ease;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

/* Style for the pricing info pill */
.pill-old {
  text-decoration: line-through;
  opacity: 0.7;
  font-size: 14px;
}

.pill-new {
  font-size: 20px;
  color: #fffde7;
}

.pill-discount {
  background: #d32f2f;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  color: #fff;
}

/* Animation */
@keyframes fadeInPop {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Responsive Enhancements */
@media screen and (min-width: 768px) {
  .price-pill-wrap {
    max-width: 600px;
  }

  .price-pill {
    padding: 14px 32px;
    gap: 16px;
    font-size: 18px;
  }

  .pill-old {
    font-size: 16px;
  }

  .pill-new {
    font-size: 28px;
  }

  .pill-discount {
    font-size: 14px;
    padding: 6px 12px;
  }
}




.price-tag {
  background: linear-gradient(135deg, #ff9800, #f57c00); /* Saffron gradient */
  color: #fffde7; /* Light gold-white for better contrast */
  font-weight: bold;
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}
/*Bouncing css*/
.zoomin-zoomout{
	animation: pulseZoom 1.2s infinite ease-in-out;
}

@keyframes pulseZoom {
  0% { transform: scale(1); }
  30% { transform: scale(1.08); }
  60% { transform: scale(0.95); }
  100% { transform: scale(1); }
}


.refresh-captcha-btn {
  background: transparent;
  color: #ff9800;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.refresh-captcha-btn:hover {
  color: #d84315;
}


/*Founder section css*/

.founders-section {
  background: #fffaf3;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(255, 152, 0, 0.2);
  text-align: center;
}

.section-heading {
  color: #e65100;
  font-size: 24px;
  margin-bottom: 24px;
}

.founders-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.founder-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 320px;
  flex: 1 1 300px;
  transition: transform 0.3s;
}

.founder-card:hover {
  transform: translateY(-5px);
}

.founder-card img {
  width: fit-content;
    border-radius: 8px;
    margin-bottom: 12px;
    max-height: 180px;
    object-fit: cover;
    background: #ff9800;
}

.founder-card h3 {
  color: #bf360c;
  margin: 10px 0 6px;
}

.founder-card p {
  color: #444;
  line-height: 1.5;
}


/*Testing CSS*/


table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
  }

  table th, table td {
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    text-align: left;
  }

  table th {
    background: #ff9800;
    color: white;
    font-weight: 600;
  }

  table tr:nth-child(even) {
    background: #fef5e7;
  }


/*For making box around the block or text*/
.content-box {
  background: #ffffff;
  border-left: 4px solid #ff6f00;
  padding: 24px 20px;
  margin: 24px auto;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.content-box h2 {
  color: #ff6f00;
  margin-bottom: 16px;
  font-weight: bold;
}

.content-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.content-box li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
  color: #333;
}

.content-box li::before {
  content: "🔸";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ff6f00;
}



.testimonials-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.testimonials-section h2 {
  color: #ff6f00;
  text-align: center;
  margin-bottom: 24px;
}

.testi-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.testi-wrapper {
  background: #fffefc;
  border-left: 4px solid #ff6f00;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(25% - 16px); /* 4 in a row */
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.testi-wrapper:hover {
  transform: translateY(-4px);
}

.testi-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  gap: 10px;
}

.testi-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ff6f00;
}

.testi-text h4 {
  color: #bf360c;
  margin: 0;
}

.testi-problem {
  color: #555;
  margin: 2px 0 0;
}

.testi-message {
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}

.testi-screenshot {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (max-width: 1024px) {
  .testi-wrapper {
    width: calc(50% - 16px); /* 2 per row */
  }
}

/* Mobile */
@media (max-width: 600px) {
  .testi-wrapper {
    width: 100%;
  }

  .testi-photo {
    width: 40px;
    height: 40px;
  }

}



.search-impact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  padding: 0 16px;
  max-width: 1100px;
}

.impact-box {
  flex: 1 1 280px;
  background: #fff8e1;
  border-left: 4px solid #ff6f00;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.impact-box:hover {
  transform: translateY(-4px);
}

.impact-box h3 {
  font-size: 20px;
  color: #e65100;
  margin-bottom: 6px;
}

.impact-box p {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .search-impact-section {
    flex-direction: column;
    align-items: center;
  }
}


.milestone-section {
  background: #fffaf3;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255,152,0,0.2);
  text-align: center;
}
.milestone-section h2 {
  color: #ff6f00;
  font-size: 28px;
  margin-bottom: 24px;
}
.milestone-intro {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}
.milestone-intro strong {
  color: #e65100;
}
.milestone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}
.milestone-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform .3s;
}
.milestone-card:hover {
  transform: translateY(-6px);
}
.milestone-number {
  font-weight: bold;
  color: #e65100;
  font-size: 2.2rem;
}
.milestone-label {
  margin-top: 8px;
  font-size: 1rem;
  color: #444;
}
.milestone-note {
  margin-top: 16px;
  font-size: 0.9rem;
  color: #666;
}
@media(max-width:768px) {
  .milestone-section {
    padding: 30px 16px;
  }
  .milestone-section h2 {
    font-size: 24px;
  }
  .milestone-number {
    font-size: 1.8rem;
  }
  .milestone-intro {
    font-size: 15px;
    text-align: left;
  }
}

/*For quote box*/
.speech-bubble {
  background: #fffaf3;
  border-radius: 20px;
  padding: 15px 20px;
  position: relative;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.2);;
  font-size: 18px;
  color: #333;
  border: 1px solid #d2ecf2;
}

