.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding: 0;
}
 .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    border-radius: 16px;
    height: 96px;
    backdrop-filter: blur(2px);
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)) !important;
    padding: 12px 30px;
    border: none !important;
}
.ast-site-title-wrap {
    display: none;
}
 .ast-primary-header-bar .ast-site-identity {
    padding: 0;
}
.dls-footer-location {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.footer-location-text {
    margin: 0;
    color: #999;
}
.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns {
    border-top: 1px solid #222;
    padding-top: 70px;
}
#menu-footer-menu li {
    margin-top: 11px;
}
.site-footer .widget.widget_block {
    margin-bottom: 15px;
}
.site-footer #block-8 p{
    margin: 0px;
}
#block-11 {
    margin-bottom: 40px !important;
}
.footer-text-section{
        width: 269px;
}
#ast-scroll-top {
    border-radius: 40px;
    background: rgba(4, 4, 4, 0.25);
    backdrop-filter: blur(4px);
    width: 54px;
    height: 54px;
}
.site-footer .site-footer-primary-section-1 .widget.widget_block:nth-child(2), .site-footer .site-footer-primary-section-3 .widget.widget_block:nth-child(2),  .site-footer .site-footer-primary-section-3 .widget.widget_block:nth-child(4) {
  margin-bottom: 0 !important;
}
.menu-footer-menu-container #menu-footer-menu li{
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
/***Home page css**/
.dp-heading-sec h2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.7) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
}
 .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide{
        margin-left: auto !important;
    margin-right: auto !important;
 }
/* Shine Animation */
@keyframes shine {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

/* Button becomes the clipping box (was on .dp-btns-sec — that was the bug) */
.heading-title{
    margin-bottom: 10px;
}
.dp-btns-sec .tpgb-btn-link {
    position: relative;
    overflow: hidden;
        border-radius: 12px;
    border-top: 1px solid #444;
    opacity: 0.9;
    background: #222;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
}

/* The shine strip */
.dp-btns-sec .tpgb-btn-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 111;
    border-radius: 14px;
}

/* Keep the label above the shine */
.dp-btns-sec .tpgb-btn-link .tpgb-btn-wrap {
    position: relative;
    z-index: 2;
}

/* Trigger on hover */
.dp-btns-sec .tpgb-btn-link:hover::before {
    left: 100%;
}

/********Media css start********/
@media screen and (max-width: 1024px) {
    .footer-text-section{
            width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #masthead .ast-primary-header-bar.main-header-bar {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 768px) {
   .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {

    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
}