/* -------------------------------------------------------------------------- */
/*                        Modern European Design System                       */
/* -------------------------------------------------------------------------- */

:root {
    /* European Corporate Palette */
    --primary-color: #0a192f;
    /* Deep Navy */
    --secondary-color: #333333;
    /* Dark Gray for high contrast */
    --accent-color: #666666;
    /* Medium Gray for subtle highlights */

    --text-dark: #2c3e50;
    /* Charcoal for Body Text */
    --text-light: #546e7a;
    /* Muted Grey for secondary text */
    --white: #ffffff;
    --bg-light: #f8f9fa;
    /* Clean White/Grey */
    --bg-dark: #0a192f;

    /* Typography */
    --font-main: 'Bricolage Grotesque', sans-serif;

    /* Spacing & Layout */
    --container-width: 1200px;
    --section-padding: 80px 0;

    /* Effects */
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.12);
    --transition: all 0.3s ease;
    --radius: 4px;
    /* Slightly squarer for "Corporate" look */
}

/* -------------------------------------------------------------------------- */
/*                                   Reset                                    */
/* -------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

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

/* -------------------------------------------------------------------------- */
/*                                 Utilities                                  */
/* -------------------------------------------------------------------------- */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: var(--section-padding);
}

.bg-light {
    background-color: var(--bg-light);
}

.bg-dark {
    background-color: var(--bg-dark);
    color: var(--white);
}

.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 2rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: var(--radius);
    transition: var(--transition);
    cursor: pointer;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 2px solid var(--secondary-color);
}

.btn-primary:hover {
    background-color: var(--white);
    color: var(--secondary-color);
}

.btn-outline {
    border: 2px solid var(--white);
    color: var(--white);
}

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

/* -------------------------------------------------------------------------- */
/*                                   Top Bar                                  */
/* -------------------------------------------------------------------------- */
.top-bar {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 0;
    font-size: 0.9rem;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /* Prevent wrapping */
}

.top-center {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-center .divider {
    opacity: 0.5;
}

#ist-time {
    font-weight: 600;
    min-width: 100px;
}

.top-center i {
    margin-right: 5px;
    color: var(--white);
}

.top-left a,
.top-right span,
.top-right a {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 10px;
    font-weight: 400;
}

.top-right {
    white-space: nowrap;
    /* Ensure content stays on one line */
    display: flex;
    align-items: center;
}

.top-left a:hover,
.top-right a:hover {
    color: var(--white);
    text-decoration: underline;
}

.social-icons {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Google Translate Styling */
/* Google Translate Styling - Ultra Simple Inline */
#google_translate_element {
    display: inline-block !important;
    margin-left: 15px;
}



.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-family: var(--font-main) !important;
    font-size: 0.9rem !important;
    white-space: nowrap !important;
    display: inline-block !important;
}

.goog-te-gadget-simple * {
    color: #ffffff !important;
    font-size: 0.9rem !important;
    font-family: var(--font-main) !important;
    border: none !important;
    background: transparent !important;
}

.goog-te-gadget-icon,
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    display: inline !important;
    width: auto !important;
}

/* Force the widget parent to not wrap and have no width constraint */
.goog-te-gadget>div,
.goog-te-gadget span,
.goog-te-gadget-simple>span,
.goog-te-gadget-simple a {
    display: inline !important;
    white-space: nowrap !important;
    width: auto !important;
}

/* Target Google's internal anchor class - this is the key fix */
.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Style children of the anchor to be inline-block */
.VIpgJd-ZVi9od-xl07Ob-lTBxed span,
.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 2px !important;
    position: static !important;
    height: auto !important;
}

/* Make gadget-simple use inline-flex */
.goog-te-gadget-simple {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Constrain the dropdown menu width */
.goog-te-menu-frame {
    max-width: 300px !important;
    max-height: 400px !important;
}



/* Ensure the iframe doesn't expand too wide */
body>.skiptranslate>iframe.goog-te-menu-frame {
    max-width: 300px !important;
    max-height: 400px !important;
}

/* -------------------------------------------------------------------------- */
/*                                   Navbar                                   */
/* -------------------------------------------------------------------------- */
.navbar {
    background-color: var(--white);
    box-shadow: var(--shadow);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.flex-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -1px;
}

.dot {
    color: var(--secondary-color);
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.05rem;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--secondary-color);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-color);
}

/* -------------------------------------------------------------------------- */
/*                                Hero Carousel                               */
/* -------------------------------------------------------------------------- */
.hero-carousel {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
}

