.tech-section {
    background: linear-gradient(180deg, #f8f9ff 0%, #f1f3fa 100%);
}

.badge-label {
    display: inline-block;
    background: rgba(13,110,253,0.1);
    color: #0d6efd;
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 6px 16px;
    border-radius: 50px;
}

.tech-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 16px;
    height: 100%;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    border: 1px solid #eef0f5;
    transition: all .3s ease;
}

    .tech-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(13,110,253,0.15);
        border-color: #0d6efd;
    }

.tech-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg,#0d6efd 0%,#0a58ca 100%);
    color: #fff;
    font-size: 1.6rem;
    transition: all .3s ease;
}

.tech-card:hover .tech-icon {
    transform: rotate(-8deg) scale(1.08);
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 18px;
    animation: cookieSlideUp 0.35s ease;
}

.cookie-consent-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cookie-consent-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bs-primary-rgb), 0.08);
    color: var(--bs-primary);
    font-size: 18px;
}

.cookie-consent-text {
    flex: 1;
    min-width: 0;
}

    .cookie-consent-text h6 {
        font-size: 14px;
    }

    .cookie-consent-text p {
        font-size: 12px;
        line-height: 1.5;
        color: #6c757d;
    }

.cookie-consent-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

    .cookie-consent-actions .btn {
        white-space: nowrap;
        font-size: 12px;
    }

@keyframes cookieSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-consent.hide {
    animation: cookieSlideDown 0.3s ease forwards;
}

@keyframes cookieSlideDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(30px);
    }
}


/* ============================
       MOBILE
    ============================ */

@media (max-width: 767.98px) {

    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px;
        border-radius: 12px;
    }

    .cookie-consent-content {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .cookie-consent-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .cookie-consent-text {
        flex: 1;
    }

        .cookie-consent-text p {
            font-size: 11px;
        }

    .cookie-consent-actions {
        width: 100%;
        margin-top: 4px;
        padding-left: 52px;
    }

        .cookie-consent-actions .btn {
            flex: 1;
        }
}
/* =========================================================
   CONTACT CARD
========================================================= */

.contact-card {
    position: relative;
    width: 100%;
    padding: 30px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
    overflow: hidden;
}


/* =========================================================
   HEADER
========================================================= */

.contact-card-header {
    margin-bottom: 28px;
}


.contact-card-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.contact-card-header h5 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}


.contact-card-header p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


.contact-info-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}


.contact-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #2563eb;
    background: #eff6ff;
    font-size: 15px;
}


.contact-info-content {
    flex: 1;
    min-width: 0;
    padding-top: 1px;
}


.contact-info-title {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}


.contact-info-link {
    display: block;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition: color .2s ease;
}


    .contact-info-link:hover {
        color: #2563eb;
    }


.contact-info-text {
    display: block;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* =========================================================
   DIVIDER
========================================================= */

.contact-divider {
    width: 100%;
    height: 1px;
    margin: 26px 0;
    background: #e2e8f0;
}


/* =========================================================
   WHATSAPP SECTION
========================================================= */

.whatsapp-section {
    width: 100%;
}


.section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}


.section-heading-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #16a34a;
    background: #dcfce7;
    font-size: 18px;
}


.section-heading h6 {
    margin: 0 0 3px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}


.section-heading p {
    margin: 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}


/* =========================================================
   WHATSAPP BUTTON
========================================================= */

.whatsapp-button {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    border-radius: 12px;
    color: #ffffff;
    background: #16a34a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}


    .whatsapp-button:hover {
        color: #ffffff;
        background: #15803d;
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(22, 163, 74, 0.18);
    }


    .whatsapp-button i {
        font-size: 17px;
    }


/* =========================================================
   QR
========================================================= */

.whatsapp-qr {
    margin-top: 24px;
    text-align: center;
}


.qr-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.06);
}


    .qr-wrapper img {
        display: block;
        width: 150px;
        height: 150px;
        max-width: 100%;
        object-fit: contain;
        border-radius: 7px;
    }


.whatsapp-qr p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   SOCIAL SECTION
========================================================= */

.social-section h6 {
    margin: 0 0 5px;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}


.social-section > p {
    margin: 0 0 16px;
    color: #64748b;
    font-size: 11px;
}


/* =========================================================
   SOCIAL LINKS
========================================================= */

.social-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}


    .social-links a {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        color: #475569;
        background: #ffffff;
        font-size: 14px;
        text-decoration: none;
        transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
    }


        .social-links a:hover {
            color: #2563eb;
            border-color: #bfdbfe;
            background: #eff6ff;
            transform: translateY(-2px);
        }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .contact-card {
        padding: 28px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .contact-card {
        width: 100%;
        padding: 22px 18px;
        border-radius: 16px;
    }


    .contact-card-header {
        margin-bottom: 24px;
    }


        .contact-card-header h5 {
            font-size: 20px;
        }


        .contact-card-header p {
            font-size: 12px;
            line-height: 1.65;
        }


    .contact-info-list {
        gap: 20px;
    }


    .contact-info-item {
        gap: 11px;
    }


    .contact-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 13px;
    }


    .contact-info-title {
        font-size: 12px;
    }


    .contact-info-link,
    .contact-info-text {
        font-size: 12px;
    }


    .contact-divider {
        margin: 22px 0;
    }


    .whatsapp-button {
        min-height: 46px;
        font-size: 12px;
    }


    .qr-wrapper img {
        width: 135px;
        height: 135px;
    }


    .social-links {
        gap: 8px;
    }


        .social-links a {
            flex: 0 0 36px;
            width: 36px;
            height: 36px;
            border-radius: 9px;
            font-size: 13px;
        }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .contact-card {
        padding: 18px 14px;
        border-radius: 14px;
    }


    .contact-card-header h5 {
        font-size: 18px;
    }


    .contact-card-header p {
        font-size: 11px;
    }


    .contact-info-list {
        gap: 18px;
    }


    .contact-info-item {
        gap: 9px;
    }


    .contact-icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
    }


    .contact-info-link,
    .contact-info-text {
        font-size: 11px;
    }


    .section-heading h6 {
        font-size: 13px;
    }


    .whatsapp-button {
        min-height: 44px;
        padding: 9px 12px;
    }


    .qr-wrapper img {
        width: 125px;
        height: 125px;
    }


    .social-links {
        gap: 7px;
    }


        .social-links a {
            flex: 0 0 34px;
            width: 34px;
            height: 34px;
            font-size: 12px;
        }
}


/* =========================================================
   VERY SMALL DEVICES
========================================================= */

@media (max-width: 340px) {

    .contact-card {
        padding: 16px 12px;
    }


    .contact-info-item {
        gap: 8px;
    }


    .contact-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: 12px;
    }


    .contact-info-link,
    .contact-info-text {
        font-size: 10.5px;
    }


    .social-links a {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
    }
}

/* =========================================================
   CONTACT FORM CARD
========================================================= */

.contact-form-card {
    width: 100%;
    padding: 38px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.07);
    box-sizing: border-box;
}


/* =========================================================
   HEADER
========================================================= */

.contact-form-header {
    margin-bottom: 30px;
}


.contact-form-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.contact-form-header h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.3;
}


.contact-form-header p {
    max-width: 700px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   FORM GRID
========================================================= */

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
}


/* =========================================================
   FIELD
========================================================= */

.contact-field {
    width: 100%;
    min-width: 0;
}


.contact-full-field {
    margin-top: 22px;
}


/* =========================================================
   LABEL
========================================================= */

.contact-label {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 650;
}


    .contact-label > span:not(.optional-label) {
        color: #dc2626;
    }


.optional-label {
    margin-left: auto;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 500;
}


/* =========================================================
   INPUT
========================================================= */

.contact-input-wrapper {
    position: relative;
    width: 100%;
}


.contact-input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #94a3b8;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}


.contact-input {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px 11px 42px;
    color: #1e293b;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    outline: none;
    font-size: 13px;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}


    .contact-input::placeholder {
        color: #a1aab8;
    }


    .contact-input:focus {
        border-color: #93c5fd;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.09);
    }


        .contact-input:focus + .contact-input-icon {
            color: #2563eb;
        }


/* =========================================================
   PHONE
========================================================= */

.phone-input-group {
    width: 100%;
    display: flex;
    align-items: stretch;
}


.country-select {
    flex: 0 0 130px;
    width: 130px;
    min-height: 48px;
    padding: 10px 30px 10px 12px;
    color: #334155;
    background-color: #f8fafc;
    border: 1px solid #dbe2ea;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    outline: none;
    font-size: 12px;
}


    .country-select:focus {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.09);
        z-index: 2;
    }


.phone-input-wrapper {
    position: relative;
    flex: 1;
    min-width: 0;
}


    .phone-input-wrapper .contact-input {
        border-radius: 0 10px 10px 0;
    }


/* =========================================================
   SELECT
========================================================= */

.contact-select-wrapper {
    position: relative;
    width: 100%;
}


.contact-select-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #94a3b8;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}


.contact-select {
    width: 100%;
    min-height: 48px;
    padding: 10px 38px 10px 42px;
    color: #334155;
    background-color: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    outline: none;
    font-size: 13px;
    box-sizing: border-box;
    cursor: pointer;
}


    .contact-select:focus {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.09);
    }


/* =========================================================
   TEXTAREA
========================================================= */

.contact-textarea-wrapper {
    position: relative;
    width: 100%;
}


.contact-textarea-icon {
    position: absolute;
    top: 17px;
    left: 15px;
    z-index: 2;
    color: #94a3b8;
    font-size: 13px;
    pointer-events: none;
}


.contact-textarea {
    width: 100%;
    min-height: 130px;
    padding: 13px 14px 13px 42px;
    color: #1e293b;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    outline: none;
    font-size: 13px;
    line-height: 1.6;
    resize: vertical;
    box-sizing: border-box;
}


    .contact-textarea::placeholder {
        color: #a1aab8;
    }


    .contact-textarea:focus {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.09);
    }


/* =========================================================
   FILE UPLOAD
========================================================= */

.file-upload-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    box-sizing: border-box;
    transition: border-color .2s ease, background-color .2s ease;
}


    .file-upload-wrapper:hover {
        border-color: #93c5fd;
        background: #f8fbff;
    }


