/* ===== IT Services for International Clients Page ===== */
.it-hero {
    background: linear-gradient(90deg, #1976d2 60%, #1565c0 100%);
    color: #fff;
    padding: 3.5em 1.5em 2.5em 1.5em;
    border-radius: 0 0 24px 24px;
    text-align: center;
    margin-bottom: 2.5em;
    box-shadow: 0 4px 24px rgba(25, 118, 210, 0.10);
}
.it-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5em;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Barlow Semi Condensed', serif;
}
.it-hero-subtitle {
    font-size: 1.18rem;
    color: #e3eaf7;
    max-width: 700px;
    margin: 0 auto;
}
.it-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(25, 118, 210, 0.07);
    padding: 2.2em 2em 2em 2em;
    margin-bottom: 2em;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.it-section-title {
    color: #1976d2;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.7em;
    font-family: 'Barlow Semi Condensed', serif;
}
.it-section-list {
    list-style: none;
    padding-left: 0;
    margin: 1.2em 0 1.7em 0;
}
.it-section-list li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.7em;
    color: #3a4664;
    font-size: 1.08em;
}
.it-section-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #1976d2;
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 1.1em;
}
.it-section p {
    color: #3a4664;
    font-size: 1.08em;
    margin-bottom: 0.7em;
    line-height: 1.7;
}
.it-get-started {
    background: #e3eaf7;
    border-radius: 14px;
    padding: 1.5em 1.2em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 2em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.it-get-started h2 {
    color: #1976d2;
    font-size: 1.3rem;
    margin-bottom: 0.5em;
    font-family: 'Barlow Semi Condensed', serif;
}
.it-get-started p {
    color: #222;
    font-size: 1.08em;
}
@media (max-width: 700px) {
    .it-hero-title { font-size: 1.6rem; }
    .it-section { padding: 1.2em 0.7em; }
}
/* Remove bullets from Quick Highlights in hero */
.custom-blog-hero-highlights ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.custom-blog-header {
    margin-bottom: 40px;
    border-bottom: 4px solid #1976d2;
    padding-bottom: 18px;
    text-align: center;
    background: #1976d2;
    border-radius: 18px 18px 0 0;
}
.custom-blog-title, .custom-blog-subtitle {
    color: #fff !important;
}
/* Custom Blog Newspaper Styles */
.custom-blog-bg {
    background: #f7fafc;
    font-family: 'Barlow Semi Condensed', 'Segoe UI', Arial, sans-serif;
}
.custom-blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 24px;
}
@media (max-width: 900px) {
    .custom-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
.custom-blog-title {
    font-size: 2.7rem;
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', serif;
    letter-spacing: 1px;
    margin-bottom: 0.3em;
}
/* Blog Card Styles: White Text, Navy Headings */
.custom-blog-lead, .custom-blog-article {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(25, 118, 210, 0.10), 0 1.5px 8px rgba(10, 17, 36, 0.04);
    border: 1.5px solid #e6e8ee;
    padding: 38px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    margin-bottom: 2rem;
}
.custom-blog-lead h2, .custom-blog-article h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a1931;
    margin-bottom: 0.5em;
    font-family: 'Barlow Semi Condensed', serif;
}
.custom-blog-article h2 {
    font-size: 1.18rem;
}
.custom-blog-lead, .custom-blog-article {
    color: #111 !important;
}
.custom-blog-lead h2, .custom-blog-article h2 {
    color: #0a1931 !important;
}
.custom-blog-lead a, .custom-blog-article a {
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.07em;
    align-self: flex-start;
    transition: color 0.15s;
}
.custom-blog-lead a:hover, .custom-blog-article a:hover {
    color: #1976d2;
    text-decoration: underline wavy;
}

