.alertify {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 15px 0px;
    font-size: 17px;
    -webkit-animation: alertify 0.3s forwards;
    -moz-animation: alertify 0.3s forwards;
    -o-animation: alertify 0.3s forwards;
    animation: alertify 0.3s forwards;

    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);


    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -o-animation-duration: 1s;
    z-index: 999999999999;
}


.alertify .fa {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
}

.alertify.success {
    background: #27ae60;
    color: #FFFFFF;
}

.alertify.success .fa {
    background: #FFFFFF;
    color: #27ae60;
}

.alertify.error {
    background: #E74C3C;
    color: #FFFFFF;
}

.alertify.error .fa {
    background: #FFFFFF;
    color: #E74C3C;
}

.alertify.warning {
    background: #f39C12;
    color: #FFFFFF;
}

.alertify.warning .fa {
    background: #FFFFFF;
    color: #f39C12;
}

.goog-logo-link,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
.goog-te-menu-frame,
.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#gdpr-cookie-message {
    position: fixed;
    left:30px;
    right: 30px;
    bottom: 30px;
    max-width: 90%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    text-align:center;
}

#gdpr-cookie-message h4 {
    color: #01BDB2;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    margin: 15px 0px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-top: 15px;
    text-align: center;
}

#gdpr-cookie-message li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

#gdpr-cookie-message li+li {
    margin-top: 10px;
}

#gdpr-cookie-message li input {
    margin-top: 5px;
}


#gdpr-cookie-message li strong {
    display: block;
}

#gdpr-cookie-message a {
    color: #01BDB2;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: none;
    background: #01BDB2;
    color: #FFF;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: #FFF;
    color: #01BDB2;
}


@-webkit-keyframes fadeInDown {
    from {
        top: -500px;
    }

    to {
        top: 0px;
    }
}

@-moz-keyframes fadeInDown {
    from {
        top: -500px;
    }

    to {
        top: 0px;
    }
}

@keyframes fadeInDown {
    from {
        top: -500px;
    }

    to {
        top: 0px;
    }
}


.page404 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.page404 strong {
    font-size: 140px;
    line-height: 140px;
    font-weight: 900;
    color: #2c2c2c;
}

.page404 span {
    margin-bottom: 5px;
}

.page404 .btn-primary {
    margin-top: 1rem;
    font-size: 0.9rem;
}


@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .2
    }

    100% {
        transform: scale(1.9);
        opacity: 0
    }
}


.title {
    margin-bottom: 50px;
    text-align: center;
}

.title h2 {
    font-size: 2rem;
    color: #01BDB2;
    margin-bottom: 10px;
}

.title p {
    display: inline-block;
    max-width: 500px;
    font-size: 1.1rem;
}


.top {
    position: relative;
    background: #202123;
    font-size: .8rem;
    padding: 15px 50px;
    z-index: 100;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .left, .top .right {
    display: flex;align-items:center;gap:15px;
}

.top a, .top span {
    display:flex;
    align-items: center;
    gap:10px;
    color: #FFF;
}





.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0 50px;
    background-color: #ffffff;
    box-shadow: 0px 30px 70px rgba(248, 248, 252, 1);
    z-index: 99;
}

.header .left {
    margin-right: auto;
}

.header .logo {
    display: block;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.header .logo img {
    width: 100%;
}


.header nav {
    margin: 0 auto;
}

.header nav>ul>li {
    display: inline-block;
}

.header nav>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    font-size: 0.95rem;
    transition: background .5s ease;
    border-radius: 4px;
}

.header nav>ul>li:hover>a {
    background: #EEE;
}

.header .right { display:flex;align-items:center;justify-content:center; }
.header>.right>li { display: none; }

.header>.right>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header>.right>li:first-child {
    display: flex;
}

.header .call {
    padding: 16px 42px;
    border-radius: 4px;
    background: #01BDB2;
    color: #FFF;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
}


.sidebar {
    background: #FFF;
    border-radius: 4px;
}

.sidebar h3 {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 30px 0px;
}

.sidebar .form {
    padding: 30px;
}

.sidebar .checkbox {
    font-size: .9rem;
    line-height: 1.5rem;
}

.sidebar .checkbox a {
    text-decoration: underline;
}

.sidebar .button {
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}


.main {
    position: relative;
    padding: 100px 0px;
    gap: 30px;
    margin-bottom: 100px;
    background: #FFF;
}

.main .container {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
}

