/* ====================================
   RESET
==================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'dm',sans-serif;
    overflow-x:hidden;
    background:#ffffff ;
    color:#2b1e38;
}

img{
    max-width:100%;
    display:block;
}

.container{
    width:1300px !important;
    max-width:95%;
    margin:auto;
}

/* ====================================
   HEADER
==================================== */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    background: linear-gradient(90deg, #F3E5F5, #E1BEE7);
}

.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 0;
}

.logo{
    font-size:34px;
    font-family:'Playfair Display',serif;
    font-weight:700;
    color:#5b1c85;
}

.logo span{
    color:#b14fd5;
}

.nav-links{
    display:flex;
    align-items:center;
    gap:40px;
    list-style:none;
}

.nav-links a{
    text-decoration:none;
    color:#4d3661;
    font-weight:500;
    transition:.3s;
}

.nav-links a:hover{
    color:#9c27b0;
}

.header-btn{
    background:linear-gradient(135deg,#9c27b0,#6a1b9a);
    color:#fff;
    padding:14px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.header-btn:hover{
    transform:translateY(-3px);
}

/* ====================================
   HERO SECTION
==================================== */

.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg,#faf7fd 0%,#f2e8fb 50%,#f7f0fc 100%);
    /* padding-top: 140px; */
    background-image: url(images/slidenew.jpg);
}

.hero-bg{
    position:absolute;
    top:0;
    right:0;
    width:700px;
    height:100%;
    opacity:.15;
    background:url('ChatGPT Image May 29, 2026, 11_20_10 AM(1).png');
    background-size:cover;
    background-position:center;
}

.hero-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    min-height:700px;
    position:relative;
    z-index:2;
}

.hero-image{
    width:52%;
}

.hero-image img{
    width:100%;
    height:650px;
    object-fit:cover;
}

.hero-content{
    width:48%;
}

