@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Georgia';
    src: url('../font/Georgia.eot');
    src: url('../font/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../font/Georgia.woff2') format('woff2'),
        url('../font/Georgia.woff') format('woff'),
        url('../font/Georgia.ttf') format('truetype'),
        url('../font/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../font/Georgia-Bold.eot');
    src: url('../font/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Georgia-Bold.woff2') format('woff2'),
        url('../font/Georgia-Bold.woff') format('woff'),
        url('../font/Georgia-Bold.ttf') format('truetype'),
        url('../font/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: 'Georgia' !important;
}

.container_cstm {
    max-width: 1380px;
    margin: auto;
    width: 100%;
}

header {
    padding: 0 50px;
    padding-top: 35px;
    position: absolute;
    width: 100%;
    top: 0;
}

a.navbar-brand {
    max-width: 366px;
}

a.navbar-brand img {
    width: 100%;
}

ul.social_header {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

ul.social_header li img {
    height: 30px;
    padding: 5px;
}

ul.social_header li {
    padding: 12px 10px;
}

header ul.navbar-nav.ms-auto {
    gap: 40px;
    margin-right: 43px;
}

header ul.navbar-nav.ms-auto li a {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    color: #000000;
    transition: all ease .5s;
    text-decoration: none;
    padding: 0.5rem 0.5rem;
    border-radius: 4px;
}

header ul.navbar-nav.ms-auto li a:hover {
    color: #ffffff;
    background-color: #0000009e;
    border-radius: 4px;
}

header ul.navbar-nav.ms-auto li a.active {
    font-weight: bold;
}

ul.social_header li {
    position: relative;
}

ul.social_header li::after {
    content: '';
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(50%);
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/social_line.svg);
}

ul.social_header li:last-child::after {
    display: none;
}

ul.social_header li:last-child {
    padding-right: 0;
}

section.main_banner {
    padding: 152px 50px 218px 50px;
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/banner.jpg);
    background-size: cover;
    background-position: center;
}

.banner_main_tile {
    position: relative;
    height: 571px;
}

.banner_main_image {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.banner_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 30s;
}

.banner_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 33px 36px 30px;
}

