/* ----------------------------------------------------------------
	Canvas: Medical
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #eead29;
	--cnvs-themecolor-rgb: 222, 98, 98;

	--cnvs-body-font: "Poppins", sans-serif;
	--cnvs-primary-font: "Poppins", sans-serif;
	--cnvs-secondary-font: "Poppins", sans-serif;
}

#header {
	--cnvs-primary-menu-font-size: 13px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-font-weight: 700;
}

.section.dark .bg-color h2 { color: #FFF; }

.section.dark .bg-color label {
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	text-transform: capitalize;
}


.form-control.error { border: 2px solid red; }


.footer-big-contacts {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ef0001;
	letter-spacing: 2px;
	margin-bottom: 8px;
}


#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}




.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

.entry-content p { margin-bottom: 15px; }

.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
}

.form-control.error { border: 2px solid red; }

ul.price-table { list-style: none; }

ul.price-table li {
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.price-table li span { font-weight: bold; }

ul.price-table li .value {
	float: right;
	color: #666;
}

.more-link { margin-top: 20px; }


/* ----------------------------------------------------------------
	Medical Demo - RTL Support
-----------------------------------------------------------------*/

.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0;
}

.rtl .time-table-wrap .time-table { text-align: right; }

.rtl .time-table-wrap .time-table .col-md-5 { padding-right: 0; }

.rtl ul.price-table li { background-position: right center; }

.rtl ul.price-table li span { float: right; }

