.navbar{
  padding: 5px;
}

@font-face {
  font-family: 'oscar';
  src: url('../oscar.ttf');
  font-weight: normal;
  font-style: normal;
}

a{
  color: inherit!important;
  text-decoration: none!important;
}

.navbar-brand img{
  height:50px;
}

#homeImage{
  width: 100%;
  height: 600px;
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.hero {
  position: relative;
  background: url('../image/dakini.jpeg') no-repeat center center/cover;
  height: 65vh;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}


.hero-about {
  position: relative;
  background: url('../image/subscribe.jpeg') no-repeat center center/cover;
  height: 65vh;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}




.hero-healing {
  position: relative;
  background: url('../image/healing.webp') no-repeat center center/cover;
  height: 65vh;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-healing .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}


a {  

  font-family: "Cinzel Decorative", serif;;
  font-display: swap;
  font-weight: bold;

}

p{ 
  font-family: "Cinzel Decorative", serif;;
  font-display: swap;
  font-weight: bold;
}
.head-text{
 
  font-family: "Cinzel Decorative", serif;;
  font-display: swap;
  font-weight: bold;
}
.sp-text{
  font-family: "Cinzel Decorative", serif;;
  font-display: swap;
  font-weight: bold;
}
.titleText{
  font-family: "Cinzel Decorative", serif;

  word-spacing: 2px;
  font-weight: 500;
}

#head-top{
  font-size: 4rem;

}
.support-text{
  font-size: 17px;
  margin-top: 10px;
  font-family: "Cinzel Decorative", serif;
  word-spacing: 4px;
  font-weight: 300;
}

.support-text-below{
  font-size: 17px;
  margin-top: 10px;
  font-family: "Cinzel Decorative", serif;
  word-spacing: 4px;
  font-weight: 300;
}
.icons-view{
  font-size: 30px;
}

.hero-content{
  width: 80%;
}

.btn-danger{
  background: #a62323 !important;;
  
}
.btn {
  background:#a62323;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}


.btn:hover {
  background: #6c1111;  
  color: white;
  transition-duration: 1s;
}


.about-box:hover{
  background: #a62323;  
  color: white;
  transition-duration: 1s;
}

.courseBox:hover{
  animation:  bounce 1s;
  border-radius: 10px;
  background-color: #a62323;
}

.blogBox{
  cursor: pointer;
}

.blogBoxAA{
  cursor: pointer;
  border-radius: 10px;
  background-color: #ebebeb;
  padding: 10px;
}
.blogBox:hover{
  background-color: #ccc;
  border-radius: 10px;
}
.navbar {
  position: absolute;
  top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 2;
}

.navbar .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
.nav-item{
  padding: 10px;
  border-radius: 20%;
}

button{
  font-family: "Cinzel Decorative", serif;
}
.nav-link{
  color: white;
  
  font-family: "Cinzel Decorative", serif;
  cursor: pointer;
  font-weight: 600;
 
  font-size: 14px;
}

.active{
  color: rgb(0, 0, 0)!important;
  background-color: #ccc;
  border-radius: 10%;
  padding: 10px;

}

.nav-links li {
  margin-left: 2rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
}

.section {
  padding: 2rem 1rem;
  text-align: center;
}

.dark-bg {
  background: #f4f4f4;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}



#about img{
  height: 200px;
  
}

.infoBox{
  padding: 10px;
  background-color:#6c1111;
  border-radius: 60px;  

}

.infoBox i{
  font-size: 30px;
  color: white;

}

.infoBox:hover{
  background-color:#a62323;
  transition-duration: 2s;
 

}
form input, form textarea {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  height: 60px;
  width: 100%;
  font-size: 20px;
  padding: 13px;
  background: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.footer {
  
  background-color: #000000;
  color: rgb(255, 255, 255);
  padding: 1rem;
  text-align: center;
}

.eventImage{
  border-radius: 20px;
  width: 80%;
  height: 150px;
  
}
.eventicon{
  font-size: 17px;
}
.eventBox{
  border-radius: 20px;
 
  box-shadow: rgba(228, 228, 228, 0.2) 0px 2px 15px;
  cursor: pointer!important;
}
.eventBox:hover{
  background-color: #eeeeee;
  transition-duration: 1s;
}
.subscribe{
 
  height: 70vh;
  color: white;
  background-color: rgb(52, 52, 52);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactPage{
  height: 60vh;
  background: url('../image/dramatic.jpg') no-repeat center center/cover; 
}




/* About Us style */
.about-content{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

.about-pic img{
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Cinzel Decorative", serif;
  word-spacing: 4px;

}

p{ 
  font-family:"Cormorant", serif;
}

.sp-text{
  font-family:"Cormorant", serif;
  font-size: 20px;
}
.about-box{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  padding: 10px;
}

#abtPage{
  background: url('../image/chod1.jpg') no-repeat center center/cover; height: 600px;
}
.fa-book, .fa-heartbeat{
  font-size: 60px!important;
  color: orangered;
}

#about-owner{
  width: auto;
  height: 400px;
  border-radius: 30px;
}

#courseBox{
  background-color: #010101;
  color: white;
}
#course-owner{
  width: 100%;
 
  margin: auto auto;
}

