* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #021E2F;
}



/* =========================
   COLORS
========================= */

:root {

    --primary: #07539a;

    --primary-dark: #04386b;

    --orange: #f58220;

    --dark: #172337;

    --light: #f6f8fc;

}

/* =========================
   NAVBAR
========================= */

.navbar {

    min-height: 80px;

}


.navbar-nav .nav-link {
    font-weight: 500;
    color: #222;
    padding: 25px 20px !important;
}

/* Keep split dropdown controls visually connected. */
.navbar-nav .nav-item.dropdown > .d-flex > .nav-link:not(.dropdown-toggle) {
    padding-right: 2px !important;
}

.navbar-nav .nav-item.dropdown > .d-flex > .dropdown-toggle {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.navbar-nav .nav-link:hover {

    color: var(--primary);

}

/* =========================
   MEMBERS
========================= */

.member-box {

    background: white;


    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px;

    box-shadow:
        0 5px 25px rgba(0,0,0,.07);

    transition: all .3s ease;

    border-radius: 20px;

}

/* .member-list {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.member-list > .members-row {
    flex: 0 1 180px;
    min-width: 0;
} */

/* =========================================
   DNOIA FOOTER
========================================= */

.dnoia-footer {
    background-color: #173E76;
    color: #ffffff;
    width: 100%;
}


/* =========================================
   MAIN FOOTER
========================================= */

.dnoia-footer > .container-fluid {
    padding-top: 50px;
    padding-bottom: 20px;
}


/* Footer heading */

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}


/* Orange underline */

.footer-line {
    width: 30px;
    height: 3px;
    background-color: #f5a02c;
    margin-bottom: 28px;
}


/* Links */

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #dce4e8;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s ease;
}

.footer-links a:hover {
    color: #f5a02c;
}


/* =========================================
   CONTACT
========================================= */

.footer-contact {
    color: #dce4e8;
    font-size: 16px;
    line-height: 1.45;
}

.contact-icon {
    width: 32px;
    flex-shrink: 0;
    font-size: 20px;
    color: #ffffff;
}

.footer-contact a {
    color: #dce4e8;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #f5a02c;
}


/* =========================================
   BOTTOM FOOTER
========================================= */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* Copyright */

.copyright {
    color: #ffffff;
    font-size: 10px;
}


/* =========================================
   LOGO
========================================= */

.footer-logo {
    width: 100px;
    height: auto;
    object-fit: contain;
}


/* =========================================
   SOCIAL BUTTONS
========================================= */

.social-icons {
    display: flex;
    justify-content: flex-end;
}

