.section-title p {
    max-height: 150px;
    width: 75%;
    margin: auto;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}



/*==========================================================
      start Blogs
==========================================================*/
.blog-card {
    border: 1px solid #eee;
    -webkit-box-shadow: 4px 1px 20px 9px #dddddd82;
    box-shadow: 4px 1px 20px 9px #dddddd82;
    /* border-radius: 10px; */
    margin-bottom: 20px;
}

.blog-card:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

.blog-card:hover.blog-card .blog-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-content {
    padding: 2rem;
}

.blog-card .blog-img {
    overflow: hidden;
    border-radius: 0;
    flex: 1;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.blog-card .blog-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card .blog-img img {
    height: 300px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    -webkit-transition: 1.3s all ease;
    -o-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.blog-card .blog-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.blog-card .blog-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.blog-card-date {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    min-width: 55px;
    min-height: 51px;
    background-color: var(--main-color);
    border-radius: 5px;
    z-index: 1;
}

.blog-card-date-day {
    padding: 4.5px 6px 4.5px;
    width: 100%;
    display: block;
    color: var(--white-color);
    background-color: var(--main-color);
    border-radius: 5px;
}

.blog-card-date-month {
    padding: 4.5px 6px 4.5px;
    width: 100%;
    display: block;
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 0 0 5px 5px;
}

.blog-head {
    height: 45px;
    overflow: hidden;
}

.blog-head h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.blog-head h3 a {
    color: var(--main-color);
    position: relative;
}

.blog-head h3 a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--deep-blue);
    z-index: 1;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.blog-head h3 a:hover::before {
    width: 100%;
}

.blog-head h3 a:hover {
    color: var(--deep-blue);
    font-size: 18px;
}

.blog-card-meta {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.blog-card-meta li {
    position: relative;
}

.blog-card-meta li:nth-child(1):after {
    right: -10px;
    top: 0;
    position: absolute;
    content: "";
    color: #ddd;
    width: 2px;
    height: 100%;
}


.blog-card-meta i {
    margin-right: 5px;
    color: var(--deep-blue);
}

.blog-card .blog-text .blog-para {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card {
    /* display: flex;
    align-items: center; */
}


.blogs-btn .btn-effect i {
    opacity: 1;
    display: inline;
    color: var(--rich-gold);
}

.blogs-btn .btn-effect:hover.btn-effect i {
    opacity: 1;
}

/*==========================================================
      end Blogs
==========================================================*/


.tour-details-package-title {
    text-align: center;
    background: #0165b533;
    padding: 20px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--white-color);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--main-color);
}


h3.tour-details-deals-text {
    max-width: 250px;
}

h3.tour-details-deals-text a {
    color: var(--second-color);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.tour-details-deals-thumb {
    min-width: 25%;
}

.tour-details-deals-dsc {
    max-width: 70%;
}

.tour-details-deals-thumb img {
    /* width: 90px !important; */
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.tour-side-price span {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-heading);
    color: var(--main-color);
}

.related-price-box {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    color: var(--black-color);
    font-size: 13px;
    padding: 5px;
    border-radius: 0 5px 0 0;
}

.related-price-box span i {
    margin-right: 3px;
}

.tour-details-deals-box {
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
}

h3.tour-details-deals-text {
    max-width: 250px;
}

h3.tour-details-deals-text a {
    color: var(--second-color);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;

}

h3.tour-details-deals-text a:hover {
    background-size: 100% 2px;
    font-size: 18px;
}

.tour-details-package-content,
.tour-details-deals-content {
    padding: 30px;
    background: var(--white-color);
}

.tour-details-package-content {
    border-radius: 0 0 20px 20px;
}

.tour-details-deals-content {
    border-bottom: 1px solid #eee;
}

.blog-details-head {
    margin-bottom: 30px;
    text-align: center;
}

.blog-details-head h2 {
    font-size: 30px;
    color: var(--depth-main);
}

.blog-details-li {
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
}

.blog-details-li li {
    position: relative;
}

.blog-details-li li::after {
    position: absolute;
    content: "|";
    top: -2px;
    right: -11px;
    color: var(--deep-blue);
    font-size: 16px;
}

.blog-details-li li:last-child:after {
    content: "";
}

.blog-details-li li i {
    margin-right: 7px;
    color: var(--deep-blue);
}

.blog-details-img img {
    height: 480px;
    min-width: 100%;
    object-fit: cover;
}

.blog-card-date {
    right: 30px;
    left: auto;
}

.tour-details-banner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.tour-details-banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 2;
}

.tour-details-banner .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 19.04%, var(--main-color) 100%);
    border-radius: 10px;
    z-index: 1;
}

.tour-details-banner img {
    min-width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 0;
}

.banner-text-holder {
    width: calc(100% + 50px);
    height: auto;
    top: 0;
    left: -20px;
    padding: 35px;
    text-align: center;
    background-color: var(--second-color);
    transform: rotate(-15deg);
    transform-origin: 100% 100%;
    position: absolute;
    z-index: 3;
}

.blog-details-body {
    /* text-align: center; */
}

.wp-block-columns {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 9px;
}

.wp-block-list {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    gap: 6px;
}


.wp-block-image img {
    box-sizing: border-box;
    height: 422px;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-list li {
    line-height: 1.7;
    font-weight: 400;
    color: var(--para-color);
    letter-spacing: 0.5px;
    font-size: 16px;
}

.blog-details-body h2 {
    margin-bottom: 10px;
}

.blogs_details {
    justify-content: center;
}


.blog-post-footer {
    border-top: 1px dashed #777777;
    padding-top: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.media__icons {
    display: flex;
}

.media__icons a {
    text-decoration: none;
    position: relative;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 6px; */
    margin: 6px;
}

.media__icons a i {
    color: #fff;
}

.media__icons a .tooltip {
    position: absolute;
    left: 55px;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    transform: translateY(-25px);
    opacity: 0;
    transition: all 0.2s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

a:hover .tooltip {
    opacity: 1;
    transform: translateY(0);
}

a .tooltip::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    left: -5px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
}