:root {
    --brand-dark: #081b33;
    --brand-navy: #0a2342;
    --brand-blue: #0f5ea8;
    --brand-sky: #59b8ff;
    --brand-ice: #f4fbff;
    --text-main: #16324f;
    --text-soft: #5e748c;
    --white: #ffffff;
    --shadow-soft: 0 18px 50px rgba(8, 27, 51, 0.12);
    --shadow-hover: 0 28px 70px rgba(8, 27, 51, 0.18);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(89, 184, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #f9fcff 0%, #eef7ff 35%, #ffffff 100%);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.section-space {
    padding: 100px 0;
}

.bg-surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(231, 243, 255, 0.85));
}

.shadow-soft {
    box-shadow: var(--shadow-soft);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(89, 184, 255, 0.14);
    color: var(--brand-blue);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 3rem;
}

.section-heading.text-start {
    margin: 0 0 2rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.section-heading p,
.hero-copy,
.subpage-hero p {
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.8;
}

.btn-brand,
.btn-outline-brand {
    border-radius: 999px;
    padding: 0.9rem 1.6rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-brand {
    color: var(--white);
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-sky));
    border: 0;
    box-shadow: 0 14px 34px rgba(15, 94, 168, 0.28);
}

.btn-brand:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(15, 94, 168, 0.35);
}

.btn-outline-brand {
    border: 1px solid rgba(15, 94, 168, 0.24);
    color: var(--brand-blue);
    background: rgba(255, 255, 255, 0.6);
}

.btn-outline-brand:hover {
    background: var(--brand-blue);
    color: var(--white);
}

.btn-link-brand {
    color: var(--brand-blue);
    font-weight: 700;
}

.glass-nav {
    padding: 0.18rem 0;
    background: rgba(8, 27, 51, 0.82);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}

.glass-nav.nav-scrolled {
    background: rgba(8, 27, 51, 0.95);
    box-shadow: 0 12px 32px rgba(6, 18, 35, 0.22);
}

.glass-nav .container {
    align-items: center;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    color: var(--white);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
}

.brand-logo {
    width: 146px;
    max-width: 30vw;
    max-height: 91px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.14));
}

.brand-copy {
    display: none;
}

.brand-mark small {
    display: block;
    opacity: 0.8;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.brand-badge {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(89, 184, 255, 0.34));
    color: var(--white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    font-size: 0.96rem;
    padding-inline: 0.8rem;
}

.navbar-dark .navbar-nav {
    align-items: center;
}

.glass-nav .btn-brand.btn-sm {
    padding: 0.9rem 1.45rem;
    font-size: 0.94rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--white);
}

.hero-section {
    position: relative;
    color: var(--white);
    background: linear-gradient(110deg, rgba(5, 18, 36, 0.92), rgba(9, 38, 72, 0.68)), url("/images/herosection.png") center/cover no-repeat;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(89, 184, 255, 0.4), transparent 20%),
        radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.16), transparent 18%);
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 1.02;
    margin-bottom: 1.3rem;
}

.hero-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-metrics div {
    min-width: 135px;
    padding: 1rem 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.hero-metrics strong {
    display: block;
    font-size: 1.45rem;
}

.hero-metrics span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.92rem;
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
    border-radius: var(--radius-xl);
}

.hero-showcase {
    padding: 1rem;
}

.hero-showcase img {
    min-height: 440px;
    object-fit: cover;
}

.custom-indicators {
    margin-bottom: -0.2rem;
}

.custom-indicators [data-bs-target],
.testimonial-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(89, 184, 255, 0.4);
}

.custom-indicators .active,
.testimonial-indicators .active {
    background: var(--brand-sky);
}

.offer-banner {
    position: relative;
    margin-top: -60px;
    z-index: 3;
}

.offer-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.25rem;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, var(--brand-dark), var(--brand-blue));
    color: var(--white);
    box-shadow: var(--shadow-hover);
}

.offer-card h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    margin: 0;
}

.info-card,
.service-card,
.fleet-card,
.feature-box,
.testimonial-card,
.info-panel,
.newsletter-card,
.map-card,
.stat-card {
    height: 100%;
}

.info-card,
.info-panel,
.stat-card,
.feature-box {
    padding: 1.6rem;
}

.info-panel {
    padding: 2rem;
}

.about-visual {
    position: relative;
}

.owner-section {
    position: relative;
    padding-top: 40px;
}

.owner-profile-card {
    position: relative;
    padding: 1.2rem;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(231, 243, 255, 0.9));
    box-shadow: var(--shadow-hover);
}