.carousel-track {
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    /* Overlay effect */
}

.carousel-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: var(--white);
    z-index: 2;
}

.carousel-content h1 {
    font-size: 4rem;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.3s;
}

.carousel-content p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    max-width: 600px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.5s;
}

.slide.active h1,
.slide.active p,
.slide.active .btn {
    opacity: 1;
    transform: translateY(0);
}

.carousel-controls button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
}

.carousel-controls button:hover {
    background: var(--white);
    color: var(--primary-color);
}

#prevBtn {
    left: 40px;
}

#nextBtn {
    right: 40px;
}

/* -------------------------------------------------------------------------- */
/*                                Section Headers                             */
/* -------------------------------------------------------------------------- */
.section-header {
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.section-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* -------------------------------------------------------------------------- */
/*                                About Section                               */
/* -------------------------------------------------------------------------- */

.align-center {
    display: flex;
    align-items: center;
    gap: 50px;
}


.col-half {
    flex: 1;
}

.text-col h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.text-col p {
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 1.1rem;
}

.about-img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: scale(1.07);
}

/* -------------------------------------------------------------------------- */
/*                                Services Grid                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Services Grid                               */
/* -------------------------------------------------------------------------- */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.sub-desc {
    font-size: 0.95rem;
    /* Smaller than standard 1.1rem */
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: var(--text-light);
    line-height: 1.6;
}



/* -------------------------------------------------------------------------- */
/*                                 Flip Cards                                 */
/* -------------------------------------------------------------------------- */
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 350px;
    /* Reduced height for service cards */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 30px;
    /* Added padding for content spacing */
    display: flex;
    /* Flexbox for centering back content */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background-color: var(--white);
}

.flip-card-front img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    /* Revert to absolute for Image cards */
    top: 0;
    left: 0;
    padding: 0;
    /* Remove padding for image cards */
}

.flip-card-back {
    background-color: var(--primary-color);
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.flip-card-back p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    text-align: left;
}

.overlay-text h3 {
    color: var(--white);
    margin: 0;
    font-size: 1.8rem;
}

.flip-card-back {
    background-color: var(--primary-color);
    color: var(--white);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.flip-card-back h3 {
    color: var(--secondary-color);
}

.flip-card-back p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

/* -------------------------------------------------------------------------- */
/*                                   Gallery                                  */
/* -------------------------------------------------------------------------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 50px;
}

.gallery-item {
    overflow: hidden;
    border-radius: var(--radius);
    height: 250px;
}

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

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

/* -------------------------------------------------------------------------- */
/*                                Why Choose Us                               */
/* -------------------------------------------------------------------------- */
.why-list {
    margin-top: 30px;
}

.why-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.why-list i {
    font-size: 1.8rem;
    color: var(--secondary-color);
    margin-right: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 3rem;
    text-align: center;
}

.why-list h5 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.why-img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* -------------------------------------------------------------------------- */
/*                                   Marquee                                  */
/* -------------------------------------------------------------------------- */
.marquee-section {
    padding: 40px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 50s linear infinite;
    margin-top: 60px;
}

.marquee-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 100px;
    padding: 0 50px;
}

.marquee-content img {
    height: 175px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.8);
    transition: var(--transition);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.marquee-content img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.15);
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
.footer {
    padding-top: 80px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer h4 {
    color: var(--white);
    margin-bottom: 25px;
}

.text-gold {
    color: var(--secondary-color);
}

.text-white {
    color: var(--white);
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-newsletter input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: var(--radius);
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    font-size: 0.9rem;
}


/* -------------------------------------------------------------------------- */
/*                                 Contact Us                                 */
/* -------------------------------------------------------------------------- */
.contact-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.contact-info-card {
    flex: 1;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 50px 40px;
}

.contact-info-card h3 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 15px;
}

.contact-info-card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-details i {
    color: var(--white);
    font-size: 1.2rem;
    margin-right: 20px;
    margin-top: 5px;
    width: 20px;
    /* alignment */
    text-align: center;
}