.rtl ul.price-table li .value { float: left; }
.why_area {
	margin-top: 60px;
	    padding: 0px 50px;
}
.why_area .row .col-md-4 {
	border-right: 1px solid #d3d3d3;
}
.why_area .row .col-md-4:last-child {
	border-right: none;
}
.serv_head {
font-size: 40px;
    text-align: left;
    margin: 0 0 35px 0;
    color: #212529;
    font-weight: 600;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.serv_head span {
    color: #ef0001;
}
.cntr_img {
    padding: 0 50px;
}
.cntr_img img {
    width: 100%;
}
.squore_container {
display: flex;
    padding: 0 50px;
    flex-wrap: wrap;
        gap: 10px;
}
.squore_box {
        width: 305px;
background: conic-gradient(from 315deg, #CD1506, #780101);
    padding: 10px;
    text-align: center;
    color: #fff;
}
.squore_box a {
    color: #fff;
}
.consult_container {
    padding: 100px 50px;
    background-color: #D8E5E5;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    margin: 0 40px;
        margin-bottom: 20px;
}
.consult_head {
display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    align-items: center;
}
.consult_heading {
    font-size: 45px;
    width: 520px;
    line-height: 1.3em;
    font-weight: 600 !important;
}
.consult_heading b {
    color: #ef0001;
    font-weight: 600;
}
.consult_heading span {
	font-size: 15px;
    text-transform: uppercase;
}
.consult_btn a {
    background: #000;
    padding: 15px 20px;
    border-radius: 25px;
    color: #fff;
}
.consult_grid {
display: flex;
    gap: 15px;
        position: relative;
}
.consult_box {
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 15px;
    padding: 30px;
        width: 380px;
}
.consult_number {
font-size: 120px;
    color: #fff;
    background: linear-gradient(180deg, #ef0001 0%, #fff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 16px;
}
.consult_txt {
    font-size: 25px;
    font-weight: 600;
        margin-bottom: 15px;
}
.consult_box p {
	margin-bottom: 0px;
	    font-size: 14px;
}

.consult_box {
    position: relative;
}
.consult_box::after {
    content: ">";
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #ef0001;
    border: 7px solid #f3f0ee;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: none;
}
.consult_box_3::after {
	display: none;
}
.bg-shape-2, .bg-shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    max-width: 370px;
    width: 100%;
    z-index: -1;
    mix-blend-mode: difference;
    pointer-events: none;
}
.bg-shape-2 {
    top: inherit;
    inset-inline-start: inherit;
    bottom: 0;
    inset-inline-end: 0;
}
.testi {
	background: linear-gradient(90deg, rgb(237 171 39) 0%, rgb(253 212 78) 100%);
	padding: 50px 0;
}
.testi img {
	width: 100px !important;
}
.testi_head {
text-align: left;
    padding: 0 0 40px 0;
    font-size: 40px;
    font-weight: 500;
    color: #000;
}
.connect_container {
    margin-top: 70px;
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.connect_area h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
.connect_head {
    font-size: 32px;
    color: #000;
    font-weight: 600 !important;
    margin: 0px 0 10px 0;
    line-height: 1.2em;
}
.connect_area p {
font-size: 14px;
}
.bg_contrast {
	background: #000;
}
.widget_links ul li a {
    color: #fff;
}
.widget_links li {
	font-size: 13px;
}
.ft_head {
font-size: 35px;
    color: #fff;
    margin: 20px 0 20px 0
}
.banner_slide_1 {
	background-image: url("../images/Best-Astrologer.webp");
}
.banner_slide_2 {
	background-image: url("../images/black-magic-services.webp");
}
.banner_slide_3 {
	background-image: url("../images/love-problem-services.webp");
}
.banner_slide_4 {
	background-image: url("../images/family-problem-services.webp");
}
.fslider .owl-dots {
	display: none;
}
.innerbanner_area {
      max-width: 98%;
    margin: auto;
    margin-top: 45px;
}
.banner_wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.banner_wrapper img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}
.banner_content h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #fff;
}
.breadcrumb {
  font-size: 13px;
  color: #eee;
      margin: 0 auto;
    display: block;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.profile-container {
    max-width: 1100px;
    margin: 60px auto;
    display: flex;
    overflow: hidden;
        gap: 40px;
}
.profile-image img {
    border-radius: 1px;
}
.profile-content {
    flex: 1.2;
    padding: 0px;
}
.title {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 400;
        line-height: 1.2em;
}
.sub_title {
font-size: 15px;
}
.sub_title span {
    color: #ef0001;
}
.description {
    line-height: 1.7;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 15px;
}
.contact-info {
display: flex;
    border: 1px dashed #cbcbcb;
    padding: 0px 0px;
    border-radius: 10px;
    justify-content: center;
}
.contact-info p {
    margin: 0 10px;
    font-size: 22px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
}
.contact-info p:first-child {
    padding-right: 10px;
    border-right: 1px dashed #cbcbcb;
}
.contact-info p strong {
display: block;
    font-weight: 400;
    font-size: 16px;
}
.contact-info p a {
    color: #000;
}
.contact-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 40px;
  }
.para_area {
    padding: 30px 30px 10px 30px;
    width: 1250px;
    margin: 0 auto;
    background: linear-gradient(90deg,rgba(216, 229, 229, 1) 0%, rgba(216, 229, 229, 1) 100%);
    margin-bottom: 30px;
}
.para_area p {
    color: #000;
        margin-bottom: 15px;
}
.para_head {
    color: #000 !important;
    font-size: 25px !important;
    border-bottom: 1px dotted #ef0001;
    padding: 0 0 20px 0;
        margin-bottom: 20px !important;
}
.para_area h2 {
font-size: 22px;
    color: #ef0001;
    margin: 30px 0 10px 0;
}
.para_area h3 {
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px 0;
}
.para_area ul,
.para_area ol {
    margin: 15px 0 20px 20px;
    padding-left: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}
.para_area ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.para_area ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
}
.para_area ul li::marker {
    color: #ef0001;
}
.para_area ol li::marker {
    color: #ef0001;
}
.wide_menu {
    width: 420px !important;
    margin-left: -60px;
}
.wide_menu li {
    width: 205px;
    float: left;
}
.faq_area {
    margin: 0 auto;
    display: block;
}
.read-less-location {
    width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: justify;
    position: relative;
}
.read-less-location .h6 {
    font-size: 20px;
    color: #ef0001;
    line-height: 40px;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    font-weight: 400;
}
.footer_text:hover {
    color: red;
}
.footer_text {
font-size: 14px;
    color: #fff;
    line-height: 31px;
    float: left;
    text-decoration: none;
    margin: 0 0px 0 0px;
    padding: 2px 8px 2px 8px;
    background: #000000;
}
.read-less-location a.loc-read {
    font-size: 14px;
    color: #ef0001;
    line-height: 32px;
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    font-weight: 600;
    text-decoration: none;
}
.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;
}
.mantra-block {
  font-size: 1.2rem;
  line-height: 1.6;
  background: #000000;
  border-left: 6px solid #f2c879;
  padding: 20px 25px;
  margin: 20px 0;
  color: #f5e7c6;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(255, 215, 0, 0.15);
}

.mantra-block p {
  margin: 0 0 10px;
}

