﻿@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.btn {
    --bs-btn-border-radius: 10px;
}

:root {
    --bs-body-font-family: "Inter", sans-serif;
    --cs-secondary-color: #B2B3C2;
    --cs-secondary-font-family: 'IBM Plex Sans';
    /*--bs-body-color*/;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff671f;
    --bs-btn-border-color: #ff671f;
    --bs-btn-hover-bg: #ff671f;
    --bs-btn-hover-border-color: #ff671f;
    --bs-btn-active-bg: #ff671f;
    --bs-btn-active-border-color: #ff671f;
    --bs-btn-disabled-bg: #ff671f;
    --bs-btn-disabled-border-color: #ff671f;
    font-weight:bold;
}

    .btn-primary:hover {                
        color: var(--bs-btn-color);
    }

    body {
        font-optical-sizing: auto;
    }

    .cs-tabs {
        background: linear-gradient(to bottom, #fff0dd 0%,#eff6fe 100%);
        display: flex;
        width: 100%;
        height: auto;
    }

        .cs-tabs .nav-pills .nav-link {
            padding: 0px 0px 7px 0px;
            margin-right: 20px;
            font-size: 16px;
            color: #494F58;
            font-weight: 500;
            background: transparent;
            line-height: 1.75;
            letter-spacing: 0.75px;
        }

            .cs-tabs .nav-pills .nav-link.active {
                color: #ff671f;
                font-weight: bold;
                border-bottom: 2px solid #ff671f;
                border-radius: 0px;
            }

    .form-control {
        padding: 15px 20px;
        border-color: #DCDCDC;
        color: var(--cs-secondary-color);
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .form-select {
        padding: 15px 20px;
        border-color: #DCDCDC;
        border-radius: 10px;
        color: var(--cs-secondary-color);
    }

    .cs-tabs .tab-content {
        padding: 47px 0px;
    }

.cs-tabs .nav-item {
    padding: 0px 0;
}


.cs-tabs .btn.btn-primary {
    padding: 10px 40px;
    line-height: normal;
    letter-spacing: 0.75px;
}

    .cs-tabs .cs-bg {
        margin-top: 47px;
        text-align: center;
    }

    .cs-drp-ls {
        position: relative;
        z-index: 1;
    }

        .cs-drp-ls::before {
            position: relative;
            z-index: 1;
        }


    .cs-tabs {
        position: relative;
        z-index: 1;
    }

        .cs-tabs::before {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            background: url('../image/cs-pattern-bg.png');
            content: '';
            z-index: -1;
        }

    .cs-sr-ls {
        position: relative;
    }

        .cs-sr-ls .cs-icon {
            position: absolute;
            top: 17px;
            font-size: 20px;
            left: 20px;
            color: var(--cs-secondary-color);
        }

        .cs-sr-ls .form-control {
            padding: 15px 20px 15px 60px;
            margin-bottom: 20px;
            color: #4b5563;
        }


    .cs-ls-bg {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        margin-bottom: 30px;
    }

        .cs-ls-bg .tt {
            font-family: var(--cs-secondary-font-family);
            font-size: 24px;
            color: #1b263b;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: normal;
        }

    .sr-al {
        margin-top: -30px;
    }

        .sr-al .form-select {
            border-radius: 30px;
            align-self: stretch;
            flex-grow: 0;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 16px;
            padding: 7px 30px 7px 20px;
            border-radius: 16px;
            border: solid 1px #dcdcdc;
            background-color: #fff;
        }

        .sr-al .sb-tt {
            font-size: 16px;
            color: #485367;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
        }

    .cs-col-3 .dts-cnt {
        width: calc(33.3% - 20px);
    }

    .cs-col-2 .dts-cnt {
        width: calc(50% - 20px);
    }

    .cs-col-3, .cs-col-2 {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cs-ls-vw {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

        .cs-ls-vw.full-ls .ls {
            width: 100%;
        }

        .cs-ls-vw .ls {
            display: flex;
            flex-direction: column;
            border-radius: 14px;
            margin-bottom: 0px;
            width: calc(50% - 15px);
            /*padding: 0 0 25.5px;*/
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
            background-color: #fff;
        }


            .cs-ls-vw .ls .hd {
                background: linear-gradient(to right, rgba(236,242,255,1) 0%,rgba(255,253,251,1) 100%);
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                padding: 25px;
                border-radius: 8px 8px 0px 0px;
            }

                .cs-ls-vw .ls .hd .lft {
                    background: #fff;
                    padding: 18px;
                    border-radius: 14px;
                    margin-right: 15px;
                    height: 64px;
                    width: 64px;
                    line-height: 30px;
                }

                    .cs-ls-vw .ls .hd .lft i {
                        font-size: 25px;
                        color: #415a77;
                    }


                .cs-ls-vw .ls .hd .rgt p {
                    margin-bottom: 0px;
                }

                .cs-ls-vw .ls .hd .rgt h4 {
                    font-size: 22px;
                    color: #3F3F3F;
                    font-weight: 600;
                    margin-bottom: 6px;
                }

                .cs-ls-vw .ls .hd .rgt p {
                    color: #8196AE;
                    font-weight: 500;
                }

            .cs-ls-vw .ls .cnt {
                padding: 20px 25px;
            }

                .cs-ls-vw .ls .cnt p {
                    color: #415A77;
                }

                    .cs-ls-vw .ls .cnt p.spl {
                        border-top: 1px solid #ADB7D3;
                        padding-top: 20px;
                    }


                    .cs-ls-vw .ls .cnt p i {
                        margin-right: 10px;
                        width: 20px;
                    }

                .cs-ls-vw .ls .cnt div span i {
                    margin-right: 10px;
                    width: 20px;
                }

                .cs-ls-vw .ls .cnt p .link {
                    color: #4583FF;
                    text-decoration: underline;
                    margin: 0px 5px;
                }

                .cs-ls-vw .ls .cnt p:last-child {
                    margin-bottom: 0px;
                }


.btn-danger {
    border: 1px solid #EF4444;
    padding: 6px 25px;
    text-decoration: none;
    color: #EF4444;
    border-radius: 8px;
    font-weight: 500;
    margin: 0px 5px;
    background: transparent;
    font-weight: bold;
}

    .cs-pg-nv {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 20px 0px;
    }

        .cs-pg-nv .lft {
            margin-right: 70px;
        }

            .cs-pg-nv .lft a {
                color: #000;
                text-decoration: none;
            }

        .cs-pg-nv .rgt {
            margin-left: 70px;
        }

            .cs-pg-nv .rgt a {
                color: #000;
                text-decoration: none;
            }

        .cs-pg-nv .cnt {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .cs-pg-nv .cnt ul {
                display: flex;
                margin: 0;
                list-style: none;
                padding: 0;
            }

                .cs-pg-nv .cnt ul li a {
                    padding: 5px 10px;
                    text-decoration: none;
                    border-radius: 4px;
                    text-align: center;
                    margin: 0px 4px;
                    color: #000000;
                }


                    .cs-pg-nv .cnt ul li a.active {
                        background: #FF671F;
                        color: #fff;
                    }

    .btn-primary {
        padding: 6px 25px;
    }

    .cs-alert-bg {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .cs-alert {
        width: auto;
        height: 25px;
        padding: 4px 24px 4px 24px;
        border-radius: 20px;
        color: #FFAD4E;
        background: #FFECD6;
        font-size: 14px;
        line-height: 1.2;
    }


    .alert-sciences {
        color: #FFAD4E;
        background: #FFECD6;
    }

    .alert-engineering {
        color: #528BFF;
        background: #D8E5FF;
    }

    .alert-medical {
        color: #D57989;
        background: #FFDEE3;
    }

    .alert-arts {
        background-color: #fff3e0;
        color: #e65100;
    }

    .alert-management {
        background-color: #ede7f6;
        color: #4a148c;
    }

    .alert-law {
        background-color: #fbe9e7;
        color: #bf360c;
    }

    .alert-default {
        background-color: #f5f5f5;
        color: #333;
    }

    .alert-agriculture {
        background-color: #c2fdcb;
        color: #237d31;
    }

    .course-meta {
        display: flex;
        gap: 20px; /* spacing between items */
        color: #5a6c7d; /* subtle gray-blue like in your screenshot */
        font-size: 16px;
        align-items: center;
        margin-bottom: 20px;
    }

        .course-meta span {
            display: flex;
            align-items: center;
            gap: 6px; /* spacing between icon and text */
        }

        .course-meta i {
            font-size: 16px;
            color: #415A77; /* icon color same as text */
        }

    .visit-link {
        color: #4285f4;
        font-weight: 600;
        text-decoration: underline;
        font-size: 14px;
    }


    .cs-ls-vw.list .ls.list-vw {
        background: linear-gradient(to right, rgba(236,242,255,1) 0%,rgba(255,253,251,1) 100%) !important;
        border-radius: 24px 24px 0px 0px;
        padding-top: 10px;
    }

    .cs-ls-vw.list .ls .hd {
        width: 50%;
        background: top;
    }

    .cs-ls-vw.list .ls .cnt {
        width: 50%;
        display: flex;
    }

        .cs-ls-vw.list .ls .cnt .course-meta {
            width: 33.3%;
            align-items: flex-start;
        }

        .cs-ls-vw.list .ls .cnt p {
            width: 33.3%
        }

        .cs-ls-vw .ls .cnt .cs-alert-bg .mb-algn {
            display:none;
        }

            .cs-ls-vw.list .ls .cnt .cs-alert-bg .mb-algn {
                width: 100%;
                border: 0px;
                padding: 0;
                display: flex;
                justify-content: flex-start;
                text-align: left;
                align-items: first baseline;
                margin-bottom: 0px;
            }

            .cs-ls-vw.list .ls .cnt .cs-alert-bg {
                width: auto;
                flex-wrap: wrap;
                gap: 20px;
                flex: 1;
                text-align: left !important;
                justify-content: flex-start;
            }

                .cs-ls-vw.list .ls .cnt .cs-alert-bg .alter-bg {
                    width: auto;
                    display: flex;
                    gap: 20px;
                    flex-wrap: wrap;
                    align-items: center;
                }

            .cs-ls-vw.list .ls .ds-n {
                display: none;
            }

            .cs-ls-vw.list {
                flex-direction: column;
            }

                .cs-ls-vw.list .ls {
                    width: 100%;
                    flex-direction: row;
                    margin: 0 !important;
                    border-radius: 0px;
                    border-bottom: 1px solid #E5E5E5;
                    box-shadow: none !important;
                }

                    .cs-ls-vw.list .ls .hd .rgt {
                        display: flex;
                        flex-direction: row;
                    }

                    .cs-ls-vw.list .ls .hd .rgt {
                        display: flex;
                        flex-direction: row;
                        width: 100%;
                    }

                        .cs-ls-vw.list .ls .hd .rgt h4 {
                            width: 50%;
                            font-size: 18px;
                        }

                        .cs-ls-vw.list .ls .hd .rgt p {
                            width: 50%;
                        }

            .spl-tt {
                color: rgba(0,0,0,0.7) !important;
            }

            .cs-ls-vw .ls.list-vw {
                display: none;
            }

            .cs-ls-vw.list .ls.list-vw {
                display: flex;
            }

            .cs-ls-vw.list {
                box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
                border-radius: 24px;
                gap: 0px;
            }

                .cs-ls-vw.list .ls:nth-child(odd) {
                    background: #F7F7F7;
                }

            .cs-ls-vw {
                gap: 30px;
            }

            .dis-none {
                display: none;
            }


            .cs-calc-bg {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 48px;
                padding: 24px 40px;
            }

            .cs-calc-header {
                display: flex;
                flex-direction: column;
                gap: 8px;
                width: 100%;
                max-width: 1164px;
            }

            .tt {
                font-family: 'IBM Plex Sans', Helvetica, sans-serif;
                font-weight: 600;
                font-size: 40px;
                color: #1f2937;
                line-height: 1.2;
            }

            .sb-tt {
                font-family: 'Inter', Helvetica, sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #9f9f9f;
                line-height: 1.5;
            }
            /*.cnt {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 1164px;
    gap: 56px;
}*/

            .cities-nav {
                display: flex;
                align-items: center;
                gap: 16px;
                flex-wrap: wrap;
            }

            .city-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 12px 22px;
                background: #ffffff;
                border: 2px solid rgba(94, 130, 138, 0.2);
                border-radius: 62px;
                font-family: 'Poppins', Helvetica, sans-serif;
                font-size: 20px;
                font-weight: 400;
                color: #415a77;
                letter-spacing: 0.12px;
                cursor: pointer;
                transition: all 0.3s ease;
                position: relative;
            }

                .city-btn:hover {
                    border-color: rgba(94, 130, 138, 0.4);
                }

            .city-btn-active {
                border: none;
                font-weight: 500;
                background: linear-gradient(24deg, rgba(1, 86, 210, 1) 0%, rgba(33, 78, 144, 1) 46%, rgba(55, 132, 244, 1) 100%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
            }

                .city-btn-active::before {
                    content: '';
                    position: absolute;
                    inset: 0;
                    padding: 2px;
                    border-radius: 62px;
                    background: linear-gradient(24deg, rgba(1, 86, 210, 1) 0%, rgba(33, 78, 144, 1) 46%, rgba(55, 132, 244, 1) 100%);
                    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
                    -webkit-mask-composite: xor;
                    mask-composite: exclude;
                    pointer-events: none;
                }

            .more-cities-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                padding: 12px 22px;
                background: #ffffff;
                border: none;
                border-radius: 62px;
                font-family: 'Poppins', Helvetica, sans-serif;
                font-size: 20px;
                font-weight: 500;
                color: #0067ff;
                letter-spacing: 0.12px;
                cursor: pointer;
                transition: opacity 0.3s ease;
            }

                .more-cities-btn:hover {
                    opacity: 0.8;
                }

                .more-cities-btn span {
                    text-decoration: underline;
                }

                .more-cities-btn svg {
                    color: #0067ff;
                }

            .cs-exp-cnt {
                display: flex;
                align-items: flex-start;
                gap: 46px;
            }

            .cs-exp-list {
                display: flex;
                flex-direction: column;
                flex-shrink: 0;
            }

            .cs-exp-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 654px;
                padding: 0 12px 0 24px;
                border: 1px solid #cccdf1;
                border-bottom: none;
            }

            .cs-exp-item-top {
                border-radius: 8px 8px 0 0;
            }

            .cs-exp-item-middle {
                margin-top: -1px;
                border-top: 1px solid #cccdf1;
            }

            .cs-exp-item-bottom {
                margin-top: -1px;
                border-radius: 0 0 8px 8px;
                border-bottom: 1px solid #cccdf1;
            }

            .cs-exp-category {
                font-family: 'Inter', Helvetica, sans-serif;
                font-weight: 400;
                font-size: 20px;
                color: #1f2937;
                white-space: nowrap;
            }

            .cs-exp-details {
                display: flex;
                align-items: center;
                gap: 16px;
                padding: 14px 20px;
                border-radius: 16px;
            }

            .cs-exp-description {
                font-family: 'Inter', Helvetica, sans-serif;
                font-weight: 600;
                font-size: 16px;
                color: #788cc1;
                letter-spacing: 0.75px;
                line-height: 28px;
                white-space: nowrap;
            }

            .cs-exp-description-active {
                color: #0067ff;
            }

            .total-card {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 462px;
                height: 160px;
                gap: 32px;
                padding: 12px 40px;
                background-color: #f8f9fc;
                border-radius: 16px;
            }

            .total-amount {
                font-family: 'Inter', Helvetica, sans-serif;
                font-weight: 700;
                font-size: 32px;
                color: #ff671f;
                text-align: center;
                width: 100%;
            }

            .total-disclaimer {
                font-family: 'Inter', Helvetica, sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #9b9b9b;
                text-align: center;
                width: 100%;
            }

            @media (max-width: 1200px) {
                .cs-exp-cnt {
                    flex-direction: column;
                    align-items: center;
                }

                .cs-exp-item {
                    width: 100%;
                    max-width: 654px;
                }

                .total-card {
                    width: 100%;
                    max-width: 462px;
                }
            }

            @media (max-width: 768px) {
                .cs-calc-bg {
                    padding: 24px 20px;
                }

                .title {
                    font-size: 32px;
                }

                .cities-nav {
                    justify-content: center;
                }

                .city-btn,
                .more-cities-btn {
                    font-size: 18px;
                    padding: 10px 18px;
                }

                .cs-exp-item {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 12px;
                    padding: 16px 20px;
                }

                .cs-exp-details {
                    padding: 0;
                    width: 100%;
                    justify-content: space-between;
                }

                .cs-exp-description {
                    font-size: 14px;
                }
            }


            table {
                width: 100%;
            }

            thead {
                background: #f8f9fa;
                color: #6c757d;
                font-weight: 600;
            }

            tbody tr {
                border-radius: 12px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            }

            td, th {
                padding: 16px;
                vertical-align: middle;
            }

            .cs-card {
                border-radius: 16px;
               /* overflow: hidden;
                border: none;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
            }

                .cs-card table thead tr {
                    background: linear-gradient(to right, #ecf2ff 0%,#fffdfb 100%);
                }

            .cs-nav-tab {
                border: none;
                margin-bottom: 40px !important;
            }

                .cs-nav-tab .input-group .btn {
                    background: #FF671F;
                    color: #fff;
                    padding: 10px 20px;
                }

                .cs-nav-tab .nav-link {
                    border-radius: 12px;
                    color: #778DA9;
                    font-size: 18px;
                    font-weight: 300;
                }

                .cs-nav-tab .nav-item {
                    margin: 0;
                    background: #F2F5F9;
                    padding: 5px;
                }

                    .cs-nav-tab .nav-item:nth-child(1) {
                        border-radius: 16px 0 0 16px;
                    }

                    .cs-nav-tab .nav-item:nth-child(3) {
                        border-radius: 0 16px 16px 0;
                    }

                    .cs-nav-tab .nav-item .nav-link .badge {
                        display: none;
                    }

                    .cs-nav-tab .nav-item .nav-link.active {
                        border: none;
                    }

                        .cs-nav-tab .nav-item .nav-link.active .badge {
                            display: initial;
                            padding: 6px;
                            background: #EAF4FF !important;
                            color: #0D2F5E !important;
                        }

                .cs-nav-tab .form-control {
                    margin: 0;
                    width: 358px;
                    padding: 5px 15px;
                }

            .cs-js-table table thead th {
                color: #656666;
                font-weight: 400;
                background: top;
                padding: 32px 16px;
            }

            .cs-js-table table tbody tr:nth-child(2n+1) {
                background: #F7F7F7;
                border: 1px solid #E5E5E5;
            }

            .cs-js-table table tbody tr:nth-child(even) {
                background: #fff;
                border: 1px solid #E5E5E5;
            }

            .cs-js-table table tbody td {
                padding: 18px;
                color: #415A77 !important;
                font-size: 16px;
                background: none;
            }

                .cs-js-table table tbody td strong {
                    color: #3F3F3F;
                    font-size: 18px;
                    font-weight: 500;
                }

                .cs-js-table table tbody td small {
                    color: #6E6E6E !important;
                    font-size: 16px;
                }

            .cs-js-table table thead .cs-wd {
                width: 20%;
            }

            .cs-js-table table tbody .badge-status {
                font-size: 16px !important;
            }

            .cs-js-table table thead .cs-action {
                width: 20%;
            }

            .cs-js-table table .btn-view {
                padding: 10px;
            }

                .cs-js-table table .btn-view:hover {
                    color: #fff;
                }

            .cs-js-table table .text-archive {
                text-decoration: underline;
            }

            .cs-js-table table .btn {
                padding: 12px;
                border-radius: 8px;
            }

            .cs-js-table table .btn-outline-danger {
                font-weight: 500;
            }

            .cs-js-table table .btn-re-st i {
                color: #2C4EA6;
            }

            .cs-js-table table .btn-re-st .re-st {
                color: #2C4EA6;
                font-size: 16px;
                font-weight: 500;
            }

            .cs-js-table table .btn-re-st .re-st {
                border-bottom: 1px solid #2c4ea6;
            }


            .btn-outline-primary {
            }

            .cs-js-table table .text-warning {
                color: #FFAD4E !important;
            }

            .cs-accept {
                color: #15A249 !important;
                padding: 12px 16px;
                border-radius: 30px;
                background: #CCFFE1 !important;
                font-size: 16px;
                font-weight: 400 !important;
            }

            .cs-pending {
                padding: 12px 16px;
                border-radius: 30px;
                background: #CCFFE1;
                color: #16A34A;
                font-size: 16px;
                font-weight: 400 !important;
            }

            .cs-pg-nv {
                padding: 30px 0px;
            }

                .cs-pg-nv .rgt span {
                    margin-right: 10px;
                }

                .cs-pg-nv .lft span {
                    margin-left: 10px;
                }

            .clear-link {
                margin-top: 15px;
                display: flex;
            }


            .cs-ls-vw .ls .cnt .ls-spl-bg {
                align-items: center;
                display: flex;
                justify-content: flex-end;
                gap: 20px;
            }
.tab-content > .tab-pane {
    margin-bottom: 32px;
}

.mobile-nav-active .navmenu {
    top: 70px;
    display: flex;
    flex-direction: column;
}

.mobile-nav-active .navmenu > ul:first-child {
    order: 2
}

.mobile-nav-active .navmenu > ul:last-child {
    order: 1;
}
    .mobile-nav-active .navmenu > ul.cs-al {
        flex-grow: 0 !important;
    }

.mobile-nav-active .lang-pill{
    display:none;
}
.mobile-nav-active .mobile-nav-toggle {
    background: #000;
    right: 20px !important;
    top: 60px !important;
}
.hlt-text {
    background: #fbfbeb;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-top: 3px;
}

.spl-dis-none-dev {
    display: none;
}