.custom-blog-sidebar li {
    margin-bottom: 0.5em;
}
.custom-blog-article {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(10, 17, 36, 0.04);
    border: 1.5px solid #e6e8ee;
    padding: 28px 22px 22px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    margin-bottom: 2rem;
}
.custom-blog-article h2 {
    font-size: 1.18rem;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 0.5em;
    font-family: 'Barlow Semi Condensed', serif;
}
.custom-blog-article p {
    color: #3a4664;
    font-size: 1.01em;
    margin-bottom: 0.7em;
    line-height: 1.6;
}
.custom-blog-article a {
    color: #1976d2;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.01em;
    align-self: flex-start;
    transition: color 0.15s;
}
.custom-blog-article a:hover {
    color: #0d47a1;
    text-decoration: underline wavy;
}
@media (max-width: 900px) {
    html, body {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        position: relative;
    }
    main, .header-container, .redesign-section, .container {
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box;
    }
}
/* Hamburger Menu & Mobile Nav Styles */
@media (max-width: 900px) {
    .header-nav .desktop-nav {
        display: none !important;
    }
    .hamburger-menu {
        display: block !important;
        background: none;
        border: none;
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 10001;
    }
    .mobile-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        background: rgba(10,17,36,0.97);
        overflow-y: auto;
        transition: all 0.2s;
    }
    .mobile-nav.open {
        display: block;
    }
    .mobile-nav ul {
        list-style: none;
        padding: 1.5em 1.2em 2em 1.2em;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 1.2em;
    }
    .mobile-nav a {
        color: #fff;
        font-size: 1.2em;
        font-weight: 700;
        text-decoration: none;
        transition: color 0.15s;
    }
    .mobile-nav a:hover {
        color: #ff7c2b;
    }
    #closeMobileNav {
        background: none;
        border: none;
        font-size: 2em;
        color: #fff;
        cursor: pointer;
    }
}
/* Redesigned FAQ Accordion Styles */
.redesigned-faq {
    margin-top: 28px;
}
.redesigned-faq details {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(10, 17, 36, 0.04);
    border: 1.5px solid #e6e8ee;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.18s, border-color 0.18s;
}
.redesigned-faq details[open] {
    box-shadow: 0 6px 24px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
}
.redesigned-faq summary {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 1.08rem;
    font-weight: 600;
    color: #222;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.15s;
    list-style: none;
}
.redesigned-faq summary::-webkit-details-marker {
    display: none;
}
.redesigned-faq summary:after {
    content: '\25BC';
    font-size: 1.1rem;
    color: #1976d2;
    margin-left: 12px;
    transition: transform 0.2s;
}
.redesigned-faq details[open] summary:after {
    transform: rotate(180deg);
}
.redesigned-faq .faq-answer {
    padding: 0 20px 18px 20px;
    color: #7a8599;
    font-size: 1.01rem;
    line-height: 1.6;
    background: #fff;
    animation: fadeInFaq 0.3s;
}
@keyframes fadeInFaq {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
    .redesigned-faq summary {
        font-size: 0.98rem;
        padding: 14px 10px;
    }
    .redesigned-faq .faq-answer {
        font-size: 0.95rem;
        padding: 0 10px 14px 10px;
    }
}
/* Redesigned Portfolio Section Styles */
.redesigned-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    margin-top: 24px;
}

.portfolio-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.06);
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid #f0f1f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 0 0 18px 0;
    min-height: 220px;
    position: relative;
}

.portfolio-card:hover {
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
    transform: translateY(-4px) scale(1.02);
}

.portfolio-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #f0f1f5;
}

.portfolio-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    display: block;
}

.portfolio-card:hover .portfolio-img-wrap img {
    transform: scale(1.07);
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 60%, rgba(25,118,210,0.85) 100%);
    color: #fff;
    padding: 10px 16px 8px 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0.95;
    border-radius: 0 0 16px 16px;
    pointer-events: none;
    min-height: 38px;
}

.portfolio-year {
    font-size: 1.01rem;
    font-weight: 700;
    background: rgba(25,118,210,0.92);
    padding: 4px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(10,17,36,0.08);
    letter-spacing: 0.5px;
}

.portfolio-card h3 {
    font-size: 1.13rem;
    font-weight: 700;
    color: #111;
    margin: 18px 0 0 0;
    padding: 0 18px;
    line-height: 1.3;
}

@media (max-width: 1100px) {
    .redesigned-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .redesigned-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .portfolio-card h3 {
        font-size: 1rem;
        padding: 0 12px;
    }
    .portfolio-img-wrap {
        border-radius: 12px 12px 0 0;
    }
    .portfolio-overlay {
        border-radius: 0 0 12px 12px;
        padding: 8px 10px 6px 10px;
    }
}
/* Responsive Hero Slider Section */
@media (max-width: 900px) {
    .hero-slider-section {
        min-height: 260px !important;
        height: 40vh !important;
        max-height: 400px !important;
    }
    .hero-slider {
        min-height: 260px !important;
        height: 40vh !important;
        max-height: 400px !important;
    }
    .hero-slider .slider-img {
        height: 100% !important;
        min-height: 260px !important;
        max-height: 400px !important;
    }
}