.mantra-block footer {
  margin-top: 10px;
  font-size: 0.95rem;
  font-style: italic;
  color: #d6c29b;
}
.fixed-phone {
    right: 35px;
    bottom: 200px;
    position: fixed;
    z-index: 999999;
}
.fixed-phone:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #00a505;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / .12), 0 1px 1px 0 rgb(0 0 0 / .24);
    z-index: 1;
    top: 0;
    left: 0;
}
.fixed-phone i {
    vertical-align: middle;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    left: 15px;
    top: 10px;
}
.fixed-whatsapp {
    right: 30px;
    bottom: 130px;
    position: fixed;
    z-index: 999999;
}
.fixed-whatsapp:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #00a505;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 1px 1.5px 0 rgb(0 0 0 / .12), 0 1px 1px 0 rgb(0 0 0 / .24);
    z-index: 1;
    top: 0;
    left: 0;
}
.fixed-whatsapp i {
    vertical-align: middle;
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    left: 14px;
    top: 5px;
}
.send_quick form {
    margin-bottom: 0;
}
.qck_btn {
    margin: 0 0 0px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 0 0px 0;
}
.qck_btn a {
    border-bottom: 1px solid #858585;
    padding-bottom: 2px;
        color: #000;
}
.instagram-section {
    padding: 40px 20px;
    background: #f9f9f9;
}
.instagram-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}
.instagram-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}
.instagram-media {
    min-width: 0 !important;
    max-width: 100% !important;
    margin: auto !important;
}
.l_i_k {
    border-bottom: 1px solid #fff !important;
    line-height: 2.2em;
}
#copyrights .container .row {
    display: grid;
    grid-template-columns: auto auto;
}
#copyrights .container .row .col-md-6 {
    width: 100%;
}



@media (max-width: 767px) {
#logo {
    flex-direction: column;
    gap: 10px;
}
#header-wrap #logo img {
    width: 100%;
}
.sendquick_area {
    flex-direction: column;
}
.captcha_area {
    flex-direction: column;
}
.sendquick_area input {
    width: 220px;
}
.why_area .row .col-md-4 {
        border-bottom: 1px solid #d3d3d3;
        margin-bottom: 20px;
        margin-top: 0;
        padding-bottom: 20px !important;
        border-right: none;
}
.about_container {
    margin: 40px 0 0 0;
}
.about_box {
    padding: 15px;
    margin-bottom: 20px;
}
.about_box h2 {
    font-size: 32px;
}
.about_text {
    position: relative;
padding: 20px 0px 0 0;
}
.about_info {
    width: 100%;
        align-items: center;
}
.serv_head {
    font-size: 32px;
    line-height: 1.3em;
}
.col-mb-50 {
    --cnvs-col-mb: 30px;
}
.swiper-slide-bg {
	height: 100%;
        background-size: cover;
}
.slider-inner {
    height: 490px;
}
.cntr_img {
    padding: 0 15px;
}
.bg_color {
    margin: 0 15px;
}
.bg_color h1 {
    padding: 30px 15px 30px 15px;
    font-size: 24px;
    width: 100%;
}
.bg_color p {
    margin: 15px 15px 0px 15px;
}
.cont_ainer {
    grid-template-columns: auto;
}
.consult_container {
    padding: 40px 15px 60px 15px;
    margin: 30px 15px 50px 15px;
}
.consult_head {
    flex-direction: column;
        gap: 35px;
        align-items: flex-start;
}
.consult_heading {
    font-size: 35px;
        width: 100%;
}
.consult_grid {
    flex-direction: column;
}
.consult_box {
    width: 100%;
}
.consult_box::after {
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        top: inherit;
        inset-inline-end: inherit;
        bottom: -40px;
        inset-inline-start: 50%;
}
.testi_head {
    text-align: center;
        font-size: 32px;
}
.testi {
    padding: 60px 0;
}
.connect_area h4 {
    font-size: 22px;
}
.connect_head {
    font-size: 28px;
}
.connect_area p {
    font-size: 15px;
}
.blog-container {
    grid-template-columns: auto;
    padding: 0 15px;
}
.footer-widgets-wrap .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
.subscribe-widget .row {
display: grid;
        grid-template-columns: repeat(5, 55px);
        justify-content: center;
}
.subscribe-widget .row .col-lg-2 {
	padding: 0;
}
.subscribe-widget .row .col-lg-2 a {
	margin: 0 !important;
}
.counters {
    margin: 0 !important;
            gap: 1px;
        display: grid;
        grid-template-columns: auto auto;
}
.cnvs-hamburger {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 250px;
            flex-direction: row-reverse;
}
.primary-menu-trigger {
    background: linear-gradient(90deg,rgba(239, 0, 1, 1) 0%, rgba(239, 0, 1, 1) 100%);
	margin: 0 auto;
}
.about_info img {
    width: 60px;
}
.about_head {
    font-size: 50px;
}
.about_info p {
    font-size: 22px;
}
.bg_contrast .container {
	width: 90%;
}
.squore_box {
    width: 100%;
}
.squore_container {
    padding: 0 30px;
}
span a:nth-of-type(2)::before {
    content: "";
    display: block;
    margin-top: -10px;
}
.bg_color h1 span {
    line-height: 2.5em;
    display: block;
}
.top-links-container .links_email:nth-child(2) {
        display: none;
}
.footer-widgets-wrap .col-md-3 {
	margin-top: 0;
}
.widget_links li {
    font-size: 15px;
}
.innerbanner_area {
    max-width: 92%;
        margin-top: 25px;
}
.banner_content h1 {
    font-size: 20px;
}
.profile-container {
    max-width: 90%;
flex-direction: column;
}
.title {
    font-size: 25px;
}
.para_area {
    width: 92%;
    padding: 15px 15px 10px 15px;
}
.contact-info {
    flex-direction: column;
    align-items: center;
}
.contact-info p:first-child {
    border-right: none;
        padding-right: 0px;
    border-bottom: 1px dashed #cbcbcb;
}
.contact-info p {
    width: 100%;
    text-align: center;
}
.contact-info p {
    margin: 0 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wide_menu {
    width: auto !important;
    margin-left: 0;
}
.wide_menu li {
    width: 100%;
    float: none;
}
.banner_content {
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.footer-big-contacts {
    font-size: 18px;
}
.read-less-location {
    width: 95%;
}
.read-less-location .h6 {
    line-height: 28px;
}
.banner_wrapper img {
    height: 220px;
}
#copyrights .container .row {
    grid-template-columns: auto;
        gap: 10px;
}
}
#header-wrap {
padding: 8px 0;
}
.about_txt {
    max-height: 380px; /* adjust as needed */
    overflow-y: auto;
    overflow-x: hidden;
}
.connect_area {
    padding: 0 20px 0 0 !important;
}
/* =========================
   Ultra Modern Glassmorphism FAQ
========================= */