.social-btn {
    /* width: 50px;
    height: 50px; */

    /* border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    
    font-size: 13px;
}

/* .social-btn:hover {
    color: #f5a02c;
    border-color: #f5a02c;
} */


/* =========================================
   RESPONSIVE
========================================= */

@media (min-width: 992px) {

    .aidcf-footer > .container-fluid {
        padding-top: 50px;
    }

    .footer-logo {
        width: 140px;
    }
     .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:active,.navbar-toggler:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

}


@media (min-width: 768px) and (max-width: 992px) {

    .aidcf-footer > .container-fluid {
        padding-top: 40px;
    }

    .footer-title {
        margin-top: 15px;
    }

    .footer-bottom {
        text-align: center;
    }

    .copyright {
        margin-bottom: 20px !important;
    }

    .social-icons {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-logo {
        margin: 15px 0;
    }

     .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:active,.navbar-toggler:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

}

.custom-bg {
    background-color: #173E76;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 992px) {

    .navbar-nav .nav-link {

        padding: 10px 0 !important;

    }
    

    .hero-title {

        font-size: 40px;

    }

}

.director-info:hover{
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}



.banner-section {
    width: 100%;
    overflow: hidden;
}

.membership-section {
    background-color: #022333;
    width: 100%;
    margin-bottom: 1px;
}


/* Left heading */

.membership-info-title {
    color: #f5a02c;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}


/* Main heading */

.membership-title {
    color: #f5a02c;
    font-size: 25px;
    font-weight: 600;
}


/* Required text */

.required-text {
    color: #f5a02c;
    font-size: 14px;
}


/* Inputs */

.membership-section .form-control {
    height: 37px;
    border-radius: 2px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 5px 12px;
}

.membership-section .form-control::placeholder {
    color: #777;
    opacity: 1;
    font-size: 14px;

}


/* Message */

.membership-section input[name="message"] {
    width: 100%;
}


/* Submit */

.membership-submit {
    min-width: 87px;
    height: 42px;
    border-radius: 2px;

    background-color: #357dcc;
    border: 1px solid #e83e8c;

    font-size: 16px;
}

.membership-submit:hover {
    background-color: #2868ad;
    border-color: #e83e8c;
}

.news-list {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.news-heading:hover{
        text-decoration: underline !important;

}

/* Mobile */

@media (max-width: 767px) {

    .membership-section {
        padding: 40px 0;
    }

    .membership-info-title {
        text-align: center;
        font-size: 23px;
    }

    .membership-title {
        font-size: 23px;
    }

}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}


 .linkedin-size-footer {
        font-size: 20px;
    }

    .x-size-footer {
        font-size: 18px;
        color: black !important;    

    }

@media (max-width: 991px) {

    .banner-image {
        height: 350px;
    }

}

@media (max-width: 576px) {

    .banner-image {
         width: 110%;
        max-width: none;
        height: 180px;
    }


    .member-box {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .member-box img {
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .img-fluid {
        width: 150px;
    }

    .director-card {
        width: 250px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}


@media (max-width: 576px) {

    .hero-section {

        min-height: 300px;

    }

    .hero-title {

        font-size: 32px;

    }
   
    .section-title {

        font-size: 28px;

    }

    .logo {

        width: 145px;

    }

}


.light{
    width: 100%;
}

.section-title {
    min-height: 50px;
    cursor: pointer;
}

.section-title span:first-child {
    font-size: 16px;
}



.section-arrow::before {
     color: var(--secondary-color);
    font-size: 12px;
    transition: transform 0.3s ease;
}

  [aria-expanded="true"] .section-arrow::before {
        transform: rotate(180deg);
}

.section-title[aria-expanded="false"] {
    background-color: white;
    padding: 1rem;
    border: 1px solid #dee2e6;
}


    /* Theme */
    :root {
        --primary-color: #0F172A;
        --secondary-color: #022333;
        --light-color: #F8FAFC;
    }


    /* Section heading */

    .border-info {
        border-color: var(--secondary-color) !important;
    }


    /* Accordion hover */

    [data-bs-toggle="collapse"] {
        cursor: pointer;
        transition: 0.2s ease;
    }


    /* [data-bs-toggle="collapse"]:hover {
        background-color: #F0FDFA !important;
    } */

    /* Text */

    .text-dark {
        color: var(--primary-color) !important;
    }


    /* Mobile */

    @media (max-width: 576px) {

        .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        [data-bs-toggle="collapse"] {
            padding: 13px !important;
        }

    }

@media (min-width: 992px) {

    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .nav-item.dropdown {
        position: relative;
    }

    .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
    }

}

.form-submit-btn{
    background-color: #173E76;  
}
.form-submit-btn:hover{
    background-color: #f59a32 !important;
    border-color: #f59a32 !important;
}

/* Thin scrollbar */
.thin-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #888;
}


.member-card:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20) !important;
   
}


.pagination .page-link {
    color: #173E76;
}

.pagination .page-item.active .page-link {
    background-color: #173E76;
    color: #fff;
}

.pagination .page-link:hover {
    background-color: #f59a32;
    color: #fff;
}

.read-more-btn:hover {
    background-color: #f59a32 !important;

}

.hero-title {
    white-space: nowrap;
    font-size: clamp(20px, 3vw, 40px);
}

.title-link{
    text-decoration: none;
    color: black
}

.member-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    /* display: block; */
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}


/* Step indicator */

.step-item {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 10px;
}

.step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #dee2e6;
    color: #495057;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    margin-bottom: 6px;
}