@media (max-width: 600px) {
    .hero-slider-section {
        min-height: 140px !important;
        height: 28vh !important;
        max-height: 180px !important;
    }
    .hero-slider {
        min-height: 140px !important;
        height: 28vh !important;
        max-height: 180px !important;
    }
    .hero-slider .slider-img {
        height: 100% !important;
        min-height: 140px !important;
        max-height: 180px !important;
    }
    .slider-dot {
        width: 10px !important;
        height: 10px !important;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600;700&display=swap');

body {
    font-family: 'Barlow Semi Condensed', 'Segoe UI', Arial, sans-serif !important;
}

/* Modern Blog Card Styles */
.blog-list-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2em 2em;
    padding: 2em 0 3em 0;
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(25, 118, 210, 0.10), 0 1.5px 8px rgba(10, 17, 36, 0.04);
    border: 1.5px solid #e6e8ee;
    padding: 2em 1.5em 1.5em 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.18s;
    position: relative;
}
.blog-card:hover {
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.16);
    border-color: #1976d2;
    transform: translateY(-4px) scale(1.025);
}
.blog-card h2 {
    font-size: 1.25rem;
    color: #1976d2;
    font-weight: 800;
    margin-bottom: 0.5em;
    margin-top: 0;
    line-height: 1.25;
}
.blog-card p {
    color: #3a4664;
    font-size: 1.07em;
    margin-bottom: 0.7em;
    line-height: 1.6;
}
.blog-readmore {
    margin-top: 1.2em;
    color: #1976d2;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.07em;
    align-self: flex-start;
    transition: color 0.15s;
}
.blog-readmore:hover {
    color: #0d47a1;
    text-decoration: underline wavy;
}
@media (max-width: 700px) {
    .blog-list-section {
        grid-template-columns: 1fr;
        gap: 1.2em;
    }
    .blog-card {
        padding: 1.3em 0.9em 1.1em 0.9em;
        min-height: 200px;
    }
    .blog-card h2 {
        font-size: 1.08rem;
    }
}


/* Ensure all text in the inquiry form is black */
.service-inquiry-form,
.service-inquiry-form label,
.service-inquiry-form input,
.service-inquiry-form select,
.service-inquiry-form textarea {
    color: #111 !important;
}
/* Footer styles removed (migrated to Tailwind) */
/* CTA Section Styles */
.cta-section {
    background: linear-gradient(90deg, #1976d2 0%, #0a1124 100%);
    color: #fff;
    padding: 56px 0 48px 0;
    width: 100%;
    text-align: center;
}

.cta-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-title {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.cta-desc {
    font-size: 1.18rem;
    margin-bottom: 32px;
    color: #e3eaf6;
    font-weight: 400;
}

.cta-btn {
    background: #ff7c2b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px 38px;
    font-size: 1.18rem;
    font-weight: 700;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.10);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    margin-bottom: 18px;
}

.cta-btn:hover {
    background: #1976d2;
    color: #fff;
    transform: translateY(-2px) scale(1.03);
}

.cta-phone {
    font-size: 1.08rem;
    color: #fff;
    margin-top: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cta-phone a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

@media (max-width: 600px) {
    .cta-title {
        font-size: 1.3rem;
    }

    .cta-desc {
        font-size: 1.01rem;
    }

    .cta-btn {
        font-size: 1rem;
        padding: 12px 18px;
    }
}

/* Google Reviews Section Styles */
.google-reviews-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

.google-reviews-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.google-reviews-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    background: none;
    border: none;
}

@media (max-width: 900px) {
    .youtube-feed-playlist iframe {
        min-height: 260px;
    }
}

@media (max-width: 600px) {
    .youtube-feed-playlist iframe {
        min-height: 180px;
    }
}

/* YouTube Feed Section Styles */
.youtube-feed-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

/* Instagram Feed Section Styles */
.instagram-feed-section {
    background: #fff;
    padding: 56px 0 40px 0;
    width: 100%;
}

.instagram-feed-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.instagram-feed-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

.instagram-feed-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 24px;
    margin-top: 8px;
}

.instagram-feed-content {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
    margin-top: 18px;
}

.instagram-live .lightwidget-widget {
    width: 100%;
    min-height: 320px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(10,17,36,0.06);
    overflow: hidden;
}

.instagram-right {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef1f6;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.inst-cta-title {
    font-weight: 700;
    color: #111;
    font-size: 1.05rem;
}

.inst-cta-desc {
    color: #7a8599;
    font-size: 0.98rem;
}

.inst-follow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff7c2b;
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.inst-thumb {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    background: linear-gradient(135deg,#f0f2f7,#e9eef8);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #f1f4f8;
}

.inst-thumb .inst-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(10,17,36,0.6);
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 0.18s, transform 0.18s;
}

.inst-thumb:hover .inst-overlay { 
    opacity: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.14));
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 980px) {
    .instagram-feed-content {
        grid-template-columns: 1fr;
    }

    .instagram-right {
        order: 2;
    }

    .instagram-live .lightwidget-widget {
        min-height: 260px;
    }
}

@media (max-width: 600px) {
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .instagram-feed-section {
        padding: 36px 0 24px 0;
    }
}

.youtube-feed-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.youtube-feed-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

.youtube-feed-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
    margin-top: 8px;
}

