@import url('https://fonts.googleapis.com/css2?family=Birthstone&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body,html {
     font-family: "Segoe UI", sans-serif !important;
     scroll-behavior: smooth;
}
.cursive {
     font-family: "Segoe UI", sans-serif;
      letter-spacing: 0.2rem;
}
.hero-feature {
    position: relative;
 
}

.gh-head {
    margin: 15px;
}
h1 {
    margin: 0 !important;
}
.gh-head-logo img {
    max-height: 70px !important;
}
.hero-feature-image {
    width: 100%;
    height: 80vh;
    object-fit: cover;
        filter: brightness(0.5);
        max-height: 1000px;
        
  
}
.hero-feature .outer {
    width: 100%;
}
.hero-flex {
    display: flex;
  padding: 0 max(4vmin, 20px);
  gap: 50px;
}

.hero-podcast-badge {
        margin-top: 120px;
        width: 35%;
        display: flex;
        justify-content: center;
background-color: #f0f7ff;
    padding-left: 2%;
    padding-right: 2%;

}


.site-footer {
    margin-top: 0 !important;
}
.content-with-sidebar.inner {
      
        border-radius: 10px;
}





.hero-feature-title {
    font-size: 7rem;
    margin: 0 0 0.5rem;
    text-align: center;
    max-width: 1200px;
color: white;
    text-shadow: 1px 1px black;
    
   
}
.hero-feature-title a {
 color: #fff;
       font-family: "PT Sans", sans-serif;
           text-align: center;
     
   
}

.hero-feature-excerpt {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
       text-align: start;
          max-width: 1200px;
     
}

.hero-feature  {
    padding: 0 !important;
    border-radius: 0 !important;
}



/* .podcast-badge {
    width: 160px;
    height: 160px;
    
    overflow: hidden;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
} */

.podcast-badge img {
        margin: 0 auto;
     width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
    transform: translateY(-70px);
    object-position: center top;
        border: solid 10px aliceblue;
}

.podcast-badge-wrapper .Text {
    margin-top: -50px;
    font-size: 18px;
line-height: 1.3;
    color: rgb(0, 0, 0);
      font-style: italic;
   text-align: center;
       max-width: 285px;
}


.podcast-badge span {
    display: block;
    font-size: 1rem;
    margin-top: 4px;
      font-family: "Birthstone", cursive;
}

.posts-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.post-block {
 
    padding: 1rem;
    border-radius: 8px;

    transition: transform 0.3s ease;
}

.post-block:hover {
    transform: translateY(-5px);
}


.podcast-badge span {
    font-size: 2rem;
}

.inner {
    max-width: 1800px !important;
}

.outer {
    padding: unset;
}



.content-with-sidebar {
    display: flex;
    gap: 2rem;
}
main#site-main {
    padding: 7%;

}
.main-content {
    flex: 1;
    padding-bottom: 5%;

}

.right-banner {
 

    position: sticky;
    top: 2rem;
    align-self: flex-start;
    background: #f7f7f7;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 0 auto;
    text-align: center;


}



.banner-content h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.subscribe-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #111;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.featured-grid-layout {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.left-featured {
    flex: 1 1 48%;
}

.right-blog-list {
    flex: 1 1 35%;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.post-block.blog-mini {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.post-block.blog-mini .thumbnail {
    flex: 0 0 40%; /* Image takes 40% */
    max-width: 40%;
}

.post-block.blog-mini .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* This is important! */
}








.section-header {
    padding: 10px;
}


span.tag-pill {
    background: aliceblue;
    padding: 10px;
    margin-top: 20px;
}

.author-reading {
    display: flex;
   gap: 10px;
}
.podcast-badge-wrapper {

}
/* ✅ Media Query: Make responsive for screen width 1400px and below */
@media screen and (max-width: 1400px) {
  .podcast-badge-wrapper {
    position: static;
    transform: none;
    
  }


  .hero-feature-title {
        font-size: 5rem;
  }
}

@media (max-width: 768px) {

    .gh-head-open #gh-head .gh-head-actions {
        background-color: transparent !important;
    }

    .gh-head-logo img {
           max-height: 40px !important;
}

    .podcast-badge {
        margin: 0 auto;
    }

    .hero-feature-excerpt {
        font-size: 18px;
    }
      .hero-feature-title {
        font-size: 4rem;
  }

     .featured-grid-layout {
        flex-direction: column;
    }

    
    .about-layout {
        flex-direction: column;
    }

    .visual-content {
        order: 1;
        margin-bottom: 2rem;
        width: auto;
        height: auto;
        position: static;
    }

    .content {
        order: 2;
        text-align: center;
    }

    .headline {
        font-size: 2.5rem;
    }

    .card-img {
        width: 200px;
        height: 250px;
    }

    .img1 {
      position: static;
    }

    .img2 {
      position: static;
    }
}