.faqs_container{
    position: relative;
    padding: 50px 0;
    margin-top: 0px;
    overflow: hidden;
    background: #fafafa;
}

.faqs_container .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Heading */

.faqs_head{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #111827;
    line-height: 1.1;
    margin-bottom: 50px;
    position: relative;
}

.faqs_head span{
    background: linear-gradient(90deg,#06b6d4,#8b5cf6,#ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Layout */

.faqs_area{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

/* FAQ Card */

.faqs_col details{
    position: relative;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 20px;
    border-radius: 28px;
    overflow: hidden;
    backdrop-filter: blur(18px);
    transition: all .45s ease;
    box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 23%), 0 10px 40px rgb(0 0 0 / 9%);
}

/* Neon Border Glow */

.faqs_col details::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 28px;
    background: linear-gradient(135deg, #4a4a4a, #272728, #000000);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: .4s;
}

.faqs_col details:hover::before,
.faqs_col details[open]::before{
    opacity: 1;
}

.faqs_col details:hover{
    transform: translateY(-6px) scale(1.01);
}

/* Question */

.faqs_col summary{
    list-style: none;
    padding: 18px 75px 18px 20px;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: .3s;
}

.faqs_col summary::-webkit-details-marker{
    display: none;
}

.faqs_col summary:hover{
    color: #ef473a;
}

/* Animated Icon */

.faqs_col summary::after{
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 18px;
    background: linear-gradient(to right, #cb2d3e, #ef473a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    transition: all .4s ease;
}

.faqs_col details[open] summary::after{
    content: "-";
    transform: translateY(-50%) rotate(180deg);
    background: linear-gradient(135deg, #4a4a4a, #272728, #000000);
}

/* Open State */

.faqs_col details[open]{
    background: rgba(255,255,255,0.08);
    box-shadow:
    0 20px 60px rgba(0,0,0,0.45),
    0 0 40px rgba(139,92,246,0.15);
}

/* Answer */

.faq__content{
    position: relative;
    padding: 0 30px 30px;
    animation: smoothReveal .5s ease;
}

.faq__content::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 2px;
    height: calc(100% - 10px);
    background: #6d6d6d;
    border-radius: 50px;
}

.faq__content p{
    padding-left: 22px;
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
    font-weight: 300;
    text-align: left;
}

/* Smooth Reveal */

@keyframes smoothReveal{
    from{
        opacity: 0;
        transform: translateY(-12px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover Shine */

.faqs_col details:hover{
    background:
    linear-gradient(
        120deg,
        rgba(255,255,255,0.08),
        rgba(255,255,255,0.03)
    );
}

/* Responsive */

@media(max-width: 992px){

    .faqs_area{
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .faqs_head{
        font-size: 44px;
    }
}

@media(max-width: 600px){

    .faqs_container{
        padding: 40px 15px;
    }

    .faqs_head{
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .faqs_col summary{
        font-size: 16px;
        padding: 18px 75px 18px 20px;
    }

    .faqs_col summary::after{
        width: 42px;
        height: 42px;
        font-size: 22px;
        right: 18px;
    }

    .faq__content{
        padding: 0 22px 24px;
    }

    .faq__content p{
        font-size: 14px;
        line-height: 1.7;
    }
}

.subscribe-widget .row {
    display: flex;
    justify-content: center;
}
.footer-widgets-wrap {
    text-align: center;
}
.widget .row .col-lg-3 {
    
}



.jab-love-section{
    position:relative;
    overflow:hidden;
    padding:120px 60px;
    background:
    linear-gradient(
    135deg,
    #fafafa,
    #f2f5f8
    );
}

.jab-love-section:before{
    content:"LOVE";
    position:absolute;
    left:50%;
    top:30px;
    transform:translateX(-50%);
    font-size:260px;
    font-weight:900;
    color:rgba(0,0,0,.03);
    letter-spacing:10px;
    line-height:1;
    pointer-events:none;
}

.jab-container{
    max-width:1400px;
    margin:auto;
}

.jab-heading{
    text-align:center;
    margin-bottom:90px;
    position:relative;
    z-index:2;
}

.jab-subtitle{
    display:inline-block;
    color:#ff3434;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:20px;
}

.jab-heading h2{
    font-size:70px;
    line-height:1.1;
    color:#121212;
    margin:0;
    font-weight:900;
}

.jab-heading h2 span{
    color:#ff3434;
}

.jab-heading p{
    max-width:700px;
    margin:25px auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.jab-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:190px;
    height:60px;
    border-radius:60px;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    background:
    linear-gradient(
    135deg,
    #ff3434,
    #ff8d3a
    );
    box-shadow:
    0 15px 40px rgba(255,52,52,.25);
    transition:.4s;
}

.jab-btn:hover{
    transform:translateY(-5px);
}

.jab-services{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:40px;
    flex-wrap:wrap;
}

.jab-card{
    width:340px;
    min-height:280px;
    background:#fff;
    border-radius:40px;
    position:relative;
    overflow:hidden;
    padding:40px;
    transition:.4s;
    box-shadow:
    0 20px 60px rgba(0,0,0,.08);
}

.jab-card:hover{
    transform:translateY(-15px);
}

.jab-card-2{
    margin-top:120px;
}

.jab-number{
    position:absolute;
    right:25px;
    top:15px;
    font-size:110px;
    font-weight:900;
    color:rgba(255,52,52,.08);
    line-height:1;
}

.jab-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    color:#fff;
    background:
    linear-gradient(
    135deg,
    #ff3434,
    #ff8d3a
    );
    box-shadow:
    0 15px 40px rgba(255,52,52,.25);
}

.jab-card h3{
    margin-top:35px;
    font-size:28px;
    color:#111;
    line-height:1.4;
    font-weight:700;
}

.jab-card:after{
    content:'';
    position:absolute;
    width:140px;
    height:140px;
    border-radius:50%;
    right:-50px;
    bottom:-50px;
    background:
    linear-gradient(
    135deg,
    rgba(255,52,52,.12),
    rgba(255,141,58,.12)
    );
}

@media(max-width:1200px){

    .jab-heading h2{
        font-size:55px;
    }

}

@media(max-width:991px){

    .jab-card-2{
        margin-top:0;
    }

    .jab-heading h2{
        font-size:42px;
    }

    .jab-love-section{
        padding:80px 15px;
    }

    .jab-love-section:before{
        font-size:120px;
    }

}

@media(max-width:576px){

    .jab-card{
        width:100%;
    }

    .jab-heading h2{
        font-size:34px;
    }

}


/* ===== UNIQUE DESIGN ===== */

.lp-specialist-wrap{
    padding:60px 50px 80px 50px;
    background:
    radial-gradient(circle at top left,#3c0000,#120000),
    linear-gradient(135deg,#000,#1a1a1a);
    position:relative;
    overflow:hidden;
}

.lp-specialist-wrap:before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,0,0,.12);
    border-radius:50%;
    top:-150px;
    left:-150px;
    filter:blur(80px);
}

.lp-specialist-wrap:after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-120px;
    right:-120px;
    filter:blur(70px);
}

.lp-specialist-head{
    text-align:center;
    margin-bottom:50px;
    position:relative;
    z-index:2;
}

.lp-specialist-head h2{
    font-size:52px;
    font-weight:800;
    color:#fff;
    margin:0;
    text-transform:uppercase;
}

.lp-specialist-head span{
    color:#ff2a2a;
    text-shadow:0 0 20px rgba(255,0,0,.7);
}

.lp-specialist-head p{
    color:#cfcfcf;
    margin-top:10px;
    letter-spacing:1px;
}

.lp-card-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
    position:relative;
    z-index:2;
}

.lp-mystic-card{
    position:relative;
    height:380px;
    border-radius:25px;
    overflow:hidden;
    cursor:pointer;
    transition:.5s ease;
    transform-style:preserve-3d;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.15);
}

.lp-mystic-card:hover{
    transform:translateY(-15px);
    box-shadow:
    0 20px 40px rgba(255,0,0,.3),
    0 0 30px rgba(255,0,0,.25);
}

.lp-card-image{
    width:100%;
    height:100%;
}

.lp-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.lp-mystic-card:hover img{
    transform:scale(1.12);
}

.lp-card-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    to top,
    rgba(120,0,0,.95),
    rgba(0,0,0,.2),
    transparent);
}

.lp-card-content{
    position:absolute;
    left:0;
    right:0;
    bottom:25px;
    text-align:center;
    z-index:2;
}

.lp-card-content h3{
    color:#fff;
    font-size:20px;
    margin:0;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    text-shadow:0 0 15px rgba(255,255,255,.3);
}

.lp-card-content:after{
    content:"";
    display:block;
    width:60px;
    height:3px;
    background:#fff;
    margin:12px auto 0;
    border-radius:20px;
}

@media(max-width:991px){

.lp-card-grid{
    grid-template-columns:repeat(2,1fr);
}

.lp-specialist-head h2{
    font-size:36px;
}

}

@media(max-width:600px){

.lp-card-grid{
    grid-template-columns:1fr;
}

.lp-specialist-head h2{
    font-size:28px;
}

.lp-mystic-card{
    height:320px;
}

}



.mystic-services-wrap{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    padding:80px 50px;
    background:#ffffff;
}

.mystic-card-box{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#111;
    box-shadow: 0 15px 35px rgb(0 0 0 / 24%), 0 0 25px rgba(255, 180, 0, .2);
}

.mystic-card-box:hover{
    transform:translateY(-12px);
}

.mystic-image-area{
    position:relative;
    height:320px;
    overflow:hidden;
}

.mystic-image-area img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.mystic-card-box:hover img{
    transform:scale(1.15);
}

.mystic-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.2),
    transparent);
}

