:root {
    --primary-color: #E5462C;
    --light-color: #F8F4F4;
    --secondary-color: #000000;
    --white: #fff;
    --black: #000000;
    --text-color: #696969;
    --heading-color: #000000;
    --border-color: #C4BFBF;
    --gray-color: #696969;
}


/* ======================= about us page css ======================== */

.aboutus-banner-sec {
    background-image: url(../images/aboutus-banner.png);
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 600px 0 70px;
    /* background-attachment: fixed; */
    position: relative;
}

.aboutus-banner-sec::after {
    content: "";
    position: absolute;
    background: linear-gradient(360deg, #000000 21.35%, rgba(102, 102, 102, 0) 93.28%);
    left: 0;
    bottom: 0;
    height: 448px;
    width: 100%;

}

.aboutus-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.aboutus-banner-wrapper h1 {
    color: #fff;
    font-size: 104px;
    letter-spacing: -5px;
}

.we-are-sec {
    padding: 80px 0 65px;
}

.we-are-wrapper .sec-heading .sec-name-txt {
    text-align: center;
    justify-content: center;
}

.we-are-wrapper .sec-heading h2 {
    text-align: center;
}

.we-are-content {
    margin-top: 80px;
    display: flex;
    gap: 80px 40px;
}

.we-are-img-card {
    position: relative;
    overflow: hidden;
    height: 435px;
    max-width: 714px;
    border-radius: 10px;
}

.we-are-img-card img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}

.we-are-img-card strong {
    position: absolute;
}

