body {
    font-family: "Jost", sans-serif;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    ;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    padding: 0;
    margin: 0;
    ;
}

.head ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #F2EDE2;
}

.head ul li a {
    border: 1px solid F2EDE2;
    padding: 5px 15px;
    box-shadow: 0px 3px 6px #0000000A;
    border-radius: 18px;
    width: max-content;
    background-color: #FFFFFF;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.84px;
    color: #000000;
    line-height: 20px;
    text-transform: uppercase;
    ;
}

.head ul li a:hover {
    background-color: #BB0000;
    color: #FFFFFF;
}

.head ul li:last-child a {
    text-align: center;
    background: #2ab939;
    color: #FFFFFF;
}

.head ul li a.active {
    background: #BB0000;
    color: #fff;
}

.head ul li:hover a svg path {
    fill: #FFFFFF;
}

.intro {
    background-image: url('images/bg-intro.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 720px;
    padding: 40px;
    position: relative;
}

.video-container {
    padding: 20px 30px;
    aspect-ratio: 16 / 9;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    max-width: 100%;
    /* Optional */
    overflow: hidden;
}

.logo {
    z-index: 3;
    position: relative;
    top: -30px;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* or 'contain' if you prefer */
}

.overlay-img {
    position: absolute;
    top: 0px;
    left: 110px;
    right: 10px;
    width: 1264px;
    max-width: none;
}

.overlay-img img {
    width: 100%;
    object-fit: cover;
    height: 641px;
}

.title {
    font-size: 34px;
    letter-spacing: 0px;
    color: #000000;
    line-height: 52px;
    font-weight: 300;
    opacity: 1;
    ;
}

.backbanner {
    background-image: url('images/boby-bg-img.png');
    background-repeat: repeat-y;
    ;
    background-size: 100%;
    padding: 40px 0;
}

.card-garden {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0%;
    border-radius: 8px;
    padding: 10px 30px;
    ;
}

.sub-heading {
    font-size: 36px;
    line-height: 52px;
    color: #000000;
    letter-spacing: 0.7px;
    font-weight: 700;
}

.card-garden h5 {
    letter-spacing: 0px;
    color: #482400;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    opacity: 1;
}

.container {
    width: 1180px;
    margin: 20px auto;
}

.garden-box {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
}

.story-card ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.story-card ul li {
    display: flex;
    align-items: start;
    gap: 20px;
    width: 100%;
    ;
}

.story-card ul li span h4 {
    letter-spacing: 0.36px;
    color: #379128;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    opacity: 1;
}

.story-card ul li span p {
    letter-spacing: 0.36px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    opacity: 1;
}

.sub-heading span {
    color: #379128;
}

.card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 30px 0;
}

.card-box .card-news {
    display: block;
    width: 265px;
    text-align: justify;
    padding: 14px;
}

.card-box .card-news:hover {
    box-shadow: 0px 0px 12px 3px #e7e7e7;
    border-radius: 8px;
}

.card-box .card-news img {
    width: 100%;
}

.card-box .card-news h4 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.36px;
    color: #379128;
    text-transform: uppercase;
    opacity: 1;
    margin: 10px 0;
    ;
}

.card-box .card-news p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000000;
    opacity: 1;
}

.bot-section {
    position: relative;
}

.bot-section img {
    width: 100%;
}

.bot-section span {
    position: absolute;
    left: 39%;
    right: 0px;
    bottom: 72px;
    color: #FFFFFF;
}

.bot-section p {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    color: #fff;
}

.tips-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.green-box {
    background-color: #40A387;
    color: #fff;
    border-radius: 10px;
    padding: 25px;
}

.green-box p {
    margin-bottom: 10px;
}

.tip-item {
    color: #000;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    width: 300px;
}

.tip-item-icon {
    font-size: 24px;
    color: #3db28c;
    margin-right: 10px;
}

.tip-item h6 {
    margin-right: 20px;
}

