        .mt-120 {
            margin-top: 120px !important;
        }
        /* width */
        
         ::-webkit-scrollbar {
            width: 3px;
        }
        /* Handle */
        
         ::-webkit-scrollbar-thumb {
            background: #009bff;
        }
        
        .bg-main {
            background-color: #212529;
        }
        /* ===================================
    Crafto - Ebook
====================================== */
        /* font */
        
        @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
        /* variable */
        
         :root {
            --base-color: #009bff;
            --alt-font: 'Oswald', sans-serif;
            --primary-font: 'Roboto', sans-serif;
        }
        
        .box-layout {
            padding: 0 100px;
        }
        
        body {
            line-height: 30px;
        }
        /* header */
        
        header .navbar-brand img {
            max-height: 100%;
        }
        
        .navbar .navbar-nav .nav-link {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: .5px;
        }
        
        .custom-h {
            height: 445px;
        }
        
        .sticky .header-transparent .header-button .btn {
            background-color: var(--dark-gray) !important;
            border-color: var(--dark-gray) !important;
            color: var(--white);
        }
        
        .sticky .header-transparent .header-button .btn:hover {
            background-color: var(--dark-gray);
            color: var(--white);
        }
        /* text color */
        
        .text-mountain-gray {
            color: #a19f9d;
        }
        
        @media (max-width: 1600px) {
            .box-layout {
                padding: 0 60px;
            }
        }
        /* btn */
        
        @media (max-width: 1199px) {
            .box-layout {
                padding: 0 0;
            }
        }
        
        .btn.btn-switch-text.btn-extra-large>span {
            padding: 22px 40px;
        }
        
        .btn.btn-switch-text.btn-large>span {
            padding: 14px 18px;
        }
        
        .btn.btn-switch-text.btn-medium>span {
            padding: 16px 30px;
        }
        
        .btn.btn-switch-text.btn-small>span {
            padding: 12px 24px;
        }
        
        .btn.btn-switch-text.btn-very-small>span {
            padding: 9px 18px;
        }
        /* newsletter */
        
        .newsletter-style-05 .btn.btn-switch-text.btn-extra-large>span {
            padding: 17px 40px;
            font-size: 18px;
            color: var(--dark-gray);
        }
        /* highlight separator*/
        
        .highlight-separator[data-shadow-animation] span img {
            bottom: 5px;
        }
        /* footer */
        
        .footer-light p,
        .footer-light a {
            color: var(--dark-gray);
        }
        
        footer.half-footer {
            padding: 40px 0;
        }
        
        footer .footer-logo img {
            max-height: 100%;
        }
        
        footer .nav-link {
            padding-right: 0.85rem;
            padding-left: 0.85rem;
        }
        
        footer .elements-social ul li:last-child {
            margin-right: 0;
        }
        
        .bb-p {
            padding: 82px 0px;
        }
        /* media query responsive */
        
        @media (min-width: 2100px) {
            .outside-box-left-11 {
                margin-left: -11vw;
            }
        }
        
        @media (max-width: 1199px) {
            .btn.btn-switch-text.btn-small>span {
                padding: 10px 12px;
            }
            .navbar .navbar-nav .nav-link {
                padding-left: 12px;
                padding-right: 12px;
            }
        }
        
        @media (max-width: 991px) {
            .header-icon .header-button .btn {
                color: var(--dark-gray);
                border-color: var(--dark-gray) !important;
            }
            .btn.btn-switch-text.btn-small>span {
                padding: 10px 16px;
            }
        }
        
        @media (max-width: 767px) {
            .newsletter-style-05 .btn.btn-switch-text.btn-extra-large>span {
                padding: 15px 30px;
            }
        }
        
        @media (max-width: 575px) {
            .btn.btn-switch-text.btn-small>span {
                padding: 9px 13px;
            }
        }
        
        @media screen and (max-width: 1199px) and (max-height: 700px) {
            #home .outside-box-left-11 {
                text-align: center;
            }
            #home .outside-box-left-11 img {
                width: 85%;
            }
        }
        /* number pagination style 01 */
        
        .swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
            font-size: 14px;
        }
        
        .process-step-style-02:hover .process-step-icon .number {
            color: var(--white);
        }
        /* page title */
        
        .page-title-large h1 {
            font-size: 4rem;
            line-height: 3.9rem;
        }
        /* process step style 03 */
        
        .process-step-style-03:hover .process-step-icon-box .progress-image {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
        /* social icon style 02 */
        
        .social-icon-style-02 .small-icon li {
            margin: 0;
        }
        
        .bg-dark-trans {
            background: #39393947;
        }
        
        .modern-dark-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            background: rgba(40, 40, 55, 0.6);
            backdrop-filter: blur(12px);
            border-radius: 14px;
            overflow: hidden;
            color: #e6e6e6;
            font-size: 15px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        }
        
        .modern-dark-table th,
        .modern-dark-table td {
            padding: 16px 20px;
            text-align: left;
        }
        
        .modern-dark-table thead {
            background: #009bff;
            color: white;
            /* accent heading color */
            font-weight: 600;
            font-size: 16px;
            text-align: center;
        }
        
        .modern-dark-table tbody tr {
            transition: background 0.3s ease;
        }
        
        .modern-dark-table tbody tr:nth-child(even) {
            background: rgba(255, 255, 255, 0.03);
        }
        
        .modern-dark-table tbody tr:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        
        .certi {
            display: flex;
            gap: 24px;
            justify-content: center;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        }
        
        .spec-table th,
        .spec-table td {
            padding: 14px 18px;
            text-align: left;
        }
        
        .spec-table thead {
            background-color: #2a2f34;
        }
        
        .spec-table th {
            color: #009bff;
            font-size: 16px;
            font-weight: 600;
            border-bottom: 2px solid #333;
        }
        
        .spec-table tbody tr {
            background-color: #2d3238;
            border-bottom: 1px solid #3c4147;
            transition: background-color 0.3s ease;
        }
        
        .spec-table tbody tr:hover {
            background-color: #3a4047;
        }
        
        .spec-table td {
            font-size: 15px;
            color: #dee2e6;
        }
        
        @media (max-width: 768px) {
            .spec-table th,
            .spec-table td {
                padding: 10px;
                font-size: 14px;
            }
        }
        
        .border-r {
            border-bottom: 1px solid #c4c4c442;
        }
        
        .p-banner {
            padding: 383px 0px;
        }
        
        .bg-custome {
            background-color: #ffffff0f;
        }
        
        .modal-dialog {
            max-width: 700px;
        }
        
        .direct {
            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(158 158 158 / 18%) 100%);
        }
        /* MOBILE Screen */
        
        @media (min-width:0px) and (max-width:475px) {}
        /* IPAD Screen */
        
        @media (min-width:600px) and (max-width:991px) {}
        /* 1024PX Screen */
        
        @media (min-width:992px) and (max-width:1099px) {
            .p-banner {
                padding: 286px 0px !important;
            }
        }
        /* 1280PX Screen */
        
        @media (min-width:1100px) and (max-width:1300px) {
            .p-banner {
                padding: 359px 0px !important;
            }
        }
        /* 1440PX Screen */
        
        @media (min-width:1399px) and (max-width:1500px) {
            .p-banner {
                padding: 404px 0px !important;
            }
        }
        /* 1600PX Screen */
        
        @media (min-width:1500px) and (max-width:1670px) {
            .p-banner {
                padding: 449px 0px !important;
            }
        }
        /* 1680PX Screen */
        
        @media (min-width:1671px) and (max-width:1700px) {
            .p-banner {
                padding: 471px 0px !important;
            }
        }
        /* 1920PX Screen */
        
        @media (min-width:1701px) and (max-width:2000px) {
            .p-banner {
                padding: 540px 0px !important;
            }
        }
        /* 2k Screen  */
        
        @media (min-width:2001px) and (max-width:3000px) {
            .p-banner {
                padding: 576px 0px !important;
            }
        }
        /* 4k Screen  */
        
        @media (min-width:3001px) and (max-width:6000px) {}
        /* 8k Screen */
        
        @media (min-width:6001px) and (max-width:8000px) {}