:root {
    --bg-gradient: linear-gradient(90deg, rgba(12, 97, 242, 1), #0093ed);
    --bg-hover: linear-gradient(0deg, #93d236 0%, #01b3ac 100%)
}
/* merriweather-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v33-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-italic - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/merriweather-v33-latin_vietnamese-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-v33-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700italic - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/merriweather-v33-latin_vietnamese-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/plus-jakarta-sans-v12-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/plus-jakarta-sans-v12-latin_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-v12-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
     font-family: 'Merriweather', serif;
    background: #f5f5f5;
    color: #333;
    font-size: 16px; 
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'PlusJakartaSans', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 1.5em 0 0.5em 0;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem;   }
h3 { font-size: 1.75rem;}
h4 { font-size: 1.5rem; } 
h5 { font-size: 1.25rem;}
h6 { font-size: 1.1rem; }

p {
    margin-bottom: 1.5rem;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

a {
    color: #2c5e1a;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #000;
}
tr#advanced-custom-fields-pro-update .update-message.notice.inline.notice-warning.notice-alt {
    display: none;
}
textarea:focus, input:focus{
    outline: none;
}
button:active {
    outline: none;
    border: none;
}
.container {
    max-width: 1280px;
}
ul li {
    list-style: disc;
    margin-bottom: 6px;
}
.absolute-footer, html {
    background-color: #fff !important
}

a:hover {
    text-decoration: none;
}
img
{
    width: 100%;
}
section {
    padding: 30px 0px;
}

img.logo-header {
    height: 50px;
    padding-left: 15px;
}

/* HEADER */
.site-header {
    width: 100%;
    background: #fff;
    z-index: 999;
}

/* STICKY */
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* NAV */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.logo img {
    max-height: 60px;
}

/* MENU */
/* =========================
   MAIN MENU
========================= */

#main-menu .menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-menu .menu > li {
    position: relative;
}

#main-menu .menu > li > a {
    display: inline-block;
    padding: 18px 0;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Hover */

#main-menu .menu > li:hover > a {
    color: #0f4c81;
}

/* =========================
   SUB MENU
========================= */

#main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 0;
    margin: 0;
    list-style: none;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: all 0.25s ease;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.08),
        0 4px 10px rgba(0,0,0,0.04);

    z-index: 999;
}

/* Show submenu */

#main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Sub menu items */

#main-menu .sub-menu li {
    width: 100%;
}

#main-menu .sub-menu li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Hover submenu */

#main-menu .sub-menu li a:hover {
    background: #f3f4f6;
    color: #0f4c81;
    padding-left: 24px;
}

/* =========================
   MENU ARROW
========================= */

#main-menu .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: rotate(45deg) translateY(-2px);
    transition: all 0.2s ease;
}

#main-menu .menu-item-has-children:hover > a::after {
    transform: rotate(225deg) translateY(-1px);
    border-color: #0f4c81;
}

/* =========================
   ACTIVE MENU
========================= */

#main-menu .current-menu-item > a,
#main-menu .current-menu-parent > a,
#main-menu .current-menu-ancestor > a {
    color: #0f4c81;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

    #main-menu .menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    #main-menu .menu > li {
        width: 100%;
    }

    #main-menu .menu > li > a {
        width: 100%;
        padding: 10px 0;
    }

    #main-menu .sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 12px;
        display: none;
    }

    #main-menu .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

}
/* MOBILE TOGGLE */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #111;
    display: block;
}

/* MOBILE */




/************************************************/


/* FOOTER */


/************************************************/


}

footer.site-footer {
    padding: 60px 0px;
    color: #ffffff;
}
footer.site-footer {
    padding: 60px 0px;
    color: #FFFFFF;
}
footer.site-footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-family: PlusJakartaSans !important;
}


img.logo-footer {
    width: 200px;
    margin-bottom: 30px;
}
ul.footer-galery li {
    width: calc(100%/3) !important;
    float: left !important;
    padding: 2px 2px;
}
/************************************************/


/* HOME PAGE */


/************************************************/



/************************************************/
/* HERO SECTION */
/************************************************/
section.home-hero {
    padding-top: 0px;
}

.home-hero {
    position: relative;
    height: 90vh;
    min-height: 500px;
    overflow: hidden;
}

/* IMAGE */
.home-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* CONTENT */
.hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
}

/* TITLE */
.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

/* DESCRIPTION */
.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* CTA */
.hero-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* BUTTON BASE */
.hero-cta .btn {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* PRIMARY */
.btn-primary {
    background: #e3480d;
    color: #fff;
}

.btn-primary:hover {
    background: #c63c09;
}

/* SECONDARY */
.btn-secondary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-secondary:hover {
    background: #fff;
    color: #111;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .home-hero {
        height: 70vh;
    }
}