.we-are-img-card strong {
    position: absolute;
    right: 87px;
    bottom: 13px;
    text-transform: uppercase;
    font-size: 124px;
    font-weight: 800;
    background: linear-gradient(90deg, #FFFFFF 32.84%, rgba(255, 255, 255, 0) 121.83%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ======= text swiper ======= */
.text-swiper-box {
    display: flex;
    align-items: center;
    flex: 1;
}

.text-swiper-box .textSwiper {
    height: 435px;
    /* 3 slides × ~60px per slide */
    overflow: hidden;
    width: 100%;
}

.textSwiper .swiper-slide {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
    opacity: 0.5;
    letter-spacing: -2px;
    max-width: 476px;
    display: flex;
    align-items: center;
}

.textSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.our-method-sec {
    padding: 65px 0 118px;
}

.step-card {
    flex: 1;
    border-radius: 10px;
    padding: 24px 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 489px;
}

.step-number {
    margin: 0;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
}

.step-title {
    margin: 0 0 14px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -2px;
    max-width: 349px;
}

.step-desc {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.7px;
}

.step-card.light {
    background-color: #F9F9F9;
    border: 1px solid #000000;
}

.step-card.dark {
    background-color: #0D0D0D;

}

.step-card.accent {
    background-color: #E5462C;
}

.step-card.dark .step-number {
    background: linear-gradient(0deg, #0D0D0D 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.step-card.accent .step-number {
    background: linear-gradient(0deg, #E5462C 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.step-card.light .step-number {
    background: linear-gradient(0deg, #FAFAFA 0%, #1A1A1A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.steps-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    margin-top: 80px;
}

.step-card.accent .step-title {
    color: #FFFFFF;
}

.step-card.accent .step-desc {
    color: #fff;
}

.step-card.light .step-desc {
    color: var(--gray-color);
}

.step-card.dark .step-desc,
.step-card.dark .step-title {
    color: #fff;
}

.step-card.dark .step-desc {
    max-width: 500px;
}

.step-card.dark .step-desc {
    max-width: 377px;
}

.excellence-sec {
    background-color: var(--light-color);
    padding: 100px 0;
}

.excellence-sec .sec-name-txt {
    justify-content: center;
}

.excellence-sec h2 {
    text-align: center;
    margin: 0 auto 70px;
    max-width: 760px;
}

.swiper-slide:has(.excellence-card) {
    height: 100%;
}

.excellence-card {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
    min-height: 272px;
}

.excellence-icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.excellence-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800;
    color: #111111;
}

.excellence-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #8C8C8C;
}

.subscribe-sec {
    padding: 90px 0;
    background-image: url(../images/subscribe-banner-full.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe-sec h2 {
    text-align: center;
    color: var(--white);
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 52px;
}

.subscribe-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscribe-wrapper .sec-name-txt {
    color: var(--white);
}

.team-sec {
    padding: 80px 0;
}

.team-wrapper .sec-name-txt {
    justify-content: center;
}

.team-wrapper h2 {
    text-align: center;
}

.team-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    margin-top: 38px;
}

.team-card {
    position: relative;
    max-width: 336px;
    width: 100%;
    height: 336px;
    overflow: hidden;
    border-radius: 10px;
}

.team-card img {
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.team-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    background: linear-gradient(357.31deg, #000000 2.17%, rgba(102, 102, 102, 0) 87.08%);

}

.team-info {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: var(--white);
    z-index: 1;
}

.team-info h4 {
    font-size: 38px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -2px;
}

.team-info p {
    font-size: 16px;
    font-weight: 500;
}

.story-teller-sec {
    background-color: var(--light-color);
}

.recognition-sec {
    padding: 60px 0 200px;
    position: relative;
    /* background-color: #34E0A11A; */
    /* backdrop-filter: blur(300px) */

}

.recognition-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #34E0A11A;
    filter: blur(300px);
    z-index: 0;
}

.recognition-wrapper {
    position: relative;
    z-index: 1;
}

.recognition-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    justify-content: center;
    margin-top: 95px;
}

.recognition-sec .sec-name-txt {
    justify-content: center;
}

.recognition-sec h2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.our-guest-wrapper {
    display: flex;
    gap: 60px;
}

.our-guest-left {
    max-width: 592px;
}

.our-guest-left h2 {
    letter-spacing: -2px;
}

.our-guest-slider {
    max-width: 792px;
}

.our-guest-sec {
    padding: 20px 0 70px;
}

.guest-slider-card {
    padding-bottom: 100px;
}

.guest-slider-card h3 {
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 42px;
}

.guest-slider-card span {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary-color);
    display: inline-block;
}

.guest-slider-card {
    padding-bottom: 100px;
}

.guest-slider {
    position: relative;
}





.guest-slider .swiper-button-next {
    width: 41px;
    height: 41px;
    background-image: url(../images/shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 12px;
    top: auto;
    right: 0px;
    left: 50px;
}

.guest-slider .swiper-button-next svg {
    width: 15px;
}

.guest-slider .swiper-button-prev {
    width: 41px;
    height: 41px;
    background-image: url(../images/shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 12px;
    right: auto !important;
    left: 0px;
    top: auto;
    transform: rotate(290deg);
}

.guest-slider .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images/black-shape.png);
    opacity: 1;
}

.guest-slider .swiper-button-prev svg {
    rotate: 70deg;
}

.guest-slider .swiper-button-next.swiper-button-disabled {
    background-image: url(../images/black-shape.png);
    opacity: 1;
}

.guest-slider .swiper-button-prev svg {
    width: 15px;
}

.counter-sec {
    padding: 70px 0 130px;
}

.counter-wrapper strong {
    text-align: center;
    display: block;
    margin-bottom: 50px;
    font-size: 250px;
    font-weight: 700;
    line-height: 1.1;
}

.counter-wrapper h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

p.counter-quote {
    font-size: 18px;
    margin: 0 auto 40px;
    max-width: 403px;
    text-align: center;
    letter-spacing: -1px;
    color: #696969;
    font-weight: 600;
}

.discover-btn-box {
    display: flex;
    justify-content: center;
}


.service-plans {
    background-color: var(--light-color);
}

.service-faq {
    background-color: var(--white);
}

.service-faq .faq-wrap .accordion-item {
    border: 1px solid #C3C3C3 !important;
}

.service-faq .faq-wrap .accordion-item:has(.show) {
    border-color: #E5462C !important;
}



.work-withus-sec {
    background-image: url(../images/work-withUs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 500px 0 70px;
    position: relative;
}

.work-withus-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 448px;
    left: 0;
    top: auto;
    bottom: 0;
    background: linear-gradient(360deg, #000000 21.35%, rgba(102, 102, 102, 0) 93.28%);
    z-index: 1;
}

.work-withus-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.work-withus-wrapper>.primary-btn {
    white-space: nowrap;
    min-width: 207px;
}

.work-withus-heading h1 {
    color: var(--white);
}

.work-withus-heading h1 {
    color: var(--white);
    max-width: 906px;
    letter-spacing: -2px;
}

.work-withus-heading>p {
    color: var(--white);
}

.menifesto-sec {
    padding: 100px 0;
}

.lokking-for-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.lokking-for-sec {
    background-color: var(--light-color);
}

.lokking-for-right {
    padding: 90px 65px;
}

.lokking-for-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lokking-for-right h2 {
    margin-bottom: 36px;
    letter-spacing: -1px;
}

.lokking-for-right>p {
    color: var(--gray-color);
    font-weight: 600;
    margin-bottom: 42px;
    max-width: 750px;
}

.lookingFor-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.lookingFor-card {
    padding: 40px 20px 30px 30px;
    background-color: var(--white);
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;

    &:hover {
        background-color: var(--primary-color);
    }
}

.lookingFor-card:hover h3,
.lookingFor-card:hover p {
    color: var(--white);
}

.lookingFor-card h3 {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 29px;
    transition: all 0.3s ease;
}

.lookingFor-card p {
    font-weight: 600;
    color: var(--gray-color);
    transition: all 0.3s ease;
}

.why-collab-sec {
    padding: 110px 0 80px;
}

.why-collab-wrapper>h2 {
    margin: 0 auto 65px;
    text-align: center;
    max-width: 506px;
}

.why-collab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto 120px;
    gap: 80px;
}

.why-collab-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.why-collab-card strong {
    display: block;
    padding: 40px 0 30px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
}

.why-collab-card p {
    color: var(--gray-color);
}

.step-card ul li {
    color: var(--white);
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.step-card ul li+li,
.contact-details-items+.contact-details-items {
    margin-top: 15px;
}

.contact-details-items h4 {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.contact-details-items p {
    color: var(--white);
}

.step-card ul {
    min-height: 142px;
}

.center-btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-btn-box {
    margin-top: 60px;
    box-shadow: 4.55px 65.91px 18.18px 0px #00000000;

}

.menifesto-wrapper h3 {
    margin-bottom: 0 !important;
}

.experienc-sec {
    padding: 45px 0 150px;
    background-color: var(--light-color);
    min-height: calc(100vh - 98px);
}

.tour-list-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 20px;
}

body:has(.experienc-sec) footer,
body:has(.synthesis-sec) footer {
    background-color: var(--white);
}

.filter-tabs {
    gap: 14px;
}

.filter-tab-link {
    border: 1.5px solid #111111 !important;
    border-radius: 50px !important;
    background-color: #ffffff !important;
    color: #111111 !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 11px 20px;
}

.filter-tab-link.active {
    background-color: #E5462C !important;
    border-color: #E5462C !important;
    color: #ffffff !important;
}

.filter-panel {
    padding: 24px 0 0;
    font-size: 15px;
    color: #6E6E6E;
}


.tour-cards-row {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.tour-card {
    flex: 1;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 22px;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.tour-card:hover {
    border-color: #E5462C;
    box-shadow: 0px 10px 26px rgba(229, 70, 44, 0.15);
}

.tour-card-image {
    width: 100%;
    height: 464px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 18px;
}

.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.8s ease;
}

.tour-card:hover .tour-card-image img {
    scale: 1.05;
}

.tour-card-title {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: -2px;
}

.tour-card-subtitle {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: var(--secondary-color);
    letter-spacing: -1px;
}

.tour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.tour-card-buttons {
    display: flex;
    gap: 10px;
}

.tour-card-buttons .button {
    font-size: 16px;
    font-weight: 600;
}

.tour-card-category {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: var(--gray-color);
    text-transform: uppercase;
}

.tour-card-category-arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #E5462C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tour-card .list-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tour-card .list-arrow {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.tour-card:hover .list-arrow {
    background-image: url(../images/shape.png);
    background-size: 41px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tour-card:hover:hover .list-arrow svg path {
    stroke: #fff;
}

.tour-cards-row:has(.no-data) {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 50px 0;
}

.no-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.no-data strong {
    font-size: 30px;
    color: var(--secondary-color);
}



.synthesis-sec {
    padding: 45px 0 20px;
    background-color: var(--light-color);
}

.synthesis-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 40px;
}

.synthesis-sec .sec-name-txt {
    margin-bottom: 15px;
}

.synthesis-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.synthesis-right span {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-color);
}

.synthesis-right strong {
    font-size: 36px;
    color: var(--gray-color);
    font-weight: 600;
}

@keyframes expandHorizontalFromCenter {
    0% {
        clip-path: inset(0 50% 0 50%);
        opacity: 0;
    }

    100% {
        clip-path: inset(0 0% 0 0%);
        opacity: 1;
    }
}

.synthesis-banner {
    height: 571px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.synthesis-banner img,
.hero-banner-box>img {
    animation: expandHorizontalFromCenter 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.synthesis-banner img {
    width: 100%;
    height: 571px;
    object-fit: cover;
    display: block;
}

.glass-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 758px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.21) 0%, rgba(153, 153, 153, 0.21) 100%);
    padding: 35px;
    backdrop-filter: blur(16px);
}

.glass-card p {
    color: var(--white);
    font-size: 37px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -2px;
}

.info-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px 35px;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.info-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-label {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-color);
}

