.spacer1px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 1px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer5px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 5px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer15px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 15px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer10px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 10px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer20px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 20px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer30px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer50px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 50px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer80px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 50px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}


.container-fluid {
    padding: 0 80px;
}


.banner_sec_train {
    position: relative;
}

    .banner_sec_train img {
        width: 100%;
        object-fit: cover;
        height: 400px;
/*        border-bottom: 5px solid #d4232c;*/
    }

.breadcumb_sec_new {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    background: #ff043a;
    left: 75px;
    padding: 0 50px;
    border-radius: 4px 4px 0 0;
}

    .breadcumb_sec_new h6 {
        position: relative;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

.about_tabs_sec {
    background: linear-gradient(to right, rgb(224, 234, 252), rgb(207, 222, 243));
    padding: 30px 0;
}

.about_tabs_sec_inner {
    position: relative;
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px #00000029;
}

    .about_tabs_sec_inner ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

        .about_tabs_sec_inner ul li {
            position: relative;
            display: block;
            border-radius: 10px;
            text-align: center;
            width: 130px;
        }

            .about_tabs_sec_inner ul li a {
                padding: 15px;
                border-radius: 10px;
                font-size: 15px;
                font-weight: 600;
                color: #1e4eab;
                display: flex;
                align-items: center;
                flex-direction: column;
                position: relative;
                gap: 10px;
                text-decoration: none;
                font-family: 'Lato';
            }

            .about_tabs_sec_inner ul li:hover a:before {
                opacity: 0;
            }

            .about_tabs_sec_inner ul li a:before {
                position: absolute;
                content: '';
                height: 20px;
                width: 20px;
                bottom: 0;
                transform: rotate(45deg);
                bottom: -10px;
                z-index: 1;
                background: linear-gradient(117deg, #0052bf, #e11c23);
                opacity: 0;
            }

            .about_tabs_sec_inner ul li:hover a {
                background: linear-gradient(135deg, #354e7e, #5fa8fc);
                color: #fff;
            }

            .about_tabs_sec_inner ul li a img {
                width: 45px;
            }

            .about_tabs_sec_inner ul li.active a,
            .about_tabs_sec_inner ul li:hover a {
                background: linear-gradient(135deg, #354e7e, #5fa8fc);
                color: #fff;
            }

                .about_tabs_sec_inner ul li.active a:before {
                    opacity: 1;
                }

.right_tab_single {
    display: none;
    animation: fadeIn 0.4s ease;
}

    .right_tab_single.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.right_tab_single {
    position: relative;
}


.media_cover_sec {
    position: relative;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.media_cover_sec_head {
    position: relative;
}

    .media_cover_sec_head h3 {
        position: relative;
        margin: 0px;
        color: #354e7e;
        font-weight: 600;
        font-family: 'Lato';
    }

.media_cover_sec_body {
    position: relative;
    background: #fff;
    padding: 0px 0px 25px 0;
    border-radius: 10px;
    margin-top: 30px;
}

.media_cover_sec_body_date_sec {
    position: relative;
    padding: 20px 20px 20px 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-left: 4px solid #1e3a8a;
    border-right: 4px solid #1e3a8a;
}

    .media_cover_sec_body_date_sec ul {
        position: relative;
        display: flex;
        gap: 30px;
        align-content: center;
    }

        .media_cover_sec_body_date_sec ul li label {
            position: relative;
            display: inline-block;
            color: #3F51B5;
            margin-right: 5px;
            font-size: 17px;
        }

        .media_cover_sec_body_date_sec ul li input[type="date"] {
            position: relative;
            background: #fff;
            border: none;
            padding: 5px;
            border-radius: 5px;
            border-bottom: 2px solid #df1d24;
        }

        .media_cover_sec_body_date_sec ul li button {
            position: relative;
            display: flex;
            align-items: center;
            padding: 4px 30px;
            border: 2px solid #1e3a8a;
            background: none;
            border-radius: 5px;
            color: #333;
            font-size: 14px;
            font-weight: 600;
        }

        .media_cover_sec_body_date_sec ul li input {
            position: relative;
            display: flex;
            align-items: center;
            padding: 4px 30px;
            border: 2px solid #1e3a8a;
            background: none;
            border-radius: 5px;
            color: #333;
            font-size: 14px;
            font-weight: 600;
        }

.media_cover_sec_body_grid_sec {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.media_cover_sec_body_grid_single {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 30px;
}

    .media_cover_sec_body_grid_single:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

.media_cover_sec_body_grid_single_head {
    position: relative;
    background: linear-gradient(135deg, #354e7e, #5fa8fc);
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    justify-content: space-between;
}

.card-date-badge {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.card-content {
    padding: 10px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    flex-grow: 1;
    position: relative;
    margin: 10px 0 30px 0;
    line-height: inherit;
    min-height: 50px;
    font-family: 'Lato';
}

.card-meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: #666;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-icon {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

    .meta-icon img {
        width: 100%;
        object-fit: cover;
    }

.location-tag {
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
}


.pagination_tenders_sec {
    position: relative;
    margin-top: 30px;
}

    .pagination_tenders_sec ul {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

        .pagination_tenders_sec ul li {
            position: relative;
            display: inline-block;
        }

            .pagination_tenders_sec ul li a {
                height: 30px;
                width: 30px;
                position: relative;
                display: flex;
                align-items: center;
                background: #fff;
                color: #354e7e;
                justify-content: center;
                border-radius: 10px 0;
                border: 1.5px solid #354e7e;
                font-size: 16px;
                font-weight: 500;
            }

                .pagination_tenders_sec ul li a.active {
                    background: #354e7e;
                    color: #fff;
                }

.managers_sec_new {
    position: relative;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.managers_sec_new_single {
    position: relative;
    padding: 15px;
    background: #d4e2f6a6;
    border-radius: 10px;
    border: 1.5px dashed #103f12;
}

    .managers_sec_new_single h6 {
        position: relative;
        font-size: 14px;
        margin: 0 0 10px 0;
        color: #000000;
        font-weight: 600;
        border-left: 2px solid #FF000A;
        padding-left: 8px;
        border-right: 2px dashed transparent;
        display: inline-block;
        padding-right: 8px;
    }

    .managers_sec_new_single h5 {
        color: #0c2a63;
        position: relative;
        margin: 0 0 10px 0;
        font-weight: 800;
        font-size: 12px;
    }

.media-email {
    position: relative;
    font-size: 12px;
    margin: 0 0 2px 0;
    color: #000;
    font-weight: 500;
}
.media-phone {
    position: relative;
    font-size: 12px;
    margin: 0 0 2px 0;
    color: #000;
    font-weight: 500;
}


.right_tab_single_pdf_viewer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
}

.single_pdf_viewer {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: #dce7fa;
    border: 1px dashed #5ea5f7;
}

    .single_pdf_viewer img {
        width: 25px;
    }

.single_pdf_viewer_right {
    position: relative;
    right: 0;
    top: 0;
}

    .single_pdf_viewer_right ul {
        display: block;
    }

        .single_pdf_viewer_right ul li a {
            position: relative;
            display: inline-block;
            color: #6c4bf3;
            font-weight: 500;
        }

.project_book_sec {
    position: relative;
    margin-top: 30px;
}

.lates_vid_sec_main {
    position: relative;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.lates_vid_sec_main_single {
    position: relative;
    box-shadow: rgb(63 81 181 / 69%) 0px 3px 8px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.lates_vid_sec_main_single_vid {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

    .lates_vid_sec_main_single_vid iframe {
        width: 100%;
        object-fit: cover;
    }

.lates_vid_sec_main_single_body {
    position: relative;
}

    .lates_vid_sec_main_single_body h6 {
        position: relative;
        text-align: center;
        margin: 10px 0;
        font-size: 14px;
        line-height: inherit;
        color: #001f5b;
        font-weight: 600;
    }

.lates_vid_sec_main_single:hover .lates_vid_sec_main_single_vid {
    transition: 0.5s ease-in-out;
}

.yt_vide_more_btn {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .yt_vide_more_btn a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0057ff;
    }

    .yt_vide_more_btn a {
        align-items: center;
        appearance: none;
        background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
        border: 0;
        border-radius: 6px;
        box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-family: "JetBrains Mono",monospace;
        height: 48px;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        text-align: left;
        text-decoration: none;
        transition: box-shadow .15s,transform .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
        will-change: box-shadow,transform;
        font-size: 18px;
    }

        .yt_vide_more_btn a:focus {
            box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        }

        .yt_vide_more_btn a:hover {
            box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
            transform: translateY(-2px);
        }

        .yt_vide_more_btn a:active {
            box-shadow: #3c4fe0 0 3px 7px inset;
            transform: translateY(2px);
        }

.image_gallery_main {
    position: relative;
}

.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.filter-btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #354e7e;
    padding: 12px 30px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

    .filter-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }

    .filter-btn.active {
        background: linear-gradient(273deg, #354e7e, #5fa8fc);
        color: #fff;
        border-color: white;
    }

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    height: 220px;
    width: 100%;
}

    .gallery-item:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
    padding: 25px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.gallery-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    color: #667eea;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .lightbox.active {
        display: flex;
    }

.lightbox-content {
    max-width: 500px;
    max-height: 500px;
    border-radius: 10px;
    animation: zoomIn 0.3s ease;
    width: 500px;
}

.lightbox-close {
    position: absolute;
    top: 0;
    right: 0px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 115, 64, 0.45);
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .lightbox-close:hover {
        background: rgba(255,255,255,0.2);
        transform: rotate(90deg);
    }

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .header h1 {
        font-size: 2em;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .flex_box_new_client_name {
        display: block !important;
    }
}



.social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.social-column {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / 32%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .social-column:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

.platform-header {
    padding: 24px;
    border-bottom: 3px solid #e5e7eb;
    border-bottom-color: rgb(229, 231, 235);
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .platform-header.youtube {
        border-bottom-color: #ff0000;
        background: linear-gradient(135deg, #fff 0%, #ffe8e8 100%);
    }

    .platform-header.facebook {
        border-bottom-color: #1877f2;
        background: linear-gradient(135deg, #fff 0%, #e7f3ff 100%);
    }

    .platform-header.linkedin {
        border-bottom-color: #0077b5;
        background: linear-gradient(135deg, #fff 0%, #e0f2f7 100%);
    }

.platform-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.youtube .platform-icon {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.facebook .platform-icon {
    background: linear-gradient(135deg, #1877f2, #0c63d4);
}

.linkedin .platform-icon {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.platform-name {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.platform-subtitle {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 16px;
}

.follow-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
}

.youtube .follow-btn {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.facebook .follow-btn {
    background: linear-gradient(135deg, #1877f2, #0c63d4);
}

.linkedin .follow-btn {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.follow-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #fff;
}

.platform-content {
    padding: 19px;
    height: 497px;
}

.post-card {
    background: #f9fafb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #fff;
}

/*        .post-image {
            width: 100%;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            position: relative;
            overflow: hidden;
        }*/
/*.post-image {
    height: auto !important;
    padding-top: 100%;*/ /* 16:9 */
/*position: relative;
    overflow: hidden;
    background: #fff;*/ /* video load time black */
/*}

    .post-image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        z-index: 2;
    }*/

.post-image {
    position: relative;
    padding-top: 430px;
    background: #fff;
}


    .post-image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.youtube .post-image {
    padding-top: 56.25%;
    overflow: hidden;
}


.facebook .post-image,
.linkedin .post-image {
    padding-top: 0 !important;
    height: 6500px !important;
    min-height: 520px !important;
    overflow: hidden !important;
}


    .facebook .post-image iframe,
    .linkedin .post-image iframe {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 520px !important;
    }


    .facebook .post-image::before,
    .linkedin .post-image::before {
        display: none !important;
    }



/*.youtube .post-image {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.facebook .post-image {
    background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
}

.linkedin .post-image {
    background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
}
*/
.post-image::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.2) 0%, transparent 60%);
}

.post-body {
    padding: 16px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.post-author {
    flex: 1;
}

.author-name {
    font-weight: 600;
    font-size: 18px;
    color: #1f2937;
}

.post-time {
    font-size: 14px;
    color: #555;
    font-family: 'Lato';
}

.post-text {
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.post-actions {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.action-btn {
    flex: 1;
    padding: 8px;
    background: none;
    border: none;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .action-btn:hover {
        background: #e5e7eb;
        color: #374151;
    }

.stats {
    display: flex;
    justify-content: space-around;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    margin-top: 16px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.stat-label {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

@media (max-width: 1024px) {
    .social-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.social_body_main {
    position: relative;
    padding-top: 40px;
}

.blog_sec_new {
    position: relative;
    padding-top: 40px;
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 40px;
}

.blog_sec_new_left {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.blog_sec_new_single {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 0.5em;
    border: 1px dashed #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.blog_sec_new_single_img {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    height: 217px;
}

    .blog_sec_new_single_img img {
        width: 100%;
        object-fit: cover;
        transition: 0.5s ease-in-out;
        height: 100%;
        object-fit: cover;
    }

    .blog_sec_new_single_img:hover img {
        transform: scale(1.2);
        transition: 0.5s ease-in-out;
    }

.blog_sec_new_single_cont {
    position: relative;
    padding: 16px;
}

    .blog_sec_new_single_cont h4 {
        position: relative;
        margin: 0 0 15px 0;
        color: #355486;
        font-weight: 600;
        font-family: 'Lato';
        font-size: 20px;
        line-height: 30px;
    }

    .blog_sec_new_single_cont p {
        position: relative;
        font-family: 'Lato';
        color: #333;
        font-weight: 500;
        font-size: 15px;
        text-align: justify;
    }

    .blog_sec_new_single_cont a {
        position: relative;
        color: #34507e;
        display: inline-block;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Lato';
        font-style: italic;
        transition: 0.5s ease-in-out;
    }

        .blog_sec_new_single_cont a i {
            padding-left: 10px;
        }

        .blog_sec_new_single_cont a:hover {
            padding-left: 30px;
            transition: 0.5s ease-in-out;
            color: #000;
        }

.truncate_3 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog_sec_new_single_img span {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
    background: #ffffff;
    color: #2a3f78;
    font-family: 'Lato';
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
}

.blog_sec_new_right {
    position: relative;
}

.blog_sec_new_right_search {
    position: relative;
}

    .blog_sec_new_right_search input {
        width: 100%;
        height: 40px;
        padding: 0 20px;
        border: 2px solid #354e7e;
        border-radius: 4px;
        color: #000;
        font-family: 'Lato';
        font-size: 16px;
    }

    .blog_sec_new_right_search button {
        position: absolute;
        right: 0;
        height: 100%;
        width: 50px;
        font-size: 20px;
        background: linear-gradient(135deg, #354e7e, #5fa8fc);
        border: none;
        border-radius: 0 4px 4px 0;
    }

        .blog_sec_new_right_search button i {
            color: #fff;
            font-weight: 500 !important;
        }

.recentt_post_sec {
    position: relative;
    margin-top: 30px;
}

    .recentt_post_sec h3 {
        position: relative;
        color: #000000;
        font-weight: 600;
        font-family: 'Lato';
        font-size: 26px;
    }

        .recentt_post_sec h3:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 30px;
            height: 5px;
            border-radius: 5px;
            background: #354e7e;
        }

.recentt_post_sec_body {
    position: relative;
    margin-top: 40px;
}

.recentt_post_sec_single {
    position: relative;
    margin-bottom: 20px;
}

    .recentt_post_sec_single a {
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .recentt_post_sec_single img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border: 1px solid #3F51B5;
        border-radius: 4px;
        padding: 5px;
    }

    .recentt_post_sec_single p {
        position: relative;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

.media_sticky {
    position: sticky;
    top: 0;
    height: fit-content;
}

.blog_details_sec_main {
    position: relative;
}

.blog_details_sec_main_head {
    position: relative;
}

    .blog_details_sec_main_head h2 {
        position: relative;
        margin: 0 0 20px 0;
        color: #f76c17;
        font-size: 25px;
        font-family: 'Lato';
        border-left: 2px dashed #e11b22;
        display: inline-block;
        padding: 0 10px;
        border-right: 2px dashed #e11b22;
        font-weight: 600;
    }

.blog_details_sec_main_body {
    position: relative;
}

    .blog_details_sec_main_body p {
        position: relative;
        margin: 0px 0 10px 0;
        color: #555;
        font-family: 'Lato';
        font-weight: 500;
        font-size: 16px;
    }

.blog_img_inner {
    position: relative;
    width: 80%;
    margin: 20px auto;
}

    .blog_img_inner img {
        width: 100%;
        object-fit: cover;
    }

.read_text_sec {
    position: relative;
    font-size: 25px;
    display: block;
    margin: 40px 0 30px 0;
    color: #193873;
    font-style: italic;
    font-family: 'Lato';
    font-weight: 600;
}

.blog_details_sec_main_body ul {
    position: relative;
    display: block;
    padding-left: 10px;
}

    .blog_details_sec_main_body ul li {
        position: relative;
        margin: 0px 0 5px 0;
        color: #000;
        font-family: 'Lato';
        font-weight: 500;
        font-size: 15px;
        display: flex;
        align-items: center;
        padding-left: 20px;
    }

.blog_details_sec_main_body a {
    font-size: 15px;
    font-family: 'Lato';
}

.blog_details_sec_main_body ul li:before {
    position: absolute;
    content: '\f192';
    left: 0;
    font-family: 'FontAwesome';
}

.blog_det_img_sec {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

    .blog_det_img_sec img {
        width: 100%;
        object-fit: cover;
    }

    .blog_det_img_sec b {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: italic;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

.press_det_sec_in {
    position: relative;
    padding-top: 20px;
}

    .press_det_sec_in h6 {
        position: relative;
        font-size: 16px;
        color: #d4232c;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .press_det_sec_in h5 {
        position: relative;
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 20px;
        background: -webkit-linear-gradient(#ff0000, #000000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }

    .press_det_sec_in p {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #555;
        font-family: 'Lato';
    }

        .press_det_sec_in p b {
            font-weight: 600 !important;
            color: #2e4d8b !important;
        }

.p_head {
    font-weight: 600 !important;
    color: #2e4d8b !important;
}

.press_det_sec_in ul {
    display: block;
    padding-left: 20px;
}

    .press_det_sec_in ul li {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #1d1d1d;
        font-family: 'Lato';
        padding-bottom: 5px;
    }

        .press_det_sec_in ul li:before {
            position: absolute;
            content: '\f178';
            font-family: 'FontAwesome';
            left: 0;
            color: #354e7e;
            font-size: 14px;
        }





.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 15px;
    margin-block: 2px;
    gap: 10px;
}

.img-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s ease;
}

    .img-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .img-card:hover img {
        transform: scale(1.15);
    }

    .img-card:hover {
        box-shadow: 0 0 5px #576c95, 0 0 13px rgb(56 189 248 / 26%);
        transform: translateY(-8px);
    }

.date_img_sec {
    position: relative;
    width: 25px;
}

    .date_img_sec img {
        width: 100%;
        object-fit: cover;
    }

.mt_0 {
    margin-top: 0px;
}

.technical_paper_main_inner {
    position: relative;
    background: #ffffff;
    margin-top: 40px;
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 0 2px 13px 3px #c1d9fb;
}

.technical_papers_inner {
    position: relative;
}

    .technical_papers_inner h5 {
        position: relative;
    }

.technical_papers_inner_body {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.technical_papers_inner_body_left {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 150px 0px 0px 150px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.brdr_2 {
    border-radius: 0 150px 150px 0 !important;
}

.technical_papers_inner_body_left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.technical_papers_inner_body_left:hover::before {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.technical_papers_inner_body_left > * {
    position: relative;
    z-index: 2;
}

.technical_papers_inner_body_right {
    position: relative;
}

    .technical_papers_inner_body_right h5 {
        position: relative;
        font-size: 22px;
        line-height: 1.3;
        color: #2a3861;
        font-weight: 600;
        font-family: 'Lato';
        margin: 0 0 15px 0;
    }

    .technical_papers_inner_body_right span {
        position: relative;
        font-size: 18px;
        font-style: italic;
        color: #7f0004;
        font-weight: 500;
        margin: 0 0 10px 0;
        display: block;
        font-family: 'Lato';
    }

    .technical_papers_inner_body_right p {
        position: relative;
        font-size: 16px;
        color: #555;
        font-weight: 500;
        font-family: 'Lato';
        line-height: 1.5;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .technical_papers_inner_body_right p a {
            position: relative;
            display: inline-block;
            align-items: center;
            padding: 2px 10px;
            font-size: 16px;
            color: #001641;
            font-family: 'Lato';
            border: 2px solid #912828;
            border-radius: 10px 10px 0 0;
            margin-left: 10px;
            font-weight: 600;
        }

.technical_papers_sec {
    position: relative;
    margin-top: 30px;
}

.papers {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .papers:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

.papers_image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 35%;
}

    .papers_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.papers_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.papers_title {
    font-size: 21px;
    font-weight: 700;
    color: #354e7e;
    margin: 0 0 15px 0;
    line-height: 1.6;
    font-family: 'Lato';
}

.papers_meta {
    color: #7f0004;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-size: 16px;
    font-style: italic;
}

.papers_description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
    font-weight: 500;
    font-family: 'Lato';
}

.papers_button {
    display: inline-block;
    padding: 5px 20px;
    background: white;
    color: #274aea;
    border: 2px solid #7988cb;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    align-self: flex-start;
}

    .papers_button:hover {
        background: #667eea;
        color: white;
        transform: scale(1.05);
    }

@media (max-width: 600px) {
    .card {
        flex-direction: column;
    }

    .card-image {
        width: 100%;
        height: 200px;
    }
}

.new_post_yt {
    height: 450px !important;
}

.ytp-large-play-button {
    top: 38% !important;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}



.platform-header.twitter {
    border-bottom-color: #111;
    background: linear-gradient(135deg, #fff 0%, #f3f4f6 100%);
}

.twitter .platform-icon {
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
}

.twitter .follow-btn {
    background: linear-gradient(135deg, #111, #333);
}




/*.twitter-box {
    padding-top: 0 !important;
    height: 520px !important;
    min-height: 520px !important;
    overflow: hidden !important;
    position: relative;
}

    .twitter-box iframe {
        width: 100% !important;
    }
*/ /*
@media (min-width: 1025px) and (max-width: 1280px) {
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .social-grid {
        grid-template-columns: 1fr;
    }
}
*/



/* twitter feed container */
.twitter-feed {
    height: 520px;
    overflow: hidden;
}


    /* twitter injected iframe responsive */
    .twitter-feed iframe {
        width: 100% !important;
    }



.linkedin-icon-new {
    background: #0A66C2;
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 22px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facebook-icon {
    background: #1877F2;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-icon {
    width: 55px;
    height: 55px;
    background: #FF0000; /* Official YouTube Red */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .youtube-icon svg {
        width: 31px;
        height: 31px;
    }

.flex_box_new_client_name {
    display: flex;
    gap: 5px;
    align-items: center;
}

