 .header {
     box-shadow: 2px 5px 10px rgb(0, 0, 0, 0.1);
     width: 100%;
     height: auto;
     margin: 0;
     transition: 0.5s ease-in-out;
     overflow: hidden;
 }



 /* topbar text slide*/
 .header .topbar_slide {
     width: 100%;
     height: auto;
     background-color: #820017;
     transition: 0.5s ease-in-out all;
 }

 .header .topbar_slide .text_slide {
     width: 100%;
     height: 100%;
     color: #fff;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     padding-bottom: 0;
     padding-top: 5px;
     transition: 0.5s ease-in-out all;
     font-size: 15px;
     letter-spacing: 1px;
     font-weight: 500;
 }

 /*topbar*/
 .header .topbar {
     width: 100%;
     padding: 8px 0;
     height: auto;
     overflow: hidden;
     background-color: rgb(247, 247, 247);
 }

 /*topbar left side*/
 .header .topbar .info {
     display: flex;
     justify-content: start;
     align-items: center;
     width: 100%;
 }

 .header .topbar .info a {
     margin-right: 20px;
     text-decoration: none;
     color: #111;
     font-size: 16px;
     font-weight: 500;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     transition: 0.5s ease-in-out;
 }


 .header .topbar .info a i {
     margin-right: 8px;
     font-size: 16px;
     color: #820017;
     transition: 0.5s ease-in-out;
 }

 @media(max-width:750px) {
     .header .topbar .info {
         justify-content: space-between;
     }

     .header .topbar {
         padding: 4px 20px 4px 20px;
     }

     .header .topbar .info a {
         font-size: 16px;
         font-weight: 500;
     }

 }

 @media(max-width:400px) {

     .header .topbar {
         padding: 4px 15px 4px 15px;
     }

     .header .topbar .info a {
         font-size: 14px;
         font-weight: 500;
     }

 }

 @media(max-width:360px) {

     .header .topbar .info a {
         font-size: 12px;
         font-weight: 400;
     }

     .header .topbar .info a i {
         font-size: 11px;
     }
 }

 /*topbar right side*/
 .header .topbar .social-links {
     width: 100%;
     display: flex;
     justify-content: end;
     align-items: center;
 }

 .header .topbar .social-links a {
     margin-left: 13px;
     text-decoration: none;
     padding: 0 5px;
     transition: 0.5s ease-in-out;
 }

 .header .topbar .social-links a i {
     transition: 0.5s ease-in-out;
     color: #820017;
     font-size: 16px;
 }



 .header .topbar .call_btn {
     margin-left: 30px;
     width: 20%;
     justify-content: end;
     display: flex;
     border: none;
     align-items: center;
 }

 .header .topbar .call_btn .btn:hover {
     background-color: #820017;
     /* Darker shade on hover */
     transform: translateY(-2px);
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
 }

 .header .topbar .btn {
     padding: 5px 20px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 16px;
     letter-spacing: 4px;
     border: none;
     font-weight: 500;
     transition: 0.5s ease-in-out all;
     background-color: #111;
     color: #fff;
     text-transform: uppercase;
     box-shadow: 2px 5px 8px rgb(0, 0, 0, 0.1);
 }


 /*header topbar images*/
 .header .topbar_images {
     background-color: #fff;
     width: 100%;
     margin: 0;
     gap: 0;
     height: auto;
     padding: 0px;
     transition: 0.5 ease-in-out all;
 }

 .header .topbar_images img {
     height: 100%;
     width: 100%;
     object-fit: contain;
     object-position: center;
     transition: 0.5 ease-in-out all;
 }

 @media(max-width:1000px) {
     .header .topbar_images {
         width: 100%;
         padding: 10px 20px 10px 20px;
         height: 80%;
     }

     .header .topbar_images img {
         height: 90%;
         width: 100%;
     }
 }


 /*hero section*/
 .hero {
     width: 100%;
     height: auto;
     overflow: hidden;
     padding: 0;
     margin: 0;
     background-color: #ffffff;
 }

 .hero .carousel-inner img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     object-position: center;
 }



 .hero .carousel-control-prev-icon,
 .hero .carousel-control-next-icon {
     background-color: rgba(0, 0, 0, 0.5);
     padding: 10px;
     border-radius: 50%;
     transition: 0.5s ease-in-out;
 }

 @media (max-width: 768px) {

     .hero .carousel-control-prev-icon,
     .hero .carousel-control-next-icon {
         padding: 12px;
     }
 }




 /*Astrological Remedies*/
 .remedies {
     padding: 80px;
     width: 100%;
     height: auto;
     overflow: hidden;
     z-index: 1;
     background-image: url('../media/bg/remedies_bg.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }


 .remedies p:first-child {
     font-size: 13px;
     text-align: center;
     margin-bottom: 0;
     color: #820017;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 15px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     text-transform: capitalize;
 }

 .remedies h2 {
     font-size: 35px;
     line-height: 40px;
     text-transform: capitalize;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 20px;
     font-weight: 700;
     padding: 0px 0 30px;
     color: #222;
     position: relative;
 }

 .remedies h2::before {
     content: "";
     position: absolute;
     height: 3px;
     width: 10%;
     border-radius: 100%;
     background-color: #820017;
     display: block;
     margin: auto;
     bottom: 0;
     left: 0;
     right: 0;
 }


 /*card remidies*/
 /* --- CARD BASE --- */
 .remedies .remedies_card {
     background-color: #ffffff;
     border-radius: 15px;
     overflow: hidden;
     width: 100%;
     height: auto;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
     transition: transform 0.4s ease, box-shadow 0.4s ease;
     display: flex;
     flex-direction: column;
 }

 /* --- HOVER TRANSFORM --- */
 .remedies .remedies_card:hover {
     transform: translateY(-8px) scale(1.02);
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
 }

 /* --- IMAGE WRAPPER --- */
 .remedies .remedies_card .remedies_img {
     width: 100%;
     aspect-ratio: 4/3;
     overflow: hidden;
     position: relative;
 }

 /* --- IMAGE --- */
 .remedies .remedies_card .remedies_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease, filter 0.5s ease;
     filter: brightness(0.8);
 }

 /* --- IMAGE HOVER --- */
 .remedies .remedies_card:hover img {
     transform: scale(1.05);
     filter: brightness(1);
 }

 /* --- CARD CONTENT --- */
 .remedies .remedies_card .remedies_content {
     padding: 24px;
     display: flex;
     flex-direction: column;
     gap: 12px;
 }

 /* --- HEADING --- */
 .remedies .remedies_card .remedies_content h3 {
     font-size: 22px;
     color: #222;
     font-weight: 700;
     margin: 0;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 /* --- PARAGRAPH --- */
 .remedies .remedies_card .remedies_content p {
     font-size: 15px;
     color: #333;
     font-weight: 400;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 05px;
 }

 /*btn*/
 .remedies .remedies_card .remedies_content .remedy_btn {
     transition: 0.5s ease-in-out all;
 }


 .remedies .remedies_card .remedies_content .remedy_btn .btn {
     position: relative;
     display: inline-flex;
     align-items: center;
     padding: 4px 10px;
     background-color: #820017;
     color: #fff;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 500;
     font-size: 15px;
     letter-spacing: 1.5px;
     cursor: pointer;
     overflow: hidden;
     z-index: 1;
     transition: all 0.4s ease-in-out;
 }

 .remedies .remedies_card .remedies_content .remedy_btn .btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background-color: #da0024;
     /* darker shade on hover */
     z-index: -1;
     transition: all 0.4s ease-in-out;
 }

 .remedies .remedies_card .remedies_content .remedy_btn .btn i {
     margin-left: 8px;
     transition: transform 0.4s ease;
 }

 .remedies .remedies_card:hover .remedies_content .remedy_btn .btn::before {
     left: 0;
 }

 .remedies .remedies_card:hover i {
     transform: translateX(5px);
 }

 .remedies .remedies_card:hover .btn {
     box-shadow: 0 8px 20px rgba(130, 0, 23, 0.35);
     border: none;
 }

 @media (max-width: 1200px) {

     .remedies {
         padding: 70px;
         height: auto;
         width: 100%;
     }

     .remedies h2 {
         font-size: 30px;
         padding: 0 0 25px 0;
     }

     .remedies .remedies_card .remedies_content {
         padding: 15px;
     }

     .remedies .remedies_card .remedies_content h3 {
         font-size: 15px;
     }

     .remedies .remedies_card .remedies_content p {
         font-size: 13px;
         text-align: justify;
     }

     .remedies .remedies_card .remedies_content .remedy_btn .btn {
         font-size: 12px;
         padding: 5px 8px;
     }
 }


 @media (max-width: 995px) {
     .remedies {
         padding: 60px;
         height: auto;
     }

     .remedies .remedies_card .remedies_content {
         padding: 25px;
     }

     .remedies .remedies_card .remedies_content h3 {
         font-size: 22px;
     }

     .remedies .remedies_card .remedies_content p {
         font-size: 15px;
     }

     .remedies .remedies_card .remedies_content .remedy_btn .btn {
         font-size: 14px;
         padding: 5px 10px;
     }
 }


 @media (max-width: 769px) {
     .remedies {
         padding: 50px 40px;
         margin: 0;
     }

     .remedies h2 {
         font-size: 24px;
         padding: 0 0 20px 0;
     }

     .remedies h2::before {
         width: 25%;
     }

     .remedies .remedies_card .remedies_content {
         padding: 20px;
     }

     .remedies .remedies_card .remedies_content h3 {
         font-size: 20px;
     }

     .remedies .remedies_card .remedies_content p {
         font-size: 15px;
     }

     .remedies .remedies_card .remedies_content .remedy_btn .btn {
         font-size: 15px;
         padding: 6px 12px;
     }
 }


 @media (max-width: 550px) {

     .remedies {
         height: auto;
         padding: 40px 20px;
         margin: 0;
     }

     .remedies .remedies_card .remedies_content {
         padding: 25px;
     }

     .remedies .remedies_card .remedies_content h3 {
         font-size: 25px;
     }

     .remedies .remedies_card .remedies_content p {
         font-size: 16px;
     }

     .remedies .remedies_card .remedies_content a {
         font-size: 14px;
     }

     .remedies .remedies_card .remedies_content .remedy_btn .btn {
         font-size: 14px;
         padding: 5px 11px;
     }

 }

 @media (max-width: 450px) {
     .remedies {
         padding: 40px 15px;
     }


     .remedies p:first-child {
         font-size: 11px;
         line-height: 0;
     }

     .remedies h2 {
         font-size: 22px;
         padding: 0 0 15px 0;
     }

     .remedies h2::before {
         width: 30%;
         margin-bottom: 5px;
     }

     .remedies .remedies_card .remedies_content h3 {
         font-size: 19px;
     }

     .remedies .remedies_card .remedies_content p {
         font-size: 15px;
     }

 }



 /*about section*/
 .about {
     padding: 80px;
     width: 100%;
     height: auto;
     overflow: hidden;
     z-index: 1;
     background-image: url('../media/bg/remedies_bg.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }

 .about .about_content {
     padding-left: 50px;
 }

 /* Section Heading */
 .about .about_content h2 {
     font-size: 35px;
     color: #222;
     padding-bottom: 20px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     text-transform: capitalize;
     font-weight: 700;
     position: relative;
 }

 .about .about_content h2::before {
     content: "";
     position: absolute;
     height: 3px;
     width: 20%;
     border-radius: 100%;
     background-color: #820017;
     display: block;
     margin: auto;
     bottom: 0;
     left: 0;
 }

 .about .about_content p {
     font-size: 16px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 500;
     color: #333;
 }

 .about .about_content .first_para {
     margin-top: 20px;
 }

 .about .about_img {
     height: 600px;
     width: 100%;
     object-position: center;
     object-fit: cover;
     border-radius: 20px;
     overflow: hidden;
 }

 .about .about_img img {
     filter: grayscale(100%);
     transition: 0.4s ease-in-out all;
     width: 100%;
     object-position: center;
     object-fit: cover;
     height: 100%;
 }

 .about .about_img img:hover {
     filter: none;
     transition: 0.4s ease-in-out all;
     transform: scale(1.05);
 }


 .about .advantages ul {
     list-style: none;
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .about .advantages ul>li {
     margin-top: 12px;
     list-style: none;
     text-transform: capitalize;
     font-size: 15px;
     font-weight: 400;
     color: #222;
     transition: 0.5s ease-in-out all;
 }

 .about .advantages ul>li i {
     margin-right: 4px;
     color: #820017;
     font-size: 15px;
 }

 .about .advantages ul>li:hover {
     transition: 0.5s ease-in-out all;
     color: #ff002f;
 }


 @media(max-width:1200px) {
     .about {
         padding: 70px;
     }

     .about .about_content {
         padding-left: 30px;
     }

     .about .about_img {
         height: auto;
         width: 100%;
         object-position: center;
         object-fit: cover;
         border-radius: 20px;
         overflow: hidden;
     }
 }


 @media (max-width: 995px) {
     .about {
         padding: 60px;
     }

     .about .about_content h2 {
         font-size: 30px;
         line-height: 30px;
         padding-bottom: 25px;
         text-align: start;
         /* Golden shade for astrology */
     }

     .about .about_content {
         padding-left: 10px;
     }

     .about .about_content p {
         font-size: 13px;
         text-align: justify;

     }

     .about .about_img {
         width: 100%;
         height: auto;
     }

     .about .about_img img {
         width: 100%;
         height: 100%;
     }
 }



 @media (max-width: 769px) {
     .about {
         padding: 50px 40px;
     }

     .about .about_content h2 {
         font-size: 24px;
     }

     .about .about_content {
         padding: 25px 0px 0px 0px;
     }

     .about .about_img {
         width: 100%;
         height: 80%;
     }

     .about .about_img img {
         width: 100%;
         height: 100%;
         object-position: bottom;
     }
 }


 @media (max-width: 550px) {
     .about {
         height: auto;
         padding: 40px 30px;
     }

     .about .about-content {
         padding: 30px 0px 10px 0;
     }

     .about .about_content h2 {
         font-size: 22px;
         padding-bottom: 15px;
     }

     .about .about_content .first_para {
         margin-top: 15px;
     }

     .about .about_content p {
         font-size: 15px;
     }

     .about .about_img {
         width: 100%;
         height: 90%;
     }

     .about .about_img img {
         width: 100%;
         height: 100%;
         object-position: center;
     }
 }

 @media (max-width: 450px) {

     .about {
         padding: 40px 15px;
     }


     .about .about_content h2 {
         padding-bottom: 15px;
         font-size: 22px;
     }
 }



 /*mobile banner*/
 .mobile_banner {
     width: 100%;
     height: auto;
     padding: 0;
     margin: 0;
     overflow: hidden;
     display: block;
     display: none;
 }

 .mobile_banner img {
     width: 100%;
     height: 100%;
     display: block;
     max-height: 700px;
     object-fit: cover;
     object-position: center;
 }

 @media (max-width: 550px) {
     .mobile_banner {
         display: block;
         height: auto;
     }
 }


 /*laptop banner*/
 .astro_banner {
     height: auto;
     width: 100%;
     padding: 0;
     margin: 0;
     overflow: hidden;
     background-color: #fff4e6;
     /* Optional background */
 }

 .banner_image {
     width: 100%;
     height: auto;
     display: block;
     max-height: 700px;
     object-fit: cover;
 }

 /* Optional: Make sure image scales properly on small screens */
 @media (max-width: 768px) {
     .banner_image {
         max-height: none;
         object-fit: contain;
     }
 }

 @media (max-width: 550px) {
     .astro_banner {
         display: block;
         display: none;
     }
 }

 /*why choose us*/
 .why_choose {
     padding: 80px;
     width: 100%;
     height: auto;
     overflow: hidden;
     z-index: 1;
     background-image: url('../media/bg/why_choose_bg.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }



 .why_choose h2 {
     font-size: 35px;
     text-transform: capitalize;
     padding-bottom: 25px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     position: relative;
     font-weight: 700;
     color: #ffffff;
 }

 .why_choose h2::before {
     content: "";
     position: absolute;
     height: 3px;
     width: 10%;
     border-radius: 100%;
     background-color: #fff;
     display: block;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
 }

 .why_choose .why_choose_card {
     padding: 10px 10px;
     margin-top: 15px;
     overflow: hidden;
     transition: 0.5s ease-in-out;
     height: auto;
     width: 100%;
 }

 .why_choose .why_choose_card .why_choose_images {
     height: 100px;
     width: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 15px;
 }

 .why_choose .why_choose_card .why_choose_images img {
     width: 100%;
     height: 100%;
     transition: 0.5s ease-in-out;
 }

 @keyframes vibrateShake {
     0% {
         transform: translateX(0);
     }

     15% {
         transform: translateX(-5px);
     }

     30% {
         transform: translateX(5px);
     }

     45% {
         transform: translateX(-4px);
     }

     60% {
         transform: translateX(4px);
     }

     75% {
         transform: translateX(-2px);
     }

     90% {
         transform: translateX(2px);
     }

     100% {
         transform: translateX(0);
     }
 }

 .why_choose .why_choose_card:hover .why_choose_images img {
     animation: vibrateShake 1s ease-in-out;
 }

 .why_choose .why_choose_card .content h4 {
     font-size: 20px;
     margin-bottom: 10px;
     color: #ffffff;
     font-weight: 700;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .why_choose .why_choose_card .content p {
     font-size: 16px;
     color: #fbfbfb;
     font-weight: 400;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 @media (max-width: 1200px) {
     .why_choose {
         height: auto;
         width: 100%;
         padding: 70px;
     }

     .why_choose h2::before {
         width: 14%;
     }

     .why_choose h2 {
         font-size: 30px;
     }

     .why_choose .why_choose_card .content h4 {
         font-size: 17px;
     }

     .why_choose .why_choose_card .content p {
         font-size: 14px;
     }

     .why_choose .why_choose_card {
         padding: 5px 5px;
     }

 }

 @media (max-width: 995px) {
     .why_choose {
         padding: 60px;
         margin: 0;
     }

     .why_choose h2 {
         font-size: 30px;
     }

     .why_choose .why_choose_card {
         padding: 10px 10px;
     }

     .why_choose .why_choose_card .content h4 {
         font-size: 21px;
     }

     .why_choose .why_choose_card .content p {
         font-size: 14px;
         text-align: justify;
     }

     .why_choose .why_choose_card .why_choose_images {
         height: 80px;
         width: 80px;
     }
 }


 @media (max-width: 769px) {
     .why_choose {
         padding: 50px 40px;
         margin: 0;
     }

     .why_choose .why_choose_card {
         padding: 0px 0px;
         gap: 0px;
     }

     .why_choose .why_choose_card .content h4 {
         font-size: 20px;
     }

     .why_choose .why_choose_card .content p {
         font-size: 14px;
     }

     .why_choose .why_choose_card .why_choose_images {
         height: 90px;
         width: 90px;
     }
 }


 @media (max-width: 550px) {
     .why_choose {
         padding: 40px 20px;
         margin: 0;
     }

     .why_choose h2::before {
         width: 25%;
     }

     .why_choose .why_choose_card {
         padding: 10px 25px;

         margin: 0;
     }

     .why_choose .why_choose_card .content h4 {
         font-size: 22px;
     }

     .why_choose .why_choose_card .content p {
         font-size: 15px;
     }

     .why_choose .why_choose_card .why_choose_images {
         height: 90px;
         width: 90px;
     }
 }

 @media (max-width: 450px) {

     .why_choose {
         padding: 40px 15px;
         margin: 0;
     }

     .why_choose .why_choose_card {
         padding: 10px 10px;
     }

     .why_choose .why_choose_card .content h4 {
         font-size: 22px;
     }

     .why_choose .why_choose_card .content p {
         font-size: 15px;
     }

     .why_choose .why_choose_card .why_choose_images {
         height: 100px;
         width: 100px;
     }
 }



 /*astrology_solutions*/
 .astrology_solutions {
     padding: 80px;
     width: 100%;
     height: auto;
     overflow: hidden;
     z-index: 1;
     background-image: url('../media/bg/bg_2.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }

 .astrology_solutions h2 {
     font-size: 35px;
     text-transform: capitalize;
     padding-bottom: 25px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     position: relative;
     font-weight: 700;
     color: #222;
 }

 .astrology_solutions h2::before {
     content: "";
     position: absolute;
     height: 3px;
     border-radius: 100%;
     width: 10%;
     background-color: #820017;
     display: block;
     margin: auto;
     bottom: 0;
     left: 0;
     right: 0;
 }

 /*card solution astrology*/
 /* --- CARD BASE --- */
 .astrology_solutions .solution_card {
     background-color: #ffffff;
     border-radius: 15px;
     overflow: hidden;
     width: 100%;
     height: auto;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
     transition: transform 0.4s ease, box-shadow 0.4s ease;
     display: flex;
     flex-direction: column;
 }

 /* --- HOVER TRANSFORM --- */
 .astrology_solutions .solution_card:hover {
     transform: translateY(-8px) scale(1.02);
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
 }

 /* --- IMAGE WRAPPER --- */
 .astrology_solutions .solution_card .astrology_images {
     width: 100%;
     aspect-ratio: 4/3;
     overflow: hidden;
     position: relative;
 }

 /* --- IMAGE --- */
 .astrology_solutions .solution_card .astrology_images img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease, filter 0.5s ease;
     filter: brightness(0.8);
 }

 /* --- IMAGE HOVER --- */
 .astrology_solutions .solution_card:hover img {
     transform: scale(1.05);
     filter: brightness(1);
 }

 /* --- CARD CONTENT --- */
 .astrology_solutions .solution_card .solution_content {
     padding: 24px;
     display: flex;
     overflow: hidden;
     flex-direction: column;
     gap: 12px;
 }

 /* --- HEADING --- */
 .astrology_solutions .solution_card .solution_content h3 {
     font-size: 22px;
     color: #222;
     font-weight: 700;
     margin: 0;
     text-transform: capitalize;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 /* --- PARAGRAPH --- */
 .astrology_solutions .solution_card .solution_content p {
     font-size: 15px;
     color: #333;
     font-weight: 400;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 5px;
 }


 .astrology_solutions .solution_card .solution_content .remedy_btn {
     transition: 0.5s ease-in-out all;
 }


 .astrology_solutions .solution_card .solution_content .remedy_btn .btn {
     position: relative;
     display: inline-flex;
     align-items: center;
     padding: 4px 10px;
     background-color: #820017;
     color: #fff;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 500;
     font-size: 15px;
     letter-spacing: 1.5px;
     cursor: pointer;
     overflow: hidden;
     z-index: 1;
     transition: all 0.4s ease-in-out;
 }

 .astrology_solutions .solution_card .solution_content .remedy_btn .btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background-color: #da0024;
     /* darker shade on hover */
     z-index: -1;
     transition: all 0.4s ease-in-out;
 }

 .astrology_solutions .solution_card .solution_content .remedy_btn .btn i {
     margin-left: 8px;
     transition: transform 0.4s ease;
 }

 .astrology_solutions .solution_card:hover .solution_content .remedy_btn .btn::before {
     left: 0;
 }

 .astrology_solutions .solution_card:hover i {
     transform: translateX(5px);
 }

 .astrology_solutions .solution_card:hover .btn {
     box-shadow: 0 8px 20px rgba(130, 0, 23, 0.35);
     border: none;
 }




 @media (max-width: 1200px) {

     .astrology_solutions {
         padding: 70px;
     }

     .astrology_solutions h2 {
         font-size: 30px;
         padding-bottom: 25px;
     }

     .astrology_solutions .solution_card .solution_content {
         padding: 20px;
     }

     .astrology_solutions .solution_card .solution_content h3 {
         font-size: 17px;
     }

     .astrology_solutions .solution_card .solution_content p {
         font-size: 14px;
         text-align: justify;
     }


     .astrology_solutions .solution_card .solution_content .remedy_btn .btn {
         font-size: 12px;
         padding: 5px 8px;
     }
 }


 @media (max-width: 995px) {
     .astrology_solutions {
         padding: 60px;
         height: auto;
     }

     .astrology_solutions h2 {
         font-size: 30px;
     }

     .astrology_solutions .solution_card .solution_content {
         padding: 30px;
     }

     .astrology_solutions .solution_card .solution_content h3 {
         font-size: 20px;
     }

     .astrology_solutions .solution_card .solution_content p {
         font-size: 14px;
     }

     .astrology_solutions .solution_card .solution_content .remedy_btn .btn {
         font-size: 14px;
         padding: 5px 10px;
     }
 }


 @media (max-width: 769px) {
     .astrology_solutions {
         padding: 50px 40px;
         margin: 0;
     }

     .astrology_solutions h2 {
         font-size: 26px;
     }

     .astrology_solutions h2::before {
         width: 25%;
     }

     .astrology_solutions .solution_card .solution_content {
         padding: 20px;
     }

     .astrology_solutions .solution_card .solution_content h3 {
         font-size: 16px;
     }

     .astrology_solutions .solution_card .solution_content p {
         font-size: 13px;
     }


 }


 @media (max-width: 550px) {

     .astrology_solutions {
         height: auto;
         padding: 40px 20px;
         margin: 0;
         width: 100%;
     }

     .astrology_solutions .solution_card .solution_content {
         padding: 25px;
     }

     .astrology_solutions .solution_card .solution_content h3 {
         font-size: 24px;
     }

     .astrology_solutions .solution_card .solution_content p {
         font-size: 15px;
     }
 }

 @media (max-width: 450px) {
     .astrology_solutions {
         padding: 40px 15px;
     }

     .astrology_solutions h2 {
         font-size: 22px;
     }

     x .astrology_solutions .solution_card .solution_content {
         padding: 25px;
     }

     .astrology_solutions .solution_card .solution_content h3 {
         font-size: 19px;
     }

     .astrology_solutions .solution_card .solution_content p {
         font-size: 15px;
     }
 }

 /*core services*/

 /*core services section*/
 .core_services {
     position: relative;
     padding: 80px;
     width: 100%;
     height: auto;
     overflow: hidden;
     z-index: 1;
     background-image: url('../media/bg/core_bg.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
     color: #000;
 }

 .core_services::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 0;
 }

 /* Ensure all children appear above the overlay */
 .core_services>* {
     position: relative;
     z-index: 1;
 }

 .core_services .core_services_images {
     border-radius: 20px;
     overflow: hidden;
     width: 100%;
     height: auto;
 }

 .core_services .core_services_images img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     transition: 0.5s ease-in-out all;
     filter: brightness(80%);
 }

 .core_services .core_services_images:hover img {
     filter: brightness(100%);
     transition: 0.5s ease-in-out all;
     transform: scale(1.05);
 }

 .core_services .core_content h3 {
     font-size: 30px;
     color: #fff;
     text-transform: capitalize;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 20px;
     font-weight: 700;
     position: relative;
 }

 .core_services .core_content p {
     color: #fff;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 25px;
 }

 .core_services .core_content .call_now {
     transition: 0.5s ease-in-out all;
 }

 .core_services .core_content .call_now .btn {
     color: #000;
     transition: 0.5s ease-in-out all;
     letter-spacing: 1px;
     background-color: #fff;
     border-radius: 10px;
     padding: 8px 15px;
     text-transform: uppercase;
     font-size: 14px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 600;
 }

 .core_services .core_content .call_now .btn:hover {
     background-color: #820017;
     color: #fff;
 }


 .core_services .core_content .call_now .btn i {
     margin-left: 5px;
     transition: 0.5s ease-in-out all;
 }

 .core_services .core_content .call_now .btn:hover i {
     transition: 0.5s ease-in-out all;
     transform: translateX(3px);
 }


 #divorce_solution {
     padding-left: 60px;
 }

 #inter_caste {
     padding-right: 60px;
 }


 @media (max-width: 1200px) {

     .core_services {
         padding: 70px;
     }

     .core_services .core_content h3 {
         font-size: 25px;
         margin-bottom: 10px;
     }

     .core_services .core_content p {
         font-size: 14px;
         margin-bottom: 20px;
     }

     .core_services .core_content .readmore {
         padding: 6px 10px;
         font-size: 12px;
     }

     .core_services .core_content .readmore i {
         margin-left: 5px;
         font-size: 12px;
     }

     #divorce_solution {
         padding-left: 50px;
     }

     #inter_caste {
         padding-right: 50px;
     }

     .core_services .core_content .call_now .btn {
         font-size: 14px;
         padding: 7px 9px;
     }
 }

 @media (max-width: 995px) {
     .core_services {
         padding: 60px;
         height: auto;
     }

     #divorce_solution {
         padding-left: 30px;
     }

     #inter_caste {
         padding-right: 30px;
     }

     .core_services .core_content h3 {
         font-size: 20px;
         line-height: 35px;
         margin-bottom: 10px;
     }

     .core_services .core_content p {
         font-size: 14px;
         margin-bottom: 20px;
         text-align: justify;
     }

     .core_services .core_content .call_now .btn {
         font-size: 14px;
         padding: 8px;
     }
 }


 @media (max-width: 769px) {
     .core_services {
         padding: 50px 40px;
         margin: 0;
     }

     .core_services .core_content h3 {
         font-size: 25px;
         line-height: 35px;
         margin-bottom: 05px;

     }

     .core_services .core_content p {
         font-size: 15px;
         line-height: 23px;
         margin-bottom: 20px;
     }

     #divorce_solution {
         padding-left: 00px;
     }

     #inter_caste {
         padding-right: 0px;
     }

     .core_services .core_content .call_now .btn {
         font-size: 15px;
         padding: 8px 12px;
     }
 }


 @media (max-width: 550px) {

     .core_services {
         padding: 40px 20px;
         margin: 0;
     }

     .core_services .core_content h3 {
         font-size: 22px;
         line-height: 35px;
         margin-bottom: 05px;

     }

     .core_services .core_content p {
         font-size: 15px;
         line-height: 23px;
         margin-bottom: 22px;
         text-align: justify;
     }
 }

 @media (max-width: 450px) {
     .core_services {
         padding: 40px 15px;
     }
 }

 /*counter number*/
 .counter {
     height: auto;
     width: 100%;
     padding: 80px;
     overflow: hidden;
     background-color: #ffffff;
 }

 .counter .counter_content {
     padding-right: 70px;
 }

 .counter .counter_content p:first-child {
     font-size: 13px;
     margin-bottom: 0;
     color: #820017;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 15px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     text-transform: capitalize;

 }

 .counter .counter_content h2 {
     font-size: 35px;
     line-height: 40px;
     text-transform: capitalize;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 700;
     color: #222;
     margin-bottom: 20px;
     position: relative;
 }

 .counter .counter_content p {
     font-size: 16px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 400;
     color: #333;
 }

 .counter .counter_img {
     height: auto;
     width: 100%;
     overflow: hidden;
 }

 .counter .counter_img img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     object-position: center;
     transition: 0.5s ease-in-out all;
 }

 .counter .counter_box {
     padding: 30px;
     width: 100%;
     overflow: hidden;
     text-align: center;
     height: auto;
 }

 .counter .counter_box .number {
     color: #820017;
     font-weight: 700;
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     font-size: 40px;
 }

 .counter .counter_box small {
     font-size: 15px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 500;
     color: #111;
 }


 @media (max-width:1200px) {
     .counter {
         padding: 70px;
     }

     .counter .counter_box {
         padding: 10px;
     }

     .counter .counter_box .number {
         font-size: 25px;
     }

     .counter .counter_box small {
         font-size: 13px;
     }
 }

 @media (max-width: 995px) {
     .counter {
         padding: 60px;
         height: auto;
     }

     .counter .counter_content h2 {
         font-size: 30px;
         line-height: 35px;
         margin-bottom: 10px;
     }

     .counter .counter_content p {
         font-size: 14px;
     }

     .counter .counter_content {
         padding-right: 50px;
     }

     .counter .counter_box {
         padding: 0px;
     }

     .counter .counter_box .number {
         font-size: 20px;
         line-height: 0;
         margin-bottom: 0;
     }

     .counter .counter_box small {
         font-size: 10px;
         margin-top: 0;
     }
 }

 @media (max-width: 769px) {
     .counter {
         padding: 50px 40px;
     }

     .counter .counter_content {
         padding-right: 0px;
     }

     .counter .counter_content h2 {
         font-size: 28px;
     }

     .counter .counter_content p {
         font-size: 13px;
     }

     .counter .counter_box {
         padding: 0px;
     }

     .counter .counter_box .number {
         font-size: 17px;
     }

     .counter .counter_box small {
         font-size: 9px;
     }
 }

 @media (max-width: 700px) {

     .counter .counter_content {
         padding-right: 0px;
     }

     .counter .counter_content h2 {
         font-size: 28px;
     }

     .counter .counter_content p {
         font-size: 15px;
     }

     .counter .counter_box {
         padding: 10px;
     }

     .counter .counter_box .number {
         font-size: 30px;
     }

     .counter .counter_box small {
         font-size: 14px;
     }
 }

 @media (max-width: 550px) {
     .counter {
         padding: 40px 20px;
         margin: 0;
     }

     .counter .counter_content h2 {
         font-size: 23px;
     }

     .counter .counter_content p {
         font-size: 15px;
         text-align: justify;
     }

     .counter .counter_box .number {
         font-size: 35px;
     }

     .counter .counter_box small {
         font-size: 13px;
     }
 }


 @media (max-width: 450px) {

     .counter {
         padding: 40px 15px;
     }

     .counter .counter_box .number {
         font-size: 30px;
     }

     .counter .counter_box small {
         font-size: 14px;
     }
 }

 /*reviwes testimonials*/
 .testimonials_reviews {
     position: relative;
     padding: 80px;
     width: 100%;
     height: auto;
     overflow: hidden;
     z-index: 1;
     background-image: url('../media/bg/reviews_bg.jpg');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }

 .testimonials_reviews::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.218);
     z-index: 0;
 }

 .testimonials_reviews p:first-child {
     font-size: 13px;
     text-align: center;
     margin-bottom: 0;
     color: #820017;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 15px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     text-transform: capitalize;
 }

 .testimonials_reviews h2 {
     font-size: 35px;
     line-height: 40px;
     text-transform: capitalize;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-bottom: 20px;
     font-weight: 700;
     padding: 0px 0 30px;
     color: #222;
     position: relative;
 }



 .testimonials_reviews .swiper {
     width: 100%;
     margin-top: 35px;
     height: 100%;
     z-index: 0;
 }

 .testimonials_reviews .swiper .swiper-slide {
     border: 1px solid rgb(0, 0, 0, 0.1);
     height: auto;
     background-color: #fff;
     width: 100%;
     padding: 25px;
     box-shadow: 1px 2px 5px rgb(0, 0, 0, 0.1);
     cursor: grab;
     border-radius: 20px;
     overflow: hidden;
     z-index: 0;
 }

 .testimonials_reviews .swiper .swiper-slide .image {
     border-radius: 50%;
     overflow: hidden;
     margin-bottom: 10px;
     height: 80px;
     width: 80px;
     justify-content: center;
     align-items: center;
     display: flex;
 }

 .testimonials_reviews .swiper .swiper-slide .image img {
     display: flex;
     height: 100%;
     width: 100%;
 }

 .testimonials_reviews .swiper-slide .stars {
     margin-bottom: 5px;
 }

 .testimonials_reviews .swiper-slide .stars i {
     font-size: 15px;
     color: gold;
 }

 .fa-quote-left,
 .fa-quote-right {
     margin: 2px;
     font-size: 17px;
     color: #9e0e0e;
 }

 .testimonials_reviews .swiper-slide h5 {
     color: #555;
     font-size: 12px;
     margin-bottom: 0;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin-top: 15px;
     font-weight: 500;
     text-transform: capitalize;
 }

 .testimonials_reviews .swiper-slide h6 {
     font-weight: 500;
     font-size: 17px;
     font-style: italic;
     color: #820017;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     text-transform: capitalize;
 }

 .testimonials_reviews .swiper-slide p {
     color: #333;
     font-size: 16px;
     margin-bottom: 10px;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-weight: 500;
     line-height: 22px;
     margin: 10px 0 10px 0;
 }


 @media (max-width: 1200px) {

     .testimonials_reviews {
         padding: 70px;
     }
 }


 @media (max-width: 995px) {
     .testimonials_reviews {
         padding: 60px;
         height: auto;
     }
 }

 @media (max-width: 769px) {
     .testimonials_reviews {
         padding: 50px 40px;
         margin: 0;
     }
 }

 @media (max-width: 550px) {
     .testimonials_reviews {
         padding: 40px 20px;
         margin: 0;
     }

     .testimonials_reviews .swiper .swiper-slide .image {
         width: 50px;
         height: 50px;
     }
 }

 @media (max-width: 450px) {
     .testimonials_reviews {
         padding: 40px 15px;
     }
 }

 /*footer*/
 footer {
     height: auto;
     width: 100%;
     background-color: #5a0011;
     color: #fbfbfb;
     padding: 60px 0 0;
     overflow: hidden;
 }

 footer .footer_contact {
     width: 100%;
     height: auto;
 }

 .footer .footer_contact p {
     color: #fff;
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 500;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .footer .logo {
     height: auto;
     width: 70%;
     display: flex;
     object-fit: contain;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     transition: 0.4s ease-in-out;
 }

 .footer .logo img {
     transition: 0.4s ease-in-out;
     width: 100%;
     object-fit: cover;
     object-position: center;
     height: 100%;
 }

 .footer .logo img:hover {
     transform: scale(1.03);
 }

 .footer .social_links {
     width: auto;
     margin-bottom: 20px;
 }


 .footer .footer_links h4 {
     text-transform: uppercase;
     margin-bottom: 20px;
     font-size: 27px;
     font-weight: 600;
     color: #fff;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }


 .footer .social_links a {
     font-size: 18px;
     height: 40px;
     width: 40px;
     margin-right: 10px;
     border: 1px solid rgba(255, 255, 255, 0.3);
     justify-content: center;
     color: #ffffff;
     transition: all 0.4s ease-in-out;
     display: flex;
     align-items: center;
     border-radius: 50%;
     text-decoration: none;
 }


 #tweet,
 #face_b,
 #insta_g,
 #link_d {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     justify-content: center;
     align-items: center;
     display: flex;
     transition: all 0.5s ease-in-out;
 }

 #tweet:hover {
     color: #fff;
     background-color: #000;
     transform: rotate(360deg);
     transition: all 0.5s ease-in-out;
 }

 #face_b:hover {
     color: #fff;
     background-color: #1877F2;
     transform: rotate(360deg);
     transition: all 0.5s ease-in-out;
 }

 #insta_g:hover {
     color: #fff;
     background-color: purple;
     transition: all 0.5s ease-in-out;
     transform: rotate(360deg);
     background: linear-gradient(to right, #fa7e1e, #d62976, #962fbf, #4f5bd5);
 }


 #link_d:hover {
     color: #fff;
     background-color: #0077B5;
     transition: all 0.5s ease-in-out;
     transform: rotate(360deg);
 }


 .footer .footer_links ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer .footer_links ul>li {
     margin-top: 12px;
     list-style: none;
     text-transform: capitalize;
     font-size: 16px;
     transition: 0.5s ease-in-out all;
 }

 .footer .footer_links ul>li:hover i {
     transition: 0.5s ease-in-out all;
     padding-right: 10px;
 }

 .footer .footer_links ul>li>i {
     margin-right: 5px;
     transition: 0.5s ease-in-out all;
     color: #ffffff;
 }

 .footer .footer_links ul>li>a {
     color: rgba(255, 255, 255);
     font-weight: 500;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     transition: 0.4s ease-in-out;
     text-transform: capitalize;
     text-decoration: none;
 }

 .footer .footer-links ul>li>a:hover {
     padding-left: 5px;
     color: #000000;
 }

 .footer .copyright {
     padding: 0;
 }


 @media(max-width:1200px) {
     .footer p {
         font-size: 13px;
     }

     .footer .footer_links h4 {
         font-size: 22px;
     }

     .footer .social_links a {
         font-size: 16px;
     }

     .footer .footer_links ul>li {
         font-size: 14px;
         margin-top: 10px;
     }
 }


 @media(max-width:995px) {
     footer {
         padding: 60px 60px 0px 60px;
     }

     .footer p {
         font-size: 14px;
         font-weight: 400;
     }

     .footer .logo {
         height: auto;
         width: 80%;
     }


     .footer .footer_links h4 {
         font-size: 21px;
     }

     .footer .social_links a {
         font-size: 14px;
     }

     .footer .footer_links ul>li {
         font-size: 14px;
         margin-top: 10px;
     }
 }

 @media(max-width:769px) {
     footer {
         padding: 50px 50px 0 50px;
     }

     .footer p {
         font-size: 15px;
         font-weight: 400;
     }


     .footer .footer_links {
         margin-top: 20px;
     }

     .footer .footer_links h4 {
         font-size: 24px;
     }

     .footer .social_links a {
         font-size: 14px;
     }

     .footer .footer_links ul>li {
         font-size: 14px;
         margin-top: 10px;
     }

 }

 @media(max-width:550px) {
     footer {
         padding: 40px 30px 0 30px;
     }
 }

