body {
  background-color: white;
}
/* Container */
.custom-blog-container {
  width: 1140px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
    row-gap: 19px;

}
.custom-blog-image img {
  transition: all 0.3s ease-in-out;
}

.custom-blog-image img:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
              rgba(0, 0, 0, 0.12) 0px -12px 30px,
              rgba(0, 0, 0, 0.12) 0px 4px 6px,
              rgba(0, 0, 0, 0.17) 0px 12px 13px,
              rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* Blog Card Layout */
.custom-blog-card {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* Image Section */
.custom-blog-image img {
    width: 584px;
    height: auto;
    border-radius: 7px;
    object-fit: cover;
}

/* Content Section */
.custom-blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Date */
.custom-blog-date {
  font-size: 12px;
  font-family: "Century Gothic", sans-serif;
  color: gray;
}

/* Title */
.custom-blog-title {
  font-size: 34px;
  font-weight: 400 !important;
  color: black;
  margin: 0;
  text-transform:uppercase;
  font-family: "Century Gothic", sans-serif !important;
}

/* Text */
.custom-blog-text {
  font-size: 16px;
  line-height: 1.6;
  color: gray;
  font-family: "Century Gothic", sans-serif !important;
}

/* Author Section */
.custom-blog-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

/* Author Icon */
.custom-author-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
}

/* Author Name */
.custom-author-name {
  font-size: 14px;
  color: rgb(24, 27, 49);
  font-family: "Century Gothic", sans-serif;
}
.custom-author-name {
    font-size: 12px;
    color: rgb(24, 27, 49);
    font-family: "Century Gothic", sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
}
.custom-blog-author img {
    width: 42px;
    border-radius: 50px;
}
.my-btn {
  border: 1px solid #eee;
  color: #0F0E9F;
  font-size: 14px;
  padding: 9px 16px;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, .25);
  line-height: 1.25em;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px; /* optional */
}

.my-btn:hover {
  background-color:#0F0E9F;
  color: #fff;
}
.custom-blog-meta {
  display: flex;
    align-items: center;
    gap: 15px; /* space between button and date */
}

.custom-blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: end;
    justify-content: end;
    padding-top: 26px;
}
.custom-blog-text {
    font-size: 16px;
    line-height: 1.6;
    color: gray;
    font-family: "Century Gothic", sans-serif !important;
    width: 80%;
}













/* Mobile Responsive for 480px and below */
@media (max-width: 480px) {
    
    
.custom-blog-card {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
.custom-blog-image img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    object-fit: cover;
}
.custom-blog-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}



    
    
    
    .custom-blog-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px 10px !important;
        margin: 0 auto !important;
    }
    
    .custom-blog-card {
        flex-direction: column !important;
        gap: 20px !important;
        margin-bottom: 40px !important;
        text-align: center !important;
        align-items: center !important;
    }
    
    .custom-blog-image img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 7px !important;
    }
    
    .custom-blog-content {
        width: 100% !important;
        padding-top: 0 !important;
        gap: 12px !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .custom-blog-meta {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
    
    .custom-blog-title {
        font-size: 22px !important;
        text-align: center !important;
        line-height: 1.3 !important;
        margin: 0 auto !important;
    }
    
    .custom-blog-text {
        width: 100% !important;
        font-size: 14px !important;
        text-align: center !important;
        line-height: 1.5 !important;
        padding: 0 5px !important;
    }
    
    .custom-blog-author {
        justify-content: center !important;
        margin-top: 5px !important;
    }
    
    .custom-blog-author img {
        width: 35px !important;
    }
    
    .custom-author-name {
        font-size: 11px !important;
        padding-left: 8px !important;
    }
    
    .my-btn {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
    
    .custom-blog-date {
        font-size: 11px !important;
    }
    
    /* Remove hover effects on mobile for better touch experience */
    .custom-blog-image img:hover {
        box-shadow: none !important;
    }
    
    
    
    .custom-blog-container {
        width: 92% !important;
        max-width: 100% !important;
        padding: 15px 10px !important;
        margin: 0 !important;
    }
    
    
    
}