.info-value {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
}

.booking-card-box {
    max-width: 529px;
    width: 100%;
}

.journey-left-content {
    width: 100%;
}

.journey-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.journey-sec {
    background-color: var(--light-color);
    padding: 30px 0;
}

.journey-left-content h2 {
    font-size: 45px;
    margin-bottom: 35px;
    letter-spacing: -2px;
}

.journey-left-content p {
    color: var(--gray-color);
    font-weight: 600;
}

.journey-left-content p a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}


/* ============ */
.details-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
    margin-top: 45px;
}

.price-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.price-item {
    min-width: 70px;
}

.price-label {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-color);
}

.price-value {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color) !important;
}

.price-value.free {
    color: var(--primary-color) !important;
}

.details-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tour-for-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-col {
    flex: 1;
    min-width: 340px;
}

.capacity-box {
    border: 1px solid #D4D4D4;
    background-color: #F9F9F9;
    border-radius: 12px;
    padding: 18px;
}

.capacity-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.capacity-item+.capacity-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #0000004f;
}

.capacity-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.capacity-label {
    margin: 0 0 4px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--gray-color);
}

.capacity-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color) !important;

}

.capacity-value .spots-left {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}

.note-box {
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.note-box+.note-box {
    margin-top: 12px;
}

.note-box.include {
    background-color: #E3FFE4;
    border: 1px solid #4BAE4F;
}

.note-box.exclude {
    background-color: #FCECEA;
    border: 1px solid #E5462C;
}

.note-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.note-icon.include {
    background-color: #2FA84F;
}

.note-icon.exclude {
    background-color: #E5462C;
}

.note-label {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: #4C4C4C;
}

.note-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color) !important;
    line-height: 25.5px;
}