.owner-photo-stage {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(89, 184, 255, 0.28), transparent 32%),
        linear-gradient(145deg, #f5fbff, #dfeeff);
    padding: 1rem;
}

.owner-photo-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(8, 27, 51, 0.82);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.owner-photo {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 18px 42px rgba(8, 27, 51, 0.16);
}

.owner-profile-meta {
    display: grid;
    gap: 0.3rem;
    padding: 1.2rem 0.4rem 0.2rem;
    text-align: center;
}

.owner-profile-meta strong {
    color: var(--text-main);
    font-size: 1.2rem;
}

.owner-profile-meta span {
    color: var(--text-soft);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.owner-message-card {
    position: relative;
    padding: 2.2rem;
    border-radius: 32px;
    background: linear-gradient(160deg, rgba(8, 27, 51, 0.96), rgba(15, 94, 168, 0.88));
    color: var(--white);
    box-shadow: var(--shadow-hover);
}

.owner-message-card h2 {
    color: var(--white);
    margin-bottom: 1rem;
}

.owner-message-card p {
    color: rgba(255, 255, 255, 0.82);
}

.owner-quote {
    margin-top: 1.5rem;
    padding: 1.15rem 1.25rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.owner-quote p {
    margin: 0;
    color: var(--white);
    font-size: 1.02rem;
    line-height: 1.8;
    font-style: italic;
}

.owner-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.owner-highlight-item {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.owner-highlight-item strong {
    color: var(--white);
    font-size: 1rem;
}

.owner-highlight-item span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

.floating-note {
    position: absolute;
    right: -10px;
    bottom: 30px;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.25rem;
    max-width: 300px;
}

.service-card,
.package-card,
.fleet-card,
.feature-box,
.gallery-item,
.testimonial-card,
.newsletter-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover,
.package-card:hover,
.fleet-card:hover,
.feature-box:hover,
.gallery-item:hover,
.testimonial-card:hover,
.newsletter-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.service-image,
.package-image,
.fleet-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    border-radius: 26px 26px 0 0;
}

.service-card-body,
.package-card-body,
.fleet-card-body {
    padding: 1.5rem;
}

.service-icon,
.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(15, 94, 168, 0.12), rgba(89, 184, 255, 0.2));
    color: var(--brand-blue);
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.symbol-mark,
.icon-inline,
.icon-chip,
.star-glyph {
    display: inline-grid;
    place-items: center;
    font-weight: 800;
}

.symbol-mark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(15, 94, 168, 0.1);
}

.icon-inline {
    width: 24px;
    height: 24px;
    margin-right: 0.55rem;
    border-radius: 50%;
    background: rgba(89, 184, 255, 0.14);
    color: var(--brand-blue);
    font-size: 0.78rem;
}

.icon-chip {
    width: 24px;
    height: 24px;
    margin-right: 0.55rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    font-size: 0.78rem;
}

.star-glyph {
    color: #f4b000;
    font-size: 1rem;
    margin-right: 0.2rem;
}

.service-card h3,
.package-card h3,
.fleet-card h3,
.feature-box h3,
.testimonial-author h3 {
    font-size: 1.45rem;
    margin-bottom: 0.75rem;
}

.service-card p,
.feature-box p,
.package-card p,
.fleet-card p,
.contact-section p,
.footer-brand p {
    color: var(--text-soft);
}