.file-upload-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 10px;
    font-size: 17px;
}


.file-upload-content {
    flex: 1;
    min-width: 0;
}


.file-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}


    .file-upload-label small {
        color: #94a3b8;
        font-size: 11px;
        font-weight: 400;
    }


.file-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}


.selected-file-name {
    max-width: 100%;
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.file-help-text {
    display: block;
    margin-top: 7px;
    color: #94a3b8;
    font-size: 10px;
    line-height: 1.5;
}


    .file-help-text i {
        margin-right: 3px;
    }


/* =========================================================
   VALIDATION
========================================================= */

.contact-validation {
    display: block;
    margin-top: 5px;
    color: #dc2626;
    font-size: 10px;
}


/* =========================================================
   SUBMIT
========================================================= */

.contact-submit-wrapper {
    margin-top: 28px;
}


.contact-submit-button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: #2563eb;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}


    .contact-submit-button:hover {
        color: #ffffff;
        background: #1d4ed8;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.18);
    }


    .contact-submit-button:disabled {
        opacity: .7;
        cursor: not-allowed;
        transform: none;
    }


.submit-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}


    .submit-content i {
        font-size: 14px;
    }


.submit-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    color: #94a3b8;
    font-size: 10px;
    text-align: center;
}


    .submit-security i {
        color: #16a34a;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .contact-form-card {
        padding: 32px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .contact-form-card {
        width: 100%;
        padding: 24px 18px;
        border-radius: 16px;
        box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
    }


    .contact-form-header {
        margin-bottom: 24px;
    }


        .contact-form-header h2 {
            font-size: 22px;
        }


        .contact-form-header p {
            font-size: 12px;
            line-height: 1.65;
        }


    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .contact-full-field {
        margin-top: 18px;
    }


    .contact-label {
        font-size: 12px;
    }


    .contact-input,
    .contact-select,
    .country-select {
        min-height: 46px;
    }


    .country-select {
        flex: 0 0 112px;
        width: 112px;
        font-size: 11px;
    }


    .contact-input {
        font-size: 12px;
    }


    .contact-select {
        font-size: 12px;
    }


    .contact-textarea {
        min-height: 125px;
        font-size: 12px;
    }


    .file-upload-wrapper {
        padding: 13px;
    }


    .file-upload-icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }


    .file-upload-label {
        font-size: 12px;
    }


        .file-upload-label small {
            display: none;
        }


    .contact-submit-wrapper {
        margin-top: 24px;
    }


    .contact-submit-button {
        min-height: 50px;
        font-size: 13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .contact-form-card {
        padding: 20px 14px;
        border-radius: 14px;
    }


    .contact-form-header h2 {
        font-size: 20px;
    }


    .contact-form-header p {
        font-size: 11px;
    }


    .contact-form-grid {
        gap: 16px;
    }


    .contact-full-field {
        margin-top: 16px;
    }


    .country-select {
        flex: 0 0 100px;
        width: 100px;
        padding-left: 9px;
        padding-right: 22px;
        font-size: 10px;
    }


    .contact-input {
        padding-left: 38px;
    }


    .contact-input-icon {
        left: 13px;
        font-size: 12px;
    }


    .contact-select-icon {
        left: 13px;
        font-size: 12px;
    }


    .contact-select {
        padding-left: 38px;
    }


    .contact-textarea {
        padding-left: 38px;
    }


    .contact-textarea-icon {
        left: 13px;
    }


    .file-upload-wrapper {
        gap: 10px;
        padding: 11px;
    }


    .file-upload-icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }


    .file-help-text {
        font-size: 9px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 340px) {

    .contact-form-card {
        padding: 18px 11px;
    }


    .country-select {
        flex: 0 0 90px;
        width: 90px;
        font-size: 9px;
    }


    .contact-input {
        font-size: 11px;
    }


    .contact-submit-button {
        min-height: 47px;
        font-size: 12px;
    }
}
/* =========================================================
   LEAD MODAL
========================================================= */

.lead-modal .modal-dialog {
    width: calc(100% - 30px);
    max-width: 920px;
    margin: 1.75rem auto;
}


.lead-modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.20);
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.lead-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #64748b;
    background: rgba(255,255,255,.92);
    box-shadow: 0 3px 12px rgba(15,23,42,.10);
    cursor: pointer;
    transition: all .2s ease;
}


    .lead-close:hover {
        color: #ffffff;
        background: #ef4444;
        transform: rotate(90deg);
    }


/* =========================================================
   LEFT PANEL
========================================================= */

.lead-info-panel {
    height: 100%;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    padding: 36px 30px 28px;
    color: #ffffff;
    background: linear-gradient( 145deg, #0f172a 0%, #172554 55%, #1d4ed8 100% );
}


/* =========================================================
   BRAND
========================================================= */

.lead-brand {
    display: flex;
    align-items: center;
    gap: 11px;
}


.lead-brand-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
}


    .lead-brand-icon i {
        font-size: 17px;
    }


.lead-brand-name {
    font-size: 17px;
    font-weight: 750;
    line-height: 1.1;
}


.lead-brand small {
    color: rgba(255,255,255,.65);
    font-size: 10px;
}


/* =========================================================
   INFO CONTENT
========================================================= */

.lead-info-content {
    flex: 1;
    padding-top: 58px;
}


.lead-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #93c5fd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
}


.lead-info-content h2 {
    max-width: 300px;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 750;
    line-height: 1.18;
}


.lead-info-content > p {
    max-width: 330px;
    margin-bottom: 28px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.8;
}


/* =========================================================
   FEATURES
========================================================= */

.lead-features {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 28px;
}


.lead-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.85);
    font-size: 11px;
}


.lead-feature-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #bfdbfe;
    background: rgba(255,255,255,.12);
}


    .lead-feature-icon i {
        font-size: 9px;
    }


/* =========================================================
   WHATSAPP
========================================================= */

.lead-whatsapp {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    text-decoration: none;
    transition: all .2s ease;
}


    .lead-whatsapp:hover {
        color: #ffffff;
        background: rgba(255,255,255,.15);
        transform: translateY(-1px);
    }


.lead-whatsapp-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    border-radius: 9px;
    color: #ffffff;
    background: #22c55e;
}


.lead-whatsapp strong {
    display: block;
    font-size: 11px;
}


.lead-whatsapp small {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.55);
    font-size: 9px;
}


/* =========================================================
   CONTACT
========================================================= */

.lead-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
}


    .lead-contact-list a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255,255,255,.70);
        font-size: 10px;
        text-decoration: none;
    }


        .lead-contact-list a:hover {
            color: #ffffff;
        }


    .lead-contact-list i {
        width: 18px;
        color: #93c5fd;
        text-align: center;
    }


/* =========================================================
   FORM PANEL
========================================================= */

.lead-form-panel {
    min-height: 580px;
    padding: 40px 38px 30px;
    background: #ffffff;
}


/* =========================================================
   FORM HEADER
========================================================= */

.lead-form-header {
    margin-bottom: 24px;
}


.lead-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px;
    padding: 5px 9px;
    color: #2563eb;
    background: #eff6ff;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .7px;
}


.lead-form-header h3 {
    margin: 0 0 7px;
    color: #111827;
    font-size: 25px;
    font-weight: 750;
    line-height: 1.3;
}


.lead-form-header p {
    margin: 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   FIELD
========================================================= */

.lead-field {
    margin-bottom: 14px;
}


.lead-label {
    display: block;
    margin-bottom: 6px;
    color: #334155;
    font-size: 11px;
    font-weight: 650;
}


    .lead-label span {
        color: #ef4444;
    }


/* =========================================================
   INPUT
========================================================= */

.lead-input-wrapper {
    position: relative;
}


    .lead-input-wrapper > i {
        position: absolute;
        top: 50%;
        left: 13px;
        z-index: 2;
        color: #94a3b8;
        font-size: 11px;
        transform: translateY(-50%);
        pointer-events: none;
    }


.lead-input {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px 9px 36px;
    color: #1e293b;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 9px;
    outline: none;
    font-size: 11px;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease;
}


    .lead-input::placeholder {
        color: #a1aab8;
    }


    .lead-input:focus {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(37,99,235,.08);
    }


/* =========================================================
   SELECT
========================================================= */

.lead-select {
    appearance: auto;
    cursor: pointer;
}


/* =========================================================
   PHONE
========================================================= */

.lead-phone-group {
    display: flex;
    width: 100%;
}


.lead-country {
    flex: 0 0 90px;
    width: 90px;
    min-height: 42px;
    padding: 8px 8px;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #dbe2ea;
    border-right: 0;
    border-radius: 9px 0 0 9px;
    outline: none;
    font-size: 10px;
}


.lead-phone-input {
    position: relative;
    flex: 1;
    min-width: 0;
}


    .lead-phone-input > i {
        position: absolute;
        top: 50%;
        left: 13px;
        z-index: 2;
        color: #94a3b8;
        font-size: 11px;
        transform: translateY(-50%);
        pointer-events: none;
    }


    .lead-phone-input .lead-input {
        border-radius: 0 9px 9px 0;
    }


/* =========================================================
   TEXTAREA
========================================================= */

.lead-textarea-wrapper {
    position: relative;
}


    .lead-textarea-wrapper > i {
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 2;
        color: #94a3b8;
        font-size: 11px;
    }


.lead-textarea {
    width: 100%;
    min-height: 78px;
    padding: 10px 12px 10px 36px;
    color: #1e293b;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 9px;
    outline: none;
    resize: vertical;
    font-size: 11px;
    line-height: 1.5;
    box-sizing: border-box;
}


    .lead-textarea::placeholder {
        color: #a1aab8;
    }


    .lead-textarea:focus {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(37,99,235,.08);
    }


/* =========================================================
   VALIDATION
========================================================= */

.lead-validation {
    display: block;
    margin-top: 4px;
    color: #dc2626;
    font-size: 9px;
}


/* =========================================================
   SUBMIT
========================================================= */

.lead-submit {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 18px;
    color: #ffffff;
    background: linear-gradient( 135deg, #2563eb, #1d4ed8 );
    border: 0;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(37,99,235,.18);
    transition: all .2s ease;
}


    .lead-submit:hover {
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(37,99,235,.24);
    }


    .lead-submit:disabled {
        opacity: .7;
        cursor: not-allowed;
        transform: none;
    }


.lead-submit-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


/* =========================================================
   SECURITY
========================================================= */

.lead-form-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 9px;
    color: #94a3b8;
    font-size: 8px;
    text-align: center;
}


    .lead-form-security i {
        color: #16a34a;
    }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .lead-modal .modal-dialog {
        max-width: 600px;
    }


    .lead-form-panel {
        min-height: auto;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .lead-modal .modal-dialog {
        width: calc(100% - 20px);
        max-width: none;
        margin: 10px auto;
    }


    .lead-modal-content {
        border-radius: 16px;
    }


    .lead-form-panel {
        min-height: auto;
        padding: 28px 18px 20px;
    }


    .lead-close {
        top: 10px;
        right: 10px;
        width: 31px;
        height: 31px;
    }


    .lead-form-header {
        padding-right: 30px;
        margin-bottom: 22px;
    }


        .lead-form-header h3 {
            font-size: 21px;
        }


        .lead-form-header p {
            font-size: 10px;
        }


    .lead-field {
        margin-bottom: 13px;
    }


    .lead-label {
        font-size: 10px;
    }


    .lead-input {
        min-height: 44px;
        font-size: 11px;
    }


    .lead-country {
        flex: 0 0 82px;
        width: 82px;
        min-height: 44px;
        font-size: 9px;
    }


    .lead-textarea {
        min-height: 90px;
    }


    .lead-submit {
        min-height: 48px;
        margin-top: 17px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .lead-modal .modal-dialog {
        width: calc(100% - 12px);
        margin: 6px auto;
    }


    .lead-form-panel {
        padding: 24px 14px 17px;
    }


    .lead-form-header h3 {
        font-size: 19px;
    }


    .lead-country {
        flex: 0 0 75px;
        width: 75px;
        padding-left: 6px;
        padding-right: 5px;
        font-size: 8px;
    }


    .lead-input {
        padding-left: 34px;
    }


    .lead-textarea {
        padding-left: 34px;
    }
}
/* =========================================================
       SERVICES MEGA MENU
    ========================================================= */

.services-menu-container {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    overflow-x: hidden;
    box-sizing: border-box;
}


/* =========================================================
       DESKTOP GRID
    ========================================================= */

.services-menu-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 10px;
    box-sizing: border-box;
}


/* =========================================================
       SERVICE ITEM
    ========================================================= */

.service-menu-item {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #374151;
    background: transparent;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}


    .service-menu-item:hover {
        color: #2563eb;
        background: #f1f5f9;
        transform: translateX(2px);
    }


/* =========================================================
       ICON
    ========================================================= */

.service-menu-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #2563eb;
    background: #eff6ff;
}


    .service-menu-icon i {
        font-size: 14px;
        line-height: 1;
    }


