
.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-corporate-list-social {
margin-top: -48px;
color: #fffbff;
}
.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 120px;
    max-height: 50px;
    width: auto;
    height: auto;
}
@media (max-width: 1200px) {
    .rd-navbar-corporate-list-social {
        padding-left: 135px;
        margin-top: -30px;
    }
}
.rd-navbar-corporate-list-social .icon {
    /* font-size: 18px; */
    background-color: brown;
    padding: 9px 11px;
    border-radius: 46px;
    font-size: 18px;
}
.list-inline-md>li
 {
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 7px;
}
    .d-none, [hidden] {
    display: block !important;
}

.duration-badge {
 position: absolute;
top: 156px;
left: 0px;
background-color: #d32f2f;
color: #fff;
padding: 2px 21px;
font-size: 15px;
font-weight: bold;
border-radius: 4px;
z-index: 10;
}
.fa, .fas {
    color: #8d2f0a;
    font-weight: 900;
}
.buddhist-content {
font-size: 16px;
line-height: 1.8;
color: #333;
}

.buddhist-content h1 {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
color: #ffffff;
}

.buddhist-content .content-box {
background: #fff;
padding: 0px;
border-radius: 12px;

}

.buddhist-content p {
margin-bottom: 18px;
}

.buddhist-content b {
display: block;
font-size: 18px;
color: #9b4d00;
margin-top: 22px;
margin-bottom: 8px;
}

.buddhist-extra {
display: none;
}

.read-more-btn {
display: inline-block;
margin-top: 15px;
padding: 10px 24px;
background: #a52a2a;
color: #fff !important;
border-radius: 6px;
text-decoration: none !important;
font-weight: 600;
cursor: pointer;
transition: 0.3s;
}

.read-more-btn:hover {
background: #8f3f05;
}

/* Mobile */
@media (max-width: 767px) {

.buddhist-content {
    font-size: 15px;
    line-height: 1.7;
}

.buddhist-content .content-box {
    padding: 18px 0px;
    text-align: justify;
    border-radius: 8px;
}

.buddhist-content h1 {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.buddhist-content b {
    font-size: 17px;
    line-height: 1.4;
}

.read-more-btn {
    width: auto;
    padding: 9px 20px;
    font-size: 14px;
}
}
/* =====================================================
BUDDHIST TOUR PACKAGE CONTENT BOX
===================================================== */

.buddhist-content {
padding-top: 45px !important;
padding-bottom: 55px !important;
background: #fafafa;
}

.buddhist-content .container {
max-width: 1200px;
}

.buddhist-content .content-box {
background: #ffffff;
border: 1px solid #e8d4b8;
border-top: 5px solid #b13a0e;
border-radius: 0 0 18px 18px;
padding: 30px 35px 28px;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

/* Heading */

.buddhist-content .content-box h1 {
margin: 0;
padding: 0;
text-align: center;
color: #ffffff;
font-size: 32px;
line-height: 1.3;
font-weight: 800;
text-transform: uppercase;
}

/* Heading underline */

.buddhist-content .content-box h1::after {
content: "";
display: block;
width: 65px;
height: 3px;
background: #c96b19;
margin: 13px auto 23px;
border-radius: 5px;
}

/* Paragraph */

.buddhist-content #shortContent p {
margin-bottom: 18px;
color: #333333;
font-size: 16px;
line-height: 1.8;
}

/* Highlight first paragraph */

.buddhist-content #shortContent p:first-child {
background: #fff6e5;
border-left: 5px solid #e39119;
padding: 15px 18px;
border-radius: 7px;
}

/* Extra Content */

.buddhist-content .buddhist-extra {
color: #333333;
font-size: 16px;
line-height: 1.8;
}

/* Extra content headings */

.buddhist-content .buddhist-extra > b {
display: block;
margin-top: 22px;
margin-bottom: 10px;
color: #a8320c;
font-size: 19px;
line-height: 1.4;
}

.buddhist-content .buddhist-extra p {
margin-bottom: 18px;
}

.buddhist-content .buddhist-extra p b {
color: #a8320c;
}

/* Strong text */

.buddhist-content .buddhist-extra strong {
color: #8d2f0a;
}