.mystic-content-area{
    position:absolute;
    bottom:10px;
    left:0;
    width:100%;
    padding:5px;
    text-align:center;
    z-index:2;
}

.mystic-content-area h3{
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.3;
}

.mystic-action-btns{
    display:flex;
    justify-content:center;
    gap:18px;
}
.mystic-action-btns i.fa-phone-alt {
    font-size: 18px;
}

.mystic-action-btns a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    font-size:24px;
    backdrop-filter:blur(10px);
    transition:.4s;
}

.mystic-action-btns a:first-child{
    background:#ff2d2d;
    color:#fff;
}

.mystic-action-btns a:last-child{
    background:#10c04b;
    color:#fff;
}

.mystic-action-btns a:hover{
    transform:scale(1.15) rotate(10deg);
}

@media(max-width:768px){

.mystic-image-area{
    height:260px;
}

.mystic-content-area h3{
    font-size:22px;
}

}


.mypt {
    padding-top: 0;
}
.mt0 {
    margin-top: 0px;
}


.ms-blog-sec {
  padding: 70px 60px;
  background: #f9f9f9;
}

.ms-blog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ms-blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.ms-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
}

.ms-blog-img {
  display: block;
  overflow: hidden;
}

.ms-blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ms-blog-card:hover .ms-blog-img img {
  transform: scale(1.08);
}