.main img {
    width: 100%;
}

.main h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.main h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.main .item h1,
.sliders .main h2 {
    max-width: 660px;
}

.main p {
    max-width: 660px;
    font-size: 0.95rem;
}


.hero {
    position: relative;
    background: #FFF;
    padding: 100px 0px;
    margin-bottom: 50px;
    overflow: hidden;
    background-size: 40%;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../uploads/hero.svg);
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.hero h1 {
    position: relative;
    font-size: 2rem;
}


.categories {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 20%));
    gap: 30px;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: block;
    background: #122a5a;
    height: 100%;
    color:#FFF;
    padding: 30px;
    transition: all .2s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.category-item img {
    display: inline-block;
    height: 40px;
    filter: brightness(0) invert(1);
}

.category-item h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 5px;
    color:#FFF;
}

.category-item p {
    font-size: 0.9rem;
    color: #FFF;
}


.category-item:hover {
    background: #FF6720;
}

.category-item:hover h3 {
    color: #FFF;
}

.category-item:hover img {
    filter: brightness(0) invert(100%);
}

.article {
    background: #FFF;
    border-radius: 4px;
    padding: 30px;
}


.article p {
    font-size: 1rem;
}

.article p+p {
    margin-top: 15px;
}

.article ul,
.article ol {
    padding-left: 30px;
    margin: 15px 0px;
}

.article ul li {
    list-style-type: disc;
}

.article ol li {
    list-style-type: decimal;
}

.article li + li { margin-top:10px; }

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-bottom: 15px;
}

.article p+h2,
.article p+h3,
.article p+h4,
.article p+h5,
.article p+h6 {
    margin-top: 30px;
}

.article ul+h2,
.article ul+h3,
.article ul+h4,
.article ul+h5,
.article ul+h6 {
    margin-top: 30px;
}

.article hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    border-top: 1px solid #EEE;
}


.socials {
    margin-top: 25px;
}

.socials a {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.socials a .fab {
    display: block;
    position: relative;
    font-size: 18px;
    transition: all .4s;
}


.contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    gap: 15px;
}

.contact .left,
.contact .right {
    background: #FFF;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.contact iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    vertical-align: middle;
}

.contact h2 {
    margin-bottom: 1rem;
}


.contact p+p {
    margin-top: 10px;
}


.brands {
    background: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}


.brands .container {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 20%));
}


.brands .item {
    height: 100px;
    line-height: 100px;
    background: #FFF;
    text-align: center;
    padding: 0 30px;
    border-radius: 4px;
    border:1px solid #EEE;
}

.brands .item img {
    max-height: 80px;
}


.footer {
    background: #161719;
    padding: 100px 0px;
    margin-top:100px;
}

.footer .container {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    grid-template-columns: minmax(0, 30%) minmax(0, 20%) minmax(0, 25%) minmax(0, 25%);
}

.footer .logo {
    margin-bottom: 30px;
}

.footer .logo img {
    max-width: 250px;
    filter: brightness(0) invert(100%);
}

.footer p {
    font-size: 1rem;
    color: #FFF;
}


.footer .widget:first-child {
    margin-right: auto;
}

.footer .widget-title {
    position: relative;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #01BDB2;
    font-weight: bold;
    letter-spacing: -1px;
}

.footer .widget ul li {
    font-size: 1rem;
    color: #FFF;
}

.footer .widget ul li+li {
    margin-top: 5px;
}

.footer .widget ul li a {
    display: block;
    font-size: 0.95rem;
    color: #FFF;
}

.footer .widget ul li i {
    width: 20px;
}

.footer .widget .socials {
    margin-top: 30px;
}

.footer .widget .socials a {
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    color: #FFF;
}

