@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins";
}
.ffsecond {
    font-family: 'Philosophera';
}

body {
    margin: 0;
}
body {
    overflow-x: hidden;
}
button{
    border: none;
}
/* scrollbar  */
.astro_scrollbar, body::-webkit-scrollbar {
    width: 5px;
}
.astro_scrollbar,body::-webkit-scrollbar-track {
    background-color: transparent;
}
.astro_scrollbar,body::-webkit-scrollbar-thumb {
    background-color: var(--main_color);
    border-radius: 10px;
}
.astro_scrollbar,body::-webkit-scrollbar-thumb:hover {
    background-color: var(--main_color);
}
/* Basic root  */
:root {
    --main_color: #ff3c00 !important;
    --secondary_color: #0066ff !important;
    --main_opacity_l: #ff3c0073 !important;
    --yellow: #FFBD13;
	--blue: #4383FF;
	--blue-d-1: #3278FF;
	--light: #F5F5F5;
	--grey: #AAA;
	--white: #FFF;
	--shadow: 8px 8px 30px rgba(0,0,0,.05);
}
.astro_m_bg {
    background-color: #ff3c00 !important;
    color: #fff !important;
}
.astro_s_bg {
    background-color: #0066ff;
    color: #fff;
}
.astro_m_color {
    color: #ff3c00;
}
.astro_s_color {
    color: #0066ff;
}
h1 {
    font-size: 35px;
    color: #000;
}
h2 {
    font-size: 35px;
    color: #000;
}
h3 {
    font-size: 19px;
    color: #000;
}
h4 {
    font-size: 16px;
    color: #000;
}
p {
    font-size: 14px;
    color: #000;
}
a {
    text-decoration: none !important;
    color: #000;
}
.mt4{
  margin-top: 4rem;
}
.dropdowns_options_fs {
    font-size: 13px;
}
.hover_pop {
  transition: 0.2s;
}
.hover_pop:hover{
  scale: 0.95;
}
.bp_b {
    background-position: bottom;
}
.bp_t {
    background-position: top;
}
.text-sm {
  font-size: 14px !important;
}
.z99{
  z-index: 99 !important;
}
.bgTransparent {
    background-color: #00000022;
}
.astroSeeAllBtns {
    background-color: #fff;
    border: 1px solid var(--main_color);
    color: var(--main_color);
    height: 40px;
    transition: 0.2s;
    font-size: 14px;
}
.astroSeeAllBtns:hover {
    background-color: var(--main_color);
    color: #fff;
    font-size: 13px;
}
.astro_dropdown342 {
    padding: 5px 0px !important;
    display: none;
    position: absolute;
    left: 0;
    background-color: rgb(255, 255, 255);
    min-width: 200px;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    /* box-shadow: rgba(99, 99, 99, 0.103) 0px 2px 8px 0px; */
    border: 1px solid #eaeaea;
    overflow: hidden;
    font-size: 14px;
}
.astro_nav_links12 a {
    font-size: 14px;
}
.astro_dropdown342 li {
    padding: 2px 10px;
    transition: 0.1s;
}
.astro_dropdown342 li:hover {
    background-color: #ececec;
}
.cursor {
    cursor: pointer;
}
.text-black {
    color: #000 !important;
}
.reomiveDisc li {
    list-style-type: none;
    text-transform: capitalize;
}
.astro_d3 {
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
}
.astro_d32 {
    display: flex ;
    align-items: center ;
    justify-content: center ;
}
.astro_d33 {
    display: flex ;
    align-items: center ;
    justify-content: center ;
}
.astro_dc {
    display: flex;
    align-items: center;
}
ul {
    padding: 0px !important;
    margin: 0px !important;
}
.h100 {
    min-height: 100vh;
}
.h75 {
    min-height: 75vh;
    padding-top: 50px;
}

