/* home css start here  */

.header-section {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: transparent;
    transition: padding 0.3s ease;
}

.header-section.scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 19%);
}

.brand-logo {
    display: flex;
    align-items: center;
    z-index: 1001;

}

.home-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: height 0.3s ease;
}

.nav-responsive-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    transition: all 0.3s ease;
    width: 72%;
    justify-content: space-between;
}

.routers{
    display: flex;
gap: 5px;
}

.nav-menu {
    display: flex;
    gap: 38px;
    align-items: center;
}

.nav-link {
    font-size: 16px !important;  
    font-weight: 500 !important;
    padding: 25px 0px !important;
    color: #363966 !important;
    transition: color 0.3s ease !important;
    white-space: nowrap;
}

.nav-link:hover {
    color: #006FFF;
}

.btn-signup {
    /*background-image: linear-gradient(135deg, #141526, #202bb6);*/
    background-color: #141526;
    color: #FFFFFF !important;
    padding: 10px 45px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid  #141526;
    white-space: nowrap;
    display: inline-block;}



.dgggd{
    background-image: linear-gradient(135deg, #fff, #fff) !important;
    color: #141526 !important;
    border: 2px solid  #141526;

}



/*.btn-signup:hover {*/
/*    background-color: transparent;*/
/*    color: #141526;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 4px 12px rgba(20, 21, 38, 0.15);*/
/*    color: white;*/
/*}*/


.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: #141526;
    cursor: pointer;
    z-index: 1001;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Hero section*/
.hero-section {
    width: 100%;
    padding: 160px 0px 60px 0px;

    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-wrapper {

    position: relative;
    width: 100%;
}

.hero-content {
    flex: 1;
    max-width: 650px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 0.8;
    font-weight: 500;
    color: #141526;
    margin-bottom: 24px;
}

.hero-content p {
    font-size: 20px;
    line-height: 1;
    color: #363966;
    margin-bottom: 40px;
    max-width: 90%;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}




.btn-outline {
    display: inline-block;
    padding: 12px 35px;
    border: 2px solid #141526;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #141526;
    transition: all 0.3s ease;
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
}

.btn-outline:hover {
    background-color: #141526;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 21, 38, 0.15);
}

.hero-image {
    flex: 1;

    position: relative;
    z-index: 1;
    height: 600px;
}

.hero-image img {
    z-index: 9999;
    position: relative;
    width: 100%;
}


.hero-image::before {
    content: '';
    position: absolute;
    top: -8%;
    right: -9%;
    width: 400px;
    height: 400px;
    background: #2074E3;
    filter: blur(80px);
    opacity: 0.5;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

.hero-image::after {
   content: '';
    position: absolute;
    top: 0%;
    left: -28px;
    width: 427px;
    height: 336px;
    background: #D9A218;
    filter: blur(98px);
    opacity: 0.5;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}
.hero-wrapper::after {
    content: '';
    position: absolute;
    bottom: -164px;
    right: 0;
    width: 600px;
    height: 300px;
    background: #ffffff;
    filter: blur(25px);
    z-index: 999;
    border-radius: 30%;
    pointer-events: none;
}

/* Hero section css End  */

/* problem section css start  */
.problem-section {
    position: relative;
    background-color: #07070D;
    margin-top: -86px;
    width: 100%;
    z-index: 999;
    border-radius: 30px;
    /* padding: 0 20px; */
    margin-bottom: 60px
}

.problem-card {
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}

.problem-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT COLUMN */
.problem-left {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.problem-left h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

.rating-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.star-icon {
    width: 56px;
    height: 56px;
    background-color: #D9A218;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    flex-shrink: 0;
}

.rating-text {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.7;
}

.problem-right {
    flex: 1.2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 108px;
    row-gap: 50px;
}

.problem-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.problem-item h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
}

.problem-item p {
    font-size: 20px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 25px;
    opacity: 0.7;
    flex-grow: 1;
}

.blue-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #006FFF 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: auto;
}

/* Problem section end  */

/* Built Section start */

.built-section {
    padding-bottom: 100px;
    background-color: #ffffff;
}

.built-title {
    font-size: 68px;
    font-weight: 500;
    text-align: center;
    color: #141526;
    margin-bottom: 65px;
    line-height: 0.8;
}

.built-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}



.built-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.built-content-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-text-row {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 20px 30px;
}

.feature-text-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #0000001A;
}