.copyright {
    background: #161719;
    text-align: center;
    color: #FFF;
    padding: 15px 0px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


@media (min-width:767px) {

    .header .toggle {
        display: none;
    }

    .mobimenu {
        display: none;
    }


    .dropdown {
        position: relative;
    }

    .dropdown>.dropdown-menu {
        position: absolute;
        background: #FFF;
        min-width: 240px;
        transition: all 0.3s ease-out 0s;
        top: 80px;
        opacity: 0;
        box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
        visibility: hidden;
        z-index: 99;
        transform: scale(1, 0);
        transform-origin: 0 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .dropdown.open>.dropdown-menu {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .dropdown>.dropdown-menu li {
        border-bottom: 1px solid #F1F1F1;
    }

    .dropdown>.dropdown-menu li:last-child {
        border-bottom: none;
    }

    .dropdown>.dropdown-menu li a {
        display: block;
        padding: 15px 20px;
        font-size: 0.95rem;
    }

    .dropdown>.dropdown-menu li a:hover {
        background: #01BDB2;
        color: #FFF;
    }


    .product {
        position: relative;
        display: flex;
        justify-content: center;
        background: #FFF;
        gap: 30px;
        margin-top: 50px;
    }


    .about {
        padding: 50px 0px 0px 0px;
    }

    .about .left {
        margin-right: 50px;
    }


}

@media (max-width:767px) {


    .top {
        background: #2a2a2a;
        color: #FFF;
        text-align: center;
        padding: 5px 0px;
        font-size: 12px;
        justify-content:center;
    }

    .top .container {
        display: block;
    }

    .top .left {
        margin-right: 0px;
    }

    .top .left span:last-child {
        display: none;
    }

    .top .right {
        display: none;
    }


    .header {
        padding: 0 15px;
        box-shadow: 0px 30px 70px rgb(208 208 221);
    }

    .header nav {
        display: none;
    }

    .header .logo {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }

    .header .right {
        margin-left: auto;
    }
    .header>.right>li{
        display: flex;
    }
    .header>.right>li:first-child{
        display: none;
    }

    .header>.right> li>a {
        font-size: 20px;
        padding: 10px 15px;
    }

    .header .right .dropdown {
        position: relative;
    }

    .header .right .dropdown>.dropdown-menu {
        position: fixed;
        display: none;
        background: #2a2a2a;
        transition: all 0.3s ease-out 0s;
        top: 136px;
        box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.08);
        z-index: 99;
        right: 0;
        left: 0;
        top: 136px;
        bottom: 0;
    }

    .header .right .dropdown.open>.dropdown-menu {
        display: block;
    }

    .header .right .dropdown>.dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .header .right .dropdown>.dropdown-menu li:last-child {
        border-bottom: none;
    }

    .header .right .dropdown>.dropdown-menu li a {
        display: block;
        padding: 15px 20px;
        font-size: 0.95rem;
        color: #FFF;
    }


    body.menu-open {
        overflow: hidden;
    }

    body.menu-open .mobimenu {
        left: 0;
        width: 100%;
    }

    .mobimenu {
        position: fixed;
        top: 136px;
        bottom: 0;
        left: -300px;
        background: #2a2a2a;
        width: 300px;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        -webkit-transition: left .3s linear;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        transition: left .3s linear;
        z-index: 10000;
    }


    .mobimenu .heading {
        background: #01BDB2;
        padding: 25px 0px;
        text-align: center;
    }

    .mobimenu .heading img {
        max-width: 160px;
    }

    .mobimenu .middle {
        margin-bottom: auto;
    }

    .mobimenu .middle li>a {
        position: relative;
        display: block;
        padding: 15px;
        color: #FFF;
    }

    .mobimenu .middle>li+li>a {
        border-top: 1px solid rgba(255, 255, 255, .05);
    }

    .mobimenu .middle>li>a {
        font-weight: 500;
    }

    .mobimenu .middle>li>a>.fa {
        position: absolute;
        right: 15px;
        font-size: 20px;
        top: calc(50% - 12px);
    }

    .mobimenu .middle>li.open>a>.fa {
        transform: rotate(180deg);
    }

    .mobimenu .middle>li>a:hover,
    .mobimenu .middle>li.active>a {
        background: rgba(255, 255, 255, .05);
    }

    .mobimenu .middle .dropdown-menu {
        display: none;
        background: rgba(0, 0, 0, .1);
    }

    .mobimenu .middle .dropdown.open .dropdown-menu {
        display: block;
    }

    .mobimenu .middle .dropdown-menu li a {
        padding: 12px 14px 12px 20px;
    }

    .main {
        padding: 50px 0px;
        margin-bottom: 50px;
        text-align: center;
    }

    .main .container {
        display: block;
    }

    .main .left {
        margin-bottom: 30px;
    }

    .main h1 {
        font-size: 1.3rem;
    }

    .main h2 {
        font-size: 2rem;
    }

    .main p {
        font-size: 0.9rem;
    }

    .main img {
        max-width: 80%;
    }

    .hero {
        text-align: center;
        padding: 50px 0px;
        color: #FFF;
        border-top: 0;
        background-size: cover;
        background-position: center;
    }

    .hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
        z-index: 5;
    }

    .hero .container {
        position: relative;
        z-index: 5;
    }

    .categories {
        grid-template-columns: repeat(2, minmax(0, 50%));
    }

    .category-item {
        padding: 30px;
        text-align: center;
    }

    .category-item h3 {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 1.1rem;
    }

    .category-icon img {
        height: 25px;
    }

    .category-item p {
        display: none;
    }


    .we {
        display: flex !important;
        flex-direction: column;
    }

    .title h2 {
        font-size: 2rem;
    }

    .title p {
        font-size: 0.9rem;
    }


    .brands { 
        margin-top:50px; 
    }
    .brands .container{ grid-template-columns:repeat(2, minmax(0,50%)) }
    .brands .item {
        height: 75px;
        line-height: 75px;
    }

    .brands .item img {
        max-height: 75px;
    }

    .faq { padding-top:50px; }

    .contact {
        grid-template-columns: 100%;
        text-align: center;
    }

    .contact h2 {
        font-size: 1.5rem;
    }

    .contact iframe {
        height: 300px;
    }


    .footer {
        padding: 50px 0px;
        text-align: center;
    }

    .footer .container {
        display: block;
    }

    .footer .widget {
        width: 100% !important;
    }

    .footer .widget+.widget {
        margin-top: 50px;
    }

    .footer .widget ul li+li {
        margin-top: 0px;
    }


    .footer .logo {
        display: inline-block;
        margin-bottom: 1.25rem;
        width: 250px;
    }

    .footer .contact {
        display: block;
    }


}


.dashboard-section {
    padding: 60px 0;
}

.dashboard-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}

