:root {
    --primary-color: #be1d2c;
    --white-color: #ffffff;
}

.section-head-content,
.section-head-content p {
    color: var(--white-color);
}

.button-outlined-primary {
    color: var(--white-color);
}

.testimonial-area .testimonial-info .single-thumb img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 100% !important;
}

.blog-area .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.blog-area .col-lg-4,
.blog-area .col-md-6,
.blog-wrapper .col-lg-4,
.blog-wrapper .col-md-6 {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog-area .blog-card-beta,
.blog-wrapper .blog-card-gamma {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.blog-details-wrapper .blog-details img {
    width: 100%;
    height: auto;
}

blockquote {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    padding: 40px 1.5em;
    margin: 1.5em 0;
    border-left: 5px solid var(--primary-color);
    border-right: 5px solid var(--primary-color);
    /* Primary color for border */
    background: #fdfdfd;
    /* Slightly off-white background */
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    font-weight: bold;
    /* Softer shadow */
}

blockquote::before {
    content: "“";
    /* Decorative opening quote */
    font-size: 2.5em;
    color: var(--primary-color);
    /* Primary color for decorative quote */
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0.5em;
    opacity: 0.3;
}

blockquote p {
    margin: 0;
    font-size: 20px;
    /* Remove default margin */
}

blockquote footer {
    text-align: right;
    font-size: 0.9em;
    font-style: italic;
    color: #777;
    margin-top: 1em;
}

blockquote footer::before {
    content: "”";
    /* Add a dash before the footer text */
}

.pagination-container {
    margin: 50px 0 0 0;
}

.pagination .results-info {
    height: 40px;
}

.pagination .page-item.disabled .page-link {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.tour-package-details .tab-pane h3 {
    font-weight: 700;
    font-size: 30px;
    color: rgb(45, 55, 60);
    line-height: 1;
}

.tour-package-details .package-info-tab table {
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
}

.tour-package-details .package-info-tab table tr td {
    color: #666666;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 10px 20px 40px;
    vertical-align: middle;
}

.tour-package-details .package-info-tab table tr td:first-child {
    color: #2d373c;
}

.tour-package-details .package-info-tab table ul {
    margin: 0;
    padding: 0;
}

.tour-package-details .package-info-tab table ul li {
    list-style: none;
    margin: 5px 0;
}

.tour-package-details .package-info-tab table ul li img {
    margin-right: 10px;
}

/* .tour-package-details .package-info-tab img {
    margin: 0 15px;
} */

/* Base style */
.tour-package-details .package-info-tab p img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

/* If p contains 2 images */
.tour-package-details .package-info-tab p:has(img:nth-of-type(2):not(:nth-of-type(3))) img {
    width: calc(50% - 30px);
    margin: 0 15px;
}

/* If p contains 3 images */
.tour-package-details .package-info-tab p:has(img:nth-of-type(3):not(:nth-of-type(4))) img {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
}

/* If p contains 4 images */
.tour-package-details .package-info-tab p:has(img:nth-of-type(4):not(:nth-of-type(5))) img {
    width: calc(25% - 10px);
    margin: 0 5px;
}

/* Add more if needed */

.tour-package-details .package-plan-tab strong {
    color: var(--primary-color);
}

.tour-package-details .package-plan-tab ul {
    margin-left: 40px;
}

.tour-package-details .package-plan-tab ul li {
    list-style: circle;
    list-style-position: inside;
}

.package-gallary-tab {
    margin-bottom: 80px;
}

.topbar-style-one .topbar-social-links li i {
    color: var(--white-color);
}

.service-widget .widget-body li .wi {
    width: 40px !important;
}

.service-widget .widget-body li .wb h6 {
    font-size: 18px !important;
}

.cate-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}