#heaPage{
  background: url('../image/machikmala.jpeg') no-repeat center center/cover; height: 00px;
}

.courseBox{
  background-color: #a62323;
}

.courseBox img{
  width: 100%;
  height: 200px;
}

.courseBoxDetail{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
}


.hideLaptop{
  position: absolute;
  top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 2;
  display: none!important;
}



#blogPage{
  background: url('../image/moment.jpg') no-repeat center center/cover; height: 600px;
}

.nav-item a:hover{
  color: #a62323!important;
 
  border-radius: 20%;
}

.actived{
  color: #e54d4d!important;

}


/* Drop down menu */
/* General dropdown styles */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: align the dropdown */
}

.dropdown-menu {
  background-color: #000000;
 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  border-radius: 0px!important;
  color: #f7f7f7;
  font-size: 16px!important;
  transition: background-color 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #000000;
}

/* Active class for current menu */
.nav-item.actived > .nav-link {
  font-weight: bold;
  color: #a62323!important;
}


/* end dropdown menu */

@media only screen and (max-width: 700px) {
  .navbar {
    display: none!important;
  }
  .titleText{
    font-size: 10px;
  }

  .hideLaptop{
    display: flex!important;
  }
  .offcanvas{
    width: 80%!important;
  }
  .infoBox img{
    height: 80px;
  }
  .mantain{
    height: 40px!important;
  }
  
  

}




/* Enable dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Ensure the dropdown stays open while hovering */
.dropdown-menu {
  margin-top: 0; 
  display: none;
}

.bg-danger{
  background-color: #a62323!important;
}











/* Update Version 2 */
/* -------------------------------------------------------- */




/* -------------------------------------------------------- */
/* ########### --- Extra Update ---############## */

.bold{
  font-weight: 700;
}
/* -------------------------------------------------------- */
/* ########### ---End Extra Update ---############## */








/* -------------------------------------------------------- */
/* ########### --- Our Mission Update ---############## */

.mission-container {
    padding: 20px;
}

.mission-bg-box {
    background-color: rgba(166, 35, 35, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(166, 35, 35, 0.1);
    position: relative;
    overflow: hidden;
}

.mission-bg-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a62323, #6c1111);
    border-radius: 20px 20px 0 0;
}

.mission-image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.mission-image-container:hover {
    transform: translateY(-5px);
}

.mission-image-container:hover .mission-image {
    transform: scale(1.03);
}

.mission-image {
    transition: transform 0.5s ease;
    width: 100%;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mission-bg-box {
        padding: 30px 20px;
    }
    
    .mission-image {
        height: 250px;
        margin-top: 20px;
    }
    
    .col-lg-7, .col-lg-5 {
        text-align: center;
    }
    
    .support-text.text-start {
        text-align: center !important;
    }
    
    h2.text-start {
        text-align: center !important;
    }
}