.feature-text-block h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1F1F26;
    margin-bottom: 15px;
}

.feature-text-block p {
    font-size: 20px;
    line-height: 1.1;
    color: #1F1F26;
    max-width: 90%;
    opacity: 70%;
}

.stats-row {
    display: flex;
    gap: 20px;
}

.stat-card {
    flex: 1;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

.stat-card h3 {
    font-size: 45px;
    font-weight: 400;
    color: #1F1F26;
}

.stat-card h4 {
    font-size: 20px;
    color: #1F1F26;
    font-weight: 500;
    margin-bottom: 50px;

}

.stat-card p {
    font-size: 16px;
    letter-spacing: initial !important;
    line-height: 1.1;
  color: #b5b5b6;
  
}

.light-card {
    background-color: #EDEEF0;
    color: #141526;
}

.light-card p{
        color: #5d5d63 !important;
}

.dark-card {
    background-color: #050505;
    color: #ffffff;
}

.dark-card h3 {
    color: #fff;
}

.dark-card h4 {
    color: #fff;
}

/* Built Section End  */


/*  HOW IT HELPS Start  */
.how-helps-section {
    width: 100%;
    padding: 60px 0;
    background-color: #EDEEF0;
    border-radius: 30px;
    margin-top: -30px;
}

.helps-header {
    text-align: center;
    margin-bottom: 60px;
}

.helps-header h2 {
    font-size: 40px;
    color: #141526;
    margin-bottom: 30px;
    font-weight: 500;
}

.toggle-pill-container {
    display: inline-flex;
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 8px;
}

.toggle-pill {
    padding: 12px 31px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #202bb6;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.toggle-pill.active {
    /*background-color: #006FFF;*/
        background-image: linear-gradient(135deg, #141526, #202bb6);
    color: #FFFFFF;
}

.helps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.helps-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 25px;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-num {
    font-size: 24px;
    font-weight: 400;
    color: #006FFF;
    flex-shrink: 0;
}

.step-divider {
    font-size: 24px;
    color: #006FFF;
    font-weight: 400;
}

.step-title {
    font-size: 24px;
    font-weight: 500;
    color: #141526;
}

.card-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card-body p {
    font-size: 20px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    opacity: 0.7;
}

.active-line {
    position: absolute;
    height: 6px;
    width: 464px;
    max-width: 100%;
    background: linear-gradient(90deg, #12407D00, #2074E3);
    border-radius: 2px;
    margin-top: 20px;
}

.accordion-card.active {
    background-color: #0B0F19;
}

.accordion-card.active .step-num,
.accordion-card.active .step-divider {
    color: #006FFF;
}

.accordion-card.active .step-title {
    color: #FFFFFF;
}

.accordion-card.active .card-body {
    max-height: 300px;
    opacity: 1;
}

.accordion-card:not(.active):hover {
    background-color: #fcfcfc;
    transform: translateX(5px);
}

.helps-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background: linear-gradient(180deg, #ACD0FF 0%, #FBFDFF 100%);
    border-radius: 24px;
    overflow: hidden;
}

.helps-phone-img {
    width: auto;
    min-width: 400px;
    max-width: 90%;
    position: absolute;
    top: 82px;
    transform: translateY(20px);
}

/*  HOW IT HELPS End  */

/* Feature section Start  */
.features-section {
      padding: 60px 0px 21px 0px;
    background-color: #ffffff;

}

.section-title-center {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #141526;
    margin-bottom: 22px;
}

.features-grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.feature-large-card {
    background-color: #EDEEF0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 60px 40px 40px 40px;
    text-align: center;

}


.card-bg-vector {
    position: absolute;
    top: -155px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
    pointer-events: none;
    color: #000000;
}




.card-text-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
}

img.feature-img-2.invite-img {
    position: relative;
    right: -70px;
    top: 54px;
}

.membor-img {
    position: relative;
    z-index: 99;
    width: 100%;
}

.feature-large-card h3 {
    font-size: 32px;
    font-weight: 500;
    color: #1F1F26;
    margin-bottom: 15px;
    line-height: 1.1;
}

.feature-large-card p {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #1F1F26;
    opacity: 70%;
}

.features-grid-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.feature-small-card {
    background-color: #ffffff;
    border: 1px solid #0000001A;
    border-radius: 30px;
    padding: 40px 31px;
    text-align: center;
    position: relative;
    height: 100%;

    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-circle {
    width: 73px;
    height: 73px;
    background-color: #F0F0F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.feature-small-card h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1F1F26;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.feature-small-card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #1F1F26;
    opacity: 70%;
    position: relative;
    z-index: 2;
}

/* Feature section End  */
.divider {
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    margin: 50px 0px 50px 0px;
    display: block;
}

/* Review section start  */
.reviews-section {
    padding: 50px 0px 100px 0px;
    background-color: #ffffff;
}

.reviews-title {
    font-size: 68px;
    font-weight: 500;
    text-align: center;
    color: #141526;
    margin-bottom: 40px;
    line-height: 0.9;
}

.reviews-title .text-blue {
    color: #006FFF;
    font-weight: 500;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.review-card {
    background-color: #EDEEF0;
    border-radius: 30px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 387px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.review-card.active,
.review-card:hover {
    border-color: #006FFF;
    background-color: #F2F4F7;
    box-shadow: 0 10px 30px rgba(0, 111, 255, 0.05);
}

.stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.stars i {
    color: #D97C18;
    font-size: 22px;
}

.stars i.bi-star {
    color: #D9D9D9;
}

.review-text {
    font-size: 20px;
    line-height: 1.1;
    color: #1F1F26;
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 70%;
}

.reviewer-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1F1F26;
    margin-bottom: 4px;
}

.reviewer-info span {
    font-size: 14px;
    font-weight: 700;
    color: #006FFF;
    text-transform: uppercase;
}

/* Review section End */

/* Footer section start  */
.upper-footer {
    width: 100%;
    background-color: #07070D;
    border-radius: 30px;
    padding: 60px 0;
}

.footer-black-box {
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    gap: 40px;
    min-height: 210px;
}

.brand-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: #006FFF;
    text-decoration: none;
    display: inline-block;
}

.footer-tagline {
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 400;
    opacity: 70%;
    max-width: 280px;
    margin-bottom: 0;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}

.mt-address {
    margin-top: 35px;
}

.footer-list{
    padding-left: 0px;
}

.footer-list li {
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 400;
    color: #b5b5b6;
    line-height: 1.1;
    
}

.footer-list a {
    font-size: 16px;
    color: #b5b5b6;
    transition: color 0.2s;
    font-weight: 400;
    letter-spacing: -0.01em;
    
}

.footer-list a:hover {
    color: #ffffff;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.copyright-text,
.policy-links a {
    font-size: 20px;
    color: #1F1F26;
    font-weight: 500;
    opacity: 70%;
}

.policy-links a:hover {
    color: #141526;
}

.policy-links .footer-divider {
    margin: 0 10px;
    opacity: 0.5;
}


/* Responsive media quesries  */
@media (max-width: 1400px) {
    .helps-grid {
        gap: 50px;
    }

    .active-line {
        width: 100%;
    }



    .hero-content h1 {
        font-size: 68px;
    }

}



@media (max-width: 1200px) {
    .problem-wrapper {
        gap: 50px;
    }

    .problem-left h2 {
        font-size: 30px;
    }

    .star-icon {
        width: 40px;
        height: 40px;
    }

    .problem-right {
        column-gap: 40px;
    }

    .problem-item h3 {
        font-size: 20px;
    }

    .problem-item p {
        font-size: 15px;
    }

    .nav-responsive-wrapper {
        gap: 30px;
    }

    .nav-menu {
        gap: 25px;
    }

    .btn-signup {
        padding: 10px 35px;
        font-size: 18px;
    }

    .feature-large-card h3 {
        font-size: 28px;
    }

    .helps-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .helps-image-wrapper {
        height: 500px;
        order: -1;
    }

    .helps-phone-img {
        top: 50px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content p {
        font-size: 18px;
    }



.brand-logo{
    width:0%;
}




}

@media (max-width: 1024px) {
    .upper-footer {
        padding: 50px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        min-height: auto;
    }

    .brand-col {
        height: auto;
        gap: 20px;
        justify-content: start;
    }

    .footer-heading {
        margin-bottom: 12px;
    }

    .mt-address {
        margin-top: 0;
    }

    .reviews-grid {
        grid-template-columns: 1fr 1fr;
    }

    .review-card:last-child {
        display: none;
    }

    .reviews-section {
        padding: 50px 0;
    }

    .review-card {
        min-height: 300px;
    }

    .reviews-title {
        font-size: 50px;
    }

    .built-title {
        font-size: 50px;
    }

    .built-content-col {
        gap: 20px;
    }

    .feature-text-row {
        flex-direction: row;
        gap: 30px;
    }

    .feature-text-block h3 {
        font-size: 22px;
    }

    .feature-text-block p {
        font-size: 17px;
    }

    .stat-card {
        padding: 15px 30px;
        min-height: 180px;
    }

    .stat-card h4 {
        margin-bottom: 30px;
    }

    .feature-large-card {
        padding: 20px 40px 20px 40px;
    }

    .feature-large-card h3 {
        font-size: 24px;
    }

    .feature-large-card p {
        font-size: 17px;
    }


}

@media (max-width: 991px) {
    .problem-section {
        margin-top: 0;
    }
    
    .routers{
        display: block;
    }

    .problem-card {
        padding: 50px 0;
    }

    .problem-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .problem-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .problem-left h2 {
        margin-bottom: 30px;
    }

    .problem-right {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 40px;
    }


    .hero-wrapper::after {
        display: none;
    }


    .hero-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .hero-content p {
        max-width: 80%;
        margin: 0 auto 10px auto;
    }

    .hero-buttons {

        margin-bottom: 60px;
    }






    .hero-wrapper::after {
        width: 100%;
        right: 0;
        bottom: -50px;
    }

    .mobile-toggle {
        display: block;
    }

    .nav-link {
        padding: 0px !important
        ;
    }

    .home-logo {
        height: 35px;
    }

    .nav-responsive-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        gap: 30px;
    }

    .nav-responsive-wrapper.active {
        right: 0;
    }

    .nav-menu {
        flex-direction: column;
        gap: 13px;
        width: 100%;
    }

    .nav-link {
        font-size: 18px;
    }

    .btn-signup {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 12px 0;
    }

    .built-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .built-img {
        width: 69%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        margin: 0 auto;
        display: block;
    }

    .helps-header h2 {
        font-size: 36px;
    }

    .helps-header {
        margin-bottom: 25px;
    }

    .step-title,
    .step-num {
        font-size: 22px;
    }

    .card-body p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .divider {
        margin: 0px 0px 0px 0px;

    }

    .feature-large-card {
        margin-bottom: 15px;
        height: initial;
    }

    .hero-section {
        width: 100%;
        padding: 160px 0px 0px 0px;
    }

    .hero-content {
        text-align: center;
    }

    .upper-footer {
        padding: 40px 20px;
        border-radius: 24px;
    }

    .footer-logo {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .footer-list li {
        font-size: 15px;
        margin-bottom: 12px !important;
    }

    .footer-bottom-row {
        flex-direction: column;
        gap: 2px;
        text-align: center;
        margin-top: 8px;
    }

    .copyright-text,
    .policy-links a {
        font-size: 16px;
    }


    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card:last-child {
        display: flex;
    }

    .reviews-title {
        font-size: 36px;
    }

    .review-card {
        min-height: 260px;
        padding: 20px 32px;
    }


    .problem-card {
        padding: 40px 0;
    }

    .problem-left h2 {
        font-size: 32px;
    }

    .problem-right {
        grid-template-columns: 1fr;
        row-gap: 27px;
    }

    .rating-text {
        font-size: 18px;
    }

    .hero-section {
        padding-top: 90px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 16px;
        max-width: 100%;
    }

    .btn-signup,
    .btn-outline {
        padding: 12px 28px;
        width: 100%;
        font-size: 16px;
    }







    .built-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .built-content-col {
        gap: 0px;
    }

    .built-image-col {
        min-height: 300px;
    }

    .stat-card {
        min-height: auto;
    }

    .stat-card h3 {
        font-size: 30px;
    }

    .stat-card h4 {
        margin-bottom: 25px;
    }

    .feature-text-block {
        padding-bottom: 20px;
    }


    .how-helps-section {
        padding: 20px 0;
    }

    .helps-header h2 {
        font-size: 32px;
        margin-bottom: 14px;
        line-height: 1.2;
    }



    .accordion-card {
        padding: 20px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-num,
    .step-divider {
        font-size: 20px;
    }

    .card-body p {
        font-size: 13px;
        line-height: 1.4;
    }

    .helps-image-wrapper {
        height: 400px;
    }

    .helps-phone-img {
        min-width: 250px;
        top: 60px;
    }

    .active-line {
        margin-top: 15px;
    }

    .feature-small-card {
        margin-bottom: 15px;
        height: initial;
    }





    .features-section {
        padding: 60px 0px 30px 0px;
    }

    .section-title-center {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .features-grid-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .features-grid-bottom {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-large-card {
        padding: 40px 25px;
    }

    .feature-large-card h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .feature-large-card p {
        font-size: 16px;
        line-height: 1.4;
    }

    .feature-small-card {
        padding: 30px 20px;
    }

    .feature-small-card h3 {
        font-size: 22px;
    }

    .feature-small-card p {
        font-size: 16px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .home-logo {
        height: 28px;
    }

    .problem-left h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .star-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .rating-text {
        font-size: 16px;
    }

    .problem-item h3 {
        font-size: 20px;
    }

    .problem-item p {
        font-size: 16px;
        line-height: 1.4;
    }

    .hero-section {
        padding-top: 100px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    /* .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    } */

    .btn-signup,
    .btn-outline {
        width: 100%;
        text-align: center;
        max-width: 320px;
    }

}

@media (max-width: 480px) {
    .helps-header h2 {
        font-size: 28px;
    }

    .step-title {
        font-size: 16px;
    }


    .built-title {
        font-size: 28px;
    }

    .built-image-col {
        min-height: 250px;
    }

    .stats-row {
        flex-direction: column;
    }

    .feature-text-row {
        flex-direction: column;
    }

    .feature-text-block h3 {
        font-size: 22px;
    }

    .feature-text-block p {
        font-size: 16px;
    }

    .reviews-section {
        padding: 30px 0;
    }

    .reviews-title {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .reviews-grid {
        gap: 15px;
    }

    .review-text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .stars {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .upper-footer {
        padding: 30px 15px;
    }

    .footer-grid {
        gap: 30px;
        grid-template-columns: 1fr;

    }

    .footer-heading {
        font-size: 17px;
    }

    .footer-tagline {
        font-size: 14px;
        max-width: 100%;
    }

    .copyright-text,
    .policy-links a {
        font-size: 14px;
    }

    .policy-links .footer-divider {
        margin: 0 5px;
    }
}

@media (max-width: 374px) {
    .hero-content h1 {
        font-size: 28px;
    }

}




.tutor-jobs-main {
    padding-top: 150px;
    padding-bottom: 44px;
    position: relative;
    overflow: hidden;
}

.tj-blur {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(100px);
}


.tj-bg-svg {
    position: absolute;
    top: -172px;
    right: -180px;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 500px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
}

.tj-container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
}

.tj-page-title {
    font-size: 56px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.tj-search-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 30px auto;
    flex-wrap: wrap;
}

.tj-search-input {
    flex: 1;
    background: transparent;
    border: 1px solid #1415261A;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 18px;
    color: #00000099;
    outline: none;
    transition: border 0.2s;
}

.tj-search-input::placeholder {
    color: #00000099;
}

.tj-search-input:focus {
    border-color: #141526;
}

.tj-search-btn {
    height: 52px;
    background: #16213E;
    color: #E1EDFB;
    border: none;
    border-radius: 50px;
    padding: 0 55px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.tj-search-btn:hover {
    background: #2a2c42;
}

.tj-tabs-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 51px;
    margin-bottom: 43px;
}

.tj-tabs-links {
    display: flex;
    gap: 51px;
}

.tj-tab {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.tj-tab.active {
    font-weight: 500;
}

.tj-tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #141526;
}

.tj-level-dropdown select {
    background: transparent;
    border: 1px solid#00000099;
    border-radius: 4px;
    padding: 4px 14px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("/admin/public/dashboard/dashboard-page/images/Polygon.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    padding-right: 35px;
}

.tj-layout-grid {
    display: grid;
    grid-template-columns: 1fr 326px;
    gap: 20px;
}

.tj-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tj-job-card {
    border: 1px solid #00000099;
    border-radius: 10px;
    padding: 20px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tj-job-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.tj-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tj-author {
    font-size: 24px;
    font-weight: 500;
    color: #1C4D8D;
    letter-spacing: -1px;
}

.tj-fee-badge {
    background: #11A83733;
    color: #11A837;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tj-job-title {
    font-size: 36px;
    font-weight: 500;
    color: #141526;
    margin-bottom: 16px;
    line-height: 120%;
    letter-spacing: -1px;
}

.tj-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tj-tag {
    border: 1px solid #A4A4A4;
    color: #363966;
    font-size: 18px;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 500;
}

.tj-job-desc {
    font-size: 20px;
    color: #363966;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.tj-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #00000066;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.tj-meta-info {
    display: flex;
    gap: 20px;
    color: #363966;
    font-size: 18px;
    font-weight: 500;
}

.tj-meta-info i {
    margin-right: 4px;
    font-size: 18px;
}

.tj-action-btns {
    display: flex;
    gap: 16px;
}

.tj-btn-call {
    background: #11A83733;
    color: #113E79;
    border: none;
    border-radius: 6px;
    padding: 6px 18px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tj-btn-chat {
    background: #1C4D8D33;
    color: #113E79;
    border: none;
    border-radius: 6px;
    padding: 6px 18px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tj-btn-apply {
    background: #1C4D8D;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 6px 70px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.tj-btn-apply:hover {
    background: #143a6d;
}

.tj-sidebar {
    width: 100%;
}

.tj-locations-card {
    background: #FFFFFF;
    border-bottom: 1px solid #36396680;
    border-radius: 10px;
    padding: 10px;
}

.tj-locations-card h3 {
    font-size: 22px;
    font-weight: 500;
    color: #363966;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #36396666;
}

.tj-loc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.tj-loc-list a {
    text-decoration: none;
    color: #363966B2;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.2s;
}

.tj-loc-list a:hover {
    color: #3D75BE;
}

.tj-loc-list a.active {
    color: #3D75BE;
}

.tj-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.tj-page-nav {
    width: 44px;
    height: 44px;
    background: #1C4D8D;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.tj-page-num {
    font-size: 24px;
    color: #656565;
    font-weight: 700;
    cursor: pointer;
    padding: 0 4px;
}

.tj-page-num.active {
    color: #1C4D8D;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .tutor-jobs-main {
        padding-top: 120px;
    }

    .tj-page-title {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .tj-layout-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tj-sidebar {
        order: -1;
    }

    .tj-locations-card {
        padding: 15px;
        border: 1px solid #36396666;
    }

    .tj-locations-card h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .tj-loc-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }

    .tj-loc-list a {
        background: #F7F8FA;
        padding: 6px 15px;
        border-radius: 20px;
        font-size: 14px;
        border: 1px solid #E5E7EB;
    }

    .tj-loc-list a.active,
    .tj-loc-list a:hover {
        background: #3D75BE;
        color: #FFFFFF;
        border-color: #3D75BE;
    }

    .tj-job-title {
        font-size: 30px;
    }

    .tj-job-desc {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tutor-jobs-main {
        padding-top: 100px;
    }

    .tj-page-title {
        font-size: 40px;
    }

    .tj-search-row {
        flex-direction: column;
        gap: 12px;
        padding: 0 15px;
    }

    .tj-search-input {
        width: 100%;
        flex: none;
    }

    .tj-search-btn {
        width: 100%;
        justify-content: center;
        border-radius: 8px;
    }

    .tj-tabs-row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .tj-tabs-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .tj-tab {
        font-size: 16px;
    }

    .tj-level-dropdown select {
        font-size: 16px;
    }

    .tj-job-card {
        padding: 15px;
    }

    .tj-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tj-author {
        font-size: 20px;
    }

    .tj-job-title {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .tj-tag {
        font-size: 14px;
        padding: 4px 12px;
    }

    .tj-job-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .tj-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .tj-meta-info {
        flex-wrap: wrap;
        gap: 15px;
        font-size: 15px;
    }

    .tj-action-btns {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .tj-btn-apply {
        grid-column: span 2;
        width: 100%;
        justify-content: center;
        padding: 12px;
    }

    .tj-btn-call,
    .tj-btn-chat {
        justify-content: center;
        padding: 10px;
        font-size: 16px;
    }

    .tj-bg-svg {
        top: -50px;
        right: -50px;
        min-height: 300px;
        opacity: 0.5;
    }
}

@media (max-width: 480px) {
    .tj-page-title {
        font-size: 32px;
    }

    .tj-job-title {
        font-size: 20px;
    }

    .tj-author {
        font-size: 18px;
    }

    .tj-fee-badge {
        font-size: 14px;
        padding: 4px 8px;
    }

    .tj-meta-info {
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
    }

    .tj-pagination {
        gap: 15px;
    }

    .tj-page-num {
        font-size: 18px;
    }

    .tj-page-nav {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .tj-blur-blue {
        width: 300px;
        height: 300px;
        right: -50px;
    }

    .tj-blur-yellow {
        display: none;
    }
}