.subscription-form-container {
    margin: 20px 0;
}

.subscription-form {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 50px;
    padding: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 400px;
}

.subscription-email-input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
    border-radius: 50px;
}

.subscription-email-input::placeholder {
    color: #666;
}

.subscription-button {
    padding: 12px 24px;
    background: #000;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.subscription-button:hover {
    background: #333;
    transform: translateY(-1px);
}

.subscription-button .arrow {
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.2s ease;
}

.subscription-button:hover .arrow {
    transform: translateX(3px);
}

.subscription-success,
.subscription-error {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.subscription-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.subscription-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.subscription-success[data-members-success],
.subscription-error[data-members-error] {
    display: block;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .subscription-form {
        flex-direction: column;
        gap: 10px;
        padding: 8px;
        border-radius: 16px;
    }
    
    .subscription-email-input,
    .subscription-button {
        width: 100%;
        border-radius: 12px;
    }
}

form.relative.flex.w-full.rounded-\[\.5rem\].border.bg-white.p-\[3px\].text-grey-900.transition.hover\:border-grey-400.focus-visible\:border-grey-500.border-grey-300 {
    background: unset;
	    border: unset;
gap: 10px;

}

.focus-visible\:outline-none:focus-visible {

    background: #ffffff40;
}

input.w-full.px-2.py-1.focus-visible\:outline-none.disabled\:bg-white.xs\:p-2 {
    background: #ffffff59;
    color: white;
}

button.my-auto.grid.h-7.touch-manipulation.grid-cols-\[1fr\].items-center.rounded-\[\.3rem\].px-2.font-medium.text-white.xs\:h-\[3rem\].xs\:px-3 

{
background: white !important;
color: black !important;

}


/* Three Card Grid Layout */
.featured-three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.featured-card {
  
    display: flex
;
    flex-direction: column;
    gap: 30px;
    justify-content: start;

}



.featured-thumbnail {
    display: block;
    width: 100%;
height: 100%;
    overflow: hidden;
 
}

.featured-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.featured-card:hover .featured-thumbnail img {
    transform: scale(1.05);
}



.featured-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.3;
    text-decoration: none;
}

.featured-card a {
    text-decoration: none;
    color: inherit;
    max-height: 300px;
}

.featured-excerpt {
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.meta {
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta span {
    color: #333333;
}


/* .read-more.inner {
    display: flex;
    flex-direction: row;
} */

article.post-card.post.post-card-large:nth-of-type(2) {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.post-card-large+.post-card-large:nth-child(2n) {
margin-top: 0 !important;
}


img.post-card-image {
    object-fit: contain;
}

.gh-canvas {

    display: block !important;
}

span.date-day {
    font-size: 3rem;
    padding: 10px;
    background: aliceblue;
    font-weight: 500;
}

.post-card {
    background-size: cover!important;
    display: flex !important;
    flex-direction: column !important;
    grid-column: span 2 !important;
    position: relative !important;
    word-break: break-word;
}

@media (max-width: 2240px) and (min-width: 1424px) {
 .hero-podcast-badge {
            background-size: 100% 100%;

 }
}
@media (max-width: 1440px) and (min-width: 1124px) {
 .hero-podcast-badge {
            background-size: 100% 100%;
     
        min-height: 500px;
 }
}

/* Responsive design */
@media (max-width: 768px) {
    .featured-three-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }
    
    .featured-thumbnail {
        height: 180px;
    }
    
    .featured-content {
        padding: 16px;
    }
    
    .featured-title {
        font-size: 16px;
    }
     .hero-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 0;
    }

    .hero-podcast-badge {
        width: 100%;
                min-height: 500px;
    }

    article.post-card.post.post-card-large:nth-of-type(2) {
    display: flex !important;
    flex-direction: column !important;
}
}

@media (max-width: 1024px) and (min-width: 769px) {

    .is-head-stacked .gh-head {
    height: 100px;
}

  .hero-flex {
    gap: 30px;
    flex-direction: column-reverse;
  }
    .hero-feature-title {
                font-size: 3rem;
    }
    .hero-feature-excerpt {
                    font-size: 18px;
    padding-right: 10px;
    }
    .featured-three-grid {
        grid-template-columns: repeat(2, 1fr);
    }

 
    .hero-podcast-badge {
        width: 100%;
                min-height: 500px;
    }

    .podcast-badge-wrapper .Text {
        color: black;
    }
}


@media (max-width: 480px) {
.hero-feature-title {
            font-size: 2.4rem;
}

.hero-feature-excerpt {
          font-size: 18px;
}

input[type="email"] {
    padding: 12px 15px 13px 15px;
}

.read-more.inner {
    display: flex;
    flex-direction: column;
}

article.post-card.post.post-card-large:nth-of-type(2) {
        display: flex !important;
    flex-direction: column !important;
}

}