.tips-title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.tips {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.tip-item span strong {
    color: #379128;
    font-weight: 300;
    ;
}

.border-box {
    min-height: 470px;
    border: 1px solid #41A387;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.section-title {
    color: #1c8c3b;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 23px;
}

.provider-price {
    font-weight: bold;
    font-size: 14px;
}

.provider-price:hover {
    text-decoration: underline;
    color: #000;
    ;
}

.provider {
    font-size: 12px;
    color: #e74c3c;
}

.price-row a {
    width: 153px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-row a:hover {
    color: #000;
    text-decoration: underline;
}

.info-footer {
    background-color: #40A387;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
}

.price-row {
    border-bottom: 1px solid #eee;
    padding: 20px 0px 10px;
}

.price-row:last-child {
    border-bottom: none;
}

.opening-hours .row>div {
    padding: 5px 0;
}

.opening-hours p {
    line-height: 20px;
    margin-bottom: 20px;
}

.green {
    color: #1c8c3b;
    font-weight: 600;
}

.px-3 {
    padding-left: 12px !important
}

.info-footer p {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.attraction-view {
    width: 350px;
}

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

.attraction-card:hover {
    transform: translateY(-4px);
}

.attraction-heading {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-weight: 400;
}

.attraction-img {
    width: 100%;
    object-fit: cover;
}

.attraction-body {
    padding: 15px;
}

.attraction-title {
    font-weight: 600;
    color: #000;
}

.attraction-distance {
    font-size: 14px;
    color: #379128;
}

.attraction-description {
    font-size: 14px;
    color: #777;
}

.main-attract {
    margin: 0px 0px 20px 0;
}

.info-text {
    width: 950px;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0px;
    color: #000000;
    line-height: 30px;
}

.info-text strong {
    color: #379128;
}

.attraction {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 0 0px;
}

.hotal-box {
    display: flex;
    padding: 0;
    margin: 30px 0 0 0;
    ;
    flex-wrap: wrap;
    gap: 10px;
}

.hotal-box li {
    position: relative;
    width: 360px;
    overflow: hidden;
}

.hotal-box li h6 {
    position: absolute;
    letter-spacing: 0px;
    color: #FFFFFF;
    left: 11px;
    text-align: left;
    line-height: 26px;
    bottom: 53px;
    font-size: 16px;
    width: 80%;
    bottom: 31px;
}

.hotal-box li small {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    position: absolute;
    bottom: 13px;
    left: 11px;
}

.hotal-box li span {
    border-radius: 50px;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    bottom: 13px;
    right: 6px;
    width: 60px;
    text-align: center;
}

.hotal-box li span:hover {
    background: #fff;
    color: #000;
}

.hover14 figure {
    width: max-content;
    position: relative;
}

.hover14:hover {
    transform: scale(1.02);
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.text-muted {
    color: #000 !important;
    margin-top: 10px;
}

.attraction-transport .attraction-card {
    width: 330px;
    min-height: 200px;
}

.attraction-transport {
    gap: 20px;
    margin: 40px 0 0 0;
}

.section-title {
    font-weight: 400;
    font-size: 23px;
    color: #28a745;
}

.day-container {
    display: flex;
    gap: 30px;
}

.day-one {
    width: 15%;
    text-align: left;
    border-right: 1px solid #e2e2e294;
    padding-right: 0px;
}

.day-box {
    border-right: 1px solid #e2e2e294;
    padding-right: 30px;
    width: 40%;
}

.day-box:last-child {
    border: none;
}

.day-title {
    font-weight: bold;
    font-size: 1.2rem;
}

.red-star {
    display: flex;
    margin-top: 10px;
}

.red-star::before {
    content: url("images/spark.png");
    color: #BB0000;
    height: 40px;
    display: block;
    ;
    margin-right: 20px;
}

.left-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    color: #000;
    font-size: 1rem;
}

.border-end-sm {
    border-right: 1px solid #ccc;
}

.expense {
    background: #F7F0E6;
    padding: 20px;
    border-radius: 8px;
    margin: 10px;
}

.expense h3 {
    font-size: 24px;
}

.expense-card {
    width: 145px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    text-align: left;
    min-height: 100px;
}

.expense-title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.expense-note {
    margin-top: 10px;
    font-size: 0.85rem;
    font-style: italic;
    color: #666;
}

.vpn-box {
    background-color: #111;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.vpn-box h5 {
    color: #fff;
}

.vpn-box small {
    color: #bbb;
}

.text-green {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #008004;
}

.facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0px 0px 0px;
}

.facilities li {
    width: 350px;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    gap: 20px;
}

.facilities li span h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.facilities li span p {
    letter-spacing: 0px;
    color: #000000;
    line-height: 23px;
    font-size: 16px;
}

#scrollToTopBtn {
    background: #41A387;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 1050;
}

.foot {
    background: #41A387;
}

.accordion-item {
    margin-bottom: 14px;
    ;
    /* border-bottom: 1px solid #ddd; */
    padding: 15px;
    border: none;
    background-color: #F7F7F7;
    border-radius: 8px;
}

.accordion-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #346E41;
    ;
}

section {
    scroll-margin-top: 80px;
    /* adjust based on your header height */
}

.accordion-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    color: #555;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    ;
}

.accordion-item.active .accordion-answer {
    max-height: 200px;
    margin-top: 20px;
}

