/**
 * Custom Styles for Journling and Rituals
 * 
 * This file contains custom styles that will be available on all pages.
 * Styles defined here will override Bootstrap styles when loaded after Bootstrap CDN.
 * 
 * Designers can add custom styles here to match Figma designs.
 */

/* Custom styles go here */
@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* font-family: 'PP Neue Montreal', sans-serif; */
 /* font-family: "Playfair Display", serif; */
   :root {
      --primary: #5a3e36;
      --bg-light: #f3eadf;
      --bg-cream: #f9f2ea;
      --text-dark: #3b2b25;
    }
    .fontplayerFair,h1,h2,h3,h4,h5,h6{
        font-family: "Playfair Display", serif;
    }
    body {
     font-family: 'PP Neue Montreal', sans-serif;
      color: var(--text-dark);
      background-color: #EFE2D3;
    }
    .btn_primary{
        background-color: #513930;
        font-size: 18px;
        font-weight: 500;
        padding: 14px 20px;
        color: #fff;
        border-radius: 8px;
        display: inline-block;
        text-decoration: none;
    }
     .btn_secondary{
        background-color: #EFE2D3;
        font-size: 18px;
        font-weight: 500;
        padding: 14px 20px;
        color: #513930;
        border-radius: 8px;
        display: inline-block;
        text-decoration: none;
    }
   
header.customHaader {
    position: absolute;
    width: 100%;
    margin: 10px auto;
    
     
     z-index: 99;
}
header.customHaader .container{
background: #80808080 !important;
    box-shadow: 0px 16px 32px -12px #1B1C1D1A;
    border-radius: 50px;
}
header.customHaader .navbar .nav-link{font-weight: 500;font-size: 18px;font-family: 'PP Neue Montreal', sans-serif !important;}

header.customHaader .navbar .nav-link.active {
    font-weight: 700;
}
    .hero {
        position: relative;
      background-position:  center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      text-align: center;
      padding: 160px 20px;
      position: relative;
      min-height: 90vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
     .downArrow{
        position: absolute;
        left: calc(50% - 21px);
        bottom: 50px;
        z-index: 99;
        background-color: transparent;
        box-shadow: unset;
        border: 0px;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.5);
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero h1 {
      font-size:58px;
      font-weight: 400;
      margin-bottom: 15px;
      font-family: "Playfair Display", serif;
    }
    .hero p {
      max-width: 600px;
      margin: 0 auto 25px;
      font-size: 1.1rem;
    }
    .hero .btn {
      background: var(--primary);
      color: #fff;
      border-radius: 25px;
      padding: 10px 25px;
      margin: 5px;
    }

    section {
      padding: 80px 0;
    }

    .trusted {
      background: var(--bg-light);
      text-align: center;
    }
 h3.title {
    font-size: 48px;
    font-weight: bold;
}
.subscribe p{
    max-width: 850px;
    margin:10px auto 35px auto;
font-weight: 400;
font-size: 36px;
line-height: 48px;
letter-spacing: 0px;
text-align: center;

}
.subscribeInput{
    max-width: 560px;
    margin: auto;
    position: relative;
}
.subscribeInput input{
       background: #0000001A;
    border: 1px solid #D2D2D2;
    color: #333333;
    border-radius: 12px !important;
    width: 100% !important;
    padding: 20px;
}
.subscribeInput button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #513930;
    padding: 10px 20px;
}
    .service-section img {
      width: 100%;
      border-radius: 12px;
    }
