@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Questrial&display=swap');

body,
p {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questrial', sans-serif;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
    background-color: #63acf4;
    line-height: 1.6;
    color: #000000;
}

/* ========== Navbar ========== */
    :root {
        --blue: #63acf4;
        --text: #000;
        --dropdown-bg: #f9f9f9;
        --dropdown-text: #333;
        --dropdown-hover-bg: #ddd;
        --grey-border: #ccc; 
    }

    .navbar {
        padding: 10px 20px;
        background-color: var(--blue) !important;
    }
    
    .bg-light {
        background-color: transparent !important;
    }

    /* 2. Logo/Brand */
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .navbar-brand img {
        max-height: 40px;
        width: auto;
        display: block;
    }

    /* 3. Navigation Links */
    .navbar-nav .nav-link {
        color: var(--text) !important;
        font-size: 16px;
        margin: 0 5px;
        padding: 8px 10px;
    }

    /* Link Hover Effect */
    .navbar-nav .nav-link:hover {
        opacity: 0.85;
    }

    /* 4. Dropdown Toggle Icon and Hover State */
    .navbar-nav .dropdown-toggle {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .navbar-nav .dropdown-toggle::after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 2px solid var(--text);
        border-bottom: 2px solid var(--text);
        transform: rotate(45deg);
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        border-left: none;
        border-top: none;
    }

    .dropdown-menu {
        background: #fff !important; 
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        border: none;
        min-width: 160px;
        padding: 0;
        border-radius: 0; 
    }
    
    .dropdown-menu .dropdown-item {
        color: var(--dropdown-text);
        padding: 12px 16px;
        font-size: 16px;
        background-color: #fff !important; 
    }

    .dropdown-menu .dropdown-item:hover {
        background: var(--dropdown-hover-bg) !important;
    }

    .navbar-contact-btn {
        display: inline-block;
        text-decoration: none;
        
        background: #fff;
        color: #000;
        padding: 8px 15px;
        font-size: 14px;
        margin-left: 10px;
        
        border-radius: 0 !important; 
        border-top: 1px solid var(--grey-border) !important;
        border-left: 1px solid var(--grey-border) !important;
        border-right: 1px solid var(--grey-border) !important;
        border-bottom: 2px solid var(--grey-border) !important; 
    }

    .navbar-contact-btn:hover {
        background: #eee;
        color: #000;
        border-top: 1px solid var(--grey-border) !important;
        border-left: 1px solid var(--grey-border) !important;
        border-right: 1px solid var(--grey-border) !important;
        border-bottom: 2px solid var(--grey-border) !important;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%280, 0, 0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    @media (max-width: 991.98px) {
        .navbar-collapse {
            background-color: var(--blue) !important;
        }
        .navbar-nav .nav-item {
            width: 100%;
        }
        .navbar-nav {
            margin: 0 !important;
        }
        .navbar-nav .nav-link, .navbar-brand {
             padding: 10px 0;
        }
    }

/* ========== Contact Banner ========== */
.business-setup-section {
    padding: 80px 40px;
    background-color: #63acf4;
    text-align: center;
}

.business-setup-section .setup-container {
    max-width: 800px;
    margin: 0 auto;
}

.business-setup-section .setup-heading {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}

.business-setup-section .setup-description {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.business-setup-section .setup-description:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .business-setup-section {
        padding: 60px 20px;
    }

    .business-setup-section .setup-heading {
        font-size: 2.5rem;
    }
}

/* ========== Contact Reach ========== */
.contact-wrapper {
    width: 100%;
    background-color: #e8f2fe;
    padding: 70px 0;
}

.contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.contact-header {
    margin-bottom: 50px;
}

.contact-subtitle {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
}

.contact-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.contact-description {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    max-width: 400px;
}

.contact-content {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.contact-info {
    min-width: 300px;
    margin-left: auto;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 12px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-details {
    flex: 1;
}

.contact-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.contact-value {
    font-size: 14px;
    color: #000;
}

.contact-value a {
    color: #000;
    text-decoration: none;
}

.contact-value a:hover {
    color: #000;
}

.map-placeholder {
    width: 100%;
    height: 300px;
    background-color: #d1d5db;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-icon {
    width: 60px;
    height: 60px;
    background-color: #9ca3af;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #6b7280;
    mask: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 20px;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-content {
        flex-direction: column;
        gap: 30px;
    }

    .contact-info {
        max-width: 100%;
    }

    .contact-item {
        margin-bottom: 20px;
    }

    .map-placeholder {
        height: 200px;
    }

    .map-icon {
        width: 40px;
        height: 40px;
    }

    .map-icon::before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 30px 16px;
    }

    .contact-title {
        font-size: 24px;
    }

    .contact-description {
        font-size: 15px;
    }
}

/* ========== CTA ========== */
.cta-wrapper {
    width: 100%;
    background-color: #63acf4;
    padding: 70px 0;
}

.cta-section {
    background-color: #63acf4;
    padding: 80px 40px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url("../Images/homepage-cta.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.cta-heading,
.cta-subtitle,
.cta-buttons {
    position: relative;
    z-index: 1;
}

.cta-heading {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-subtitle {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: .9;
    max-width: 600px;
    margin-inline: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-contact-cta {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    min-width: 140px;
}

.btn-primary-contact-cta {
    background-color: #fff;
    color: #333;
    border: 2px solid #fff;
}

.btn-primary-contact-cta:hover {
    background-color: #f0f0f0;
    color: #333;
    transform: translateY(-2px);
}

.btn-secondary-contact-cta {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary-contact-cta:hover {
    background-color: #fff;
    color: #333;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 20px;
    }

    .cta-heading {
        font-size: 2rem;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn-contact-cta {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .cta-heading {
        font-size: 1.75rem;
    }

    .cta-section {
        padding: 40px 15px;
    }
}

/* ========== Contact Connect form ========== */
.contact-section.contact-connect {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-section.contact-connect .contact-left {
    flex: 1;
    min-width: 300px;
}

.contact-section.contact-connect .contact-subtitle {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
}

.contact-section.contact-connect .contact-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.contact-section.contact-connect .contact-description {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 40px;
}

.contact-section.contact-connect .contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-section.contact-connect .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #000;
}

.contact-section.contact-connect .contact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.contact-section.contact-connect .contact-value a {
    color: #000;
    text-decoration: none;
}

.contact-section.contact-connect .contact-value a:hover {
    color: #000;
}

.contact-section.contact-connect .contact-right {
    flex: 1;
    min-width: 400px;
}

.contact-section.contact-connect .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-section.contact-connect .form-row {
    display: flex;
    gap: 16px;
}

.contact-section.contact-connect .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-section.contact-connect .form-group.full-width {
    width: 100%;
}

.contact-section.contact-connect .form-label {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-section.contact-connect .form-input {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color .2s;
    width: 100%;
}

.contact-section.contact-connect .form-input:focus {
    outline: none;
    border-color: #3b82f6;
}

.contact-section.contact-connect .form-select {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    width: 100%;
}

.contact-section.contact-connect .form-select:focus {
    outline: none;
    border-color: #3b82f6;
}

.contact-section.contact-connect .form-textarea {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    width: 100%;
}

.contact-section.contact-connect .form-textarea:focus {
    outline: none;
    border-color: #3b82f6;
}

.contact-section.contact-connect .form-textarea::placeholder {
    color: #000;
}

.contact-section.contact-connect .radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
}

.contact-section.contact-connect .radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-section.contact-connect .radio-input {
    width: 16px;
    height: 16px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
}

.contact-section.contact-connect .radio-input:checked {
    border-color: #3b82f6;
}

.contact-section.contact-connect .radio-input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #3b82f6;
    border-radius: 50%;
}

.contact-section.contact-connect .radio-label {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.contact-section.contact-connect .checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.contact-section.contact-connect .checkbox-input {
    width: 16px;
    height: 16px;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
    position: relative;
}

.contact-section.contact-connect .checkbox-input:checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.contact-section.contact-connect .checkbox-input:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-section.contact-connect .checkbox-label {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.contact-section.contact-connect .submit-button {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color .2s;
}

.contact-section.contact-connect .submit-button:hover {
    background-color: #1f2937;
}

@media (max-width: 768px) {
    .contact-section.contact-connect {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }

    .contact-section.contact-connect .contact-left {
        min-width: auto;
    }

    .contact-section.contact-connect .contact-right {
        min-width: auto;
        width: 100%;
    }

    .contact-section.contact-connect .contact-title {
        font-size: 28px;
    }

    .contact-section.contact-connect .form-row {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .contact-section.contact-connect .form-group {
        width: 100%;
        margin: 0;
    }

    .contact-section.contact-connect .form-input,
    .contact-section.contact-connect .form-select,
    .contact-section.contact-connect .form-textarea {
        width: 100%;
        max-width: none;
    }

    .contact-section.contact-connect .radio-group {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .contact-section.contact-connect {
        padding: 30px 16px;
    }

    .contact-section.contact-connect .contact-title {
        font-size: 24px;
    }

    .contact-section.contact-connect .contact-description {
        font-size: 15px;
    }

    .contact-section.contact-connect .form-group {
        width: 100%;
        margin: 0;
    }

    .contact-section.contact-connect .form-input,
    .contact-section.contact-connect .form-select,
    .contact-section.contact-connect .form-textarea {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 360px) {
    .contact-section.contact-connect .contact-right {
        width: 100%;
    }

    .contact-section.contact-connect .form-row {
        width: 100%;
        margin: 0 -16px;
    }

    .contact-section.contact-connect .form-group {
        width: 100%;
        margin: 0;
    }

    .contact-section.contact-connect .form-input,
    .contact-section.contact-connect .form-select,
    .contact-section.contact-connect .form-textarea {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 12px 16px;
    }
}

/* ========== FAQs ========== */
.faq-wrapper {
    width: 100%;
    background-color: #e8f2fe;
    padding: 70px 0;
}

.faq-container {
    max-width: 700px;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    margin: 0 auto;
}

.faq-container h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-container .subtitle {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
}

.faq-container .faq-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}

.faq-container .faq-question {
    background: #fff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-container .faq-question span {
    font-size: 20px;
    font-weight: bold;
    transition: transform .3s;
}

.faq-container .faq-answer {
    display: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    background: #fafafa;
}

.faq-container .faq-item.active .faq-answer {
    display: block;
}

.faq-container .faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.faq-container .contact-box {
    margin-top: 40px;
    text-align: center;
}

.faq-container .contact-box h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.faq-container .contact-box p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.faq-container .contact-box button {
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
}

.faq-container .contact-box button:hover {
    background: #000;
    color: #fff;
}

/* ========== Footer ========== */
.incorwise-footer-outer {
    padding: 3.5rem 2vw 3.5rem;
    background: #63acf4;
}

.incorwise-footer * {
    box-sizing: border-box;
}

.incorwise-footer {
    color: #000;
}

.incorwise-footer .incfw-frame {
    width: 100%;
    margin-inline: auto;
    max-width: 1200px;
}

.incorwise-footer .incfw-container {
    position: relative;
    border: 1px solid #000;
    background: #63acf4;
    color: #000;
    padding: 28px 30px 72px 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo nav" "content content";
    gap: 18px 30px;
}

.incorwise-footer .incfw-top {
    display: contents;
}

.incorwise-footer .incfw-logo {
    grid-area: logo;
    font-style: italic;
    font-size: 18px;
    color: #000;
}

.incorwise-footer .incfw-nav {
    grid-area: nav;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.incorwise-footer .incfw-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.incorwise-footer .incfw-col a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
}

.incorwise-footer .incfw-col a:hover {
    text-decoration: underline;
}

.incorwise-footer .incfw-content {
    grid-area: content;
    max-width: 720px;
}

.incorwise-footer .incfw-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-bottom: 12px;
}

.incorwise-footer .incfw-sub {
    font-size: 16px;
    color: #000;
    opacity: .85;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 520px;
}

.incorwise-footer .incfw-buttons {
    display: flex;
    gap: 15px;
}

.incorwise-footer .incfw-btn {
    padding: 12px 24px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.incorwise-footer .incfw-btn:hover {
    background: #f3f3f3;
}

.incorwise-footer .incfw-social {
    position: absolute;
    right: 30px;
    bottom: 28px;
    display: flex;
    gap: 12px;
}

.incorwise-footer .incfw-ico {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    opacity: .9;
}

.incorwise-footer .incfw-ico:hover {
    opacity: 1;
}

.incorwise-footer .incfw-legal {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 14px;
    padding: 8px 6px;
}

.incorwise-footer .incfw-legal-links {
    display: flex;
    gap: 20px;
}

.incorwise-footer .incfw-legal-links a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.incorwise-footer .incfw-legal-links a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .incorwise-footer .incfw-container {
        grid-template-columns: 1fr;
        grid-template-areas: "logo" "content" "nav";
    }

    .incorwise-footer .incfw-nav {
        display: block;
        padding-top: 4px;
    }

    .incorwise-footer .incfw-col {
        display: contents;
    }

    .incorwise-footer .incfw-col a {
        display: block;
        margin-top: 8px;
    }

    .incorwise-footer .incfw-social {
        position: static;
        margin-top: 10px;
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .incorwise-footer .incfw-title {
        font-size: 34px;
    }

    .incorwise-footer .incfw-col a,
    .incorwise-footer .incfw-legal {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .incorwise-footer .incfw-legal {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 8px;
    }

    .incorwise-footer .incfw-legal-links {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
}

.incorwise-footer.incorwise-footer-outer {
    padding: clamp(32px, 6vw, 70px) !important;
}

.incorwise-footer .incfw-container {
    padding: 28px 30px 72px 30px !important;
    gap: 18px 30px !important;
}

.incorwise-footer .incfw-container>* {
    min-width: 0 !important;
}

@media (max-width: 900px) {
    .incorwise-footer .incfw-container {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "logo"
            "content"
            "nav" !important;
        row-gap: 18px !important;
        column-gap: 0 !important;
        padding-bottom: 60px !important;
    }

    .incorwise-footer .incfw-social {
        position: static !important;
        margin-top: 10px !important;
        justify-content: flex-start !important;
    }
}

.map-placeholder img.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
}


.incfw-logo img {
    max-height: 40px;
    width: auto;
    display: block;
}