@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
	padding: 0;
	margin: 0;
	color: #222222;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
:root {
--white: #f9f9f9;
--black: #36383F;
--gray: #85888C;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #ffbf02;
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
	color: #222222;
}
.container {
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.logo_conta_iner {
    max-width: 1280px;
}
.logo_area {
    padding: 5px 0;
}
.fluid-container {
	max-width: 100%;
	padding: 0px 0px;
	margin: 0 auto;
}
.main_header {
	color: #464646;
	background: linear-gradient(90deg, rgb(253 232 205) 0%, rgb(238 235 229) 100%);
	font-weight: 400;
}
.pre_header {
	display: block;
	padding: 10px 0;
}
.social_link {
    display: flex;
    flex-direction: row-reverse;
}
.social_link ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	gap: 15px;
	font-weight: 600;
}
.social_link ul li:first-child {
	border-right: 1px solid rgb(104 104 104 / 30%);
	padding-right: 15px;
}
.social_link ul li i {
	color: #464646;
	font-size: 18px;
	padding: 0 5px 0 0;
	vertical-align: baseline;
}
.hs_top_right_wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.menu_link {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	margin: 0 0px 0 0;
}
.menu_link a {
	color: #fff;
	font-weight: 400;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: #000;
	padding: 8px 18px;
	background: #fff;
	font-family: inherit;
	margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #000;
	color: #fff;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 570px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-left: -330px;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 250px;
	float: left;
}
.dropdown-content a:hover {
	background-color: #ddd;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.hs_top_user_profile a {
	color: #fff;
}
.cart_login_wrapper {
	border-left: 1px solid rgba(255, 255, 255, 0.30196078431372547);
	padding: 0 0 0 15px;
}
.header_img_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.header_img_area img {
	width: 320px;
}
.rotate {
	animation: rotation 8s infinite linear;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
	transform: rotate(359deg);
}
}
.mrq {
	padding: 20px 0px;
	font-size: 30px;
	background: transparent;
	color: #010101;
	font-weight: 600;
}
.logo_container {
	background: #ffffff;
}
.enq_quick {
	padding: 0 50px;
    background: #f6f4f4;
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
}
.enq_quick_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 30px 0 30px 0;
}
.enq_quick_area input, .frm_drp {
	max-width: 220px;
	margin: 0 !important;
	color: #4F4F4F !important;
	height: 50px !important;
	border: 1px solid #f6f4f4 !important;
	border-radius: 4px;
	font-size: 14px;
	padding: 0 0px 0 10px;
}
.enq_quick_area button {
	max-width: 130px;
}
.btn_style {
	color: #fff;
	background: linear-gradient(120deg, #704096 0%, #704096 100%) !important;
	border-color: #704096;
	width: 100%;
	box-shadow: none;
	margin: 0 5px 0 5px;
	display: inline-block;
	padding: 10px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.phn-foot {
	position: fixed;
	right: 8px;
	bottom: 65px;
	z-index: 999999;
	display: block;
}
.phn-foot img {
	width: 47px;
}
.whts1-foot {
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index: 999999;
	display: block;
}
.whts1-foot img {
	width: 45px;
}
.banner_area img {
	margin: 0 auto;
	display: block;
	text-align: center;
	filter: brightness(0.7);
}
input::placeholder {
color: #704096;
font-weight: 600;
}
.banner_area {
	position: relative;
}
.banner_info {
	position: absolute;
	top: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 0;
	left: 0;
	max-width: 800px;
	margin: 0 auto;
}
.small_head {
	font-size: 38px;
	color: #fff;
}
.big_head {
	font-size: 70px;
	text-transform:uppercase;
	color: #fff;
	font-weight:700;
}
.para_head {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.about_area {
	display: grid;
	grid-template-columns: auto;
	gap: 20px;
	align-items: center;
}
.h_one {
	font-size: 22px;
}
.about_txt h2 {
	font-size: 40px;
	font-weight: 100;
	color: #000000;
}
.about_txt h2 span {
	font-weight: bold;
}
.about_txt .h1one {
	font-size: 50px;
	font-weight: bold;
	color: #75429c;
	padding-top: 30px;
}
.about_txt .h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.about_img img {
	width: 100%;
}
.hs_btn_hover {
	border-radius: 50px;
	background: #1D4A1C;
	color: #fff;
	float: left;
	width: 180px;
	height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 50px;
	border: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.about_container {
	margin: 60px 0 0 0;
}
.service_container {
	background: #fff;
	margin: 60px 0 0 0;
}
.about_title h2 {
	font-size: 40px;
	font-weight: 100;
	color: #000000;
	text-align: center;
}
.about_title h2 span {
	font-weight: bold;
}
.hs_sign_box {
	float: left;
	text-align: center;
	width: 277px;
	min-height: auto;
	padding-top: 0px;
	background: linear-gradient(90deg, #E10F13 0%, #820582 100%);
}
.sign_box_img img {
	filter: none;
	    width: 100%;
}
.hs_sign_box h2 {
	font-size: 18px;
	padding-bottom: 15px;
	padding-top:10px;
	color: #fff;
	font-weight: 600;
}
.service_area {
	padding: 0px 0;
}
.service_grid {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0 0;
	flex-wrap: wrap;
}
.sign_box_cont p {
	padding: 0;
	margin: 0;
}
.about_title p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 71%;
}
.popular_container {
	margin: 60px 0 0 0;
}
.popular_grid {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0 0;
	flex-wrap: wrap;
}
.hs_title_box_main_wrapper {
	float: left;
	    width: 380px;
	margin-top: 0px;
	overflow: hidden;
}
.hs_title_img_wrapper img {
	width: 100%;
	height: 243px;
}
.hs_title_img_cont_wrapper {
	padding: 0px 0px;
}
.hs_title_img_cont_wrapper h2 {
	font-size: 20px;
	font-weight: 600;
	    padding: 10px 0 10px 20px;
}
.hs_title_img_cont_wrapper a.call_us {
	font-size: 16px;
    color: #75429c;
    padding: 0 0 10px 20px;
    float: left;
    margin: 0 0 15px 0;
    background: #f6f9f9;
    width: 100%;
}
.counter_container {
	padding: 60px 0 0 0;
	    margin: 0 0 40px 0;
}
.counter_area {
	background: linear-gradient(90deg,rgba(86, 122, 167, 1) 0%, rgba(86, 122, 167, 1) 100%);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 90px 90px;
	    margin: 0 80px;
}
.counter_area > div {
	border-width: 0 1px 0px 0;
	border-style: solid;
	border-color: #e1e1e166;
}
.counter_area h4 {
	font-weight: 500;
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.counter_area p {
	margin: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.counter_area > div:last-child {
	border-width: 0 0px 0px 0;
}
.testimonial_slider_content {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 20px 20px 40px 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 35px -20px;
	box-shadow: 0px 0px 35px -20px;
}
.testimonial_slider_content span {
	font-size: 20px;
	font-weight: 500;
	font-style:italic;
}
.popular_area a {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
	color: #75429c;
}
.testimonial_container {
	background: #f6f4f4;
	padding: 60px 0;
}
.blog_container {
	padding: 20px 0 20px 0;
}
.blog_grid {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 30px;
	align-items: inherit;
	justify-content: center;
	margin: 50px 0 0 0;
}
.hs_lest_news_box_wrapper {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 35px -20px;
	box-shadow: 0px 0px 35px -20px;
	margin-top: 0px;
	overflow: hidden;
}
.hs_lest_news_box_wrapper img {
	width: 100%;
}
.hs_lest_news_cont_wrapper {
	padding: 15px 25px;
}
.hs_lest_news_cont_wrapper h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
.hs_lest_news_meta_wrapper {
	margin: 0 0 5px 0;
}
.hs_lest_news_cont_wrapper h4 a {
	font-size: 16px;
	color: #75429c;
	padding-top: 10px;
	float: left;
	margin: 0 0 20px 0;
}
.other_container {
	padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 60px 0 0px 0px;
    flex-direction: column;
    width: 100%;
}
.other_area {
	display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    border-radius: 4px;
    padding: 0;
}
.sevice_head {
	text-align: left;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #0000001a;
    padding: 0 0 0px 0;
    grid-column: 1 / span 4;
    font-size: 40px;
    font-weight: 600;
}
.service_box {
	padding: 10px 12px;
	    background: #0f194c;
}
.service_box a {
	color: #fff;
    font-size: 15px;
}
.service_box i {
	font-size: 18px;
	vertical-align: middle;
	padding: 0 6px 0 0;
	color: #75429c;
}
.extra_container {
	margin: 60px 0 0px 0;
}
.main-footer {
	background: #1a1a1a;
}
.big_icon {
	margin: 60px 0 0px 0;
	background: #1a1a1a;
	padding: 60px 0 60px 0;
}
.big_icon ul {
	display: grid;
	grid-template-columns: auto auto auto auto;
	align-items: center;
	gap: 40px;
	justify-content: center;
}
.big_icon ul li a i {
	font-size: 35px;
	color: #fff;
}
.read-less-location {
	width: 100%;
	padding: 40px 0px 0px 0px;
	float: left;
	text-align: justify;
	position: relative;
}
.read-less-location .h6 {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	font-weight: 100;
	    text-align: left;
}
.footer_text {
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	float: left;
	text-decoration: none;
	margin: 0 0px 0 0px;
	padding: 0 2px 0 2px;
}
.testimonial_grid {
	margin: 15px 0 0 0;
    display: flex;
    gap: 10px;
}
.testimonial_grid div {
	width: 90%;
}
.read-less-location a.loc-read {
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	padding: 0 0 0 6px;
	margin: 0 0 0 0px;
	font-weight: 600;
	text-decoration: none;
}
.cl {
	clear: both;
}
.footer-bottom {
	padding: 30px 0;
}
.copyright {
	color: #fff;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.get_form_container {
	padding: 60px 0 30px 0;
}
.get_form_area {
	display: grid;
	grid-template-columns: 400px auto;
	gap: 30px;
}
.get_form_info {
	margin: 0;
	padding: 0;
}
.get_form_info h3 {
	font-size: 30px;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	padding: 0;
}
.get_form_info p {
	font-size: 19px;
	margin: 0;
	padding: 0;
}
.get_form_box {
	display: flex;
	align-items: center;
	margin: 25px 0 0 0;
}
.get_form_box_img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50%;
}
.get_form_box_desc {
	margin: 0;
	padding: 0;
}
.get_form_box_label {
	font-size: 15px;
}
.get_form_box_phone {
	font-size: 25px;
	font-weight: 600;
}
.get_form_field {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 20px 5px 20px;
	border-radius: 10px;
}
.field_area {
	margin: 0;
	padding: 0;
}
.full_form_grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 15px;
}
.field_area input {
	background: #f9f9f9;
	color: #000;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	border: none;
	outline: none;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.field_area textarea {
	background: #f9f9f9;
	color: #000;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	border: none;
	outline: none;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
	padding: 10px 0 0 20px;
	font-family: 'Poppins', sans-serif;
}
.get_captcha_area {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0 0px 0;
}
.get_form_btn {
    background: linear-gradient(120deg, #0c5adb 0%, #2277ff 100%);
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 6px 0 #0949b0, 0 6px 15px rgba(12, 90, 219, 0.3);
    position: relative;
    user-select: none;
}

.get_form_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 0 #0949b0, 0 8px 18px rgba(12, 90, 219, 0.4);
    background: linear-gradient(120deg, #2277ff 0%, #4c8cff 100%);
}

.get_form_btn:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #0949b0, 0 2px 10px rgba(12, 90, 219, 0.3);
    background: linear-gradient(120deg, #0949b0 0%, #1b63d1 100%);
}

.get_form_btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(12, 90, 219, 0.4), 0 6px 0 #0949b0;
}
.blog_container .hs_btn_hover {
	margin: 0 auto;
	display: block;
	float: none;
	margin-top: 40px;
}
.get_form_field input::placeholder {
color: #999;
font-weight: 500;
}
.get_form_field textarea::placeholder {
color: #999;
}
.counter_container .about_title h3 {
	font-size: 35px;
	line-height: 1.2em;
	margin: 0px 0 40px 0;
	text-align: center;
}
.counter_container .about_title h3 span {
	font-weight: bold;
}
.vid_container {
	background: #f7f7f7;
	margin: 60px 0 0 0;
	padding: 60px 0;
}
.hs_shop_single_border_Wrapper {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.hs_shop_single_review_wrapper li {
	float: left;
	margin-right: 10px;
	margin-top: -3px;
	font-size: 16px;
}
.hs_shop_single_review_wrapper i {
	color: #ee8722;
	float: left;
	font-size: 18px;
	margin-left: 5px;
}
.hs_shop_single_right_heading_wrapper {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.hs_shop_single_right_heading_wrapper h2 {
	font-family: "Poppins", serif;
	font-size: 24px;
	color: #000000;
}
.hs_shop_single_price_wrapper {
	float: left;
	width: 100%;
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}
.hs_shop_single_price_wrapper h4 {
	font-size: 26px;
	font-weight: bold;
	color: #75429c;
	margin-top: -4px;
	float: left;
}
.hs_shop_single_price_wrapper ul {
	float: left;
	margin-top: -1px;
}
.hs_shop_single_price_wrapper li {
	float: left;
	width: 75px;
	height: 25px;
	background-color: #F29840;
	font-size: 14px;
	color: #1F1F1F;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}
.hs_shop_single_stock_wrapper {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.hs_shop_single_stock_wrapper li {
	float: left;
	font-size: 16px;
	color: #000000;
}
.hs_shop_single_cont_wrapper {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.hs_shop_single_cont_wrapper h5 {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
}
.hs_shop_single_cart_btn_wrapper {
	float: left;
	width: 100%;
	border-top: 1px solid #ebebeb;
	padding: 25px 0 0 0;
}
.hs_btn_wrapper li a {
	float: left;
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Poppins", serif;
	display: block;
	text-align: center;
	line-height: 50px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hs_btn_wrapper li .hs_btn_hover {
	margin-top: 25px;
	border-radius: 50px;
	background: #7ad06d;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.hs_shop_single_cart_btn li {
	float: left;
	margin-right: 10px;
}
.fa_youtube {
	background: #ff0000 !important;
}
.video_img_section_wrapper iframe {
	height: 100%;
	width: 100%;
}
.vid_area {
	display: grid;
	grid-template-columns: 600px 600px;
	gap: 30px;
}
.hone_icon {
	float: left;
	width: 65px;
	height: 65px;
	border: 8px solid rgba(0, 0, 0, 0.0784313725490196);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hone_icon i {
	width: 65px;
	height: 65px;
	float: left;
	text-align: center;
	line-height: 65px;
	background: #75429c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
	font-size: 40px;
}
.hone_head h1 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.hone_head ul li a {
	font-size: 14px;
	text-transform: inherit;
	letter-spacing: 1px;
}
.hone_area {
	display: flex;
	gap: 20px;
	align-items: center;
}
.hone_container {
	margin: 60px 0 0 0;
}
.para_container {
	margin: 30px 0 0 0;
}
.hs_vs_first_sec_wrapper {
	float: left;
	max-width: 100%;
	padding: 30px;
	border: 1px solid #ebebeb;
	margin-top: 30px;
}
.hs_vs_first_sec_wrapper h2 {
	font-size: 25px;
	color: #000000;
	padding-bottom: 0px;
	font-weight: 500;
}
.img_cntr {
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}
.col-lg-12 {
	float: left;
}
.hs_kd_first_sec_wrapper h2 {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.3em;
	margin: 40px 0 0 0;
}
.hs_rs_four_sec_wrapper {
	display: flex;
	gap: 30px;
	margin: 30px 0 0 0;
}
.hs_rs_slider_inner_cont_wrapper {
	background: #f4f4f4;
	padding: 20px 20px;
}
.hs_rs_slider_inner_cont_wrapper h2 {
	font-size: 20px;
	text-align: center;
}
.hs_rs_slider_inner_cont_wrapper ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hs_rs_slider_inner_cont_wrapper li a {
	float: left;
	width: 150px;
	height: 50px;
	background: #75429c;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 20px;
}
.hs_kd_five_heading_sec_wrapper h2 {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.serv_inner {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	justify-content: space-evenly;
}
.serv_inner .col-lg-12 {
	grid-column: 1 /span 3;
}
.hs_astro_img_wrapper li {
	float: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #006130;
	position: relative;
	font-size: 18px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 10px;
}
.hs_astro_img_wrapper li a {
	color: #fff;
}
.hs_astro_img_cont_wrapper h2 {
	font-size: 20px;
	font-weight: bold;
}
.hs_astro_img_cont_wrapper p {
	margin: 0;
}
.mbl_img {
	display: none;
}
.contact_area {
	margin: 60px 0 0 0;
	display: grid;
	grid-template-columns: 200px 200px 400px;
	align-items: center;
	justify-content: space-around;
	gap: 30px;
}
.contact_info {
    padding: 0;
}
.contact_info span {
	font-size: 40px;
	color: #567aa7;
}
.first_comment_box {
	padding-top: 30px;
}
.comments_Box {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.author_detail {
	color: #333;
	padding-bottom: 10px;
	font-weight: 600;
}
.author_detail .author_name {
	font-size: 18px;
}
.author_detail .publish_date {
	font-size: 14px;
}
.comments_Box .text_wrapper {
	float: left;
	width: calc(100% - 100px);
	padding-left: 30px;
}
.comments_Box .text_wrapper {
	width: 100%;
	padding-left: 0;
}
.hs_blog_box1_main_wrapper {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 35px -20px;
	box-shadow: 0px 0px 35px -20px;
}
.hs_blog_box1_img_wrapper img {
	width: 100%;
}
.hs_blog_box1_cont_main_wrapper {
	float: left;
	max-width: 100%;
	border: 1px solid #ebebeb;
	padding: 35px;
}
.hs_blog_cont_heading_wrapper h2 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.hs_blog_box1_img_wrapper li {
	float: left;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #75429c;
	color: #ffffff;
	position: inherit;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.small_captcha_area {
	display: flex;
	gap: 10px;
}
.small_capbox_box .input_small {
	width: 90px;
}
.small_captcha_area img {
	height: 50px;
	margin: 0 0 0 0;
	vertical-align: middle;
}
.blog_txt h3 {
	font-size: 25px;
	color: #000;
	font-weight: 500;
	padding: 0;
	margin: 20px 0 5px 0;
}
.blog_txt h4 {
	font-size: 20px;
	color: #585858;
	margin: 0 0 5px 0;
	padding: 0;
}
.blog_txt p {
	margin: 0;
	padding: 0;
}
.hs_blog_cont_heading_wrapper p a {
	color: #33C;
}
.ban_nercon {
	position: relative;
	width: 100%;
	height: 130vh;
	overflow: hidden;
	background: #999997;
}
.sli_descon {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 1s ease-in-out;
}
.sli_decon {
	position: relative;
	flex: 1 0 100%;
}
.sli_decon img {
	filter: brightness(0.9);
	background-size: cover;
	height: 130vh;
}
.slide_content_con {
	position: absolute;
	top: 40%;
	left: 18%;
	padding: 0px;
	color: #fff;
	max-width: 900px;
	text-align: center;
}
.do_ts {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}
.do_tin {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.do_tin.active {
	background: #fff;
}
.about_txt {
	background: #f6f9f9;
	padding: 30px;
}
.hs_title_img_cont_wrapper p {
background: #f6f9f9;
    margin: 0;
    padding: 15px 20px;
}
.wid100 {
	width: 100%;
}
.mobl_img {
	display: none;
}
.ft_info_area {
	display: grid;
    grid-template-columns: 400px auto;
        gap: 20px;
}
.ft_info_abt {
	color: #fff;
}
.ft_info_abt p {
	margin: 0;
    font-size: 20px;
}
.ft_info_txt {
    display: flex;
    gap: 90px;

}
.ft_info_col h5 {
	color: #fff;
    font-size: 18px;
}
.ft_info_col h6 {
	color: #fff;
	font-size: 20px;
}
.ft_info_head {
    font-size: 18px;
}
.hs_ar_first_sec_img_cont_wrapper h2 {
	font-weight: bolder;
	font-size: 22px;
	    margin: 30px 0 15px 0;
}
.hs_ar_first_sec_img_cont_wrapper h3 {
	font-weight: bolder;
}
.hs_ar_first_sec_img_cont_wrapper ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
}
.faq-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
	margin-top: 30px;
  }

  .faq-column {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  .faq-question {
    cursor: pointer;
    position: relative;
    font-weight: bold;
    color: #333;
	    font-size: 18px;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    font-weight: bold;
    transition: transform 0.3s;
  }

  .faq-item.active .faq-question::after {
    content: '-';
    transform: rotate(180deg);
  }

  .faq-answer {
    display: none;
    margin-top: 10px;
    color: #555;
	font-size: 16px;
    line-height: 1.6;
  }

  .faq-item.active .faq-answer {
    display: block;
  }
/* Hamburger icon */
.hamburger {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.hamburger span {
color: #fff;
    font-size: 22px !important;
    text-transform: uppercase;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

/* Show the menu when active */
.menu_link.active {
  display: flex;
  background-color: #1a1a1a;
}
.send_quick {
    padding: 0 50px;
    background: #f6f4f4;
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
}
.sendquick_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0 30px 0;
}
.sendquick_area input {
    width: 150px;
    margin: 0;
    color: #4F4F4F;
    height: 50px;
    border: 1px solid #f6f4f4;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 0px 0 10px;
}
.captcha_area {
	display: flex;
    align-items: center;
    gap: 10px;
}
.captcha_area input {
    max-width: 100px;
}
.send_btn {
    color: #fff !important;
    background: linear-gradient(120deg, #704096 0%, #8a5db4 100%) !important;
    width: max-content !important;
    display: inline-block;
    padding: 12px 22px !important;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    user-select: none;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 4px 0 #5b347f, 0 6px 15px rgba(112, 64, 150, 0.3);
    position: relative;
}
.send_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 0 #5b347f, 0 8px 18px rgba(112, 64, 150, 0.4);
}
.send_btn:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #5b347f, 0 2px 10px rgba(112, 64, 150, 0.3);
    background: linear-gradient(120deg, #633683 0%, #7c4b9f 100%) !important;
}
.send_btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(112, 64, 150, 0.4), 0 6px 0 #5b347f;
}
.captcha-container { display: flex; align-items: center; margin-top: 0px; }
.captcha-img { border: 1px solid #888; margin-right: 8px; }
.refresh-btn { cursor: pointer; color: #0066cc; font-size: 20px;
}
.full_captcha input {
	max-width: 150px;
}
.text_cntr {
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    font-size: 16px;
	text-align: center;
	color: #75429c;
	font-weight: 600;
}
@media (max-width: 767px) {
.pre_header {
        padding: 10px 0 10px 0;
        display: block;
}
.header_img_area img {
    width: 280px;
}
.social_link {
    flex-direction: column;
}
.social_link ul {
display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
}
.hs_top_right_wrapper {
display: block;
}
.social_link ul li:first-child {
border-right: none;
margin: 0 0 0px 0;
}
.cart_login_wrapper {
display: block;
}
.header_img_area {
flex-direction: column;
}
.img_non {
display: block;
}
.rotate {
display: none;
width: 150px;
}
.enq_quick_area {
flex-direction: column;
padding: 30px 10px 30px 10px;
}
.enq_quick_area input, .frm_drp {
max-width: 100%;
width: 100%;
}
.enq_quick_area button {
max-width: 75%;
}
.small_head {
font-size: 20px;
text-align: center;
}
.big_head {
font-size: 45px;
text-align: center;
line-height: 1.3em;
}
.para_head {
font-size: 16px;
display: none;
}
.banner_info {
top: 65px;
max-width: 90%;
}
.about_area {
grid-template-columns: auto;
gap: 30px;
}
.h_one {
font-size: 20px;
}
.about_txt h2 {
font-size: 35px;
line-height: 1.2em;
margin: 5px 0 0 0;
}
.about_txt .h1one {
font-size: 30px;
}
.about_txt .h2 {
font-size: 18px;
}
.about_title h2 {
font-size: 37px;
line-height: 1.2em;
margin: 0px 0 10px 0;
}
.about_title p {
width: 100%;
}
.service_grid {
flex-direction: column;
gap: 20px;
}
.hs_sign_box {
padding: 0px;
}
.popular_grid {
flex-direction: column;
}
.counter_area {
padding: 40px 15px;
    margin: 0 10px;
}
.counter_area {
grid-template-columns: auto auto;
gap: 30px 10px;
}
.counter_area > div:last-child {
    grid-column: 1 / span 2;
}
.counter_area h4 {
font-size: 30px;
padding: 0 0 5px 0;
}
.counter_area p {
    font-size: 15px;
}
.counter_area > div {
border-width: 0 0px 1px 0;
padding: 0 0 15px 0;
}
.testimonial_slider_content {
width: 85%;
padding: 20px 20px 25px 20px;
}
.blog_grid {
grid-template-columns: auto;
}
.other_container {
flex-direction: column;
padding: 0 0px;
    gap: 0px;
    margin: 30px 0 0px 0px;
}
.other_area {
padding: 20px 0;
gap: 3px;
    grid-template-columns: auto;
}
.service_box a {
font-size: 15px;
	font-weight: 500;
}
.big_icon ul {
gap: 30px;
}
.big_icon ul li a i {
font-size: 25px;
}
.read-less-location {
padding: 40px 0px 0px 0px;
}
.get_form_info h3 {
font-size: 25px;
}
.get_form_info p {
font-size: 17px;
}
.get_form_area {
grid-template-columns: auto;
}
.get_form_box {
align-items: flex-start;
}
.full_form_grid {
grid-template-columns: auto;
}
.get_captcha_area {
margin: 15px 0 25px 0;
flex-direction: column;
gap: 15px;
}
.get_form_container {
padding: 60px 0 0px 0;
}
.get_form_box_phone {
font-size: 22px;
}
.hs_lest_news_cont_wrapper h3 {
margin: 10px 0 0 0;
    font-size: 16px;
}
.footer_text {
font-size: 13px;
line-height: 30px;
padding: 0 7px 0 7px;
}
.vid_area {
grid-template-columns: auto;
}
.video_img_section_wrapper iframe {
height: 250px;
}
.hs_shop_single_stock_wrapper {
padding-top: 5px;
}
.hs_shop_single_price_wrapper {
padding-top: 20px;
margin-top: 10px;
}
.hs_shop_single_cont_wrapper {
padding-top: 20px;
}
.hs_shop_single_cart_btn_wrapper {
padding: 0px 0 0 0;
}
.whts1-foot {
display: block;
}
.phn-foot {
display: block;
}
.hone_area {
align-items: center;
flex-direction: column;
}
.hone_head h1 {
font-size: 20px;
}
.hone_head ul li a {
font-size: 13px;
}
.hone_head ul {
text-align: center;
}
.hs_vs_first_sec_wrapper {
padding: 20px;
}
.hs_vs_first_sec_wrapper h2 {
font-size: 20px;
}
.hs_kd_first_sec_wrapper h2 {
font-size: 22px;
}
.hs_rs_four_sec_wrapper {
flex-direction: column;
}
.hs_rs_slider_inner_cont_wrapper h2 {
font-size: 18px;
}
.serv_inner {
grid-template-columns: auto;
justify-content: center;
gap: 30px;
}
.serv_inner .col-lg-12 {
grid-column: auto;
}
.hs_astro_img_wrapper img {
width: 100%;
}
.banner_area img {
display: none;
}
.banner_area {
background: #653A88;
height: 220px;
}
.mbl_img {
display: block;
}
.dsktp_img {
display: none;
}
.contact_area {
grid-template-columns: auto;
}
.contact_info span {
font-size: 30px;
}
.comments_Box {
padding-bottom: 20px;
margin-bottom: 20px;
}
.hs_blog_box1_cont_main_wrapper {
padding: 15px;
}
.menu_link {
 gap: 6px;
}
.menu_link a {
 font-size: 15px;
}
.dropdown-content {
 width: fit-content;
 margin-left: -80px;
}
.dropdown-content a {
 width: initial;
 float: none;
}
.hs_sign_box {
    width: 100%;
}
.sevice_head {
    grid-column: auto;
}
.dstp_img {
	display: none;
}
.mobl_img {
	display: block;
}
.ban_nercon {
    height: 80vh;
}
.sli_decon img {
    height: 80vh;
}
.slide_content_con {
    left: 0;
}
.about_txt {
    padding: 20px;
}
.ft_info_area {
    grid-template-columns: auto;
}
.ft_info_txt {
    flex-direction: column;
}
.ft_info_head {
    font-size: 25px;
}
.ft_info_col h5 {
    font-size: 17px;
}
.ft_info_col h6 {
    font-size: 16px;
}
.big_icon {
    margin: 40px 0 0px 0;
    padding: 60px 0 40px 0;
}
.enq_quick {
    padding: 0 20px;
}
.hs_title_img_wrapper img {
    height: auto;
}
.hs_title_box_main_wrapper {
    width: 100%;
}
.about_title h2 span {
    display: block;
}
.faq-container {
    flex-direction: column;
}
.cart_login_wrapper {
    border-left: none;
    padding: 0;
    text-transform: uppercase;
}
.hamburger {
    display: block;
}
.menu_link {
  display: flex;
  justify-content: center;
  background-color: #333;
  padding: 10px 0;
    width: 250px;
}

.menu_link a {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
}

.menu_link a:hover {
  background-color: #575757;
}

/* Hide the menu on mobile */
.menu_link {
  display: none;
  flex-direction: column;
  text-align: center;
}

/* Hamburger icon */
.hamburger {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

/* Show the menu when active */
.menu_link.active {
  display: flex;
  background-color: #1a1a1a;
}
.sendquick_area {
    flex-direction: column;
}
.sendquick_area input {
    width: 200px;
}
.captcha_area {
    flex-direction: column;
}
}

  nav {
    background-color: transparent;
  }

  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  nav ul li {
    position: relative;
  }

  nav ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 18px;
    cursor: pointer;
  }

  nav ul li a:hover {
    background-color: transparent;
  }

  nav ul li ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    min-width: 500px;
    z-index: 1000;
  }

  nav ul li ul.dropdown li a {
    padding: 12px 16px;
  }

  nav ul li.active > ul.dropdown {
    display: block;
  }

  /* Desktop: float menu horizontally */
  nav ul.main-menu {
    display: flex;
  }

  nav ul.main-menu li {
    float: none; /* flex handles layout */
  }

  /* Hamburger button - hidden on desktop */
  .hamburger {
    display: none;
    font-size: 26px;
    color: white;
    padding: 14px 20px;
    cursor: pointer;
  }

  .wht_bg_area {
	background: #fff;
  }
  .wht_bg_area a {
	color: #000;
  }
  .wht_bg_area .dropdown li {
    float: left;
    text-align: left;
    width: 250px;
  }
    .wht_bg_area .dropdown li a {
    padding: 8px 16px;
  }
      .wht_bg_area .dropdown li a:hover {
      	background: #ddd;
      	color: #000;
  }
  /* Mobile styles */
  @media screen and (max-width: 768px) {
    nav ul.main-menu {
      display: none;
      flex-direction: column;
      width: 100%;
      background: #ffffff;
      text-align: left;
   }
    nav ul.main-menu li ul.dropdown {
      position: static;
      min-width: 100%;
    }
    .hamburger {
display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 7px 15px;
                right: 0;
        top: 0;
        margin-top: 0px;
    }
    nav ul.main-menu li a {
      padding: 12px 20px;
    }
  .wht_bg_area .dropdown li a {
    padding: 6px 16px;
    font-size: 14px;
}
.wht_bg_area .dropdown li {
    width: 100%;
    background: #f9f9f9;
}
.mrq {
    font-size: 18px;
    background: #f9bc05;
    color: #000;
    padding: 12px 0px;
}
  }


.container-fluid {
    width: 95%;
    margin: 0 auto;
}
.l_i_k {
	border-bottom: 1px solid #000;
	    line-height: 2.2em;
}
.new_banner {
    line-height: 0;
}



.adnet-service-section{
    background:#22232f;
    padding:20px 0;
    position:relative;
}

.adnet-container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.adnet-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    margin-bottom:70px;
    margin-top: 30px;
}

.adnet-subtitle{
    color:#d7d7d7;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.adnet-left h2{
    color:#fff;
    font-size:42px;
    line-height:1.2;
    margin:18px 0;
    font-weight:600;
}

.adnet-left p{
    color:#cfcfd1;
    line-height:28px;
    max-width:430px;
    margin-bottom:35px;
}

.adnet-link{
    color:#edc7a1;
    text-decoration:none;
    font-weight:600;
}

.adnet-right h1{
    color:#fff;
    font-size:30px;
    line-height:1.5;
    margin-bottom:20px;
    font-weight:500;
}
.adnet-right h1 span {
    color:#edc7a1;
}

.adnet-right p{
    color:#cfcfd1;
    line-height:28px;
    margin-bottom:35px;
}

.adnet-counter{
    display:flex;
    gap:60px;
}

.adnet-counter h4{
    color:#edc7a1;
    font-size:45px;
    font-weight:700;
}

.adnet-counter span{
    color:#cfcfd1;
    font-size:16px;
}

.adnet-services{
    display:flex;
    gap:30px;
    margin-top:30px;
}

.adnet-card{
    flex:1;
    background:#36384a;
    padding:40px 30px;
    transition:.35s;
    cursor:pointer;
    min-height:220px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.adnet-card .icon{
    color:#fff;
    font-size:24px;
    margin-bottom:30px;
}

.adnet-card h4{
    color:#fff;
    font-size:26px;
    line-height:1.3;
    margin-bottom:18px;
}

.adnet-card span{
    color:#b6b6b6;
}

.adnet-card:hover{
    transform:translateY(-10px);
    background:#7F95B5;
}

.adnet-card:hover h4,
.adnet-card:hover span,
.adnet-card:hover .icon{
    color:#222;
}

.adnet-card.active{
    background:#edc7a1;
}

.adnet-card.active h4,
.adnet-card.active span,
.adnet-card.active .icon{
    color:#222;
}

@media(max-width:991px){

.adnet-top{
    grid-template-columns:1fr;
}

.adnet-services{
    flex-direction:column;
}

.adnet-counter{
    gap:30px;
}

.adnet-left h2{
    font-size:34px;
}

.adnet-right h3{
    font-size:24px;
}

}






.ws-services{
    padding:90px 20px 0 20px;
}

.ws-container{
    max-width:1180px;
    margin:auto;
}

.ws-heading{
    text-align:center;
    margin-bottom:60px;
}

.ws-heading span{
    display:block;
    font-size:15px;
    letter-spacing:3px;
    color:#666;
    text-transform:uppercase;
    margin-bottom:12px;
}

.ws-heading h2{
    font-size:44px;
    font-weight:700;
    color:#111;
    line-height:1.2;
}

.ws-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.ws-card{
    border:1px solid #567AA7;
    padding:45px 35px;
    text-align: left;
    transition:.35s;
    background:#fff;
}

.ws-bg{
    background: linear-gradient(90deg,rgba(252, 243, 233, 1) 0%, rgba(252, 243, 233, 1) 100%);
}

.ws-card i{
    font-size:36px;
    color:#567AA7;
    margin-bottom:25px;
}

.ws-card h3{
    font-size:24px;
    color:#111;
    font-weight:600;
    margin-bottom:18px;
}

.ws-card p{
    color:#5c5b5b;
    line-height:1.8;
    font-size:15px;
}

.ws-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    background:#fff7ef;
}

@media(max-width:991px){

.ws-heading h2{
    font-size:34px;
}

.ws-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.ws-services{
    padding:60px 15px 0 15px;
}

.ws-grid{
    grid-template-columns:1fr;
}

.ws-heading h2{
    font-size:28px;
}

.ws-card{
    padding:35px 25px;
}

.ws-card h3{
    font-size:22px;
}

}

@media(max-width:480px){

.zodiac-container{
grid-template-columns: repeat(2,1fr);
}

}






.vashikaran-app-section{

    padding:80px 0;

    background:
    radial-gradient(circle at top,#ffffff 0%,#faf7f2 55%,#f6f1e9 100%);
}


/*==================================================
 HEADING
==================================================*/

.section-title{

    text-align:center;

    margin-bottom:45px;
}

.heading-decoration{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    margin-bottom:18px;
}

.heading-decoration span{

    width:95px;

    height:2px;

    background:#d9b76c;
}

.heading-decoration i{

    color:#d9b76c;

    font-size:22px;
}

.section-title h2{

    font-size:52px;

    font-weight:700;

    color:#111;

    line-height:1.2;
}

.section-title h2 span{

    color:#980b0b;
}

.divider{

    margin:18px 0;
}

.divider i{

    color:#d7a946;

    font-size:20px;

    position:relative;
}

.divider i:before{

    position:relative;

    z-index:2;
}

.divider i:after{

    content:"";

    position:absolute;

    width:90px;

    height:2px;

    background:#d7a946;

    left:50%;

    transform:translateX(-50%);

    top:50%;

    z-index:-1;
}

.section-title p{

    max-width:760px;

    margin:auto;

    font-size:17px;

    color:#555;

    line-height:1.9;
}


/*==================================================
 TABLE WRAPPER
==================================================*/

.table-wrapper{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    box-shadow:
    0 10px 40px rgba(0,0,0,.08);

    border:1px solid #eadbc6;
}


/*==================================================
 TABLE
==================================================*/

.vashikaran-table{

    width:100%;

    border-collapse:collapse;
}


/*==================================================
 TABLE HEADER
==================================================*/

.vashikaran-table thead{

    background:linear-gradient(180deg, #fde8ce, #eeebe5);
}

.vashikaran-table thead th{

    color:#000;

    padding:22px 30px;

    font-size:22px;

    font-weight:600;

    border-right:1px solid rgb(179 179 179 / 15%);

    text-align:left;

    vertical-align:middle;
}

.vashikaran-table thead th:last-child{

    border-right:none;
}

.vashikaran-table thead i{

    color:#f7d485;

    margin-right:10px;

    font-size:20px;
}


/*==================================================
 TABLE BODY BASIC
==================================================*/

.vashikaran-table tbody tr{

    background:#fff;

    transition:.35s;
}

.vashikaran-table tbody td{

    padding:26px 26px;

    border-right:1px solid #efe3d1;

    border-bottom:1px solid #efe3d1;

    vertical-align:middle;

    font-size:18px;

    color:#444;
}

.vashikaran-table tbody td:last-child{

    border-right:none;
}
/*==================================================
 ROW HOVER
==================================================*/

.vashikaran-table tbody tr:hover{
    background:#fffaf4;
}

.vashikaran-table tbody tr:hover td{
    color:#111;
}


/*==================================================
 FIRST COLUMN ICONS
==================================================*/

.icon-title{
    display:flex;
    align-items:center;
    gap:16px;
    font-weight:600;
    color:#111;
}

.icon-title i{
    width:46px;
    height:46px;
    line-height:46px;
    text-align:center;
    font-size:24px;
    color:#980b0b;
    border-radius:50%;
    background:#fff7f3;
    border:2px solid #f0d8cb;
    transition:.35s;
}

.vashikaran-table tbody tr:hover .icon-title i{
    background:#980b0b;
    color:#fff;
    border-color:#980b0b;
    transform:rotate(10deg) scale(1.08);
}

.icon-title span{
    font-size:18px;
    color:#222;
}


/*==================================================
 SECOND COLUMN
==================================================*/

.vashikaran-table tbody td:nth-child(2){
    font-weight:500;
    color:#333;
}


/*==================================================
 THIRD COLUMN
==================================================*/

.vashikaran-table tbody td:nth-child(3){
    color:#555;
    line-height:1.9;
}


/*==================================================
 BOTTOM DISCLAIMER
==================================================*/

.bottom-note{
    margin-top:30px;
    display:flex;
    align-items:center;
    gap:25px;
    background:#fffdf8;
    border:1px solid #e6cfaa;
    border-radius:16px;
    padding:25px 30px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.note-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff5ef;
    border:2px solid #edd2c0;
}

.note-icon i{
    color:#980b0b;
    font-size:34px;
}

.note-content p{
    margin-bottom:5px;
    color:#555;
    font-size:16px;
    margin-top: 0;
}

.note-content h4{
    color:#980b0b;
    font-size:18px;
    font-weight:600;
}


/*==================================================
 SCROLLBAR
==================================================*/

.table-wrapper{
    overflow-x:auto;
}

.table-wrapper::-webkit-scrollbar{
    height:8px;
}

.table-wrapper::-webkit-scrollbar-thumb{
    background:#980b0b;
    border-radius:20px;
}

.table-wrapper::-webkit-scrollbar-track{
    background:#f2f2f2;
}


/*==================================================
 TABLET
==================================================*/

@media(max-width:991px){

.section-title h2{
    font-size:44px;
}

.section-title p{
    font-size:16px;
}

.vashikaran-table thead th{
    font-size:18px;
    padding:18px;
}

.vashikaran-table tbody td{
    font-size:16px;
    padding:20px;
}

.icon-title span{
    font-size:16px;
}

.icon-title i{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px;
}

.bottom-note{
    padding:22px;
}

}


/*==================================================
 MOBILE
==================================================*/

@media(max-width:767px){

.vashikaran-app-section{
    padding:60px 0;
}

.section-title{
    margin-bottom:35px;
}

.heading-decoration span{
    width:50px;
}

.heading-decoration i{
    font-size:18px;
}

.section-title h2{
    font-size:34px;
}

.divider i{
    font-size:18px;
}

.section-title p{
    font-size:15px;
    line-height:1.8;
}

.table-wrapper{
    border-radius:12px;
}

.vashikaran-table{
    min-width:850px;
}

.bottom-note{
    flex-direction:column;
    text-align:center;
    gap:18px;
    padding:25px 20px;
}

.note-icon{
    margin:auto;
}

.note-content p{
    font-size:15px;
}

.note-content h4{
    font-size:17px;
}

}


/*==================================================
 SMALL MOBILE
==================================================*/

@media(max-width:480px){

.section-title h2{
    font-size:30px;
}

.heading-decoration span{
    width:35px;
}

.section-title p{
    font-size:14px;
}

.vashikaran-table{
    min-width:760px;
}

.bottom-note{
    border-radius:10px;
}

.note-icon{
    width:60px;
    height:60px;
    min-width:60px;
}

.note-icon i{
    font-size:28px;
}

.note-content h4{
    font-size:16px;
}

}


/*==================================================
 OPTIONAL SMOOTH EFFECTS
==================================================*/

.vashikaran-table tbody tr,
.icon-title i,
.bottom-note,
.table-wrapper{
    transition:all .35s ease;
}

.table-wrapper:hover{
    box-shadow:0 15px 50px rgba(0,0,0,.12);
}

.bottom-note:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}





.hero-section{
    padding:60px 20px 0 20px;
}

.hero-container{

    max-width:1200px;
    margin:auto;

    display:flex;
    align-items:center;
    gap:70px;

    background:#ffffff;

    padding:0px;

}

.hero-image{
    flex:1;
}

.hero-image img{

    width:100%;
    display:block;
    object-fit:cover;

}

.hero-content{

    flex:1;

}

.small-title{

    font-size:11px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#000;
    display:block;

    margin-bottom:18px;

}

.hero-content h2{
    font-size:60px;
    line-height:1.05;
    font-weight:500;
    color:#567AA7;
    margin-bottom:25px;
    width: 600px;
}
.hero-content h2 span {
    color:#000;
}

.hero-content p{

    font-size:15px;
    color:#646464;
    line-height:28px;
    margin-bottom:35px;

}

.hero-btn{

    display:inline-block;

    background: linear-gradient(90deg,rgba(240, 123, 16, 1) 0%, rgba(240, 123, 16, 1) 100%);
    color:#fff;

    padding:14px 34px;

    text-decoration:none;

    border-radius:30px;

    font-size:14px;
    font-weight:500;

    transition:.35s;

}

.hero-btn:hover{

    background:#222;

}

.feature-list{

    margin-top:55px;

    list-style:none;

}

.feature-list li{

    display:flex;
    align-items:center;

    gap:15px;

    margin-bottom:12px;

    color:#333;

    font-size:14px;

}

.dot{

    width:12px;
    height:12px;

    border:2px solid #111;
    border-radius:50%;

    flex:none;

    position:relative;

}

.dot::after{

    content:'';

    width:4px;
    height:4px;

    background:#111;

    border-radius:50%;

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

}

@media(max-width:991px){

.hero-container{

    flex-direction:column;
    gap:40px;

}

.hero-content p{

    margin:auto;
    margin-bottom:30px;

}

.feature-list{

    margin-top:40px;

}

.feature-list li{

    justify-content:center;
    text-align:left;

}

.hero-content h2{
    font-size:38px;
	width: 100%;
	line-height: 1.2;
}

}

@media(max-width:576px){

.hero-section{

    padding:60px 15px 0px 15px;

}

.hero-container{

    padding:0px;

}

.hero-content h1{

    font-size:34px;

}

.hero-content p{

    font-size:14px;
    line-height:25px;

}

.feature-list li{

    font-size:13px;

}

.hero-btn{

    padding:12px 28px;

}

}







.footer{
    background:#091220;
    padding:70px 0 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns: 2.2fr 1fr 1.2fr 1.5fr;
    gap:60px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:22px;
}

.logo-icon{
    width:34px;
    height:34px;
    background:#6d5cff;
    border-radius:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:15px;
}

.footer-logo h2{
    color:#fff;
    font-size:30px;
    font-weight:600;
}

.footer-about p{
    color:#c7c7c7;
    font-size:14px;
    line-height:1.8;
    max-width:360px;
    margin-bottom:28px;
}

.footer-links h3,
.footer-contact h3{
    color:#fff;
    font-size:18px;
    margin-bottom:24px;
    font-weight:600;
}

.footer-links ul{
    list-style:none;
}

.footer-links ul li{
    margin-bottom:16px;
}

.footer-links ul li a{
    text-decoration:none;
    color:#c7c7c7;
    font-size:14px;
    transition:.3s;
}

.footer-links ul li a:hover{
    color:#ffbf02;
    padding-left:6px;
}

.footer-contact ul{
    list-style:none;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#c7c7c7;
    font-size:14px;
    line-height:1.8;
    margin-bottom:18px;
}
.footer-contact li:last-child{
    display:block;
}
.footer-contact li span {
    margin: 0 0 0 22px;
    display: flex;
}

.footer-contact i{
    color:#fff;
    margin-top:4px;
    width:18px;
}

.social-icons{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.social-icons a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#111d2d;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-decoration:none;
    transition:.35s;
    border:1px solid rgba(255,255,255,.08);
}

.social-icons a:hover{
    background:#ffbf02;
    color: #000;
    transform:translateY(-5px);
}

@media(max-width:992px){

.footer-grid{
    grid-template-columns:1fr 1fr;
    gap:40px;
}

}

@media(max-width:768px){

.footer{
    padding:50px 0 0 0;
}

.footer-grid{
    grid-template-columns:1fr;
    gap:1px;
}

.footer-about p{
    max-width:100%;
}

.footer-logo h2{
    font-size:28px;
}

}
.footer-bottom{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,0.08);
    padding:22px 0;
}

.footer-bottom-content{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.footer-bottom p{
    color:#c7c7c7;
    font-size:14px;
    margin:0;
}

.footer-bottom p strong{
    color:#ffffff;
    font-weight:600;
}

.footer-bottom-links{
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}

.footer-bottom-links a{
    color:#9aa7bd;
    text-decoration:none;
    font-size:14px;
    transition:0.3s;
}

.footer-bottom-links a:hover{
    color:#6d5cff;
}

@media (max-width:768px){

.footer-bottom-content{
    flex-direction:column;
    text-align:center;
}

.footer-bottom-links{
    justify-content:center;
    gap:18px;
}

}






/* ===== FAQ SECTION ===== */
.faqs_container {
  padding: 60px 15px;
  margin-top: 0px;
}

.faqs_container .container {
  max-width: 1200px;
  margin: auto;
}
.faqs_head {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}
.faqs_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.faqs_col details {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faqs_col summary {
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #111;
  list-style: none;
  position: relative;
}
.faqs_col summary::-webkit-details-marker {
  display: none;
}
.faqs_col summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #0f69a9;
  transition: transform 0.3s ease;
}
.faqs_col details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}
.faq__content {
  padding: 0 18px 18px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  animation: fadeIn 0.4s ease-in-out;
}
.faq__content p {
  color: #555;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faqs_col details:hover {
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .faqs_area {
    grid-template-columns: 1fr;
  }

  .faqs_head {
    font-size: 24px;
  }
}






/* ===========================
   ASTRO TESTIMONIALS
=========================== */

.astro-testimonials{
    max-width:1200px;
    margin:0px auto;
    padding:0 20px;
    margin-top: 60px;
}

.astro-heading{
    text-align:center;
    margin-bottom:50px;
}

.astro-heading span{
    color:#C9A227;
    font-weight:600;
    letter-spacing:1px;
}

.astro-heading h2{
    font-size:42px;
    color:#351C5D;
    margin:12px 0;
}

.astro-heading p{
    max-width:700px;
    margin:auto;
    color:#777;
    line-height:1.7;
}

/* Masonry */

.astro-masonry{
    column-count:3;
    column-gap:30px;
}

/* Card */

.astro-card{

    display:inline-block;

    margin-bottom:30px;

    background:#fff;

    border-radius:18px;

    padding:30px;

    break-inside:avoid;

    position:relative;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s ease;

    border:1px solid #f0ece2;

}

.astro-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.astro-quote{

    position:absolute;

    top:10px;

    right:20px;

    font-size:90px;

    color:#f7efd7;

    line-height:1;

}

.astro-stars{

    color:#F4B400;

    font-size:20px;

    margin-bottom:18px;

    letter-spacing:2px;

}

.astro-review{

    font-size:16px;

    color:#555;

    line-height:1.9;

    margin-bottom:25px;

}

.astro-client{

    display:flex;

    align-items:center;

    border-top:1px solid #eee;

    padding-top:20px;

}

.astro-avatar{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#4A2E74;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    font-weight:bold;

    margin-right:15px;

    flex-shrink:0;

}

.astro-info h4{

    margin:0 0 5px;

    font-size:18px;

    color:#222;

}

.astro-info span{

    color:#888;

    font-size:14px;

}

/* Responsive */

@media (max-width:1100px){

    .astro-masonry{
        column-count:2;
    }

}

@media (max-width:768px){

    .astro-heading h2{
        font-size:30px;
    }

    .astro-masonry{
        column-count:1;
    }

}

@media (max-width: 767px) {
.contact_info {
    background: #000;
    padding: 0 0px;
        width: 100%;
}
.contact_area .contact_info {
    background: #fff;
}
.container-fluid {
    width: 100%;
}
.logo_conta_iner {
    width: 100%;
        padding: 0;
}
.header_img_area {
    padding: 5px 0 0 0px;
	gap: 10px;
}
.zodiac-section {
    padding: 50px 15px;
}
.feature-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    }
.didnun {
	display: none;
}
.footer-links h3, .footer-contact h3 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.social-icons {
    gap: 5px;
        margin-bottom: 30px;
}
.social-icons a {
    width: 35px;
    height: 35px;
}
.read-less-location .h6 {
    line-height: 32px;
}
.logo_area {
    padding: 5px 0 0 0;
}
.hero-content {
    width: 100%;
}
.testimonial_grid {
    flex-direction: column;
gap: 1px;
}
.testimonial_grid div {
    width: auto;
text-align: left;
}
.blg_head a {
	color: #838282;
}
.hs_lest_news_cont_wrapper {
    padding: 12px 16px;
}
.footer-bottom {
    margin-top: 30px;
}
.counter_container {
    padding: 50px 0 0 0;
    margin: 0 0 10px 0;
}
}