.appie-download-area::before {
    background-image: url(/frontend/tcul-img/home/bg-img.png);
    right: 0px;
}

.appie-header-area.appie-header-2-area .appie-btn-box .main-btn {
    background: #033A62;
    border-color: hsl(196, 79%, 11%);
}

.back-to-top.back-to-top-2 a {
    background: #033A62;
}

.appie-page-title-area {
    height: 330px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 28px;
    /* adjust based on your design */
    height: 28px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #f5f7fa;
}

.appie-single-service-2 {
    background: #fff;
}

.register-container {
    /* width: 90%;
    max-width: 400px; */
    /* margin: 60px auto; */
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.appie-single-service-2 {
    padding: 48px 32px;
}

h2 {
    text-align: center;
    margin-bottom: 8px;
}

.subtitle {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.input-group {
    margin-bottom: 18px;
}

.input-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.input-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
}

.btn-register {
    width: 100%;
    padding: 14px;
    background: #033A62;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.btn-register:hover {
    background: #065bb3;
}

.note,
.login-link {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-top: 15px;
}

/* a {
    color: #033A62;
    text-decoration: none;
} */
.appie-page-title-area {
    background-image: url(/frontend/tcul-img/home/breadcrum.png);
}

.appie-faq-area {
    background: #eef1f6;
    position: relative;
    /* background-image: url(../images/shape/faq-shape.png); */
    background-position: 94% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.appie-hero-area-2 {
    padding-top: 190px;
}


.appie-hero-area-2 .appie-hero-thumb-3 {
    width: 52%;
}
/* Desktop */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .appie-hero-area-2 .appie-hero-thumb-3 {
        width: 60% !important;
    }
}
@media (max-width: 767px) {
    .appie-hero-area-2 {
        padding-top: 120px;
        padding-bottom: 202px;
    }
    .appie-download-content ul li a{
           padding: 8px 8px;
    }
    .appie-hero-area-2 .appie-hero-thumb-3 {
        width: 100%;
        padding-top: 10px !important;
        /* margin-right: 8px; */
    }
    .mobile-image{
        margin-bottom: 120px;
    }
    .icon-circle {
        margin-right: auto;
        margin-left: auto;
    }

    .mbt-0{
        margin-top: 0px !important;
    }
}
@media (max-width: 430px) {
    .mbt-2 {
        margin-top: 20px !important; /* Only applies to small phones */
    }
}
