/* Start custom CSS for html, class: .elementor-element-28b820f */.spiritual-banner{

position:relative;

padding:160px 20px;

background:url('https://hinduspirituality.in/wp-content/uploads/2026/07/pexels-mohit-khare-3592184-5391330-scaled.jpg') center center/cover no-repeat;

overflow:hidden;

}

.spiritual-banner .overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:linear-gradient(
90deg,
rgba(59,15,15,.88),
rgba(123,30,43,.70),
rgba(0,0,0,.30)
);

}

.spiritual-banner .container{

position:relative;

z-index:2;

max-width:1200px;

margin:auto;

}

.banner-content{

max-width:650px;

color:#fff;

}

.banner-content .tag{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.15);

backdrop-filter:blur(10px);

border-radius:50px;

font-weight:600;

letter-spacing:1px;

margin-bottom:25px;

}

.banner-content h2{

font-size:60px;

line-height:1.15;

font-family:Poppins,sans-serif;

font-weight:700;

margin-bottom:25px;

}

.banner-content h2 span{

color:#FFD166;

}

.banner-content p{

font-size:19px;

line-height:34px;

margin-bottom:45px;

color:rgba(255,255,255,.92);

}

.banner-btns{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

padding:18px 38px;

background:linear-gradient(135deg,#F97316,#FFB347);

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-5px);

}

