/* =========================================================
   PTG BLOG CARD - CUSTOM
   ========================================================= */
.ptg-blog-wrapper {
    padding: 80px 0;
}

.ptg-blog-wrapper .row {
    justify-content: flex-start !important;
}

.ptg-blog-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ptg-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}


/* ================= BLOG IMAGE ================= */

.ptg-blog-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ptg-blog-thumb a {
    display: block;
}

.ptg-blog-thumb img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ptg-blog-card:hover .ptg-blog-thumb img {
    transform: scale(1.04);
}


/* ================= CATEGORY ================= */

.ptg-blog-category {
    position: absolute;
    top: 25px;
    left: 25px;

    padding: 8px 20px;

    background: #0077BE;
    color: #ffffff;

    border-radius: 4px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    z-index: 2;
}


/* ================= CONTENT ================= */

.ptg-blog-content {
    position: relative;
    padding: 25px 28px 28px;
}


/* ================= TITLE ================= */

.ptg-blog-title {
    margin: 0 0 12px;
    padding-right: 10px;

    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
}

.ptg-blog-title a {
    color: #161616;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ptg-blog-title a:hover {
    color: #0077BE;
}


/* ================= DESCRIPTION ================= */

.ptg-blog-description {
    margin: 0 0 22px;

    color: #777777;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   BLOG META
   ========================================================= */

.blog1-Card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 16px;

    padding-top: 17px;

    padding-right: 45px;

    border-top: 1px solid #eeeeee;
}


/* ================= AUTHOR ================= */

.ptg-blog-author {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #777777;

    font-size: 13px;
    font-weight: 500;
}


/* ================= AUTHOR P ICON ================= */

.ptg-author-avatar {
    width: 30px;
    height: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #0077BE;
    color: #ffffff;

    font-size: 13px;
    font-weight: 600;
}


/* ================= DATE + READ TIME ================= */

.ptg-blog-date,
.ptg-blog-read-time {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    color: #777777;

    font-size: 13px;
    white-space: nowrap;
}


.ptg-blog-date i,
.ptg-blog-read-time i {
    font-size: 14px;
    color: #0077BE;
}
.ptg-blog-date i,
.ptg-blog-read-time i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}


/* Read More Arrow */
.blog1-card-readmore {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;

    width: 38px !important;
    height: 38px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #0189ff !important;
    color: #ffffff !important;

    border-radius: 50% !important;
    text-decoration: none !important;

    opacity: 0;
    transform: translateX(-8px);

    transition: all 0.3s ease;
}

.ptg-blog-card:hover .blog1-card-readmore {
    opacity: 1;
    transform: translateX(0);
}

.blog1-card-readmore i {
    font-size: 21px !important;
    line-height: 1 !important;
}

.blog1-card-readmore:hover {
    background: #016dcc !important;
    color: #ffffff !important;
}
/* =========================================================
   BLOG PAGINATION
   ========================================================= */

.ptg-blog-pagination {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 35px 0 80px;
}


/* ================= PAGE NUMBERS ================= */