.ms-blog-content {
  padding: 25px;
}

.ms-blog-date {
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
  font-weight: 500;
}

.ms-blog-title {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
}

.ms-blog-title a {
  text-decoration: none;
  color: #111;
  transition: color 0.3s ease;
}

.ms-blog-title a:hover {
  color: #c89b63;
}

/* Tablet */
@media (max-width: 991px) {
  .ms-blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ms-blog-container {
    grid-template-columns: 1fr;
  }

  .ms-blog-title {
    font-size: 20px;
  }
}




.ms-blog-inner-sec {
  padding: 0px 20px 50px 20px;
  background: #fff;
}

.ms-blog-inner-container {
  max-width: 1000px;
  margin: auto;
}

/* Main Image */
.ms-blog-inner-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
}

.ms-blog-inner-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Content */
.ms-blog-inner-content {
  color: #333;
}

.ms-blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ms-blog-inner-title {
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #111;
  font-weight: 700;
}

.ms-blog-inner-content p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 25px;
  color: #555;
}

/* Headings */
.ms-blog-inner-content h2 {
  font-size: 32px;
  margin: 40px 0 20px;
  color: #111;
}

/* Quote Box */
.ms-blog-quote {
  background: #f7f7f7;
  border-left: 5px solid #c89b63;
  padding: 30px;
  margin: 40px 0;
  border-radius: 12px;
}

