

html {
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .scroll-with-padding {
      scroll-margin-top: 240px; /* Adjust based on your header height */
    }
}

@media (max-width: 767px) {
    .scroll-with-padding {
      scroll-margin-top: 100px; /* Adjust based on your header height */
    }
}


.home-slider .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* adjust darkness here */
  z-index: 1;
}

/*Homepage About*/

div.about-text div p {
    text-align: justify;
}

@media (max-width: 767px) {
    .margin-b108 {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) {
    .margin-b108 {
        margin-bottom: 50px;
    }
}

/*Practice Areas*/

#practice-areas h5.practice-title-v2 {
    font-size: 16px;
}

/*Why Choose Us*/

@media (max-width: 767px) {
    h2.why-choose-heading {
        font-size: 2.5em;
    }
}

@media (min-width: 768px) {
    h2.why-choose-heading {
        font-size: 44px;
    }
}

section#why-choose-us p {
    text-align: justify;
}

section#why-choose-us p.last-line {
    font-weight: bold;
}

/*Team*/

div.team-section h2.lawyer-title {
    font-size: 22px;
    margin: 8px 0 16px 0;
    text-align: center;
    position: relative;
}

section#our-team {
    background-color: #f7f7f7;
}

section#our-team .team-section .heading-subtitle {
    margin-top: 25px;
}

/*Publications*/

.blog-item-2col-grid .blog-title {
    font-size: 20px;
}


/*Contact Description*/

.icon-box-description {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

/*Footer*/

div.visitor-counter {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    footer {
        margin-top: 72px;
        padding-top: 10px;
    }
}
footer {
    margin-top: 108px;
    padding-top: 20px;
}