.map-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #E5462C;
    color: var(--white);
    border: none;
    border-radius: 14px;
    padding: 18px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    min-height: 128px;
    transition: all 0.25s ease;
    border: 2px solid transparent;

    &:hover {
        border: 2px solid var(--primary-color);
        background-color: var(--white);
        color: var(--primary-color);
    }
}

.map-btn:hover .map-btn-icon {
    background-color: var(--primary-color);
}

.map-btn:hover .map-btn-icon svg path {
    fill: var(--white);
}

.map-btn-icon {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistical-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.logistical-icon {
    margin-top: 2px;
    flex-shrink: 0;
}

.logistical-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color) !important;
}

.logistical-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--gray-color);
}




/* ======== */


.booking-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 35px 26px;
}

.booking-title {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: var(--secondary-color);
}

.left-form-icon {
    position: absolute;
    top: 17px;
    left: 23px;
}

.formfield:has(.left-form-icon) .form-control {
    padding-left: 60px;
}

.field-label {
    font-weight: 600;
    margin-bottom: 8px;
}

.time-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.time-option {
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    cursor: pointer;
    transition: all 0.2s ease;
}

.time-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.time-option:has(input:checked) {
    background-color: #E5462C;
    border-color: #E5462C;
    color: #ffffff;
}

.travelers-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
}

.traveler-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.traveler-name {
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
}

.traveler-price {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.counter {
    display: flex;
    align-items: center;
    gap: 14px;
}

.counter-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: all 0.3s ease;
}

.counter-btn:hover {
    background-color: #E5462C;
    border-color: #E5462C;
    color: #ffffff;
}

.counter-value {
    min-width: 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}

.travelers-divider {
    border: none;
    border-top: 1px solid #00000031;
    margin: 4px 0 18px;
}

.summary-box {
    border: 1px solid #00000036;
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 18px;
}

.summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #0000003f;
}

#summaryPrice {
    color: var(--secondary-color) !important;
    font-size: 20px;
    white-space: nowrap;
}

.summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
}