section.service-section p {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}
section.service-section h3.title,section.service-section p {
    margin-bottom: 25px;
}
    /* .video-play {
      position: relative;
    } */
    .video-play::after {
      content: "▶";
    position: absolute;
    font-size: 40px;
    /* color: transparent; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .discovery {
      min-height: 500px;
      display: flex;
      align-items: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .serviceDiscovery{
         min-height: 700px;
      display: flex;
      align-items: center;
      background-size: cover;
      background-repeat: no-repeat;
      justify-content: center;
    }
    .discovery h3{
        font-size: 58px;
    }
   

    footer {
      background: #2A0808;
      color: #fff;
      padding: 80px 0;
    }
 

.footer-link {
  color: #d7c9c1;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fff;
}

.footer-social {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
    border: 1.5px solid #ffffff3b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social:hover {
  color: #fff;
}

.footer-section input.form-control {
    border: none;
    border-radius: 12px !important;
    font-size: 18px;
    padding: 10px;
}
.footer-section button.btn {
    border-radius: 8px !important;
    background: #513930;
    font-weight: 600;
    position: absolute;
    right: 6px;
    top: 2px;
    color: #fff;
    padding: 10px 20px;
}

/* testimonial-card */
.testimonials-section{
    padding: 100px 0px !important;
}
.subscribe{
    background: #FFF9EE;
}

.testimonial-card {
    background: #FFF9EE;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    padding: 30px;
    max-width: 380px;
    margin: 20px auto;
    min-height: 240px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3b2b25;
}

.client-logo {
  object-fit: contain;
}

.slick-prev:before, .slick-next:before {
  color: #3b2b25;
  font-size: 24px;
}
.userName {
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
    align-items: center;
}

.userName h6 {
    font-family: 'PP Neue Montreal', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

.userName small {
    font-size: 14px;
    color: #42526B;
}
.slick-prev, .slick-next {
  position: absolute;
    bottom: -100px;
    top: auto;
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
}
.slick-prev:before{
    content: url(../svg-icons/ArrowLeft.svg) !important;
}
.slick-next:before{
content: url(../svg-icons/ArrowRight.svg) !important;
}
ul.slick-dots{
    display: none !important;
}
.slick-prev {
    left: 45% !important;
}

.slick-next {
    right: 45%;
}
.slick-next:hover,.slick-prev:hover{
    background-color: #513930;
}
.slick-arrow:hover::before{
    filter: brightness(0)invert(1);
}
@media (max-width: 768px) {
  .testimonial-card {
    padding: 25px 20px;
  }
}


/* service page */
.ourProgramme_types{
    background-color: #fff;
}
.programCard {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.programCard:hover {
    transform: translateY(-10px) scale(1.02);
    /* box-shadow: 0 12px 24px rgba(81, 57, 48, 0.2); */
}

.programCard img{
border-radius: 8px;
height: 338px;
object-fit: cover;
transition: transform 0.4s ease;
}

.programCard:hover img {
    transform: scale(1.1);
}

.programCard div{
    padding-top: 20px;
    transition: all 0.3s ease;
}

.programCard h3{
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    font-family: 'PP Neue Montreal', sans-serif !important;
    transition: color 0.3s ease;
}

.programCard:hover h3 {
    color: #513930;
}

.programCard p{
    font-size: 20px;
    transition: color 0.3s ease;
}

.programCard:hover p {
    color: #513930;
}

.programCard .btn_primary {
    transition: all 0.3s ease;
}

.programCard:hover .btn_primary {
    background-color: #513930;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(81, 57, 48, 0.3);
}

.features-section {
      background-color: #EFE2D3;
      padding: 80px 0;
      text-align: center;
    }

   

    .features-section p.subtitle {
      color: #111827;
      font-size: 18px;
      max-width: 650px;
      margin: 0 auto 60px;
      line-height: 1.6;
    }

    .feature-card {
      background: transparent;
      text-align: center;
      padding: 20px 15px;
      transition: 0.3s ease;
    }

    .feature-icon {
      font-size: 32px;
      color: #b17f4a;
      background-color: #fff;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      line-height: 70px;
      margin: 0 auto 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    }

    .feature-card h5 {
      margin-top: 10px;
      font-family: Inter;
      font-weight: 700;
      font-size: 30px;
      color: #111827;
      line-height: 40px;
      text-align: center;
    }

    .feature-card p {
      margin-top: 8px;
      font-family: Inter;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #374151;
    }
    .sponsored{
        background: #FFF9EE;
    }

     .case-section {
      padding: 80px 0;
      text-align: center;
      background-color: #FFF9EE;
    }

    .case-section h2 {
      font-size: 32px;
      font-weight: 600;
      color: #4b3c32;
      margin-bottom: 50px;
    }

    .case-card {
      border-radius: 15px;
      overflow: hidden;
      text-align: left;
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #E6E8EC;
    }

    .case-card:hover {
    }

    .case-card img {
      width: 100%;
      height: 312px;
      object-fit: cover;
    }

    .case-body {
      padding: 20px;
    }

    .case-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .case-meta span.tag {
      background-color: #FFC759;
      color: #061C3D;
      font-size: 13px;
      font-weight: 400;
      padding: 3px 10px;
      border-radius: 20px;
    }

    .case-meta span.date {
      font-size: 13px;
      color: #7a5e47;
    }

    .case-body h5 {
      margin-bottom: 15px;
      font-family: 'PP Neue Montreal', sans-serif !important;
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 0%;
    }

    .case-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .case-footer .author {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .case-footer img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
    }

    .case-footer .author span {
      font-size: 14px;
      color: #4b3c32;
      font-weight: 500;
    }

    .case-footer .arrow {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background-color: #513930;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #fff;
      transition: 0.3s ease;
    }

    .case-footer .arrow:hover {
      background-color: #c9a77a;
      color: #fff;
    }

    .view-all-btn {
      background-color: transparent;
      border: 1px solid #bba48a;
      color: #4b3c32;
      font-weight: 500;
      border-radius: 30px;
      padding: 10px 28px;
      margin-top: 40px;
      transition: 0.3s ease;
      display: inline-block;
      text-decoration: none;
    }

    .view-all-btn:hover {
      background-color: #bba48a;
      color: #fff;
    }
.case-footer .author p {
    margin: 0px;
    font-weight: 300;
    color: #42526B;
    font-size: 14px;
}

  

    /* --- Discover Premium Series --- */
    .premium-section {
      padding: 150px 0px 90px 0;
    }

    .video-thumb {
      position: relative;
      overflow: hidden;
      transition: all 0.4s ease;
    }

    .video-thumb img {
      width: 100%;
      transition: opacity 0.4s ease, transform 0.4s ease;
      display: block;
    }

    .video-thumb.changing img {
      opacity: 0.7;
    }

    .video-thumb img.fade-out {
      opacity: 0;
      transform: scale(1.05);
    }

    .video-thumb img.fade-in {
      opacity: 1;
      transform: scale(1);
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.85);
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 50px;
    }

    .episode-list {
      border-radius: 8px;
    }

    .episode-item {
      padding: 10px 15px;
      margin-bottom: 0px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      border-bottom: 1px solid #513930;
      border-left: 3px solid transparent;
      position: relative;
    }

    .episode-item.active {
      background-color: #E0BEAA;
      border-left-color: #513930;
    }

    .episode-item:hover {
      background-color: #e6d9ce;
      transform: translateX(5px) scale(1.02);
      box-shadow: 0 4px 12px rgba(81, 57, 48, 0.15);
      border-left-color: #513930;
      padding-left: 18px;
    }

    .episode-item:hover strong {
      color: #513930;
      transition: color 0.3s ease;
    }

    .episode-item:hover small {
      color: #3b2b25;
      transition: color 0.3s ease;
    }

    .episode-item strong {
      transition: color 0.3s ease;
    }

    .episode-item small {
      transition: color 0.3s ease;
    }
     .selfDiscovery{
color: #333333;
transition: all 0.4s ease;
     }
    .selfDiscovery h5{
font-size: 32px;
font-family: 'PP Neue Montreal', sans-serif !important;
font-weight: 400;
transition: opacity 0.4s ease, transform 0.4s ease;
    }
      .selfDiscovery p{
        font-size: 18px;
        transition: opacity 0.4s ease, transform 0.4s ease;
      }

    .selfDiscovery.changing h5,
    .selfDiscovery.changing p {
      opacity: 0.6;
      transform: translateY(-5px);
    }

    .selfDiscovery h5.fade-in,
    .selfDiscovery p.fade-in {
      opacity: 1;
      transform: translateY(0);
    }

    /* Video Player Container (for future use) */
    .video-player {
      position: relative;
      width: 100%;
      background-color: #000;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.4s ease;
    }

    .video-player video {
      width: 100%;
      height: auto;
      display: block;
      transition: opacity 0.4s ease;
    }

    .video-player.changing video {
      opacity: 0.7;
    }

    .video-player video.fade-out {
      opacity: 0;
    }

    .video-player video.fade-in {
      opacity: 1;
    }
      .episode-list h6 {
    background: #E0BEAA80;
    padding: 10px;
    margin-bottom: 0px !important;
}
.episode-list button.playingBtn {
    border: 1px solid #513930;
    font-family: Neue Montreal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #513930;
    background: transparent;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 10px;
}

.episode-list button.playingBtn i {
    background: #513930;
    color: #E0BEAA;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 12px;
}

/* -------- ALL SERIES SCROLL SECTION -------- */
    .all-series {
      padding: 60px 0;
      background-color: #FFF9EE;
    }

    .scroll-row {
      display: flex;
      gap: 25px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding-bottom: 10px;
    }

    .scroll-row::-webkit-scrollbar {
      height: 8px;
    }

    .scroll-row::-webkit-scrollbar-thumb {
      background-color: #d8c7b9;
      border-radius: 10px;
    }

    .scroll-row::-webkit-scrollbar-track {
      background-color: #f3e8de;
    }

    .series-card {
      flex: 0 0 380px;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
    }

    .series-card img {
      width: 100%;
      height: 380px;
      object-fit: cover;
      border-radius: 8px;
    }

    .series-card .play-btn {
      width: 60px;
      height: 60px;
      font-size: 26px;
    }

    .series-title {
      font-weight: 500;
      margin-top: 10px;
      font-size: 24px;
      color: #333333;
    }

    .series-meta {
      color: #333333;
      font-size: 16px;
    }
    .relative{
        position: relative;
    }
    .galleryCard {
    margin-bottom: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 20px;
}

.galleryCard:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 24px rgba(81, 57, 48, 0.15);
    background-color: rgba(255, 249, 238, 0.5);
}

.galleryCard img.img-fluid {
    border-radius: 20px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    width: 100% !important;
    height: 277px;
    object-fit: cover;
    display: block;
}

.galleryCard:hover img.img-fluid {
    transform: scale(1.05);
}

.galleryCard h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'PP Neue Montreal', sans-serif !important;
    color: #061C3D;
    transition: color 0.3s ease;
}