.contact-details h5 {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.contact-details p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.contact-form-card {
    flex: 1.5;
    padding: 50px 40px;
    background-color: var(--white);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    font-family: var(--font-main);
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(10, 25, 47, 0.1);
}

.full-width {
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                Responsive                                  */
/* -------------------------------------------------------------------------- */
/* Mobile Only Utilities */
.mobile-only {
    display: none;
}

@media (max-width: 968px) {

    /* Global Layout Adjustments - Center Aligned */
    :root {
        --section-padding: 50px 0;
    }

    .section {
        padding: var(--section-padding);
        text-align: center;
        /* Center align everything */
    }

    .container {
        padding: 0 20px;
    }

    p,
    li {
        text-align: center;
    }

    /* Grid Stacking */
    .grid-3,
    .grid-4,
    .gallery-grid,
    .footer-grid,
    .contact-wrapper,
    .form-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .align-center {
        flex-direction: column;
        gap: 30px;
    }

    .col-half {
        width: 100%;
    }

    /* Top Bar - Restore for Mobile (Phone + Clock + Box) */
    .top-bar {
        display: block;
        padding: 8px 0;
        font-size: 0.75rem;
        /* Slightly smaller to fit more */
    }

    .top-bar .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
        /* Allow wrapping if very tight */
    }

    /* Top Left - Phone */
    .top-left {
        display: flex;
        width: auto;
        margin: 0;
    }

    .top-left a:first-child {
        display: inline-block;
        margin: 0;
    }

    .top-left a:last-child {
        display: inline-block;
    }

    /* Top Center - Clock + Hours */
    .top-center {
        display: none;
    }

    /* Show "9-7" text again but abbreviated if needed */
    .top-center span:first-child {
        display: inline-block;
        font-size: 0.7rem;
    }

    /* Hide clock on mobile */
    .top-center .divider,
    #ist-time {
        display: none !important;
    }



    .top-right {
        display: none;
    }

    /* Mobile Menu Translate Visibility */
    #mobile_translate_wrapper {
        background-color: #f8f9fa;
        /* Light grey bg to see content */
        margin-top: 10px;
        border-radius: 4px;
    }

    /* Ensure google widget text is dark */
    #mobile_translate_wrapper select,
    #mobile_translate_wrapper span,
    #mobile_translate_wrapper div {
        color: #333 !important;
    }

    /* Navbar - Mobile Row Layout */
    .navbar {
        padding: 15px 0;
    }

    .flex-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .logo {
        font-size: 1.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: auto;
        /* Push hamburger to right */
    }

    /* Hide the Desktop Button */
    .navbar .btn-primary {
        display: none;
    }

    .nav-links {
        display: none;
        /* base state hidden */
        /* Drawer styles */
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding: 10px 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        gap: 0;
        z-index: 1000;
    }

    .nav-links.active {
        display: flex;
        animation: slideDown 0.3s ease forwards;
    }

    /* Show mobile-only item */
    .mobile-only {
        display: block;
    }

    .nav-links li {
        width: 100%;
        margin: 0;
    }

    .nav-links a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid #f8f9fa;
        font-size: 1.1rem;
        color: var(--primary-color);
    }

    /* Make the Contact Us link look like a button (optional) or just emphasized */
    .mobile-only a {
        font-weight: 700;
        color: var(--secondary-color);
        background-color: rgba(0, 0, 0, 0.02);
    }

    .nav-links a:hover {
        background-color: var(--bg-light);
    }

    .mobile-menu-btn {
        display: block;
        font-size: 1.5rem;
        padding: 5px;
        color: var(--primary-color);
    }

    /* Hero Carousel - Mobile */
    .carousel-content {
        text-align: center;
        /* Ensure hero text is centered */
    }

    .carousel-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .carousel-content p {
        font-size: 1.1rem;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Move arrows to bottom */
    .carousel-controls button {
        top: auto;
        bottom: 30px;
        transform: none;
        width: 45px;
        height: 45px;
    }

    #prevBtn {
        left: 20px;
    }

    #nextBtn {
        right: 20px;
    }

    /* Contact Section - Clean Stack */
    .contact-wrapper {
        flex-direction: column;
        border-radius: var(--radius);
        overflow: hidden;
    }

    .contact-info-card {
        padding: 40px 20px;
        order: 1;
        text-align: center;
    }

    .contact-form-card {
        padding: 40px 20px;
        order: 2;
        text-align: center;
        /* Center form labels/inputs if desired? usually standard is left aligned inputs but center container. Let's keep inputs standard but text centered */
    }

    /* Global Alignment Logic - Mobile */
    .section {
        text-align: center;
        /* Default center for headers/cards */
    }

    /* Text Paragraphs - Readability favored (Left) usually, but User asked for mix. 
       Let's keep specific sections Left */
    .text-col,
    .why-list,
    .contact-details {
        text-align: left;
    }

    .text-col p {
        text-align: left;
        /* About Us text left align */
    }

    /* Contact Section Refinements */
    .contact-info-card {
        text-align: center;
        /* Default center for card wrapper */
        color: #ffffff;
    }

    .contact-info-card h3 {
        font-size: 1.25rem;
        /* Reduced from 1.5rem */
        margin-bottom: 20px;
        text-align: center;
        /* Heading Center */
        color: #ffffff;
    }

    /* Intro Paragraph - Center */
    .contact-info-card>p {
        font-size: 0.95rem;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 30px;
    }

    /* Ensure details text stays left */
    .contact-details p {
        font-size: 0.95rem;
        text-align: left;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 0;
    }

    .contact-info-card a {
        color: #ffffff;
        text-decoration: underline;
    }

    /* Fix alignment - Icons vs Text - LEFT ALIGNED */
    .contact-details li {
        text-align: left;
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        padding-left: 0;
        margin-bottom: 25px;
        /* More space between items */
    }

    .contact-details i {
        margin-top: 5px;
        margin-right: 15px;
        min-width: 25px;
        text-align: center;
        color: #ffffff;
        /* Icon White */
    }

    .contact-details div {
        text-align: left;
        flex: 1;
    }

    .contact-details h5 {
        margin-top: 0;
        font-weight: 700;
        margin-bottom: 5px;
        /* Add below heading */
        font-size: 0.9rem;
        /* Reduced from 1rem */
        color: #ffffff;
        /* Sub-heading White */
        text-align: left;
    }

    /* Form */
    .contact-form-card {
        text-align: left;
        /* Card Heading Left */
    }

    .contact-form-card h3 {
        text-align: left;
    }

    .contact-form-card input,
    .contact-form-card textarea,
    .contact-form-card label {
        text-align: left;
    }

    /* Center the button or full width? Mobile usually full width or center. 
       Let's keep button default behavior but ensure wrapper is left. */
    .contact-form-card form {
        text-align: left;
    }

    /* Footer Alignment - Keep Center for footer, but Contact Section was hidden above */
    .footer {
        text-align: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-brand {
        align-items: center;
        text-align: center;
    }

    .footer-brand p {
        text-align: center;
    }

    .footer-links {
        align-items: center;
        text-align: center;
    }

    .footer-links ul {
        align-items: center;
    }

    /* Footer Contact - HIDDEN as requested */
    .footer-contact {
        display: none;
    }

    /* Why Choose Us - Left Aligned for nicer list view */
    .why-list li {
        flex-direction: row;
        /* Icon Left, Text Right */
        align-items: flex-start;
        text-align: left;
    }

    .why-list i {
        margin-right: 15px;
        margin-bottom: 0;
        /* Reset bottom margin */
        margin-top: 5px;
        width: 30px;
        text-align: center;
    }

    .why-list div {
        text-align: left;
    }

    .why-list h5 {
        text-align: left;
        margin-top: 0;
    }

    .why-list p {
        text-align: left;
    }

    /* Marquee Fix */
    .marquee-content {
        gap: 30px;
    }

    .marquee-content img {
        height: 110px;
        /* Much bigger per request (approx 2 per screen) */
        padding: 5px;
        /* Reduce padding slightly to maximize logo size */
    }

    /* Global Section Headers - Mobile Size */
    .section-header h2 {
        font-size: 1.75rem;
        /* Reduced size */
        margin-bottom: 10px;
    }

    .section-header p {
        font-size: 0.95rem;
        /* Slightly smaller description */
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.5rem;
        /* Increased to 1.5rem per request */
    }

    /* Force Top Bar to Single Line */
    .top-bar .container {
        flex-wrap: nowrap;
        /* Prevent wrapping */
        justify-content: center;
        gap: 15px;
        /* Increased gap */
    }

    .top-bar {
        font-size: 0.65rem;
        /* Smaller font to fit */
        padding: 6px 0;
    }

    .top-left {
        width: auto;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .top-center {
        width: auto;
    }

    /* Hide icon if needed or just make it small? 
       Let's keep icons but reduce margin */
    .top-bar i {
        margin-right: 2px;
    }

    /* Mobile Clock in Contact Section */
    .mobile-info-clock {
        display: flex !important;
    }

    .carousel-content h1 {
        font-size: 1.8rem;
    }

    .marquee-track {
        margin-top: 40px;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base style for mobile info clock - hidden on desktop */
.mobile-info-clock {
    display: none;
}