/* DTOLVIC CONSULTING brand overrides
   primary #6d4754  secondary #693346  neutral #525252 */

:root {
    --dt-primary: #6d4754;
    --dt-secondary: #693346;
    --dt-neutral: #525252;
    --dt-primary-light: #8a5b6a;
}

/* Header logo sizing */
.it-header-logo img { max-height: 100px; }

/* Replace the orange accent (#F94735 / theme orange) used by buttons, links, icons */
.it-btn-orange,
.it-btn-orange:hover,
.it-btn-orange:focus {
    background-color: var(--dt-primary);
    border-color: var(--dt-primary);
    color: #fff;
}
.it-btn-orange:hover {
    background-color: var(--dt-secondary);
    border-color: var(--dt-secondary);
}

a { color: var(--dt-primary); }
a:hover { color: var(--dt-secondary); }

/* Keep header top-bar links white on dark bg */
.it-header-top-list-box a,
.it-header-top-list-box a:hover {
    color: #fff;
}
.it-header-top-list-box a:hover {
    color: var(--it-theme-1);
}

.it-section-subtitle,
.it-portfolio-title a:hover,
.it-header-top-list-box ul li a:hover {
    color: var(--dt-primary);
}

/* Footer links hover — light color visible on dark bg */
.it-footer-widget-menu ul li a:hover,
.it-footer-widget-menu ul li a:hover::before,
.border-line-white:hover,
footer a:hover {
    color: #e8c4d0 !important;
}
.it-footer-widget-menu ul li a:hover::before {
    background-color: #e8c4d0 !important;
}

.it-slider-subtitle { color: var(--dt-primary); }

/* Header / nav active states */
.it-menu-content > ul > li > a:hover,
.it-menu-content > ul > li.has-dropdown.active > a {
    color: var(--dt-primary);
}

/* Buttons used elsewhere */
.it-btn,
button.it-btn,
.it-btn-2,
.theme-btn {
    background-color: var(--dt-primary);
    border-color: var(--dt-primary);
    color: #fff;
}
.it-btn:hover,
.theme-btn:hover {
    background-color: var(--dt-secondary);
    border-color: var(--dt-secondary);
}

/* Breadcrumb overlay — match brand instead of green */
.it-breadcrumb-overlay::after {
    background: rgba(109,71,84,0.88) !important;
}

/* Prevent nice-select from hijacking booking form selects */
.dt-booking .nice-select { display: none !important; }
.dt-booking select {
    display: block !important;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

/* Footer copyright accent */
footer .it-copyright-link a:hover { color: var(--dt-primary); }

/* Replace the inline orange SVG fills via filter for icons we cannot easily edit */
.it-header-top-list-box svg path[fill="#F94735"],
.it-footer-widget-tel-box svg path[fill="#F94735"],
svg path[fill="#F94735"] {
    fill: var(--dt-primary) !important;
}

/* DTOLVIC booking widget on home hero */
.dt-hero {
    background: linear-gradient(135deg, rgba(109,71,84,0.92), rgba(105,51,70,0.92)),
        url('../img/slider/slider-1-3.jpg') center/cover no-repeat;
    padding: 50px 0 40px;
    color: #fff;
}
.dt-hero h1 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 12px;
}
.dt-hero p { color: rgba(255,255,255,0.85); margin-bottom: 30px; }

.dt-booking {
    background: #fff;
    border-radius: 14px;
    padding: 35px 40px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25);
    color: var(--dt-neutral);
    border-top: 5px solid var(--dt-primary);
    position: relative;
    z-index: 5;
    margin-top: -10px;
}
.dt-booking-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    border-bottom: 2px solid #eee;
}
.dt-booking-tab {
    background: none;
    border: 0;
    padding: 14px 28px;
    font-weight: 700;
    color: var(--dt-neutral);
    border-bottom: 4px solid transparent;
    cursor: pointer;
    font-size: 16px;
    transition: all .2s;
    margin-bottom: -2px;
}
.dt-booking-tab:hover {
    color: var(--dt-primary);
}
.dt-booking-tab.active {
    color: var(--dt-primary);
    border-bottom-color: var(--dt-primary);
    background: rgba(109,71,84,0.06);
}
.dt-booking-tab i { margin-right: 10px; font-size: 18px; }