.dashboard-sidebar {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 25px;
    height: fit-content;
}

.dashboard-user {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.dashboard-user-avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #01BDB2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.dashboard-user h3 {
    margin: 0 0 5px;
    font-size: 20px;
}

.dashboard-user p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.dashboard-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dashboard-menu li {
    margin-bottom: 8px;
}

.dashboard-menu li a {
    display: block;
    padding: 12px 14px;
    border-radius: 4px;
    color: #222;
    text-decoration: none;
    transition: 0.2s ease;
}

.dashboard-menu li.active a,
.dashboard-menu li a:hover {
    background: #01BDB2;
    color: #fff;
}

.dashboard-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dashboard-page-header h2 {
    margin: 0;
    font-size: 30px;
}

.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dashboard-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 22px;
}




.dashboard-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 25px;
}

.dashboard-box-header {
    margin-bottom: 20px;
}

.dashboard-box-header h3 {
    margin: 0;
    font-size: 22px;
}

.dashboard-table {
    overflow-x: auto;
}

.dashboard-table table {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-table table th,
.dashboard-table table td {
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
}

.dashboard-table table th {
    font-weight: 700;
    color: #222;
}

.dashboard-table table td {
    color: #555;
}

.dashboard-table table td a {
    color: #01BDB2;
    text-decoration: none;
}

.status {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.status-success {
    background: #e8f7ee;
    color: #15803d;
}

.status-pending {
    background: #fff4e5;
    color: #c77700;
}

.profile-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.profile-form .form-group {
    margin-bottom: 18px;
}

.profile-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.profile-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .dashboard-wrapper {
        grid-template-columns: 1fr;
    }

    .dashboard-cards {
        grid-template-columns: 1fr 1fr;
    }

    .profile-form .form-row {
        grid-template-columns: 1fr;
    }

    .dashboard-page-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .dashboard-cards {
        grid-template-columns: 1fr;
    }
}


.support-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.support-form .form-group {
    margin-bottom: 18px;
}

.support-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.support-form input,
.support-form select,
.support-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
}

.support-form input,
.support-form select {
    height: 50px;
}

.support-form textarea {
    min-height: 140px;
    padding: 15px;
    resize: vertical;
}

.support-form select {
    appearance: none;
}

@media (max-width: 991px) {
    .support-form .form-row {
        grid-template-columns: 1fr;
    }
}


.document-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.document-form .form-group {
    margin-bottom: 18px;
}

.document-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.document-form input[type="file"],
.document-form select,
.document-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}

.document-form select {
    height: 50px;
    padding: 0 15px;
}

.document-form input[type="file"] {
    padding: 12px 15px;
}

.document-form textarea {
    min-height: 120px;
    padding: 15px;
    resize: vertical;
}

