header#masthead{
    position: sticky !important;
    top: 0;
    left: 0;
}

.img-h100{
    height: 100%;
}
.img-h100 img{
    height: 100%;
}
.overflow-hidden{
    overflow: hidden;
}

.soft-starter-btn-shadow button, .soft-starter-btn-shadow a{
    box-shadow: 0 -2px 1px #5293d8;
}
.dx-landing-our-advantage{
    position: relative;
    width: 80px;
    height: 22px;
    background: var(--ast-global-color-4);
    border: 1px solid var(--ast-global-color-6);
    border-radius: 22px;
}
.dx-landing-our-advantage::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--ast-global-color-0);
    border-radius: 22px;
}

.landing-soft-starter-headerImg{
    position: absolute;
    top: -50px;
    left: 55px;
    width: 100px;
    height: 100px;
}
.dx-landing-soft-starter-grid-gap{
    gap: 80px 20px;
}
.landing-soft-starter-title{
    text-shadow: 0px 0px 8px #000000;
}
.landing-soft-starter-box-shadow{
    box-shadow: 0 0 10px #666;
}
.contact-btn button{
    font-size: 70px !important;
}
.contact-fixed-box{
    position: fixed;
    right: 30px;
    bottom: 250px;
    width: 70px;
    height: 70px;
    display: flex;
    background: var(--ast-global-color-0);
    border-radius: 6px;
    fill: var(--ast-global-color-4);
    z-index: 999;
    cursor: pointer;
}

.gis-why-choose-border{
    position: relative;
}
.gis-why-choose-border::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 1px;
    background: #fff;
}
.why-choose-us-circle{
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
}
.gis-why-choos-us>div{
    position: relative;
}
.gis-why-choos-us>div::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.gis-tech-sup-bg{
    position: relative;
    z-index: 10;
}
.gis-tech-sup-bg::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: url('https://www.deshsun.com/wp-content/uploads/2026/01/gis-bg1-1.webp') no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}
.svg-shadow svg{
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.3));
}

.advantage-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    width: 60px;
    height: 40px;
    background: url('https://www.deshsun.com/wp-content/themes/astra-child/assets/gis-click-icon.svg') no-repeat center;
    background-size: contain;
}

.pdf-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 20000000000 !important;
}

.pdf-form-container{
    max-height: 95%;
    border-radius: 10px;
    background-color: #fff;
    overflow: auto !important;
}

.pdf-close-btn {
    position: absolute !important;
    top: 20px;
    right: 20px;
    width: 20px !important;
    cursor: pointer;
}

@media (max-width: 768px) {
    .contact-btn button{
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 976px) {
    
}

@media only screen and (max-width: 767px) {
    .advantage-btn::after{
        left: -10px;
        width: 20px;
        height: 12px;
    }
}