/* =========================================================
       SERVICE NAME
    ========================================================= */

.service-menu-name {
    min-width: 0;
    flex: 1;
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* =========================================================
       EMPTY
    ========================================================= */

.services-empty {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 10px;
    color: #6b7280;
    font-size: 13px;
    text-align: center;
}


    .services-empty i {
        color: #9ca3af;
    }


/* =========================================================
       LARGE DESKTOP
    ========================================================= */

@media (min-width: 1400px) {

    .services-menu-container {
        padding: 16px 20px;
    }


    .services-menu-grid {
        gap: 6px 14px;
    }


    .service-menu-item {
        min-height: 46px;
        padding: 11px 14px;
    }
}


/* =========================================================
       TABLET / SMALL DESKTOP
    ========================================================= */

@media (max-width: 991.98px) {

    .services-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 8px;
    }
}


/* =========================================================
       MOBILE
    ========================================================= */

@media (max-width: 767.98px) {

    .services-menu-container {
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        margin: 0;
        overflow-x: hidden;
    }


    .services-menu-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 2px;
    }


    .service-menu-item {
        width: 100%;
        min-height: 48px;
        padding: 9px 10px;
        border-radius: 8px;
    }


        .service-menu-item:hover {
            transform: none;
        }


    .service-menu-icon {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
    }


        .service-menu-icon i {
            font-size: 14px;
        }


    .service-menu-name {
        font-size: 14px;
        line-height: 1.35;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}


/* =========================================================
       SMALL MOBILE
    ========================================================= */

@media (max-width: 480px) {

    .services-menu-container {
        padding: 6px 8px;
    }


    .service-menu-item {
        min-height: 46px;
        padding: 8px;
    }


    .service-menu-icon {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        border-radius: 7px;
    }


        .service-menu-icon i {
            font-size: 13px;
        }


    .service-menu-name {
        font-size: 13px;
    }
}


/* =========================================================
       VERY SMALL MOBILE
    ========================================================= */

@media (max-width: 360px) {

    .services-menu-container {
        padding: 5px 6px;
    }


    .service-menu-item {
        min-height: 44px;
        gap: 8px;
        padding: 7px;
    }


    .service-menu-icon {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
    }


    .service-menu-name {
        font-size: 12px;
    }
}

























/* ==========================================================================
   Global Typography Reset & Base Settings
   ========================================================================== */
.service-hero {
    background: radial-gradient(circle at 90% 20%, rgba(13,110,253,.08), transparent 35%), linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.api-architecture {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.api-node {
    width: 180px;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    color: #495057;
    box-shadow: 0 4px 15px rgba(0,0,0,.04);
}

    .api-node i {
        color: #0d6efd;
    }

    .api-node.active {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
        box-shadow: 0 10px 25px rgba(13,110,253,.25);
    }

        .api-node.active i {
            color: #fff;
        }

.api-line {
    width: 2px;
    height: 22px;
    background: #cfd8e3;
}

.card {
    transition: transform .25s ease, box-shadow .25s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,.08) !important;
    }

.service-hero .btn,
section .btn {
    transition: all .2s ease;
}

    .service-hero .btn:hover,
    section .btn:hover {
        transform: translateY(-2px);
    }

@media (max-width: 991.98px) {

    .service-hero {
        text-align: center;
    }

        .service-hero .d-flex {
            justify-content: center;
        }
}

@media (max-width: 575.98px) {

    .service-hero h1 {
        font-size: 2.2rem;
    }

    .service-hero .btn {
        width: 100%;
    }
}
:root {
    --font-heading: 'Georgia', 'Times New Roman', serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-mono: 'Consolas', 'Courier New', monospace;
    /* Professional Slate Colors */
    --color-text-main: #1e293b; /* Primary body text */
    --color-text-muted: #64748b; /* Captions & subtitles */
    --color-text-dark: #0f172a; /* Headings */
}

/* Base Body Configuration */
body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    color: var(--color-text-main);
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Heading Hierarchy (Desktop Standard Scale)
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--color-text-dark);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.75rem;
    text-wrap: balance;
}

/* Hero Title */
h1 {
    font-size: 2.75rem; /* 44px */
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Section Header */
h2 {
    font-size: 2rem; /* 32px */
    line-height: 1.25;
    letter-spacing: -0.015em;
}

/* Card / Feature Header */
h3 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Sub-feature Header */
h4 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.4;
}

/* Small Label Header */
h5 {
    font-size: 1rem; /* 16px */
    line-height: 1.5;
    font-weight: 600;
}

/* Tiny Category Tag */
h6 {
    font-size: 0.875rem; /* 14px */
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   Paragraphs, Lead Text & Elements
   ========================================================================== */

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

    /* Hero Section Subtitle */
    p.lead {
        font-size: 1.125rem; /* 18px */
        line-height: 1.7;
        color: var(--color-text-muted);
    }

/* Small Text & Footers */
small, .text-small {
    font-size: 0.875rem; /* 14px */
    line-height: 1.5;
    color: var(--color-text-muted);
}

/* Links */
a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Buttons */
button, .btn {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Quotes */
blockquote {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.6;
    border-left: 4px solid #2563eb;
    padding-left: 1.25rem;
    margin: 1.5rem 0;
    color: #334155;
}

/* Code Snippets */
code, pre {
    font-family: var(--font-mono);
    font-size: 0.875rem;
}

/* ==========================================================================
   Mobile Responsive Typography
   ========================================================================== */

@media (max-width: 768px) {
    h1 {
        font-size: 2.125rem; /* 34px on mobile */
        line-height: 1.25;
    }

    h2 {
        font-size: 1.625rem; /* 26px on mobile */
        line-height: 1.3;
    }

    h3 {
        font-size: 1.25rem; /* 20px on mobile */
    }

    p.lead {
        font-size: 1rem; /* 16px on mobile */
    }
}
/* =========================================================
   SERVICES SECTION
========================================================= */

.services-section {
    position: relative;
    background: #f8faff;
    overflow: hidden;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.services-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}


.section-title h2 {
    color: #101828;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.2;
}


    .section-title h2 span {
        color: #0d6efd;
    }


.section-title p {
/*    max-width: 800px;*/
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(16, 24, 40, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}


    .service-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient( 90deg, #0d6efd, #4f8cff );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }


    .service-card:hover {
        transform: translateY(-8px);
        border-color: rgba(13, 110, 253, 0.20);
        box-shadow: 0 20px 45px rgba(16, 24, 40, 0.10);
    }


        .service-card:hover::before {
            transform: scaleX(1);
        }


/* =========================================================
   CARD TOP
========================================================= */

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}


.service-number {
    font-size: 13px;
    font-weight: 700;
    color: #98a2b3;
    letter-spacing: 1px;
}


/* =========================================================
   SERVICE ICON
========================================================= */

.service-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 23px;
    transition: all 0.3s ease;
}


.service-card:hover .service-icon {
    transform: scale(1.08);
}


/* Icon Colors */

.website-icon {
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.10);
}


.crm-icon {
    color: #6366f1;
    background: rgba(99, 102, 241, 0.10);
}


.software-icon {
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.10);
}


.ecommerce-icon {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.10);
}


.app-icon {
    color: #10b981;
    background: rgba(16, 185, 129, 0.10);
}


.api-icon {
    color: #0891b2;
    background: rgba(8, 145, 178, 0.10);
}


.lead-icon {
    color: #ec4899;
    background: rgba(236, 72, 153, 0.10);
}


.cloud-icon {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.10);
}