.form-note {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.status-danger {
    background: #fdecec;
    color: #c62828;
}

@media (max-width: 991px) {
    .document-form .form-row {
        grid-template-columns: 1fr;
    }
}


.notification-filter .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.notification-filter .form-group {
    margin-bottom: 0;
}

.notification-filter label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.notification-filter select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
}

.notification-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.notification-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
    transition: 0.2s ease;
}

.notification-item.unread {
    border-color: #cfe0ff;
    background: #f8fbff;
}

.notification-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.notification-icon.teklif {
    background: #2563eb;
}

.notification-icon.evrak {
    background: #d97706;
}

.notification-icon.police {
    background: #16a34a;
}

.notification-icon.destek {
    background: #7c3aed;
}

.notification-icon.hesap {
    background: #475569;
}

.notification-content {
    flex: 1;
}

.notification-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.notification-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.notification-badge.teklif {
    background: #e8f0ff;
    color: #2563eb;
}

.notification-badge.evrak {
    background: #fff1df;
    color: #d97706;
}

.notification-badge.police {
    background: #e8f7ee;
    color: #15803d;
}

.notification-badge.destek {
    background: #efe8ff;
    color: #7c3aed;
}

.notification-badge.hesap {
    background: #edf1f5;
    color: #475569;
}

.notification-date {
    font-size: 13px;
    color: #666;
}

.notification-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
}

.notification-content p {
    margin: 0 0 14px;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.notification-actions a {
    color: #01BDB2;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.notification-actions a:hover {
    text-decoration: underline;
}

.pagination-area {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination-btn {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #222;
    transition: 0.2s ease;
}

.pagination-btn:hover,
.pagination-btn.active {
    background: #01BDB2;
    color: #fff;
    border-color: #01BDB2;
}

@media (max-width: 991px) {
    .notification-filter .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .notification-item {
        flex-direction: column;
    }

    .notification-icon {
        min-width: 48px;
        width: 48px;
        height: 48px;
    }

    .notification-content h3 {
        font-size: 18px;
    }
}


.dashboard-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dashboard-welcome {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #0f4c81, #1d70b8);
    color: #fff;
    padding: 30px;
    border-radius: 4px;
}

.dashboard-welcome-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255,255,255,0.15);
    border-radius: 30px;
    font-size: 12px;
    margin-bottom: 12px;
}

.dashboard-welcome h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color:#FFF;
}

.dashboard-welcome p {
    margin: 0;
    max-width: 700px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
}

.dashboard-welcome-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: transparent;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.08);
}

.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dashboard-card {
    padding: 24px;
    border-radius: 4px;
    color: #fff;
}

.dashboard-card span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.dashboard-card strong {
    display: block;
    font-size: 32px;
    margin-bottom: 8px;
}

.dashboard-card small {
    display: block;
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.5;
}

.dashboard-card-blue {
    background: linear-gradient(135deg, #2563eb, #01BDB2);
}

.dashboard-card-orange {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.dashboard-card-green {
    background: linear-gradient(135deg, #16a34a, #15803d);
}

.dashboard-card-purple {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
}

.dashboard-quick-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.quick-link-card {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 20px;
    text-decoration: none;
    transition: 0.2s ease;
}

.quick-link-card:hover {
    border-color: #01BDB2;
    transform: translateY(-2px);
}

.quick-link-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-size: 16px;
}

.quick-link-card span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.dashboard-grid-two {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
}

.dashboard-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
}

.dashboard-box-header h3 {
    margin: 0;
}

.dashboard-box-header a {
    color: #01BDB2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-mini-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mini-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fafafa;
}

.mini-list-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #111;
}

.mini-list-item p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.dashboard-notification-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dashboard-notification-item {
    display: flex;
    gap: 14px;
    padding: 16px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}

.dashboard-notification-item.unread {
    background: #f8fbff;
    border-color: #cfe0ff;
}

.notification-dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 50%;
    background: #01BDB2;
    margin-top: 6px;
}

.notification-dot.passive {
    background: #c1c7d0;
}

.dashboard-notification-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #111;
}

.dashboard-notification-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.status-danger {
    background: #fdecec;
    color: #c62828;
}

