/* ============================================
   Colorido Tours — colorido.tours
   Custom styles (Bootstrap 5.3 companion)
   ============================================ */

:root {
    --brand: #113554;          /* Colorido navy (logo wordmark) */
    --brand-dark: #0c2740;
    --brand-light: #eaf6fc;
    --accent: #2daae1;         /* Colorido sky blue (logo icon) */
    --accent-dark: #1b8ec5;
    --ink: #17293b;
    --font-head: 'Playfair Display', serif;   /* Premium luxury serif for hero/headings */
    --font-body: 'Inter', sans-serif;         /* Modern sans-serif for body */
}

body {
    font-family: var(--font-body);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, .section-title, .hero-title, .page-title {
    font-family: var(--font-head);
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 4.5vw, 2.75rem); font-weight: 700; }
h3 { font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 700; }

.hero-title {
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: -0.75px;
    line-height: 1.15;
}

.section-title {
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    letter-spacing: -0.5px;
}

.page-title {
    font-weight: 700;
    font-size: clamp(2rem, 4.5vw, 3rem);
}

/* ---------- Buttons ---------- */
.btn-accent {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
}
.btn-accent:hover, .btn-accent:focus {
    background-color: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #fff;
}
.btn-primary-brand {
    background-color: var(--brand);
    border-color: var(--brand);
    color: #fff;
    font-weight: 600;
}
.btn-primary-brand:hover, .btn-primary-brand:focus {
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}
.btn-outline-brand {
    border: 2px solid var(--brand);
    color: var(--brand);
    font-weight: 600;
}
.btn-outline-brand:hover {
    background-color: var(--brand);
    color: #fff;
}
.text-accent { color: var(--accent); }

/* ---------- Navbar ---------- */
#mainNav {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: padding .3s ease;
    padding-top: .9rem;
    padding-bottom: .9rem;
}
#mainNav.scrolled {
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.navbar-brand, .footer-brand {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 1.4rem;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.brand-logo { height: 48px; width: auto; }
.brand-word {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .08em;
}
.footer-logo {
    height: 110px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .95;
}
.brand-icon { color: var(--accent); margin-right: .35rem; }
.brand-colorido { color: var(--brand); }
.brand-tours { color: var(--accent); }
.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--ink);
    margin: 0 .35rem;
    position: relative;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: .1rem;
    left: .5rem;
    right: .5rem;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform .25s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}
.navbar-toggler { border: none; font-size: 1.6rem; color: var(--brand); }
.btn-lang {
    border: 1px solid #dfe5e6;
    font-weight: 600;
    font-size: .85rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--brand);
}