.ms-blog-quote p {
  margin: 0;
  font-size: 22px;
  line-height: 1.7;
  font-style: italic;
  color: #222;
}

/* Small Image */
.small-img {
  margin: 40px 0;
}
.ms-blog-inner-content ul {
    margin: 0 0 10px 30px;
}
/* Responsive */
@media (max-width: 991px) {
  .ms-blog-inner-title {
    font-size: 38px;
  }

  .ms-blog-inner-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .ms-blog-inner-sec {
    padding: 0px 15px 50px 15px;
  }

  .ms-blog-inner-title {
    font-size: 30px;
  }

  .ms-blog-inner-content p {
    font-size: 16px;
  }

  .ms-blog-quote {
    padding: 22px;
  }

  .ms-blog-quote p {
    font-size: 18px;
  }

  .ms-blog-meta {
    flex-direction: column;
    gap: 8px;
  }
}




/* Contact Section */
.avk-contact-section{
    padding:80px 20px;
    background:#f8f9fc;
    font-family:'Poppins',sans-serif;
}

.avk-contact-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.avk-contact-tag{
    display:inline-block;
    background:#ffedd5;
    color:#e67e22;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.avk-contact-info h2{
    font-size:42px;
    margin-bottom:15px;
    color:#222;
}

.avk-contact-info p{
    color:#666;
    line-height:1.7;
}

.avk-info-box{
    margin-top:35px;
}

.avk-info-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
}