.galleryCard:hover h5 {
    color: #513930;
}

.galleryCard p {
    font-weight: 300;
    font-size: 16px;
    color: #061C3D;
    transition: color 0.3s ease;
}

.galleryCard:hover p {
    color: #513930;
}

/* Gallery Modal Styles */
.gallery-modal-content {
    background-color: #FFF9EE;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-modal-header {
    border-bottom: none;
    padding: 15px 20px 0;
    position: relative;
}

.gallery-modal-header .btn-close {
    background: #dc3545;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10;
    color: #fff;
}

.gallery-modal-header .btn-close:hover {
    background: rgba(81, 57, 48, 0.2);
}

.gallery-modal-body {
    padding: 20px;
}

.gallery-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 15px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-modal-image.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

.gallery-modal-image.fade-in {
    opacity: 1;
    transform: scale(1);
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #513930;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    color: #513930;
    padding: 0;
}

.gallery-nav-btn:hover:not(:disabled) {
    background: #513930;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.gallery-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.gallery-nav-prev {
    left: 15px;
}

.gallery-nav-next {
    right: 15px;
}

.gallery-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(81, 57, 48, 0.85);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'PP Neue Montreal', sans-serif;
    z-index: 6;
}

.gallery-description-container {
    text-align: center;
    padding: 0 20px;
}