/************************************************/
/* HOME SEC 1 */
/************************************************/

.home-sec-1 {
    background: #ffffff;
}

/************************************************/
/* TITLE HOME */
/************************************************/

.title-home-main {
    text-align: center;
      padding: 30px 20px 0px;
}

/* TITLE */
.title-home-main h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    color: #017077;
    letter-spacing: -0.02em;
    margin: 0;

    /* gradient text nhẹ */
    background: linear-gradient(90deg, #017077, #1ba0e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* LINE WRAPPER */
.title-line {
    margin-top: 15px;
}

/* LEFT & RIGHT LINE */
.title-line .tl-1,
.title-line .tl-3 {
    width: 70px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, transparent, #2d8373);
    vertical-align: middle;
}

.title-line .tl-3 {
    background: linear-gradient(to left, transparent, #2d8373);
}

/* CENTER DOT */
.title-line .tl-2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 50%;
    background: #1ba0e2;
    box-shadow: 0 0 10px rgba(27, 160, 226, 0.6);
    vertical-align: middle;

    /* animation nhẹ */
    animation: pulse 1.8s infinite ease-in-out;
}
.title-home-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;

    /* giới hạn chiều rộng cho đẹp */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

    /* hiệu ứng fade nhẹ */
    opacity: 0.9;
}

/* ANIMATION */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(27, 160, 226, 0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 12px rgba(27, 160, 226, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(27, 160, 226, 0.5);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .title-home-main h1 {
        font-size: 32px;
    }

    .title-line .tl-1,
    .title-line .tl-3 {
        width: 40px;
    }
    .title-home-sub {
        font-size: 16px;
        padding: 0 10px;
    }
}

/************************************************/
/* FEATURED REVIEWS */
/************************************************/

/* =========================
   FEATURED REVIEWS
========================= */

.featured-reviews {
    padding: 80px 0;
    background: #f8fafc;
}

.review-item {
    margin-bottom: 30px;
}

.review-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.review-thumb {
    height: 260px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.review-thumb img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.review-card:hover .review-thumb img {
    transform: scale(1.08);
}

.review-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Badge */

.review-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ffb100, #ff7b00);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Title */

.review-content h3 {
    margin: 0 0 15px;
    line-height: 1.4;
}

.review-content h3 a {
    color: #1e293b;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.review-content h3 a:hover {
    color: #0ea5e9;
}

/* Meta */

.review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.review-meta span {
    font-size: 14px;
    font-weight: 600;
}

.rating {
    color: #f59e0b;
}

.price-range {
    color: #10b981;
}

/* Excerpt */

.review-excerpt {
    color: #64748b;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Buttons */

.review-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

.read-review-btn,
.amazon-btn {
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-align: center;
}

.read-review-btn {
    background: #0ea5e9;
    color: #fff;
}

.read-review-btn:hover {
    background: #0284c7;
    color: #fff;
}

.amazon-btn {
    background: #ff9900;
    color: #fff;
}

.amazon-btn:hover {
    background: #e88700;
    color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
    .featured-reviews {
        padding: 60px 0;
    }

    .review-thumb img {
        height: 220px;
    }

    .review-content h3 a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .review-actions {
        flex-direction: column;
    }

    .read-review-btn,
    .amazon-btn {
        width: 100%;
    }

    .review-thumb img {
        height: 220px;
    }
}


/* ==========================
   TRAVEL GEAR SECTION
========================== */

.travel-gear-section {
    padding: 80px 0;
    background: #ffffff;
}

.gear-item {
    margin-bottom: 30px;
}

.gear-card {
    display: block;
    height: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all .3s ease;
}

.gear-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    border-color: #dbe3ea;
}

.gear-thumb {
    aspect-ratio: 1/1;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fafc 100%
    );
    padding: 15px;
}

.gear-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.gear-content {
    padding: 22px;
}

.gear-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #111827;
    margin-bottom: 12px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gear-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button */

.section-btn-wrap.center {
    text-align: center;
    margin-top: 35px;
}

.section-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 28px;

    background: #0f172a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;

    border-radius: 999px;
    text-decoration: none;

    transition: all .3s ease;
}

.section-btn:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
}

.section-btn::after {
    content: "→";
    transition: transform .3s ease;
}

.section-btn:hover::after {
    transform: translateX(4px);
}

/* Responsive */

@media (max-width: 991px) {

    .travel-gear-section {
        padding: 30px 0;
    }

    .gear-thumb img {
        height: 240px;
    }
}

@media (max-width: 767px) {

    .gear-thumb img {
        height: 220px;
    }

    .gear-content {
        padding: 18px;
    }

    .gear-content h3 {
        font-size: 18px;
    }
}