.step-item.active .step-circle {
    background: #0d6efd;
    color: #fff;
}

.step-item.completed .step-circle {
    background: #198754;
    color: #fff;
}

.step-item small {
    color: #6c757d;
}

.step-item.active small {
    color: #0d6efd;
    font-weight: 600;
}


/* Line behind steps */

.step-item::after {
    content: "";
    position: absolute;

    height: 2px;
    background: #dee2e6;

    top: 19px;
    left: 50%;
    width: 100vw;

    z-index: -1;
}

.step-item:last-child::after {
    display: none;
}


/* Mobile */

@media (max-width: 576px) {

    .step-item {
        padding: 0 3px;
    }

    .step-circle {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .step-item::after {
        top: 16px;
    }

    .step-item small {
        font-size: 10px;
    }
}

.social-coming-soon {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
}

.social-coming-soon-content {
    text-align: center;
}

.social-coming-soon-content i {
    font-size: 50px;
    color: #173E76;
}

.social-coming-soon-content h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #173E76;
    font-weight: 700;
}

.social-coming-soon-content p {
    color: #6c757d;
    margin-bottom: 0;
}

.social-overlay-wrapper {
    position: relative;
}


/* membership registration form */

.membership-wrapper {
    max-width: 1100px;
    margin: auto;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.progress-wrapper {
    position: relative;
}

.progress-content {
    position: relative;
}

.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.step {
    text-align: center;
    width: 90px;
}

.step span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    color: #555;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.step.active span {
    background: #07539a;
    color: white;
}

.step.completed span {
    background: #198754;
    color: white;
}

.step small {
    display: block;
    margin-top: 8px;
    font-size: 11px;
}