/* navbar styling start  */
.astro_nav {
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff27;
    backdrop-filter: blur(4px);
    z-index: 999;
}
.astro_nav_logo {
    width: 120px;
}
.homeFixedImage {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../img/astrology/astrobggif.gif');
    z-index: -2;
    background-size: cover;
}
.astro_section_one {
    height: 92.8vh;
    overflow: hidden;
    position: relative;
    /* background-image: url("/assets/img/astrology/astrobggif.gif"); */
    /* background-image: url("https://kamleshyadav.com/html/astrology/version-1/images/content/index/Vastu-shashtra1-.jpg"); */
    background-color: transparent !important;
    background-size: cover;
    background-position: center;
}
.design_circle {
    height: 200px;
    width: 200px;
    background-color: var(--main_color);
    filter: blur(100px);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.logicBtnsAstro {
    height: 40px;
    min-width: 65px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
}
.light_color{
  background-color: #ffedd1 !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.astro_nav_links12 {
    z-index: 999;
    position: relative;
}
.astro_nav_links12:hover .astro_dropdown342 {
    display: flex;
}
.astro_dropdown342  {
  position: absolute;
}
.consultNowAstroBtn {
    background-color: var(--main_color);
    height: 45px;
    width: 160px;
    border: none;
    border-radius: 6px !important;
    transition: 0.2s;
    font-size: 14px;
    color: #fff;
    transition: 0.2s;
}
.consultNowAstroBtn:hover {
    scale: 0.98;
}
.astrology_bacckground_img {
    position: absolute;
    right: 0;
}

.astrology_bacckground_img img {
    filter: drop-shadow(0px 0px 10px #ff3300);
}

#circle {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: black;
    pointer-events: none;
}
.homeTitleH1 {
    font-size: 55px !important;
    line-height: 55px;
}
.astrohomepageTextWrapper {
    /* background-color: #00000036;
    backdrop-filter: blur(10px); */
    position: relative;
    z-index: 9;
    border-radius: 10px;
}
.astro_section_one::after {
    height: 100vh;
    width: 100vw;
    position: absolute;
    content: '';
    background-color: #00000070;
    top: 0;
    left: 0;
}
.astroHomeBgVideo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.text_c h2{
  margin: 10px 10px;
}
.text_c p{
  padding: 10px;
}
/* section two css  */
.astrosbox {
    height: 220px;
    background-color: #f0f0f0;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.astrosbox:nth-child(odd) {
    background-color: #dfe6e9;
}

.astrosbox::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 100%;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
    background:linear-gradient(to top, rgb(0 0 0 / 39%), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 5px;
    border-radius: 5px;
    z-index: 1;
}

.astrosTextT {
    position: relative;
    z-index: 99;
    color: #fff;
}

/* title roatting image  */
.astro_card {
  box-shadow: 0px 0px 10px #0000001f;
    border: 1px solid #0000001f;
}
/* flip card css code  */

.astrology-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Space between text and image */
}

