/*==================================================
SINGLE BLOG
==================================================*/

/* .custom-single-blog{

    padding:80px 0 120px;

    background:#fff;

} */

.custom-container {
    max-width: 896px;
    margin: auto;
    padding: 80px 16px;
}



/*==================================================
HERO
==================================================*/

.custom-blog-hero {
    background: linear-gradient(  135deg,  #eee7fd 0%,  #ffe5f7 55%,  #dcecff 100%);
}
/*==================================================
BREADCRUMB
==================================================*/

.custom-blog-breadcrumb{

    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;

    margin-bottom:28px;

    font-size:14px;
    font-weight:500;

}

.custom-blog-breadcrumb a{

    color:#6d7a88;
    text-decoration:none;
    transition:.3s ease;

}

.custom-blog-breadcrumb a:hover{

    color:#0080d1;

}

.custom-blog-breadcrumb span{

    color:#000;

}

.custom-blog-breadcrumb .current{

    color:#0080d1;
    font-weight:600;

}
/*==================================================
CATEGORY
==================================================*/

.custom-blog-category {
    background: #f74180;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-radius: 20px;
}
/*==================================================
TITLE
==================================================*/

.custom-blog-title-single {
    margin: 0;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #0e2a45;
}
/*==================================================
EXCERPT
==================================================*/
.custom-blog-excerpt {
    margin-top: 20px;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.5;
    color: #555e6f;
}
/* blog meta  */
/*==========================================
BLOG META
==========================================*/

.custom-blog-meta{

    display:flex;

    align-items:center;

    gap:14px;

    margin-top:28px;

    color:#6b7280;

    font-size:15px;

    font-weight:500;

}

.custom-blog-meta span{

    display:flex;

    align-items:center;

    gap:8px;

}

.custom-blog-meta svg{

    width:18px;

    height:18px;

    color:#0080d1;

}

.custom-meta-divider{

    color:#cbd5e1;

}

@media(max-width:767px){

    .custom-blog-meta{

        flex-wrap:wrap;

        gap:10px;

    }

}
/*==================================================
FEATURED IMAGE
==================================================*/
.custom-containerr {
    max-width: 896px;
    margin: 0 auto;
	padding:0 16px;
}
.custom-blog-featured-image{
    margin-bottom:64px;

}

.custom-blog-featured-image img{

    width:100%;

    height:650px;

    display:block;

    object-fit:cover;

    border-radius:32px;

    transition:.5s ease;

}
/* recmd */
.custom-content-container {
    max-width: 1280px;
    padding: 30px 16px;
    margin: 0 auto;
}
/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1024px){



    .custom-blog-featured-image img{

        height:500px;

    }

}

@media(max-width:767px){
	.custom-blog-title-single {
    font-size: 36px;

}
.custom-blog-content p {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.6 !important;
}



    .custom-blog-excerpt{

        font-size:18px;

    }

    .custom-blog-featured-image{

        margin-top:40px;

        margin-bottom:50px;

    }

    .custom-blog-featured-image img{

        height:280px;

        border-radius:20px;

    }

}
/*==================================================
BLOG CONTENT
==================================================*/

.custom-blog-content{

    padding:20px 0 100px;

}



/*==================================================
TYPOGRAPHY
==================================================*/

.custom-blog-content *{

    box-sizing:border-box;

}

.custom-blog-content p{

    margin:0 0 30px;

    font-size:20px;

    line-height:2;

    color:#566574;

    font-weight:400;

}

.custom-blog-content strong{

    font-weight:700;

    color:#0e2a45;

}

.custom-blog-content em{
    font-style:italic;
}
.custom-blog-content a{
    color:#0080d1;
    text-decoration:none;
    transition:.3s;
    font-weight:800;

}

.custom-blog-content a:hover{
    color:#0e2a45;
}

/*==================================================
HEADINGS
==================================================*/









/*==================================================
SELECTION
==================================================*/

.custom-blog-content ::selection{

    background:#0080d1;

    color:#fff;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

    .custom-blog-content h2{

        font-size:38px;

    }

    .custom-blog-content h3{

        font-size:32px;

    }

}

@media(max-width:767px){

    .custom-blog-content{

        padding:10px 0 70px;

    }

    .custom-blog-content p{

        font-size:17px;

    }

    .custom-blog-content li{

        font-size:17px;

    }

    .custom-blog-content h2{

        font-size:32px;

    }

    .custom-blog-content h3{

        font-size:27px;

    }

    .custom-blog-content h4{

        font-size:22px;

    }

    .custom-blog-content blockquote{

        padding:25px;

    }

    .custom-blog-content blockquote p{

        font-size:20px;

    }

}
/* ==========================================================================
   RECOMMENDED ARTICLES / RELATED BLOGS SECTION
   ========================================================================== */

/* Main Container Section */


/* Main Section Heading */
span.custom-related-keep {
    font-size: 12.8px;
    color: #f74180;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}
.custom-related-title {
  margin-top: 8px;
  margin-bottom: 40px;
  color: #1a1a1a;
  position: relative;
	font-weight:800;
}
.custom-container-related {
    padding: 64px 0;
}

/* Card Grid Layout */
.custom-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ==========================================================================
   CARD STYLES & HOVER ANIMATIONS
   ========================================================================== */

.custom-related-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
              box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
              border-color 0.4s ease;
  will-change: transform, box-shadow;
}

/* Card Lift & Soft Shadow on Hover */
.custom-related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   IMAGE CONTAINER & SHINE ANIMATION
   ========================================================================== */

.custom-related-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: #e0e0e0;
  text-decoration: none;
}

.custom-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Smooth Image Scale Up */
.custom-related-card:hover .custom-related-image img {
  transform: scale(1.08);
}

/* Subtle Light Shine Animation across Image */
.custom-related-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 100%
  );
  transform: skewX(-25deg);
  transition: left 0.75s ease;
  pointer-events: none;
}

.custom-related-card:hover .custom-related-image::after {
  left: 125%;
}

/* ==========================================================================
   CONTENT AREA & TYPOGRAPHY
   ========================================================================== */
.custom-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.custom-related-viewall {
    font-size: 14px;
}
.custom-related-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Category Badge */
.custom-related-category {
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
    color: #0073aa;
    font-size: 10px;
}

/* Post Title */
.custom-related-content h3 {
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.custom-related-content h3 a:hover{
	color:#0e2a45;
}
.custom-related-content h3 a {
    text-decoration: none;
    color: #0e2a45;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}

.custom-related-card:hover .custom-related-content h3 a {
  color: #0073aa;
}

/* Read Article Button & Hover Slide Effect */
.custom-related-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #0073aa;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size:14px;
}

.custom-related-card:hover .custom-related-btn {
  color: #005177;
  transform: translateX(4px); /* Slight shift to the right */
}

/* ==========================================================================
   RESPONSIVE DESIGN (TABLETS & MOBILE)
   ========================================================================== */

@media (max-width: 992px) {
  .custom-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
a.custom-related-viewall {
    display:none;
	}
}

@media (max-width: 600px) {
  .custom-related-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .custom-related-blogs {
    padding: 40px 0;
  }
}