/* =========================================================
   TITLE
========================================================= */

.service-title {
    color: #101828;
    font-size: 20px;
    font-weight: 750;
    line-height: 1.35;
    margin-bottom: 12px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.service-text {
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}


/* =========================================================
   TAGS
========================================================= */

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 22px;
}


    .service-tags span {
        display: inline-flex;
        padding: 5px 9px;
        border-radius: 6px;
        background: #f2f4f7;
        color: #475467;
        font-size: 11px;
        font-weight: 600;
    }


/* =========================================================
   SERVICE LINK
========================================================= */

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #0d6efd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: gap 0.3s ease;
}


    .service-link i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }


    .service-link:hover {
        color: #084298;
    }


        .service-link:hover i {
            transform: translateX(4px);
        }


/* =========================================================
   BOTTOM CTA
========================================================= */

.services-cta {
    position: relative;
    padding: 40px 45px;
    background: linear-gradient( 135deg, #0b5ed7 0%, #0d6efd 50%, #2563eb 100% );
    border-radius: 24px;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 20px 45px rgba(13, 110, 253, 0.20);
}


    .services-cta::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -120px;
        top: -160px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
    }


.cta-small-title {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.75);
}


.services-cta h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.3;
}


.services-cta p {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}


.services-cta-btn {
    position: relative;
    z-index: 2;
    padding: 13px 24px;
    background: #ffffff;
    color: #0d6efd;
    border-radius: 50px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}


    .services-cta-btn:hover {
        background: #f8faff;
        color: #084298;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .service-card {
        padding: 24px;
    }

    .services-cta {
        padding: 35px;
    }
}


@media (max-width: 575.98px) {

    .services-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .service-card {
        padding: 22px;
        border-radius: 17px;
    }

    .service-icon {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .service-title {
        font-size: 18px;
    }

    .services-cta {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .services-cta-btn {
        width: 100%;
    }
}
/*==================================
 ForceNexa IT Solutions
 style.css
 Author : ForceNexa
 Version : 1.0
===================================*/

/*=========================
Google Font
=========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*=========================
Root Variables
=========================*/
:root {
    --primary: #0d6efd;
    --secondary: #1E293B;
    --success: #10B981;
    --danger: #EF4444;
    --warning: #F59E0B;
    --dark: #111827;
    --light: #F8FAFC;
    --white: #ffffff;
    --gray: #6B7280;
    --border: #E5E7EB;
    --radius: 10px;
    --radius-lg: 18px;
    --transition: .35s ease;
    --shadow: 0 10px 30px rgba(0,0,0,.08);
}


/*=========================
Reset
=========================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins',sans-serif;
    background: var(--light);
    color: var(--dark);
    line-height: 1.8;
    overflow-x: hidden;
}


img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    transition: .3s;
}

ul {
    list-style: none;
}

section {
    padding: 10px 0;
}
.container {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}


/*=========================
Typography
=========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--secondary);
}

h1 {
    font-size: 58px;
    line-height: 1.2;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 28px;
}

p {
    color: var(--gray);
    font-size: 16px;
}
.mobile-hero-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    object-fit: contain;
}

/*=========================
Buttons
=========================*/

.btn {
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s;
}

.btn-primary {
    background: var(--primary);
    border: none;
}

    .btn-primary:hover {
        background: #0056d2;
        transform: translateY(-3px);
    /*    box-shadow: 0 15px 30px rgba(13,110,253,.3);*/
    }

.btn-outline {
    border: 2px solid var(--primary);
    color: var(--primary);
}

    .btn-outline:hover {
        background: var(--primary);
        color: #fff;
    }


/*=========================
Navbar
=========================*/

.navbar {
    background: #fff;
    padding: 6px 0;
    transition: .4s;
    box-shadow: 0 2px 15px rgba(0,0,0,.05);
}

.navbar-brand img {
    height: 55px;
}

.navbar-nav .nav-link {
    color: var(--secondary);
    font-weight: 600;
    margin-left: 18px;
    position: relative;
}

/*    .navbar-nav .nav-link:hover {
        color: var(--primary);
    }
*/
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        left: 0;
        bottom: -6px;
        background: var(--primary);
        transition: .3s;
    }

    .navbar-nav .nav-link:hover::after {
        width: 100%;
    }

.navbar.scrolled {
    padding: 12px 0;
}


/*=========================
Dropdown
=========================*/

.dropdown-menu {
    border: none;
    border-radius: 15px;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.dropdown-item {
  /*  padding: 12px 15px;*/
    border-radius: 10px;
    transition: .3s;
}

    .dropdown-item:hover {
     background: var(--primary);
        color: #fff;
    }


/*=========================
Hero Section
=========================*/

.hero {
    padding-top: 170px;
    padding-bottom: 10px;
    background: linear-gradient(135deg,#F8FAFC,#EEF6FF);
}

    .hero h1 {
        margin-bottom: 25px;
    }

    .hero p {
        font-size: 18px;
        margin-bottom: 35px;
    }

.hero-btn {
    margin-top: 25px;
}

.hero-image {
    animation: float 4s infinite ease-in-out;
}


/*=========================
Hero Badge
=========================*/

.hero-badge {
    display: inline-block;
    background: #E8F1FF;
    color: var(--primary);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}


/*=========================
Section Title
=========================*/

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

    .section-title span {
        color: var(--primary);
        font-weight: 600;
        letter-spacing: 1px;
    }

    .section-title h2 {
        margin-top: 10px;
        margin-bottom: 15px;
    }


/*=========================
Cards
=========================*/

.card {
    border: none;
    border-radius: 18px;
    box-shadow: var(--shadow);
    transition: .35s;
}

    .card:hover {
        transform: translateY(-10px);
    }

.card-body {
    padding: 35px;
}


/*=========================
Icon Box
=========================*/

.icon-box {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: #EDF4FF;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}


/*=========================
Background Utilities
=========================*/

.bg-primary-light {
    background: #EDF4FF;
}

.bg-dark {
    background: #111827 !important;
}

.text-primary {
    color: var(--primary) !important;
}

.rounded-xl {
    border-radius: 20px;
}

.shadow-lg {
    box-shadow: 0 20px 40px rgba(0,0,0,.1) !important;
}


/*=========================
Animations
=========================*/

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}


/*=========================
Back To Top
=========================*/

.back-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    display: none;
}


/*=========================
WhatsApp
=========================*/

.whatsapp {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 999;
    box-shadow: 0 15px 35px rgba(37,211,102,.35);
}

    .whatsapp:hover {
        color: #fff;
        transform: scale(1.08);
    }

/*=========================================
    ABOUT SECTION
==========================================*/

.about-section {
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    overflow: hidden;
}

.about-img {
    position: relative;
}

    .about-img img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,.12);
    }

.about-exp {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: var(--primary);
    color: #fff;
    padding: 20px;
    width: 150px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(13,110,253,.30);
}

    .about-exp h2 {
        color: #fff;
        margin: 0;
        font-size: 38px;
        font-weight: 700;
    }

    .about-exp span {
        font-size: 15px;
    }

.about-content {
    padding-left: 40px;
}

.about-subtitle {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-text {
    color: #6b7280;
    margin-bottom: 20px;
    line-height: 1.9;
}

.about-list {
    margin-top: 30px;
}

    .about-list li {
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        font-weight: 500;
    }

        .about-list li i {
            width: 42px;
            height: 42px;
            background: #EAF2FF;
            color: var(--primary);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            font-size: 18px;
        }

.about-btn {
    margin-top: 35px;
}

/*=========================================
        SERVICES SECTION
==========================================*/

.services-section {
    background: #F8FAFC;
    padding: 10px 0;
}

.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    transition: .35s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.12);
    }

    .service-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: var(--primary);
        transform: scaleX(0);
        transition: .4s;
    }

    .service-card:hover::before {
        transform: scaleX(1);
    }

.service-icon {
    width: 85px;
    height: 85px;
    border-radius: 20px;
    background: #EDF4FF;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    margin-bottom: 25px;
    transition: .35s;
}

.service-card:hover .service-icon {
    background: var(--primary);
    color: #fff;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-text {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

    .service-link i {
        margin-left: 8px;
        transition: .3s;
    }

    .service-link:hover i {
        margin-left: 15px;
    }

.service-card:hover .service-link {
    color: #0056d2;
}

/*=========================================
SERVICE GRID
==========================================*/

.services-section .row {
    row-gap: 30px;
}

/*=========================================
SERVICE BADGE
==========================================*/

.service-badge {
    display: inline-block;
    background: #EDF4FF;
    color: var(--primary);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*=========================================
SERVICE ICON COLORS
==========================================*/

.website-icon {
    background: #EEF4FF;
    color: #0D6EFD;
}

.crm-icon {
    background: #E8FFF5;
    color: #10B981;
}

.software-icon {
    background: #FFF4E8;
    color: #F59E0B;
}

.ecommerce-icon {
    background: #FFEFF4;
    color: #E91E63;
}

.lead-icon {
    background: #F3EEFF;
    color: #7C3AED;
}

.app-icon {
    background: #ECFEFF;
    color: #06B6D4;
}

.api-icon {
    background: #F5F5F5;
    color: #111827;
}

/*=========================================
SERVICE HOVER EFFECT
==========================================*/

.service-card:hover .website-icon {
    background: #0D6EFD;
    color: #fff;
}

.service-card:hover .crm-icon {
    background: #10B981;
    color: #fff;
}

.service-card:hover .software-icon {
    background: #F59E0B;
    color: #fff;
}

.service-card:hover .ecommerce-icon {
    background: #E91E63;
    color: #fff;
}

.service-card:hover .lead-icon {
    background: #7C3AED;
    color: #fff;
}

.service-card:hover .app-icon {
    background: #06B6D4;
    color: #fff;
}

.service-card:hover .api-icon {
    background: #111827;
    color: #fff;
}

/*=========================================
SECTION SPACING
==========================================*/

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}
/*=================================================
        WHY CHOOSE US
==================================================*/

.why-us {
    padding: 10px 0;
    background: #ffffff;
    position: relative;
}

.why-box {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
    border: 1px solid #f1f1f1;
}

    .why-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,.15);
    }

.why-icon {
    width: 75px;
    height: 75px;
    border-radius: 18px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
}

