.trend-content-title h5 a {
    color: #fdc703 !important;
}

.trend-content1 h5 {
    color: #fdc703 !important;
}

.trend-content1 .entry-author span {
    color: white !important;
}

.newsletter-form iframe {
    width: 100% !important;
    max-width: 100%;
}

.footer-about img {
    width: 200px;
    height: auto;
}

/* selected day */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #c71922;
    border-color: #c71922;
}

/* hover day */
.flatpickr-day:hover {
    background: #f7d0d2;
}

/* month / year header */
.flatpickr-current-month {
    color: #c71922;
}

/* today border */
.flatpickr-day.today {
    border-color: #c71922;
}

/* arrows */
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
    fill: #c71922;
}

.datepicker {
    background: #fff !important;
}

.date-input {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}

.why-us-icon img {
    width: auto;
    height: 60px;
    transition: filter 1s ease;
}

.why-us-content:hover .why-us-icon img {
    filter: brightness(0) invert(1);
}

/* Main container – unchanged */
.top-dest .trend-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    width: 100%;
    z-index: 10;
    gap: 1rem;
    box-sizing: border-box;
}

/* Title wrapper – important for containing overflow */
.top-dest .trend-content-title {
    flex: 1 1 auto;
    min-width: 0; /* allows shrinking below content size → ellipsis can trigger */
    overflow: hidden; /* contains the overflowing child */
}

/* Headings – minimal styling, no ellipsis here anymore */
.top-dest .trend-content-title h5,
.top-dest .trend-content-title h3 {
    margin: 0;
    line-height: 1.3;
}

/* Small gap between h5 and h3 */
.top-dest .trend-content-title h5 {
    margin-bottom: 0.25rem;
}

/* ── THIS IS WHERE ELLIPSIS MUST LIVE ── */
.top-dest .trend-content-title a.theme1,
.top-dest .trend-content-title .text-ellipsis {
    /* or whatever class you use on the link/wrapper */
    display: block; /* Critical: makes it a block-level box inside heading */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* constrains it to parent's width */
}

/* If you sometimes don't have <a>, also support direct text in h3/h5 */
.top-dest .trend-content-title h3:not(:has(a)),
.top-dest .trend-content-title h5:not(:has(a)) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Badge – unchanged from previous suggestion */
.top-dest .bg-theme {
    flex: 0 0 auto;
    min-width: 85px;
    padding: 0.35rem 1.25rem;
    text-align: center;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 0.25rem;
    color: #ffffff;
    background-color: var(--theme-color, #6366f1);
}

.best-selling h3,
.last-minute h3 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Base star (empty / unchecked) */
.fa-star {
    color: #ccc; /* light gray outline/fill for empty stars */
    font-size: 1.1rem; /* or whatever size you use */
}

/* Filled / checked stars */
.fa-star.checked {
    color: #f5b301; /* gold/yellow - very common for ratings */
    /* or use: color: #ffc107; (Bootstrap warning/yellow) */
}

/* Optional: make unchecked more outline-only if using solid style */
.fa-star:not(.checked) {
    color: grey; /* makes fill disappear */
    -webkit-text-stroke: 1px #ccc; /* outline only - modern browsers */
    text-stroke: 1px #ccc;
}

.quote-icon {
    float: left;
    font-size: 32px;
    margin-right: 10px;
    line-height: 1;
}

.inner-banner-section {
    padding: 120px 0 !important;
}

.inner-banner-section h1 {
    line-height: 70px !important;
}

.contact-info-content svg {
    scale: 2;
}

.gallery-item {
    width: 100%;
    height: 300px;
    position: relative; /* Add this for better content positioning */
}

.gallery-item .gallery-image {
    width: 100%;
    height: 100%;
    overflow: hidden; /* Ensure images don't overflow */
}

.gallery-item .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; /* Add smooth zoom effect */
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.5);
}

.pagination .page-link {
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 5px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
}

.pagination .page-item .page-link {
    color: #c71922;
    cursor: pointer;
    border: 1px #bbbbbb solid;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #c71922;
    border-color: #c71922;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: #c71922;
    border-color: #c71922;
}

.pagination .page-item .page-link:focus {
    color: #ffffff;
    background: #c71922;
    border-color: #c71922;
    box-shadow: none;
}

.blog-details-wrapper {
    padding: 80px 0;
}

.blog-details-wrapper p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.blog-details-wrapper .blog-details h1,
.blog-details-wrapper .blog-details h2 {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 32px;
    line-height: 40px;
}

