.banner-area {

    .banner-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 1rem 5rem;
        position: absolute;
        z-index: 99;
        width: 100%;
    }

    .banner__single__content {
        padding: 150px 0;
    }

    .header-button {
        display: inline-block;
        padding: 40px 0;
    }
}

.button {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;

    .bg-white {
        background-color: #ffffff;
    }
    
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    margin: 100px auto;
    overflow: hidden;

    .marquee-row {
        display: flex;
        white-space: nowrap;
        gap: 20px;

        .tag {
            display: inline-block;
            padding: 12px 28px;
            border: 1.5px solid #e5e5e5;
            border-radius: 9999px;
            background: #fff;
            color: #222;
            font-size: 1rem;
            font-weight: 500;
            box-shadow: 0 0 10px rgba(0,0,0,0.04);
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .js-marquee{
            float: none !important;
            display: inline !important;
        }
    }
}

#service-area {
    .service-area__services {
        .service__icon {
            img {
                width: 32px;
            }
        }
    }
}

.mandatory {
    color: red;
}

  

  

  
  