/* Styling the text */
.astrology-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.astrorotating-img {
    width: 40px;
    height: 40px;
}
.astrorotating-img_motion {
    animation: rotate 15s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* guguji's cards  */

.astro_card_img {
    max-width: 100%;
    display: block;
}
.astro_card_img img {
    border-radius: 50%;
    border: 1px solid #cbcbcb;
}
ul {
    list-style: none;
}

/* Utilities */
.astro_card:after,
.astro_card img {
    border-radius: 50%;
}
.astro_card,
.stats {
    display: flex;
}
/* .astro_home_wrapper {
  overflow-x: none;
  overflow-y: auto;
} */
.astro_card {
    padding: 2rem 1rem !important;
    border-radius: 10px;
    margin: 1rem !important;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}
.astro_card_listing_page{
  padding: 1rem 1.3rem;
  width: 32%;
}
.allConsultantCards{
    margin: 1rem 0;
}
.astro_card img {
    width: 100px;
    min-width: 100px;
}

.infos {
    margin-left: 1.5rem;
}

.name {
    margin-bottom: 1rem;
}
.name h2 {
    font-size: 1.3rem;
}
.name h4 {
    font-size: 0.8rem;
    color: #333;
}

.text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.stats {
    margin-bottom: 1rem;
}
.stats li {
    min-width: 5rem;
}
.stats li h3 {
    font-size: 0.99rem;
}
.stats li h4 {
    font-size: 0.75rem;
}

.links button {
    min-width: 120px;
    font-size: 13px;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: var(--main_color);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.25s linear;
}
.links button:nth-child(2) {
    background-color: #969696;
}
.links button:nth-child(2):hover {
    background-color: #242424;
}
.links button:hover {
    scale: 0.98;
}

.swiper {
    width: 100%;
    /* max-width: 1280px; */
    height: 350px;
    margin-top: 40px;
}
.astro_cards_slider {
  height: 500px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    height: 40px !important;
    background-color: var(--main_color);
    border-radius: 50%;
    color: #fff;
    width: 40px !important;
    font-size: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    color: #fff;
}





/* / // Footer Start // / */
.footer {
    background-image: url('https://images.indianexpress.com/2024/05/Horoscope-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.662); 
}


.footer > .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 30px;
}

.footer h4 {
    color: #fb501a;
    font-size: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #fb501a;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fb501a;
    margin-right: 15px;
    font-size: 18px;
    transition: color 0.3s ease;
}
.social-icons a img{
    width: 18px;
    height: 18px;
}

.social-icons a:hover {
    color: #fff;
}

.cities-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (min-width: 768px) {
    .cities-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

@media (min-width: 992px) {
    .cities-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

.copyright {
    border-top: 1px solid rgb(251 80 26);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/* / Footer End / */


.new-footer-social-icons {
  margin-top: 15px;
  gap: 10px;
  display: flex;
}

.new-footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  color: #333333;
  margin-right: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.new-footer-social-icons a:hover {
  transform: translateY(-5px);
}

.new-footer-social-icons a.new-footer-facebook:hover {
  background-color: #3b5998;
  color: white;
}

.new-footer-social-icons a.new-footer-twitter:hover {
  background-color: #000000;
  color: white;
}

.new-footer-social-icons a.new-footer-instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
}

.new-footer-social-icons a.new-footer-linkedin:hover {
  background-color: #0077b5;
  color: white;
}

.new-footer-social-icons a.new-footer-youtube:hover {
  background-color: #ff0000;
  color: white;
}

.new-footer-social-icons a.new-footer-pinterest:hover {
  background-color: #bd081c;
  color: white;
}
.new-footer-social-icons a.new-footer-blogger:hover {
  background-color: #f38d39;
  color: white;
}
.new-footer-social-icons a.new-footer-tumblr:hover {
  background-color: #001935;
  color: white;
}

/* all vastu sastra list page css start  */
/* astro filter css  */
/* Shared Base Styles */


/* ends  */
/* consultant profile page styling  */
.consultant_prifle_picture{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 1px solid #9a9a9a;
}

/* buttons stayling  */

/* ends  */
.consultant_image_gallery{
    background-color: #ededed;
    height: 200px !important;
}


/* review  */
.reviews {
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 70px 96px;
    box-shadow: 0px 27px 31px 0px rgba(0, 0, 0, 0.02);
  }
  .reviews-left {
    width: 360px;
  }
  .reviews-left h2 {
    margin-top: 0;
  }
  .reviews-left .add-reviews {
    margin-top: 40px;
    border-radius: 100px;
    border: 2px solid transparent;
    padding: 15px 25px;
    background: #FFD600;
  }
  .reviews-left .add-reviews:hover {
    background-color: white;
    color: #ffd600;
    border: 2px solid #ffd600;
  }
  .reviews-right {
    max-width: 736px;
  }
  .reviews-right__avatar {
    padding-right: 10px;
  }
  .reviews-right__avatar .img {
    width: 60px;
    height: 60px;
    background-color: #EBEBEB;
    border-radius: 50%;
  }
  .reviews-right__item h3 {
    margin-top: 0;
  }
  .reviews-right__item .block-tour {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
  }
  .block-tour .stars svg {
    padding-left: 5px;
  }
  .block-tour span {
    margin-right: 30px;
    color: #7B7B7B;
  }
  .block-tour a {
    color: #252525;
  }
  .block-tour a:hover {
    text-decoration: none;
  }
  .reviews-right__nav {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
  }
  .pagination {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 30px;
  }
  .pagination .bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E2E2E2;
  }
  .bullet.active {
    background: #FFD600;
  }
  .reviews-right__nav button {
    border: 2px solid #d2d2d2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
  }
  .reviews-right__nav button:hover {
    background: #FFD600;
  }
  .reviews-right__nav button svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
  }

  
/* add review form css  */
.astro_ratting_wrapper {
	background: var(--white);
	padding: 2rem;
	max-width: 576px;
	width: 100%;
	border-radius: .75rem;
	box-shadow: var(--shadow);
	text-align: center;
}
.astro_ratting_wrapper h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.astro_rating_div {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: .5rem;
	font-size: 2rem;
	color: var(--yellow);
	margin-bottom: 2rem;
}
.astro_rating_div .star {
	cursor: pointer;
}
.astro_rating_div .star.active {
	opacity: 0;
	animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.astro_rating_div .star:hover {
	transform: scale(1.1);
}
textarea {
	width: 100%;
	background: var(--light);
	padding: 1rem;
	border-radius: .5rem;
	border: none;
	outline: none;
	resize: none;
	margin-bottom: .5rem;
}
.addReviewAstroProfileForm input {
  width: 100%;
	background: var(--light);
	padding: 10px;
	border-radius: .5rem;
	border: none;
	outline: none;
	resize: none;
	margin-bottom: .5rem;
}
.addReviewAstroProfileForm{
  z-index: 999 !important;
}
.btn-group {
	display: flex;
	grid-gap: .5rem;
	align-items: center;
}
.btn-group .btn {
	padding: .75rem 1rem;
	border-radius: .5rem;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: .875rem;
	font-weight: 500;
}
.btn-group .btn.submit {
	background: var(--blue);
	color: var(--white);
}
.btn-group .btn.submit:hover {
	background: var(--blue-d-1);
}
.btn-group .btn.cancel {
	background: var(--white);
}
.btn-group .btn.cancel:hover {
	background: var(--light);
}
/* ends  */

/* add review button  */


/* Custom button styling */
.review-btn {
    position: relative;
    padding: 12px 24px;
    background: linear-gradient(to right, var(--main_color), var(--main_opacity_l));
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--main_color);
    z-index: 1;
}

/* Icon styling */
.review-btn i {
    margin-right: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 5px;
    transition: transform 0.3s ease;
}

/* Hover effects */
.review-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px var(--main_color);
    background: linear-gradient(to right, var(--main_opacity_l), var(--main_color));
}

