/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ======font family=========
font-family: "Barlow", sans-serif;
*/

:root {
    --thmColor: #ff4e00;
    --textColor: fff;
    --f18: 18px;
    --f20: 20px;
    --f22: 22px;
    --f24: 24px;
    --f28: 28px;
    --f30: 30px;
    --f32: 32px;
    --f36: 36px;
    --f40: 40px;
    --f48: 48px;
}

body {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
    font-family: "Barlow", sans-serif;
}

p,
.lh-37 {
    line-height: 37px;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
}

    a:focus,
    button:focus {
        text-decoration: none;
        outline: none;
    }

a:focus,
a:hover {
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 600;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.pb_150 {
    padding-bottom: 150px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pt_150 {
    padding-top: 150px;
}

.pt_100 {
    padding-top: 100px;
}

.pt_50 {
    padding-top: 50px;
}

.mb_150 {
    margin-bottom: 150px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mt_150 {
    margin-top: 150px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_50 {
    margin-top: 50px;
}

.thm_btn {
}

/* default-css END 
================================== */



.header-area {
    padding: 21px 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 17px;
    background: #ffffff;
    border: 3px solid #f5f5f5;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

    .header-area .h-language-login > ul {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0 -34px;
        padding: 0;
        list-style: none;
    }

        .header-area .h-language-login > ul > li {
            display: inline-flex;
            align-items: center;
            margin: 0 34px;
            padding: 0;
            list-style-type: none;
        }

    .header-area .h-language-login .btn-sign-in {
        padding: 14px 29px;
    }

    .header-area .h-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 25px 32px;
        background: #ffffff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .header-area .h-language-dropdown .dropdown-toggle {
        position: relative;
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        justify-content: space-between;
        font-size: 18px;
        line-height: 110%;
        color: #3C3C3C;
        width: 133px;
        padding: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .header-area .h-language-dropdown .dropdown-toggle:before {
            position: relative;
            content: "";
            width: 28px;
            height: 28px;
            margin-right: 12px;
            background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 30C23.732 30 30 23.732 30 16C30 8.26801 23.732 2 16 2C8.26801 2 2 8.26801 2 16C2 23.732 8.26801 30 16 30Z' stroke='%233C3C3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 16H30' stroke='%233C3C3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2C19.5018 5.83369 21.4918 10.8088 21.6 16C21.4918 21.1912 19.5018 26.1663 16 30C12.4982 26.1663 10.5081 21.1912 10.4 16C10.5081 10.8088 12.4982 5.83369 16 2Z' stroke='%233C3C3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
            background-size: 100% 100%;
        }

        .header-area .h-language-dropdown .dropdown-toggle:after {
            content: "\f107";
            font-family: "FontAwesome";
            border: none;
            color: #FF4E00;
            margin-left: 12px;
        }

    .header-area .h-language-dropdown .dropdown-menu {
        padding: 0;
        border-color: #FF4E00;
        margin-top: 16px !important;
        overflow: hidden;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }

        .header-area .h-language-dropdown .dropdown-menu li {
            margin: 0;
        }

            .header-area .h-language-dropdown .dropdown-menu li > a {
                padding: 10px 15px;
                font-weight: 500;
                font-size: 16px;
                line-height: 125%;
                color: #3C3C3C;
            }

                .header-area .h-language-dropdown .dropdown-menu li > a:hover {
                    color: #ffffff;
                    background: #FF4E00;
                }

.header__option {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

    .header__option a {
        border: 1px solid #ff4e00;
        font-size: var(--f18);
        font-weight: 700;
        color: #ff4e00;
        height: 50px;
        align-content: center;
        padding: 0 26px;
        border-radius: 5px;
        transition: all 0.3s;
    }

        .header__option a:hover {
            background: #ff4e00;
            color: #fff;
        }

.menu-area nav ul li {
    list-style: none;
    display: inline-block;
}

    .menu-area nav ul li a {
        font-size: 16px;
        display: inline-block;
        margin-left: 60px;
        position: relative;
    }

.menu-area {
}

/* humbergar */
.humbergar {
    cursor: pointer;
    display: block;
    max-width: 35px;
    margin-left: auto;
}

    .humbergar span,
    .humbergar span:before,
    .humbergar span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 34px;
        background: white;
        position: relative;
        display: block;
        content: "";
        transition: all 250ms ease-in-out;
    }

        .humbergar span:before {
            top: -12px;
        }

        .humbergar span:after {
            bottom: -9px;
        }

    .humbergar.active span {
        background-color: transparent;
    }

        .humbergar.active span:before {
            top: 0px;
            transform: rotate(45deg);
        }

        .humbergar.active span:after {
            bottom: 3px;
            transform: rotate(-45deg);
        }

/* humbarger END */

/* mobile-menu START */
.mobile-menu {
    position: fixed;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0px 0px 9px -1px #737373;
    top: 0;
    left: 0;
    transition: 0.3s;
    margin-left: -400px;
    padding-left: 40px;
    padding-top: 100px;
}

.siteBar {
    margin-left: 0;
}

.mobile-menu ul#pills-tab {
    margin-top: 90px;
    margin-bottom: 35px !important;
    display: block;
}

.mobile-menu nav ul li {
    list-style: none;
    display: block;
}

    .mobile-menu nav ul li a {
        color: #272835;
        font-size: 16px;
        line-height: 40px;
        transition: 0.3s;
    }

.mobile-menu a.bars {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 32px;
    color: rgb(255, 0, 43);
}

/* Header section END */

/*============ custom-select Start =============*/
.custom-select {
    width: auto;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    padding-left: 30px;
}

    .custom-select > img {
        position: absolute;
        left: 0;
        top: 8px;
    }

/* Selected area */
.select-head {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 12px 14px;
    cursor: pointer;
    background: transparent; /* no bg */
    border: none; /* no border */
}

    .select-head .selected {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .select-head .arrow {
        transition: 0.3s;
        margin-left: 20px;
        flex-shrink: 0;
    }

/* Dropdown (UPDATED to match homepage feel) */
.select-list {
    position: absolute;
    top: 110%;
    right: 0;
    min-width: 170px; /* more like homepage */
    width: auto; /* don't force full width */
    background: #ffffff;
    border: 1px solid #FF4E00; /* homepage orange border */
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    list-style: none;
    padding: 0; /* homepage-style: no inner padding */
    margin: 8px 0 0 0;
    display: none;
    z-index: 999; /* ensure it's above header */
    overflow: hidden; /* keeps hover color clean on rounded corners */
    text-transform: capitalize;
}

    /* Options */
    .select-list li {
        margin: 0;
    }

    .select-list a {
        display: block;
        padding: 10px 15px; /* homepage spacing */
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        color: #3C3C3C;
        cursor: pointer;
        transition: 0.2s;
        text-decoration: none;
    }

        /* Hover (homepage orange) */
        .select-list a:hover {
            background: #FF4E00;
            color: #ffffff;
        }

        /* Optional: active state (matches hover) */
        .select-list a.active {
            background: #FF4E00;
            color: #ffffff;
            font-weight: 600;
        }

/* Open state */
.custom-select.open .select-list {
    display: block;
}

.custom-select.open .arrow {
    transform: rotate(180deg);
}
/*============ custom-select End =============*/


/*============ Area Start =============*/
.hero {
    background: #f5f5f5;
    padding: 160px 0 70px;
}

.breadcrumb__nav {
}

    .breadcrumb__nav ul {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

        .breadcrumb__nav ul a {
            display: block;
            transition: all 0.3s;
        }

            .breadcrumb__nav ul a:hover {
                color: var(--thmColor);
            }

        .breadcrumb__nav ul span {
            display: inline-block;
            margin-right: 10px;
        }

.breadcrumb-dropdown .select-head {
    justify-content: space-between;
    font-weight: 600;
}

.breadcrumb__nav ul li a.active {
    font-weight: 600;
}

.breadcrumb-dropdown {
    padding-left: 0 !important;
    width: 100%;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    height: 42px;
    border-radius: 9px;
    align-content: center;
    padding-right: 10px;
    margin-bottom: 36px;
}

    .breadcrumb-dropdown .select-head .selected {
        font-weight: 600;
        font-size: 15px;
    }

.col-12 {
}

.hero__content a {
    text-decoration: underline;
    transition: all 0.3s;
}

    .hero__content a:hover {
        color: var(--thmColor);
    }

.hero__content h5 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 48px;
}

.hero__content h3 {
    font-size: 34px;
    margin-bottom: 20px;
}
/*============ Area End =============*/

/*============Policy Area Start =============*/

.Policy {
    padding: 70px 0 0;
}

.Policy__content {
}

    .Policy__content ul {
    }

    .Policy__content p {
        margin: 0;
    }

a.link {
    color: var(--thmColor);
    text-decoration: underline;
}

.Policy__content p a {
    text-decoration: underline;
}

    .Policy__content p a:hover {
        color: var(--thmColor);
    }

.list-disk li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 10px;
}

.table__block {
    text-align: center;
    overflow: auto;
}

    .table__block table {
        min-width: 930px;
    }

    .table__block.big table {
        min-width: 1290px;
    }

    .table__block td {
        vertical-align: middle;
        line-height: 100%;
        padding: 15px 10px;
    }

    .table__block thead th {
        background: #d9d9d9;
        font-weight: 600;
        vertical-align: middle;
        line-height: 1;
        font-size: 18px;
        padding: 10px 19px;
    }

        .table__block thead th:not(last-child) {
            border: none;
            border-right: 1px solid #fff;
        }

        .table__block thead th:last-child {
            border-color: #d9d9d9;
        }

.max-w-200 {
    max-width: 190px;
}

.Express__list {
}

    .Express__list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f5f5f5;
        border: 1px solid #3c3c3c;
        border-radius: 8px;
        padding: 16px 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

        .Express__list li a {
            font-size: 18px;
        }

        .Express__list li div {
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .Express__list li picture {
            width: 57px;
            height: 57px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Express__list li h5 {
            margin: 0;
        }

.header-area .h-language-dropdown .dropdown-menu {
    padding: 0 !important;
    margin-top: 64px !important;

    border: 2px solid #FF4E00 !important;
    border-radius: 8px !important;
    overflow: hidden !important;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* kill ANY borders/radius that might be landing on each option */
.header-area .h-language-dropdown .dropdown-menu li,
.header-area .h-language-dropdown .dropdown-menu li > a,
.header-area .h-language-dropdown .dropdown-item {
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* option sizing to match */
.header-area .h-language-dropdown .dropdown-item {
    padding: 10px 15px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #3C3C3C;
    background: transparent;
}

/* hover fill (full-width), no per-item rounding */
.header-area .h-language-dropdown .dropdown-item:hover,
.header-area .h-language-dropdown .dropdown-item:focus {
    background: #FF4E00 !important;
    color: #ffffff !important;
}

/*============Policy Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/