@media (max-width: 1199px) {
    .dashboard-cards,
    .dashboard-quick-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-grid-two {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .dashboard-welcome {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .dashboard-cards,
    .dashboard-quick-links {
        grid-template-columns: 1fr;
    }

    .mini-list-item {
        flex-direction: column;
        align-items: flex-start;
    }
}



.service-page {
    padding-top: 30px;
    padding-bottom: 50px;
}

.application-form {
    position: sticky;
    top: 30px;
}

.application-form h3 {
    margin-bottom: 10px;
}

.form-intro {
    padding: 0 30px;
    margin: 0 0 20px;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 30px 20px;
}

.trust-item {
    padding: 8px 12px;
    border-radius: 30px;
    background: #f3f6fb;
    color: #1c4b8f;
    font-size: 12px;
    font-weight: 600;
}

.form-section {
    margin-bottom: 22px;
}

.form-section h4 {
    margin: 0 0 14px;
    font-size: 16px;
    color: #111;
}

.field-note {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.radio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.radio-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.radio-card input {
    margin: 0;
}

.form-status {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
}

.form-status-success {
    background: #eaf8ef;
    color: #18794e;
    border: 1px solid #cfe9d9;
}

.form-status-error {
    background: #fff0f0;
    color: #c62828;
    border: 1px solid #f3c8c8;
}

.form-footer-note {
    margin-top: 14px;
    font-size: 12px;
    color: #777;
    line-height: 1.6;
    text-align: center;
}

.service-highlight-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.highlight-item {
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fafafa;
}

.highlight-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #111;
}

.highlight-item span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.info-box {
    margin: 22px 0;
    padding: 16px 18px;
    border-radius: 4px;
    line-height: 1.7;
    font-size: 14px;
}

.info-box.warning {
    background: #fff8e8;
    border: 1px solid #f2ddab;
    color: #7a5a00;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}

.faq-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.faq-item p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .application-form {
        position: static;
    }

    .service-highlight-box {
        grid-template-columns: 1fr;
    }

    .radio-grid {
        grid-template-columns: 1fr;
    }
}


.offer-results {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}

.offer-results-head {
    margin-bottom: 25px;
}

.offer-results-head h2 {
    margin: 0 0 8px;
    font-size: 30px;
}

.offer-results-head p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

.offer-summary-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.offer-summary-item {
    background: #f8f9fb;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 16px;
}

.offer-summary-item span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.offer-summary-item strong {
    font-size: 18px;
    color: #111;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.offer-card {
    background: #fff;
}

.offer-card + .offer-card  {
    padding-top:22px;margin-top:22px;
    border-top: 1px solid #e8e8e8;
   
}


.offer-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.offer-company h3 {
    margin: 0 0 6px;
    font-size: 22px;
}

.offer-company p {
    margin: 0;
    color: #666;
}

.offer-price {
    text-align: right;
}

.offer-price span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.offer-price strong {
    font-size: 28px;
    color: #111;
}


.offer-card-body ul li {
    margin-bottom: 8px;
    color: #444;
    line-height: 1.6;
}

.offer-card-bottom {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.section-space { margin-top:50px; }

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    background: #fff;
}

.btn-secondary:hover {
    border-color: #1d4ed8;
    color: #1d4ed8;
}

@media (max-width: 991px) {
    .offer-summary-box {
        grid-template-columns: 1fr;
    }

    .offer-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .offer-price {
        text-align: left;
    }
}


.offer-detail-page {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.offer-detail-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
border-radius: 4px;
    padding: 30px;
}

.offer-detail-company {
    display: flex;
    align-items: center;
    gap: 20px;
}

.offer-detail-logo {
    width: 120px;
    height: 120px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.offer-detail-logo img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.offer-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    background: #e8f0ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
}

.offer-detail-company-text h2 {
    margin: 0 0 8px;
    font-size: 32px;
}

.offer-detail-company-text p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.offer-detail-price-box {
    min-width: 280px;
    text-align: right;
}
.application-form select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    padding: 0 15px;
}
.price-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.price-value {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.price-note {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
}

.offer-validity {
    font-size: 14px;
    color: #777;
}

.offer-detail-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.offer-detail-actions.vertical {
    flex-direction: column;
}

.offer-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

.offer-detail-main,
.offer-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.detail-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 25px;
}

.detail-box-header {
    margin-bottom: 20px;
}

.detail-box-header h3 {
    margin: 0;
    font-size: 24px;
}

.detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.detail-info-item {
    background: #f8f9fb;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 16px;
}

.detail-info-item span {
    display: block;
    font-size: 13px;
    color: #666;
}

.detail-info-item strong {
    font-size: 16px;
    color: #111;
}

.detail-table {
    overflow-x: auto;
}

.detail-table table {
    width: 100%;
    border-collapse: collapse;
}

.detail-table table th,
.detail-table table td {
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
}

.detail-table table th {
    font-weight: 700;
    color: #222;
}

.detail-table table td {
    color: #555;
    vertical-align: top;
}



.detail-list li {
    color: #555;
    line-height: 1.7;
}

.detail-list li + li { margin-top:10px; }

.offer-summary-mini {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.offer-summary-mini-item {
    padding: 14px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #f8f9fb;
}

.offer-summary-mini-item span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.offer-summary-mini-item strong {
    font-size: 16px;
    color: #111;
}

.support-text {
    margin: 0 0 15px;
    color: #555;
    line-height: 1.7;
}



.btn-block {
    width: 100%;
    justify-content: center;
}

.status-danger {
    background: #fdecec;
    color: #c62828;
}

@media (max-width: 991px) {
    .offer-detail-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .offer-detail-price-box {
        width: 100%;
        min-width: auto;
        text-align: left;
    }

    .offer-detail-actions {
        justify-content: flex-start;
    }

    .offer-detail-grid {
        grid-template-columns: 1fr;
    }

    .detail-info-grid {
        grid-template-columns: 1fr;
    }

    .sticky-box {
        position: static;
    }
}

@media (max-width: 767px) {
    .offer-detail-company {
        flex-direction: column;
        align-items: flex-start;
    }

    .offer-detail-company-text h2 {
        font-size: 26px;
    }

    .price-value {
        font-size: 30px;
    }
}



.application-complete-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.application-step-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.step-item span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf1f5;
    color: #333;
    font-weight: 700;
}

.step-item strong {
    font-size: 14px;
    color: #222;
}

.step-item.done span {
    background: #16a34a;
    color: #fff;
}

.step-item.active {
    border-color: #1d4ed8;
    background: #f8fbff;
}

.step-item.active span {
    background: #1d4ed8;
    color: #fff;
}

.application-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

.application-main,
.application-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.selected-offer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #f8f9fb;
    margin-bottom: 20px;
}

