@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&family=Poppins: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");

@media (min-width: 1200px) {
    .container {
        max-width: 1182px;
    }
}

@font-face {
    font-family: "Mark GEO";
    src: url("/font/2211f33c5285ef3978e258240b60637b.eot");
    src: url("/font/2211f33c5285ef3978e258240b60637b.eot?#iefix")format("embedded-opentype"), url("/font/2211f33c5285ef3978e258240b60637b.woff")format("woff"), url("/font/2211f33c5285ef3978e258240b60637b.woff2")format("woff2"), url("/font/2211f33c5285ef3978e258240b60637b.ttf")format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body * {
    font-family: 'Mark GEO', sans-serif;
}

body {
    background: #F5F5F5;
}

    body.hidden {
        overflow: hidden;
    }

main.main {
    padding-top: 80px;
}

a {
    text-decoration: none;
}

button {
    padding: 0;
    background: transparent;
    border: none;
}

h6 {
    color: #254965;
    font-size: 16px;
    font-weight: 600;
}

h4 {
    font-size: 26px;
    font-weight: 500;
    color: #247DC0;
}

.bluebtn {
    background: #247DC0;
    border: 1px solid #247DC0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Noto Sans Georgian", sans-serif;
    min-height: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .bluebtn:hover {
        background: #2d6ca2;        
    }

.whitebtn {
    display: none;
}

.login-btn {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #348adf;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    transition: 0.3s;
    cursor: pointer;
}

    .login-btn:hover {
        background-color: #2d6ca2;
    }

@media (max-width: 575.8px) {
    main.main {
        padding-top: 60px;
    }
}

.userarea-section {
    padding: 40px 0;
}

.offersect {
    border: 1px solid #ECEEEF;
    border-radius: 20px;
    background: #fff;
}

.offersect__header {
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 32px;
    border-bottom: 1px solid #ECEEEF;
}

    .offersect__header h6,
    .offersect__header p {
        width: 100%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
    }

    .offersect__header h6 {
        color: #247DC0;
        font-size: 16px;
        font-weight: 600;
    }

    .offersect__header p {
        color: #254965;
        font-size: 12px;
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.offersect__body {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offersect__body-l {
    width: 100%;
    max-width: 62%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
}

.offersect__body-r {
    width: 100%;
    max-width: 38%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
}

.offer-serv {
    width: 100%;
    max-width: 360px;
    border-radius: 20px;
    border: 1px solid #ADB5BA;
    margin-bottom: 16px;
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .offer-serv:hover {
        border-color: #FF6B17;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .offer-serv .label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 30px;
        background: #FF6B17;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 6px 14px;
        position: absolute;
        left: 28px;
        top: -15px;
        border-radius: 10px;
    }

    .offer-serv:last-child {
        margin-bottom: 0;
    }

    .offer-serv .offer-serv__descr {
        width: 100%;
        max-width: calc(100% - 100px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
    }

        .offer-serv .offer-serv__descr p {
            color: #000;
            margin: 0 0 8px 0;
            font-weight: 500;
            font-family: "Noto Sans Georgian", sans-serif;
        }

            .offer-serv .offer-serv__descr p span {
                display: block;
                font-weight: 600;
                font-size: 20px;
            }

            .offer-serv .offer-serv__descr p.title {
                margin-bottom: 12px;
                color: #247DC0;
                font-size: 24px;
                font-weight: 600;
            }

            .offer-serv .offer-serv__descr p:last-child {
                margin-bottom: 0;
            }

    .offer-serv .offer-serv__icons {
        width: 100%;
        max-width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 10px;
    }

        .offer-serv .offer-serv__icons img {
            max-width: 48px;
            display: inline-block;
        }

        .offer-serv .offer-serv__icons p {
            margin: 0;
            text-transform: uppercase;
            color: #247DC0;
            font-weight: 600;
        }

.yourbalance {
    max-width: 230px;
    text-align: center;
}

    .yourbalance h6 {
        margin-bottom: 16px;
    }

    .yourbalance .balancebox {
        border: 15px solid #ECEEEF;
        width: 148px;
        height: 148px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 24px;
    }

        .yourbalance .balancebox h4 {
            margin: 0;
        }

            .yourbalance .balancebox h4 span {
                display: block;
                font-size: 14px;
                text-transform: uppercase;
                line-height: 150%;
            }

    .yourbalance .bluebtn {
        margin-bottom: 8px;
    }

.srvlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
}

.srv-item {
    min-height: 86px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 19px;
    border-radius: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ECEEEF;
}

    .srv-item:last-child {
        margin-bottom: 0;
    }

    .srv-item:hover {
        background: #247DC0;
    }

        .srv-item:hover .descr p {
            color: #fff;
        }

        .srv-item:hover .imgwrap svg path {
            fill: #fff;
        }

    .srv-item .imgwrap {
        width: 100%;
        max-width: 52px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
    }

        .srv-item .imgwrap svg path {
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

    .srv-item .descr {
        width: 100%;
        max-width: calc(100% - 52px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 52px);
        flex: 0 0 calc(100% - 52px);
        padding-left: 20px;
    }

        .srv-item .descr .title {
            margin-bottom: 4px;
            color: #247DC0;
            font-size: 14px;
            font-weight: 500;
        }

        .srv-item .descr p {
            margin: 0;
            color: #254965;
            font-size: 14px;
            line-height: 150%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

.userar__bottom {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #ECEEEF;
    border-radius: 20px;
    min-height: 140px;
}

    .userar__bottom .linfwrap {
        padding: 34px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .userar__bottom .linfwrap > p {
            width: 100%;
            max-width: 34%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 34%;
            flex: 0 0 34%;
            margin: 0;
            color: #254965;
            font-weight: 600;
            font-size: 14px;
        }

        .userar__bottom .linfwrap .botservs {
            width: 100%;
            max-width: 66%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66%;
            flex: 0 0 66%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .userar__bottom .linfwrap .botservs .botserv {
                text-align: center;
                max-width: 160px;
            }

                .userar__bottom .linfwrap .botservs .botserv img {
                    height: 40px;
                    margin-bottom: 8px;
                }

                .userar__bottom .linfwrap .botservs .botserv p {
                    margin: 0;
                    color: #247DC0;
                    font-weight: 600;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                }

                .userar__bottom .linfwrap .botservs .botserv:hover p {
                    color: #FF6B17;
                }

.questbox {
    border-left: 1px solid #ECEEEF;
    padding-left: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

    .questbox .title {
        margin-bottom: 8px;
        color: #247DC0;
        font-size: 14px;
        font-weight: 500;
    }

    .questbox p {
        font-size: 12px;
        margin-bottom: 8px;
        color: #ADB5BA;
    }

    .questbox a {
        color: #247DC0;
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .questbox a:hover {
            color: #FF6B17;
        }

    .questbox .qimg {
        position: absolute;
        left: 34px;
        top: 38px;
    }

@media (max-width: 1199.8px) {
    .offersect__header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .offersect__body {
        padding: 32px 15px;
    }

    .offersect__body-l {
        max-width: 55%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .offersect__body-r {
        max-width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        padding-left: 20px;
    }

    .offer-serv .offer-serv__descr p {
        margin-bottom: 5px;
        font-size: 14px;
    }

        .offer-serv .offer-serv__descr p span {
            font-size: 18px;
        }

        .offer-serv .offer-serv__descr p.title {
            margin-bottom: 8px;
        }

    .srv-item {
        min-height: initial;
        margin-bottom: 10px;
    }
}

@media (max-width: 991.8px) {
    .offersect {
        margin-bottom: 25px;
    }

    .srvlist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
    }

        .srvlist .srv-item {
            width: 100%;
            max-width: calc(50% - 5px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
        }

    .questbox {
        border-top: 1px solid #ECEEEF;
        border-left: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 80px;
    }

        .questbox .qimg {
            left: 20px;
            top: 20px;
        }

    .userar__bottom .linfwrap .botservs .botserv p {
        font-size: 14px;
    }

    .userar__bottom .linfwrap .botservs .botserv {
        width: 100%;
        max-width: 140px;
    }
}

@media (max-width: 575.8px) {
    .offersect__body-l,
    .offersect__body-r {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .offersect__body-l {
        margin-bottom: 30px;
    }

    .offersect__body-r {
        padding-left: 0;
    }

    .yourbalance {
        max-width: 100%;
    }

    .offer-serv {
        max-width: 100%;
    }

    .srvlist .srv-item,
    .userar__bottom .linfwrap .botservs {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .userar__bottom .linfwrap {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .userar__bottom .linfwrap > p {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin-bottom: 20px;
        }

        .userar__bottom .linfwrap .botservs {
            display: block;
        }

            .userar__bottom .linfwrap .botservs .botserv {
                max-width: 100%;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 15px;
            }

                .userar__bottom .linfwrap .botservs .botserv:last-child {
                    margin-bottom: 0;
                }

                .userar__bottom .linfwrap .botservs .botserv img {
                    width: 100%;
                    max-width: 40px;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 40px;
                    flex: 0 0 40px;
                    height: auto;
                    margin: 0;
                }

                .userar__bottom .linfwrap .botservs .botserv p {
                    width: 100%;
                    max-width: calc(100% - 40px);
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 calc(100% - 40px);
                    flex: 0 0 calc(100% - 40px);
                    text-align: left;
                    padding-left: 30px;
                }
}

@media (max-width: 360.8px) {
    .offer-serv {
        padding: 24px 15px;
    }

        .offer-serv .offer-serv__descr p.title {
            font-size: 21px;
        }
}

header.header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 23;
}

.header__logo {
    width: 100%;
    max-width: 123px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px;
}

    .header__logo img {
        max-width: 75px;
        max-height: 60px;
    }

.header__nav {
    width: 100%;
    max-width: calc(100% - 269px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 269px);
    flex: 0 0 calc(100% - 269px);
}

    .header__nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .header__nav ul li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 36px;
        }

            .header__nav ul li:last-child {
                margin-right: 0;
            }

            .header__nav ul li a {
                color: #247DC0;
                font-size: 14px;
                font-weight: 500;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

                .header__nav ul li a:hover {
                    color: #FF6B17;
                }

.header__rightsect {
    width: 100%;
    max-width: 146px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 146px;
    flex: 0 0 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .header__rightsect ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .header__rightsect ul li a {
            color: #082134;
            font-size: 14px;
            font-weight: 600;
            font-family: "Noto Sans Georgian", sans-serif;
            position: relative;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .header__rightsect ul li a:after {
                content: "";
                display: inline-block;
                height: 1px;
                width: 0;
                background: #247DC0;
                bottom: -7px;
                left: 0;
                position: absolute;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

            .header__rightsect ul li a:hover {
                color: #FF6B17;
            }

        .header__rightsect ul li.active a {
            color: #247DC0;
        }

            .header__rightsect ul li.active a:after {
                width: 100%;
            }

            .header__rightsect ul li.active a:hover {
                color: #247DC0;
            }

    .header__rightsect .profile button img {
        width: 24px;
    }

.header__burger {
    display: none;
}

@media (max-width: 1199.8px) {
    .header__nav ul li {
        margin-right: 16px;
    }

    .header__logo,
    .header__rightsect {
        max-width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .header__nav {
        max-width: calc(100% - 240px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
    }
}

@media (max-width: 991.8px) {
    .header__burger {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        vertical-align: middle;
    }

    button.burger {
        display: inline-block;
        position: relative;
        padding: 0;
        width: 32px;
        height: 20px;
        border: none;
        background: transparent;
        cursor: pointer;
    }

        button.burger:focus {
            outline: none;
        }

        button.burger.burger2 span,
        button.burger.burger2:after,
        button.burger.burger2:before {
            width: 100%;
            height: 2px;
            border-radius: 100px;
            position: absolute;
            display: block;
            background: #0E4271;
            right: 0;
        }

        button.burger.burger2:after,
        button.burger.burger2:before {
            content: "";
            -webkit-transition: 0.3s width 0.4s;
            transition: 0.3s width 0.4s;
        }

        button.burger.burger2:after {
            top: 0px;
            left: 0px;
            margin-top: 0px;
        }

        button.burger.burger2:before {
            bottom: 0px;
            right: 0px;
            margin-bottom: 0px;
        }

        button.burger.burger2 span {
            top: 50%;
            margin-top: -1px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
        }

            button.burger.burger2 span:before {
                content: "";
                background: #0E4271;
                width: 100%;
                height: 2px;
                border-radius: 100px;
                position: absolute;
                left: 0px;
                -webkit-transition: -webkit-transform 0.3s;
                transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
                transition: transform 0.3s, -webkit-transform 0.3s;
            }

        button.burger.burger2.on:after {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            width: 0%;
            left: 0px;
        }

        button.burger.burger2.on:before {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            width: 0%;
            right: 0px;
        }

        button.burger.burger2.on span {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: 0.3s -webkit-transform 0.4s;
            transition: 0.3s -webkit-transform 0.4s;
            transition: 0.3s transform 0.4s;
            transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s;
        }

            button.burger.burger2.on span:before {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                -webkit-transition: 0.3s -webkit-transform 0.4s;
                transition: 0.3s -webkit-transform 0.4s;
                transition: 0.3s transform 0.4s;
                transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s;
            }

    .header__nav {
        display: none;
    }

    .header__rightsect {
        max-width: calc(100% - 120px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header__rightsect ul li a:after {
            bottom: -2px;
        }

        .header__rightsect ul {
            margin-right: 20px;
        }

        .header__rightsect .profile {
            margin-right: 20px;
        }

    .header__nav {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 80px);
        background: #fff;
        z-index: 99;
        border-top: 1px solid #247DC0;
        padding: 40px;
        overflow: auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .header__nav.show {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .header__nav ul li {
            margin: 0 0 15px 0;
            display: block;
        }

            .header__nav ul li a {
                font-size: 16px;
            }

    .footer__list {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.8px) {
    header.header {
        height: 60px;
    }

    .header__logo img {
        max-height: 44px;
    }

    .header__nav {
        height: calc(100vh - 60px);
        padding: 40px 20px;
    }
}

.footer__topline {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left top, left bottom, from(#4A9CD5), to(#247DC0));
    background: linear-gradient(to bottom, #4A9CD5, #247DC0);
}

    .footer__topline .d-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__topline ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer__topline ul li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 24px;
        }

            .footer__topline ul li:last-child {
                margin-right: 0;
            }

            .footer__topline ul li a svg {
                width: 24px;
            }

                .footer__topline ul li a svg path {
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                }

            .footer__topline ul li a:hover svg path {
                fill: #FF6B17;
            }

    .footer__topline .footer__logo a {
        max-width: 62px;
    }

.footer__content {
    padding: 36px 0 38px;
    background: #fff;
}

    .footer__content .footer__list p.title {
        margin-bottom: 16px;
        color: #082134;
        font-size: 16px;
        font-weight: 600;
    }

    .footer__content .footer__list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footer__content .footer__list ul li {
            margin-bottom: 8px;
            color: #082134;
            font-size: 14px;
            font-weight: 500;
        }

            .footer__content .footer__list ul li:last-child {
                margin-bottom: 0;
            }

            .footer__content .footer__list ul li a {
                color: #082134;
                font-size: 14px;
                font-weight: 500;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

                .footer__content .footer__list ul li a:hover {
                    color: #247DC0;
                }

footer.footer {
    position: relative;
}

.totop {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 116px;
    right: 7%;
}

    .totop svg {
        width: 100%;
    }

        .totop svg path,
        .totop svg rect {
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

    .totop:hover svg path {
        fill: #FF6B17;
    }

    .totop:hover svg rect.border {
        stroke: #FF6B17;
    }

@media (max-width: 1499.8px) {
    .totop {
        right: 3%;
    }
}

@media (max-width: 1399.8px) {
    .totop {
        right: 10px;
        top: 100px;
    }
}

@media (max-width: 1199.8px) {
    .totop {
        top: 85px;
    }
}

@media (max-width: 991.8px) {
    .totop {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575.8px) {
    .footer__content {
        padding-bottom: 10px;
    }

    .totop svg {
        height: 40px;
    }
}

/* Authentication Pages */
.auth-section {
    padding: 40px 0;
    min-height: calc(100vh - 80px - 380px);
    display: flex;
    align-items: center;
}

.auth-form {
    background: #fff;
    border: 1px solid #ECEEEF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .auth-form h4 {
        text-align: center;
        margin-bottom: 30px;
    }

    .auth-form label {
        color: #254965;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .auth-form .form-control {
        padding: 10px 15px;
        font-size: 0.95rem;
        border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        height: 45px;
    }

        .auth-form .form-control:focus {
            border-color: #247DC0;
            box-shadow: none;
        }

    .auth-form p {
        color: #254965;
        font-size: 14px;
    }

        .auth-form p a {
            color: #247DC0;
            font-weight: 500;
        }

            .auth-form p a:hover {
                color: #FF6B17;
            }

.input-group-text {
    background-color: transparent;
    border: none;
    font-size: 1rem;
    color: #888;
}

/* Social Auth */
.auth-form .social-auth {
    margin-bottom: 20px;
}

    .auth-form .social-auth .divider {
        text-align: center;
        position: relative;
        color: #ADB5BA;
        margin: 20px 0;
    }

        .auth-form .social-auth .divider:before,
        .auth-form .social-auth .divider:after {
            content: "";
            position: absolute;
            top: 50%;
            width: calc(50% - 50px);
            height: 1px;
            background: #ECEEEF;
        }

        .auth-form .social-auth .divider:before {
            left: 0;
        }

        .auth-form .social-auth .divider:after {
            right: 0;
        }

.divider span {
    margin: 0 10px;
    color: #999;
    font-weight: 600;
}

.auth-form .social-buttons {
    display: flex;
    gap: 10px;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    padding: 10px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    gap: 8px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: opacity 0.3s;
}

.facebook-btn {
    background-color: #3b5998;
    border: none;
    color: #fff;
}

.google-btn {
    background-color: #dd4b39;
    border: none;
    color: #fff;
}

.social-btn:hover {
    opacity: 0.9;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ccc;
    }

    .divider span {
        margin: 0 10px;
        color: #999;
        font-weight: 600;
    }

@media (max-width: 768px) {
    .social-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.social-btn img {
    width: 20px;
    height: 20px;
}

@media (max-width: 575.8px) {
    .auth-form {
        padding: 30px 20px;
    }

        .auth-form .social-buttons {
            flex-direction: column;
        }
}

.login-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1100px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.background-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #225caa 0%, #348adf 100%);
    z-index: 0;
}

    .background-gradient::before,
    .background-gradient::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        z-index: 1;
    }

    .background-gradient::before {
        width: 500px;
        height: 500px;
        bottom: -200px;
        left: -150px;
    }

    .background-gradient::after {
        width: 800px;
        height: 1100px;
        top: -300px;
        right: -200px;
    }

.left-section,
.right-section {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 80px 50px;
}

.left-section {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .left-section h1 {
        font-size: 2.8rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .left-section p {
        font-size: 1.1rem;
        margin-bottom: 25px;
        color: #fff;
    }

.right-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .login-box h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #2d6ca2;
        text-align: center;
        margin-bottom: 5px;
    }

    .login-box p {
        text-align: center;
        font-size: 0.9rem;
        color: #555;
        margin-bottom: 25px;
    }

.form-check-label,
.forgot-password {
    font-size: 0.85rem;
    color: #666;
}

.forgot-password {
    color: #247DC0;
    text-decoration: none;
}

    .forgot-password:hover {
        color: #FF6B17;
    }

.signup-link {
    color: #666;
    font-size: 0.85rem;
}

    .signup-link a {
        color: #247DC0;
        text-decoration: none;
        font-weight: 500;
    }

        .signup-link a:hover {
            color: #FF6B17;
        }

@media (max-width: 991px) {
    .login-container {
        flex-direction: column;
        max-width: 500px;
    }

    .left-section,
    .right-section {
        width: 100%;
        padding: 40px 20px;
    }

    .left-section {
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 575.8px) {
    .login-container {
        border-radius: 20px;
        margin: 0 15px;
    }

    .left-section h1 {
        font-size: 2rem;
    }

    .login-box {
        padding: 20px;
    }

        .login-box h2 {
            font-size: 1.8rem;
        }
}

/* Login Form Styles */
.signup-btn {
    padding: 10px 30px;
    background-color: #4ea1df;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}

    .signup-btn:hover {
        background-color: #3498db;
    }

.login-form .form-control {
    border-radius: 10px;
    height: 45px;
    border: 1px solid #ccc;
}

.fa-eye {
    cursor: pointer;
}

/* Update existing form-control styles */
.form-control {
    height: 45px;
    border-radius: 10px !important;
    border: 1px solid #ccc !important;
}

/*.userarea-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 0 10px;
}*/

.bog-service-fee-text {
    color: #738085;
    font-size: 11px;
}