.gear-thumb::before {
    content: "Editor's Pick";
    position: absolute;
    top: 14px;
    left: 14px;

    background: rgba(17,24,39,.92);
    color: #fff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;

    padding: 7px 12px;
    border-radius: 999px;
    z-index: 2;
}

/* ==========================
   TRAVEL TECH SECTION
========================== */

.travel-tech-section {
    padding: 80px 0;
    background: #f8fafc;
}

.tech-item {
    margin-bottom: 30px;
}

.tech-card {
    display: flex;
    flex-direction: column;
    height: 100%;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;

    overflow: hidden;
    text-decoration: none;

    transition: all .3s ease;
}

.tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,23,42,.08);
    border-color: #dbe3ea;
}

/* Image */

.tech-thumb {
    height: 260px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fafc 100%
    );

    padding: 15px;
}

.tech-thumb img {
    max-width: 100%;
    max-height: 220px;

    width: auto;
    height: auto;

    object-fit: contain;
    transition: transform .4s ease;
}

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

/* Content */

.tech-content {
    padding: 22px;
    flex-grow: 1;
}

.tech-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #111827;

    margin-bottom: 12px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.tech-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* CTA */

.travel-tech-section .section-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 30px;

    border-radius: 999px;

    background: #111827;
    color: #fff;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;
    transition: .3s ease;
}

.travel-tech-section .section-btn:hover {
    background: #2563eb;
    color: #fff;
}

.travel-tech-section .section-btn::after {
    content: "→";
    transition: .3s ease;
}

.travel-tech-section .section-btn:hover::after {
    transform: translateX(4px);
}

/* Responsive */

@media (max-width: 991px) {

    .travel-tech-section {
        padding: 60px 0;
    }

    .tech-thumb {
        height: 240px;
    }
}

@media (max-width: 767px) {

    .tech-thumb {
        height: 220px;
    }

    .tech-content {
        padding: 18px;
    }

    .tech-content h3 {
        font-size: 18px;
    }
}


/* ==========================
   SMART TRAVEL TIPS
========================== */

.travel-tips-section {
    padding: 80px 0;
    background: #fff;
}

.tips-item {
    margin-bottom: 30px;
}

.tips-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
}

.tips-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

/* Image */

.tips-thumb {
    height: 240px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tips-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tips-card:hover .tips-thumb img {
    transform: scale(1.06);
}

/* Content */

.tips-content {
    padding: 24px;
}

/* Category */

.tips-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2563eb;
    margin-bottom: 14px;
}

/* Title */

.tips-content h3 {
    margin: 0 0 14px;
    line-height: 1.4;
}

.tips-content h3 a {
    color: #111827;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s ease;
}

.tips-content h3 a:hover {
    color: #2563eb;
}

/* Excerpt */

.tips-excerpt {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Responsive */

@media (max-width: 991px) {

    .travel-tips-section {
        padding: 30px 0;
    }

    .tips-thumb img {
        height: 250px;
    }

    .tips-content h3 a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .tips-thumb img {
        height: 260px;
    }

    .tips-content {
        padding: 18px;
    }

    .tips-content h3 a {
        font-size: 18px;
    }
}

/* ==========================
   USA TRAVEL TIPS
========================== */

.usa-travel-section {
    padding: 80px 0;
    background: #f8fafc;
}

.usa-item {
    margin-bottom: 30px;
}

.usa-card {
    display: block;
    height: 100%;

    background: #fff;
    border-radius: 20px;
    overflow: hidden;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0,0,0,.04);

    transition: all .35s ease;
}

.usa-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

/* Image */

.usa-thumb {
    overflow: hidden;
    position: relative;
}

.usa-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;

    transition: transform .8s ease;
}

.usa-card:hover .usa-thumb img {
    transform: scale(1.08);
}

/* Content */

.usa-content {
    padding: 26px;
}

/* Title */

