@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

/* Navbar Styling */
.navbar-brand img {
  height: 70px;
}

.name{
    margin-left: 15%;
    margin-right: 15%;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    padding: 30px;
    margin-top: 0px;
    height: 12%;
}

.nav-link {
  color: #000 !important;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #ffb800 !important;
}

.mar-hero h1{
    margin-top: 5%;
    font-weight: 500 !important;
}

/* Hero Section */
.hero-section {
  margin-top: 20px;
  background-color: #3f1c0c;
  color: #fff;
  min-height: 65vh;
  padding-top: 100px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background: #4b2e16;
  z-index: -1;
}


/* Responsive Design */
@media (max-width: 992px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

}
/* Responsive */
@media (max-width: 992px) {
  .hero-section {
    min-height: 50vh;
  }
   .main-image{
        margin-top: 20px !important;
    }
    .navbar-brand img {
text-align: center !important;}
}


@media (max-width: 576px) {
  .hero-section {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
   .navbar-brand img {
text-align: center !important;}

  .play-btn {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
}
/* ======== */
.text-brown {
  color: #4b2e16;
}

.about-section {
  background-color: #fff;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.about-title {
  font-size: 3rem;
}

.quote-box {
  border: 2px solid #4b2e16;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.quote-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 60%;
  background-color: #4b2e16;
  border-radius: 2px;
}

/* Buttons */
.btn-warning {
  background-color: #ffcc00;
  border: none;
  color: #000;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  background-color: #e6b800;
}

.btn-outline-dark:hover {
  background-color: #4b2e16;
  color: #fff;
  border-color: #4b2e16;
}

/* Responsive */
@media (max-width: 992px) {
  .about-title {
    font-size: 2rem;
  }
  .quote-box {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .about-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
/* ========== */
        :root {
            --brand-brown: #6f4e37; /* Coffee color */
            --brand-light: #f9f5f0; /* Cream background */
            --brand-accent: #c68e17; 
        }

        .section-wrapper {
            border-radius: 20px;
            padding: 60px 40px;
        }

        .text-brown {
            color: var(--brand-brown) !important;
        }

        /* Typography Enhancements */
        h3.section-title {
            font-size: 2.5rem;
            line-height: 1.2;
        }

        .highlight-span {
            background: linear-gradient(120deg, transparent 0%, transparent 60%, rgba(198, 142, 23, 0.3) 60%, rgba(198, 142, 23, 0.3) 100%);
            padding: 0 5px;
        }

        /* Feature Cards Design */
        .feature-card {
            background: #fff;
            padding: 15px 20px;
            border-radius: 12px;
            border-left: 4px solid var(--brand-brown);
            margin-bottom: 15px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
            display: flex;
            align-items: center;
        }

        .feature-card:hover {
            transform: translateX(10px); /* Slide effect on hover */
            box-shadow: 0 8px 15px rgba(111, 78, 55, 0.1);
        }

        .feature-icon {
            font-size: 1.5rem;
            margin-right: 15px;
            color: var(--brand-accent);
        }

        .feature-text {
            font-weight: 600;
            color: #4a4a4a;
            margin: 0;
        }

        .important-number {
            color: var(--brand-brown);
            font-weight: 800;
            font-size: 1.1em;
        }

        /* Image Composition */
        .image-collage {
            position: relative;
            height: 100%;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-img-frame {
            position: relative;
            z-index: 2;
            border-radius: 15px;
            overflow: hidden;
            /* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
            width: 80%;
            height: 80%;
        }



        .floating-img {
          /* padding-left: 60px; */
            position: absolute;
            width: 140px;
            height: 140px;
            object-fit: cover;
            border-radius: 12px;
            /* border: 5px solid #fff; */
            /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
            z-index: 3;
        }

        .float-top-left {
            top: 0;
            left: 0;
            transform: translate(-20%, -20%);
        }

        .float-bottom-right {
            bottom: 0;
            right: 0;
            transform: translate(10%, 20%);
        }

        /* Responsive Fixes */
        @media (max-width: 991px) {
            .section-wrapper { padding: 30px 20px; }
            .image-collage { margin-top: 50px; min-height: 300px; }
            .floating-img { width: 100px; height: 100px; }
        }
    /* ========== */
    .features-section1 {
      background-color: #f8f6f4;
      border-radius: 66px;
    }

    .last1{
        padding: 60px 100px;
    }
    .section-title1 {
      font-weight: 700;
      font-size: 1.8rem;
      text-align: center;
      color: #222;
    }

    .section-subtitle1 {
      color: #888;
      text-align: center;
      margin-bottom: 50px;
    }

    .feature-card1 {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      padding: 25px;
      height: 100%;
      transition: all 0.3s ease;
    }

    .feature-card1:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .feature-icon1 {
      font-size: 30px;
      color: #d8a82f;
      margin-bottom: 15px;
    }

    .feature-title1 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 8px;
      color: #222;
      border-bottom: 2px solid #4b2e16;
      display: inline-block;
      padding-bottom: 3px;
    }

    .feature-text1 {
      color: #666;
      font-size: 0.95rem;
    }

    .podcast-image1 {
      width: auto;
      max-height: 450px;
      border-radius: 20px;
      object-fit: cover;
    }

    @media (max-width: 991px) {
      .features-section1 {
        padding: 40px 25px;
      }

      .podcast-image1 {
        margin-top: 30px;
      }
    }


    /* ============= */

    .listen-section {
      background: #fff;
      padding: 30px 0;
      border-top-left-radius: 80px;
      border-top-right-radius: 80px;
      position: relative;
      overflow: hidden;
    }

    .listen-title {
      font-weight: 700;
      font-size: 2rem;
      color: #000;
    }

    .listen-subtitle {
      color: #6f6f6f;
      margin-bottom: 40px;
    }

    .owl-carousel .item {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .owl-carousel .item:hover {
      transform: translateY(-5px);
    }

    .video-frame iframe {
      width: 100%;
      height: 230px;
      border: none;
    }

    .episode-content {
      padding: 20px;
      text-align: left;
    }

    .episode-meta {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 8px;
    }

    .episode-title {
      font-weight: 600;
      font-size: 1rem;
      color: #000;
      margin-bottom: 10px;
    }
    
    .btn-play {
      font-size: 0.85rem;
      border: 1px solid #000;
      color: #000;
      background: transparent;
      padding: 6px 16px;
      border-radius: 20px;
      transition: all 0.3s ease;
    }

    .btn-play:hover {
      background: #4b2e16;
      color: #fff;
      border-color: #4b2e16;
    }

    /* Custom arrows */
    .owl-nav button {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      background: #4b2e16 !important;
      color: #fff !important;
      border-radius: 50% !important;
      width: 50px;
      height: 50px;
      font-size: 22px !important;
      transition: all 0.3s ease;
      padding: 20px;
    }

    .owl-nav button:hover {
      background: #000 !important;
    }

    .owl-nav .owl-prev {
      left: -60px;
    }

    .owl-nav .owl-next {
      right: -60px;
    }

    @media (max-width: 992px) {
      .owl-nav .owl-prev { left: -30px; }
      .owl-nav .owl-next { right: -30px; }
    }

    @media (max-width: 576px) {
      .listen-title { font-size: 1.6rem; }
      .owl-nav button {
        width: 40px; height: 40px; font-size: 18px !important;
      }
    }

    /* ========== */


    .testimonial-section {
      text-align: center;
      padding: 40px 0;
      background: #fff;
      position: relative;
    }


    .testimonial-section h2 {
      font-weight: 700;
      font-size: 2.5rem;
      color: #000;
      margin-bottom: 70px;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 50px;
      border-bottom-right-radius: 0;
      padding: 40px 25px 60px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    }

    .testimonial-number {
      background: #4b2e16;
      color: #fff;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 600;
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
    }

    .testimonial-text {
      font-size: 0.95rem;
      color: #444;
      margin-top: 20px;
      font-style: italic;
      line-height: 1.6;
    }

    .testimonial-img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden;
      border: 5px solid #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      position: absolute;
      bottom: -35px;
      left: 50%;
      transform: translateX(-50%);
    }

    .testimonial-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial-info {
      margin-top: 50px;
    }

    .testimonial-info h6 {
      font-weight: 600;
      color: #000;
      margin-bottom: 4px;
    }

    .testimonial-info p {
      font-size: 0.9rem;
      color: #6a6a6a;
      margin-bottom: 0;
    }

    @media (max-width: 992px) {
      .testimonial-card {
        margin-bottom: 60px;
      }
    }

    @media (max-width: 576px) {
      .testimonial-section h2 {
        font-size: 1.5rem;
      }
    }

    /* ========== */

      .contact-section {
      padding: 50px 0;
      background-color: #fff;
      text-align: center;
    }

    .contact-section h2 {
      font-weight: 700;
      font-size: 2rem;
      color: #222;
      margin-bottom: 10px;
    }

    

    .contact-section p {
      color: #888;
      font-size: 1rem;
      margin-bottom: 50px;
    }

    .contact-form-wrapper {
      background-color: #f8f6f4;
      border: 2px solid #4b2e16;
      border-radius: 25px;
      padding: 40px;
      max-width: 900px;
      margin: 0 auto;
    }

    .form-control {
      border: 1px solid #aaa;
      border-radius: 5px;
      box-shadow: none;
      font-size: 0.95rem;
      padding: 10px 12px;
    }

    .form-control:focus {
      border-color: #8b4513;
      box-shadow: 0 0 0 0.1rem rgba(139,69,19,0.15);
    }

    .submit-btn {
      background-color: transparent;
      border: 2px solid #8b4513;
      border-radius: 10px;
      color: #8b4513;
      padding: 6px 22px;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .submit-btn:hover {
      background-color: #8b4513;
      color: #fff;
    }

    @media (max-width: 992px) {
      .contact-form-wrapper {
        padding: 30px 25px;
      }
    }

    @media (max-width: 576px) {
      .contact-section h2 {
        font-size: 1.6rem;
      }
      .contact-section p {
        font-size: 0.95rem;
      }
    }
 
    /* ============ */

        footer {
      background-color: #4b1f06;
      color: #fff;
      margin: 30px;
      padding: 50px 0 20px;
      border-radius: 40px;
      margin-top: 80px;
    }

    .footer-logo img {
    text-align: center;
    max-height: 180px;
    }

    .footer-logo span {
      display: inline-block;
      background: #ffeb00;
      color: #4b1f06;
      padding: 4px 12px;
      border-radius: 20px;
      font-weight: 700;
      margin-top: 8px;
      font-size: 14px;
    }

    .footer-heading {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px;
      color: #ffeb00;
    }

    .footer-links a {
      color: #fff;
      display: block;
      text-decoration: none;
      margin-bottom: 6px;
      font-size: 15px;
      transition: 0.3s;
    }

    .footer-links a:hover {
      color: #ffeb00;
    }

    .footer-bottom {
      border-top: 1px solid #fff3;
      text-align: center;
      margin-top: 30px;
      padding-top: 15px;
      font-size: 14px;
    }

    .footer-bottom a {
      color: #ffeb00;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      text-decoration: underline;
    }

    .social-icons a {
      color: #fff;
      margin: 0 8px;
      font-size: 20px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #ffeb00;
    }

    @media (max-width: 768px) {
      .footer-logo {
        text-align: center;
        margin-bottom: 30px;
      }
      .footer-links, .footer-contact {
        text-align: center;
        margin-bottom: 20px;
      }
    }

    @media (max-width: 576px) {
      .main-image{
        margin-top: 20px !important;
      }
      .footer{
        margin-top: -20px !important;
        margin: 0 !important; 
        border-radius: 0px;
        padding: 10px;
      }
      .section-wrapper{
        margin-top: -110px;
      }
      .hero-section{
        min-height: 70vh;
      }
    }


    .whatsapp-image {
  position: fixed;
  bottom: 20px;      /* distance from bottom */
  right: 20px;       /* distance from right side */
  z-index: 1050;     /* stays above other elements */
}

.whatsapp-image img {
  width: 60px;       /* adjust as needed */
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-image img:hover {
  transform: scale(1.1);
}