/* =====================================================
READ MORE BUTTON
===================================================== */

.buddhist-content .read-more-btn {
display: block;
width: fit-content;
margin: 25px auto 0;
padding: 11px 28px;
background: #b52f12;
color: #ffffff !important;
border-radius: 25px;
text-decoration: none !important;
font-size: 14px;
font-weight: 700;
box-shadow: 0 5px 14px rgba(181, 47, 18, 0.22);
transition: all 0.3s ease;
}

.buddhist-content .read-more-btn:hover {
background: #8e250d;
color: #ffffff !important;
transform: translateY(-2px);
}


/* =====================================================
MOBILE
===================================================== */

@media (max-width: 767px) {

.buddhist-content {
    padding: 25px 10px 35px !important;
}

.buddhist-content .content-box {
    padding: 22px 16px 24px;
    border-top-width: 4px;
    border-radius: 0 0 15px 15px;
}

.buddhist-content .content-box h1 {
    font-size: 23px;
    line-height: 1.3;
}

.buddhist-content .content-box h1::after {
    width: 55px;
    height: 3px;
    margin: 10px auto 18px;
}

.buddhist-content #shortContent p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 15px;
}

.buddhist-content #shortContent p:first-child {
    padding: 13px 13px;
}

.buddhist-content .buddhist-extra {
    font-size: 14px;
    line-height: 1.75;
}

.buddhist-content .buddhist-extra > b {
    font-size: 17px;
    margin-top: 20px;
}

.buddhist-content .read-more-btn {
    margin-top: 20px;
    padding: 10px 23px;
    font-size: 13px;
}
}


/* =====================================================
SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

.buddhist-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.buddhist-content .content-box {
    padding: 20px 13px 22px;
}

.buddhist-content .content-box h1 {
    font-size: 21px;
}

.buddhist-content #shortContent p,
.buddhist-content .buddhist-extra {
    font-size: 13.5px;
}

.buddhist-content .read-more-btn {
    padding: 9px 21px;
}
}
/* =========================================================
   BUDDHIST TOUR MAIN CONTENT
========================================================= */

.buddhist-content {
    width: 100%;
    padding: 45px 0 60px !important;
    background: #fafafa;
}

.buddhist-content .container {
    width: 100%;
    max-width: 1200px;
}


/* =========================================================
   MAIN WHITE BOX
========================================================= */

.buddhist-main-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ead8bf;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
}


/* =========================================================
   TITLE
========================================================= */

.buddhist-title-box {
    width: 100%;
    /*background: #ae2d2d;*/
    padding: 8px 35px 15px;
    text-align: center;
}

.buddhist-title-box h1 {
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.buddhist-title-box h1::after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    background: #e9a51c;
    margin: 14px auto 0;
    border-radius: 5px;
}


/* =========================================================
   TWO COLUMN LAYOUT
========================================================= */

.buddhist-content-row {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 30px 35px 35px;
}


/* LEFT TEXT */

.buddhist-text {
    width: 68%;
    flex: 0 0 68%;
}

.buddhist-text p {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
}


/* =========================================================
   FIRST HIGHLIGHT PARAGRAPH
========================================================= */

.highlight-text {
    background: #fff6e5;
    border-left: 5px solid #e39119;
    border-radius: 7px;
    padding: 15px 18px;
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.buddhist-image-column {
    width: 32%;
    flex: 0 0 32%;
}

.buddhist-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #f7f1e5;
    border: 1px solid #e6d5b8;
    box-shadow: 0 8px 25px rgba(70, 45, 20, 0.12);
}

.buddhist-image-box img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}


/* IMAGE CAPTION */

.image-caption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 15px;

    background: rgba(255, 255, 255, 0.94);
    border-radius: 10px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.image-caption > span {
    font-size: 25px;
}

.image-caption strong {
    display: block;
    color: #8c2c0d;
    font-size: 14px;
    line-height: 1.3;
}

.image-caption small {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: 2px;
}


/* =========================================================
   EXTRA CONTENT
========================================================= */

.buddhist-extra {
    display: none;
    color: #333333;
}

.buddhist-extra h2 {
    margin: 28px 0 12px;
    color: #9b310d;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
}