.agree-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.agree-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.agree-text {
    margin: 0;
    font-size: 13px;
    color: #6E6E6E;
}

.agree-text a {
    color: #111111;
    font-weight: 600;
    text-decoration: underline;
}

.booking-card .primary-btn,
.booking-card .dark-btn {
    font-size: 20px;
    min-height: 65px;
}

/* =============== */

.highlights-wrapper {
    display: flex;
    gap: 50px;
    max-width: 900px;
}

.highlights-nav-col {
    flex: 0 0 300px;
    position: sticky;
    top: 40px;
    align-self: flex-start;
}

.highlights-heading {
    margin: 0 0 26px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -2px;
    color: var(--secondary-color);
}

.highlights-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.highlights-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

.highlights-nav-number {
    font-size: 16px;
    font-weight: 500;
    color: #C7C7C7;
    min-width: 16px;
}

.highlights-nav-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-color);
    transition: all 0.3s ease;
}

.highlights-nav-item.active .highlights-nav-number {
    color: #E5462C;
    font-weight: 700;
}

.highlights-nav-item.active .highlights-nav-name {
    color: #111111;
    font-weight: 700;
}

.highlights-nav-item.active {
    border-bottom-color: #E5462C;
}

.highlights-cards-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

/* .highlights-cards-col::after{
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(180deg, #F8F4F4 29.2%, rgba(255, 255, 255, 0) 70.8%);
} */

.highlight-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
}

.highlight-card-image {
    width: 100%;
    height: 339px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.highlight-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.highlight-card-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--secondary-color);
    margin-bottom: 25px;
}

.highlight-card-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--gray-color);
}

.highlight-sec {
    padding: 30px 0 50px;
    background-color: var(--light-color);
}

.tour-for-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.tour-for-right {
    display: flex;
    align-items: center;
    padding: 20px 80px;

}

.tour-for-contant {
    max-width: 460px;
}

.tour-for-contant h2 {
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.tour-for-contant ul li {
    margin-left: 30px;
    list-style-type: disc;
    font-size: 18px;
    font-weight: 600;
    color: #4C4C4C;
    letter-spacing: -1px;
}

.tour-for-contant ul li+li {
    margin-top: 50px;
}

.tour-for-list {
    max-width: 400px;
}

.old-town-guest-sec {
    padding: 100px 0;
    background-color: var(--light-color);
}

.feature-tour-sec {
    padding: 50px 0 100px;
    background-color: var(--light-color);
}

.feature-tour-sec .sec-heading h2 {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 700px;
    letter-spacing: -2px;
}

.feature-tour-sec .sec-heading .sec-name-txt {
    justify-content: center;
}

.essentials-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 682px;
}

.essentials-left {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 55px;
}

.essentials-left p {
    max-width: 610px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--white);
}

.essentials-right {
    background-image: url(../images/essentials-bg.png), linear-gradient(0deg, #000000, #000000bb);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 55px;
}

.essentials-right-box {
    max-width: 650px;
}

.essentials-right-box p {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 40px;
}


.shopping-cart-sec {
    padding: 55px 0;
    background-color: var(--light-color);
}

body:has(.shopping-cart-sec) footer {
    background-color: var(--white);
}

.shopping-cart-grid {
    display: flex;
    gap: 23px;
    align-items: flex-start;
}


.tour-cart-list {
    max-width: 892px;
    width: 100%;
}

.summary-card {
    display: flex;
    gap: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.summary-image {
    flex: 0 0 370px;
    height: 223px;
    border-radius: 5px;
    overflow: hidden;
}

.summary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.summary-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.summary-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.summary-title {
    font-size: 26px;
    font-weight: 600;
    color: var(--secondary-color);
}

.summary-actions {
    display: flex;
    gap: 16px;
}

.summary-actions .no-btn:hover svg path {
    fill: var(--primary-color);
}

.summary-meta-row {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.summary-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-meta-icon {
    width: 37px;
    height: 37px;
    border-radius: 6px;
    background-color: #FCEEEA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.summary-meta-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--secondary-color);
}

.summary-tags-row {
    display: flex;
    gap: 12px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.summary-tag {
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-color);
}

.summary-price {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: var(--secondary-color);
}

.shopping-cart-wrapper>h2 {
    text-align: center;
    margin-bottom: 50px;
}

.tour-cart-right {
    max-width: 489px;
    width: 100%;
    position: sticky;
    top: 50px;
}

.summary-card+.summary-card {
    margin-top: 20px;
}


.discount-banner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background-color: #E3FFE4;
    border: 1px solid #4BAE4F;
    border-radius: 14px;
    padding: 18px 25px;
    margin-bottom: 18px;
}

.save-baner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    background-color: #E3FFE4;
    border: 1px solid #4BAE4F;
    border-radius: 14px;
    padding: 12px 25px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
}

.discount-icon {
    width: 47px;
    height: 47px;
    border-radius: 7px;
    background-color: #34A853;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.discount-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
}

.discount-desc {
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: var(--gray-color);
}

.order-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px 26px 40px;
}