.ptg-page-number,
.blogpage-LRarrow {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border: 1px solid #0077BE;
    border-radius: 4px;

    background: #ffffff;
    color: #222222;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}


/* ================= PAGE HOVER ================= */

.ptg-page-number:hover {
    background: #0077BE;
    color: #ffffff;
}


/* ================= ACTIVE PAGE ================= */

.ptg-page-number.active {
    background: #0077BE;
    color: #ffffff;
}


/* ================= LEFT / RIGHT ARROWS ================= */

.blogpage-LRarrow {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #0077BE;
    border-color: #0077BE;

    color: #ffffff;
}


.blogpage-LRarrow:hover {
    background: #005f96;
    border-color: #005f96;

    color: #ffffff;
}


/* ================= PAGINATION ICON ================= */

.blogpage-LRarrow i {
    font-size: 18px;
    line-height: 1;
}

/* Mobile Responsive */
@media (max-width: 767px) {

    .ptg-blog-wrapper {
        padding: 50px 15px;
    }

    .ptg-blog-card {
        width: 100%;
    }

    .ptg-blog-wrapper .col-lg-5 {
        width: 100%;
        max-width: 100%;
    }

    .ptg-blog-thumb img {
        height: 280px;
    }

    .ptg-blog-content {
        padding: 22px 20px 24px;
    }

    .ptg-blog-title {
        font-size: 19px;
        line-height: 1.4;
    }

    .ptg-blog-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .blog1-Card {
        gap: 10px;
        flex-wrap: wrap;
    }

    .ptg-blog-date,
    .ptg-blog-read-time,
    .ptg-blog-author {
        font-size: 12px;
    }

    .blog1-card-readmore {
        width: 36px;
        height: 36px;
        right: 15px;
        bottom: 15px;
    }

    .blog1-card-readmore i {
        font-size: 19px;
    }

    /* Pagination center on mobile */
    .ptg-blog-pagination {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Footer Social Icons */
.footer-social-links li a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0077BE !important;
    color: #ffffff !important;

    border: 2px solid #0077BE !important;
    border-radius: 50%;

    transition: all 0.3s ease;
}

/* Hover */
.footer-social-links li a:hover {
    background: transparent !important;
    color: #0077BE !important;
    border-color: #0077BE !important;
}

.footer-social-links li a i {
    color: inherit !important;
}
/* Top bar Social Links Icon*/

.topbar-social-links li a i {
    color: #0077BE !important;
}
/*topbar-ad book now*/
.topbar-ad a {
    background: #0077BE !important;
    color: #ffffff !important;
}
/* =========================================
   PTG CATEGORY + SEARCH TOGGLE
   FINAL OVERRIDE
========================================= */

/* Gap between two buttons */
header .header-style-one .nav-right .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Both buttons */
header .header-style-one .nav-right .nav-actions li.category-toggle,
header .header-style-one .nav-right .nav-actions li.search-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #0077BE !important;
    color: #ffffff !important;

    border: 1px solid #0077BE !important;
    border-radius: 50% !important;

    box-shadow: none !important;

    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Icons */
header .header-style-one .nav-right .nav-actions li.category-toggle i,
header .header-style-one .nav-right .nav-actions li.search-toggle i {
    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    color: #ffffff !important;

    font-size: 20px !important;
    line-height: 1 !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    transition: all 0.3s ease !important;
}

/* =========================================
   HOVER
========================================= */

header .header-style-one .nav-right .nav-actions li.category-toggle:hover,
header .header-style-one .nav-right .nav-actions li.search-toggle:hover {
    background: transparent !important;
    background-color: transparent !important;

    border: 1px solid #0077BE !important;
    border-color: #0077BE !important;

    box-shadow: none !important;
}

/* Hover Icons */
header .header-style-one .nav-right .nav-actions li.category-toggle:hover i,
header .header-style-one .nav-right .nav-actions li.search-toggle:hover i {
    background: transparent !important;
    color: #0077BE !important;

    box-shadow: none !important;
}


/* =========================================
   REMOVE TEMPLATE RED OVERLAY
========================================= */

header .header-style-one .nav-right .nav-actions li.category-toggle::before,
header .header-style-one .nav-right .nav-actions li.search-toggle::before,
header .header-style-one .nav-right .nav-actions li.category-toggle::after,
header .header-style-one .nav-right .nav-actions li.search-toggle::after {
    background: transparent !important;
    background-color: transparent !important;

    border-color: transparent !important;
    box-shadow: none !important;
}
/*Blog 1 Style*/
.list1 ul {
    list-style-type: none;
    padding-left: 22px;
    margin: 0 0 30px;
}
/* =========================================
   PTG BLOG CONTENT - RESPONSIVE
========================================= */

.destination-details-wrapper {
    width: 100% !important;
}

.destination-details-wrapper .container {
    width: 100% !important;
    max-width: 1250px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.destination-details-wrapper .row {
    width: 100% !important;
    margin: 0 !important;
}

.destination-details-wrapper .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.destination-details-wrapper .destination-details,
.destination-details-wrapper .dd-body {
    width: 100% !important;
    max-width: 100% !important;
}

/* Tablet */
@media (max-width: 991px) {
    .destination-details-wrapper .container {
        max-width: 95% !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .destination-details-wrapper .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}