.hidden-xs{display: inherit;}
     .visible-xs{display: none;}

 @media(max-width:450px) {
     footer {
         padding: 40px 15px 0 15px;


     }
     .hidden-xs{display: none;}
     .visible-xs{display: inherit!important;}
 }

 .fixed_call_icon {
     position: fixed;
     bottom: 30px;
     left: 30px;
     z-index: 9999;
     width: 65px;
     height: 65px;
     background: linear-gradient(135deg, #820017, #e9052f);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
     transition: all 0.3s ease-in-out;
     animation: floatEffect 3s ease-in-out infinite;
     cursor: pointer;
 }

 .fixed_whatspp_icon {
     position: fixed;
     bottom: 30px;
     right: 30px;
     z-index: 9999;
     width: 65px;
     height: 65px;
     background: linear-gradient(135deg, #075e54, #128c7e);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
     transition: all 0.3s ease-in-out;
     animation: floatEffect 3s ease-in-out infinite;
     cursor: pointer;
 }

 .fixed_call_icon:hover,
 .fixed_whatspp_icon:hover {
     transform: scale(1.1);
     box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
     background: linear-gradient(135deg, #e60000, #cc0000);
 }

 .fixed_call_icon i,
 .fixed_whatspp_icon i {
     font-size: 26px;
     color: #fff;
 }

 @media (max-width:700px) {

     .fixed_call_icon i,
     .fixed_whatspp_icon i {
         font-size: 20px;
     }

     .fixed_whatspp_icon,
     .fixed_call_icon {
         width: 50px;
         height: 50px;
     }
 }

 /* Smooth floating animation */
 @keyframes floatEffect {

     0%,
     100% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-6px);
     }
 }