﻿body {
}
.mainText {
    color: #25335D;
    font-weight: 700;
    text-decoration: underline;
}

.col-lg-3.col-md-4.mb-4 {
    margin-bottom: 15px;
}

input#txtStartDate, input#txtEndDate {
    background: #f0f0f0;
}

.tour-header a {
    font-weight: 800 !important;
}

row.mt-4 {
    background: #f6f7fb !important;
}

.form-control {
    display: block;
    width: 100%;
    /*height: 27px !important;*/
    padding: 6px 12px;
    font-size: 10px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.dropdown-menu {
    font-size: 11px !important;
}

form#form1 {
    margin-bottom: -39px;
}

.filter-sidebar {
    top: 90px;
    align-self: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 18px;
    font-size: 9px;
    color: #222;
    transition: all 0.3s ease;
    z-index: 10; 
    margin-top: 20px;
}

.row {
    overflow: visible !important;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

    .filter-header h5 {
        margin: 0;
        font-size: 10px;
        font-weight: 600;
    }

.reset-link {
    font-size: 12px;
    color: #25335D;
    text-decoration: none;
    font-weight: 600;
}

.btn-info {
    border-color: #ccc !important;
}

.reset-link:hover {
    text-decoration: underline;
    color: #25335D !important;
}

.filter-block {
    margin-bottom: 15px;
}

    .filter-block label {
        display: block;
        font-weight: 500;
        color: #333;
        margin-bottom: 6px;
        font-size: 12px;
    }
#updIntTourList {
    margin-left: -36px;
    padding-right: 15px;
}

label.form-label.small.text-muted.mb-1 {
    font-size: 9px !important;
}

.txtPhoneNumber {
    margin-left: 8px !important;
    width: 150px !important;
    margin-left: 2px !important;
}

input.form-control.name {
    width: 260px !important;
}

input.form-control.txtPhoneNumber {
    width: 200px !important;
}

/*span.filter-option.pull-left {
    width: 20px !important;
}*/

.form-control,
select {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 9px;
    color: #333;
    outline: none;
    background-color: #fff;
}

    .form-control:focus,
    select:focus {
        border-color: #25335D;
    }

.filter-checkbox-list label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    margin-bottom: -10px;
    cursor: pointer;
    font-weight: 800;
}

.filter-checkbox-list input[type="checkbox"] {
    width: 14px;
    height: 16px;
    accent-color: #25335D;
}

input[type="range"] {
    width: 100%;
    accent-color: #25335D;
    height: 4px;
    margin-top: 4px;
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #888;
}

.date-row {
    display: flex;
    gap: 10px;
}

    .date-row .form-control {
        font-size: 10px;
        padding: 5px 8px;
        border-radius: 6px;
    }

.custom-date.empty::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 12px;
    top: 8px;
    color: #999;
    font-size: 13px;
    pointer-events: none;
}

.custom-date:focus::before {
    content: "";
}

.duration-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

    .duration-grid button {
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        padding: 6px 0;
        font-size: 9px;
        color: #333;
        cursor: pointer;
        transition: all 0.2s;
    }

        .duration-grid button:hover,
        .duration-grid button.active {
            background: #25335D;
            color: #fff;
            border-color: #25335D;
        }
.apply-btn {
    width: 100%;
    background: #25335D;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px;
    font-size: 9px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

    .apply-btn:hover {
        background: #25335D;
    }

@media (max-width: 767px) {
    .filter-sidebar {
        padding: 14px;
    }

    .filter-header h5 {
        font-size: 7px;
    }

    input.search-input.form-control.ps-4 {
        border-radius: 7px !important;
    }

    .form-control,
    select,
    .date-row .form-control {
        height: 34px;
        font-size: 8px;
    }

    .duration-grid button {
        font-size: 8px;
        padding: 6px 0;
    }

    .apply-btn {
        font-size: 9px;
        padding: 8px;
    }
}

.innersection1 {
    padding: 0px 0;
    background: #f8f9fa;
}

    .innersection1 .title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        color: #25335D;
    }

.tourlistwrap {
    padding: 25px;
    margin-bottom: 25px;
}

a#readMoreLink {
    text-decoration: underline !important;
}

.tourlistwrap .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #25335D;
    margin-bottom: 5px;
    display: inline-block;
    padding-bottom: 5px;
}

.mainHeading {
    font-size: 30px;
    font-weight: 900;
    color: #25335D;
    margin-bottom: 5px;
    display: inline-block;
    padding-bottom: 5px;
}

.tourlistwrap .heading {
    margin-top: -27px !important;
}

.tablewrap {
    padding: 10px 0;
}


@media (max-width:768px) {
    p.lead {
        font-size: 12px;
        line-height: 1.6;
        padding: 0 15px;
    }

    h3 {
        font-size: 18px;
    }
}

.subheadrow {
    font-family: "Inter", sans-serif;
    text-align: center;
}