.order-title {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
}

.order-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.order-line-label {
    color: var(--gray-color);
}

.order-line-value {
    font-weight: 700;
    color: var(--secondary-color);
}

.order-line.discount {
    background-color: #E3FFE4;
    margin: 6px -26px;
    padding: 14px 26px;
}

.order-line.discount .order-line-label {
    font-weight: 700;
}

.order-line.discount .order-line-label {
    color: var(--secondary-color) !important;
}

.order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.order-total-label {
    font-size: 24px;
    font-weight: 600;

}

.order-total-value {
    font-size: 22px;
    font-weight: 700;
}

.order-actions {
    margin-top: 24px;
}

.order-actions .button {
    min-height: 65px;
}

.booking-details-cards {
    padding: 30px 35px;
    background-color: var(--white);
    border-radius: 15px;
    margin-bottom: 23px;
}

.booking-details-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}

.booking-details-head>p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}

.booking-details-head h3 {
    font-size: 30px;
}

.booking-details-head p a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.payment-method-card {
    padding: 30px 35px;
    background-color: var(--white);
    border-radius: 15px;
}

.payment-method-card h3 {
    font-size: 30px;
    margin-bottom: 28px;
}

.payment-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.payment-option {
    border: 1.5px solid #D0D0D0;
    min-height: 60px;
    margin-bottom: 0;
    border-radius: 50px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.payment-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-option:has(.payment-radio:checked) {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.payment-option:has(.payment-radio:checked) .payment-label {
    color: var(--white);
}

.payment-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary-color);
}

.payment-icon-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.payment-method-card h3 {
    font-size: 30px;
    font-weight: 600;
}

.order-item-row {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
}

.order-item-row:last-child {
    border-bottom: none;
}

.order-item-image {
    flex: 0 0 133px;
    height: 117px;
    border-radius: 10px;
    overflow: hidden;
}

.order-item-image img {
    width: 100%;
    height: 117px;
    object-fit: cover;
    display: block;
}

.order-item-content {
    flex: 1;
}

.order-item-title {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: var(--secondary-color);
}

.order-item-meta-row {
    display: flex;
    align-items: center;
    gap: 6px 22px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.order-item-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-item-meta-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
}

.order-item-travelers {
    font-size: 14px;
    color: #696969;
}

.order-card:has(.order-item-row) .order-title {
    margin-bottom: 5px;
}

.footer-label {
    display: flex;
    margin: 50px 0 20px;
    justify-content: center;
}

.footer-label p {
    font-size: 20px;
    font-weight: 500;
    color: #A2A2A2;
}

.contact-sec {
    padding: 50px 0;
    background-color: var(--light-color);
}

body:has(.contact-sec) footer {
    background-color: var(--white) !important;
}

.contact-wrapper-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-wrapper-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-wrapper-grid .profile-card-box {
    position: static;
    justify-items: start;
}

.contact-wrapper-left {
    max-width: 672px;
    width: 100%;
}

.contact-wrapper-left h2 {
    margin-bottom: 44px;
    letter-spacing: -2px;
    max-width: 467px;
}

.contact-banner {
    margin-top: 18px;
    height: 403px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.contact-wrapper-left {
    position: sticky;
    top: 50px;
}

.contact-wrapper-right {
    padding-top: 150px;
    width: 100%;
}

.contact-wrapper-right h3 {
    margin-bottom: 30px;
    font-size: 45px;
    letter-spacing: -2px;
    text-align: left;
}

.contact-wrapper-right p {
    margin-bottom: 36px;
    color: var(--gray-color);
    font-weight: 600;
}

.request-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 30px;
}

.request-card .primary-btn {
    font-size: 18px;
}

.request-card .form-control {
    font-size: 16px;
}