.avk-icon{
    width:55px;
    height:55px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.avk-info-item h4{
    margin:0 0 5px;
    color:#222;
}

.avk-info-item a{
    text-decoration:none;
    color:#555;
}

.avk-info-item a:hover{
    color:#e67e22;
}

/* Form */
.avk-form-wrapper{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.avk-form-wrapper h3{
    margin-bottom:25px;
    color:#222;
}

.avk-form-group{
    margin-bottom:18px;
}

.avk-form-group input,
.avk-form-group textarea{
    width:100%;
    padding:15px 18px;
    border:1px solid #ddd;
    border-radius:12px;
    outline:none;
    font-size:15px;
    transition:0.3s;
    box-sizing:border-box;
}

.avk-form-group input:focus,
.avk-form-group textarea:focus{
    border-color:#e67e22;
    box-shadow:0 0 0 4px rgba(230,126,34,0.15);
}

.avk-submit-btn{
    width:100%;
    border:none;
    background:linear-gradient(135deg,#e67e22,#ff9f43);
    color:#fff;
    padding:16px;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.avk-submit-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(230,126,34,0.3);
}

/* Mobile */
@media(max-width:768px){
    .avk-contact-container{
        grid-template-columns:1fr;
            gap: 20px;
    }

    .avk-contact-info h2{
        font-size:32px;
    }

    .avk-form-wrapper{
        padding:25px;
    }
}




.enq_quick {
padding: 40px 50px;
    background: linear-gradient(90deg, rgb(237 171 39) 0%, rgb(253 212 78) 100%);
    width: max-content;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.enq_quick form {
    margin: 0 0 30px 0;
}
.chk_area {
  display: flex;
  align-items: center;
}
input.click_check {
  margin: 0 0px 0 10px !important;
}
input.click_check[type="checkbox"] {
  width: 20px;
  accent-color: green;
}
.chktxt {
  margin: 0 10px 0 5px;
}
.small_captcha_area {
  display: flex;
  gap: 10px;
}
.small_capbox_box .input_small {
  width: 90px;
}
.small_captcha_area img {
  height: 40px;
  margin: 0 0 0 0;
  vertical-align: middle;
}
.h_two {
  font-size: 18px !important;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
}
.side-bar-widget .widget-popular-post .item .info a {
  width: 100%;
}
.side-bar-widget .widget-popular-post .item .info a img {
  width: 100%;
}
.error {
  color: red;
  font-size: 0.9em;
}
.success {
  color: green !important;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  background: transparent;
}
.form-section {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
  width: 300px;
}
h2 {
  margin-bottom: 10px;
}
.captcha_fld {
    display: flex;
    align-items: center;
}
.captcha_fld label {
    margin-right: 10px;
}
.captcha_fld input {
    max-width: 110px !important;
}
/* CAPTCHA styling */
        .captcha-text {
  background: black;       /* Set background color to black */
  color: white;            /* Ensure text is visible */
  padding: 8px 15px;
  display: inline-block;
  font-weight: bold;
  filter: blur(0.2px);       /* Apply blur effect */
  user-select: none;       /* Disable text selection */
  pointer-events: none;    /* Prevent copying or interaction */
  border-radius: 5px;
  letter-spacing: 4px
}
.quick_form_area {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0px 0 0px 0;
}
.quick_form_area input {
  max-width: 150px;
  margin: 0 !important;
  background: #fff;
  color: #000 !important;
  height: 50px !important;
  border: 1px solid #999;
    border-radius: 4px;;
  font-size: 14px;
  padding: 0 0px 0 15px;
}
.quick_form_area input::placeholder {
  color: #000;
}
.quick_form_area textarea {
  max-width: 150px;
  margin: 0 !important;
  background: #fff;
  color: #000 !important;
  height: 45px !important;
  border: 1px solid #999;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 0px 0 20px;
}
.quick_form_area textarea::placeholder {
  color: #000;
}
.quick_form_area select {
  max-width: 150px;
  margin: 0 !important;
  background: #dbdbdb;
  color: #000 !important;
  height: 45px !important;
  border: 1px solid #999;
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 0px 0 5px;
}
.quick_btn {
  color: #fff;
  background: linear-gradient(120deg, #000000 0%, #323334 100%) !important;
  border-color: #14191e;
  width: 110px;
  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.42857143;
  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;
  height: 50px;
}
.capbox label {
  text-transform: inherit !important;
  font-size: 18px !important;
}
#bigForm input {
    width: 100%;
    border-radius: 4px;
    border: none;
    height: 40px;
}
#bigForm textarea {
    width: 100%;
    border-radius: 4px;
    border: none;
    height: 80px;
}
.Big_full_captcha {
display: flex;
    justify-content: center;
    align-items: center;
}
.Big_full_captcha input {
    width: 150px !important;
    margin-left: 20px;
}




.loc_area {
    display: flex;
    flex-wrap: wrap;
        gap: 5px;
}


@media (max-width: 767px) {

.about_txt {
    margin: 0 0px;
    padding: 30px 15px 30px 15px;
}
.about_txt h1 {
    width: 100%;
    line-height: 1.3;
}
.about_txt {
    max-height: 450px;
    padding: 20px 15px 50px 15px;
}
.about_txt h2 {
    line-height: 1.3;
}
.about_txt h3 {
    line-height: 1.3;
}
.cont_ainer {
    padding: 0 15px;
}
.connect_container {
    margin-top: 50px;
}
.mw_xl {
    max-width: 100% !important;
    margin-top: 50px !important;
}
.connect_area {
    padding: 0 15px 0 15px !important;
}
p {
    margin-bottom: 20px;
}
.col-padding {
    padding: 1.5rem 40px;
}
.faqs_container .container {
    max-width: 100%;
    padding: 0 0;
}
.subscribe-widget .row .col-md-12 {
    width: auto;
}
.col-mb-30 {
    --cnvs-col-mb: 20px;
}
.copyrights-menu a {
        font-size: 10px;
        padding: 5px 6px;
}
.send_quick {
    padding: 0 15px;
}
.fslider {
    padding: 0 15px;
}
.counters .col-lg-3 h5 {
    margin-bottom: 0;
        font-size: 14px;
}
.i-xlarge.i-plain {
    --cnvs-i-size: 2rem;
    --cnvs-i-fontsize: 2rem;
}
.counter {
    --cnvs-counter-font-size: 30px;
}
.ms-blog-sec {
    padding: 50px 15px;
    background: #f9f9f9;
}
.enq_quick {
    padding: 30px 20px;
}
.quick_form_area {
    flex-direction: column;
}
.quick_form_area input {
    max-width: 100%;
    width: 100%;
}
.captcha_fld {
    justify-content: center;
}
.quick_btn {
    margin: 0 auto;
}
.lp-specialist-wrap {
    padding: 50px 15px 50px 15px;
}
.mystic-services-wrap {
    padding: 50px 15px;
}
.banner_slide_1 {
    background-image: url("../images/Best-Astro.webp");
}
.banner_slide_2 {
    background-image: url("../images/black-magic-service.webp");
}
.banner_slide_3 {
    background-image: url("../images/love-problem-service.webp");
}
.banner_slide_4 {
    background-image: url("../images/family-problem-service.webp");
}
.min-vh-50 {
    min-height: 110vh !important;
}
}