.why-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-text {
    color: #6B7280;
    line-height: 1.9;
}

.why-box:hover .why-icon {
    transform: rotateY(180deg);
    transition: .6s;
}


/*=================================================
        TECHNOLOGY SECTION
==================================================*/

.tech-section {
    padding: 10px 0;
    background: #F8FAFC;
}

.tech-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: .35s;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

    .tech-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.12);
    }

    .tech-card img {
        height: 70px;
        margin: auto;
        margin-bottom: 20px;
    }

    .tech-card h5 {
        font-size: 18px;
        font-weight: 600;
    }

    .tech-card p {
        margin-top: 10px;
        font-size: 14px;
    }


/*=================================================
        TECHNOLOGY LOGO
==================================================*/

.tech-logo {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF5FF;
    border-radius: 20px;
    margin: auto;
    font-size: 42px;
    color: var(--primary);
    transition: .35s;
}

.tech-card:hover .tech-logo {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1);
}


/*=================================================
        COUNTER SECTION
==================================================*/

.counter-section {
    background: linear-gradient(135deg,#0D6EFD,#0A58CA);
    padding: 90px 0;
    color: #fff;
}

.counter-box {
    text-align: center;
}

    .counter-box h2 {
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .counter-box h5 {
        color: #fff;
        font-weight: 600;
        letter-spacing: .5px;
    }

    .counter-box i {
        font-size: 45px;
        margin-bottom: 20px;
    }


/*=================================================
        PROCESS SECTION
==================================================*/

.process-section {
    padding: 10px 0;
    background: #fff;
}

.process-card {
    position: relative;
    text-align: center;
    padding: 40px 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .35s;
    overflow: hidden;
}

    .process-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,.12);
    }

.process-number {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.process-card p {
    color: #6B7280;
    line-height: 1.8;
}


/*=================================================
        PROCESS ICON
==================================================*/

.process-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #EDF4FF;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin: auto;
    margin-bottom: 20px;
    transition: .35s;
}

.process-card:hover .process-icon {
    background: var(--primary);
    color: #fff;
}


/*=================================================
        TIMELINE
==================================================*/

.timeline {
    position: relative;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 3px;
        height: 100%;
        background: #D9E4F5;
    }

.timeline-item {
    position: relative;
    margin-bottom: 60px;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 22px;
    background: var(--primary);
    border-radius: 50%;
    transform: translateX(-50%);
    border: 5px solid #fff;
    box-shadow: 0 0 15px rgba(13,110,253,.4);
}


/*=================================================
        CLIENT LOGOS
==================================================*/

.client-logo {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: .35s;
}

    .client-logo:hover {
        transform: translateY(-8px);
    }

    .client-logo img {
        max-height: 55px;
        opacity: .7;
        transition: .35s;
    }

    .client-logo:hover img {
        opacity: 1;
    }


/*=================================================
        HOVER EFFECTS
==================================================*/

.zoom-hover {
    overflow: hidden;
    border-radius: 15px;
}

    .zoom-hover img {
        transition: .5s;
    }

    .zoom-hover:hover img {
        transform: scale(1.1);
    }


/*=================================================
        FLOAT CARD
==================================================*/

.float-card {
    animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*=================================================
        ICON CIRCLE
==================================================*/

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #EEF4FF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 38px;
    margin: auto;
}


/*=================================================
        SECTION UTILITIES
==================================================*/

.bg-light-blue {
    background: #EEF6FF;
}

.text-gray {
    color: #6B7280;
}

.rounded-20 {
    border-radius: 20px;
}

.shadow-hover {
    transition: .35s;
}

    .shadow-hover:hover {
        box-shadow: 0 25px 45px rgba(0,0,0,.15);
    }

/*====================================================
            PORTFOLIO SECTION
=====================================================*/

.portfolio-section {
    padding: 10px 0;
    background: #f8fafc;
}

.portfolio-filter {
    text-align: center;
    margin-bottom: 50px;
}

    .portfolio-filter button {
        border: none;
        background: #fff;
        padding: 12px 28px;
        margin: 8px;
        border-radius: 40px;
        font-weight: 600;
        color: #374151;
        transition: .35s;
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
    }

        .portfolio-filter button:hover,
        .portfolio-filter button.active {
            background: var(--primary);
            color: #fff;
        }

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .35s;
}

    .project-card:hover {
        transform: translateY(-8px);
    }

    .project-card img {
        width: 100%;
        transition: .5s;
    }

    .project-card:hover img {
        transform: scale(1.08);
    }

.project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background: rgba(13,110,253,.95);
    color: #fff;
    padding: 30px;
    transition: .4s;
}

.project-card:hover .project-overlay {
    bottom: 0;
}

.project-overlay h4 {
    color: #fff;
    margin-bottom: 10px;
}

.project-overlay p {
    color: #f1f1f1;
}

.project-link {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
}

/*====================================================
                CTA SECTION
=====================================================*/