.gallery-modal-title {
    font-family: 'PP Neue Montreal', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #513930;
    margin-bottom: 15px;
}

.gallery-modal-description {
    font-size: 16px;
    line-height: 1.6;
    color: #3b2b25;
    margin: 0;
}

/* Modal Backdrop */
/* Video Search Modal - Higher z-index */
#videoSearchModal {
    z-index: 1060 !important;
}

#videoSearchModal .modal-dialog {
    z-index: 1061 !important;
    position: relative;
}

#videoSearchModal .modal-content {
    z-index: 1061 !important;
    position: relative;
    pointer-events: auto !important;
}

/* Ensure backdrop is below modal and non-interactive */
.modal-backdrop {
    z-index: 1040 !important;
    background-color: rgba(81, 57, 48, 0.7);
    pointer-events: none !important;
}

.modal-backdrop.show {
    z-index: 1040 !important;
    pointer-events: none !important;
}

/* Fix for video search modal backdrop */
#videoSearchModal.show {
    z-index: 1060 !important;
}

#videoSearchModal.show ~ .modal-backdrop {
    z-index: 1040 !important;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-image-container {
        min-height: 300px;
    }
    
    .gallery-modal-image {
        max-height: 300px;
    }
    
    .gallery-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .gallery-nav-prev {
        left: 10px;
    }
    
    .gallery-nav-next {
        right: 10px;
    }
    
    .gallery-modal-title {
        font-size: 20px;
    }
    
    .gallery-modal-description {
        font-size: 14px;
    }
    
    .gallery-description-container {
        padding: 0 10px;
    }
    
    .gallery-counter {
        font-size: 12px;
        padding: 6px 12px;
        bottom: 10px;
    }
}