.dt-booking-pane { display: none; }
.dt-booking-pane.active { display: block; }

.dt-booking .form-row { display: flex; flex-wrap: wrap; gap: 18px; }
.dt-booking .form-field { flex: 1 1 220px; display: flex; flex-direction: column; }
.dt-booking label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    color: var(--dt-secondary);
    margin-bottom: 8px;
}
.dt-booking input,
.dt-booking select,
.dt-booking textarea {
    border: 2px solid #e4e4e4;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 15px;
    color: var(--dt-neutral);
    font-family: inherit;
    width: 100%;
    transition: border-color .2s, background .2s;
}
.dt-booking input:focus,
.dt-booking select:focus,
.dt-booking textarea:focus {
    outline: none;
    border-color: var(--dt-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(109,71,84,0.12);
}
.dt-booking-submit {
    background: var(--dt-primary);
    color: #fff;
    border: 0;
    padding: 16px 48px;
    font-weight: 700;
    border-radius: 8px;
    font-size: 17px;
    cursor: pointer;
    transition: background .2s, transform .15s;
    margin-top: 14px;
    display: inline-block;
    letter-spacing: .3px;
}
.dt-booking-submit:hover {
    background: var(--dt-secondary);
    transform: translateY(-1px);
}

/* Tour cards — always-visible text instead of hover-reveal */
.dt-tour-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
    background: #fff;
    transition: transform .25s, box-shadow .25s;
}
.dt-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.16);
}
.dt-tour-card-img {
    height: 220px;
    overflow: hidden;
}
.dt-tour-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.dt-tour-card:hover .dt-tour-card-img img {
    transform: scale(1.06);
}
.dt-tour-card-body {
    padding: 22px 24px 24px;
}
.dt-tour-card-body h4 {
    font-size: 19px;
    margin-bottom: 8px;
}
.dt-tour-card-body h4 a {
    color: var(--dt-primary);
}
.dt-tour-card-body h4 a:hover {
    color: var(--dt-secondary);
}
.dt-tour-card-body p {
    font-size: 14px;
    color: var(--dt-neutral);
    margin-bottom: 12px;
    line-height: 1.55;
}
.dt-tour-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}
.dt-tour-card-meta small {
    color: #888;
    font-size: 13px;
}
.dt-tour-card-meta strong {
    color: var(--dt-primary);
    font-size: 16px;
    margin-left: auto;
}

/* Airline carousel — infinite scroll */
.dt-airline-track {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.dt-airline-track::before,
.dt-airline-track::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.dt-airline-track::before { left: 0; background: linear-gradient(to right, #f9f9f9, transparent); }
.dt-airline-track::after  { right: 0; background: linear-gradient(to left, #f9f9f9, transparent); }

.dt-airline-slide-wrap {
    display: flex;
    gap: 50px;
    animation: airlineScroll 30s linear infinite;
    width: max-content;
}
.dt-airline-slide-wrap:hover { animation-play-state: paused; }

.dt-airline-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dt-airline-logo img {
    height: 50px;
    width: auto;
    opacity: 0.7;
    transition: opacity .2s;
    filter: grayscale(30%);
}
.dt-airline-logo img:hover {
    opacity: 1;
    filter: none;
}

@keyframes airlineScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
    .dt-hero { padding: 40px 0 30px; }
    .dt-hero h1 { font-size: 28px; }
    .dt-booking { padding: 22px 18px; }
    .dt-booking-tab { padding: 12px 16px; font-size: 14px; }
    .dt-airline-slide-wrap { gap: 30px; }
    .dt-airline-logo img { height: 40px; }
}