.icon {
    transition: transform 0.3s ease;
    display: inline-block;
}

.accordion-item.active .icon {
    transform: rotate(180deg);
}

.accordion-item.active {
    border: 1px solid #2B5D36;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (max-width: 1050px) and (min-width: 768px) {
    .overlay-img {
        width: 100%;
    }
    .ban {
        width: 250px;
    }
    .backbanner {
        background-image: none;
        background: #F7F0E6;
        padding: 10px;
    }
    .garden-box {
        padding: 10px;
    }
    .bot-section p {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .head ul {
        overflow: scroll;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
    }
    .head ul li a {
        line-height: 24px;
        position: relative;
        display: block;
        width: max-content;
    }
    .logo img {
        width: 100%;
    }
    .overlay-img img {
        height: 430px;
    }
    .overlay-img {
        left: 50px;
    }
    .logo img {
        width: 100%;
    }
    .intro {
        background-repeat: repeat-y;
    }
    .video-container {
        height: auto;
    }
    .story-card ul li {
        display: flex;
    }
    .card-box .card-news {
        width: 220px;
    }
    .hotal-box li {
        width: 325px;
    }
    .hover14 figure {
        width: auto;
    }
    .attraction-view {
        width: 230px;
    }
    .attraction-transport .attraction-card {
        width: 100%;
    }
    .attraction-transport {
        gap: 10px;
    }
    .facilities li {
        width: 330px;
    }
}

@media (max-width: 720px) {
    .backbanner {
        background-image: none;
        background: #F7F0E6;
        padding: 10px;
        padding-top: 0px;
    }
    .garden-box {
        padding: 10px;
    }
    .bot-section p {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .head ul {
        overflow: scroll;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
    }
    .head ul li a {
        line-height: 24px;
        position: relative;
        display: block;
        width: max-content;
    }
    .border-end-sm {
        border-right: none;
    }
    .day-container {
        display: block;
    }
    .day-one {
        width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .day-box {
        width: 100%;
        border: none;
        margin-top: 20px;
    }
    .overlay-img img {
        height: 100%;
        margin-top: -11px;
    }
    .overlay-img {
        left: 0px;
        width: 100%;
        top: 15px;
    }
    .logo img {
        width: 100%;
    }
    .intro {
        height: 330px;
        background-repeat: repeat-y;
    }
    .video-container {
        height: auto;
        padding: 0px;
    }
    .story-card ul li {
        display: block;
    }
    .story-card ul li img {
        width: 100%;
    }
    .attraction {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0 10px;
    }
    .card-box {
        flex-wrap: nowrap;
        overflow: scroll;
        margin: 0px;
    }
    .hover14 figure {
        width: 100%;
    }
    .attraction-transport .attraction-card,
    .line {
        width: 100%;
        margin: 0 auto;
    }
    .bot-section span {
        bottom: 122px;
        left: 0px;
    }
    .expense {
        padding: 10px;
        margin: 0 auto;
    }
    .line {
        width: 100%;
    }
    .expense-card {
        width: 140px;
    }
    .overlay-img {}
}

/*###########################################blog css###################################################3 */

.form-inline {
    position: relative;
}

.form-control {
    background: #F1F5F7;
    border-radius: 50px;
    border: 1px solid #BABABA;
}

.btn-outline-success {
    align-items: center;
    text-align: center;
    background: #000;
    position: absolute;
    top: 3px;
    right: 12px;
    /* width: 3px; */
    height: 31px;
    border-radius: 90px;
    display: grid;
    border: 1px solid #F2EDE2;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.filter-nav {
    display: flex;
    background-color: #f8f9fa;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.filter-nav a {
    color: #000;
    padding: 10px 15px;
    margin-right: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.filter-nav a:hover {
    color: #FFFFFF;
    background-color: #b08b26;
}

.filter-nav .active {
    color: #FFFFFF;
    background-color: #379128;
}

.dropdown {
    position: absolute;
    display: inline-block;
    margin-top: -8px;
}

.dropbtn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f8f9fa;
    color: #212529;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #575757;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 12px;
    text-decoration: none;
    display: block;
    margin: 0px;
}

.dropdown-content a:hover {
    color: #000;
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #000;
    background-color: #f8f9fa;
}

.container-blog {
    display: flex;
    gap: 70px;
}

.main-content {
    flex: 2;
    width: 600px;
}

.main-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.main-image {
    position: relative;
    margin-bottom: 15px;
}

.main-image img {
    width: 100%;
    border-radius: 6px;
}

.image-text {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    font-size: 20px;
    font-style: italic;
    text-shadow: 1px 1px 4px #000;
}

.categories {
    border-bottom: 1px solid #e2e2e2;
    margin: 15px 0;
    align-items: center;
    font-size: 14px;
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
}

.categories span {
    margin-right: 10px;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.meta {
    display: flex;
    gap: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 10px;
}

.description {
    font-size: 16px;
    color: #888888;
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 30px 0;
}

.read-more {
    color: #A1723D;
    font-weight: bold;
    text-decoration: none;
}

.sidebar {
    flex: 1;
}

.search-box {
    display: flex;
    margin-bottom: 20px;
}

.search-box input {
    flex: 1;
    padding: 10px;
    background: #F0F0F0;
    border: 1px solid #ccc;
}

.search-box button {
    background-color: #2f562f;
    color: white;
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

.sidebar h3 {
    margin: 30px 0 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    ;
}

.recent-posts {
    padding: 0px;
    margin-bottom: 50px;
    list-style: none;
}

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

.recent-posts img {
    width: 130px;
    height: 80px;
    object-fit: cover;
}

.recent-posts a {
    text-decoration: none;
}

.recent-posts p {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.recent-posts span {
    font-size: 12px;
    color: #666;
}

.text-blog {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    width: 340px;
    color: #797777;
}

.link-to {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 32px;
    padding-bottom: 10px;
}

.link-to:last-child {
    border: none;
}

.link-to ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
}

.categories-box {
    padding: 0;
}

.categories-box li a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
}

.categories-box li a span {
    font-size: 16px;
    color: #000;
    ;
}

.categories-box li a b {
    background: #41A387;
    color: #fff;
    padding: 5px;
    width: 42px;
    font-weight: 400;
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    text-align: center;
    height: 36px;
    display: block;
    font-size: 14px;
    align-content: center;
    ;
}

.tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags li a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-family: sans-serif;
    font-size: 14px;
}

.tags li a:hover {
    background-color: #f2f2f2;
}

.archives {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 2;
}

.archives li {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #6C6C6C;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #2e7d32;
    /* dark green */
    border-radius: 50%;
    display: inline-block;
}

.years {
    margin-top: 20px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
    color: #2e7d32;
    line-height: 24px;
}

.section-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.section-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.subheading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.section-paragraph {
    margin-bottom: 20px;
}

.sub-paragraph li {
    list-style: circle;
}

.filter-nav .c000 {
    width: 300px;
    display: inline-block;
    ;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.page-number,
.page-nav {
    padding: 5px 12px;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    aspect-ratio: 1;
}

.page-number:hover,
.page-nav:hover {
    color: #fff;
    background-color: #1e5631;
}

.page-number.active {
    background-color: #1e5631;
    /* Dark green */
    color: #fff;
    font-weight: bold;
}

.page-nav:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.blog-box {
    right: 42px;
    position: absolute;
    top: 21px;
    z-index: 1111;
}

.blog-box a {
    border-radius: 50px;
    padding: 5px 15px;
    background-color: #2b5d36;
    color: #fff;
    ;
}

.img-blog img {
    width: 350px;
    text-align: center;
}

.hamburger,
.dropdown-mobile {
    display: none;
}

/* Show desktop sort dropdown */

.dropdown-desktop {
    display: inline-block;
}

@media (max-width: 720px) {
    .img-blog {
        text-align: center;
    }
    .container-blog {
        display: block;
    }
    .main-content {
        width: 100%;
    }
    .categories {
        overflow: scroll;
    }
    .form-control {
        margin-top: 20px;
    }
    .filter-nav a {
        width: max-content;
    }
    .btn-outline-success {
        top: -4px;
        right: 5px;
    }
    .filter-nav .container {
        overflow: scroll;
        display: flex;
    }
    .years {
        text-align: center;
    }
    .blog-box {
        right: 10px;
        top: 15px;
    }
    .pagination {
        display: none;
    }
    .hamburger {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }
    .story-card ul li span h4 {
        margin-top: 20px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        background: #fff;
        padding: 1rem;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    .nav-links.active {
        display: flex;
    }
    .provider-price {
        width: 100px;
    }
    .price-row a {
        display: grid;
    }
    .opening-hours .row>div {
        text-align: left;
        margin-right: 5px;
        width: 48%;
    }
    .dropdown-desktop {
        display: none;
    }
    .sub-heading {
        font-size: 30px;
        margin-top: 20px;
        line-height: 35px;
    }
    .ban {
        margin: 0 auto;
        display: block;
    }
    .dropdown-mobile {
        display: block;
    }
    .img-blog img {
        width: 100%;
    }
}