.cta-section {
/*    padding: 90px 0;*/
    background: linear-gradient(135deg,#0d6efd,#0056d6);
}

.cta-box {
    background: #fff;
    padding: 60px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

    .cta-box h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .cta-box p {
        font-size: 18px;
        margin-bottom: 30px;
    }

.cta-btn {
    padding: 16px 40px;
    border-radius: 50px;
}

/*====================================================
                TEAM SECTION
=====================================================*/

.team-section {
    padding: 10px 0;
    background: #fff;
}

.team-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    transition: .35s;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

    .team-card:hover {
        transform: translateY(-10px);
    }

.team-image {
    overflow: hidden;
}

    .team-image img {
        width: 100%;
        transition: .4s;
    }

.team-card:hover .team-image img {
    transform: scale(1.08);
}

.team-content {
    padding: 30px;
}

    .team-content h4 {
        margin-bottom: 8px;
    }

    .team-content span {
        color: var(--primary);
        font-weight: 600;
    }

.team-social {
    margin-top: 20px;
}

    .team-social a {
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #eef4ff;
        color: var(--primary);
        margin: 4px;
        transition: .3s;
    }

        .team-social a:hover {
            background: var(--primary);
            color: #fff;
        }

/*====================================================
                FAQ SECTION
=====================================================*/

.faq-section {
    padding: 10px 0;
    background: #f8fafc;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.accordion-button {
    font-weight: 600;
    padding: 20px;
}

    .accordion-button:not(.collapsed) {
        background: var(--primary);
        color: #fff;
    }

.accordion-body {
    padding: 25px;
    color: #6b7280;
}

/*====================================================
                BLOG SECTION
=====================================================*/

.blog-section {
    padding: 10px 0;
    background: #fff;
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .blog-card:hover {
        transform: translateY(-8px);
    }

.blog-image {
    overflow: hidden;
}

    .blog-image img {
        width: 100%;
        transition: .5s;
    }

.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

.blog-content {
    padding: 30px;
}

.blog-date {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-content h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-content p {
    margin-bottom: 20px;
}

.read-more {
    color: var(--primary);
    font-weight: 600;
}

/*====================================================
                NEWSLETTER
=====================================================*/

.newsletter {
    padding: 80px 0;
    background: linear-gradient(135deg,#0d6efd,#0056d6);
}

.newsletter-box {
    text-align: center;
    color: #fff;
}

    .newsletter-box h2 {
        color: #fff;
        margin-bottom: 20px;
    }

    .newsletter-box p {
        color: #f1f1f1;
        margin-bottom: 30px;
    }

.newsletter-form {
    max-width: 700px;
    margin: auto;
    display: flex;
    gap: 15px;
}

    .newsletter-form input {
        flex: 1;
        height: 60px;
        border: none;
        border-radius: 50px;
        padding: 0 25px;
        outline: none;
    }

    .newsletter-form button {
        height: 60px;
        padding: 0 35px;
        border: none;
        border-radius: 50px;
        background: #111827;
        color: #fff;
        font-weight: 600;
    }

        .newsletter-form button:hover {
            background: #000;
        }

/*====================================================
                IMAGE EFFECTS
=====================================================*/

.image-hover {
    overflow: hidden;
    border-radius: 20px;
}

    .image-hover img {
        transition: .5s;
    }

    .image-hover:hover img {
        transform: scale(1.1) rotate(2deg);
    }

/*====================================================
                GRADIENT TEXT
=====================================================*/

.gradient-text {
    background: linear-gradient(90deg,#0d6efd,#00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/*====================================================
                GLASS CARD
=====================================================*/

.glass-card {
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

/*====================================================
            CONTACT SECTION
=====================================================*/

.contact-section {
    padding: 10px 0;
    background: #F8FAFC;
}

.contact-info {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 100%;
}

    .contact-info h2 {
        margin-bottom: 20px;
    }

    .contact-info p {
        color: #6B7280;
        margin-bottom: 30px;
    }

.contact-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 15px;
    background: #EEF5FF;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 18px;
    transition: .35s;
}

.contact-box:hover .contact-icon {
    background: var(--primary);
    color: #fff;
}

.contact-text h5 {
    margin-bottom: 8px;
    font-size: 20px;
}

.contact-text p {
    margin: 0;
}

.contact-text a {
    color: #6B7280;
}

    .contact-text a:hover {
        color: var(--primary);
    }


/*====================================================
            CONTACT FORM
=====================================================*/

.contact-form {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

    .contact-form .form-control {
        height: 55px;
        border-radius: 12px;
        border: 1px solid #E5E7EB;
        padding: 12px 18px;
        margin-bottom: 20px;
        box-shadow: none;
    }

    .contact-form textarea.form-control {
        height: 180px;
        resize: none;
    }

    .contact-form .form-control:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
    }

    .contact-form button {
        width: 100%;
        height: 55px;
        border: none;
        border-radius: 50px;
        background: var(--primary);
        color: #fff;
        font-weight: 600;
        transition: .35s;
    }

        .contact-form button:hover {
            background: #0056D6;
            transform: translateY(-2px);
        }


/*====================================================
            GOOGLE MAP
=====================================================*/

.map-section {
    margin-top: 80px;
}

    .map-section iframe {
        width: 100%;
        height: 450px;
        border: none;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }


/*====================================================
            FOOTER
=====================================================*/

.footer {
    background: #111827;
    color: #fff;
 /*   padding: 90px 0 30px;*/
}

.footer-logo img {
    max-height: 60px;
    margin-bottom: 25px;
}

.footer-about {
    color: #D1D5DB;
    line-height: 1.9;
}

.footer h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 14px;
    }

    .footer-links a {
        color: #D1D5DB;
        transition: .35s;
    }

        .footer-links a:hover {
            color: #fff;
            padding-left: 8px;
        }

.footer-contact {
    list-style: none;
    padding: 0;
}

    .footer-contact li {
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
    }

    .footer-contact i {
        color: var(--primary);
        margin-right: 12px;
        margin-top: 5px;
    }


/*====================================================
            SOCIAL ICONS
=====================================================*/

.footer-social {
    margin-top: 25px;
}

    .footer-social a {
        width: 45px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #1F2937;
        color: #fff;
        margin-right: 10px;
        transition: .35s;
    }

        .footer-social a:hover {
            background: var(--primary);
            transform: translateY(-5px);
        }


/*====================================================
            COPYRIGHT
=====================================================*/

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 60px;
    padding-top: 25px;
    text-align: center;
}

    .footer-bottom p {
        margin: 0;
        color: #9CA3AF;
    }


/*====================================================
            WHATSAPP BUTTON
=====================================================*/

.whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9999;
    box-shadow: 0 15px 30px rgba(37,211,102,.35);
    transition: .35s;
}

    .whatsapp:hover {
        color: #fff;
        transform: scale(1.08);
    }


/*====================================================
            BACK TO TOP
=====================================================*/

.back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: .35s;
    z-index: 9999;
}

    .back-top.active {
        visibility: visible;
        opacity: 1;
    }

    .back-top:hover {
        background: #0056D6;
        transform: translateY(-5px);
    }


/*=====================================================
                INNER PAGE BANNER
=====================================================*/

.page-banner {
    position: relative;
    padding: 100px 0 100px;
    background: linear-gradient(135deg, #F8FAFC, #EEF6FF);
    overflow: hidden;
    color: #fff;
}

    .page-banner::before {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        background: rgba(255,255,255,.08);
        border-radius: 50%;
        top: -120px;
        right: -100px;
    }

    .page-banner::after {
        content: '';
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgba(255,255,255,.05);
        border-radius: 50%;
        bottom: -80px;
        left: -80px;
    }

    .page-banner .container {
        position: relative;
        z-index: 2;
    }

    .page-banner h1 {
        font-size: 54px;
        font-weight: 700;
        margin-bottom: 15px;
       /* color: #fff;*/
    }

/*=====================================================
                    BREADCRUMB
=====================================================*/

.breadcrumb-area {
    margin-top: 25px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 16px;
}

    .breadcrumb-item a {
        color: #fff;
        text-decoration: none;
        transition: .35s;
    }

        .breadcrumb-item a:hover {
            color: #FFD54F;
        }

    .breadcrumb-item.active {
        color: #EAF4FF;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }


/*=====================================================
                    FORM SECTION
=====================================================*/

.form-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.form-wrapper {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.form-title {
    margin-bottom: 35px;
}

    .form-title h2 {
        margin-bottom: 12px;
    }

    .form-title p {
        color: #6B7280;
    }


/*=====================================================
                    FORM LABEL
=====================================================*/

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}


/*=====================================================
                    INPUT
=====================================================*/

.form-control {
    /*    height: 58px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    padding: 12px 18px;
    font-size: 15px;
    transition: .35s;
    box-shadow: none;
}*/

    .form-control:hover {
        border-color: #BBD3FF;
    }

    .form-control:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 .20rem rgba(13,110,253,.15);
    }
    /*=====================================================
                    TEXTAREA
=====================================================*/

    textarea.form-control {
        min-height: 180px;
        resize: none;
        padding-top: 15px;
    }
    /*=====================================================
                    SELECT
=====================================================*/

    .form-select {
        height: 58px;
        border-radius: 12px;
        border: 1px solid #E5E7EB;
        box-shadow: none;
        transition: .35s;
    }

        .form-select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 .20rem rgba(13,110,253,.15);
        }
    /*=====================================================
                INPUT GROUP
=====================================================*/

    .input-group-text {
        background: #EEF4FF;
        color: var(--primary);
        border: 1px solid #E5E7EB;
    }
    /*=====================================================
                CHECKBOX
=====================================================*/

    .form-check {
        margin-top: 12px;
    }

    .form-check-input {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .form-check-input:checked {
            background-color: var(--primary);
            border-color: var(--primary);
        }

    .form-check-label {
        margin-left: 8px;
        cursor: pointer;
    }
    /*=====================================================
                RADIO
=====================================================*/

    .form-check-input[type=radio] {
        border-radius: 50%;
    }
    /*=====================================================
                SUBMIT BUTTON
=====================================================*/

    .btn-submit {
        width: 100%;
        height: 58px;
        border: none;
        border-radius: 50px;
        background: var(--primary);
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        transition: .35s;
    }

        .btn-submit:hover {
            background: #0056d6;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(13,110,253,.30);
        }
    /*=====================================================
            REQUIRED FIELD
=====================================================*/

    .required {
        color: #dc3545;
    }
    /*=====================================================
            VALIDATION
=====================================================*/

    .field-validation-error {
        color: #dc3545;
        font-size: 14px;
        margin-top: 5px;
    }

    .validation-summary-errors {
        background: #FFECEC;
        color: #dc3545;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 25px;
    }
    /*=====================================================
            SUCCESS MESSAGE
=====================================================*/

    .form-success {
        background: #E8FFF3;
        color: #198754;
        padding: 18px;
        border-radius: 12px;
        border-left: 5px solid #198754;
    }
    /*=====================================================
            ERROR MESSAGE
=====================================================*/

    .form-error {
        background: #FFF1F1;
        color: #DC3545;
        padding: 18px;
        border-radius: 12px;
        border-left: 5px solid #DC3545;
    }
    /*=====================================================
            FORM SHADOW
=====================================================*/

    .form-shadow {
        box-shadow: 0 20px 50px rgba(0,0,0,.08);
    }
    /*=====================================================
                TABLE
=====================================================*/

    .table-section {
        padding: 80px 0;
    }

    .table-responsive {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }

    .table {
        margin: 0;
        background: #fff;
    }

        .table thead {
            background: var(--primary);
        }

            .table thead th {
                color: #fff;
                border: none;
                padding: 18px;
                font-size: 15px;
                font-weight: 600;
                text-transform: uppercase;
            }

        .table tbody td {
            padding: 18px;
            vertical-align: middle;
            border-color: #edf2f7;
        }

        .table tbody tr {
            transition: .35s;
        }

            .table tbody tr:hover {
                background: #f8fbff;
            }
    /*=====================================================
                PAGINATION
=====================================================*/

    .pagination {
        margin-top: 40px;
        justify-content: center;
    }

    .page-item {
        margin: 0 5px;
    }

    .page-link {
        width: 45px;
        height: 45px;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-weight: 600;
        transition: .35s;
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
    }

        .page-link:hover {
            background: var(--primary);
            color: #fff;
        }

    .page-item.active .page-link {
        background: var(--primary);
        color: #fff;
    }
    /*=====================================================
                ALERTS
=====================================================*/

    .alert {
        border: none;
        border-radius: 15px;
        padding: 18px 25px;
        font-weight: 500;
    }

    .alert-primary {
        background: #EAF4FF;
        color: #0d6efd;
    }

    .alert-success {
        background: #E8FFF3;
        color: #198754;
    }

    .alert-warning {
        background: #FFF7E6;
        color: #F59E0B;
    }

    .alert-danger {
        background: #FFF1F1;
        color: #DC3545;
    }

    .alert-info {
        background: #E9FAFF;
        color: #0EA5E9;
    }
    /*=====================================================
                CARD
=====================================================*/

    .custom-card {
        background: #fff;
        border: none;
        border-radius: 20px;
        overflow: hidden;
        transition: .35s;
        box-shadow: 0 12px 35px rgba(0,0,0,.08);
    }

        .custom-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 45px rgba(0,0,0,.12);
        }

    .custom-card-header {
        padding: 25px;
        background: var(--primary);
        color: #fff;
        font-weight: 600;
    }

    .custom-card-body {
        padding: 30px;
    }

    .custom-card-footer {
        padding: 20px 30px;
        background: #f8fafc;
    }
    /*=====================================================
                MODAL
=====================================================*/

    .modal-content {
        border: none;
        border-radius: 20px;
        overflow: hidden;
    }

    .modal-header {
        background: var(--primary);
        color: #fff;
        border: none;
    }

    .modal-title {
        color: #fff;
    }

    .modal-body {
        padding: 30px;
    }

    .modal-footer {
        border: none;
        padding: 20px 30px;
    }

    .btn-close {
        filter: invert(1);
    }
    /*=====================================================
                NAV TABS
=====================================================*/

    .nav-tabs {
        border: none;
        gap: 10px;
    }

        .nav-tabs .nav-link {
            border: none;
            border-radius: 50px;
            padding: 12px 25px;
            color: #374151;
            background: #EEF4FF;
            transition: .35s;
            font-weight: 600;
        }

            .nav-tabs .nav-link.active {
                background: var(--primary);
                color: #fff;
            }

    .tab-content {
        padding: 30px;
        background: #fff;
        border-radius: 20px;
        margin-top: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }
    /*=====================================================
                PRICING CARD
=====================================================*/

    .pricing-card {
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        text-align: center;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
        transition: .35s;
        position: relative;
    }

        .pricing-card:hover {
            transform: translateY(-10px);
        }

        .pricing-card.featured {
            border: 3px solid var(--primary);
        }

    .price {
        font-size: 55px;
        font-weight: 700;
        color: var(--primary);
        margin: 25px 0;
    }

        .price span {
            font-size: 18px;
            color: #6B7280;
        }

    .pricing-list {
        list-style: none;
        padding: 0;
        margin: 30px 0;
    }

        .pricing-list li {
            padding: 12px 0;
            border-bottom: 1px solid #EDF2F7;
        }

        .pricing-list i {
            color: #10B981;
            margin-right: 8px;
        }
    /*=====================================================
                LIST GROUP
=====================================================*/

    .list-group {
        border-radius: 15px;
        overflow: hidden;
    }

    .list-group-item {
        padding: 18px 22px;
        border: 1px solid #EDF2F7;
        transition: .35s;
    }

        .list-group-item:hover {
            background: #EEF4FF;
            color: var(--primary);
        }
    /*=====================================================
                PROGRESS BAR
=====================================================*/

    .progress {
        height: 10px;
        border-radius: 50px;
        background: #EDF2F7;
        overflow: hidden;
    }

    .progress-bar {
        background: linear-gradient(90deg,#0d6efd,#00C6FF);
    }
    /*=====================================================
                BADGES
=====================================================*/

    .badge {
        padding: 8px 15px;
        font-size: 13px;
        border-radius: 50px;
        font-weight: 600;
    }

    .badge-primary {
        background: #0d6efd;
        color: #fff;
    }

    .badge-success {
        background: #10B981;
        color: #fff;
    }

    .badge-warning {
        background: #F59E0B;
        color: #fff;
    }

    .badge-danger {
        background: #DC3545;
        color: #fff;
    }

    .badge-info {
        background: #06B6D4;
        color: #fff;
    }
    /*=====================================================
                STATS BOX
=====================================================*/

    .stats-box {
        background: #fff;
        padding: 30px;
        text-align: center;
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
        transition: .35s;
    }

        .stats-box:hover {
            transform: translateY(-8px);
        }

        .stats-box h2 {
            color: var(--primary);
            font-size: 45px;
            margin-bottom: 10px;
        }

        .stats-box p {
            margin: 0;
            color: #6B7280;
        }
    /*====================================================
                UTILITY CLASSES
=====================================================*/

    .w-100 {
        width: 100% !important;
    }

    .h-100 {
        height: 100% !important;
    }

    .d-flex {
        display: flex !important;
    }

    .d-block {
        display: block !important;
    }

    .d-inline {
        display: inline-block !important;
    }

    .align-center {
        align-items: center;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .position-relative {
        position: relative;
    }

    .position-absolute {
        position: absolute;
    }

    .overflow-hidden {
        overflow: hidden;
    }
    /*====================================================
                MARGIN
=====================================================*/

    .mt-10 {
        margin-top: 10px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-70 {
        margin-top: 70px;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mt-100 {
        margin-top: 100px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

    .mb-100 {
        margin-bottom: 100px;
    }
    /*====================================================
                PADDING
=====================================================*/

    .pt-20 {
        padding-top: 20px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }
    /*====================================================
                BORDER RADIUS
=====================================================*/

    .radius-5 {
        border-radius: 5px;
    }

    .radius-10 {
        border-radius: 10px;
    }

    .radius-15 {
        border-radius: 15px;
    }

    .radius-20 {
        border-radius: 20px;
    }

    .radius-30 {
        border-radius: 30px;
    }

    .radius-circle {
        border-radius: 50%;
    }
    /*====================================================
                SHADOW
=====================================================*/

    .shadow-sm {
        box-shadow: 0 5px 15px rgba(0,0,0,.08) !important;
    }

    .shadow-md {
        box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
    }

    .shadow-lg {
        box-shadow: 0 20px 45px rgba(0,0,0,.15) !important;
    }

    .shadow-xl {
        box-shadow: 0 30px 60px rgba(0,0,0,.20) !important;
    }
    /*====================================================
                BACKGROUND
=====================================================*/

    .bg-primary {
        background: var(--primary) !important;
    }

    .bg-secondary {
        background: var(--secondary) !important;
    }

    .bg-white {
        background: #fff !important;
    }

    .bg-light {
        background: #F8FAFC !important;
    }

    .bg-dark {
        background: #111827 !important;
    }

    .bg-gradient {
        background: linear-gradient(135deg,#0d6efd,#0056d6);
    }
    /*====================================================
                TEXT COLOR
=====================================================*/

    .text-primary {
        color: var(--primary) !important;
    }

    .text-secondary {
        color: var(--secondary) !important;
    }

    .text-dark {
        color: #111827 !important;
    }

    .text-light {
        color: #fff !important;
    }

    .text-muted {
        color: #6B7280 !important;
    }
    /*====================================================
                BORDER
=====================================================*/

    .border-none {
        border: none !important;
    }

    .border-light {
        border: 1px solid #E5E7EB;
    }
    /*====================================================
                IMAGE
=====================================================*/

    .img-cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-rounded {
        border-radius: 20px;
    }

    .img-shadow {
        box-shadow: 0 20px 40px rgba(0,0,0,.12);
    }
    /*====================================================
                LOADER
=====================================================*/

    .loader {
        position: fixed;
        inset: 0;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

        .loader span {
            width: 60px;
            height: 60px;
            border: 6px solid #E5E7EB;
            border-top-color: var(--primary);
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

    @keyframes spin {

        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /*====================================================
                PRELOADER
=====================================================*/

    #preloader {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #preloader img {
            width: 90px;
            animation: pulse 1.5s infinite;
        }

    @keyframes pulse {

        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }
    /*====================================================
                SCROLLBAR
=====================================================*/

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #F1F5F9;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 20px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #0056d6;
        }
    /*====================================================
                TEXT SELECTION
=====================================================*/

    ::selection {
        background: var(--primary);
        color: #fff;
    }
    /*====================================================
                FADE ANIMATION
=====================================================*/

    .fade-up {
        animation: fadeUp .8s ease;
    }

    @keyframes fadeUp {

        0% {
            opacity: 0;
            transform: translateY(40px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /*====================================================
                SCALE ANIMATION
=====================================================*/

    .scale-up {
        animation: scaleUp .5s ease;
    }

    @keyframes scaleUp {

        0% {
            transform: scale(.8);
            opacity: 0;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    /*====================================================
                ROTATE
=====================================================*/

    .rotate {
        transition: .4s;
    }

        .rotate:hover {
            transform: rotate(5deg);
        }
    /*====================================================
                TRANSITION
=====================================================*/

    .transition {
        transition: .35s;
    }
    /*====================================================
                CURSOR
=====================================================*/

    .pointer {
        cursor: pointer;
    }
    /*====================================================
                PRINT STYLE
=====================================================*/

    @media print {

        header,
        footer,
        .whatsapp,
        .back-top,
        .btn,
        .navbar {
            display: none !important;
        }

        body {
            background: #fff;
            color: #000;
        }

        section {
            padding: 20px 0;
        }

        .container {
            width: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 767px) {

        .popup-left {
            display: none !important;
        }

        .popup-form {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100%;
        }
    }
}
/*====================================
    Mission & Vision Section
====================================*/

.mission-section {
    position: relative;
    padding: 10px 0;
    background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    overflow: hidden;
}

    .mission-section::before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        background: rgba(37,99,235,.08);
        border-radius: 50%;
        top: -120px;
        left: -100px;
        animation: floatShape 8s ease-in-out infinite;
    }

    .mission-section::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgba(0,188,212,.08);
        border-radius: 50%;
        bottom: -80px;
        right: -70px;
        animation: floatShape 10s ease-in-out infinite alternate;
    }

/*======================
 Section Title
=======================*/

.section-title span {
    display: inline-block;
    padding: 8px 22px;
    background: #e8f1ff;
    color: #2563eb;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px;
}

/*.section-title p {
    max-width: 720px;
    margin: auto;
    color: #6b7280;
    line-height: 1.8;
    font-size: 17px;
}*/

/*======================
 Cards
=======================*/

.mission-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 45px 35px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    transition: .4s;
    overflow: hidden;
    border: 1px solid rgba(37,99,235,.08);
}

    .mission-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(#2563eb,#06b6d4);
    }

    .mission-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 22px 45px rgba(37,99,235,.18);
    }

/*======================
 Icon
=======================*/

.mission-icon {
    width: 85px;
    height: 85px;
    border-radius: 20px;
    background: linear-gradient(135deg,#2563eb,#06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(37,99,235,.30);
    transition: .4s;
}

.mission-card:hover .mission-icon {
    transform: rotate(-8deg) scale(1.08);
}

.mission-icon i {
    line-height: 1;
}

/*======================
 Heading
=======================*/

.mission-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
}

/*======================
 Paragraph
=======================*/

.mission-card p {
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 16px;
}

/*======================
 Animation
=======================*/

@keyframes floatShape {

    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(30px) rotate(12deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/*======================
 Responsive
=======================*/

@media(max-width:992px) {

    .mission-section {
        padding: 80px 0;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .mission-card {
        padding: 35px 30px;
    }
}

@media(max-width:576px) {

    .section-title h2 {
        font-size: 28px;
    }

    .mission-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .mission-card h3 {
        font-size: 24px;
    }

    .mission-card {
        padding: 30px 22px;
    }
}
/*==================================
        OUR VALUES SECTION
==================================*/

.values-section {
    position: relative;
    padding: 10px 0;
    background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    overflow: hidden;
}

    .values-section::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(37,99,235,.07);
        top: -100px;
        left: -80px;
    }

    .values-section::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(6,182,212,.08);
        right: -70px;
        bottom: -70px;
    }

    /*======================
 Title
=======================*/

    .values-section .section-title {
        margin-bottom: 60px;
    }

        .values-section .section-title span {
            display: inline-block;
            padding: 8px 22px;
            border-radius: 50px;
            background: #eaf2ff;
            color: #2563eb;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .values-section .section-title h2 {
            font-size: 42px;
            font-weight: 800;
            color: #0f172a;
        }

/*======================
 Card
=======================*/

.value-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 40px 28px;
    text-align: center;
    height: 100%;
    transition: .4s ease;
    overflow: hidden;
    border: 1px solid #edf2f7;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

    .value-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg,#2563eb,#06b6d4);
        transform: scaleX(0);
        transition: .4s;
        transform-origin: left;
    }

    .value-card:hover::before {
        transform: scaleX(1);
    }

    .value-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(37,99,235,.18);
    }

/*======================
 Icon
=======================*/

.value-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg,#2563eb,#06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    transition: .4s;
    box-shadow: 0 12px 25px rgba(37,99,235,.25);
}

.value-card:hover .value-icon {
    transform: rotate(10deg) scale(1.12);
}

.value-icon i {
    line-height: 1;
}

/*======================
 Heading
=======================*/

.value-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

/*======================
 Paragraph
=======================*/

.value-card p {
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}

/*======================
 Hover Background
=======================*/

.value-card::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(37,99,235,.05);
    top: -60px;
    right: -60px;
    transition: .5s;
}

.value-card:hover::after {
    transform: scale(1.5);
}

/*======================
 Responsive
=======================*/

@media(max-width:992px) {

    .values-section {
        padding: 80px 0;
    }

        .values-section .section-title h2 {
            font-size: 34px;
        }
}

@media(max-width:576px) {

    .values-section .section-title h2 {
        font-size: 28px;
    }

    .value-card {
        padding: 30px 22px;
    }

    .value-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .value-card h4 {
        font-size: 22px;
    }
}
/*==================================
        INDUSTRY SECTION
==================================*/

.industry-section {
    position: relative;
    padding: 10px 0;
    background: #f8fbff;
    overflow: hidden;
}

    .industry-section::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(37,99,235,.06);
        top: -120px;
        left: -100px;
    }

    .industry-section::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(6,182,212,.08);
        bottom: -70px;
        right: -60px;
    }

    /*==========================
 Title
==========================*/

    .industry-section .section-title {
        margin-bottom: 60px;
    }

        .industry-section .section-title span {
            display: inline-block;
            padding: 8px 22px;
            border-radius: 50px;
            background: #eaf2ff;
            color: #2563eb;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .industry-section .section-title h2 {
            font-size: 42px;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 15px;
        }

        .industry-section .section-title p {
            max-width: 700px;
            margin: auto;
            color: #6b7280;
            line-height: 1.8;
        }

/*==========================
 Card
==========================*/

.industry-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 40px 28px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    transition: .4s ease;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

    .industry-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg,#2563eb,#06b6d4);
        transform: scaleX(0);
        transform-origin: left;
        transition: .4s;
    }

    .industry-card:hover::before {
        transform: scaleX(1);
    }

    .industry-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(37,99,235,.18);
    }

    /*==========================
 Icon
==========================*/

    .industry-card i {
        width: 85px;
        height: 85px;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(135deg,#2563eb,#06b6d4);
        color: #fff;
        font-size: 34px;
        transition: .4s;
        box-shadow: 0 12px 25px rgba(37,99,235,.25);
    }

    .industry-card:hover i {
        transform: scale(1.12) rotate(8deg);
    }

    /*==========================
 Heading
==========================*/

    .industry-card h4 {
        font-size: 24px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 15px;
    }

    /*==========================
 Text
==========================*/

    .industry-card p {
        color: #6b7280;
        line-height: 1.8;
        font-size: 15px;
        margin: 0;
    }

    /*==========================
 Decorative Circle
==========================*/

    .industry-card::after {
        content: "";
        position: absolute;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: rgba(37,99,235,.05);
        right: -60px;
        top: -60px;
        transition: .5s;
    }

    .industry-card:hover::after {
        transform: scale(1.6);
    }

/*==========================
 Responsive
==========================*/

@media(max-width:991px) {

    .industry-section {
        padding: 80px 0;
    }

        .industry-section .section-title h2 {
            font-size: 34px;
        }
}

@media(max-width:576px) {

    .industry-section {
        padding: 70px 0;
    }

        .industry-section .section-title h2 {
            font-size: 28px;
        }

    .industry-card {
        padding: 30px 22px;
    }

        .industry-card i {
            width: 70px;
            height: 70px;
            font-size: 28px;
        }

        .industry-card h4 {
            font-size: 22px;
        }
}

/*==================================
      ACHIEVEMENT SECTION
==================================*/

.achievement-section {
    position: relative;
    padding: 10px 0;
    background: linear-gradient(135deg,#0f172a 0%,#1e3a8a 55%,#2563eb 100%);
    overflow: hidden;
}

    .achievement-section::before {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background: rgba(255,255,255,.05);
        top: -180px;
        left: -120px;
    }

    .achievement-section::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(6,182,212,.12);
        right: -80px;
        bottom: -80px;
    }

    /*=========================
 Title
=========================*/

    .achievement-section .section-title {
        margin-bottom: 60px;
    }

        .achievement-section .section-title span {
            display: inline-block;
            padding: 8px 22px;
            border-radius: 50px;
            background: rgba(255,255,255,.12);
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .achievement-section .section-title h2 {
            color: #fff;
            font-size: 42px;
            font-weight: 800;
        }

/*=========================
 Card
=========================*/

.achievement-card {
    position: relative;
    padding: 45px 25px;
    height: 100%;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.12);
    transition: .4s ease;
    overflow: hidden;
}

    .achievement-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg,#06b6d4,#ffffff,#2563eb);
        transform: scaleX(0);
        transform-origin: left;
        transition: .4s;
    }

    .achievement-card:hover::before {
        transform: scaleX(1);
    }

    .achievement-card:hover {
        transform: translateY(-12px);
        background: rgba(255,255,255,.14);
        box-shadow: 0 20px 45px rgba(0,0,0,.25);
    }

    /*=========================
 Icon
=========================*/

    .achievement-card i {
        width: 90px;
        height: 90px;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(135deg,#06b6d4,#2563eb);
        color: #fff;
        font-size: 36px;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
        transition: .4s;
    }

    .achievement-card:hover i {
        transform: rotate(10deg) scale(1.1);
    }

    /*=========================
 Numbers
=========================*/

    .achievement-card h2 {
        font-size: 48px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }

    /*=========================
 Text
=========================*/

    .achievement-card p {
        margin: 0;
        font-size: 17px;
        color: #dbeafe;
        font-weight: 500;
    }

    /*=========================
 Glow Effect
=========================*/

    .achievement-card::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: rgba(255,255,255,.05);
        top: -70px;
        right: -70px;
        transition: .5s;
    }

    .achievement-card:hover::after {
        transform: scale(1.7);
    }

/*=========================
 Responsive
=========================*/

@media(max-width:991px) {

    .achievement-section {
        padding: 80px 0;
    }

        .achievement-section .section-title h2 {
            font-size: 34px;
        }
}

@media(max-width:576px) {

    .achievement-section {
        padding: 70px 0;
    }

        .achievement-section .section-title h2 {
            font-size: 28px;
        }

    .achievement-card {
        padding: 35px 20px;
    }

        .achievement-card i {
            width: 70px;
            height: 70px;
            font-size: 28px;
        }

        .achievement-card h2 {
            font-size: 38px;
        }

        .achievement-card p {
            font-size: 15px;
        }
}

/*===========================
 About List Modern Tabs
===========================*/

.about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .about-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 22px;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        transition: .35s;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0,0,0,.05);
    }

        .about-list li:hover {
            transform: translateY(-5px);
            background: linear-gradient(135deg,#2563eb,#06b6d4);
            color: #fff;
            border-color: transparent;
            box-shadow: 0 18px 35px rgba(37,99,235,.25);
        }

        .about-list li i {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #edf4ff;
            color: #2563eb;
            font-size: 15px;
            transition: .35s;
        }

        .about-list li:hover i {
            background: rgba(255,255,255,.18);
            color: #fff;
            transform: rotate(10deg) scale(1.1);
        }

/* Mobile */

@media(max-width:576px) {

    .about-list {
        gap: 12px;
    }

        .about-list li {
            width: 100%;
            justify-content: flex-start;
        }
}
.about-services-section {
    padding: 10px 0;
    background: #f8fbff;
}

.service-chip {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 35px 20px;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    border: 1px solid #edf2f7;
    height: 100%;
}

    .service-chip i {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto auto 20px;
        font-size: 28px;
        color: #fff;
        background: linear-gradient(135deg,#2563eb,#06b6d4);
    }

    .service-chip h5 {
        margin: 0;
        font-weight: 700;
    }

    .service-chip:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(37,99,235,.18);
    }
/*==================================
        CTA SECTION
==================================*/

.cta-section {
    position: relative;
  /*  padding: 100px 0;*/
    background: #f8fbff;
    overflow: hidden;
}

.cta-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#0f172a 0%,#1d4ed8 55%,#2563eb 100%);
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 30px 60px rgba(37,99,235,.25);
}

    /* Animated Background */

    .cta-box::before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        top: -140px;
        left: -120px;
        animation: floatCircle 8s ease-in-out infinite;
    }

    .cta-box::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(6,182,212,.15);
        right: -70px;
        bottom: -70px;
        animation: floatCircle 10s ease-in-out infinite alternate;
    }

    /*========================
 Heading
========================*/

    .cta-box h2 {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 18px;
        line-height: 1.2;
    }

    /*========================
 Text
========================*/

    .cta-box p {
        position: relative;
        z-index: 2;
        color: rgba(255,255,255,.88);
        font-size: 17px;
        line-height: 1.9;
        margin: 0;
    }

    /*========================
 Button
========================*/

    /*.cta-box .btn {
        position: relative;
        z-index: 2;
        padding: 15px 34px !important;
        font-size: 16px;
        font-weight: 700;
        border: none;
        border-radius: 50px;*/
/*        background: #fff;
*/        /*color: #2563eb;
        transition: .35s;
        box-shadow: 0 15px 35px rgba(0,0,0,.20);
    }

        .cta-box .btn:hover {
            transform: translateY(-5px);*/
           /* background: #06b6d4;*/
            /*color: #fff;
            box-shadow: 0 20px 45px rgba(0,0,0,.30);
        }*/

    /*========================
 Decorative Glow
========================*/

    .cta-box .row {
        position: relative;
        z-index: 5;
    }

/*========================
 Animation
========================*/

@keyframes floatCircle {

    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(25px) rotate(15deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/*========================
 Responsive
========================*/

@media(max-width:991px) {

    .cta-box {
        padding: 45px 35px;
        text-align: center;
    }

        .cta-box h2 {
            font-size: 34px;
        }

        .cta-box p {
            margin-bottom: 30px;
        }
}

@media(max-width:576px) {

    .cta-section {
        padding: 70px 0;
    }

    .cta-box {
        padding: 35px 25px;
        border-radius: 20px;
    }

        .cta-box h2 {
            font-size: 28px;
        }

        .cta-box p {
            font-size: 15px;
        }

        .cta-box .btn {
            width: 100%;
        }
}

.contact-info a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

    .contact-info a:hover {
        color: #2563eb;
        text-decoration: underline;
    }