.hero-tag{
    display:inline-block;
    padding:12px 22px;
    border-radius:40px;
    background:#fff;
    color:#9c27b0;
    font-size:14px;
    font-weight:600;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.hero-content h1{
    font-size:72px;
    line-height:1.08;
    color:#53157c;
    margin-bottom:28px;
    font-family:'Playfair Display',serif;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#665575;
    margin-bottom:40px;
    max-width:520px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.primary-btn{
    background:linear-gradient(135deg,#9c27b0,#6a1b9a);
    color:#fff;
    text-decoration:none;
    padding:17px 36px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
    box-shadow:0 10px 30px rgba(156,39,176,.2);
}

.primary-btn:hover{
    transform:translateY(-4px);
}

.secondary-btn{
    background:#fff;
    color:#6a1b9a;
    text-decoration:none;
    padding:17px 36px;
    border-radius:8px;
    font-weight:600;
    border:1px solid #dcc5ef;
}

/* ====================================
   PURPLE STRIP
==================================== */

.healing-strip {
    padding: 100px 0;
    text-align: center;
    position: relative;
    background-image: url(images/background.png);
    background-size: cover;
    padding-bottom: 0px;
}

.healing-strip:before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:300px;
    height:100%;
    background:radial-gradient(circle,rgba(255,255,255,.15),transparent);
}

.healing-strip p{
    color:#fff;
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.9;
    position:relative;
    z-index:2;
    padding-bottom: 30px;
}

/* ====================================
   SUPPORT SECTION
==================================== */

.support-section{
    background:#ffffff;
}

.support-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
}
.services-section h2.section-title {
    margin-bottom: 60px;
}
.animal-reiki-section h2.section-title {
    margin-bottom: 60px;
}
.support-content {
    padding: 175px;
    color: #fff;
    background: linear-gradient(135deg, #4A148C, #6A1B9A);
}

.support-content h2{
    font-size:58px;
    font-family:'Playfair Display',serif;
    margin-bottom:35px;
}

.support-content p{
    font-size:17px;
    line-height:2;
    color:#f2e9fb;
    margin-bottom:24px;
}

.heart-icon{
    color:#ff80c7;
    font-size:34px;
    margin-top:30px;
}

.support-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ====================================
   EXPERT SECTION
==================================== */

.expert-section{
    background:#f9f1fc;
    padding:100px 0;
}

.expert-wrapper{
    display:grid;
    grid-template-columns:320px 1fr 250px;
    gap:70px;
    align-items:center;
}

.expert-left img{
    width:100%;
}

.expert-content h2{
    font-size:42px;
    color:#53157c;
    margin-bottom:30px;
    font-family:'Playfair Display',serif;
}

.expert-content p{
    font-size:18px;
    line-height:2;
    color:#655575;
    max-width:620px;
    margin-bottom:40px;
}

.expert-flower{
    font-size:140px;
    text-align:center;
    opacity:.8;
}

/* ====================================
   SERVICES
==================================== */

.steps-section h2.steps-title {
    text-align: center;
}

.services-section {
    padding: 55px 0;
    background: linear-gradient(135deg, #4A148C, #6A1B9A);
}

.section-title{
    text-align:center;
    font-size:42px;
    color:#fff;
    font-family:'Playfair Display',serif;
  
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.service-card{
    text-align:center;
}

.icon-circle{
    width:110px;
    height:110px;
    border-radius:50%;
    background:#fff;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
}

.icon-circle i{
    font-size:42px;
    color:#6a1b9a;
}

.service-card h3{
    color:#fff;
    font-size:24px;
    margin-bottom:15px;
}

.service-card p{
    color:#eadff4;
    line-height:1.8;
}

/* ====================================
   STEPS SECTION
==================================== */

.steps-section{
    background:linear-gradient(180deg,#ecdaf8,#f7eefc);
    padding:55px 0;
}

.steps-titless{
    font-size:42px;
    color:#53157c;
    margin-bottom:70px;
    font-family:'Playfair Display',serif;
}

.steps-title{
    font-size:42px;
    color:#53157c;
    margin-bottom:70px;
    font-family:'Playfair Display',serif;
}

.steps-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.step-card{
    background:#fff;
    border-radius:20px;
    padding:50px 35px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.step-number{
    width:70px;
    height:70px;
    border-radius:50%;
    margin:auto;
    margin-bottom:28px;
    background:linear-gradient(135deg,#9c27b0,#6a1b9a);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:700;
}

.step-card h3{
    font-size:28px;
    color:#53157c;
    margin-bottom:18px;
}

.step-card p{
    color:#655575;
    line-height:1.9;
}

/* ====================================
   BENEFITS
==================================== */

.benefits-section{
    padding:55px 0;
    background:#fcf9fe;
}

.benefits-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.benefits-image img{
    width:100%;
}

.benefits-content h2{
    font-size:42px;
    color:#53157c;
    margin-bottom:40px;
    font-family:'Playfair Display',serif;
}

.header-btnn {
    background: linear-gradient(135deg,#9c27b0,#6a1b9a);
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.step-card p {
    color: #655575;
    line-height: 1.9;
    margin-bottom: 60px;
}

.benefit-item{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
}

.benefit-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#9c27b0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    flex-shrink:0;
}

.benefit-item p{
    font-size:18px;
    color:#655575;
}

/* ====================================
   TESTIMONIALS
==================================== */

.testimonial-section{
    padding:55px 0;
    background:#efe1f8;
}
.petworks-reviews {
    width: 1110px;
}
.review-card{
    text-align:center;
}
.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:42px;
    text-align:center;
}

.stars{
    color:#9c27b0;
    margin-bottom:25px;
}

.testimonial-card p{
    font-size:18px;
    line-height:1.9;
    color:#655575;
    margin-bottom:22px;
}

.testimonial-card h4{
    color:#53157c;
}

/* ====================================
   CTA
==================================== */

.cta-section{
    position:relative;
    padding:200px 0;
    background:url('images/cta.jpg') center/cover;
}

.cta-overlay{
    background:rgba(255,255,255,.93);
    width:500px;
    max-width:95%;
    margin-left:auto;
    padding:60px;
    border-radius:24px;
}

.cta-overlay a.primary-btn {
    text-align: center;
    margin: auto;
    display: block;
    width: 65%;
}

.cta-overlay h2 {
    font-size: 46px;
    color: #53157c;
    line-height: 1.3;
    margin-bottom: 35px;
    font-family: 'Playfair Display',serif;
    text-align: center;
}

/* ====================================
   ENHANCED SECTION 1: ANIMAL REIKI GALLERY (With Side Image)
==================================== */

.animal-reiki-section {
    padding: 55px 0;
    background: linear-gradient(135deg, #F3E5F5, #E1BEE7);
}

.animal-reiki-section .section-title {
    color: #53157c;
}

.animal-reiki-subtitle {
    text-align: center;
    color: #6a1b9a;
    font-size: 18px;
    margin-bottom: 50px;
}

/* Enhanced Pet Carousel */
.pet-carousel {
    overflow: hidden;
    padding: 20px 0;
}

.pet-slide {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.pet-slide:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* Reviews Carousel Container */
.reviews-carousel {
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
}

.reviews-slide {
    display: flex;
    justify-content: center;
}

.review-card {
    background: #f9f1fc;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
    margin: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(156,39,176,0.15);
}

.review-stars {
    color: #E1BE67;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 2px;
}

.review-card p {
    color: #4B4453;
    line-height: 1.7;
    margin-bottom: 12px;
    font-style: italic;
}

.review-author {
    font-weight: 700;
    color: #6a1b9a;
}

.review-author i {
    color: #ff6fb5;
    margin-right: 5px;
}

/* Swiper Navigation Buttons - Reviews Only */
.reviews-carousel .swiper-button-next,
.reviews-carousel .swiper-button-prev {
    color: #6a1b9a !important;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.reviews-carousel .swiper-button-next:after,
.reviews-carousel .swiper-button-prev:after {
    font-size: 16px !important;
}

.reviews-carousel .swiper-pagination-bullet-active {
    background: #6a1b9a !important;
}

/* Responsive */
@media (max-width: 768px) {
    .reviews-carousel {
        padding: 20px 30px;
    }
}

.pet-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.pet-slide p {
    margin-top: 15px;
    font-weight: 600;
    color: #6a1b9a;
}

.pet-slide p i {
    color: #ff6fb5;
    margin-right: 5px;
}

/* Enhanced Petworks Reviews with Side Image Layout */
.petworks-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 60px;
    background: white;
    border-radius: 35px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.petworks-left {
    text-align: center;
}

.petworks-left img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.petworks-badge {
    display: inline-block;
    background: linear-gradient(135deg, #9c27b0, #6a1b9a);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.petworks-right .petworks-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
p.componante {
    margin-top: 25px;
}
.petworks-header i {
    font-size: 42px;
    color: #9c27b0;
}

.petworks-header h3 {
    font-size: 32px;
    color: #53157c;
    
    font-family: 'Playfair Display', serif;
}

.reviews-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-card {
    background: #f9f1fc;
    padding: 25px;
    border-radius: 20px;
    transition: 0.3s;
}

.review-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.review-stars {
    color: #E1BE67;
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 2px;
}

.review-card p {
    color: #4B4453;
    line-height: 1.7;
    margin-bottom: 12px;
    font-style: italic;
}

.review-author {
    font-weight: 700;
    color: #6a1b9a;
}

.review-author i {
    color: #ff6fb5;
    margin-right: 5px;
}

/* Enhanced Reiki Benefits */
.reiki-benefits {
    margin-top: 50px;
    background: linear-gradient(135deg, #4A148C, #6A1B9A);
    padding: 50px;
    border-radius: 30px;
    color: white;
}
.angelic-section h2.section-title {
    margin-bottom: 60px;
}
.reiki-benefits h3 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.books-section h2.section-title {
    margin-bottom: 60px;
}
.book-category h3.category-title {
    margin-bottom: 40px;
}
.reiki-benefits h3 i {
    margin-right: 10px;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.12);
    padding: 18px 22px;
    border-radius: 18px;
    list-style: none;
    transition: 0.3s;
}

.benefits-list li:hover {
    background: rgba(255,255,255,0.25);
    transform: translateX(8px);
}

.benefits-list li i {
    font-size: 28px;
    color: #E1BE67;
}

.benefits-list li strong {
    color: #E1BE67;
}

/* ====================================
   ENHANCED SECTION 2: ANGELIC COACHING (With Side Image)
==================================== */

.angelic-section {
    padding: 80px 0;
    background: #FAF7FB;
}

.angelic-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.angelic-image {
    text-align: center;
}

.angelic-image img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 25px 42px rgba(156,39,176,0.15);
    transition: transform 0.3s;
}

.angelic-image img:hover {
    transform: scale(1.02);
}

.angelic-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.angelic-spiritual, .angelic-wellness {
    background: white;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.angelic-spiritual:hover, .angelic-wellness:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(156,39,176,0.1);
}

.angelic-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #9c27b0, #6a1b9a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.angelic-icon i {
    font-size: 30px;
    color: white;
}

.angelic-spiritual h3, .angelic-wellness h3 {
    font-size: 26px;
    color: #53157c;
    margin-bottom: 20px;
}

.angelic-spiritual ul, .angelic-wellness ul {
    list-style: none;
}

.angelic-spiritual li, .angelic-wellness li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #4B4453;
    line-height: 1.6;
}

.angelic-spiritual li i, .angelic-wellness li i {
    color: #9c27b0;
    font-size: 18px;
    margin-top: 3px;
}

.angelic-note {
    margin-top: 30px;
    padding: 20px 30px;
    background: linear-gradient(135deg, #E1BEE7, #F3E5F5);
    border-radius: 20px;
    text-align: center;
}

.angelic-note p {
    color: #53157c;
    font-weight: 600;
}

.angelic-note i {
    color: #9c27b0;
    margin-right: 8px;
}

/* ====================================
   ENHANCED SECTION 3: BOOKS PAGE (With Side Image)
==================================== */

.books-section {
    padding: 55px 0;
    background: linear-gradient(180deg, #E1BEE7, #F3E5F5);
}

.books-intro {
    text-align: center;
    margin-bottom: 60px;
}

.books-intro img {
    width: 150px;
    margin: 0 auto 20px;
}

.book-category {
    margin-bottom: 30px;
}

.category-title {
    font-size: 36px;
    color: #53157c;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #9c27b0;
    display: inline-block;
}

.category-desc {
    color: #6a1b9a;
    margin-bottom: 35px;
    font-size: 18px;
}

.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.book-card {
    background: white;
    border-radius: 25px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.book-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #9c27b0, #E1BE67);
    transition: left 0.3s;
}

.book-card:hover::before {
    left: 0;
}

.book-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 42px rgba(156,39,176,0.15);
}

.book-cover {
    
    margin: 0 auto 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a1b9a;
    text-align: center;
    padding: 20px;
    transition: 0.3s;
}

.book-card:hover .book-cover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.book-cover i {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
}

.book-cover p {
    font-size: 14px;
}

.book-card h4 {
    font-size: 20px;
    color: #53157c;
    margin-bottom: 10px;
}

.book-card p {
    color: #655575;
    margin-bottom: 15px;
    font-size: 14px;
}

.book-tag {
    display: inline-block;
    background: linear-gradient(135deg, #F3E5F5, #E1BEE7);
    color: #6a1b9a;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
}

/* ====================================
   FOOTER
==================================== */

footer{
    background:linear-gradient(135deg,#4c1479,#31104e);
    padding:90px 0 30px;
    color:#fff;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    margin-bottom:60px;
}

.footer-col h3{
    margin-bottom:25px;
    font-size:24px;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:15px;
}

.footer-col ul li a{
    color:#eadcf5;
    text-decoration:none;
}

.redhealing p {
    font-size: 20px;
    margin-top: 10px;
    background: #f0daf7;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #80159d;
    font-weight: 800;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    padding-top:25px;
    text-align:center;
    color:#dcc7ea;
}

.benefits-image h2 {
    font-size: 42px;
    color: #53157c;
    margin-bottom: 40px;
    font-family: 'Playfair Display',serif;
}
.icon-circle img {
    width: 75px;
    height: 100px;
}
.petworks-header h3 {
    font-size: 42px;
    color: #53157c;
    font-family: 'Playfair Display', serif;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
}
.benefits-content {
    margin-top: 60px;
}

/* Swiper Navigation */
.swiper-button-next, .swiper-button-prev {
    color: #6a1b9a !important;
    background: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-pagination-bullet-active {
    background: #6a1b9a !important;
}

/* ====================================
   RESPONSIVE
==================================== */

@media(max-width:1100px){

    .hero-wrapper{
        flex-direction:column;
        padding-bottom:70px;
    }

    .hero-image,
    .hero-content{
        width:100%;
    }

    .services-grid,
    .steps-grid,
    .testimonial-grid{
        grid-template-columns:1fr 1fr;
    }

    .support-grid,
    .benefits-wrapper,
    .expert-wrapper,
    .footer-grid,
    .angelic-wrapper,
    .petworks-wrapper{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .nav-links{
        display:none;
    }

    .hero-content h1,
    .support-content h2,
    .expert-content h2,
    .section-title,
    .steps-title,
    .benefits-content h2,
    .cta-overlay h2{
        font-size:42px;
    }

    .services-grid,
    .steps-grid,
    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .support-content{
        padding:50px 35px;
    }

    .hero-image img{
        height:auto;
    }

    .cta-overlay{
        padding:40px 30px;
    }
    
    .angelic-wrapper {
        grid-template-columns: 1fr;
    }
    
    .petworks-wrapper {
        grid-template-columns: 1fr;
    }
}
/* Hero Slider Styles */
/* Hero Slider Styles */
.hero-section {
    position: relative;
    overflow: hidden;
   
}

.heroSlider {
    width: 100%;
    height: auto;
}

.hero-section .swiper-slide {
    position: relative;
    overflow: hidden;
    background-image: url('images/slide2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Gradient Overlay for better text visibility */
.swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
   
    z-index: 0;
}

/* Ensure all content is above the overlay */
.swiper-slide .hero-wrapper,
.swiper-slide .hero-content,
.swiper-slide .hero-image,
.swiper-slide .container {
    position: relative;
    z-index: 2;
}

.hero-bg {
    display: none; /* Hide old bg since we have new one */
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    min-height: 700px;
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.hero-image {
    width: 48%;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 25px 42px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.hero-image img:hover {
    transform: scale(1.02);
}

.hero-content {
    width: 48%;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.08;
    color: #53157c;
    margin-bottom: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #4B4453;
    margin-bottom: 40px;
    max-width: 520px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    background: linear-gradient(135deg, #9c27b0, #6a1b9a);
    color: #fff;
    text-decoration: none;
    padding: 17px 38px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(156,39,176,.2);
    display: inline-block;
}

.primary-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(156,39,176,.3);
}

/* Slider Navigation */
.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
    color: #6a1b9a !important;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.heroSlider .swiper-button-next:hover,
.heroSlider .swiper-button-prev:hover {
    background: #9c27b0;
    color: white !important;
    transform: scale(1.05);
}

.heroSlider .swiper-button-next:after,
.heroSlider .swiper-button-prev:after {
    font-size: 18px !important;
}

.heroSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #9c27b0;
    opacity: 0.5;
}

.heroSlider .swiper-pagination-bullet-active {
    background: #6a1b9a;
    opacity: 1;
    width: 25px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 1100px) {
    .hero-wrapper {
        flex-direction: column;
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-image,
    .hero-content {
        width: 100%;
    }
    
    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 42px;
    }
    
    .hero-wrapper {
        min-height: auto;
        padding: 50px 0;
    }
    
    .heroSlider .swiper-button-next,
    .heroSlider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .heroSlider .swiper-button-next:after,
    .heroSlider .swiper-button-prev:after {
        font-size: 14px !important;
    }
}

/* ============================================
   RESPONSIVE HEADER STYLES - FIXED
   ============================================ */

/* Mobile Menu Toggle Button */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1001;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #4d3661;
    transition: all 0.3s ease;
    border-radius: 3px;
}

/* Navigation Menu Styles */
.nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    text-decoration: none;
    color: #4d3661;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 16px;
}

.nav-links li a:hover {
    color: #9c27b0;
}

/* Header Button - Desktop */
.header-btn {
    background: linear-gradient(135deg, #9c27b0, #6a1b9a);
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.header-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(156,39,176,0.3);
}

/* ============================================
   DESKTOP VIEW (992px and above)
   ============================================ */
@media (min-width: 993px) {
    .nav-links {
        display: flex !important;
    }
    
    .nav-toggle {
        display: none !important;
    }
    
    /* Desktop: Button outside menu */
    .header-btn {
        display: inline-block;
    }
    
    /* Hide mobile menu button wrapper */
    .mobile-menu-btn-wrapper {
        display: none;
    }
}

/* ============================================
   TABLET & MOBILE VIEW (992px and below)
   ============================================ */
@media (max-width: 992px) {
    
    /* Show Toggle Button */
    .nav-toggle {
        display: flex;
    }
    
    /* Hide desktop button on mobile */
    .header-btn {
        display: none;
    }
    
    /* Hide menu by default on mobile */
    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, #F3E5F5, #E1BEE7);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        z-index: 1000;
        margin: 0;
        padding: 0;
        transition: all 0.3s ease;
        overflow-y: auto;
    }
    
    /* Active menu - show when toggled */
    .nav-links.active {
        display: flex;
    }
    
    /* Menu Items Styling */
    .nav-links li a {
        font-size: 20px;
        font-weight: 600;
        color: #4d3661;
        padding: 10px 20px;
        display: inline-block;
    }
    
    .nav-links li a:hover {
        color: #9c27b0;
    }
    
    /* Mobile Menu Button (inside menu) */
    .mobile-menu-btn {
        display: inline-block;
        background: linear-gradient(135deg, #9c27b0, #6a1b9a);
        color: #fff;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s;
        margin-top: 20px;
    }
    
    .mobile-menu-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(156,39,176,0.3);
    }
    
    /* Animated Hamburger Icon when active */
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Logo on Mobile */
    .logo img {
        max-height: 42px;
    }
}

/* ============================================
   SMALL MOBILE (576px and below)
   ============================================ */
@media (max-width: 576px) {
    .navbar {
        padding: 12px 15px;
    }
    
    .logo img {
        max-height: 40px;
    }
    
    .nav-links li a {
        font-size: 18px;
    }
    
    .mobile-menu-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

/* ============================================
   FIXED/STICKY HEADER
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(90deg, #F3E5F5, #E1BEE7);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}



/* Scroll effect */
.site-header.scrolled {
    background: linear-gradient(90deg, #F3E5F5, #E1BEE7);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 5px 0;
}

/* Logo text fallback */
.logo .site-title {
    margin: 0;
    font-size: 28px;
}

.logo .site-title a {
    color: #5b1c85;
    text-decoration: none;
}

@media (max-width: 576px) {
    .logo .site-title {
        font-size: 22px;
    }
}