@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*******************************Our Services****************************/
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}
p{
    font-family: "Carlito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
button{
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}
span{
    font-family: "Carlito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
.services{
    background:#ebe6de;
    padding: 40px 0;
    position: relative;
    box-shadow: 1px -1px 14px -1px gray
}
.icon-services{
    font-size: 60px; 
    color: #fff;
}
.services::before,
.services::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 0a12 12 0 100 24 12 12 0 000-24zm2 18.25L8.75 15a1 1 0 01.25-1.75H11V8a1 1 0 112 0v5.25h2a1 1 0 01.25 1.75L14 18.25z"/></svg>') center / contain no-repeat;
}
.services::before {
    top: 20%;
    left: 10%;
}
.services::after {
    bottom: 20%;
    right: 10%;
}
.services::after {
    bottom: 20%;
    right: 10%;
}
.services-card{
    background: rgb(243, 239, 239);
    width: auto;
    padding: 10px;
    border-radius: 15px;
    flex: 0 0 20%;
    box-shadow: 6px 6px 6px 6px #cbdcdf;
}
.services-card p{
    font-weight: 400;
    font-style: normal;
}
.icon{
    background: rgb(0 123 255);
    max-width: 60px; 
    padding: 20px; 
    border-radius: 55px
}
.services-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
    width: 90% 
}
.service-button{
    color: #fff;
    background: rgb(75, 0, 130);
    padding: 12px;
    border:none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600
}
.service-button:hover{
    background: rgb(179, 130, 219);
}
@media(max-width: 1016px){
    .services-data {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .services-data {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services-card {
        flex: 2 0 45%;
        /* margin: 10px; */
    }
}

/**************************About************************/
.about-section {
    padding: 2%;
    background: rgb(204, 220, 230);
    display: flex;
    justify-content: center;
    align-items: center;
}

.data {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1450px;
    position: relative;
}

.about-img {
    width: 100%;
    max-width: 100%;
    height: 20%;
    border-radius: 5px;
    margin: 3%;
    position: relative;
}

.youtube-button{
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 72%;
    transform: translate(-50%, -50%);
    color: rgb(252, 73, 73);
}

.paragraph {
    text-align: center;
    width: 100%;
}

.paragraph h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.paragraph p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.legacy {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.legacy-report {
    text-align: center;
}
@media(max-width: 767px){
    .youtube-button{
        font-size: 5rem;
        position: absolute;
        top: 73%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}
@media(max-width: 591px){
    .youtube-button{
        font-size: 5rem;
        position: absolute;
        top: 76%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}
@media(max-width: 550px){
    .youtube-button{
        font-size: 5rem;
        position: absolute;
        top: 79%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}
@media(max-width: 497px){
    .youtube-button{
        font-size: 4rem;
        position: absolute;
        top: 82%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}
@media(max-width: 436px){
    .youtube-button{
        font-size: 4rem;
        position: absolute;
        top: 84%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}
@media(max-width: 399px){
    .youtube-button{
        font-size: 3rem;
        position: absolute;
        top: 86%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}
@media(max-width: 377px){
    .youtube-button{
        font-size: 3rem;
        position: absolute;
        top: 87%;
        left: 50%;
        color: rgb(252, 73, 73);
    }
}

@media (min-width: 768px) {
    .data {
        flex-direction: row;
        justify-content: space-between;
    }

    .paragraph {
        text-align: left;
        width: 50%;
    }

    .about-img {
        max-width: 50%;
    }

    .legacy {
        margin-top: 0;
    }
}


/***************************License*************************/
.total-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 12px;
}
.kundli {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    margin: 10px;
}
.kundli h3 {
    margin: 0; 
}
.kundli p {
    margin: 0; 
}
.data-One{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.data-One h5{
    font-size: 0.9rem;
    color: #fff;  
}
@media (max-width: 973px) {
    .total-data {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 8px;
    }
    
    .kundli {
        width: 130px;
        height: 130px;
        background-color: #fff;
        border-radius: 50%; 
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center;
        margin: 7px;
    }
    
    .kundli h3 {
        margin: 0; 
    }
    
    .kundli p {
        margin: 0;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .total-data {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; 
        align-items: center;
        padding: 12px;
    }
    
    .kundli {
        width: 130px;
        height: 130px;
        padding: 20px; 
    }
}
/********************************book now******************************/
.book-now {
    padding: 2%;
    background-color: rgb(242 243 233);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 19px 12px 18px #5f5341
}

.book-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    position: relative;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.book-img {
    width: 100%;
    max-width: 100%;
    height: 20%;
    border-radius: 5px;
    margin: 3%;
}

.youtube-button-book {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    font-size: 3em; /* Adjust the size as needed */
    color: rgb(252, 73, 73);
}

.book-paragraph {
    text-align: center;
    width: 100%;
}

.book-paragraph h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.book-paragraph p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media(max-width: 768px){
    .youtube-button-book {
        position: absolute;
        top: 25%;
        left:50%
    }
}
@media(max-width: 672px){
    .youtube-button-book {
        position: absolute;
        top: 24%;
        left:50%    
    }
}
@media(max-width: 618px){
    .youtube-button-book {
        position: absolute;
        top: 22%;
        left:50%    
    }
}
@media(max-width: 547px){
    .youtube-button-book {
        position: absolute;
        top: 20%;
        left:50%    
    }
}
@media(max-width: 525px){
    .youtube-button-book {
        position: absolute;
        top: 18%;
        left:50%;   
    }
}
@media(max-width: 491px){
    .youtube-button-book {
        position: absolute;
        top: 16%;
        left:50%;   
    }
}
@media(max-width: 491px){
    .youtube-button-book {
        position: absolute;
        top: 15%;
        left:50%;   
    }
}
@media(max-width: 420px){
    .youtube-button-book {
        position: absolute;
        top: 13%;
        left:50%;   
    }
}
@media(max-width: 369px){
    .youtube-button-book {
        position: absolute;
        top: 12%;
        left:50%;   
    }
}

@media (min-width: 769px) {
    .book-data {
        flex-direction: row;
        justify-content: space-between;
    }

    .book-paragraph {
        text-align: left;
        width: 50%;
    }

    .book-img {
        max-width: 50%;
    }   
}

.book-button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background-color: #a18711;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.book-button:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .book-img {
        max-width: 100%; /* Set image width to 100% on smaller screens */
    }
}

/***********************testimonials*******************/
.testimonials {
    display: flex;
    padding: 50px 20px; /* Adjust padding as needed */
    align-items: center;
    justify-content: center;
    min-height: 60vh; /* Adjust min-height as needed */
    background: linear-gradient(to left top, #d9cdbb, #e5dfaa);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); /* Adjust box-shadow as needed */
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.carousel {
    display: flex;
    gap: 20px; /* Adjust gap between cards */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
}

.carousel::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

.card {
    flex: 0 0 auto;
    width: 300px; /* Set fixed width for each card */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    list-style-type: none;
}

.card:hover {
    transform: translateY(-5px);
}

.testimonials-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; /* Adjust margin as needed */
}

.testimonials-img img {
    width: 100px; /* Adjust image size */
    height: 100px; /* Adjust image size */
    border-radius: 50%; /* Make the image round */
}

.card h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(112, 79, 79);
    margin-bottom: 10px;
    text-align: center;
}

.card span {
    font-size: 1.1rem;
    color: #6a6d78;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.rate {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.rate i {
    font-size: 1.2rem;
    color: #ffc107;
}

@media screen and (max-width: 1200px) {
    .wrapper {
        padding: 0 20px; 
    }
}

@media screen and (max-width: 900px) {
    .carousel {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .card {
        flex: 0 0 auto;
        width: calc(100vw - 40px);
        max-width: 300px; 
        margin-right: 20px; 
    }

    .carousel:hover .card {
        transform: none; 
    }
}

@media screen and (max-width: 600px) {
    .carousel {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .card {
        flex: 0 0 auto;
        width: calc(100vw - 40px);
        max-width: 300px; 
        margin-right: 20px;
    }

    .carousel:hover .card {
        transform: none;
    }
}
/****************************BLOG**************************/
.blog-body {
    display: flex;
    padding: 40px;
    align-items: center;
    justify-content: center;
    min-height: 55vh;
    background: #efefef;
}

.blog-wrapper {
    max-width: 1300px;
    width: 100%;
    position: relative;
}

.blog-wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.blog-wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.blog-wrapper i:first-child {
    left: -22px;
}

.blog-wrapper i:last-child {
    right: -22px;
}

.blog-wrapper .blog-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.blog-carousel::-webkit-scrollbar {
    display: none;
}

.blog-carousel.no-transition {
    scroll-behavior: auto;
}

.blog-carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.blog-carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.blog-carousel :where(.blog-card, .blog-img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-carousel .blog-card {
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding: 15px;
    flex-direction: column;
    border-radius: 8px;
}

.blog-carousel .blog-card .blog-img {       
    height: 200px;
    width: 700px;
}

.blog-card .blog-img img {
    width: 350px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 5px
}

.blog-carousel .blog-card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.blog-carousel .blog-card span {
    color: #6a6d78;
    font-size: 1.31rem;
}
@media(max-width: 1212px){
    .blog-card .blog-img img{
        width: 280px;
    }
}
@media(max-width: 997px){
    .blog-card .blog-img img{
        width: 250px;
    }
}
@media screen and (max-width: 900px) {
    .blog-wrapper .blog-carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
    .blog-card .blog-img img{
        width: 300px;
    }
}
@media screen and (max-width: 722px) {
    .blog-card .blog-img img{
        width: 250px;
    }
}
@media screen and (max-width: 631px) {
    .blog-card .blog-img img{
        width: 230px;
    }
}

@media screen and (max-width: 600px) {
    .blog-wrapper .blog-carousel {
        grid-auto-columns: 100%;
    }
    .blog-card .blog-img img{
        width: 400px;
    }
}
@media screen and (max-width: 500px) {
    .blog-card .blog-img img{
        width: 350px;
    }
}
@media screen and (max-width: 500px) {
    .blog-card .blog-img img{
        width: 300px;
    }
}
@media screen and (max-width: 395px) {
    .blog-card .blog-img img{
        width: 265px;
    }
}

/****************************FAQ***************************/
.faq {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.faq-section {
    background-color: #fff;
    padding: 50px 20px;
    max-width: 1300px;
    box-shadow: 0 2px 8px gray;
}

.section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f1f1f1;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}

.toggle-icon {
    font-size: 1.5em;
    color: #333;
}

.faq-answer {
    display: none;
    padding: 15px 10px;
    font-size: 1em;
    color: #555;
}

.faq-answer p {
    margin: 0;
}

@media (max-width: 600px) {
    .section-title {
        font-size: 2em;
    }

    .faq-question h3 {
        font-size: 1em;
    }

    .faq-answer {
        font-size: 0.9em;
    }
}
/***************************Horoscope*************************/
.horoscope-body {
	display: flex;
	padding: 16px 35px;
	align-items: center;
	justify-content: center;
}

.horoscope-wrapper {
	width: 100%;
	position: relative;
}

.horoscope-wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-50%);
	transition: transform 0.1s linear;
}

.horoscope-wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}

.horoscope-wrapper i:first-child {
	left: -22px;
}

.horoscope-wrapper i:last-child {
	right: -22px;
}

.horoscope-wrapper .horoscope-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 5) - 12px); /* Adjust for 5 cards */
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.horoscope-carousel::-webkit-scrollbar {
	display: none;
}

.horoscope-carousel.no-transition {
	scroll-behavior: auto;
}

.horoscope-carousel.horoscope-dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}

.horoscope-carousel.horoscope-dragging .horoscope-card {
	cursor: grab;
	user-select: none;
}

.horoscope-carousel :where(.horoscope-card, .horoscope-img) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.horoscope-carousel .horoscope-card {
	scroll-snap-align: start;
	height: 233px;
	list-style: none;
	background: #fff;
	cursor: pointer;
	padding-bottom: 15px;
	flex-direction: column;
	border-radius: 8px;
}

.horoscope-carousel .horoscope-card .horoscope-img {
	background: #8b53ff;
	height: 148px;
	width: 148px;
	border-radius: 50%;
}

.horoscope-card .horoscope-img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
}

.horoscope-carousel .horoscope-card h3 {
	font-weight: 500;
	font-size: 1.56rem;
	margin: 30px 0 5px;
    
}
.horoscope-carousel .horoscope-card h2 {
	font-weight: 700;
    font-style: normal;
	font-size: 1.56rem;
	margin: 30px 0 5px;

}

.horoscope-carousel .horoscope-card span {
	color: #6a6d78;
	font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
	.horoscope-wrapper .horoscope-carousel {
		grid-auto-columns: calc((100% / 2) - 9px); /* Adjust for 2 cards */
	}
}

@media screen and (max-width: 600px) {
	.horoscope-wrapper .horoscope-carousel {
		grid-auto-columns: 100%; /* Adjust for 1 card */
	}
}
/**********************Product******************************/
.product-body {
    display: flex;
    padding: 16px 35px;
    align-items: center;
    justify-content: center;
    background: #b8d2d5;
    box-shadow: 30px 48px 31px 44px #7dced7;
}

.product-wrapper {
	width: 100%;
	position: relative;
}

.product-heading{
    margin-top: 3%;
    font-weight: 700;
    font-style: normal;
}

.product-wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-50%);
	transition: transform 0.1s linear;
}

.product-wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}

.product-wrapper i:first-child {
	left: -22px;
}

.product-wrapper i:last-child {
	right: -22px;
}

.product-wrapper .product-carousel {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}

.product-carousel::-webkit-scrollbar {
	display: none;
}

.product-carousel.no-transition {
	scroll-behavior: auto;
}

.product-carousel.product-dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}