.youtube-feed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px 24px;
    margin-top: 24px;
}

.youtube-video {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(10, 17, 36, 0.04);
    border: 1.5px solid #e6e8ee;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.youtube-video:hover {
    box-shadow: 0 6px 24px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
    transform: translateY(-2px) scale(1.01);
}

.youtube-video iframe {
    width: 100%;
    min-height: 220px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    border: none;
}

@media (max-width: 900px) {
    .youtube-feed-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .youtube-feed-section {
        padding: 36px 0 24px 0;
    }

    .youtube-feed-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .youtube-feed-container {
        padding: 0 4px;
    }

    .youtube-feed-title {
        font-size: 1.1rem;
    }

    .youtube-feed-subtitle {
        font-size: 0.97rem;
    }

    .youtube-video iframe {
        min-height: 160px;
    }
}

/* FAQ Section Styles */
.faq-section {
    background: #fff;
    padding: 56px 0 40px 0;
    width: 100%;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}

.faq-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

.faq-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
    margin-top: 8px;
}

.faq-accordion {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(10, 17, 36, 0.04);
    border: 1.5px solid #e6e8ee;
    margin-top: 18px;
    overflow: hidden;
}

.faq-item+.faq-item {
    border-top: 1px solid #e6e8ee;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 1.08rem;
    font-weight: 500;
    color: #222;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.15s;
}

.faq-question:hover,
.faq-question.active {
    background: #f8f9fb;
}

.faq-arrow {
    font-size: 1.2rem;
    color: #1976d2;
    margin-left: 12px;
    transition: transform 0.2s;
}

.faq-question.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 0 20px 18px 20px;
    color: #7a8599;
    font-size: 1.01rem;
    line-height: 1.6;
    background: #fff;
}

.faq-item.open .faq-answer {
    display: block;
}

@media (max-width: 900px) {
    .faq-container {
        padding: 0 4px;
    }

    .faq-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .faq-title {
        font-size: 1.1rem;
    }

    .faq-subtitle {
        font-size: 0.97rem;
    }

    .faq-question {
        font-size: 0.98rem;
        padding: 14px 10px;
    }

    .faq-answer {
        font-size: 0.95rem;
        padding: 0 10px 14px 10px;
    }
}


/* Fallback footer styles (used when Tailwind is not built locally) */
.site-footer {
    background: linear-gradient(120deg, #0a1124 70%, #1976d2 100%);
    color: #e6eefb;
    padding: 56px 0;
}

.site-footer>div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}

.site-footer .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.site-footer h3,
.site-footer h4 {
    color: #ff7c2b;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 8px;
}

.site-footer p {
    color: #d0d9ea;
    margin-bottom: 12px;
    line-height: 1.6;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    margin-bottom: 8px;
}

.site-footer a {
    color: #e6eefb;
    text-decoration: none;
}

.site-footer a:hover {
    color: #ff7c2b;
}

.site-footer form {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 6px;
}

.site-footer input[type="email"] {
    padding: 10px 12px;
    border-radius: 6px;
    border: none;
    flex: 1 1 auto;
}

.site-footer button {
    background: #ff7c2b;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

.site-footer .flex {
    display: flex;
    gap: 12px;
    align-items: center;
}

.site-footer .mt-10 {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 16px;
}

@media (min-width: 768px) {
    .site-footer .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .site-footer .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}

/* Industries We Serve Section */
.industries-section {
    background: #fff;
    padding: 56px 0 40px 0;
    width: 100%;
}

.industries-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.industries-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
}

.industries-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
    margin-top: 8px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px 24px;
    margin-top: 18px;
}

.industry-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(10, 17, 36, 0.04);
    padding: 18px 18px 12px 18px;
    border: 1.5px solid #f0f1f5;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    min-height: 90px;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.industry-card:hover {
    box-shadow: 0 6px 24px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
    transform: translateY(-2px) scale(1.01);
}

.industry-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-top: 2px;
    flex-shrink: 0;
}

.industry-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
    margin-top: 0;
}

.industry-card p {
    color: #7a8599;
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 900px) {
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .industries-section {
        padding: 36px 0 24px 0;
    }

    .industries-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .industries-container {
        padding: 0 4px;
    }

    .industries-title {
        font-size: 1.1rem;
    }

    .industries-subtitle {
        font-size: 0.97rem;
    }

    .industry-card h3 {
        font-size: 0.98rem;
    }

    .industry-card p {
        font-size: 0.93rem;
    }

    .industry-icon {
        width: 30px;
        height: 30px;
    }
}

/* Portfolio Section Styles */
.portfolio-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

.portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.portfolio-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
}

.portfolio-link {
    color: #1976d2;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.portfolio-link:hover {
    color: #ff7c2b;
    text-decoration: underline;
}