.progress-content > .progress {
    position: absolute;
    top: 14px;
    left: 45px;
    right: 45px;
    z-index: 0;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.membership-option {
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 15px;
    cursor: pointer;
}

.membership-option:hover {
    border-color: #07539a;
    background: #f7fbff;
}

.membership-option small {
    display: block;
    color: #777;
    margin-top: 3px;
}

.document-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.declaration-box {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    line-height: 1.7;
}

@media(max-width:768px) {
    
    .progress-wrapper {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .progress-content {
        min-width: 1010px;
    }

    .progress-wrapper::-webkit-scrollbar {
        display: none;
    }

    .steps {
        justify-content: flex-start;
        gap: 25px;
        padding-bottom: 10px;
    }

    .step {
        min-width: 80px;
    }

    .step small {
        font-size: 9px;
    }

    .form-card {
        padding: 20px;
    }

    .document-row {
        grid-template-columns: 1fr;
    }

}

.dnai-mission {
    background: #07539a;
}

.dnai-slogan {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .4px;
}

.dnai-slogan strong {
    color: #f58220;
    font-size: 24px;
    margin-right: 12px;
}

.dnai-slogan b {
    color: #f58220;
    margin: 0 10px;
}

.dnai-slogan span {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .dnai-slogan {
        line-height: 2;
        font-size: 14px;
    }

    .dnai-slogan strong {
        display: block;
        margin-bottom: 5px;
    }

    .dnai-slogan b {
        margin: 0 5px;
    }
}


    .email-wrapper {
        width: 100% !important;
        max-width: 900px !important;
    }

    .email-header {
        padding: 25px !important;
    }

    .email-content {
        padding: 25px !important;
    }

    .email-table {
        width: 100% !important;
        border-collapse: collapse;
    }

    .email-table td {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: top;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .email-label {
        width: 35%;
        font-weight: bold;
    }

    .email-value {
        width: 65%;
    }

    .section-title {
        color: #173E76;
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    @media only screen and (max-width: 600px) {

        body {
            background: #ffffff !important;
        }

        .email-wrapper {
            width: 100% !important;
            max-width: 100% !important;
            border: 0 !important;
            border-radius: 0 !important;
        }

        .email-header {
            padding: 18px 15px !important;
        }

        .email-header h2 {
            font-size: 20px !important;
            line-height: 1.3 !important;
        }

        .email-header p {
            font-size: 13px !important;
        }

        .email-content {
            padding: 15px !important;
        }

        .section-title {
            font-size: 17px !important;
            margin-top: 25px !important;
        }

        .email-table,
        .email-table tbody,
        .email-table tr {
            width: 100% !important;
            display: block !important;
        }

        .email-table tr {
            margin-bottom: 10px;
        }

        .email-table td {
            display: block !important;
            width: 100% !important;
            padding: 9px 10px !important;
            font-size: 14px !important;
            line-height: 1.5 !important;
        }

        .email-label {
            background: #f3f6fa !important;
            font-weight: bold !important;
            border-bottom: 0 !important;
        }

        .email-value {
            background: #ffffff !important;
        }

        .submitted-box {
            margin-top: 20px !important;
            padding: 12px !important;
            font-size: 13px !important;
        }
    }

.member-list {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start !important;

    padding-bottom: 15px;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: 2px;
}

/* 4 members visible at every screen size */
.member-list > .col-4 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding-left: 8px;
    padding-right: 8px;
}

/* Member box */
.member-box {
    width: 100%;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.member-logo {
    max-width: 100%;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Member name */
.member-name {
    width: 100%;
    height: 42px;

    margin-top: 8px;
    padding: 5px;

    background: #fff;
    text-align: center;

    overflow-y: auto;
}

.member-name p {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    overflow-wrap: break-word;
}

/* Mobile */
@media (max-width: 576px) {

    .member-list {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;

        justify-content: flex-start !important;

        /* prevent Bootstrap row from causing unwanted spacing */
        margin-left: 0;
        margin-right: 0;

        padding-bottom: 12px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: 1px;
    }

    /* Exactly 4 members visible */
    .member-list > .col-4 {
        flex: 0 0 25% !important;
        max-width: 25% !important;

        padding-left: 4px;
        padding-right: 4px;
    }

    .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:active,.navbar-toggler:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}


    .member-box {
        width: 100%;
        height: 85px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 5px;
    }

    .member-logo {
        max-width: 75px;
        max-height: 60px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

   .member-name {
    width: 100%;
    height: 33.5px;          /* 2 lines */
    margin-top: 5px;
    padding: 3px 5px;
    background: #fff;
    text-align: center;

    overflow-y: auto;
    overflow-x: hidden;
}

.member-name p {
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    white-space: normal;
    overflow-wrap: break-word;
}

    /* Thin scrollbar for member name */
.member-name::-webkit-scrollbar {
    width: 1px;
}

.member-name::-webkit-scrollbar-track {
    background: transparent;
}

.member-name::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

/* Firefox */
.member-name {
    scrollbar-width: 1px;
    scrollbar-color: #aaa transparent;
}
}




.powered-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.powered-link {
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
}

.powered-by {
    font-size: 12px;
    color: #aaa;
    white-space: nowrap;
    line-height: 1;
}

.tellyon-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Social icons */
.social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
    line-height: 1;
}

.x-size,
.linkedin-size {
    font-size: 30px;
}

@media (max-width: 576px) {

    .footer-bottom-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100%;
    }

    .footer-bottom-row > div {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    /* Powered by */
    .powered-wrapper {
        justify-content: flex-start;
        align-items: center;
    }

    .powered-link {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .powered-by {
        font-size: 9px;
        line-height: 1;
    }

    .tellyon-logo {
        width: 40px;
        height: 40px;
    }

    /* Social */
    .social-icons {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
        margin-top: 5px;
    }

    .x-size-footer,
    .linkedin-size-footer {
        font-size: 10px;
        line-height: 1;
    }
}


.member-list::-webkit-scrollbar {
    height: 2px;
}

.member-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.member-list::-webkit-scrollbar-thumb {
    background: #508de2;
    border-radius: 10px;
}

.member-list::-webkit-scrollbar-thumb:hover {
    background: #888;
}