.banner_tile_head {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.banner_tile_head span,
.banner_tile_head a {
    background: rgba(255, 255, 255, 0.67);
    border-radius: 50px;
    display: inline-block;
    padding: 12px 15px 15px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.banner_tile_footer h5 {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.banner_tile_footer h1,
.banner_tile_footer h2 {
    font-size: 25px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 3px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post_contenter_body .post-navigation {
    padding: 20px;
    clear: both;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 1px #ccc;
    margin-bottom: 30px;
    display: flex;
	justify-content: space-between;
}
.post_contenter_body .prev-post {
    width: 50%;
    text-align: left;
}
.post_contenter_body .next-post {
    width: 50%;
    text-align: right;
}
.banner_tile_footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    max-width: 598px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow_banner {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(calc(-50% - 0px));
    padding: 0 30px;
}

.banner_in_main_parent {
    position: relative;
}

.arrow_banner button.slick-arrow {
    position: static;
    transform: initial;
    width: 43px;
    padding: 43px 3px;
    background-color: #C9A206;
    border-radius: 10px;
    color: transparent;
    opacity: 1;
    transition: all ease .5s;
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow_banner button.slick-arrow::before {
    display: none;
}

.arrow_banner button.slick-arrow.slick-disabled {
    opacity: 0.46;
}

.arrow_banner button.slick-next.slick-arrow {
    transform: scale(-1);
}

section.recent_post {
    margin: -163px 0 0 0;
    padding: 0 50px 28px;
}

.section_head h2 {
    font-size: 38px;
    line-height: 43px;
    color: #003CC4;
    margin: 0;
    font-weight: bold;
}

.section_head h2::first-letter {
    text-transform: uppercase;
}

section.recent_post .section_head {
    margin: 0 0 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_image {
    position: relative;
}

.post_image img {
    width: 100%;
    border-radius: 10px;
    transition: all ease .3s;
    aspect-ratio: 300/203;
    object-fit: cover;
    object-position: center top;
}

.post_image .banner_tile_head img {
    width: 13px;
}

.post_image .banner_tile_head {
    position: absolute;
    width: 100%;
    padding: 8px;
    top: 0;
    z-index: 99;
    flex-wrap: wrap;
    gap: 8px;
}

.post_image .banner_tile_head span.tile_arrival,
.post_image .banner_tile_head a {
    font-size: 11px;
    padding: 6px;
}

.post_image {
    margin: 0 0 11px 0;
    overflow: hidden;
    border-radius: 10px;
}

.post_content h5, .search-card .search-meta {
    margin: 0 0 16px 0;
}

.search-card .search-meta {
    font-size: 14px;
}

.search-card h2.search-title {
    text-transform: none;
    color: #000000;
    margin: 0 0 18px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.search-card h2.search-title::first-letter {
    text-transform: uppercase;
}

.search-card h2.search-title {
    margin: 18px 0 10px 0;
}

.search-card a {
    text-decoration: none;
}

.post_content span {
    text-decoration: none;
}

.recent_post_slider .post_slider div.post_tile {
    padding: 0 30px;
    position: relative;
}

.recent_post_slider .post_slider .slick-list {
    margin: 0 -30px;
}

.recent_post_slider .post_slider div.post_tile::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(50%);
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/social_line.svg);
    background-size: cover;
}

.recent_post_slider {
    overflow: hidden;
}

.recent_slide_btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.recent_slide_btn button.slick-arrow {
    position: initial;
    width: 50px;
    height: 50px;
    transform: initial;
    border-radius: 100%;
    background-color: #C9A206;
    border: 2px solid #C9A206;
}

.recent_slide_btn button.slick-arrow::before {
    display: none;
}
.post_contenter_body blockquote{ margin:1em; }
.recent_slide_btn button.slick-arrow svg path {
    fill: #fff;
}

.recent_slide_btn button.slick-arrow.slick-disabled {
    background-color: transparent;
    border-color: #000;
}

.recent_slide_btn button.slick-arrow.slick-disabled svg path {
    fill: #000;
}

section.about_catagories {
    /* background-color: #F6F6F6; */
    padding: 47px 50px 54px 50px;
}

.about_part a {
    background: #003CC4;
    border-radius: 30px;
    padding: 14px 34px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #003CC4;
    transition: all ease .3s;
    display: none;
}

.about_part a:hover {
    background-color: transparent;
    color: #003CC4;
}

.about_part .section_head {
    margin: 0 0 33px 0;
}

.about_part p {
    font-size: 16px;
    line-height: 27px;
    text-transform: math-auto;
    color: #000000;
    margin: 0 0 35px 0;
}

.about_part {
    padding-right: 24px;
}

.categories_part {
    padding: 0 0 0 24px;
    height: 100%;
    position: relative;
}

.categories_part::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: -12px;
    transform: translateX(50%);
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/social_line.svg);
    background-size: cover;
}

.categories_part ul.category_list {
    padding: 0;
    list-style: none;
    margin: 31px 0 21px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.categories_part ul.category_list li a {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    width: 100%;
    display: inline-block;
    padding: 17px 12px;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: all ease .5s;
}

.categories_part ul.category_list li a:hover {
    color: #003cc4;
    box-shadow: 0 0 6px 0px #ccc;
}

.categories_part a {
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #003CC4;
    font-weight: bold;
    transition: all ease .3s;
}

.categories_part a:hover {
    color: #000;
}

ul.archive_head_list {
    padding: 26px 0 21px 10px;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 20px;
    overflow: auto;
    margin: 0;
}

ul.archive_head_list li button {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #000000;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
    width: 100%;
    transition: all ease .3s;
}

ul.archive_head_list li button:hover {
    background-color: #070707;
    color: #c9a206;
}

ul.archive_head_list li {
    width: auto;
}

section.archives {
    padding: 55px 50px 23px 50px;
}

ul.archive_head_list li button.tablinks.active {
    background: #C9A206;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border-color: #C9A206;
    color: #fff;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
}

.archive_tab_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 21px -30px 70px;
    row-gap: 50px;
}

.archive_tab_grid .post_tile {
    padding: 0 30px;
    position: relative;
}

.archive_tab_grid .post_tile::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(50%);
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/social_line.svg);
    background-size: cover;
}

.archive_tab_main {
    overflow: hidden;
}

.view_more_grid {
    display: flex;
    justify-content: center;
}

.view_more_grid a,
.view_more_grid button {
    background: #003CC4;
    border-radius: 30px;
    padding: 15px 49px;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    border: 2px solid #003CC4;
    transition: all ease .5s;
}

.view_more_grid a:hover {
    color: #003CC4;
    background-color: transparent;
}

footer {
    padding: 100px 0 0 0;
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/footer_BG.jpg);
    background-size: cover;
    background-position: center top;
}