.buddhist-extra h3 {
    margin: 24px 0 8px;
    color: #8d2f0a;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.buddhist-extra p {
    margin-bottom: 17px;
}

.buddhist-extra strong {
    color: #8d2f0a;
    font-weight: 700;
}


/* =========================================================
   READ MORE BUTTON
========================================================= */

.read-more-btn {
    display: inline-block;
    margin: 8px 0 0;

    padding: 11px 28px;

    background: #b52f12;
    color: #ffffff !important;

    border-radius: 25px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 5px 14px rgba(181, 47, 18, 0.22);

    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #8e250d;
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .buddhist-content-row {
        gap: 25px;
        padding: 25px;
    }

    .buddhist-text {
        width: 65%;
        flex-basis: 65%;
    }

    .buddhist-image-column {
        width: 35%;
        flex-basis: 35%;
    }

    .buddhist-image-box img {
        height: 380px;
    }

    .buddhist-title-box h1 {
        font-size: 28px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .buddhist-content {
        padding: 25px 10px 40px !important;
    }

    .buddhist-main-box {
        border-radius: 0 0 12px 12px;
    }

    .buddhist-title-box {
        padding: 14px 16px 16px;
    }

    .buddhist-title-box h1 {
        font-size: 23px;
        line-height: 1.35;
    }

    .buddhist-title-box h1::after {
        width: 55px;
        margin-top: 10px;
    }

    .buddhist-content-row {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 20px 16px 25px;
    }

    /* IMAGE FIRST ON MOBILE */
    .buddhist-image-column {
        order: -1;
        width: 100%;
        flex-basis: 100%;
    }

    .buddhist-image-box img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .buddhist-text {
        width: 100%;
        flex-basis: 100%;
    }

    .buddhist-text p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .highlight-text {
        padding: 13px 13px;
    }

    .buddhist-extra h2 {
        font-size: 20px;
    }

    .buddhist-extra h3 {
        font-size: 17px;
    }

    .read-more-btn {
        display: block;
        width: fit-content;
        margin: 20px auto 0;
        padding: 10px 23px;
        font-size: 13px;
    }

    .image-caption {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 10px 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .buddhist-content {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .buddhist-title-box h1 {
        font-size: 20px;
    }

    .buddhist-content-row {
        padding: 18px 12px 22px;
    }

    .buddhist-image-box img {
        height: 245px;
    }

    .buddhist-text p {
        font-size: 13.5px;
    }
}
/* =========================================================
   FULL WIDTH BUDDHIST CONTENT BOX
========================================================= */

.buddhist-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.buddhist-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.buddhist-main-box {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-left: 1px solid #ead8bf;
    border-right: 1px solid #ead8bf;
    border-radius: 0 0 18px 18px;
}

/* =========================================================
FAQ SECTION
========================================================= */

.buddhist-faq-section {
background: #ffffff;
padding-top: 70px;
padding-bottom: 70px;
}

.buddhist-section-heading {
margin-bottom: 28px;
}

.buddhist-section-heading > span {
display: block;
color: #a47722;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.6px;
margin-bottom: 7px;
}

.buddhist-section-heading h2 {
margin: 0;
color: #29251f;
font-size: 30px;
font-weight: 700;
}

.heading-line {
width: 55px;
height: 3px;
background: #b7892b;
border-radius: 5px;
margin-top: 13px;
}


/* FAQ Card */

.buddhist-faq-card {
margin-bottom: 12px;
background: #faf8f3;
border: 1px solid #eee5d7;
border-radius: 10px;
overflow: hidden;
transition: all 0.3s ease;
}

.buddhist-faq-card:hover {
border-color: #d6bc82;
}


/* Question */

.buddhist-faq-card .faq-question {
display: flex;
align-items: center;
gap: 14px;
padding: 17px 20px;
cursor: pointer;
}

.buddhist-faq-card .faq-question > span {
min-width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
background: #f1e5c9;
color: #9a701f;
border-radius: 50%;
font-size: 11px;
font-weight: 700;
}

.buddhist-faq-card .faq-question h3 {
flex: 1;
margin: 0;
color: #39342d;
font-size: 15px;
line-height: 1.5;
font-weight: 700;
}

.buddhist-faq-card .faq-question i {
color: #a47722;
font-size: 13px;
}


/* Answer */

.buddhist-faq-card .faq-answer {
padding: 0 20px 18px 68px;
}

.buddhist-faq-card .faq-answer p {
margin: 0;
color: #666159;
font-size: 14px;
line-height: 1.75;
}


/* =========================================================
WHY CHOOSE US
========================================================= */

.why-buddhist-box {
position: relative;
background: #faf8f2;
border-radius: 16px;
padding: 32px;
border: 1px solid #eee4d2;
box-shadow: 0 10px 30px rgba(60, 45, 20, 0.08);
}

.why-small-title {
display: block;
color: #a47722;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
margin-bottom: 6px;
}

.why-buddhist-box h2 {
margin: 0;
color: #29251f;
font-size: 29px;
font-weight: 700;
}

.why-line {
width: 50px;
height: 3px;
background: #b7892b;
margin: 13px 0 20px;
border-radius: 5px;
}

.why-buddhist-box p {
color: #625d55;
font-size: 14.5px;
line-height: 1.8;
margin-bottom: 14px;
}

.why-buddhist-box .why-intro {
font-size: 15px;
color: #4e4941;
}

.why-buddhist-box h4 {
margin: 25px 0 17px;
color: #302a22;
font-size: 18px;
font-weight: 700;
}


/* Why List */

.why-list {
list-style: none;
padding: 0;
margin: 0;
}

.why-list li {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #e9dfcd;
}

.why-list li:last-child {
border-bottom: none;
}

.why-list li > span {
min-width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
background: #eadcbb;
color: #8e671f;
border-radius: 50%;
font-size: 11px;
}

.why-list li strong {
display: block;
color: #39332b;
font-size: 14px;
margin-bottom: 2px;
}

.why-list li small {
display: block;
color: #777168;
font-size: 12px;
line-height: 1.5;
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 767px) {

.buddhist-packages-section {
    padding-top: 45px;
    padding-bottom: 50px;
}

.buddhist-main-heading h4 {
    font-size: 22px;
}

.buddhist-package-slider .item {
    padding: 6px;
}

.buddhist-package-image img {
    height: 220px;
}

.buddhist-package-content {
    padding: 20px 17px;
}

.buddhist-package-content h3 {
    font-size: 18px;
}

.buddhist-package-content p {
    min-height: auto;
    font-size: 13.5px;
}

.buddhist-faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.buddhist-section-heading h2 {
    font-size: 24px;
}

.buddhist-faq-card .faq-question {
    padding: 14px;
    gap: 10px;
}

.buddhist-faq-card .faq-question h3 {
    font-size: 13.5px;
}

.buddhist-faq-card .faq-question > span {
    min-width: 30px;
    height: 30px;
    font-size: 10px;
}

.buddhist-faq-card .faq-answer {
    padding: 0 15px 16px 54px;
}

.buddhist-faq-card .faq-answer p {
    font-size: 13px;
}

.why-buddhist-box {
    margin-top: 15px;
    padding: 24px 20px;
}

.why-buddhist-box h2 {
    font-size: 24px;
}
}
 /* Intro */

.buddhist-intro-box {
position: relative;
display: flex;
gap: 22px;
align-items: flex-start;
background: #ffffff;
border-radius: 14px;
padding: 30px 32px;
margin-bottom: 28px;
border-left: 5px solid #b7892b;
box-shadow: 0 8px 30px rgba(71, 52, 20, 0.08);
}

.buddhist-icon {
min-width: 58px;
height: 58px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #f4ead0;
color: #9a6f1f;
font-size: 31px;
font-weight: 600;
}

.buddhist-intro-box h3 {
margin: 0 0 12px;
font-size: 24px;
font-weight: 700;
color: #30271c;
}

.buddhist-intro-box p {
color: #5f5a51;
font-size: 16px;
line-height: 1.8;
margin-bottom: 10px;
}


/* Content Cards */

.buddhist-content-card {
height: 100%;
background: #ffffff;
border-radius: 15px;
padding: 28px;
border: 1px solid #eee5d4;
box-shadow: 0 7px 25px rgba(70, 50, 20, 0.07);
transition: all 0.3s ease;
}

.buddhist-content-card:hover {
transform: translateY(-5px);
box-shadow: 0 14px 35px rgba(70, 50, 20, 0.13);
border-color: #d8bd7c;
}


/* Card Header */

.buddhist-card-top {
display: flex;
align-items: flex-start;
gap: 17px;
margin-bottom: 18px;
}

.buddhist-card-icon {
width: 52px;
height: 52px;
min-width: 52px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: #f8f0dc;
font-size: 25px;
}

.destination-label {
display: block;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.2px;
color: #b1842c;
margin-bottom: 4px;
}

.buddhist-content-card h3 {
margin: 0;
font-size: 21px;
line-height: 1.35;
color: #30271c;
font-weight: 700;
}


/* Paragraph */

.buddhist-content-card p {
font-size: 15.5px;
line-height: 1.8;
color: #625d55;
margin-bottom: 12px;
}

.buddhist-content-card p:last-child {
margin-bottom: 0;
}

.buddhist-content-card strong,
.buddhist-intro-box strong {
color: #8b641d;
font-weight: 700;
}


/* Line */

.buddhist-heading .line {
width: 65px;
height: 3px;
margin: 12px auto 0;
background: #b7892b;
border-radius: 10px;
}


/* Mobile */

@media (max-width: 767px) {

.buddhist-tour-section {
    padding-top: 40px;
    padding-bottom: 45px;
}

.buddhist-heading h2 {
    font-size: 21px;
}

.buddhist-intro-box {
    padding: 22px;
    gap: 14px;
}

.buddhist-icon {
    min-width: 45px;
    height: 45px;
    font-size: 23px;
}

.buddhist-intro-box h3 {
    font-size: 20px;
}

.buddhist-intro-box p,
.buddhist-content-card p {
    font-size: 14.5px;
    line-height: 1.75;
}

.buddhist-content-card {
    padding: 22px;
}

.buddhist-content-card h3 {
    font-size: 19px;
}

.buddhist-card-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 21px;
}
}
/* =========================================================
BUDDHIST PACKAGE SECTION
========================================================= */

.buddhist-packages-section {
background: #faf8f2;
padding-top: 60px;
padding-bottom: 65px;
}

.buddhist-main-heading {
margin-bottom: 35px;
}

.buddhist-main-heading p {
margin-bottom: 5px;
color: #a47722;
font-size: 14px;
font-weight: 700;
letter-spacing: 1.5px;
}

.buddhist-main-heading h4 {
color: #29251f;
}


/* Package Card */

.buddhist-package-slider .item {
padding: 10px;
}

.buddhist-package-card {
height: 100%;
overflow: hidden;
background: #fff;
border-radius: 15px;
border: 1px solid #eee5d6;
box-shadow: 0 8px 25px rgba(60, 45, 20, 0.08);
transition: all 0.35s ease;
}

.buddhist-package-card:hover {
transform: translateY(-7px);
box-shadow: 0 16px 38px rgba(60, 45, 20, 0.15);
}


/* Image */

.buddhist-package-image {
position: relative;
overflow: hidden;
}

.buddhist-package-image img {
width: 100%;
height: 245px;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}

.buddhist-package-card:hover .buddhist-package-image img {
transform: scale(1.06);
}


/* Duration */

.buddhist-package-image .duration-badge {
position: absolute;
z-index: 5;
top: 14px;
right: 14px;
background: #ffffff;
color: #8c671f;
font-size: 13px;
font-weight: 700;
padding: 7px 13px;
border-radius: 30px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* Package Content */

.buddhist-package-content {
padding: 22px 20px 23px;
}

.package-country {
display: inline-flex;
align-items: center;
gap: 6px;
color: #aa7b25;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
}

.package-country i {
font-size: 12px;
}

.buddhist-package-content h3 {
margin: 0 0 11px;
font-size: 20px;
line-height: 1.35;
font-weight: 700;
}

.buddhist-package-content h3 a {
color: #29251f;
text-decoration: none;
transition: color 0.3s ease;
}

.buddhist-package-content h3 a:hover {
color: #a47722;
}

.buddhist-package-content p {
min-height: 92px;
margin: 0 0 18px;
color: #69635b;
font-size: 14px;
line-height: 1.7;
}


/* View More */

.buddhist-view-btn {
display: inline-flex;
align-items: center;
gap: 9px;
padding: 9px 17px;
border: 1px solid #b38a38;
border-radius: 30px;
color: #8a641c;
font-size: 13px;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
}

.buddhist-view-btn i {
font-size: 11px;
transition: transform 0.3s ease;
}

.buddhist-view-btn:hover {
background: #a47722;
color: #fff;
}

.buddhist-view-btn:hover i {
transform: translateX(4px);
}


/* =========================================================
FAQ SECTION
========================================================= */

.buddhist-faq-section {
background: #ffffff;
padding-top: 70px;
padding-bottom: 70px;
}

.buddhist-section-heading {
margin-bottom: 28px;
}

.buddhist-section-heading > span {
display: block;
color: #a47722;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.6px;
margin-bottom: 7px;
}

.buddhist-section-heading h2 {
margin: 0;
color: #29251f;
font-size: 30px;
font-weight: 700;
}

.heading-line {
width: 55px;
height: 3px;
background: #b7892b;
border-radius: 5px;
margin-top: 13px;
}


/* FAQ Card */

.buddhist-faq-card {
margin-bottom: 12px;
background: #faf8f3;
border: 1px solid #eee5d7;
border-radius: 10px;
overflow: hidden;
transition: all 0.3s ease;
}

.buddhist-faq-card:hover {
border-color: #d6bc82;
}


/* Question */

.buddhist-faq-card .faq-question {
display: flex;
align-items: center;
gap: 14px;
padding: 17px 20px;
cursor: pointer;
}

.buddhist-faq-card .faq-question > span {
min-width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
background: #f1e5c9;
color: #9a701f;
border-radius: 50%;
font-size: 11px;
font-weight: 700;
}

.buddhist-faq-card .faq-question h3 {
flex: 1;
margin: 0;
color: #39342d;
font-size: 15px;
line-height: 1.5;
font-weight: 700;
}

.buddhist-faq-card .faq-question i {
color: #a47722;
font-size: 13px;
}


/* Answer */

.buddhist-faq-card .faq-answer {
padding: 0 20px 18px 68px;
}

.buddhist-faq-card .faq-answer p {
margin: 0;
color: #666159;
font-size: 14px;
line-height: 1.75;
}


/* =========================================================
WHY CHOOSE US
========================================================= */

.why-buddhist-box {
position: relative;
background: #faf8f2;
border-radius: 16px;
padding: 32px;
border: 1px solid #eee4d2;
box-shadow: 0 10px 30px rgba(60, 45, 20, 0.08);
}

.why-small-title {
display: block;
color: #a47722;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
margin-bottom: 6px;
}

.why-buddhist-box h2 {
margin: 0;
color: #29251f;
font-size: 29px;
font-weight: 700;
}

.why-line {
width: 50px;
height: 3px;
background: #b7892b;
margin: 13px 0 20px;
border-radius: 5px;
}

.why-buddhist-box p {
color: #625d55;
font-size: 14.5px;
line-height: 1.8;
margin-bottom: 14px;
}

.why-buddhist-box .why-intro {
font-size: 15px;
color: #4e4941;
}

.why-buddhist-box h4 {
margin: 25px 0 17px;
color: #302a22;
font-size: 18px;
font-weight: 700;
}


/* Why List */

.why-list {
list-style: none;
padding: 0;
margin: 0;
}

.why-list li {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #e9dfcd;
}

.why-list li:last-child {
border-bottom: none;
}

.why-list li > span {
min-width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
background: #eadcbb;
color: #8e671f;
border-radius: 50%;
font-size: 11px;
}

.why-list li strong {
display: block;
color: #39332b;
font-size: 14px;
margin-bottom: 2px;
}

.why-list li small {
display: block;
color: #777168;
font-size: 12px;
line-height: 1.5;
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 767px) {

.buddhist-packages-section {
    padding-top: 45px;
    padding-bottom: 50px;
}

.buddhist-main-heading h4 {
    font-size: 22px;
}

.buddhist-package-slider .item {
    padding: 6px;
}

.buddhist-package-image img {
    height: 220px;
}

.buddhist-package-content {
    padding: 20px 17px;
}

.buddhist-package-content h3 {
    font-size: 18px;
}

.buddhist-package-content p {
    min-height: auto;
    font-size: 13.5px;
}

.buddhist-faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.buddhist-section-heading h2 {
    font-size: 24px;
}

.buddhist-faq-card .faq-question {
    padding: 14px;
    gap: 10px;
}

.buddhist-faq-card .faq-question h3 {
    font-size: 13.5px;
}

.buddhist-faq-card .faq-question > span {
    min-width: 30px;
    height: 30px;
    font-size: 10px;
}

.buddhist-faq-card .faq-answer {
    padding: 0 15px 16px 54px;
}

.buddhist-faq-card .faq-answer p {
    font-size: 13px;
}

.why-buddhist-box {
    margin-top: 15px;
    padding: 24px 20px;
}

.why-buddhist-box h2 {
    font-size: 24px;
}
}
/* =========================================================
/* =========================================================
   POPULAR BUDDHISM DESTINATIONS
========================================================= */

.buddhist-destinations-section {
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}

/* Heading */
.buddhist-destinations-section .custom-heading {
    margin-bottom: 10px;
}

.buddhist-destinations-section .custom-heading h2 {
    margin-bottom: 12px;
    color: #222;
    font-size: 28px;
    letter-spacing: .3px;
}

.buddhist-destinations-section .line {
    width: 65px;
    height: 3px;
    margin: 0 auto;
    background: #f28c28;
    border-radius: 10px;
}


/* =========================================================
   DESTINATION GRID
========================================================= */

.destination-grid {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px;
    gap: 12px;
}


/* =========================================================
   DESTINATION CARD
========================================================= */

.destination-card {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
    background: #eee;
}

.destination-card.destination-large {
    height: 532px;
    grid-row: span 2;
}


/* Image */

.destination-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.destination-link img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform .7s ease,
        filter .7s ease;
}


/* =========================================================
   DARK GRADIENT
========================================================= */

.destination-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.35) 38%,
            rgba(0,0,0,.03) 75%
        );

    transition: .4s ease;
}