.portfolio-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
    margin-top: 8px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px 24px;
}

.portfolio-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.06);
    padding: 18px 18px 12px 18px;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid #f0f1f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
}

.portfolio-card:hover {
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
    transform: translateY(-4px) scale(1.02);
}

.portfolio-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 14px;
    background: #f0f1f5;
}

.portfolio-card h3 {
    font-size: 1.13rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.portfolio-card p {
    color: #7a8599;
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .portfolio-section {
        padding: 36px 0 24px 0;
    }

    .portfolio-card {
        padding: 14px 8px 10px 8px;
    }

    .portfolio-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .portfolio-container {
        padding: 0 4px;
    }

    .portfolio-title {
        font-size: 1.1rem;
    }

    .portfolio-subtitle {
        font-size: 0.97rem;
    }

    .portfolio-card h3 {
        font-size: 1rem;
    }

    .portfolio-card p {
        font-size: 0.95rem;
    }
}

/* CRM, CMS & ERP Problems Section Styles */
.crm-problems-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

.crm-problems-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.crm-problems-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
}

.crm-problems-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
    margin-top: 8px;
}

.crm-problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px 24px;
}

.crm-problem-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.06);
    padding: 32px 24px 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid #f0f1f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.crm-problem-card:hover {
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
    transform: translateY(-4px) scale(1.02);
}

.crm-problem-card h3 {
    font-size: 1.13rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.crm-problem-card p {
    color: #7a8599;
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 18px 0;
}

.crm-problem-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

@media (max-width: 900px) {
    .crm-problems-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .crm-problems-section {
        padding: 36px 0 24px 0;
    }

    .crm-problem-card {
        padding: 24px 14px 18px 14px;
    }

    .crm-problems-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .crm-problems-container {
        padding: 0 4px;
    }

    .crm-problems-title {
        font-size: 1.1rem;
    }

    .crm-problems-subtitle {
        font-size: 0.97rem;
    }

    .crm-problem-card h3 {
        font-size: 1rem;
    }

    .crm-problem-card p {
        font-size: 0.95rem;
    }

    .problem-btn {
        font-size: 0.95rem;
        padding: 8px 12px;
    }
}

/* Problems We Solve Section Styles */
.problems-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

.problems-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.problems-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.problems-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
}

.problems-link {
    color: #1976d2;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.problems-link:hover {
    color: #ff7c2b;
    text-decoration: underline;
}

.problems-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
    margin-top: 8px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px 24px;
}

.problem-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.06);
    padding: 32px 24px 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1.5px solid #f0f1f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.problem-card:hover {
    box-shadow: 0 8px 32px rgba(25, 118, 210, 0.10);
    border-color: #1976d2;
    transform: translateY(-4px) scale(1.02);
}

.problem-card h3 {
    font-size: 1.13rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.problem-card p {
    color: #7a8599;
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 18px 0;
}

.problem-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.problem-btn {
    background: #0a1124;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    display: inline-block;
}

.problem-btn.secondary {
    background: #fff;
    color: #0a1124;
    border: 2px solid #0a1124;
}

.problem-btn:hover {
    background: #ff7c2b;
    color: #fff;
}

.problem-btn.secondary:hover {
    background: #0a1124;
    color: #fff;
}

@media (max-width: 900px) {
    .problems-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .problems-section {
        padding: 36px 0 24px 0;
    }

    .problem-card {
        padding: 24px 14px 18px 14px;
    }

    .problems-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .problems-container {
        padding: 0 4px;
    }

    .problems-title {
        font-size: 1.1rem;
    }

    .problems-subtitle {
        font-size: 0.97rem;
    }

    .problem-card h3 {
        font-size: 1rem;
    }

    .problem-card p {
        font-size: 0.95rem;
    }

    .problem-btn {
        font-size: 0.95rem;
        padding: 8px 12px;
    }
}

/* Why Choose Section Styles */
.why-choose-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
}

.why-choose-content {
    flex: 2 1 400px;
    min-width: 260px;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-choose-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #13325c;
    margin-bottom: 18px;
}

.why-choose-content p {
    color: #222;
    font-size: 1.08rem;
    margin-bottom: 18px;
    line-height: 1.7;
}

.why-choose-subtitle {
    font-size: 1.15rem;
    font-weight: 500;
    color: #222;
    margin: 24px 0 18px 0;
}

.why-choose-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px 18px;
}

.feature-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.06);
    padding: 18px 18px 18px 54px;
    font-weight: 700;
    color: #111;
    position: relative;
    font-size: 1.07rem;
    border: 1.5px solid #f0f1f5;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.feature-icon {
    position: absolute;
    left: 18px;
    font-size: 1.5rem;
    color: #ff7c2b;
}