.review-btn:hover i {
    transform: rotate(90deg);
}

/* Shine effect */
.review-btn::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
}

.review-btn:hover::after {
    left: 150%;
}

/* Pulse animation */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 var(--main_opacity_l); }
    70% { box-shadow: 0 0 0 10px rgba(138, 43, 226, 0); }
    100% { box-shadow: 0 0 0 0 rgba(138, 43, 226, 0); }
}

.review-btn:focus {
    animation: pulse 1.5s infinite;
    outline: none;
}
.varifiedConsultantImage {
    height: 20px !important;
    min-width: 20px !important;
    width: 20px !important;
}


/* sign up form  */
:root {
    --main_color: #0077ff; /* Coral color, associated with positive energy in Vastu */
    --secondary-color: #ff4400e9; /* Green, representing growth and harmony */
    --text-color: #333;
    --light-text: #777;
    --bg-color: #f9f9f9;
    --form-bg: #fff;
    --input-bg: #f5f5f5;
    --input-border: #ddd;
    --shadow-color: rgba(0, 0, 0, 0.1);
  
    /* Element colors */
    --earth-color: #8b4513;
    --water-color: #1e90ff;
    --fire-color: #ff4500;
    --air-color: #f0ffff;
    --space-color: #483d8b;
  }
  

  
  body {
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .vastu_logic_container {
    display: flex;
    /* background-image: url('https://vastu-samadhan.com/wp-content/uploads/2020/02/Vastu-Shastra.gif'); */
    background-position: center;
    background-size: cover;
    justify-content: center;
    /* width: 100%; */
    min-height: 600px;
    background-color: var(--form-bg);
    /* border-radius: 20px; */
    
    overflow: hidden;
  }
  
  .vastu_logic_info_container {
    flex: 1;
    background-color: #000;
    color: white;
    height: 380px;
    padding: 40px;
    display: flex;
    border-radius: 10px;
    background-image: url('https://vastu-samadhan.com/wp-content/uploads/2020/02/Vastu-Shastra.gif');
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover;
    
    overflow: hidden;
  }
  
  .vastu_logic_info_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.1;
  }
  
  .vastu_logic_info_content {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  
  .vastu_logic_logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  
  .vastu_logic_mandala {
    width: 150px;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='35' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='white' stroke-width='2'/%3E%3Cpath d='M50 5 L50 95 M5 50 L95 50 M14.64 14.64 L85.36 85.36 M14.64 85.36 L85.36 14.64' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    animation: rotate 20s linear infinite;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .vastu_logic_info_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .vastu_logic_info_text {
    color: #fff;
  }
  
  .vastu_logic_elements {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
  
  .vastu_logic_element {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .vastu_logic_element:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .vastu_logic_earth {
    background-color: var(--earth-color);
  }
  .vastu_logic_water {
    background-color: var(--water-color);
  }
  .vastu_logic_fire {
    background-color: var(--fire-color);
  }
  .vastu_logic_air {
    background-color: var(--air-color);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vastu_logic_space {
    background-color: var(--space-color);
  }
  
  .vastu_logic_form_container {
    flex: 1;
    padding: 40px;
    box-shadow: 1px 0px 10px #d0d0d0;
    position: relative;
    /* overflow: hidden; */
  }
  
  .vastu_logic_toggle_container {
    display: flex;
    background-color: var(--input-bg);
    border-radius: 50px;
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  
  .vastu_logic_toggle_option {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    font-weight: 500;
  }
  
  .vastu_logic_toggle_option.active {
    color: white;
  }
  
  .vastu_logic_toggle_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--main_color);
    border-radius: 50px;
    transition: transform 0.3s ease;
  }
  
  .vastu_logic_toggle_container.signup::before {
    transform: translateX(100%);
  }
  
  .vastu_logic_form_wrapper {
    position: relative;
    min-height: 450px;
    /* overflow: hidden; */
  }
  
  .vastu_logic_form {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.3s ease;
    visibility: hidden;
  }
  
  .vastu_logic_form.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  
  .vastu_logic_form_title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--main_color);
    text-align: center;
  }
  
  .vastu_logic_form_subtitle {
    color: var(--light-text);
    margin-bottom: 30px;
    text-align: center;
  }
  
  .vastu_logic_form_group {
    margin-bottom: 20px;
  }
  
  .vastu_logic_label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
  }
  
  .vastu_logic_input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--input-border);
    border-radius: 8px;
    background-color: var(--input-bg);
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .vastu_logic_input:focus {
    outline: none;
    border-color: var(--main_color);
    box-shadow: 0 0 0 3px rgba(255, 127, 80, 0.2);
  }
  
  .vastu_logic_checkbox_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .vastu_logic_remember {
    display: flex;
    align-items: center;
  }
  
  .vastu_logic_checkbox {
    margin-right: 8px;
    accent-color: var(--main_color);
  }
  
  .vastu_logic_checkbox_label {
    font-size: 0.9rem;
    color: var(--light-text);
  }
  
  .vastu_logic_forgot_password,
  .vastu_logic_terms_link {
    color: var(--main_color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }
  
  .vastu_logic_forgot_password:hover,
  .vastu_logic_terms_link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  
  .vastu_logic_button {
    width: 100%;
    padding: 14px;
    background: var(--main_color);
    border: none;
    border-radius: 8px;
    color: white;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .vastu_logic_button:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
  }
  
  .vastu_logic_button:active {
    transform: translateY(0);
  }
  
  @media (max-width: 992px) {
    .vastu_logic_container {
      flex-direction: column;
      /* max-width: 600px; */
    }
  
    .vastu_logic_info_container,
    .vastu_logic_form_container {
      padding: 30px;
    }
  
    .vastu_logic_info_title {
      font-size: 2rem;
    }
  }
  
  @media (max-width: 576px) {
    .vastu_logic_container {
      border-radius: 10px;
    }
  
    .vastu_logic_info_container,
    .vastu_logic_form_container {
      padding: 20px;
    }
  
   
  
    .vastu_logic_form_title {
      font-size: 1.5rem;
    }
  
    .vastu_logic_info_title {
      font-size: 1.5rem;
    }
  
    .vastu_logic_mandala {
      width: 100px;
      height: 100px;
    }
  }
  
  



























@media (min-width: 600px) and (max-width: 700px)  {
  .h-t-50 {
    min-height: 45vh !important;
    height: 45vh !important;
  }
  .menuNavbarAstro{
    display: flex !important;
    justify-content: end;
  }
}

@media (max-width: 700px) {
    h1 {
        font-size: 25px;
        color: #000;
    }
    h2 {
        font-size: 22px;
        color: #000;
    }
    h3 {
        font-size: 17px;
        color: #000;
    }
    h4 {
        font-size: 15px;
        color: #000;
    }
    p {
        font-size: 14px;
        color: #000;
    }
    a {
        text-decoration: none !important;
        color: #000;
    }
    .astro_section_one {
        height: 60vh;
    }
    .swiper {
        height: 420px;
    }
 
    .single_footer {
        margin-bottom: 30px;
    }
  
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .astro_card {
        display: block;
    }
    .infos {
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .links button {
        min-width: 100px;
    }
    /* navbar  */
    .astro_navbar345{
      position: absolute;
      left: -100%;
      background-color: #ffffff;
      z-index: 99;
      flex-direction: column;
      width: 100%;
      height: 90vh !important;
      top: 69px !important;
      transition: 0.2s ease-in-out;
    }
    .astro_dropdown342 {
      position: relative;
      border: none;
    }
    .social_profileNav {
      justify-content: center !important;
    }
    .astro_card_listing_page, .consultantCards23 {
      width: 100%;
    }
    /* filter  */
    
}


@media (max-width : 1024px) {
  .astro_card_listing_page{
    padding: 1rem 0.6rem;
  }
  @media (max-width: 1400px) {
    .reviews {
      flex-direction: column;
      align-items: center;
      padding: 50px 30px;
    }
    .reviews-left .add-reviews {
      margin-top: 5px;
    }
    .reviews-left {
      width: 100%;
    }
    .reviews-right {
      max-width: 100%;
    }
  }
  @media (max-width: 580px) {
    body {
      padding: 0;
    }
    .reviews {
      padding: 30px 20px;
    }
    .reviews-right {
      flex-direction: column;
      gap: 10px;
    }
  }
}


/* services card css  */

.service-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important ;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  height: 100%;
  background-color: #fff;
  border: none;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-container {
  height: 220px;
  overflow: hidden;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .card-img-container img {
  transform: scale(1.05);
}

.card-body {
  padding: 1.5rem !important;
  text-align: center;
}

.card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #3a2f3b !important;
}

.card-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fb501a;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.service-card:hover .arrow-icon {
  background-color: #fb501a;
  color: #fff;
}

.swiper {
  padding: 20px 10px 40px !important;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .card-img-container {
      height: 180px;
  }
}
.container-custom {

  margin: 0 auto;
  padding: 1rem 1rem;
}




/* verification otp model and contact form  */
.query_form_modal { 
 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); 
}
.query_form_title { 
 font-size: 27px !important;
  color: #000000; 
}
.query_form_subtitle { 
  color: #6c757d; 
}
.query_form_otp_container { 
  gap: 10px; 
}
.query_form_otp_input { 
  width: 60px; 
  height: 60px; 
  text-align: center; 
  font-size: 24px; 
  border: 1px solid #dee2e6; 
  border-radius: 8px; 
  background-color: #f8f9fa; 
}
.query_form_otp_input:focus { 
  outline: none; 
  border-color: var(--fire-color); 
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25); 
}
.query_form_send_btn, .query_form_verify_btn { 
  background-color: var(--fire-color); 
  border-color: var(--fire-color); 
  padding: 12px; 
  font-weight: 500; 
  border-radius: 8px; 
}
.query_form_send_btn:hover, .query_form_verify_btn:hover { 
  background-color: var(--main_color); 
  border-color: var(--main_color); 
}
.query_form_resend a { 
  color: var(--fire-color); 
  text-decoration: none; 
  font-weight: 500; 
}
.query_form_resend a:hover { 
  text-decoration: underline; 
}
.query_form_phone_input { 
  
  padding: 12px; 
  border-radius: 8px; 
}
.query_form_phone_input:focus {
  box-shadow: none !important;
}
.query_form_input {
  height: 40px;
  font-size: 14px;
  border-radius: 8px;
}