.upload-box {
    border: 1.5px dashed #C7C7C7;
    border-radius: 14px;
    padding: 34px 20px;
    text-align: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.upload-icon {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #FCEEEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.upload-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.upload-input {
    display: none;
}

.tours-tabs-wrap {
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 16px;
}

.tours-tabs {
    gap: 12px;
}

.tours-tab-link {
    border: 1.5px solid #D0D0D0 !important;
    border-radius: 50px !important;
    background-color: var(--white) !important;
    color: var(--secondary-color) !important;
    font-size: 15px;
    font-weight: 700;
    min-height: 60px;
    padding: 10px 8;
    width: 200px;
    text-align: center;
}

.tours-tab-link.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.tab-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 200px;
    background-color: var(--primary-color);
    transition: transform 0.35s ease;
}

.tours-tabs-wrap:has(#tab-past.active) .tab-indicator {
    transform: translateX(212px);
}

.tab-panel {
    padding: 24px 0 0;
    font-size: 15px;
    color: #6E6E6E;
}

.my-tours-sec {
    padding: 50px 0;
    background-color: var(--light-color);
}

body:has(.my-tours-sec) footer {
    background-color: var(--white) !important;
}

.my-tours-wrapper h2{
    text-align: center;
    margin-bottom: 65px;
}

/* =========================== blog list css ============================ */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
  }

  .blog-card {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }

  .blog-card__image-wrap {
    width: 100%;
    height: 306px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;

  }

  .blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
  }

  .blog-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }

  .blog-card__date {
    font-size: 14px;
    color: var(--gray-color);
  }

  .blog-card__read-time {
    font-size: 14px;
    color: var(--gray-color);
  }

  .blog-card__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--secondary-color);
    margin-bottom: 14px;
  }

  .blog-card__excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-color);
    margin-bottom: 24px;
    flex-grow: 1;
  }

  .blog-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blog-card__author {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
  }

  .blog-card__arrow-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #E5462C;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
  }

  .blog-card__arrow-icon {
    width: 20px;
    height: 20px;
    stroke: #FFFFFF;
    fill: none;
  }

.blog-card .list-arrow {
    background-image: url(../images/shape.png);
    background-size: 41px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 00.3s ease;
    &:hover{
        scale: 0.8;
    }

}
.blog-card:hover .blog-card__image-wrap img{
    scale: 1.05;
}
.blog-list-wrapper > h2{
    margin-bottom: 30px;
}
.commman-sec{
    background-color: var(--light-color);
    padding: 60px 0;
}
body:has(.commman-sec) footer{
    background-color: var(--white) !important;
}

/* =========================== blog list css ============================ */

/* =========================== blog detail css ============================ */

.blog-detail-grid{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
}
.blog-detail-main {
    max-width: 931px;
    width: 100%;
}
.more-article-box {
    width: 100%;
    max-width: 455px;
    position: sticky;
    top: 40px;
}


  .article__intro {
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray-color);
    margin: 30px 0;
  }

  .article__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 24px;
  }

  .article__meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
  }


  .article__meta-divider {
    width: 2px;
    height: 16px;
    background-color: var(--secondary-color);
  }

  .article__card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
  }

  .article__image-wrap {
    position: relative;
    width: 100%;
    height: 486px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .article__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  .article__caption {
    text-align: center;
    font-size: 16px;
    color: var(--gray-color);
    margin-bottom: 24px;
  }

  .article__body {
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray-color);
    margin-bottom: 30px;
    letter-spacing: -0.5px;
  }

  .article__body:last-of-type {
    margin-bottom: 28px;
  }

  .article__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .article__column-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 20px;
  }

  .article__list {
    list-style: none;
  }

  .article__list-item {
    position: relative;
    font-size: 16px;
    color: var(--gray-color);
    padding-left: 16px;
    margin-bottom: 10px;
  }

  .article__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--gray-color);
  }

  .more-articles__heading {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 20px;
  }

  .more-articles__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .article-row {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px ;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
  }

  .article-row__thumb {
    width: 98px;
    height: 98px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .article-row__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .article-row__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .article-row__date {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 6px;
  }

  .article-row__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.3;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article-row__read-time {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-color);
  }
.more-blog-grid > h3{
    font-size: 37px;
    margin-bottom: 20px;
}
.more-blog-grid{
    margin-bottom: 40px;
}

/* =========================== blog detail css ============================ */

