.blog-details-wrapper .blog-details h4 {
    font-size: 1.3rem;
    margin-top: 25px;
}

.blog-details-wrapper .blog-details h1 a,
.blog-details-wrapper .blog-details h4 a {
    color: #c71922;
    text-decoration: underline;
}

.blog-details-wrapper .blog-details img {
    margin: 0 0 24px 0;
    border-radius: 12px;
    height: 560px;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}

.blog-details-wrapper .blog-details .post-meta a {
    background-color: #c71922;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    pointer-events: none;
    color: white;
}

blockquote {
    font-family: inherit !important;
    font-size: 1.2em;
    font-weight: 400;
    color: #333 !important;
    line-height: 1.6;
    padding: 1em 1.5em;
    margin: 1.5em 0;
    border-left: 5px solid #c71922;
    background: #fdfdfd;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

blockquote:before {
    content: "\f10d"; /* Add the content property */
    font-family: "Font Awesome 6 Free"; /* Use correct font family for FA6 */
    font-weight: 900; /* Required for solid icons in FA6 */
    color: #c71922 !important;
    font-size: 1.8em;
    background: white;
    padding: 0 8px;
    border-radius: 50%;
}

blockquote p:before,
blockquote p:after {
    display: none !important;
}

blockquote a {
    color: #c71922;
    text-decoration: underline;
}

.blog-details-wrapper .blog-details ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #141219;
    font-weight: 500;
    margin-left: 10px;
    padding-left: 20px;
}

.blog-details-wrapper .blog-details ul li {
    display: list-item;
    list-style-type: disc;
    margin-bottom: 8px;
    position: relative;
}

.blog-details-wrapper .blog-details p {
    margin-bottom: 0;
}

.blog-sidebar {
    position: sticky;
    top: 30px; /* Adjust this value based on your header height */
    align-self: flex-start;
}

.blog-sidebar .blog-widget {
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    margin: 0 !important;
}

.blog-sidebar .blog-widget .widget-title {
    padding: 10px 20px;
    margin: 0 !important;
    border-bottom: 2px solid #c71922;
}

.blog-sidebar .blog-widget .widget-title h4 {
    font-weight: 600;
    font-size: 30px;
    color: #2d373c;
    margin: 0 !important;
}

.blog-sidebar .blog-widget .widget-body {
    padding: 20px 20px;
}

.blog-sidebar .widget-search .search-input-group {
    display: flex;
    height: 44px;
}

.blog-sidebar .widget-search .search-input-group input {
    height: 100%;
    background: #f5f5f5;
    border-radius: 44px 0 0 44px;
    padding: 10px 15px;
}

.blog-sidebar .widget-search .search-input-group input::placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 1;
}

.blog-sidebar .widget-search .search-input-group input:focus {
    border: none;
}

.blog-sidebar .widget-search .search-input-group button {
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    background: #be1d2c;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 44px 44px 0;
    margin-left: -1px;
    transition: 0.3s;
}

.blog-sidebar .widget-search .search-input-group button:hover {
    background: #162b32;
}

.blog-sidebar .widget-categories ul li {
    padding-top: 15px;
}

.blog-sidebar .widget-categories ul li:first-child {
    padding-top: 0;
}

.blog-sidebar .widget-categories ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #2d373c;
    transition: all 0.2s;
}

.blog-sidebar .widget-categories ul li a:hover {
    color: #be1d2c;
}

.blog-sidebar .widget-categories ul li a:hover h6 {
    transform: translateX(5px);
}

.blog-sidebar .widget-categories ul li a h6 {
    display: inline-block;
    transition: all 0.35s;
}

.blog-sidebar .widget-categories ul li a h6 i {
    margin-right: 8px;
    font-size: 14px;
}

.blog-sidebar .widget-categories ul li a span {
    float: right;
}

.blog-sidebar .widget-tag-cloud .widget-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin-top: -10px;
}

.blog-sidebar .widget-recent-entries-custom ul li {
    display: table;
    margin-top: 25px;
}

.blog-sidebar .widget-recent-entries-custom ul li:first-child {
    margin-top: 0;
}

.blog-sidebar .widget-recent-entries-custom ul li:hover .wb h6 {
    color: #be1d2c;
}

.blog-sidebar .widget-recent-entries-custom ul li .wi {
    float: left;
    width: 80px;
    vertical-align: middle;
    display: table-cell;
}

.blog-sidebar .widget-recent-entries-custom ul li .wi img {
    width: 100%;
}

.blog-sidebar .widget-recent-entries-custom ul li .wb {
    padding-left: 16px;
    vertical-align: middle;
    display: table-cell;
}