.btnGoogleWrapper button{
    background-color: #fff;
    border: 1.61px solid #6E504933;
    font-weight: Bold;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 35px;
    border-radius: 12px;
}
.btnGoogleWrapper span.line {
    display: block;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.btnGoogleWrapper span.line:before {
    position: absolute;
    content: '';
    border: 1.61px solid #6E504933;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 10px);
    /* z-index: 0; */
}

.btnGoogleWrapper span.line:after {
    content: '';
    width: 35px;
    height: 35px;
    background: #fff9ee;
    position: absolute;
    transform: translate(-65%, -7px);
    z-index: 0;
}
.btnGoogleWrapper span.line span {
    position: relative;
    z-index: 2;
}
/* about */
.about p,
.history p{
font-weight: 400;
font-size: 19px;
line-height: 32px;
letter-spacing: -0.2px;
color: #161C2D;
}
.history {
  background: #FFF9EE;
}
/* ========== CONTACT FORM STYLING ========== */
.contact-form-section {
  background-color: #f3e7d9;
  padding: 80px 0;
}

.contact-form-section .form-label {
  font-weight: bold;
  color: #161C2D;
  font-size: 15px;
}

.contact-form-section .form-control {
  border-radius: 6px;
  border: 1px solid #513930;
  background-color: #FFF9EE;
  /* padding: 10px 14px; */
  transition: all 0.3s ease;
  color: #161C2D;
  /* font-size: 15px; */
}

.contact-form-section .form-control:focus {
  border-color: #8b5e3c;
  box-shadow: 0 0 0 0.2rem rgba(139, 94, 60, 0.2);
}

.contact-form-section button {
  background-color: #3a1f1a;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  border: none;
  transition: all 0.3s;
}

.contact-form-section button:hover {
  background-color: #5c2f24;
}


/* ========== FAQ / ACCORDION SECTION ========== */
.faq-section {
  background-color: #f9f0e3;
}

.faq-section h3 {
  color: #3a2e2a;
  font-weight: 700;
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-top: 1px solid #d6c3b5 !important;
  border-radius: 0px !important;
}

.accordion-button {
  background-color: transparent;
  color: #281D1B;
  box-shadow: none;
  font-weight: bold;
  padding: 1rem 0;
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  color: #8b5e3c;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(40%);
}

.accordion-body {
  color: #5a4a43;
  font-size: 15px;
  padding-top: 0;
}



.contact-info .info-box {
  background-color: transparent;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: start;
  gap: 20px;
}

.contact-info .info-box i {
  font-size: 21px;
  color: #8b5e3c;
  background-color: #FFF9EE;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info .info-box h6 {
  font-weight: 600;
  color: #161C2D;
  font-size: 24px;
  font-family: 'PP Neue Montreal', sans-serif !important;
  margin: 0px !IMPORTANT;
}

.contact-info .info-box p {
  font-size: 21px;
  color: #161C2D;
}

.contact-info .info-box:hover {
  background-color: #f6ede0;
  transform: translateY(-4px);
}
video#videoPlayer,.video-thumb img {
    height: 415px !important;
}
.video-thumb img{
  object-fit: cover;
}
@media (min-width:767px) {
  .hero-content div.mt-4.btnshome {
    display: flex;
    justify-content: center;
    margin-left: 60px;
}
}
@media (max-width:991px) {
  .searchBar {
    display: none !important;
}
}
@media (max-width:767px) {
  .hero{
min-height: 70vh;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-content div.mt-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-content div.mt-4 a {
    margin: 0px !important;
}

h3.title {
    font-size: 35px;
}

section.service-section p {
    font-size: 18px;
    line-height: normal;
}

.col-md-6.video-play.ps-5 {
    padding-left: 15px !important;
}

section.service-section .col-md-6 {
    padding: 0px 15px !important;
}

.subscribe p {
    font-size: 18px;
    line-height: normal;
}
header.customHaader {
    margin: 0px auto;
}
header.customHaader .container {
    background: #513930 !important;
    border-radius: 0px;
}
.navbar-toggler {
    filter: brightness(0)invert(1);
}
section.ourProgramme_types .programCard img {
    width: 100%;
}

section.ourProgramme_types .programCard {
    margin-bottom: 25px;
}
.serviceDiscovery h3.title.text-center.mb-4 {
    color: #fff;
}
.series-card img {
    height: 250px;
}
.series-card {
    flex: 0 0 250px;
  }
  section.all-series > div.ps-5 {
    padding-left: 15px !important;
}
.slick-next {
    right: 25%;
}
.slick-prev {
    left: 25% !important;
}
footer {
    padding: 15px 0;
}

/* Hide video controls menu (three dots) */
video#localVideo::-webkit-media-controls-overlay-enclosure,
video#videoPlayer::-webkit-media-controls-overlay-enclosure,
video#modalVideoPlayer::-webkit-media-controls-overlay-enclosure,
video#previewVideoPlayer::-webkit-media-controls-overlay-enclosure {
    display: none !important;
}

video#localVideo::-webkit-media-controls-enclosure,
video#videoPlayer::-webkit-media-controls-enclosure,
video#modalVideoPlayer::-webkit-media-controls-enclosure,
video#previewVideoPlayer::-webkit-media-controls-enclosure {
    overflow: visible !important;
}

