
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #fff;
}
.custom-hero-section {
    position: relative;
    width: 100%;
    background-image: url('./1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    padding: 80px 0px;
}

.custom-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(135deg,#25d0ffd4,#7f50ffd4);
    z-index: 1;
}

.custom-hero-section .container {
    z-index: 2;
}

.custom-hero-title {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 2.8rem;
}

.custom-social-sidebar {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

.custom-social-icon {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 10px 0;
    transition: color 0.3s ease, transform 0.3s ease;
}

.custom-social-icon:hover {
    color: #d1ecf1;
    transform: scale(1.1);
    text-decoration: none;
}

@media (max-width: 991px) {
    .custom-hero-title {
        font-size: 2.2rem;
    }
    
    .custom-social-sidebar {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .custom-hero-section {
        min-height: 70vh;
        background-attachment: scroll;
    }

    .custom-hero-title {
        font-size: 1.6rem;
        text-align: center;
    }

    .custom-social-sidebar {
        right: 15px;
    }
    
    .custom-social-icon {
        font-size: 1rem;
        margin: 8px 0;
    }
}

@media (max-width: 480px) {
    .custom-hero-title {
        font-size: 1.3rem;
    }
}






.custom-meta-info {
    font-size: 0.9rem;
    color: #555;
}

.custom-section-heading {
    color: #18295e;
    font-weight: 800;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    scroll-margin-top: 100px !important;
}

.custom-blog-content p {
    line-height: 1.7;
    color: #444;
    font-size: 15px;
}
.custom-blog-content ul li {
    line-height: 1.7;
    color: #444;
    font-size: 15px;
}

.custom-sticky-sidebar {
    position: sticky;
    top: 80px;
}

.custom-toc-card {
    background: linear-gradient(to top, #e8e8ff,#dffaff);
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

.custom-toc-header {
    background-color: #dffaff;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #113d33;
    
}

.custom-toc-body {
    padding: 0 20px 20px 20px;
    overflow-y: auto;
}

.custom-toc-body ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.custom-toc-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #113d33;
    border-radius: 50%;
}

.custom-toc-body ul li a {
    color: #113d33;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.custom-toc-body ul li a:hover {
    color: #007bff;
    text-decoration: none;
}

.custom-latest-blogs-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eaeaea;
}

.custom-blog-item h6 a {
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-blog-item h6 a:hover {
    color: #009dff !important;
}

.custom-thumb img {
    object-fit: cover;
}

@media (max-width: 991px) {
    .custom-sticky-sidebar {
        position: static;
        margin-top: 40px;
    }
}






.custom-toc-body {
    padding: 0 20px 20px 20px;
    max-height: 50vh;
    overflow-y: auto;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.custom-toc-body.collapsed {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}



.custom-table-wrapper {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.custom-table-header {
    background-color: #113d33;
}

.custom-table-header th {
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.table tbody td {
    vertical-align: middle;
    border-top: 1px solid #edf2f7;
    color: #323437;
    font-size: 0.95rem;
}

.table-hover tbody tr:hover {
    background: linear-gradient(135deg, #dfdfff,#e7f8ff);
}

@media (max-width: 767px) {
    .custom-table-header th {
        font-size: 0.85rem;
        padding: 10px !important;
    }

    .table tbody td {
        font-size: 0.85rem;
        padding: 10px !important;
    }
}

@media (max-width: 480px) {
    .custom-table-header th {
        font-size: 0.8rem;
        padding: 8px !important;
    }

    .table tbody td {
        font-size: 0.8rem;
        padding: 8px !important;
    }
}


.o2b-center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto 0;
}

.o2b-center-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: #2563eb;
    color: #ffffff !important;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.o2b-center-btn a:hover {
    background: #1d4ed8;
    color: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .o2b-center-btn {
        margin-top: 25px;
        padding: 0 15px;
    }

    .o2b-center-btn a {
        width: auto;
        max-width: 100%;
        padding: 11px 22px;
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .o2b-center-btn {
        margin-top: 20px;
        padding: 0 12px;
    }

    .o2b-center-btn a {
        padding: 10px 20px;
        font-size: 13px;
    }
}