.page-node-165,
.page-node-167,
.page-node-168,
.page-node-166,
.page-node-171,
.page-node-172,
.page-node-173,
.page-node-168,
.page-node-169,
.page-node-159,
.page-node-65,
.page-node-247,
.page-node-77,
.page-node-78,
.page-node-61,
.page-node-62,
.page-node-63,
.page-node-64,
.page-node-246,
.page-node-270,
.page-node-636,
.page-node-69,
.page-node-70,
.page-node-164,
.page-node-71 {
    .report-div ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: 0 auto;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .report-div ul {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .report-div ul {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 575px) {
        .report-div ul {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .report-div ul li {
        list-style: none;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 0;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .report-div ul li:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-color: var(--primary-color);
    }

    .report-div ul li {
        padding: 30px 20px;
        position: relative;
        padding-bottom: 45px;
    }

    .view-pdf-btn {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }

    .report-div ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #333;
        justify-content: center;
        position: relative;
    }

    .report-div ul li a img {
        width: 80px;
        height: 80px;
        padding: 16px;
        border-radius: 50px;
        overflow: inherit;
        margin-bottom: 15px;
        opacity: 0.7;
        transition: opacity 0.3s ease;
        background: #009edb3b;
    }

    .report-div ul li:hover a img {
        opacity: 1;
    }

    /* .report-div ul li a::before {
        content: "📄";
        font-size: 48px;
        margin-bottom: 15px;
        opacity: 0.6;
        transition: opacity 0.3s ease;
    } */

    /* .report-div ul li a img {
        display: none;
    } */


    /*------------------------ pdf section ------------------------------*/

    .pdf-btn {
        background: linear-gradient(90deg, #2774AC, #009EDB);
        color: #fff !important;
        padding: 7px 22px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        border: none;
        box-shadow: none;
        transition: 0.3s ease;
    }

    .pdf-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 15px rgba(0, 136, 204, 0.35);
    }

    .report-div ul li:hover a::before {
        opacity: 1;
    }

    .report-div ul li a {
        font-size: 14px;
        font-weight: 500;
        color: var(--dark-gray);
        transition: color 0.3s ease;
    }

    .report-div ul li:hover a {
        color: var(--primary-color);
    }

    .report-div.report-3 {
        margin-bottom: 40px;
    }

    /* Large screens - ensure 3 columns */
    /* @media (min-width: 1200px) {
        .report-div ul {
            grid-template-columns: repeat(4, 1fr);
           
        }
    } */

    /* Medium screens - 2 columns */
    /* @media (max-width: 1199px) and (min-width: 769px) {
        .report-div ul {
            grid-template-columns: repeat(3, 1fr);
            padding: 15px;
            gap: 15px;
        }
    } */

    /* Small screens - 1 column */
    /* @media (max-width: 768px) {
        .report-div ul {
            grid-template-columns: 1fr;
            padding: 15px;
            gap: 15px;
        }
        
        .report-div ul li a {
            padding: 7px 20px;
        }
        
        .report-div ul li a::before {
            font-size: 40px;
        }
    } */

    @media (max-width: 480px) {
        /* .report-div ul {
            padding: 10px;
            gap: 10px;
        } */

        /* .report-div ul li a {
            padding: 20px 10px;
            min-height: 120px;
            font-size: 13px;
        } */

        /* .report-div ul li a::before {
            font-size: 36px;
            margin-bottom: 10px;
        } */
    }
}

/* Specific compact styles for page-node-77 only */
.page-node-77 {
    .report-div ul {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .report-div ul li a {
        padding: 12px 15px;
        min-height: auto;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .report-div ul li a img {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
    }

    .report-div ul li a::before {
        font-size: 32px;
        margin-bottom: 8px;
    }

    /* Responsive overrides for page-node-77 */
    @media (max-width: 768px) {
        .report-div ul li a {
            padding: 10px 12px;
            min-height: auto;
        }

        .report-div ul li a::before {
            font-size: 28px;
            margin-bottom: 6px;
        }
    }

    @media (max-width: 480px) {
        .report-div ul li a {
            padding: 8px 10px;
            min-height: auto;
            font-size: 13px;
        }

        .report-div ul li a::before {
            font-size: 24px;
            margin-bottom: 6px;
        }
    }
}

/* Investor Relations Table Structure - Pure CSS with Counter */
/* .view-id-investor_relations .view-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    counter-reset: doc-counter;
} */

.view-id-investor_relations .views-row {
    background: #ffffff;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    counter-increment: doc-counter;
    transition: all .3s ease;
}

.view-id-investor_relations .views-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.view-id-investor_relations .view-pdf-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

/*-------------------------------------- new css for pdf container  ----------------------------*/
.view.view-investor-relations.view-id-investor_relations .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .view.view-investor-relations.view-id-investor_relations .view-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .view.view-investor-relations.view-id-investor_relations .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .view.view-investor-relations.view-id-investor_relations .view-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*===============================Statutory Compliance =========================================*/
.view-id-statutory_compliance.view-display-id-page_1 .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .view-id-statutory_compliance.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .view-id-statutory_compliance.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .view-id-statutory_compliance.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*----------------------------- SMART Online Dispute Resolution (ODR) css ------------------------------*/

ul.result-list.Clearances-and-Reports {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    height: 100%;
    gap: 20px;
    padding: 10px;
    margin: 0 auto;
}

.result-list li:hover .message-item-info h3 {
    color: #006ca8;
}

.file-meta span {
    font-size: 12px !important;
    margin: 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    ul.result-list.Clearances-and-Reports {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    ul.result-list.Clearances-and-Reports {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    ul.result-list.Clearances-and-Reports {
        grid-template-columns: repeat(1, 1fr);
    }
}

ul.result-list.Clearances-and-Reports li {
    background: #ffffff;
    position: relative;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    counter-increment: doc-counter;
    transition: all .3s ease;
}

ul.result-list.Clearances-and-Reports li:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    border-color: var(--primary-color);

}

.message-item-info h3 {
    font-size: 14px !important;
}

.result-list li:hover img {
    opacity: 1;
}

.result-list li:hover a {
    color: #006ca8;
}

.result-list {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.result-list li {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px 60px;
    text-align: center;
    transition: all .3s ease;
}

.result-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #172b4d;
    text-decoration: none;
    display: block;
    margin-top: 15px;
    line-height: 22px;
}

.result-list img {
    width: 70px;
    height: 70px;
    padding: 15px;
    overflow: unset;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background: #009edb3b;
}

.views-row:hover .result-list img {
    opacity: 1;
}

.views-row:hover .result-list a {
    color: #006ca8;
}

.view-pdf-btn {
    margin-top: 20px;
}

/* .pdf-btn {
    background: linear-gradient(90deg, rgb(39, 116, 172), rgb(0, 158, 219));
    padding: 7px 22px;
    border-radius: 50px;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none;
    box-shadow: none;
    transition: 0.3s;
    color: rgb(255, 255, 255) !important;
}

.pdf-btn:hover {
    background: #006ca8;
    color: #ffffff;
} */
.pdf-btn {
    position: relative;
    background: linear-gradient(90deg, rgb(39, 116, 172), rgb(0, 158, 219));
    padding: 7px 22px;
    border-radius: 50px;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none;
    box-shadow: none;
    transition: color 0.8s ease;
    color: #fff !important;
    overflow: hidden;
    z-index: 1;
}

.pdf-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #006ca8;
    /* Hover fill color */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.8s ease;
    z-index: -1;
}

.pdf-btn:hover::before {
    transform: translate(-50%, -50%) scale(25);
    /* Center se bahar round spread */
}

.pdf-btn:hover {
    color: #ffffff;
}


/* Responsive */
@media (max-width: 768px) {
    .result-list {
        flex-direction: column;
        gap: 20px;
    }

    .result-list li {
        width: 100%;
    }
}

/* search section css Investor Relations */

.js-form-item.form-item label {
    font-size: 13px;
    /* width: 106px; */
}

.tab-menu-item {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;

}

.tab-menu-item .form-item {
    margin: 0 !important;
}

.tab-menu-item .form-actions {
    margin: 0 !important;
}

.tab-menu-item select,
.tab-menu-item input[type="text"] {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 6px 14px;
    font-size: 14px;
    width: 100%;
}

.tab-menu-item input[type="text"]:focus-visible {
    outline: #009edb auto 0.5px;
}

.tab-menu-item .form-select:hover {
    border-color: var(--primary-color) !important;
    box-shadow: 0 2px 6px #0059b226 !important;
}

/* Apply Button */
.tab-menu-item .form-actions input[type="submit"] {
    background: #00A8E8;
    color: #fff;
    border: none;
    padding: 5px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.tab-menu-item .form-actions input[type="submit"]:hover {
    background: #008ac2;
}

/* Responsive */
@media (max-width: 768px) {
    .tab-menu-item {
        flex-direction: column;
        align-items: stretch;
    }
}


/*--------------------------- Dividend Previous Years. table css --------------------------------*/

.scroll-mobile {
    overflow-x: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0px;
    display: block;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    padding-bottom: 10px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

.table th {
    background-color: var(--primary-color, #2c5aa0);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 12px;
}


/*---------------------------------------------- Environment ----------------------------------------------------------*/



.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .report-div ul li a img {
    height: 65px;
    width: 65px;
}

.gray-box {
    margin: 15px 0px;
}

ul.result-list.Clearances-and-Reports li a {
    padding: 7px 22px;
    ;
    min-height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.accordion-body {
    background: #e6f7ff;
}

/*------------------------------------------------------------ Vigilance main page -------------------------------------------- */

.profile-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 30px 15px;
}

/* PROFILE CARD */
.profile-card {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    margin-bottom: 45px;
}

/* IMAGE */
.profile-img img {
    width: 180px;
    height: 210px;
    object-fit: cover;
    border-radius: 16px;
    border: 5px solid #eef3ff;
}

/* INFO */
.profile-info h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
}

.profile-info .designation {
    font-size: 15px;
    color: #64748b;
    margin: 6px 0 15px;
}

/* PROFILE BUTTON */
.btn-profile {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(135deg, #009edb, #7cdbff);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 20px #0dcaf04f;
    transition: 0.3s;
}

.btn-profile:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #0dcaf04f;
}

/* OPTION GRID */
.option-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}

/* OPTION CARD */
.option-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #1e293b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.35s ease;
    cursor: pointer;
}

/* ICON */
.option-card .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #eef3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

/* TEXT */
.option-card .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

/* HOVER */
.option-card:hover {
    transform: translateY(-8px);
    background: linear-gradient(135deg, #009edb, #55d0ff);
    color: #fff;
    box-shadow: 0 25px 45px #009edb29;
}

.option-card:hover .icon {
    background: rgba(255, 255, 255, 0.25);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .profile-card {
        flex-direction: column;
        text-align: center;
    }
}



/* ------------------------------------------------ Vigilance inner page ----------------------------------- */


.report-div ul.Vigilance-sec {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    /* bottom margin 20px */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Tablet */
@media (max-width: 991px) {
    .report-div ul.Vigilance-sec {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .report-div ul.Vigilance-sec {
        grid-template-columns: 1fr;
    }
}


.report-div ul.Vigilance-sec li {
    list-style: none;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    padding-bottom: 45px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.report-div ul.Vigilance-sec li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color) #009EDB;

}

.report-div ul.Vigilance-sec li:hover a {
    color: var(--primary-color) #009EDB;
}

.report-div ul.Vigilance-sec li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #333;
    justify-content: center;
    position: relative;
}

.report-div ul.Vigilance-sec li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-gray);
    transition: color 0.3s ease;
}

.report-div ul.Vigilance-sec li a img {
    width: 80px;
    height: 80px;
    padding: 16px;
    border-radius: 50px;
    overflow: inherit;
    margin-bottom: 15px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background: #009edb3b;
}

.view-pdf-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

li.statutory-compliance {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

li.statutory-compliance:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

/* ==================================== CSR Policy & Schemes ================================
 */
.view-universal-content-file-upload .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.view-universal-content-file-upload .view-content .views-row {
    background: #ffffff;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    counter-increment: doc-counter;
    transition: all .3s ease;
}

.view-universal-content-file-upload .view-content .views-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.view-id-universal_content_file_upload.view-display-id-page_1 .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
    margin: 0 auto;
}

.view-id-universal_content_file_upload.view-display-id-page_1 .view-content .views-row {
    background: #ffffff;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    counter-increment: doc-counter;
    transition: all .3s ease;

}

.view-id-universal_content_file_upload.view-display-id-page_1 .view-content .views-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .view-id-universal_content_file_upload.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .view-universal-content-file-upload .view-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .view-id-universal_content_file_upload.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .view-universal-content-file-upload .view-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .view-id-universal_content_file_upload.view-display-id-page_1 .view-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .view-universal-content-file-upload .view-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ================== web information Maneger ============================== */
/* Glass Card Effect */
.profile-glass {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Left Panel */
.profile-left {
    background: linear-gradient(135deg, #1a2980, #26d0ce);
    position: relative;
}

.profile-left::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    opacity: 0.08;
}

/* Avatar */
.avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: url('https://cdn-icons-png.flaticon.com/512/149/149071.png') no-repeat center;
    background-size: cover;
    border: 4px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Right Panel */
.profile-right {
    background: linear-gradient(to right, #f8fbff, #ffffff);
}

/* Info Rows */
.info-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    border-radius: 14px;
    margin-bottom: 16px;
    background: #f2f7ff;
    transition: all 0.3s ease;
}

.info-row:hover {
    transform: translateX(8px);
    background: #e6f0ff;
    box-shadow: 0 10px 28px rgba(26, 41, 128, 0.18);
}

/* Icons */
.info-row i {
    font-size: 22px;
    color: #1a2980;
    min-width: 30px;
}

/* Labels */
.info-row span {
    font-size: 11px;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 1px;
}

/* Values */
.info-row p {
    margin: 0;
    font-weight: 600;
    color: #172b4d;
    font-size: 15px;
}

/* Headings */
.profile-left h4 {
    letter-spacing: 0.5px;
}

.profile-left p {
    opacity: 0.85;
}

@media (min-width: 1024px) {
    .profile-glass {
        width: 70%;
        margin: 0 auto;
        /* center horizontally */
    }

    .profile-right {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* =================================== Investor Relations (Contact Information) ======================================= */
.info-card i {
    color: #009edb;
    margin-right: 6px;
}

.info-card.highlight i {
    color: #fff;
}

.info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    border: 1px solid #eff8ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba #00000026 (0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.info-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #0077b6;
    margin-bottom: 10px;
    border-bottom: 2px solid #cdefff;
    padding-bottom: 6px;
}

.info-card p,
.info-card address {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 6px;
}

.info-card address {
    font-style: normal;
}

.info-card a {
    color: #009edb;
    text-decoration: none;
}

.info-card a:hover {
    text-decoration: underline;
}

.info-card.highlight h5 {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.info-card.highlight p,
.info-card.highlight address,
.info-card.highlight a {
    color: #f7fcff;
}