.bottom-line {
    margin: 10px auto 0;
    width: 85%;
    height: 1px;
    background: linear-gradient( to right, transparent, #d1d5db 10%, #9ca3af 50%, #d1d5db 90%, transparent );
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}



input.form-control.text-center {
    font-size: 10px;
    height: 28px;
}

button.btn.dropdown-toggle.btn-info {
    font-size: 10px;
    height: 28px;
    background: #f5f5f5
}

button.btn.talk-btn.w-100.fw-semibold {
    font-size: 9px;
    height: 27px;
}

.help-form .form-control:focus,
.help-form .form-select:focus {
    border-color: #25335D;
    box-shadow: 0 0 4px rgba(37, 51, 93, 0.2);
}


input.form-control.name {
    width: 300px !important;
}

span.filter-option.pull-left {
    padding-top: 2px !important;
}
.price-slider {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

.slider-track {
    position: absolute;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

.price-slider input[type="range"] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
}

    .price-slider input[type="range"]::-webkit-slider-thumb {
        pointer-events: auto;
        -webkit-appearance: none;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #25335D;
        border: 2px solid #fff;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

    .price-slider input[type="range"]::-moz-range-thumb {
        pointer-events: auto;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #007bff;
        border: 2px solid #fff;
        cursor: pointer;
        z-index: 3;
    }

.price-values {
    display: flex;
    justify-content: space-between;
}

    .price-values span {
        font-size: 10px;
        font-weight: 500;
        color: #333;
    }

.tour-duration {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 8px;
}

.duration-btn {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 4px 6px;
    background: #fff;
    color: #25335D;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .duration-btn:hover {
        border-color: #25335D;
        color: #fff;
        background: #25335D;
    }

    .duration-btn.active {
        background: #25335D;
        color: #fff;
        border-color: #25335D;
    }

.filter-block.mt-3 .filter-option.pull-left {
    width: 97px !important;
}

input#btnApplyFilters {
    margin-top: 25px !important;
    width: 150px !important;
    font-size: 12px !important;
    margin-left: 38px;
    font-weight: 500;
}

.small, small {
    font-size: 80% !important;
    font-weight: 700 !important;
}

.headingMain {
    color: #617C89 !important;
}

.helpDestinationWrapper {
    background-color: #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-center-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.help-form .form-label {
    font-size: 13px;
    font-weight: 500;
    color: #4b5563 !important;
    margin-bottom: 2px;
    display: block;
}

.help-form .form-control,
.help-form .form-select {
    height: 25px;
    line-height: normal;
    padding: 2px 10px;
}

.talk-btn {
    margin-top: 7px;
    background-color: #25335D;
    color: #fff;
    border-radius: 6px;
    font-size: 10px !important;
    padding: 0px 11px !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

    .talk-btn:hover {
        color: #fff !important;
        background-color: #1e2a4b;
    }

@media screen and (max-width: 767px) {
    #txtFullName {
        width: 253px !important;
    }
}

.help-form .ddlStdCode {
    max-width: 80px;
    text-align: center;
    padding-left: 5px;
}



@media (min-width: 768px) {
    .button-column-alignment {
        margin-top: 18px; 
    }
}

@media (max-width: 575px) {
    .help-form .col-sm-10 .talk-btn {
        width: auto !important;
        padding: 0 40px;
    }
}

.col-lg-3.col-md-4.col-sm-10 {
    width: 35% !important;
}

@media (max-width: 991px) {
    #updIntTourList {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
    }
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
}

.loader-content {
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

.loader-logo {
    width: 200px;
    max-width: 40vw; 
    height: auto;
    animation: pulse 1.8s infinite ease-in-out;
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.2));
}

.loading-text {
    font-family: 'Inter', sans-serif;
    color: #333;
    font-size: 1.7rem;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .loader-logo {
        width: 150px;
    }

    .loading-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .loader-logo {
        width: 120px;
    }

    .loading-text {
        font-size: 0.9rem;
    }
}

.search-label {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 10px;
}

.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 12px;
}

.search-input {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 12px 10px 32px;
    font-size: 11px;
    color: #333;
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .search-input::placeholder {
        color: #9ca3af;
    }

    .search-input:focus {
        border-color: #25335D;
        box-shadow: 0 0 4px rgba(37, 51, 93, 0.25);
    }

@media (min-width: 992px) {

    .col-lg-3.col-md-4.mb-4 {
        margin-bottom: 54px !important;
    }

    .leftside-bar {
        position: sticky !important;
        top: 10px !important;
        max-height: calc(100vh - 20px) !important;
        overflow-y: auto !important;
        padding-right: 8px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .leftside-bar::-webkit-scrollbar {
            width: 0;
            height: 0;
        }
}
@media (max-width: 991px) {
    .leftside-bar {
        position: static !important;
        max-height: none !important;
        overflow-y: visible !important;
    }
}