.why-choose-image {
    flex: 1 1 340px;
    max-width: 420px;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(10, 17, 36, 0.07);
    display: block;
}

@media (max-width: 900px) {
    .why-choose-container {
        flex-direction: column-reverse;
        gap: 28px;
        padding: 0 12px;
    }

    .why-choose-image,
    .why-choose-content {
        max-width: 100%;
        min-width: 0;
    }

    .why-choose-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .why-choose-section {
        padding: 32px 0 18px 0;
    }

    .why-choose-title {
        font-size: 1.1rem;
    }

    .why-choose-content p {
        font-size: 0.97rem;
    }

    .feature-box {
        font-size: 0.97rem;
        padding: 14px 14px 14px 44px;
    }

    .feature-icon {
        left: 10px;
        font-size: 1.2rem;
    }
}

/* Services Section Styles */
.services-section {
    background: #f8f9fb;
    padding: 56px 0 40px 0;
    width: 100%;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.services-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.services-subtitle {
    color: #7a8599;
    font-size: 1.08rem;
    margin-bottom: 32px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px 24px;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(10, 17, 36, 0.06);
    padding: 32px 24px 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
    border: 1.5px solid #f0f1f5;
}

.service-card:hover {
    box-shadow: 0 8px 32px rgba(255, 124, 43, 0.10);
    border-color: #ff7c2b;
    transform: translateY(-4px) scale(1.02);
}

.service-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.service-card p {
    color: #7a8599;
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .services-section {
        padding: 36px 0 24px 0;
    }

    .service-card {
        padding: 24px 14px 18px 14px;
    }

    .services-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .services-container {
        padding: 0 4px;
    }

    .services-title {
        font-size: 1.1rem;
    }

    .services-subtitle {
        font-size: 0.97rem;
    }

    .service-card h3 {
        font-size: 1rem;
    }

    .service-card p {
        font-size: 0.95rem;
    }
}

/* About Section Styles */
.about-section {
    background: #fff;
    padding: 56px 0 32px 0;
    width: 100%;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
}

.about-image {
    flex: 1 1 340px;
    max-width: 420px;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(10, 17, 36, 0.07);
    display: block;
}

.about-content {
    flex: 2 1 400px;
    min-width: 260px;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-label {
    color: #1976d2;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.about-content h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 18px 0;
    line-height: 1.2;
}

.about-highlight {
    color: #ff7c2b;
}

.about-lead {
    color: #b0b6c3;
    font-size: 1.08rem;
    margin-bottom: 18px;
    line-height: 1.7;
}

.about-content p {
    color: #222;
    font-size: 1.08rem;
    margin-bottom: 18px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .about-container {
        flex-direction: column;
        gap: 28px;
        padding: 0 12px;
    }

    .about-image,
    .about-content {
        max-width: 100%;
        min-width: 0;
    }

    .about-content h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .about-section {
        padding: 32px 0 18px 0;
    }

    .about-content h2 {
        font-size: 1.1rem;
    }

    .about-label {
        font-size: 0.95rem;
    }

    .about-content p,
    .about-lead {
        font-size: 0.97rem;
    }
}

.hero-slider {
    margin-top: 32px;
}

/* Hero Slider Styles */
.hero-slider {
    width: 100%;
    background: #0a1124;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    margin-top: 32px !important;
}

.slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.slider {
    display: flex;
    position: relative;
    height: 340px;
}

.slide {
    min-width: 100%;
    opacity: 0;
    transition: opacity 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}

.slide img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 0;
    filter: brightness(0.7);
}

.slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
}

.slide-caption h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.slide-caption p {
    font-size: 1.15rem;
    margin-bottom: 24px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 17, 36, 0.7);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 8px 18px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}

.slider-btn:hover {
    background: #ff7c2b;
}

.slider-btn.prev {
    left: 18px;
}

.slider-btn.next {
    right: 18px;
}