.btn-outline{

padding:18px 38px;

border:2px solid rgba(255,255,255,.5);

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-outline:hover{

background:#fff;

color:#7B1E2B;

}

@media(max-width:991px){

.spiritual-banner{

padding:120px 20px;

}

.banner-content h2{

font-size:46px;

}

}

@media(max-width:767px){

.spiritual-banner{

padding:90px 20px;

text-align:center;

}

.banner-content{

max-width:100%;

}

.banner-content h2{

font-size:34px;

}

.banner-content p{

font-size:16px;

line-height:28px;

}

.banner-btns{

justify-content:center;

}

.btn-primary,

.btn-outline{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9c04a */.trust-section{

padding:100px 0;

background:#FFF8F3;

}

.section-title{

text-align:center;

max-width:760px;

margin:auto;

margin-bottom:70px;

}

.section-title span{

display:inline-block;

padding:10px 22px;

background:#fff;

border-radius:50px;

color:#7B1E2B;

font-weight:600;

letter-spacing:1px;

margin-bottom:20px;

box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.section-title h2{

font-family:'Poppins';

font-size:46px;

font-weight:700;

color:#222;

margin-bottom:20px;

line-height:1.3;

}

.section-title h2 span{

background:linear-gradient(90deg,#7B1E2B,#F97316);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

background-color:transparent;

padding:0;

box-shadow:none;

}

.section-title p{

font-size:18px;

color:#666;

line-height:32px;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.stat-card{

background:#fff;

padding:40px;

border-radius:25px;

text-align:center;

transition:.4s;

box-shadow:0 15px 40px rgba(0,0,0,.06);

border:1px solid rgba(0,0,0,.04);

}

.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.stat-card h3{

font-size:52px;

font-family:'Poppins';

font-weight:700;

background:linear-gradient(90deg,#7B1E2B,#F97316);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

margin-bottom:10px;

}

.stat-card p{

font-size:18px;

color:#666;

font-weight:500;

}

@media(max-width:991px){

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.section-title h2{

font-size:34px;

}

.stats-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92fa9d5 */.services{

padding:120px 0;

background:#ffffff;

}

.section-header{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.tag{

display:inline-block;

padding:12px 26px;

background:#FFF4EC;

color:#7B1E2B;

border-radius:50px;

font-weight:600;

letter-spacing:1px;

margin-bottom:25px;

}

.section-header h2{

font-family:Poppins,sans-serif;

font-size:48px;

font-weight:700;

line-height:1.3;

color:#222;

margin-bottom:20px;

}

.section-header h2 span{

background:linear-gradient(90deg,#7B1E2B,#F97316);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.section-header p{

font-size:18px;

line-height:32px;

color:#666;

}

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.service-card{

background:#fff;

padding:40px;

border-radius:25px;

border:1px solid #f2f2f2;

box-shadow:0 20px 50px rgba(0,0,0,.05);

transition:.4s;

position:relative;

overflow:hidden;

}

.service-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#7B1E2B,#F97316);

transform:scaleX(0);

transition:.4s;

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 70px rgba(0,0,0,.10);

}

.service-card:hover::before{

transform:scaleX(1);

}

.featured{

background:linear-gradient(135deg,#7B1E2B,#9B2635);

color:#fff;

}

.featured p{

color:#f5f5f5;

}

.featured a{

color:#FFD27A;

}

.icon{

width:75px;

height:75px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:#FFF4EC;

border-radius:20px;

margin-bottom:30px;

}

.featured .icon{

background:rgba(255,255,255,.15);

}

.service-card h3{

font-size:26px;

font-family:Poppins,sans-serif;

margin-bottom:15px;

}

.service-card p{

color:#666;

line-height:30px;

margin-bottom:30px;

}

.service-card a{

text-decoration:none;

font-weight:600;

color:#F97316;

}

@media(max-width:991px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.services-grid{

grid-template-columns:1fr;

}

.section-header h2{

font-size:36px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5938ad */.why-us{

padding:120px 0;

background:#FFF8F3;

}

.comparison{

display:grid;

grid-template-columns:1fr 120px 1fr;

align-items:center;

gap:30px;

margin-top:70px;

}

.compare-card{

background:#fff;

padding:45px;

border-radius:30px;

box-shadow:0 20px 60px rgba(0,0,0,.06);

transition:.4s;

}

.compare-card:hover{

transform:translateY(-10px);

}

.compare-card h3{

font-family:Poppins,sans-serif;

font-size:28px;

margin-bottom:30px;

}

.left-card{

border-top:6px solid #999;

}

.right-card{

border-top:6px solid #F97316;

}

.compare-card ul{

list-style:none;

padding:0;

margin:0;

}

.compare-card li{

padding:18px 0;

font-size:18px;

color:#555;

border-bottom:1px solid #f2f2f2;

}

.compare-card li:last-child{

border-bottom:none;

}

.vs-circle{

width:100px;

height:100px;

border-radius:50%;

background:linear-gradient(135deg,#7B1E2B,#F97316);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:26px;

font-weight:700;

margin:auto;

box-shadow:0 20px 50px rgba(123,30,43,.25);

}

@media(max-width:991px){

.comparison{

grid-template-columns:1fr;

}

.vs-circle{

margin:20px auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c68fe8 */.process-section{

padding:120px 0;

background:#ffffff;

}

.process-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:70px;

}

.process-card{

position:relative;

background:#fff;

padding:40px;

border-radius:24px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

border:1px solid #f2f2f2;

transition:.35s;

overflow:hidden;

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.process-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#7B1E2B,#F97316);

transform:scaleX(0);

transition:.35s;

}

.process-card:hover::before{

transform:scaleX(1);

}

.step-number{

position:absolute;

top:20px;

right:25px;

font-size:42px;

font-weight:700;

font-family:Poppins,sans-serif;

color:rgba(123,30,43,.08);

}

.icon{

width:70px;

height:70px;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

background:#FFF4EC;

border-radius:18px;

margin-bottom:25px;

}

.process-card h3{

font-size:24px;

font-family:Poppins,sans-serif;

margin-bottom:15px;

color:#222;

}

.process-card p{

color:#666;

line-height:30px;

font-size:16px;

}

@media(max-width:991px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.process-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19f8cc9 */.case-studies{

padding:120px 0;

background:#FFF8F3;

}

.case-grid{

display:grid;

grid-template-columns:1fr;

gap:50px;

margin-top:70px;

}

.case-card{

display:grid;

grid-template-columns:45% 55%;

background:#fff;

border-radius:28px;

overflow:hidden;

box-shadow:0 25px 60px rgba(0,0,0,.06);

transition:.4s;

}

.case-card:hover{

transform:translateY(-8px);

}

.case-image{

overflow:hidden;

}

.case-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.case-card:hover img{

transform:scale(1.05);

}

.case-content{

padding:45px;

}

.industry{

display:inline-block;

padding:8px 18px;

background:#FFF4EC;

color:#7B1E2B;

border-radius:40px;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}

.case-content h3{

font-size:32px;

font-family:Poppins,sans-serif;

margin-bottom:20px;

}

.case-content p{

line-height:30px;

color:#666;

margin-bottom:35px;

}

.results{

display:flex;

gap:40px;

margin-bottom:35px;

}

.results h4{

font-size:34px;

color:#F97316;

font-family:Poppins,sans-serif;

}

.results span{

font-size:15px;

color:#777;

}

.case-content a{

font-weight:600;

text-decoration:none;

color:#7B1E2B;

}

@media(max-width:991px){

.case-card{

grid-template-columns:1fr;

}

.results{

flex-wrap:wrap;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e36221 */.testimonials{

padding:120px 0;

background:#ffffff;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:70px;

}

.testimonial-card{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.06);

transition:.4s;

border:1px solid #f2f2f2;

position:relative;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.featured{

background:linear-gradient(135deg,#7B1E2B,#912233);

color:#fff;

}

.featured p,

.featured span,

.featured h4{

color:#fff;

}

.quote{

font-size:60px;

color:#F97316;

line-height:1;

margin-bottom:15px;

}

.testimonial-card p{

font-size:17px;

line-height:32px;

color:#666;

margin-bottom:30px;

}

.stars{

font-size:24px;

color:#FDBA12;

margin-bottom:25px;

}

.client{

display:flex;

align-items:center;

gap:15px;

}

.client img{

width:60px;

height:60px;

border-radius:50%;

object-fit:cover;

}

.client h4{

font-size:18px;

font-family:Poppins,sans-serif;

margin-bottom:5px;

}

.client span{

font-size:14px;

color:#777;

}

@media(max-width:991px){

.testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.testimonial-grid{

grid-template-columns:1fr;

}

.testimonial-card{

padding:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc074f */.faq-contact{

padding:120px 0;

background:#FFF8F3;

}

.faq-contact .container{

display:grid;

grid-template-columns:1fr 480px;

gap:60px;

align-items:start;

}

.faq-left h2{

font-size:48px;

margin:20px 0;

font-family:Poppins,sans-serif;

}

.faq-left h2 span{

background:linear-gradient(90deg,#7B1E2B,#F97316);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.faq-left p{

color:#666;

line-height:30px;

margin-bottom:40px;

}

.accordion details{

background:#fff;

margin-bottom:18px;

padding:22px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.3s;

}

.accordion details:hover{

transform:translateY(-4px);

}

.accordion summary{

cursor:pointer;

font-weight:600;

font-size:18px;

list-style:none;

}

.accordion summary::-webkit-details-marker{

display:none;

}

.accordion p{

margin-top:18px;

color:#666;

line-height:28px;

}

.contact-card{

background:#fff;

padding:45px;

border-radius:30px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.mini-tag{

display:inline-block;

padding:10px 20px;

background:#FFF1E7;

color:#7B1E2B;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.contact-card h3{

font-size:34px;

font-family:Poppins,sans-serif;

margin-bottom:15px;

}

.contact-card p{

color:#666;

margin-bottom:30px;

}

.contact-card input,

.contact-card textarea{

width:100%;

padding:18px;

border:1px solid #ddd;

border-radius:14px;

margin-bottom:18px;

font-size:16px;

outline:none;

transition:.3s;

}

.contact-card input:focus,

.contact-card textarea:focus{

border-color:#F97316;

}

.contact-card textarea{

height:140px;

resize:none;

}

.contact-card button{

width:100%;

padding:18px;

background:linear-gradient(135deg,#7B1E2B,#F97316);

border:none;

color:#fff;

font-size:17px;

font-weight:600;

border-radius:50px;

cursor:pointer;

transition:.3s;

}

.contact-card button:hover{

transform:translateY(-3px);

}

@media(max-width:991px){

.faq-contact .container{

grid-template-columns:1fr;

}

.contact-card{

margin-top:40px;

}

}

@media(max-width:576px){

.faq-left h2{

font-size:34px;

}

.contact-card{

padding:30px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff9fa65 */.final-cta{

padding:120px 20px;

background:#fff;

}

.cta-box{

max-width:1100px;

margin:auto;

padding:80px 60px;

text-align:center;

border-radius:35px;

background:linear-gradient(135deg,#7B1E2B,#A32035,#F97316);

position:relative;

overflow:hidden;

box-shadow:0 35px 80px rgba(123,30,43,.25);

}

.cta-box::before{

content:"";

position:absolute;

width:400px;

height:400px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-180px;

right:-100px;

}

.cta-box::after{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(255,255,255,.05);

border-radius:50%;

bottom:-100px;

left:-80px;

}

.cta-tag{

display:inline-block;

padding:12px 28px;

background:rgba(255,255,255,.15);

backdrop-filter:blur(12px);

border-radius:50px;

color:#fff;

font-weight:600;

margin-bottom:25px;

}

.cta-box h2{

font-family:Poppins,sans-serif;

font-size:58px;

font-weight:700;

line-height:1.2;

color:#fff;

margin-bottom:25px;

position:relative;

z-index:2;

}

.cta-box h2 span{

color:#FFD166;

}

.cta-box p{

max-width:720px;

margin:auto;

font-size:20px;

line-height:36px;

color:rgba(255,255,255,.9);

margin-bottom:50px;

position:relative;

z-index:2;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

margin-bottom:45px;

position:relative;

z-index:2;

}

.primary-btn{

padding:18px 38px;

background:#fff;

color:#7B1E2B;

font-weight:700;

text-decoration:none;

border-radius:50px;

transition:.3s;

}

.primary-btn:hover{

transform:translateY(-5px);

}

.secondary-btn{

padding:18px 38px;

border:2px solid rgba(255,255,255,.4);

color:#fff;

text-decoration:none;

border-radius:50px;

transition:.3s;

}

.secondary-btn:hover{

background:#fff;

color:#7B1E2B;

}

.cta-features{

display:flex;

justify-content:center;

gap:40px;

flex-wrap:wrap;

color:#fff;

font-weight:500;

position:relative;

z-index:2;

}

@media(max-width:768px){

.cta-box{

padding:60px 25px;

}

.cta-box h2{

font-size:36px;

}

.cta-box p{

font-size:17px;

line-height:30px;

}

.cta-features{

flex-direction:column;

gap:15px;

}

.primary-btn,

.secondary-btn{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ede644 */.industries{

padding:120px 20px;

background:#ffffff;

}

.industry-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:70px;

}

.industry-card{

background:#fff;

padding:45px 35px;

text-align:center;

border-radius:24px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

border:1px solid #f3f3f3;

transition:.35s;

position:relative;

overflow:hidden;

}

.industry-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#7B1E2B,#F97316);

transform:scaleX(0);

transition:.35s;

}

.industry-card:hover::before{

transform:scaleX(1);

}

.industry-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.industry-card .icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

background:#FFF3EA;

border-radius:20px;

}

.industry-card h3{

font-family:Poppins,sans-serif;

font-size:24px;

margin-bottom:15px;

color:#222;

}

.industry-card p{

font-size:16px;

line-height:28px;

color:#666;

}

@media(max-width:991px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.industry-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8267abc */.team{

padding:120px 20px;

background:#ffffff;

}

.team-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:70px;

}

.team-card{

background:#fff;

padding:40px;

text-align:center;

border-radius:28px;

box-shadow:0 20px 60px rgba(0,0,0,.06);

transition:.4s;

border:1px solid #eee;

}

.team-card:hover{

transform:translateY(-10px);

}

.team-card img{

width:140px;

height:140px;

border-radius:50%;

object-fit:cover;

margin-bottom:25px;

border:5px solid #FFF3EA;

}

.team-card h3{

font-size:28px;

font-family:Poppins,sans-serif;

margin-bottom:8px;

color:#222;

}

.team-card span{

display:block;

color:#F97316;

font-weight:600;

margin-bottom:20px;

}

.team-card p{

line-height:30px;

color:#666;

margin-bottom:25px;

}

.social{

display:flex;

justify-content:center;

gap:15px;

}

.social a{

width:45px;

height:45px;

background:#FFF3EA;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#7B1E2B;

text-decoration:none;

transition:.3s;

}

.social a:hover{

background:#7B1E2B;

color:#fff;

}

@media(max-width:991px){

.team-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.team-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */