.header-area {
    position: relative; /* ensure header ka stacking context */
    z-index: 1000;      /* banner se upar */
}

.hero-banner {
    background-image: url('/img/hero-banner-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30rem; 
    /*margin-top: -80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-banners {
    background-image: url('/img/hero-banner-02.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30rem; 
    /*margin-top: -80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-bannerss {
    background-image: url('/img/hero-banner-03.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30rem; 
    /*margin-top: -80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}


.hero-banneres {
    background-image: url('/img/hero-banner-04.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30rem; 
    /*margin-top: -80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-banneress {
    background-image: url('/img/hero-banner-05.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30rem; 
    /*margin-top: -80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}





.hero-title {
    color: #000;
    /*margin-top: 10%;*/
    font-size: 48px;
    font-weight: 600 !important;
    text-transform: capitalize;
}

/*.hero-title:hover{*/
/*       color: #fff;*/
/*    font-weight: 700;*/
/*}*/


/* Section Heading */
.law-assignment-section h2 {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 30px; /* default large screens */
    margin-bottom: 1.5rem;
}

/* Paragraphs */
.law-assignment-section p {
    font-size: 1rem; /* 16px */
    line-height: 1.8;
       font-weight: 400;
    color: #000000;
    margin-bottom: 1rem;
    text-align: center; /* center all text */
}

/* Image */
.law-assignment-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: inline-block;
}


b{
    color: #000;
}

a {
   color: #4461ff;
   font-weight: 600;
}

a:hover {
    color: #000;
}

p.heading {
      color: #4461ff;
   font-weight: 600;
}

.law-benefits-section{
   background-color: #dadada4d;
}

.law-benefits-section h2 {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 30px;
    margin-bottom: 1.5rem;
}

.law-benefits-section p {
    font-size: 1rem;
    line-height: 1.8;
        font-weight: 400;
    color: #000000;
    margin-bottom: 1rem;
}

.law-benefits-list {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.law-benefits-list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: left;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
}

p.headings {
    color: #015fc9;
    text-align: left;
    font-weight: 500;
     font-size: 20px;
}

.unique-law-section {
    background-color: #f9f9f9; /* light background */
    padding-top: 60px;
    padding-bottom: 60px;
}

.unique-law-heading {
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

.unique-law-section p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 15px;
}

.unique-law-benefits {
    list-style-type: disc;
    padding-left: 20px;
}

.unique-law-benefits li {
    margin-bottom: 10px;
    font-size: 16px;
     color: #000000;
    font-weight: 400;
}


/* ================================
   MAX-WIDTH: 1600px
================================ */
@media (max-width: 1600px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
    /*height: 16rem;*/
  /*margin-top: -7%;*/
    }
    

    .hero-title {
        font-size: 42px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 28px;
    }
}


/* ================================
   MAX-WIDTH: 1400px
================================ */
@media (max-width: 1400px) {
    .hero-title {
        font-size: 38px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 26px;
    }

    .law-assignment-section p,
    .law-benefits-section p,
    .unique-law-section p {
        font-size: 15px;
    }
}


/* ================================
   MAX-WIDTH: 1200px  (Large Tablets / Small Laptop)
================================ */
@media (max-width: 1200px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
           height: 16rem;
  /*margin-top: -11%;*/
    }

    .hero-title {
        font-size: 34px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 24px;
    }

    .law-assignment-section p,
    .law-benefits-section p,
    .unique-law-section p {
        font-size: 14.5px;
    }
}



/* ================================
   MAX-WIDTH: 992px (Tablet)
================================ */
@media (max-width: 992px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
        height: 12rem;
        /*margin-top: -11%;*/
    }

    .hero-title {
        font-size: 30px;
    }

    img {
        max-width: 85%;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 22px;
    }
}


/* ================================
   MAX-WIDTH: 768px (Mobile Landscape)
================================ */
@media (max-width: 768px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
        height: 10rem;
        /*margin-top: -16%;*/
    }

    .hero-title {
        font-size: 26px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 20px;
    }

    .law-assignment-section p,
    .law-benefits-section p,
    .unique-law-section p {
        font-size: 14px;
    }

    img {
        max-width: 80%;
    }
}


/* ================================
   MAX-WIDTH: 576px (Mobile Portrait)
================================ */
@media (max-width: 576px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
      height: 10rem;
        /*margin-top: -16%;*/
    }

    .hero-title {
        font-size: 22px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 18px;
    }

    .law-assignment-section p,
    .law-benefits-section p,
    .unique-law-section p {
        font-size: 13px;
    }

    img {
        max-width: 75%;
    }
}


/* ================================
   MAX-WIDTH: 420px (Small Phone)
================================ */
@media (max-width: 420px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
    height: 11rem;
        /*margin-top: -22%;*/
    }

    .hero-title {
        font-size: 18px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 16px;
    }

    .law-assignment-section p,
    .law-benefits-section p,
    .unique-law-section p {
        font-size: 12.5px;
    }

    img {
        max-width: 70%;
    }
}



/* ================================
   MAX-WIDTH: 320px (Very Small Devices)
================================ */
@media (max-width: 320px) {
    .hero-banner,
    .hero-banners,
    .hero-bannerss,
    .hero-banneres,
    .hero-banneress {
   height: 11rem;
        /*margin-top: -24%;*/
    }

    .hero-title {
        font-size: 18px;
    }

    .law-assignment-section h2,
    .law-benefits-section h2,
    .unique-law-heading {
        font-size: 14px;
    }

    .law-assignment-section p,
    .law-benefits-section p,
    .unique-law-section p {
        font-size: 12px;
    }

    img {
        max-width: 65%;
    }
}