.blog-sidebar .widget-recent-entries-custom ul li .wb h6 {
    font-weight: 600;
    font-size: 15px;
    color: #2d373c;
    line-height: 20px;
    transition: 0.2s;
}

.blog-sidebar .widget-recent-entries-custom ul li .wb h6 a {
    color: inherit;
}

.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info {
    background-color: #c71922;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    pointer-events: none;
    color: white;
    font-size: 12px;
}

@media (max-width: 991px) {
    .blog-sidebar {
        position: static;
    }
}

.service-details-container figure {
    margin-bottom: 0 !important;
}

.service-details-container img,
.service-details-container table img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text-input-style {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 16px !important;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: auto;
    font-family: inherit;
    color: inherit;
    outline: none;
    box-shadow: none;
    padding: 0 !important;
    color: black !important;
    font-weight: bold !important;
    height: 30px !important;
}

.text-input-style:hover {
    text-decoration: underline;
}

/* Remove the default input focus styles */
.text-input-style:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/* Remove the default input disabled/readonly styles */
.text-input-style:read-only {
    background: transparent;
}

/* For older browsers */
.text-input-style[readonly] {
    background: transparent;
}

.text-input-style2 {
    color: grey !important;
    font-weight: normal !important;
}

.blog-details-wrapper .blog-details p {
    font-weight: normal !important;
}

.blog-details-wrapper .blog-details h5 {
    line-height: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.blog-details-wrapper .blog-details h5 img {
    width: auto !important;
    height: auto !important;
    margin: 0 10px 0 0 !important;
}

/* Table spacing → acts like card gap */
.blog-details-wrapper .blog-details .highlight figure.table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 12px;
}

/* Each td = card */
.blog-details-wrapper .blog-details .highlight figure.table td {
    background: #f1f1f1;
    padding: 20px 15px;
    border-radius: 8px;
    vertical-align: top;
    border: none !important;
}

/* Remove default table borders */
.blog-details-wrapper .blog-details .highlight figure.table,
.blog-details-wrapper .blog-details .highlight figure.table table {
    border: none !important;
}

/* Titles */
.blog-details-wrapper .blog-details .highlight figure.table h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Content */
.blog-details-wrapper .blog-details .highlight figure.table p,
.blog-details-wrapper .blog-details .highlight figure.table li {
    font-size: 15px;
    color: #555;
    margin: 0;
    font-weight: normal;
}

/* Lists */
.blog-details-wrapper .blog-details .highlight figure.table ul {
    padding-left: 16px;
    margin: 0;
}

/* Mobile stack */
@media (max-width: 768px) {
    .blog-details-wrapper .blog-details .highlight figure.table tr {
        display: block;
    }

    .blog-details-wrapper .blog-details .highlight figure.table td {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.blog-details-wrapper .blog-details .gallery .gallery-item .gallery-image {
    width: 100%;
    height: 200px !important;
}

.blog-details-wrapper .blog-details .gallery .gallery-item .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-details-wrapper .blog-details .faq-accrodion h5 {
    margin-bottom: 0 !important;
}

/* Base accordion title */
.accrodion-grp .accrodion .accrodion-title h5 {
    position: relative;
    margin: 0 !important;
    padding-right: 30px; /* space for icon */
    text-transform: capitalize;
    border: none;
    font-size: 16px;
}

/* Default icon (DOWN) */
.accrodion-grp .accrodion .accrodion-title h5:before {
    content: "\f107"; /* chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #222222;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
}

/* Accordion content spacing */
.accrodion-grp .accrodion .accrodion-content {
    padding-top: 10px;
}

.accrodion-grp .accrodion .accrodion-content .inner {
    padding: 20px; /* slightly compact */
}

/* Paragraph styling */
.accrodion-grp .accrodion .accrodion-content .inner p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #74787d;
}

/* Active state (OPEN) */
.accrodion-grp .accrodion.active .accrodion-title {
    background: #c71922;
    border-color: #c71922;
}

/* Active title text */
.accrodion-grp .accrodion.active .accrodion-title h5 {
    color: #fff;
}

/* Active icon (UP) */
.accrodion-grp .accrodion.active .accrodion-title h5:before {
    content: "\f106"; /* chevron-up */
    color: #fff;
}

/* Smooth animation */
.accrodion-grp .accrodion .accrodion-title h5:before {
    transition: all 0.3s ease;
}

/* Optional hover effect */
.accrodion-grp .accrodion .accrodion-title h5:hover:before {
    transform: translateY(-50%) scale(1.1);
}