.query_form_input:focus {
  outline: none;
  border-color: var(--fire-color);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}

.query_form_submit_btn {
  background-color: var(--fire-color);
  border-color: var(--fire-color);
  padding: 12px;
  font-weight: 500;
  border-radius: 8px;
}

.query_form_submit_btn:hover {
  background-color: var(--main_color);
  border-color: var(--main_color);
}

.textareaOf_qyeryForm{
  height: 100px;
}
.astro_r_otp_input_fields {
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;
  max-width: 400px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px;
}

.astro_r_otp_input_fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #2f8f1f;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.astro_r_otp_input_fields input::-webkit-outer-spin-button,
.astro_r_otp_input_fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.astro_r_otp_input_fields input[type="number"] {
  -moz-appearance: textfield;
}

.astro_r_otp_input_fields input:focus {
  border-width: 2px;
  border-color: #2a7f1b;
  font-size: 20px;
}
.hiddenTillOtp, .showAfterVerified{
  display: none;
}
.astro_service_slider{
  height: 500px ;
}

.small-swal {
  font-size: 15px !important;
  padding: 15px 20px !important;
  min-height: 40px !important;
  width: auto !important;
  border-radius: 20px !important;
}



/* consultant profile new page desing  */
:root {
  --primary: #fb501a; 
  --primary-dark: #da3300; 
  --primary-light: #023bff; 
  --primary-soft: #FFE6E6; 
  --dark: #2c3e50;
  --light: #f8f9fa;
  --success: #2ecc71;
  --body-color: #555;
  --heading-color: #2c3e50;
  --border-radius: 12px;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.vas_user_text-primary {
  color: var(--primary) !important;
}

.vas_user_bg-primary {
  background-color: var(--primary) !important;
}

.vas_user_bg-primary-soft {
  background-color: var(--primary-soft) !important;
}

/* Buttons */
.vas_user_btn {
  padding: 0.7rem 1.8rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.vas_user_btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.vas_user_btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

/* Featured Consultant Profile */
.vas_user_featured-consultant {
  height: 90vh;
  width: 100%;
  background-color: white;
}

.vas_user_consultant-profile-card {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}

.vas_user_profile-sidebar {
background-image: url('https://t4.ftcdn.net/jpg/09/26/99/95/360_F_926999565_zKzWenIFPZV9myVsMkRfQIJ4VJwqy7IZ.jpg');
background-size: cover;
background-position: center;
background-color: rgba(0, 0, 0, 0.635);
background-blend-mode: overlay; 
padding: 40px 30px;
text-align: center;
color: white;
height: 100%;
}

.vas_user_profile-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.vas_user_profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vas_user_verification-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--success);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

.vas_user_profile-name {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.vas_user_profile-title {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 15px;
}

.vas_user_profile-rating {
  margin-bottom: 20px;
}

.vas_user_profile-rating i {
  color: #f1c40f;
  margin-right: 2px;
}

.vas_user_profile-price {
  margin-bottom: 25px;
}

.vas_user_profile-price .vas_user_amount {
  font-size: 2rem;
  font-weight: 700;
}

.vas_user_profile-price .vas_user_period {
  font-size: 0.9rem;
  opacity: 0.8;
}

.vas_user_btn-book {
  width: 100%;
  margin-bottom: 10px;
}

.vas_user_profile-content {
  padding: 40px;
}

.vas_user_info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vas_user_info-list li {
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.vas_user_info-list li i {
  color: var(--primary);
  margin-right: 15px;
  width: 20px;
  text-align: center;
}

.vas_user_achievements {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.vas_user_achievement-item {
  flex: 1;
  min-width: 150px;
  background-color: var(--primary-soft);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.vas_user_achievement-icon {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.2rem;
  margin-right: 15px;
}

.vas_user_achievement-content h5 {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: var(--primary);
}

.vas_user_achievement-content p {
  font-size: 0.85rem;
  margin-bottom: 0;
  color: #777;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .vas_user_profile-content {
      padding: 30px;
  }
}

@media (max-width: 575.98px) {
  .vas_user_profile-content {
      padding: 20px;
  }
}

.btn-message {
width: 100%;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
color: white;
}

.btn-message:hover {
background-color: white;
border-color: white;
color: var(--primary);
}