.selected-offer-company {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}



.selected-offer-company h3 {
    margin: 8px 0 6px;
    font-size: 26px;
}

.selected-offer-company p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.selected-offer-price {
    text-align: right;
}

.selected-offer-price span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.selected-offer-price strong {
    display: block;
    font-size: 34px;
    color: #111;
    margin-bottom: 6px;
}

.selected-offer-price small {
    color: #555;
    font-size: 14px;
}

.application-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.application-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.application-form .form-group {
    margin-bottom: 18px;
}

.application-form .form-group:last-child {
    margin-bottom: 0;
}

.application-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.application-form input,
.application-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}

.application-form input {
    height: 50px;
    padding: 0 15px;
}

.application-form input[type="file"] {
    padding: 12px 15px;
    height: auto;
}

.application-form textarea {
    min-height: 120px;
    padding: 15px;
    resize: vertical;
}

.upload-note,
.final-note {
    padding: 14px 16px;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #f8f9fb;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.permission-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.checkbox-option {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius:4px;
    background: #fff;
    font-weight: 400 !important;
    line-height: 1.7;
}

.checkbox-option input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 4px;
}

.checkbox-option a {
    color: #1d4ed8;
    text-decoration: none;
}

.checkbox-option a:hover {
    text-decoration: underline;
}

.radio-area h4 {
    margin: 0 0 16px;
    font-size: 18px;
}

.preference-item {
    margin-bottom: 18px;
}

.preference-item:last-child {
    margin-bottom: 0;
}

.radio-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.radio-option {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.radio-option input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0;
}

.final-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .application-step-bar {
        grid-template-columns: 1fr 1fr;
    }

    .application-layout {
        grid-template-columns: 1fr;
    }

    .selected-offer-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .selected-offer-price {
        text-align: left;
    }

    .application-form .form-row {
        grid-template-columns: 1fr;
    }

    .sticky-box {
        position: static;
    }
}

@media (max-width: 767px) {
    .application-step-bar {
        grid-template-columns: 1fr;
    }

    .selected-offer-company {
        flex-direction: column;
        align-items: flex-start;
    }

    .selected-offer-company h3 {
        font-size: 22px;
    }

    .selected-offer-price strong {
        font-size: 28px;
    }

    .radio-group,
    .final-actions {
        flex-direction: column;
    }
}