.footer_content {
    padding: 0 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_content ul.navbar-nav {
    flex-direction: row;
    justify-content: center;
    margin: 21px 0 58px 0;
    gap: 25px;
}

.follow_on {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 45px 0;
}

.follow_on ul.social_header li {
    padding: 0;
}

.copy_right {
    width: 100%;
    text-align: center;
    padding: 22px 0 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.copy_right p {
    margin: 0;
}

.footer_content ul.navbar-nav a.nav-link {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding: 0;
    font-weight: normal;
    transition: all ease .5s;
}

.footer_content ul.navbar-nav li.nav-item a:hover {
    color: #fff;
}

.footer_content ul.navbar-nav a.nav-link.active {
    font-weight: bold;
}

.footer_content ul.navbar-nav a.nav-link.active:hover {
    color: #000;
}

.archive_tab_grid .post_tile:last-child::after {
    display: none;
}

.recent_slide_btn button.slick-arrow.slick-disabled:hover {
    border-color: #caa206;
}

.recent_slide_btn button.slick-arrow.slick-disabled:hover svg path {
    fill: #c9a206;
}

.post_tile_in {
    position: relative;
}

.post_tile_in>a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

header button.navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none;
}

header button.navbar-toggler:focus {
    box-shadow: none;
    border: 0;
    outline: none;
}

.nav_list_social {
    display: flex;
    margin-left: auto;
}

.archive_tab_main div.tabcontent {
    display: none;
}

.banner_in_main .banner_main_tile:hover .banner_main_image img {
    transform: scale(1.5);
}

.post_tile_in>a:hover~.post_image img {
    transform: scale(1.1);
}

.banner_tile_footer a {
    text-decoration: none;
}

header ul.navbar-nav.ms-auto li.current-menu-item a {
    font-weight: bold;
}

.banner_main_image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .15);
}

.banner_tile_footer {
    position: relative;
    z-index: 99;
}

section.main_banner.inner_page_banner {
    background-position: center bottom;
    padding: 152px 50px 70px 50px;
}

section.main_banner.inner_page_banner .banner_content {
    align-items: center;
    justify-content: center;
}

section.main_banner.inner_page_banner .banner_main_tile {
    height: 350px;
}

section.main_banner.inner_page_banner .banner_main_image::after {
    background-color: rgba(0, 0, 0, .5);
}

.who_we_are {
    margin: 0 0 40px 0;
}

.who_we_are h2 {
    font-size: 38px;
    line-height: 43px;
    text-transform: capitalize;
    color: #003CC4;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.who_we_are p {
    margin: 0 0 0 0;
    font-size: 18px;
    color: #000;
}