.package-card {
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.package-image-wrap {
    position: relative;
}

.badge-brand {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(8, 27, 51, 0.78);
    color: var(--white);
    padding: 0.7rem 1rem;
    border-radius: 999px;
}

.package-rating {
    color: #f4b000;
    font-weight: 800;
}

.price-text {
    color: var(--brand-blue);
    font-size: 1.15rem;
}

.feature-list {
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
    color: var(--text-soft);
}

.feature-box {
    padding: 2rem;
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.destinations-section .carousel {
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.destination-slide {
    position: relative;
    min-height: 520px;
}

.destination-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.destination-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2rem;
    color: var(--white);
    background: linear-gradient(180deg, transparent 20%, rgba(5, 18, 36, 0.86) 100%);
}

.destination-overlay h3 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 165px;
    gap: 0.9rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 165px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-caption {
    position: absolute;
    inset-inline: 1rem;
    bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 18px;
    background: rgba(8, 27, 51, 0.82);
    color: var(--white);
    backdrop-filter: blur(3px);
    max-width: calc(100% - 2rem);
}

.gallery-item-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item-2,
.gallery-item-3,
.gallery-item-5,
.gallery-item-6 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery-item-4 {
    grid-column: span 2;
    grid-row: span 2;
}

.clients-section {
    background: linear-gradient(180deg, rgba(230, 243, 255, 0.55), rgba(255, 255, 255, 0.95));
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.client-card {
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 1.5rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 94, 168, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.client-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.client-logo {
    max-width: 100%;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.client-logo-hi-tech {
    max-height: 150px;
}

.client-logo-salma {
    max-height: 120px;
}

.client-logo-rafa {
    max-height: 135px;
}

.testimonial-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.3rem;
    text-align: center;
}

.stars {
    margin-bottom: 1rem;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: var(--text-main);
}

.testimonial-author span {
    color: var(--text-soft);
}

.faq-accordion .accordion-item {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    margin-bottom: 1rem;
}

.faq-accordion .accordion-button {
    font-weight: 800;
    color: var(--text-main);
    background: var(--white);
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-blue);
    background: rgba(89, 184, 255, 0.08);
}

.newsletter-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 2.2rem;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(231, 243, 255, 0.88));
    box-shadow: var(--shadow-soft);
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    width: min(100%, 460px);
}

.newsletter-form .form-control {
    min-height: 54px;
    border: 1px solid rgba(94, 116, 140, 0.18);
    border-radius: 16px;
    box-shadow: none;
}

.contact-details {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.social-links {
    display: flex;
    gap: 0.8rem;
}

.social-links a {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    font-weight: 700;
}

.social-links.dark a {
    background: rgba(15, 94, 168, 0.08);
    color: var(--brand-blue);
}

.map-card {
    padding: 1rem;
}

.site-footer {
    padding: 70px 0 30px;
    color: rgba(255, 255, 255, 0.72);
    background: var(--brand-dark);
}

.footer-brand {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.footer-logo {
    width: 165px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.12));
}

.site-footer h6,
.site-footer h5,
.site-footer a {
    color: var(--white);
}

.footer-links,
.footer-contact {
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.65;
}

.footer-contact .icon-chip,
.footer-contact .icon-inline {
    flex: 0 0 24px;
    margin-right: 0;
    margin-top: 0.12rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 1rem;
    background: rgba(8, 27, 51, 0.94);
    color: var(--white);
    z-index: 9999;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.site-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-orbit {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.22);
    border-top-color: var(--brand-sky);
    animation: spin 0.9s linear infinite;
}

.quick-contact-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: inline-grid;
    place-items: center;
    min-width: 88px;
    height: 52px;
    padding: 0 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-sky));
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 18px 30px rgba(15, 94, 168, 0.35);
    z-index: 99;
}

.subpage-hero {
    padding: 170px 0 90px;
    background: linear-gradient(135deg, rgba(8, 27, 51, 0.92), rgba(15, 94, 168, 0.78)), url("/images/SharjahCultural.png") center/cover no-repeat;
    color: var(--white);
}

.subpage-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    margin-bottom: 1rem;
}

.about-checklist {
    display: grid;
    gap: 1rem;
    color: var(--text-main);
    font-weight: 700;
}

.stats-section {
    padding-bottom: 10px;
}

.stat-card {
    position: relative;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
}

.stat-card h3,
.stat-card .counter-suffix {
    display: inline-block;
    color: var(--brand-blue);
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stat-card p {
    margin: 0;
    color: var(--text-soft);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991.98px) {
    .section-space {
        padding: 80px 0;
    }

    .offer-banner {
        margin-top: -20px;
    }

    .offer-card,
    .newsletter-card,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .floating-note {
        position: static;
        margin-top: 1rem;
    }

    .newsletter-form {
        width: 100%;
        flex-direction: column;
    }

    .hero-showcase {
        margin-top: 2rem;
        max-width: none;
    }

    .destination-slide,
    .destination-image {
        min-height: 420px;
        height: 420px;
    }

    .brand-logo {
        width: 205px;
        max-width: 52vw;
        max-height: 56px;
    }

    .owner-photo {
        max-width: 360px;
    }

    .owner-message-card {
        padding: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .owner-profile-card,
    .owner-message-card {
        border-radius: 26px;
    }

    .owner-photo-stage {
        border-radius: 22px;
    }

    .owner-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        text-align: center;
    }

    .hero-actions,
    .hero-metrics {
        justify-content: center;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .clients-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item,
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6 {
        grid-column: auto;
        grid-row: auto;
        min-height: 240px;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .footer-bottom {
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {
    .fleet-image {
        height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px;
    }

    .gallery-item-1,
    .gallery-item-4 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-5,
    .gallery-item-6 {
        grid-column: span 1;
        grid-row: span 1;
    }
}