/* =========================================================
   CONTENT
========================================================= */

.destination-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 22px;

    z-index: 2;
    color: #fff;
}

.destination-small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    opacity: .9;
}

.destination-content h3 {
    margin: 0 0 7px;
    color: #fff;

    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;

    line-height: 1.2;
}

.explore-destination {
    display: inline-block;

    color: #fff;
    font-size: 13px;
    font-weight: 500;

    opacity: 0;
    transform: translateY(10px);

    transition: all .35s ease;
}

.explore-destination i {
    margin-left: 5px;
}


/* =========================================================
   HOVER EFFECT
========================================================= */

.destination-card:hover .destination-link img {
    transform: scale(1.08);
    filter: brightness(.88);
}

.destination-card:hover .destination-overlay {
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.42) 45%,
            rgba(0,0,0,.08) 100%
        );
}

.destination-card:hover .explore-destination {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   SMALL BORDER EFFECT
========================================================= */

.destination-card::after {
    content: "";
    position: absolute;
    inset: 0;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;

    pointer-events: none;
    z-index: 3;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .buddhist-destinations-section {
        padding: 55px 0;
    }

    .destination-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 230px 230px;
        gap: 10px;
    }

    .destination-card {
        height: 230px;
    }

    .destination-card.destination-large {
        height: 470px;
    }

    .destination-content h3 {
        font-size: 24px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .buddhist-destinations-section {
        padding: 45px 0;
    }

    .buddhist-destinations-section .custom-heading h2 {
        font-size: 23px;
    }

    .destination-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 12px;

        margin-top: 30px !important;
    }

    .destination-card,
    .destination-card.destination-large {
        width: 100%;
        height: 260px;
        grid-row: auto;
    }

    .destination-content {
        left: 20px;
        right: 20px;
        bottom: 18px;
    }

    .destination-content h3 {
        font-size: 24px;
    }

    .destination-small {
        font-size: 10px;
    }

    .explore-destination {
        opacity: 1;
        transform: none;
        font-size: 12px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .destination-card,
    .destination-card.destination-large {
        height: 230px;
    }

    .destination-content h3 {
        font-size: 21px;
    }

}