body{font-family:Sintony,sans-serif;background-color:#fff;color:#000;scroll-behavior:smooth}
    .highlight{color:#b89841;font-weight:500}
    .highlight-red{color:#930504;font-weight:500}
    .hero-btn-wrapper{display:flex;justify-content:center;align-items:center;padding:5px 0 0}
  
    .hero-btn {
      display: inline-block;
      background: linear-gradient(135deg, #930504, #d61b1b);
      color: #fff;
      padding: 16px 40px;
      border-radius: 30px;
      font-size: 1.2rem;
      font-weight: 700;
      text-decoration: none;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      min-width: 200px;
    }

    .hero-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(147,5,4,0.4);
    }

    @media (max-width:768px){
    .hero-btn-wrapper{padding:20px 10px}
    .hero-btn{padding:12px 32px;font-size:16px;letter-spacing:.5px}
    }
    @media (max-width:480px){
    .hero-btn{padding:10px 26px;font-size:14px;width:90%;text-align:center}
    }
    .navbar{background-color:#fffef9;position:sticky;top:0;z-index:1000;padding:.5rem 1rem;transition:all .3s ease}
    .navbar-brand img{height:70px;max-height:100px}
    .nav-link{color:#930504!important;font-weight:600;text-transform:uppercase;margin-left:1rem;font-size:1.05rem}
    .nav-link:hover{color:#b89841!important}
    .custom-toggler{border:none;background:0 0;outline:0;position:relative;width:30px;height:24px;cursor:pointer;z-index:1001;display:none}
    .custom-toggler span{display:block;position:absolute;height:3px;width:100%;background:#930504;border-radius:2px;opacity:1;left:0;transition:all .3s ease}
    .custom-toggler span:first-child{top:0}
    .custom-toggler span:nth-child(2){top:10px}
    .custom-toggler span:nth-child(3){top:20px}
    .custom-toggler.open span:first-child{transform:rotate(45deg);top:10px}
    .custom-toggler.open span:nth-child(2){opacity:0}
    .custom-toggler.open span:nth-child(3){transform:rotate(-45deg);top:10px}
    @media (max-width:991.98px){
    .custom-toggler{display:block}
    .navbar-collapse{background-color:#fffef9;padding:1rem 1.5rem;border-radius:10px;transition:all .4s ease-in-out}
    .nav-link{margin:.5rem 0;font-size:1.1rem;text-align:center}
    .nav-item{width:100%}
    .navbar-brand img{height:60px}
    }
    @media (min-width:992px){
    .custom-toggler{display:none!important}
    }

    .hero-section{background-color:#fffef9;padding:60px 0}
    .hero-title{letter-spacing: 3px;font-family:'Playfair Display',serif;color:#181818;font-size:70px;font-weight:600;line-height:1.2;text-transform: capitalize;}
    .hero-subtext{font-size:21px;color:#1a1a1a;letter-spacing: 2px;}
    .hero-img-wrapper{display:inline-block;position:relative}
    .hero-img-wrapper::after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px solid #fffef9;border-radius:10px;pointer-events:none;opacity:.5;z-index:2}
    .hero-img-wrapper img{border-radius:10px;max-height:650px;object-fit:cover;position:relative;z-index:1;width:100%}
    @media (max-width:767px){
    .hero-section {padding: 40px 0;}
    .hero-title{font-size:37px;text-align:center}
    .hero-subtext{text-align:center}
    }
    @media (max-width:480px){
      .hero-section {padding: 30px 0;}
      .hero-title{font-size:31px;text-align:center}
      .hero-subtext{text-align:center;}
  
    }
    .hero-social-icons{display:flex;align-items:center;gap:10px}
    .hero-social-icons a{display:inline-flex;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;border-radius:10px;background-color:transparent;transition:all .3s ease;text-decoration:none}
    .hero-social-icons a:first-child{color:#3b5998}
    .hero-social-icons a:nth-child(2){color:#1da1f2}
    .hero-social-icons a:nth-child(3){color:#e1306c}
    .hero-social-icons a:nth-child(4){color:red}
    .hero-social-icons a:nth-child(5){color:#0077b5}
    .hero-social-icons a:first-child:hover{background-color:#3b5998;color:#fff}
    .hero-social-icons a:nth-child(2):hover{background-color:#1da1f2;color:#fff}
    .hero-social-icons a:nth-child(3):hover{background-color:#e1306c;color:#fff}
    .hero-social-icons a:nth-child(4):hover{background-color:red;color:#fff}
    .hero-social-icons a:nth-child(5):hover{background-color:#0077b5;color:#fff}
      @media (max-width: 768px) {
      .hero-social-icons {
        justify-content: center;
      }
    }

    .about-width{max-width: 900px;margin: auto;}
    .sub-title{font-size:21px;letter-spacing:2px;color:#930504;font-weight: 600;margin-bottom:10px; font-family:'Playfair Display',serif}
    .about-wrapper{margin:auto;padding:60px 0;text-align:center;background-color:#fff;font-family:'Playfair Display',serif}
    .about-wrapper .intro-title{text-transform: capitalize;letter-spacing: 2px; font-size:60px;font-weight:500;color:#181818;margin-bottom:30px;line-height:1.2}
    .about-wrapper .intro-subtitle{font-size:25px;color:#444;font-weight:500;margin:0 auto 30px;line-height:1.6}
    .about-wrapper ul li{letter-spacing: 1px;font-size:21px;color:#555;text-align:left;line-height:1.5}

    .about-wrapper p{letter-spacing: 1px;font-size:21px;color:#555;text-align:left;margin:15px auto;line-height:1.9}
     .about-wrapper p a{color:#930504;text-decoration: none;font-weight: 500;}
    
    @media (max-width:1024px){
    .about-wrapper .intro-title{font-size:42px}
    .about-wrapper p{font-size:17px}
    }
    @media (max-width:767px){
    .about-wrapper{padding:60px 0}
    .about-wrapper .intro-title{font-size:37px}
    .about-wrapper .intro-subtitle{font-size:21px}
    .about-wrapper p{font-size:19px}
    }
    @media (max-width:480px){
    .about-wrapper .intro-title{font-size:31px}
        .about-wrapper .intro-subtitle{font-size:19px}
    .about-wrapper p{font-size:17px}
    
    }


.see-youtube {
  font-family: "Great Vibes", Verdana, Arial, sans-serif;
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  color: #b89841;
  letter-spacing: 5px;
  margin-bottom: 50px;
  line-height: 55px;
}

.video-card {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .3s;
}
.video-card:hover {
  transform: scale(1.05);
}
.video-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;   /* keep proper video ratio */
  object-fit: cover;
  border-radius: 8px;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}


/* Arrows Positioning (a bit inside) */
.swiper-button-next,
.swiper-button-prev {
  top: 65%; /* Center vertically */
  transform: translateY(-50%); /* Adjust to exact middle */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8); /* Optional light background */
  color: #000; /* Arrow color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}



.swiper-button-next {
  right: 5px; /* Keep spacing from right */
}

.swiper-button-prev {
  left: 5px; /* Keep spacing from left */
}


/* Dots (pagination bullets) */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #f7dc10;  /* Highlight Yellow */
  width: 16px;
  height: 16px;
  box-shadow: 0 0 10px rgba(247,220,16,0.7);
}


 @media (max-width:480px){
   
    .see-youtube {
      font-family: "Great Vibes", Verdana, Arial, sans-serif;
      font-size: 35px;
      text-align: center;
      font-weight: 500;
      color: #b89841;
      letter-spacing: 5px;
      margin-bottom: 10px;
      line-height: 35px;
    }
    }

    #videoPopup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;z-index:99999}
    #videoPopup.show{opacity:1;visibility:visible}
    .popup-content{position:relative;background:#000;padding:10px;border-radius:10px;animation:scaleUp .4s ease}
    @keyframes scaleUp{
    from{transform:scale(.85)}
    to{transform:scale(1)}
    }
    .popup-content iframe{width:800px;height:450px;border:none}
    .close-btn{position:absolute;top:-15px;right:-15px;background:#fff;border-radius:50%;width:35px;height:35px;border:none;font-size:18px;cursor:pointer}
    .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;width:40px;height:40px;border:none;font-size:20px;cursor:pointer}
    .prev-btn{left:-60px}
    .next-btn{right:-60px}


  .impact-wrapper{background-color:#fdfaf2;padding:100px 20px;font-family:'Playfair Display',serif}
  .impact-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:auto}
  .impact-col{flex:1 1 22%;text-align:center}
  .impact-number{font-size:65px;color:#7a642f;font-weight:600;line-height:1}
  .impact-number .plus{font-weight:400;font-size:55px;margin-left:10px;color:#7a642f}
  .impact-text{font-size:25px;margin-top:10px;color:#181818;line-height:1.2}
  @media (max-width:768px){
  .impact-row{flex-direction:column;gap:50px;align-items:center}
  .impact-col{flex:1 1 100%;max-width:100%;border-top:1px solid #ddd;padding-top:40px}
  .impact-col:first-child{border-top:none;padding-top:0}
  .impact-text{padding:0 30px}
  }

.tired-container{overflow:hidden}
.tired-image-wrapper{background:url('/assets/images/bg-bannner.jpg') no-repeat center center/cover;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;padding:20px}
.tired-box{background-color:#fff;padding:40px;max-width:600px}
.tired-heading{letter-spacing:3px;font-size:45px;font-weight:600;color:#181818;margin-bottom:30px;line-height:1.2;text-transform:capitalize;text-align:center}
.tired-description{letter-spacing:2px;font-size:21px;color:#555;text-align:center;margin:15px auto;line-height:1.5}
.tired-btn{font-weight:600;padding:10px 25px}
@media (max-width:768px){
.tired-image-wrapper{padding:10px;justify-content:flex-start}
.tired-box{padding:25px;max-width:100%}
.tired-description,.tired-heading{text-align:center}
.tired-heading{font-size:37px}
.tired-description{font-size:18px}
}
@media (max-width:480px){
.tired-heading{font-size:34px}
.tired-description{font-size:17px}
}
  
.life-section{background-color:#fbf5e3;padding:60px 0}
.journey-heading{font-size:32px;font-weight:900;color:#2c2c2c;margin-bottom:5px;letter-spacing:3px;text-transform:uppercase}
.subheading{font-size:17px;color:#6c6c6c;letter-spacing:1px;text-transform:capitalize;letter-spacing:1px;font-weight:500}
.life-card h2{font-size:25px;font-weight:600;letter-spacing:1px;color:#2c2c2c;margin-bottom:10px}
.life-card p{font-size:15px;color:#555;line-height:1.6}
.life-card img{width:200px;height:200px;object-fit:cover;border:20px solid #fff;box-shadow:0 0 8px rgba(0,0,0,.08)}
@media (max-width:768px){
.journey-heading{font-size:27px}
.subheading{font-size:15px}
}


.reel-wrapper{background:#000;color:#fff;padding:60px 0}
.reel-header-link{text-decoration:none;color:inherit;display:block}
.reel-header{display:flex;align-items:center;gap:15px;margin-bottom:30px;padding:10px;border-radius:8px;transition:background-color .3s ease}
.reel-header .avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block}
.avatar-name{letter-spacing:2px;margin:0;font-size:28px;font-weight:700;font-family:'Playfair Display',serif}
.reel-header p{margin:10px 0 0;font-size:21px;letter-spacing:1px;font-weight:700}
.reel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;padding:0 20px}
.reel-box{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;margin-bottom:20px}
.reel-box img{width:100%;height:100%;object-fit:cover;display:block}
.overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}
.play-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px}
@media (max-width:600px){
.reel-header{gap:10px}
.reel-header .avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0}
.avatar-name{font-size:14px}
.reel-header p{font-size:21px}
}

.connect-wrapper{padding:60px 0px;max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:30px}
.connect-center,.connect-left,.connect-right{flex:1 1 200px}
.connect-left img {
  max-width: 300px; /* Reduce from 100% */
      width: 100%;
    aspect-ratio: 2 / 3;
  display: block;
  margin: auto;
  border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .connect-left img {
    max-width: 200px; /* Smaller image on mobile */
  }
}


.connect-center h2{font-size:37px;font-weight:500;color:#181818;letter-spacing: 3px;}
.connect-center .heading-underline{width:90px;border:1px solid #930504;margin:30px 0}
.connect-center p{font-size:16px;line-height:1.7;margin-bottom:25px;color:#333}
.connect-social-icons a{font-size:31px;color:#b89841;margin-right:25px;text-decoration:none}
.connect-social-icons a:hover{opacity:.7}
.newsletter-border {
  background-color: #fff; /* outer border color */
  border: 12px solid rgba(255, 255, 255, 1);
  padding: 8px; /* outer border thickness */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  display: inline-block; /* keeps size tight */
  border: 2px solid #fdfaf2; /* optional outer edge color */
}

.connect-newsletter {
  background-color: #fbf5e3;
  border: 1px solid #884D4C;
  
  padding: 30px;
}

.connect-newsletter h3{letter-spacing: 1px; font-size:21px;text-align:center;line-height:1.5;color:#181818;font-weight: 600;margin-bottom:50px; font-family:'Playfair Display',serif}
.connect-newsletter input{width:100%;padding:12px 14px;border:none;margin-bottom:15px;font-style:italic;font-size:15px}
.connect-newsletter button{width:100%;background-color:#930504;color:#fff;border:none;padding:14px;font-weight:700;text-transform:uppercase;font-size:14px;cursor:pointer}
.connect-newsletter button:hover{background-color:#fff;border:1px solid #930504;color:#930504;}
@media (max-width:768px){
.connect-wrapper{flex-direction:column;text-align:center;padding:60px 20px}
.connect-center h2{font-size:28px}
.connect-newsletter h3{font-size:18px}
.connect-social-icons a{font-size:31px;margin:0 10px}
.connect-center .heading-underline {
  width: 100px;
  margin: 30px auto;
}
}


.gift-width{max-width:900px;margin:auto}
.gifts-wrapper{margin:auto;padding:60px 0;text-align:center;background-color:#fdfaf2;font-family:'Playfair Display',serif}
.gifts-wrapper .gift-title{text-transform:uppercase;letter-spacing:2px;font-size:110px;font-weight:500;color:#181818;margin-bottom:60px;line-height:1.2}
.gift-card{border-bottom:1px solid #ddd;padding-bottom:40px;margin-bottom:40px}
.gift-badge{background-color:#f9b0aa;color:#fff;font-size:13px;padding:10px 20px;text-transform:uppercase;letter-spacing:3px;display:inline-block;margin-bottom:10px}
.gift-badge.orange{background-color:#d8a277}
.gift-text h2{font-size:32px;color:181818;font-weight:400;font-family:'Playfair Display',serif;letter-spacing:1.5px;line-height:1.3}
.gift-card img{width:160px;height:240px;object-fit:cover}
.gift-text{text-align:left}
.download-box{display:inline-block;padding:10px;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease;text-align:center}
.download-box:hover{transform:translateY(-4px);box-shadow:0 8px 15px rgba(0,0,0,.15)}
.download-icon img{width:80px;height:auto}
.download-text{font-size:16px;font-weight:700;color:#000;margin-top:5px;line-height:1.2em}






.mentor-section{background-color:#fbf5e3;padding:80px 20px;overflow:hidden}
#mentorBlock .title-heading{text-transform:capitalize;letter-spacing:2px;font-size:60px;font-weight:700;color:#181818;margin-bottom:30px;line-height:1.2;text-align:center}
#mentorBlock .mentor-content{display:flex;flex-wrap:wrap;gap:50px;align-items:center;justify-content:center;max-width:1300px;margin:0 auto}
#mentorBlock .mentor-description{flex:1;min-width:350px;line-height:1.9;font-size:18px;padding:20px;animation:slideInLeft 1s ease-out;color:#333}
#mentorBlock .mentor-profile{display:flex;align-items:center;margin-bottom:30px;background:rgba(255,255,255,.3);padding:15px;border-radius:10px;transition:transform .3s ease}
#mentorBlock .mentor-profile:hover{transform:translateY(-5px)}
#mentorBlock .mentor-image{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-right:20px;border:4px solid #930504;transition:transform .3s ease}
#mentorBlock .mentor-image:hover{transform:scale(1.05)}
#mentorBlock .profile-name{margin:0;color:#930504;font-size:26px;font-weight:600}
#mentorBlock  p.mentor-caption{letter-spacing:1px;font-size:17px;color:#555;text-align:left;margin:0px auto;line-height:1.9}

#mentorBlock .mentor-description h3{font-size:25px;font-weight:600;letter-spacing:1px;color:#2c2c2c;margin-bottom:10px}
#mentorBlock .mentor-description p{letter-spacing:1px;font-size:17px;color:#555;text-align:left;margin:15px auto;line-height:1.9}
#mentorBlock .mentor-description ul{padding-left:25px;margin-top:15px}
#mentorBlock .mentor-description ul li{color:#333;margin-bottom:12px;position:relative;padding-left:0;font-size:16px;list-style:square}
#mentorBlock .mentor-carousel{flex:1;min-width:350px;padding:20px;animation:slideInRight 1s ease-out}
#mentorBlock .mentor-image-slider{width:100%;max-width:500px;height:750px;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.5)}
#mentorBlock .mentor-image-slider .swiper-slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
#mentorBlock .mentor-image-slider .swiper-slide img:hover{transform:scale(1.05)}
.podcast-section{background-color:rgba(247,220,16,.2);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
#podcastBlock .title-heading{text-transform:capitalize;letter-spacing:2px;font-size:60px;font-weight:700;color:#181818;margin-bottom:30px;line-height:1.2}
#podcastBlock .title-heading span{color:#f4b400;text-shadow:0 0 10px rgba(244,180,0,.5)}
#podcastBlock .podcast-caption{font-size:1.2rem;color:#fff;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;font-weight:300}
#podcastBlock .podcast-carousel{padding-bottom:0}
#podcastBlock .gallery-image{border-radius:12px;width:800px;height:450px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}
#podcastBlock .gallery-image:hover{border-radius:12px;transform:scale(1.01);box-shadow:0 8px 20px rgba(244,180,0,.3)}
#podcastBlock .video-podcast-item{position:relative;background:0 0;border-radius:12px;padding:0;transition:all .3s ease}
#videoModal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:1050;justify-content:center;align-items:center;backdrop-filter:blur(5px)}
#videoModal.show{display:flex}
.modal-content{position:relative;background:rgba(255,255,255,.15);border-radius:15px;padding:10px;backdrop-filter:blur(12px);max-width:80%;width:800px;height:80vh;animation:fadeIn .5s ease;border:2px solid rgba(244,180,0,.4);box-shadow:0 0 20px rgba(244,180,0,.3);display:flex;flex-direction:column}
@keyframes fadeIn{
from{opacity:0;transform:scale(.9)}
to{opacity:1;transform:scale(1)}
}
.modal-content iframe{width:100%;height:calc(100% - 40px);border-radius:10px;border:none;box-shadow:0 4px 12px rgba(0,0,0,.5)}
#modalTitle{font-size:1.6rem;color:#fff;text-shadow:0 0 6px rgba(244,180,0,.6);margin-bottom:10px;flex-shrink:0}
.modal-close,.modal-nav{position:absolute;background-color:rgba(244,180,0,.7);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;font-size:1.8rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;text-shadow:0 0 5px rgba(255,255,255,.3);z-index:1060}
.modal-close:hover,.modal-nav:hover{background-color:#f4b400;box-shadow:0 0 15px rgba(244,180,0,.7)}
.modal-close{top:-50px;right:-50px}
.modal-prev{top:50%;left:-70px;transform:translateY(-50%)}
.modal-next{top:50%;right:-70px;transform:translateY(-50%)}
@keyframes slideInLeft{
from{transform:translateX(-50px);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes slideInRight{
from{transform:translateX(50px);opacity:0}
to{transform:translateX(0);opacity:1}
}
@media (max-width:991px){
.modal-content{width:85%;height:65vh}
.modal-content iframe{height:calc(100% - 40px)}
.modal-close{top:-40px;right:-40px;font-size:1.6rem;width:35px;height:35px}
.modal-prev{left:-40px;font-size:1.6rem;width:35px;height:35px}
.modal-next{right:-40px;font-size:1.6rem;width:35px;height:35px}
#podcastBlock .gallery-image{width:600px;height:337.5px}
}
@media (max-width:768px){
#mentorBlock .title-heading{font-size:36px;margin-bottom:40px}
#mentorBlock .mentor-content{gap:30px}
#mentorBlock .mentor-description{font-size:16px;min-width:100%}
#mentorBlock .mentor-profile{flex-direction:column;align-items:flex-start;padding:10px}
#mentorBlock .mentor-image{margin-bottom:15px;margin-right:0}
#mentorBlock .mentor-carousel{min-width:100%}
#mentorBlock .mentor-image-slider{max-width:100%;height:400px}
#podcastBlock .title-heading{font-size:2rem}
#podcastBlock .podcast-caption{font-size:1rem}
#podcastBlock .gallery-image{width:450px;height:253.125px}
.modal-content{width:80%;height:60vh}
.modal-close{top:-30px;right:-30px;font-size:1.4rem;width:30px;height:30px}
.modal-prev{left:-30px;font-size:1.4rem;width:30px;height:30px}
.modal-next{right:-30px;font-size:1.4rem;width:30px;height:30px}

.gifts-wrapper .gift-title {
   
    font-size: 95px;
   
}

}
@media (max-width:480px){
#mentorBlock .title-heading{font-size:28px}
#mentorBlock .mentor-description{font-size:14px}
#mentorBlock .mentor-profile h3{font-size:20px}
#mentorBlock .mentor-description h3{font-size:18px}
#mentorBlock .mentor-image-slider{height:300px}
#podcastBlock .gallery-image{width:300px;height:168.75px}
.modal-content{width:75%;height:55vh}
.modal-close{top:-20px;right:-20px;font-size:1.2rem;width:25px;height:25px}
.modal-prev{left:-20px;font-size:1.2rem;width:25px;height:25px}
.modal-next{right:-20px;font-size:1.2rem;width:25px;height:25px}
}




.footer-custom{background-color:#fbf5e3;padding:72px 0;font-family:Arial,sans-serif}
.footer-link{font-size:17px;font-weight:600;color:#181818;text-decoration:none;letter-spacing:1px;margin-right:25px;text-transform:uppercase}
.footer-link.d-block{margin-right:0;margin-bottom:14px}
.footer-link:last-child{margin-right:0}

/* Copyright */
.footer-copy {
  font-size: 15px;
  color: #222;  /* Slightly lighter than pure black */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-copy a {
  color: #000;  /* Black for link */
  text-decoration: none;
  margin: 0 6px;
}

.offering_content{max-width: 800px;margin: auto;}


.about-wrapper ul,
.text-card ul,
.bio-text ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}

.about-wrapper ul li,
.text-card ul li,
.bio-text ul li {
    position: relative;
    padding-left: 30px;        /* space for arrow */
    margin: 0 0 12px 10px;
    font-size: 21px;
    line-height: 1.5;
    color: #555;
}

.about-wrapper ul li::before,
.text-card ul li::before,
.bio-text ul li::before {
    content: "»";                /* double arrow symbol */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #b89841;               /* arrow color */
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .about-wrapper ul li,
    .text-card ul li,
    .bio-text ul li {
        font-size: 18px;
        margin: 0 0 10px 5px;
        padding-left: 25px;
    }

    .about-wrapper ul li::before,
    .text-card ul li::before,
    .bio-text ul li::before {
        font-size: 20px;
    }
}

/* ---------- Ordered List (with numbers) ---------- */
.about-wrapper ol,
.text-card ol,
.bio-text ol {
    list-style: decimal;  /* show 1,2,3… */
    margin: 0 0 0 25px;   /* space for numbers */
    padding: 0;
}

.about-wrapper ol li,
.text-card ol li,
.bio-text ol li {
    margin: 0 0 12px 5px;
    font-size: 21px;
    line-height: 1.5;
    text-align: left;
    color: #555;
    padding-left: 5px; /* small space after number */
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .about-wrapper ol li,
    .text-card ol li,
    .bio-text ol li {
        font-size: 18px;
        margin: 0 0 10px 5px;
    }
}