/* ########### --- End Our Mission Update ---############## */
/* -------------------------------------------------------- */





/* -------------------------------------------------------- */
/* ########### --- Info Box Update ---############## */

/* Professional Info Cards Styling */
.info-card {
    background: linear-gradient(145deg, #6c1111, #a62323);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    box-shadow: 0 8px 25px rgba(166, 35, 35, 0.15);
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.info-card:hover::before {
    opacity: 1;
}

.info-card:hover {
    background: linear-gradient(145deg, #a62323, #8a1a1a);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(166, 35, 35, 0.25);
    border-color: rgba(255, 255, 255, 0.1);
}

.info-icon-wrapper {
    position: relative;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.info-card:hover .info-icon-wrapper {
    background: rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.info-card h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.info-description {
    font-family: "Cormorant", serif;
    font-size: 1rem;
    line-height: 1.4;
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.info-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.info-card:hover .info-hover-overlay {
    opacity: 1;
}

.info-arrow {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.info-card:hover .info-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Optional: Add subtle animation on page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-card {
    animation: fadeInUp 0.6s ease forwards;
}

.info-card:nth-child(2) {
    animation-delay: 0.1s;
}

.info-card:nth-child(3) {
    animation-delay: 0.2s;
}

.info-card:nth-child(4) {
    animation-delay: 0.3s;
}

/* Alternative minimal version */
.info-card-minimal {
    background: #6c1111;
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.3s ease;
    border-left: 4px solid #a62323;
}

.info-card-minimal:hover {
    background: #a62323;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(166, 35, 35, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .info-card {
        height: 250px;
        padding: 1.5rem 1rem;
    }
    
    .info-icon-wrapper {
        width: 70px;
        height: 70px;
        padding: 1rem;
    }
    
    .info-card h3 {
        font-size: 1.3rem;
    }
    
    .info-description {
        font-size: 0.9rem;
    }
}


/* -------------------------------------------------------- */
/* ########### --- End Info Box Update ---############## */




/* -------------------------------------------------------- */
/* ########### --- News and Event Update ---############## */

/* Professional Event Cards Styling */
.event-card {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(166, 35, 35, 0.2);
}

.event-card:hover .event-image {
    transform: scale(1.05);
}

.event-image-container {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.event-image {
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.event-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 100%);
}

.event-date {
    background-color: #a62323!important;
    border-radius: 8px;
    padding: 0.8rem;
    min-width: 60px;
    box-shadow: 0 4px 15px rgba(166, 35, 35, 0.4);
    z-index: 2;
}

.event-content {
    background-color: #000;
    padding: 1.5rem;
    border-top: 3px solid #a62323;
}

.event-title {
    color: #fff;
    font-family: 'Cinzel Decorative', serif;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.event-card:hover .event-title {
    color: #a62323;
}

.event-details {
    color: #aaa;
}

.event-time, .event-location {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.event-time i, .event-location i {
    color: #a62323;
    width: 20px;
}

.event-description {
    margin-top: 1rem;
    color: #888;
    font-size: 0.95rem;
    line-height: 1.5;
}

.event-read-more {
    border-top: 1px solid #222;
    padding-top: 1rem;
    margin-top: 1rem;
}

.event-read-more span {
    color: #a62323;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.event-card:hover .event-read-more i {
    transform: translateX(5px);
}

.event-read-more i {
    transition: transform 0.3s ease;
}

/* View All Button */
.btn-view-all {
    background: linear-gradient(145deg, #000, #222);
    border: 2px solid #a62323;
    color: white;
    padding: 1rem 3rem;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-view-all::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(166, 35, 35, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-view-all:hover::before {
    left: 100%;
}

.btn-view-all:hover {
    background: linear-gradient(145deg, #a62323, #8a1a1a);
    border-color: #a62323;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(166, 35, 35, 0.3);
}

/* No Events Placeholder */
.no-events-placeholder {
    background-color: #111;
    border-radius: 15px;
    padding: 4rem 2rem;
    border: 2px dashed #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .event-card {
        margin-bottom: 1.5rem;
    }
    
    .event-image-container {
        height: 200px;
    }
    
    .event-content {
        padding: 1.25rem;
    }
    
    .event-title {
        font-size: 1.2rem;
    }
    
    .btn-view-all {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }
}

/* Animation for Event Cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.event-card:nth-child(1) { animation-delay: 0.1s; }
.event-card:nth-child(2) { animation-delay: 0.2s; }
.event-card:nth-child(3) { animation-delay: 0.3s; }
.event-card:nth-child(4) { animation-delay: 0.4s; }
.event-card:nth-child(5) { animation-delay: 0.5s; }
.event-card:nth-child(6) { animation-delay: 0.6s; }

/* Grid Layout Enhancement */
.row.g-4 {
    row-gap: 2rem!important;
}

/* Optional: Add a subtle pattern overlay to the entire section */
#contact {
    position: relative;
}

#contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23a62323' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
    pointer-events: none;
}

/* -------------------------------------------------------- */
/* ########### --- End News and Event Update ---############## */



/* -------------------------------------------------------- */
/* ########### --- Course Page Update ---############## */

    /* Course Card Hover Effects */
    .course-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(166, 35, 35, 0.2);
        border-color: #a62323;
    }
    
    .course-card:hover .course-image img {
        transform: scale(1.05);
    }
    
    .course-card:hover button {
        background-color: #8a1a1a !important;
    }
    
    /* Animation for cards */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    .course-card {
        animation: fadeIn 0.6s ease forwards;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .hero-about {
            height: 50vh;
        }

        
        .head-text.display-4 {
            font-size: 2rem;
        }
        
        .row.p-4 {
            padding: 1rem !important;
        }
        #head-top{
          font-size: 3rem;

        }
  }

  /* SUbsatck Styling Homepage  */

  /* Simple Substack Newsletter Section */
.content-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.5px;
}

/* 3 Column Grid - Simple & Clean */
.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* Clean Card Design */
.content-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
}

.content-card:hover {
    box-shadow: 0 12px 24px rgba(255,103,25,0.08);
    border-color: #FFE4D6;
}

/* Simple Image */
.content-image {
    height: 160px;
    overflow: hidden;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-card:hover .content-image img {
    transform: scale(1.05);
}

/* Content Area */
.content-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Minimal Category Badge */
.content-category {
    display: inline-block;
    background: #FFF1EB;
    color: #b00a0a;;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
    width: fit-content;
}

/* Clean Title */
.content-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Simple Description */
.content-description {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

/* Meta Row */
.content-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    font-size: 0.8rem;
    color: #64748b;
}

.content-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.content-meta i {
    color: #b00a0a;;
    font-size: 0.75rem;
}

/* Simple Button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: ;
    color: white;
    width: 100%;
}

.btn-primary:hover {
    background: #b00a0a;
}

.btn-primary i {
    font-size: 0.8rem;
}

/* Subscribe Button */


.d-flex .btn-primary {
    width: auto;
    padding: 12px 32px;
    background: #0f172a;
}

.d-flex .btn-primary:hover {
    background: #1e293b;
}

/* Empty State - Simple */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px dashed #cbd5e1;
}

.empty-state i {
    font-size: 3rem;
    color: #94a3b8;
    margin-bottom: 16px;
}

.empty-state h3 {
    font-size: 1.25rem;
    color: #0f172a;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.empty-state p {
    color: #64748b;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .content-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .content-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Small touch - no animations, just clean */


  /* Substack styling end  */

/* -------------------------------------------------------- */
/* ########### --- End Course and Healing Update ---############## */


/* -------------------------------------------------------- */
/* Update Version 2 End */