.usa-content h3 {
    margin: 0 0 14px;

    color: #111827;

    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Excerpt */

.usa-excerpt {
    color: #6b7280;

    font-size: 15px;
    line-height: 1.8;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Read More */

.usa-content::after {
    content: "Read Guide →";

    display: block;

    margin-top: 20px;

    color: #2563eb;

    font-size: 14px;
    font-weight: 700;
}

/* Hover */

.usa-card:hover .usa-content::after {
    transform: translateX(4px);
}

/* Responsive */

@media (max-width: 991px) {

    .usa-travel-section {
        padding: 30px 0;
    }

    .usa-thumb img {
        height: 230px;
    }

    .usa-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .usa-thumb img {
        height: 220px;
    }

    .usa-content {
        padding: 20px;
    }

    .usa-content h3 {
        font-size: 20px;
    }
}

/* ==========================
   INTERNATIONAL TRAVEL
========================== */

.international-section {
    padding: 80px 0;
    background: #fff;
}

.international-item {
    margin-bottom: 30px;
}

.international-card {
    position: relative;
    display: block;
    height: 420px;

    border-radius: 22px;
    overflow: hidden;

    text-decoration: none;

    transition: all .4s ease;
}

.international-card:hover {
    transform: translateY(-8px);
}

/* Image */

.international-thumb {
    width: 100%;
    height: 100%;
}

.international-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .8s ease;
}

.international-card:hover .international-thumb img {
    transform: scale(1.08);
}

/* Overlay */

.international-card::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.45) 35%,
            rgba(0,0,0,.10) 70%,
            rgba(0,0,0,0) 100%
        );

    z-index: 1;
}

/* Content */

.international-content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 30px;

    z-index: 2;
}

/* Small Label */

.international-content::before {
    content: "INTERNATIONAL GUIDE";

    display: inline-block;

    margin-bottom: 14px;

    color: rgba(255,255,255,.85);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Title */

.international-content h3 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Excerpt */

.international-excerpt {
    color: rgba(255,255,255,.85);

    font-size: 15px;
    line-height: 1.7;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Hover CTA */

.international-card:hover .international-content h3 {
    color: #ffffff;
}

/* Responsive */

@media (max-width: 991px) {

    .international-section {
        padding: 30px 0;
    }

    .international-card {
        height: 380px;
    }

    .international-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .international-card {
        height: 320px;
    }

    .international-content {
        padding: 22px;
    }

    .international-content h3 {
        font-size: 22px;
    }

    .international-excerpt {
        font-size: 14px;
    }
}

/* SECTION */



ul#menu-main-menu li {
    list-style: unset !important;
}


/************************************************/
/* ABOUT SECTION */
/************************************************/
/* ABOUT SECTION */
.about-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* WRAPPER */
.about-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* CONTENT */
.about-content {
    flex: 1;
}

/* TITLE */
.about-title {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* TEXT */
.about-text {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #e3480d;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: #c63c09;
}

/* IMAGE */
.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
/* RESPONSIVE */
@media (max-width: 768px) {

    .about-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-text {
        font-size: 15px;
    }

    .about-image img {
        margin-top: 10px;
    }
}

/************************************************/


/* FOOTER */


/************************************************/

/* FOOTER */
.site-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 50px 0;
}

/* TITLE */
.site-footer h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

/* TEXT */
.site-footer p {
    font-size: 15px;
    line-height: 1.6;
}

/* CONTACT */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.footer-contact li {
    margin-bottom: 8px;
    font-size: 14px;
    list-style: none;
}

.footer-contact i {
    margin-right: 8px;
    color: #00B2C1;
}

/* MENU */
.footer-links {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #00B2C1;
}

/* SOCIAL */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    color: #fff;
    font-size: 14px;

    transition: 0.3s;
}

/* COLORS */
.social-icons .fb { background: #1877f2; }
.social-icons .pin { background: #e60023; }
.social-icons .tw { background: #000; }
.social-icons .ins { background: #e1306c; }

/* HOVER */
.social-icons a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* COPYRIGHT */
.footer-bottom {
    background: #020617;
    padding: 15px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
}


/* SECTION */
.page-404 {
    padding: 100px 0;
    background: #f9fbfc;
}

/* NUMBER */
.error-code {
    font-size: 120px;
    font-weight: bold;
    color: #00B2C1;
    margin-bottom: 10px;
}

/* TITLE */
.page-404 h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #111;
}

/* DESC */
.page-404 p {
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto 20px;
}

/* BUTTON */
.error-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.btn-home,
.btn-main {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

/* PRIMARY */
.btn-home {
    background: #00B2C1;
    color: #fff;
}

/* SECONDARY */
.btn-main {
    background: #fff;
    color: #00B2C1;
    border: 1px solid #00B2C1;
}

/* HOVER */
.btn-home:hover {
    background: #017077;
}

.btn-main:hover {
    background: #00B2C1;
    color: #fff;
}

/* SEARCH */
.error-search {
    max-width: 400px;
    margin: auto;
}

/* INPUT */
.error-search input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .error-code {
        font-size: 80px;
    }

    .page-404 h2 {
        font-size: 22px;
    }
}

.show-pc
{
    display: block;
}

.show-mb
{
    display: none;
}

a.about-btn:hover {
    background: #017077;
    color: #ffffff;
}

.destination-more a:hover {
    background: #017077;
    color: #ffffff;
}

.show-mb {
    display: none;
}

.show-pc {
    display: block;
}