video#localVideo::-webkit-media-controls-panel,
video#videoPlayer::-webkit-media-controls-panel,
video#modalVideoPlayer::-webkit-media-controls-panel,
video#previewVideoPlayer::-webkit-media-controls-panel {
    display: flex !important;
}

/* Hide overflow menu button (three dots) in Chrome/Edge */
video#localVideo::-webkit-media-controls-overlay-play-button,
video#videoPlayer::-webkit-media-controls-overlay-play-button,
video#modalVideoPlayer::-webkit-media-controls-overlay-play-button,
video#previewVideoPlayer::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

/* Hide settings menu button */
video#localVideo::-webkit-media-controls-fullscreen-button,
video#videoPlayer::-webkit-media-controls-fullscreen-button,
video#modalVideoPlayer::-webkit-media-controls-fullscreen-button,
video#previewVideoPlayer::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

/* Additional CSS to hide menu button */
video#localVideo,
video#videoPlayer,
video#modalVideoPlayer,
video#previewVideoPlayer {
    -webkit-appearance: none;
}

video#localVideo::-webkit-media-controls,
video#videoPlayer::-webkit-media-controls,
video#modalVideoPlayer::-webkit-media-controls,
video#previewVideoPlayer::-webkit-media-controls {
    display: flex !important;
}

/* Hide the overflow menu (three dots) */
video#localVideo::-webkit-media-controls-current-time-display,
video#localVideo::-webkit-media-controls-time-remaining-display,
video#videoPlayer::-webkit-media-controls-current-time-display,
video#videoPlayer::-webkit-media-controls-time-remaining-display,
video#modalVideoPlayer::-webkit-media-controls-current-time-display,
video#modalVideoPlayer::-webkit-media-controls-time-remaining-display,
video#previewVideoPlayer::-webkit-media-controls-current-time-display,
video#previewVideoPlayer::-webkit-media-controls-time-remaining-display {
    display: none !important;
}
}