/* ======== Blog Page End ======= */
.blog-page .blog-page-content .row {
    row-gap: 30px;
}

.blog-card {
    position: relative;
    box-shadow: 0 0px 25px 0 rgba(23, 44, 82, 0.2);
}

.blog-content {
    padding: 20px 20px 40px 20px;
}

.blog-img {
    overflow: hidden;
    position: relative;
}

.blog-card img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.blog-content .blog-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 30px;
    color: #2b2b2b;
    font-family: "Lora", serif;
}

.blog-content p {
    margin: 15px 0 25px 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
}

.blog-card .blog-btn {
    color: #fff;
    transition: .5s;
    max-width: max-content;
    text-transform: capitalize;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    background-color: #F09404;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    padding: 20px 24px 20px 24px;
}

.blog-card .blog-btn:hover {
    background: #99610A;
}

.blog-content .blog-btn i {
    font-size: 12px;
}

.blog-card:hover .blog-title a {
    color: #0670B9;
}

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

.post-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
}

.post-details i {
    color: #0670B9;
}

/* ======== Blog Page End ======= */
/* ======== Blog Post Page Start ======= */
.blog-post-content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-post-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.blog-post-details i {
    color: #0670B9;
}

.blog-post-featured-img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0 0px 25px 0 rgba(23, 44, 82, 0.2);
}

.blog-post-content p {
    margin-top: 20px !important;
}

.blog-post-points {
    padding-top: 20px;
}

.blog-post-points li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}

.blog-post-points li:not(:first-child) {
    margin-top: 10px;
}

.blog-post-points li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #0670B9;
    font-size: 15px;
}

.blog-content-inner-img {
    width: 60%;
    margin-top: 20px;
}

.latest-blog-title {
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #858585;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 20px;
}

.post-details-right-col-cards {
    width: 95%;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(141 151 158 / 20%);
    border-radius: 5px;
}

.post-details-right-col-card-box {
    position: relative;
    padding: 20px 15px;
}

.post-details-right-col-card-box:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e2e2e2;
    bottom: 0;
    left: 0;
}

.post-details-right-col-cards a {
    font-size: 18px;
    font-weight: 400;
    color: #626262;
    line-height: 1.25;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: max-content;
}

.post-details-right-col-cards a:hover {
    color: #092130;
}

.blog-post-content-left .post-details {
    justify-content: start;
    gap: 20px;
    padding-bottom: 40px;
    list-style-type: none;
}

.blog-post-content-left .post-details li {
    position: relative;
}

.blog-post-content-left .post-details li:not(:last-child)::before {}

/* ======== Blog Post Page End ======= */
/* ======== Bread Crumb Start ======= */
.custom-bread-crumb {
    background-image: url(https://duencyitservices.in/janmejaya/curlisstourssafaris/wp-content/uploads/2025/03/IMG-20231004-WA0010.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 300px 60px 0px 60px;
    position: relative;
    text-align: center;
}

.custom-bread-crumb::before {
    position: absolute;
    content: '';
    background: #000000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.custom-bread-crumb::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-image: url(https://duencyitservices.in/janmejaya/curlisstourssafaris/wp-content/uploads/2025/03/breadCrumb-bottom.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-bread-crumb-content {
    padding-bottom: 250px;
    position: relative;
}

.custom-bread-crumb-title {
    font-family: "Lora", Sans-serif;
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
}

.custom-bread-crumb-sub-title {
    font-family: "Lora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* ======== Bread Crumb End ======= */
/* =================== Responsive Start ================= */
@media only screen and (max-width: 767.5px) {
    div.blog-page-content {
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }

    .blog-page .blog-page-content .row {
        margin-top: 20px;
    }

    .blog-content-inner-img {
        width: 100%;
    }

    .blog-post-content-left .post-details {
        flex-direction: column;
        gap: 12px;
        align-items: start;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 425.5px) {
    .blog-page .blog-content {
        padding: 20px 20px 30px 20px;
    }

    .blog-post-featured-img {
        height: 270px;
        margin-bottom: 10px;
    }

    .custom-bread-crumb {
        padding: 200px 20px 130px 20px;
    }

    .custom-bread-crumb-title {
        font-size: 25px;
    }

    .custom-bread-crumb-content {
        padding-bottom: 0;
    }

    .blog-post-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*====================== Responsive End ==========================*/