/* Center 'We Offer' dropdown under its parent */
@media (min-width: 992px) {
    .nav-item-dropdown {
        position: relative;
    }

    .nav-item-dropdown>.submenu {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: calc(100% + 12px) !important;
        z-index: 9999 !important;
    }
}

/* Desktop View: Submenu ko 2 Columns me divide karega */
@media (min-width: 992px) {

    .tech-dropdown-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 850px !important;
        min-width: 850px !important;
        padding: 22px 24px !important;
        gap: 25px !important;
        box-sizing: border-box !important;
    }

    .tech-dropdown-section {
        display: block !important;
        min-width: 0;
        padding: 0 5px;
    }

    /* Heading */

    .tech-dropdown-section .menu-heading {
        display: block;
        margin: 0 0 12px !important;
        padding: 0 0 10px !important;
        color: #021637;
        font-weight: 700;
        border: 0 !important;
        white-space: nowrap;
    }

    /* Heading underline */

    .tech-dropdown-section .menu-heading::after {
        content: "";
        display: block;
        width: 38px;
        height: 2px;
        margin-top: 8px;
        background: #0b6eda;
        border-radius: 10px;
    }

    /* Inner UL */

    .tech-dropdown-section>ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .tech-dropdown-section>ul>li {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Menu Links */

    .tech-dropdown-section>ul>li>a {
        display: block;
        padding: 7px 0 !important;
        color: #021637;
        white-space: normal;
        transition: all .2s ease;
    }

    .tech-dropdown-section>ul>li>a:hover {
        color: #f7931e;
        padding-left: 4px !important;
    }
}


@media (max-width: 991px) {

    .tech-dropdown-grid {
        width: 100% !important;
        min-width: 0 !important;
    }

    .tech-dropdown-section {
        display: block !important;
        margin-bottom: 15px;
    }

    .tech-dropdown-section:last-child {
        margin-bottom: 0;
    }

    .tech-dropdown-section .menu-heading {
        display: block;
        margin: 10px 0 10px !important;
        padding: 0 0 8px !important;
        color: #021637;
        font-weight: 700;
        border: 0 !important;
    }

    .tech-dropdown-section .menu-heading::after {
        content: "";
        display: block;
        width: 35px;
        height: 2px;
        margin-top: 7px;
        background: #f7931e;
        border-radius: 10px;
    }

    .tech-dropdown-section>ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .tech-dropdown-section>ul>li {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .tech-dropdown-section>ul>li>a {
        display: block;
        padding: 6px 0 !important;
    }
}

.footer {
    background-color: #001830;
    background-image: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}

.about-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-widgets-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.of-txt-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* inside page css start */
.modern-section {
    overflow: hidden;
}

.modern-content {
    padding-right: 30px;
}

.modern-content .section-title {
    margin-bottom: 25px;
}

.modern-content .section-title h2 {
    color: #021637;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
}

.modern-content p {
    color: #687484;
    line-height: 1.85;
    margin-bottom: 18px;
}

.modern-content p b {
    color: #021637;
}


/* Right Side Image */

.modern-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}


/* Bottom Section */

.modern-bottom-section {
    margin-top: 60px;
}

.modern-info-card {
    height: 100%;
    padding: 28px;
    background: #fff;
    border: 1px solid #e9eff7;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(2, 22, 55, 0.07);
}

.modern-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.modern-heading-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2878e8, #5799ed);
    border-radius: 50%;
    color: #fff;
}

.modern-heading-icon img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.modern-card-heading h3 {
    margin: 0;
    color: #021637;
    font-weight: 700;
}

.modern-card-heading span {
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 7px;
    background: #2878e8;
}


/* List */

.modern-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-list li {
    min-height: 52px;
    padding: 7px 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #edf2f8;
    border-radius: 11px;
    background: linear-gradient(90deg, #fbfdff, #fff);
    transition: all .25s ease;
}

.modern-list li:last-child {
    margin-bottom: 0;
}

.modern-list li:hover {
    transform: translateX(4px);
    border-color: #d9e8fa;
    box-shadow: 0 6px 18px rgba(40, 120, 232, 0.08);
}

.modern-list-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin-right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf5ff;
    border-radius: 50%;
    color: #2878e8;
}

.modern-list li strong {
    color: #304966;
    font-weight: 500;
}

.modern-list li>i {
    margin-left: auto;
    color: #2878e8;
}


/* Responsive */

@media (max-width: 1199px) {
    .modern-content {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .modern-image-wrapper {
        margin-top: 20px;
    }

    .modern-bottom-section {
        margin-top: 40px;
    }

    .modern-info-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .modern-info-card {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .modern-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/* inside page css end*/