.product-carousel.product-dragging .product-card {
	cursor: grab;
	user-select: none;
}

.product-carousel :where(.product-card, .product-img) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-carousel .product-card {
	scroll-snap-align: start;
	height: 233px;
	list-style: none;
	background: #fff;
	cursor: pointer;
	padding-bottom: 15px;
	flex-direction: column;
	border-radius: 8px;
}

.product-carousel .product-card .product-img {
	background: #8b53ff;
	height: 148px;
	width: 148px;
	border-radius: 50%;
}

.product-card .product-img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
}
.product-link{
    text-decoration: none;
}
.product-carousel .product-card h3 {
	font-weight: 500;
	font-size: 1.56rem;
	margin: 30px 0 5px;
    
}
.product-card h2 {
    font-weight: 700;
    font-style: normal;
}

.product-carousel .product-card span {
	color: #6a6d78;
	font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
	.product-wrapper .product-carousel {
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .product-carousel {
		display: grid;
        grid-template-columns: repeat(1, 1fr);
	}
}

/***************************Total Data*************************/
.total-counting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 50 12px;
    padding-top: 20px;
    background: rgb(233 192 132);
    box-shadow: 1px 2px 18px -2px gray;
    margin-bottom: 1%
}
.counting {
    width: 100px;
    height: 100px;
    border-radius: 50%; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    margin: 10px;
}
.counting h3{
    font-size: 2rem;
}
.kundli h3 {
    margin: 0; 
}
.kundli p {
    margin: 0; 
}
.data-One{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.data-One h3{
    font-size: 2rem;
    color: #fff;  
}
@media (max-width: 973px) {
    .total-data {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 8px;
    }
    
    .kundli {
        width: 130px;
        height: 130px;
        background-color: #fff;
        border-radius: 50%; /* Make it circular */
        display: flex;
        flex-direction: column; /* Stack items vertically */
        justify-content: center; /* Center items vertically */
        align-items: center;
        margin: 7px;
    }
    
    .kundli h3 {
        margin: 0; 
    }
    
    .kundli p {
        margin: 0;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .total-data {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; /* Center vertically */
        align-items: center;
        padding: 12px;
    }
    
    .kundli {
        width: 130px;
        height: 130px;
        padding: 20px; /* Add padding for better readability */
    }
}