/* ---------- Hero ---------- */
.hero {
    min-height: 100vh;
    background:
        linear-gradient(rgba(12, 39, 64, 0.55), rgba(12, 39, 64, 0.72)),
        url('/assets/img/slider/Capadocia-Globos-Bandera-Visitantes.jpg') center / cover no-repeat;
    color: #fff;
    padding: 8rem 0 5rem;
}
.hero-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.25rem;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 720px;
    margin-bottom: 2rem;
    opacity: .92;
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
    min-height: 46vh;
    background:
        linear-gradient(rgba(12, 39, 64, 0.6), rgba(12, 39, 64, 0.78)),
        url('/assets/img/slider/Santa-Sofia-Estambul-Tours.jpg') center / cover no-repeat;
    color: #fff;
    padding: 7rem 0 3rem;
}
.page-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; }
.page-subtitle { max-width: 640px; opacity: .92; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.bg-light-soft { background-color: #f5fafd; }
.section-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .78rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: .5rem;
}
.section-title {
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin-bottom: 1rem;
}

/* ---------- Service cards ---------- */
.service-card, .mv-card, .team-card, .service-detail-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(17, 53, 84, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover, .team-card:hover, .service-detail-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(17, 53, 84, 0.16);
}
.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: var(--brand-light);
    color: var(--accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.service-icon-sm { width: 44px; height: 44px; font-size: 1.2rem; }
.service-detail-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

/* ---------- Destination cards ---------- */
.destination-card {
    height: 340px;
    box-shadow: 0 6px 24px rgba(17, 53, 84, 0.1);
}
.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.destination-card:hover img { transform: scale(1.07); }
.destination-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.5rem;
    color: #fff;
    background: linear-gradient(transparent, rgba(9, 30, 50, 0.92));
}

/* ---------- Stats ---------- */
.stats-section {
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 45%, var(--accent-dark) 100%);
}
.stat-icon { font-size: 2rem; color: #9fdcf7; }
.stat-value, .stat-suffix {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 2.4rem;
    font-weight: 800;
}
.stat-label { opacity: .9; font-size: .95rem; }

/* ---------- Testimonials ---------- */
.testimonial-card {
    max-width: 720px;
    padding: 2.5rem 2rem 3.5rem;
}
.testimonial-quote { font-size: 3rem; color: var(--accent); line-height: 1; }
.testimonial-text { font-size: 1.1rem; font-style: italic; color: #44586b; }
.testimonial-stars { color: #f4b400; }
.testimonial-indicators [data-bs-target] {
    background-color: var(--brand);
}

/* ---------- CTA ---------- */
.cta-section {
    background:
        linear-gradient(rgba(17, 53, 84, 0.88), rgba(27, 142, 197, 0.82)),
        url('/assets/img/slider/Torre-Galata-Estambul-Tours.jpg') center / cover no-repeat;
}
.cta-text { max-width: 620px; opacity: .93; }

/* ---------- Team ---------- */
.team-role { color: var(--accent); }
.team-photo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}

/* ---------- Contact ---------- */
.form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 .2rem rgba(45, 170, 225, 0.18);
}
.contact-info-item a { color: var(--accent-dark); text-decoration: none; }
.contact-info-item a:hover { text-decoration: underline; }
/* Honeypot: visually hidden, still fillable by bots */
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ---------- Footer ---------- */
.site-footer {
    background-color: #0c2740;
    color: #bcd2e2;
}
.site-footer .brand-colorido { color: #fff; }
.footer-heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8rem;
    margin-bottom: 1rem;
}
.footer-text { font-size: .92rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a {
    color: #bcd2e2;
    text-decoration: none;
    transition: color .2s ease;
    font-size: .92rem;
}
.footer-links a:hover { color: var(--accent); }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    margin-right: .5rem;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.footer-social a:hover { background: var(--accent); transform: translateY(-3px); }
.footer-divider { border-color: rgba(255, 255, 255, 0.12); margin: 2rem 0 1rem; }
.footer-langs a {
    color: #bcd2e2;
    text-decoration: none;
    margin-left: .75rem;
    font-weight: 600;
}
.footer-langs a.active { color: var(--accent); }

/* ---------- Floating contact bubbles ---------- */
.whatsapp-float,
.email-float {
    position: fixed;
    right: 1.4rem;
    z-index: 1050;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: transform .15s ease;
}
.whatsapp-float {
    bottom: 1.4rem;
    background: #25d366;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}
.email-float {
    bottom: calc(1.4rem + 58px + .8rem);
    background: var(--accent, #2daae1);
    font-size: 1.5rem;
    box-shadow: 0 8px 24px rgba(45, 170, 225, 0.45);
}
.whatsapp-float:hover,
.email-float:hover { transform: scale(1.1); color: #fff; }

/* ---------- Service detail page ---------- */
.service-breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.6); }
.service-breadcrumb .breadcrumb-item,
.service-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,.8); text-decoration: none; }
.service-breadcrumb .breadcrumb-item.active { color: #fff; }
.other-services-list a { color: var(--ink); text-decoration: none; border-bottom: 1px solid #eef3f6; }
.other-services-list li:last-child a { border-bottom: 0; }
.other-services-list a:hover { color: var(--accent); }

/* ---------- Contact form card ---------- */
.contact-card {
    background: #fff;
    border: 1px solid #e8eef2;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 34px rgba(17, 53, 84, 0.08);
}
.contact-card .form-control {
    border-color: #dfe7ec;
}
.contact-card .form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 .2rem rgba(45, 170, 225, 0.15);
}
.contact-card textarea.form-control { min-height: 150px; }

/* ---------- Fade-up animation ---------- */
.fade-up {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .35s ease-out, transform .35s ease-out;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .fade-up { opacity: 1; transform: none; transition: none; }
}

/* ---------- FAQ accordion ---------- */
.accordion-item {
    border: none;
    margin-bottom: .75rem;
    border-radius: .8rem !important;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(17, 53, 84, 0.08);
}
.accordion-button {
    font-weight: 600;
    color: var(--ink);
    background: #fff;
}
.accordion-button:not(.collapsed) {
    background: var(--brand-light);
    color: var(--brand);
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: 0 0 0 .2rem rgba(45, 170, 225, 0.18);
}

/* ---------- Typography utilities ---------- */
.text-heading { font-family: var(--font-head); font-weight: 700; }
.text-uppercase-head { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.text-display { font-family: var(--font-head); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; letter-spacing: -1px; line-height: 1.1; }
.text-lead-heading { font-size: 1.25rem; font-weight: 500; color: var(--ink); opacity: .85; }
.text-small-caps { font-family: var(--font-head); font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
    .section { padding: 3.5rem 0; }
    .offcanvas-body .navbar-nav { margin-bottom: 1.5rem; }
}
.accordion-item {
    border: none;
    margin-bottom: .75rem;
    border-radius: .8rem !important;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(17, 53, 84, 0.08);
}
.accordion-button {
    font-weight: 600;
    color: var(--ink);
    background: #fff;
}
.accordion-button:not(.collapsed) {
    background: var(--brand-light);
    color: var(--brand);
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: 0 0 0 .2rem rgba(45, 170, 225, 0.18);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
    .section { padding: 3.5rem 0; }
    .offcanvas-body .navbar-nav { margin-bottom: 1.5rem; }
}