@media (max-width: 900px) {

    .slider,
    .slide img {
        height: 220px;
    }

    .slide-caption h2 {
        font-size: 1.3rem;
    }

    .slide-caption p {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {

    .slider,
    .slide img {
        height: 140px;
    }

    .slide-caption {
        padding: 0 6px;
    }

    .slide-caption h2 {
        font-size: 1.1rem;
    }

    .slide-caption p {
        font-size: 0.95rem;
    }

    .slider-btn {
        font-size: 1.3rem;
        padding: 4px 10px;
    }
}

/* Responsive styles for mobile friendliness */
@media (max-width: 900px) {
    .header-container {
        width: 98%;
        max-width: 100vw;
        padding: 0 8px;
    }

    .header-mainbar-content,
    .header-topbar-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .header-contact-group {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .header-logo-title {
        width: 100%;
        justify-content: flex-start;
    }

    .header-logo {
        height: 38px;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 2px;
        padding: 0;
    }

    .header-nav {
        padding: 0;
    }

    .header-nav a {
        padding: 10px 0 10px 0;
        font-size: 1rem;
    }

    .header-quote-btn,
    .header-login-btn,
    .header-pay-btn {
        width: 100%;
        text-align: center;
        margin: 8px 0 0 0;
        padding: 10px 0;
        font-size: 1rem;
    }

    .header-top-links {
        flex-wrap: wrap;
        gap: 6px;
    }

    .header-mainbar,
    .header-topbar,
    .header-nav {
        min-width: 0;
    }
}

@media (max-width: 600px) {
    .header-logo {
        height: 28px;
    }

    .header-welcome {
        font-size: 0.95rem;
    }

    .header-title {
        font-size: 1.2rem;
    }

    .header-quote-btn,
    .header-login-btn,
    .header-pay-btn {
        font-size: 0.95rem;
        padding: 8px 0;
    }

    .header-contact-group {
        font-size: 0.95rem;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600;700&display=swap');

/* HEADER STYLES BASED ON SCREENSHOT */
.header-container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.header-topbar {
    background: #13325c;
    color: #fff;
    font-size: 1rem;
    padding: 10px 0 7px 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.header-topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-welcome {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 1.08rem;
}

.header-top-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 2px;
    transition: color 0.2s;
    padding: 2px 10px;
    border-radius: 8px;
}

.header-top-links a:hover {
    color: #ff7c2b;
    background: rgba(255, 255, 255, 0.08);
}

.header-login-btn {
    background: #19335c;
    color: #fff;
    border-radius: 16px;
    padding: 4px 22px;
    margin-left: 12px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-login-btn:hover {
    background: #ff7c2b;
    color: #fff;
}

.header-pay-btn {
    background: #19335c;
    color: #fff;
    border-radius: 16px;
    padding: 4px 22px;
    margin-left: 8px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.header-pay-btn:hover {
    background: #ff7c2b;
    color: #fff;
}

.header-pay-caret {
    font-size: 0.8em;
    margin-left: 2px;
}

.header-mainbar {
    background: #fff;
    padding: 18px 0 8px 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.header-mainbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-logo {
    height: 48px;
    width: auto;
    display: block;
}

.header-title {
    color: #13325c;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.header-contact-group {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-phone,
.header-email {
    color: #1976d2;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-phone:hover,
.header-email:hover {
    color: #ff7c2b;
}

.header-quote-btn {
    background: linear-gradient(90deg, #ff7c2b 60%, #ff9a3c 100%);
    color: #fff;
    border-radius: 22px;
    padding: 10px 32px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    transition: background 0.2s, color 0.2s;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 124, 43, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.08rem;
}

.header-quote-btn:hover {
    background: #13325c;
    color: #fff;
}

.header-quote-arrow {
    font-size: 1.2em;
    margin-left: 2px;
}

.header-nav {
    background: #fff;
    border-bottom: 1.5px solid #e0e0e0;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

/* Add a clear separation below the header */
.header-separator {
    width: 100%;
    height: 24px;
    background: #fff;
    border-bottom: 1.5px solid #e0e0e0;
}

.hero-slider {
    margin-top: 24px !important;
}

.header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}

.header-nav li {
    display: inline-block;
}

.header-nav a {
    color: #13325c;
    text-decoration: none;
    font-size: 1.08rem;
    font-weight: 500;
    padding: 14px 0 12px 0;
    border-radius: 3px;
    transition: color 0.2s;
    position: relative;
}

.header-nav a.active,
.header-nav a:hover {
    color: #0a1124;
    font-weight: 700;
}

.header-nav-underline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: transparent;
    border-radius: 2px 2px 0 0;
    z-index: 3;
    margin-left: 10px;
}

/* Dropdown submenu for header navigation */
.header-nav .has-submenu {
    position: relative;
}

.header-nav .submenu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e8eef6;
    box-shadow: 0 8px 24px rgba(10,17,36,0.06);
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    display: none;
    z-index: 200;
}

.header-nav .submenu li {
    display: block;
}

.header-nav .submenu a {
    display: block;
    padding: 10px 16px;
    color: #13325c;
    font-weight: 500;
    white-space: nowrap;
}

.header-nav .submenu a:hover {
    background: #f6f9ff;
    color: #0a1124;
}

/* Show submenu on hover for desktop */
@media (min-width: 901px) {
    .header-nav .has-submenu:hover > .submenu,
    .header-nav .has-submenu:focus-within > .submenu {
        display: block;
    }
}

/* Mobile: make submenu part of the flow (stacked) */
@media (max-width: 900px) {
    .header-nav .submenu {
        position: static;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
        padding-left: 14px;
    }

    .header-nav .submenu a {
        padding: 8px 0;
        color: #13325c;
    }
}

@media (max-width: 900px) {

    .header-mainbar-content,
    .header-topbar-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .header-contact-group {
        gap: 10px;
    }

    .header-nav ul {
        flex-direction: column;
        gap: 8px;
    }
}

/* Topbar styles */
.topbar {
    background: #08203a;
    color: #fff;
    font-size: 1rem;
    padding: 6px 0;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.top-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.97rem;
    font-weight: 500;
    margin: 0 2px;
    transition: color 0.2s;
}

.top-links a:hover {
    color: #ff7c2b;
}

.top-links .login-btn {
    background: #19335c;
    color: #fff;
    border-radius: 12px;
    padding: 2px 16px;
    margin-left: 12px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.top-links .login-btn:hover {
    background: #ff7c2b;
    color: #fff;
}

.top-links .pay-btn {
    background: #19335c;
    color: #fff;
    border-radius: 12px;
    padding: 2px 16px;
    margin-left: 6px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.top-links .pay-btn:hover {
    background: #ff7c2b;
    color: #fff;
}

/* Header main styles */
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 8px 0;
}

.logo-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    height: 48px;
    width: auto;
    display: block;
}

.logo-title h1 {
    color: #08203a;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-contact .phone,
.header-contact .email {
    color: #1976d2;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
}

.header-contact .phone:hover,
.header-contact .email:hover {
    color: #ff7c2b;
}

.header-contact .quote-btn {
    background: #ff7c2b;
    color: #fff;
    border-radius: 22px;
    padding: 8px 28px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    transition: background 0.2s, color 0.2s;
    border: none;
}

.header-contact .quote-btn:hover {
    background: #08203a;
    color: #fff;
}

/* Main navigation styles */
.main-nav {
    background: #fff;
    border-bottom: 1.5px solid #e0e0e0;
    margin-bottom: 10px;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 18px;
}

.main-nav li {
    display: inline-block;
}

.main-nav a {
    color: #08203a;
    text-decoration: none;
    font-size: 1.08rem;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 3px;
    transition: background 0.2s, color 0.2s;
}

.main-nav a.active,
.main-nav a:hover {
    border: 2px solid #08203a;
    color: #08203a;
    background: #fff;
    font-weight: 600;
}

@media (max-width: 900px) {

    .header-main,
    .topbar-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .header-contact {
        gap: 10px;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 8px;
    }
}

body {
    margin: 0;
    font-family: 'Barlow Semi Condensed', 'Segoe UI', Arial, sans-serif;
    background: #0a1124;
    color: #fff;
}

header {
    background: #0a1124;
    color: #fff;
    padding: 20px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo {
    height: 48px;
    width: auto;
    display: block;
}

header h1 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #ff7c2b;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

nav a:hover {
    color: #ff7c2b;
}

.hero {
    background: linear-gradient(120deg, #ff7c2b 0%, #0a1124 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px 60px 20px;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #ff7c2b;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn {
    background: #ff7c2b;
    color: #fff;
    padding: 12px 32px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.btn:hover {
    background: #fff;
    color: #ff7c2b;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.services {
    background: #0a1124;
    padding: 60px 0;
    text-align: center;
}

.services h2 {
    margin-bottom: 40px;
    color: #ff7c2b;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service {
    background: #162447;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex: 1 1 250px;
    max-width: 300px;
    color: #fff;
}

.service h3 {
    color: #ff7c2b;
}

.portfolio {
    padding: 60px 0;
    background: #162447;
    text-align: center;
}

.portfolio h2 {
    color: #ff7c2b;
}

.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.portfolio-item {
    background: #0a1124;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    max-width: 300px;
}

.portfolio-item img {
    width: 100%;
    border-radius: 8px;
    background: #fff;
}

.portfolio-item h4 {
    color: #ff7c2b;
}

.about {
    padding: 60px 0;
    background: #0a1124;
    text-align: center;
}

.about h2 {
    color: #ff7c2b;
}

.contact {
    padding: 60px 0;
    background: #162447;
    text-align: center;
}

.contact h2 {
    color: #ff7c2b;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.contact input,
.contact textarea {
    padding: 12px;
    border: 1px solid #ff7c2b;
    border-radius: 8px;
    font-size: 1rem;
    background: #0a1124;
    color: #fff;
    resize: none;
}

.contact button {
    background: #ff7c2b;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.contact button:hover {
    background: #fff;
    color: #ff7c2b;
}

@media (max-width: 800px) {

    .service-list,
    .portfolio-list {
        flex-direction: column;
        gap: 20px;
    }

    header .container {
        flex-direction: column;
        gap: 10px;
    }
}

/* Remaining footer styles removed (migrated to Tailwind) */