.banner_in_main_parent {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.single_post_view_data img {
    aspect-ratio: 300/400;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.single_post_view_data {
    width: 260px;
    border-radius: 20px;
    overflow: hidden;
}

.about_ban_img {
    width: calc(100% - 360px);
    padding: 0 0 0 30px;
    max-width: 650px;
}

.about_ban_img h1 {
    margin: 0 0 20px 0;
    font-size: 46px;
}

.date_catagory {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.content_post_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_post_header h3 {
    margin: 0;
    color: #000000;
    text-decoration: none;
}

.content_post_header button.play_button {
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_post_header button.play_button svg path {
    fill: #fff;
}

.content_post_header button.play_button svg {
    width: 18px;
}

.post_contenter_body {
    margin: 25px 0px;
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: rgb(149 157 165 / 4%) 0px 8px 24px;
}

.post_contenter_body h2 {
    text-transform: none;
}

.post_contenter_body p {
    margin: 20px 0px;
}

.post_contenter_body h3 {
    margin: 0 0 10px 0;
}

.date_catagory a {
    text-decoration: none;
    color: #184c53;
}

.privacy_content_box h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 700;
    color: #003CC4;
}

.sub_content_box h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.sub_content_box {
    margin: 0 0 30px 0;
}

.sub_content_box p {
    margin: 0 0 14px 0;
    font-size: 16px;
}

.sub_content_box_headings h3 {
    color: #003CC4;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}

.sub_content_box_headings h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
}

.banner_in_mainn {
    width: 100%;
}

section.all_post_sec {
    padding: 0 50px;
    margin: -50px 0 0 0;
}

section.post_content {
    padding: 0 50px;
}

.content_post_header {
    gap: 20px;
}

.privacy_policy_content {
    padding: 0 50px;
}

.banner_in_main {
    width: 100%;
}





.post_content .play_button {
    display: none !important;
}

#tts__listent_content_1.tts__listent_content {
    width: calc(100% - 89%) !important;
    height: 40px !important;
    margin-bottom: 15px !important;
}

/* .post_contenter_body img {
    width: 100%;
    max-width: 100%;
} */
.post_content a {
    color: #C9A206;
    /* font-weight: 600; */
    /* display: flex; */
    /* align-items: center; */
    /* gap: 20px; */
    text-decoration: none;
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: 12px; */
    /* margin-bottom: 12px; */
}

.recent-posts li:last-child a {
    padding: 0px;
    border: 0px;
}


.privacy_policy_content :is(h1, h2, h3, h4, h5, h6) {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #2981fb;
    font-size: 24px;
    margin-top: 19px;
    margin-bottom: 9px;
    box-shadow: rgb(149 157 165 / 8%) 0px 8px 24px;
    color: #000;
    text-transform: capitalize;
    padding: 13px 14px;
}

.recent-posts {
    list-style: none;
    margin: 25px 0px 0px 0px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: rgb(149 157 165 / 4%) 0px 8px 24px;
    /* position: sticky;
    top: 2px; */
}

.recent-posts li {
    display: flex;
    margin-bottom: 15px;
}

.recent-posts img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.recent-posts .post-info {
    flex: 1;
}

.recent-posts h4 {
    margin: 0;
    font-size: 20px;
    color: #000;
    text-decoration: none !important;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.recent-posts .post-date {
    font-size: 12px;
    color: #888;
}

.recent-posts .title-bx h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 17px;
}

.recent-posts .btn-bx .view_more_grid a {
    color: #fff;
    padding: 7px 15px;
    font-size: 17px;
    border: 2px solid #003CC4;

}

.recent-posts .btn-bx .view_more_grid a:hover {
    background-color: #003CC4;
    border: 2px solid #003CC4;
    color: #fff;



}

.btn-bx .view_more_grid {
    justify-content: space-between;
    margin: 19px 0px 0px 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.recent-posts2 a {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.recent-posts2 .view_more_grid {
    padding: 0;
    margin: 20px 0px 0px 0px;
    border: 0px;
}

ul.social_header li:first-child {
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0 10px 0px 0;
}

ul.social_header li form.search-form input.search-field {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 0;
    max-width: 150px;
    outline: none;
}

ul.social_header li form.search-form span.screen-reader-text {
    color: #000;
}

ul.social_header li form.search-form input.search-field::placeholder {
    color: #000;
}

ul.social_header li form.search-form input.search-submit {
    width: 30px;
    height: 30px;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    border: none;
    background-image: url(https://gruncleodd.com/wp-content/uploads/2025/06/search-svgrepo-com-1.svg);
    background-size: 24px;
    background-position: center;
    padding: 10px 10px;
    background-repeat: no-repeat;
}

ul.social_header li:first-child form.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

section.about_catagories.all-categories-page .categories_part::after {
    display: none;
}

section.about_catagories.all-categories-page .categories_part {
    padding: 0;
    width: 100%;
}

section.about_catagories.all-categories-page .categories_part ul.category_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}

section.about_catagories.all-categories-page .categories_part ul.category_list li,
section.about_catagories.all-categories-page .categories_part ul.category_list li a {
    height: 100%;
    display: flex;
    align-items: center;
}

section.about_catagories.all-categories-page {
    padding: 0 50px;
    background-color: transparent;
}

section.get_search_post {
    padding: 0 50px 50px;
}

.search-card .search-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-header {
    text-align: center;
    margin-bottom: 2rem;
}

.search-form {
    margin-top: 1rem;
}

.search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.search-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 1rem;
    transition: transform 0.2s ease;
}

.search-card:hover {
    transform: translateY(-5px);
}

.search-thumb img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    aspect-ratio: 10/7;
    object-fit: cover;
    object-position: center;
}

.search-title {
    font-size: 1.25rem;
    color: #0073aa;
    margin-top: 1rem;
}

.search-meta {
    font-size: 0.9rem;
    color: #666;
    margin: 0.5rem 0;
}

.search-excerpt {
    font-size: 1rem;
    line-height: 1.6;
}

section.get_search_post p.nothng_found {
    text-align: center;
    font-size: 23px;
    line-height: 33px;
    color: #000000;
    margin: 0 0 3px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.get_search_post p.nothng_found {
    margin: 0;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 0px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-weight: 700;
}

section.get_search_post p.nothng_found span {
    font-size: 20px;
    font-weight: 400;
}

body.home .banner_tile_footer {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 12px 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    border-radius: 4px;
    width: max-content;
}

body.home body.search .banner_tile_footer h1,
body.home body.search .banner_tile_footer h2 {
    font-size: 24px;
    line-height: 36px;
}

.banner_tile_footer.last-text-bx {
    max-width: 40%;
}

.banner_tile_footer h1,
.banner_tile_footer h2 {
    display: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
}

.recent_post_slider form select {
    padding: 0 0;
    border: none;
    padding: 10px 10px;
    color: rgb(0 60 196 / 100%);
    background-color: rgb(0 60 196 / 20%);
    font-size: 16px;
    line-height: 30px;
    text-transform: initial;
    margin: 0;
    font-weight: normal;
    border-radius: 8px;
}
.recent_post_slider form {
    padding: 0 29px;
    margin: 0;
}

.post_contenter_body iframe {
    width: 100%;
    aspect-ratio: 510/287;
    height: auto;
}
.post_contenter_body .post-comments {
    padding: 30px;
    clear: both;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0px 2px #ccc;
}
body.single-post section.post_content {
    max-width: 1200px;
    margin: 0 auto;
}
body.single-post section.post_content ul.recent-posts > a {
    color: #C9A206;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

@media (max-width: 575.98px) {
    footer {
        padding: 30px 0 0 0;
    }

    .footer_content ul.navbar-nav {
        margin: 35px 0 27px 0;
        flex-direction: column;
        gap: 25px;
    }

    .follow_on {
        margin: 0 0 15px 0;
    }

    .copy_right {
        padding: 10px 0 10px 0;
    }

    section.main_banner.inner_page_banner .banner_main_tile {
        height: 150px;
        border-radius: 0px;
    }

    .banner_main_image {
        border-radius: 0px;
    }

    section.main_banner.inner_page_banner {
        /* padding: 43px 20px 70px 20px; */
    }

    .recent-posts {
        display: none !important;
    }

    section.main_banner.inner_page_banner {
        /* padding: 90px 20px 70px 20px; */
    }

    .about_ban_img h1 {
        font-size: 24px;
    }

    section.main_banner.inner_page_banner {
        padding-top: 152px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }


}









































.travel-slider-wrapper {
    width: 100%;
    position: relative;
}

.travel-slide {
    position: relative;
}

.travel-slide-image img {
    width: 100%;
    height: auto;
    display: block;
}

.travel-slide-caption {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    color: white;
    background: rgb(0 0 0 / 73%);
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1.5rem;
    max-width: 80%;
}

.travel-slide-caption h1,
.travel-slide-caption h2 {
    margin: 0;
    font-weight: 600;
}

.final-slide-caption {
    background: rgba(0, 0, 0, 0.7);
}

/* Custom Arrows */
.travel-slider-nav .slick-arrow {
    transform: initial;
    width: 43px;
    padding: 23px 3px !important;
    background-color: #C9A206;
    border-radius: 10px;
    color: transparent;
    opacity: 1;
    transition: all ease .5s;
    background-repeat: no-repeat;
    background-position: center;
}

.travel-slider-nav button {
    background: none;
    border: none;
    pointer-events: auto;
    cursor: pointer;
    padding: 0;
}

.travel-slider-nav svg {
    width: 40px;
    height: 40px;
    fill: white;
    transition: transform 0.3s ease;
}

.travel-slider-nav button:hover svg {
    transform: scale(1.1);
}

.travel-slide-image {
    border-radius: 15px;
    overflow: hidden;
}


.final-slide-caption {
    width: 500px;
}

.travel-slider-nav .slick-arrow {
    transform: initial;
    width: 43px;
    padding: 43px 3px;
    background-color: #C9A206;
    border-radius: 10px;
    color: transparent;
    opacity: 1;
    transition: all ease .5s;
    background-repeat: no-repeat;
    background-position: center;
}

button.arrow-next.slick-arrow {
    transform: scale(-1);
}

.travel-slider-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
}

button.arrow-prev.slick-arrow {
    margin-left: 10px;
}

button.arrow-next.slick-arrow {
    transform: scale(-1);
    margin-right: 10px;
}


.travel-slide-image img {
    border-radius: 15px;
}

.post-comments footer.comment-meta {
    padding: 12px 20px;
    background: #f5f5f5;
}
.post-comments ul.children, .post-comments ol.commentlist {
    list-style: none;
    padding-left: 0;
}
.post-comments footer .comment-author.vcard {
    margin-bottom: 8px;
}

.post-comments footer.comment-meta .comment-metadata{
   display: flex;
    justify-content: space-between;
}
.post-comments footer.comment-meta .comment-metadata a {
    margin: 0;
    padding: 0;
    border: none;
}
.post-comments form label {
    display: block;
    margin-bottom: 8px;
}
.post-comments form textarea {
    width: 100%;
    margin: auto;
    max-height: 100px;
}
.post-comments p.comment-form-url, .post-comment p.comment-form-comment, p.form-submit.wp-block-button {
    width: 100%;
    display: block;
    margin: auto auto 10px!important;
}
.post-comments p.comment-form-email input, .post-comments p.comment-form-author input, .post-comments p.comment-form-url input {
    width: 100%;
}
.post-comments p.comment-form-email {
    display: inline-block;
    width: 49%;
    margin: auto auto 10px  10px;
}
.post-comments p.comment-form-author {
    display: inline-block;
    width: 49%;
    margin: auto auto 10px;
}
p.comment-form-cookies-consent {
    display: block;
}
.post-comments p.comment-form-cookies-consent label { display: inline-block; }

.recent_post_slider form label {
    font-size: 20px;
    line-height: 30px;
    text-transform: initial;
    color: #003CC4;
    margin: 0;
    font-weight: bold;
}
.recent_post_slider form select {
    padding: 0 0;
    border: none;
    padding: 10px 10px;
    color: rgb(0 60 196 / 100%);
    background-color: rgb(0 60 196 / 20%);
    font-size: 16px;
    line-height: 30px;
    text-transform: initial;
    margin: 0;
    font-weight: normal;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
}
.recent_post_slider ul.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.recent_post_slider ul.page-numbers .page-numbers {
    color: #000000;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.recent_post_slider ul.page-numbers li a {
    text-decoration: none;
}
.recent_post_slider ul.page-numbers .page-numbers.current {
    color: #fff;
    font-weight: 800;
    background-color: #003CC4;
    border-radius: 100%;
}
.recent_post_slider ul.page-numbers .next.page-numbers, .recent_post_slider ul.page-numbers .prev.page-numbers {
    width: auto;
}
img.alignright {
    float: right;
    margin-left: 10px;
}
img.alignleft {
    float: left;
    margin: 10px;
}
img.aligncenter {
    text-align: center;
    margin: auto;
    display: block;
}

@media (max-width: 991.98px) {
    .travel-slide-image {
        overflow: visible ;
    }
.post-comments p.comment-form-author,
.post-comments p.comment-form-email {
        width: 100% ;
        display: block ;
        margin: auto auto 10px 0px ;
    }
    .travel-slide-caption {
        position: unset ;
        transform: unset ;
        text-align: center ;
        max-width: 100% ;
        border-radius: 0px ;
    }
	.post_contenter_body .post-navigation {
    display: block;
}
.post_contenter_body .next-post, .post_contenter_body .prev-post { width: 100%; text-align: center; }
.post_contenter_body .prev-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
    .final-slide-caption {
        width: 100% ;
    }

    .travel-slide-caption h2,
    .travel-slide-caption h1 {
        font-size: 20px ;
    }

    .travel-slider-nav .slick-arrow {
        width: 35px !important;
        padding: 10px 3px !important;
    }

    .travel-slide-image img {
        border-radius: 0px ;
    }
}