body {
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.bg-default {
    background: #050e21
}

.text-shadow {
    text-shadow: 2px 2px #0a0a0a;
}

.headerbg-lightcolor {
    background-color: #0d3f52;
}

.radius-30 {
    border-radius: 30px;
}

.radius-40 {
    border-radius: 40px;
}

.text-default {
    color: #33656c;
}

.bg-gradient {
    background: #041c85;
    /* background: linear-gradient(273deg, rgba(2,0,36,1) 0%, rgb(0 111 179) 0%, rgb(255 174 52) 100%); */
    /* background: rgb(2,0,36);
    background: linear-gradient(273deg, rgba(2,0,36,1) 0%, rgba(2,129,126,1) 0%, rgba(13,63,82,1) 100%); */
}

.radius-10 {
    border-radius: 10px;
}

.radius-10 img {
    border-radius: 10px;
}

.radius-30 img {
    border-radius: 30px;
}

.border-radius {
    border-radius: 30px;
}

.border-blog {
    border-radius: 30px;
}

.border-blog img {
    border-radius: 30px 30px 0 0;
}

.c-post-wrap {
    box-shadow: -2px 8px 50px -20px rgb(55 38 14 / 17%);
}

.h0 {
    font-size: 80px;
    letter-spacing: -1px;
}

@media(max-width: 768px) {
    .h0 {
        font-size: 36px;
        letter-spacing: -0.5px;
    }
}

@media(max-width: 480px) {
    .h0 {
        font-size: 24px;
        letter-spacing: 0px;
    }
}

.h-0 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media(max-width: 768px) {
    .h-0 {
        font-size: 28px;
        letter-spacing: -0.5px;
    }
}

@media(max-width: 480px) {
    .h-0 {
        font-size: 18px;
        letter-spacing: 0px;
    }
}

.btn-default {
    background-color: #041c85;
}

.single-blog {
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
}

.carousel-item img {
    height: 430px;
    background-size: cover;
}

@media(max-width: 768px) {
    .carousel-item img {
        height: 280px;
    }
}

@media(max-width: 576px) {
    .carousel-item img {
        height: 220px;
    }
}

@media(max-width: 480px) {
    .carousel-item img {
        height: 200px;
    }
}

.carousel-wrapper {
    width: 100%;
}

/* Mobile Carousel Caption - Minimal changes to preserve animations */
@media(max-width: 768px) {
    .carousel-caption {
        padding: 15px;
    }
}

@media(max-width: 576px) {
    .carousel-caption {
        padding: 10px;
    }

    .carousel-caption .pb-2 {
        padding-bottom: 3px;
        margin-bottom: 5px;
    }
}

@media(max-width: 480px) {
    .carousel-caption {
        padding: 5px;
    }

    .carousel-caption .pb-2 {
        padding-bottom: 2px;
        margin-bottom: 3px;
    }

    .carousel-caption p {
        margin-bottom: 8px;
    }
}

.slider1 {
    background-image: url('../images/slider/slider2.jpg');
    padding: 200px 0;
    background-size: cover;
}

@media(max-width: 768px) {
    .slider1 {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .slider1 {
        padding: 60px 0;
    }
}

.slider2 {
    background-image: url('../images/slider/designs.jpg');
    padding: 200px 0;
    background-size: cover;
    background-position: 100%;
}

@media(max-width: 768px) {
    .slider2 {
        padding: 100px 0;
        background-position: center;
    }
}

@media(max-width: 480px) {
    .slider2 {
        padding: 60px 0;
    }
}

.slider3 {
    background-image: url('../images/slider/trademarks.jpg');
    padding: 200px 0;
    background-size: cover;
}

@media(max-width: 768px) {
    .slider3 {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .slider3 {
        padding: 60px 0;
    }
}

.slider4 {
    background-image: url('../images/slider/copyright.jpg');
    padding: 200px 0;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .slider4 {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .slider4 {
        padding: 60px 0;
    }
}

.nav-link {
    font-size: 17px;
    font-weight: 700;
    font-family: initial;
    color: #333;
}

.nav-link:hover {
    color: #fb9902;
}

.nav-link.active {
    color: #fb9902 !important;
}

.border-rad5 {
    border-radius: 10px;
}

.who_we_are {
    background: #f1f2f2;
    width: 100%;
    height: auto;
    padding: 11% 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -5px;
}

@media(max-width: 768px) {
    .who_we_are {
        padding: 5% 0;
    }
}

@media(max-width: 576px) {
    .who_we_are {
        padding: 3% 0;
    }
}

@media(max-width: 480px) {
    .who_we_are {
        padding: 2% 0;
    }
}

.double_arrow {
    position: absolute;
    left: 103px;
    top: 0;
    z-index: -1;
    opacity: .05;
}

@media(max-width: 768px) {
    .double_arrow {
        display: none;
    }
}

.double_arrow img {
    width: auto;
    height: 700px;
}

.my-slider02 {
    background: #f1f2f2;
}

.my-slider02 {
    border: solid 20px #fff;
    border-radius: 30px;
}

.my-slider02 .carousel-control {
    top: calc(100% + 38px);
    width: 30px;
    height: 34px;
    background: rgba(255, 255, 255, .25) no-repeat center center/auto 100%;
    left: 21px;
}

.carousel-control img {
    width: 40px;
}

.my-slider02 .item {
    min-height: 364px;
    margin: 0px;
}

.event-heading {
    font-family: nimbus-sans-extended, sans-serif;
    margin: 0;
    color: #f68e20;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 18px;
    text-align: center;
}

.event-subheading {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
    color: #262324;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
    text-align: center;
}

.owl-controls {
    text-align: center;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.our_team {
    background: #f1f2f2;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 50px 0 0 0;
}

@media(max-width: 768px) {
    .our_team {
        padding: 25px 0 0 0;
    }
}

@media(max-width: 576px) {
    .our_team {
        padding: 15px 0 0 0;
    }
}

@media(max-width: 480px) {
    .our_team {
        padding: 10px 0 0 0;
    }
}

.our_team h3 {
    text-align: center !important;
    color: #f68e20;
    font-family: nimbus-sans-extended, sans-serif;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 18px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.our_team h4 {
    text-align: center;
    letter-spacing: 0;
    margin: 0 50px 40px;
}

.our_team .row .item .content {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    min-height: 100%;
    text-align: center;
    opacity: 0
}

.our_team .row .item .content p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    letter-spacing: 0
}

.our_team .row .item .content>div {
    padding: 15px
}

.our_team .row .item .content h4 {
    color: #041931;
    font-size: 18px;
    line-height: 25px;
    padding-top: 0;
    margin: 0
}

.our_team .row .item .content>div * {
    text-align: left
}

.our_team .row .col-sm-4:nth-child(n+4) {
    margin-top: 32px
}

.our_team .row .item .content:hover.content {
    opacity: 1
}

.our_team .row .item {
    height: 247px;
    padding: 0;
    background: #fff;
    position: relative;
    border: 10px solid #fff;
}

@media(max-width: 768px) {
    .our_team .row .item {
        height: 200px;
        border: 5px solid #fff;
    }
}

@media(max-width: 480px) {
    .our_team .row .item {
        height: 150px;
        border: 3px solid #fff;
    }
}

.our_team .row .item img {
    height: 100%;
    margin: 0 auto;
}

.practice-area {
    background: #041931;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 35px;
}

@media(max-width: 768px) {
    .practice-area {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media(max-width: 576px) {
    .practice-area {
        padding-top: 15px;
        padding-bottom: 12px;
    }
}

@media(max-width: 480px) {
    .practice-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.practice-area .banner_A {
    top: 0;
    width: 77%;
    right: -90px;
    z-index: -1;
}

@media(max-width: 768px) {
    .practice-area .banner_A {
        right: -200px;
    }
}

@media(max-width: 480px) {
    .practice-area .banner_A {
        display: none;
    }
}

.practice-area .banner_A img {
    height: 1266px;
    display: block;
    width: auto;
}

.practice-area .row .item:hover {
    border-color: #f68e20;
    background: #050e21;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.practice-area .row .item {
    background: #262324;
    border: solid 2px #050e21;
    border-radius: 50%;
    height: 96px;
    width: 96px;
    margin: auto;
    display: block;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

@media(max-width: 768px) {
    .practice-area .row .item {
        height: 80px;
        width: 80px;
    }
}

@media(max-width: 480px) {
    .practice-area .row .item {
        height: 60px;
        width: 60px;
    }
}

.practice-area h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 768px) {
    .practice-area h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width: 480px) {
    .practice-area h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

.practice-area .row a h5 {
    color: #fff;
    font-family: nimbus-sans-extended, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .practice-area .row a h5 {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 16px;
        margin-top: 20px;
    }
}

@media(max-width: 480px) {
    .practice-area .row a h5 {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 14px;
        margin-top: 15px;
    }
}

/*  */
.practice_area {
    background: #041931;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 410px;
    padding-bottom: 135px;
}

@media(max-width: 768px) {
    .practice_area {
        padding-top: 180px;
        padding-bottom: 60px;
    }
}

@media(max-width: 576px) {
    .practice_area {
        padding-top: 120px;
        padding-bottom: 40px;
    }
}

@media(max-width: 480px) {
    .practice_area {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

.practice_area .banner_A {
    top: 0;
    width: 77%;
    right: -90px;
    z-index: -1;
}

@media(max-width: 768px) {
    .practice_area .banner_A {
        right: -150px;
        width: 85%;
    }
}

@media(max-width: 480px) {
    .practice_area .banner_A {
        display: none;
    }
}

.practice_area .banner_A img {
    height: 1266px;
    display: block;
    width: auto;
}

.practice_area .row .item:hover {
    border-color: #f68e20;
    background: #050e21;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.practice_area .row .item {
    background: #262324;
    border: solid 2px #050e21;
    border-radius: 50%;
    height: 96px;
    width: 96px;
    margin: auto;
    display: block;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

@media(max-width: 768px) {
    .practice_area .row .item {
        height: 80px;
        width: 80px;
    }
}

@media(max-width: 480px) {
    .practice_area .row .item {
        height: 60px;
        width: 60px;
    }
}

.practice_area h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 768px) {
    .practice_area h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width: 480px) {
    .practice_area h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

.practice_area .row a h5 {
    color: #fff;
    font-family: nimbus-sans-extended, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .practice_area .row a h5 {
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 16px;
        margin-top: 20px;
    }
}

@media(max-width: 480px) {
    .practice_area .row a h5 {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 14px;
        margin-top: 15px;
    }
}

.practice-more {
    padding-top: 410px;
    padding-bottom: 135px;
    background: #041931;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media(max-width: 768px) {
    .practice-more {
        padding-top: 180px;
        padding-bottom: 60px;
    }
}

@media(max-width: 576px) {
    .practice-more {
        padding-top: 120px;
        padding-bottom: 40px;
    }
}

@media(max-width: 480px) {
    .practice-more {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

.double_arrow {
    position: absolute;
    left: 103px;
    top: 0;
    z-index: -1;
    opacity: .05;
}

.banner_A {
    position: absolute;
    right: -209.2px;
    top: -5px;
    width: auto;
}

.double_arrow img {
    width: auto;
    height: 700px;
}

.team-grid {
    position: relative;
    z-index: 2;
    position: relative;
    margin-top: 30px;
    bottom: 30px;
}

@media(max-width: 768px) {
    .team-grid {
        margin-top: 15px;
        bottom: 15px;
    }
}

@media(max-width: 576px) {
    .team-grid {
        margin-top: 10px;
        bottom: 10px;
    }
}

@media(max-width: 480px) {
    .team-grid {
        margin-top: 5px;
        bottom: 5px;
    }
}

.our_team .double_arrow {
    left: auto;
    right: 0;
    width: 793px;
    opacity: .1;
}

.double_arrow {
    position: absolute;
    left: 103px;
    top: 0;
    z-index: -1;
    opacity: .05;
}

.footer-menu li {
    display: inline;
    list-style-type: disc;
    padding: 0 17px;
}

.footer-menu li a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 20px;
    text-align: left;
    color: #6d6e70;
    text-decoration: none;
}

.practices-heading {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 16px;
    color: #f68e20;
}

.footer {
    background: #f1f2f2;
    border-top: solid 1px #f68e20;
    border-bottom: solid 1px #f68e20;
}

.bottom_footer {
    background: #262324;
    height: auto;
    width: 100%;
    padding: 48px 3.48% 50px 3.48%;
}

.agreement-drafting {
    background-image: url('../images/agreement-drafting.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    filter: brightness(1.5);
}

.commercial-dispute-banner {
    background-image: url('../../uploads/slider/Commercial-disputes.jpg') !important;
}

@media(max-width: 768px) {
    .agreement-drafting {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .agreement-drafting {
        padding: 30px 0;
    }
}

.startup-registration-in-gurgaon {
    background-image: url('../images/startup-registration-in-gurgaon.jpg');
    position: relative;
    z-index: 2;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .startup-registration-in-gurgaon {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .startup-registration-in-gurgaon {
        padding: 30px 0;
    }
}

.corporate-law {
    background-image: url('../images/corporate-law.png');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
}

@media(max-width: 768px) {
    .corporate-law {
        padding: 40px 0;
        background-size: cover;
    }
}

@media(max-width: 480px) {
    .corporate-law {
        padding: 30px 0;
        background-size: cover;
    }
}

.income-tax {
    background-image: url('../images/income-tax.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .income-tax {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .income-tax {
        padding: 30px 0;
    }
}

.goods-and-services-tax {
    background-image: url('../images/goods-and-services-tax.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .goods-and-services-tax {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .goods-and-services-tax {
        padding: 30px 0;
    }
}

.arbitration-law {
    background-image: url('../images/arbitration-law.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     filter: brightness(1.3);
}

.arbitration-law::before {
    background: rgba(20, 15, 40, 0.25) !important;
}


@media(max-width: 768px) {
    .arbitration-law {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .arbitration-law {
        padding: 30px 0;
    }
}

.cheque-bouncing {
    background-image: url('../images/cheque-bouncing.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .cheque-bouncing {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .cheque-bouncing {
        padding: 30px 0;
    }
}

.civil-litigation {
    background-image: url('../images/civillitigation.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
}

@media(max-width: 768px) {
    .civil-litigation {
        padding: 40px 0;
    }
}

@media(max-width: 480px) {
    .civil-litigation {
        padding: 30px 0;
    }
}

.competition-commission-law {
    background-image: url('../images/competition-commission-law.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     filter: brightness(1.3);
}
.competition-commission-law::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.copyright-banner {
    background-image: url('../images/Copyright-Banner.jpg');
    position: relative;
    z-index: 2;
    padding: 180px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

@media(max-width: 768px) {
    .copyright-banner {
        padding: 100px 0;
        background-size: cover;
    }
}

@media(max-width: 480px) {
    .copyright-banner {
        padding: 60px 0;
        background-size: cover;
    }
}

.contact-banner {
    background-image: url('../images/contact-banner.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-banner::before {
    background: rgba(10, 15, 40, 0.25) !important;
}


.criminal-litigation {
    background-image: url('../images/criminal-litigation.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.criminal-litigation::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.cyber-law {
    background-image: url('../images/cyber-law.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.commerce-laws {
    background-image: url('../images/commerce-laws.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.commerce-laws::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.insolvency-law {
    background-image: url('../images/insolvency-law.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 65%;
     filter: brightness(1.3);
}
.insolvency-law::before {
    background: rgba(10, 15, 40, 0.25) !important;
}
.international-trademark {
    background-image: url('../images/international-trademark.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.legal-metrology {
    background-image: url('../images/legal-metrology.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
     filter: brightness(1.3);
}

.media-and-entertainment {
    background-image: url('../images/media-and-entertainment.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
     filter: brightness(1.3);
}

.msme-and-startup-registration {
    background-image: url('../images/msme-and-startup-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.patent {
    background-image: url('../images/patent.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.property-documents-registration {
    background-image: url('../images/property-documents-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
     filter: brightness(1.3);
}

.society-registration {
    background-image: url('../images/society-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.realestatereracover {
    background-image: url('../images/realestatereracover.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center 60%;
}

.atitle-search-of-property {
    background-image: url('../images/atitle-search-of-property.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
     filter: brightness(2.3);
}

.trade-license {
    background-image: url('../images/trade-license.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.trademark-transfer {
    background-image: url('../images/trademark-transfer.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.trademarks {
    background-image: url('../images/trademarks.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .trademarks {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .trademarks {
        padding: 60px 0;
    }
}

.welknown-trademark {
    background-image: url('../images/welknown-trademark.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.welknown-trademark::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.agreement-to-sell {
    background-image: url('../images/agreement-to-sell.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    filter: brightness(1.3);
}

.food-license {
    background-image: url('../images/food-license.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mortgage-deed {
    background-image: url('../images/mortgage-deed.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     filter: brightness(1.3);
}

.labour-law {
    background-image: url('../images/labour-law.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .welknown-trademark {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .welknown-trademark {
        padding: 60px 0;
    }
}

.geographical-indication {
    background-image: url('../images/geographic-indications.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media(max-width: 768px) {
    .geographical-indication {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .geographical-indication {
        padding: 60px 0;
    }
}

.semiconductor {
    background-image: url('../images/semiconductor.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

@media(max-width: 768px) {
    .semiconductor {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .semiconductor {
        padding: 60px 0;
    }
}

.designs {
    background-image: url('../images/designs.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.designs::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

@media(max-width: 768px) {
    .designs {
        padding: 120px 0;
    }
}

@media(max-width: 480px) {
    .designs {
        padding: 120px 0;
    }
}

.drug-law {
    background-image: url('../images/drug-law.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .drug-law {
        padding: 100px 0;
    }
}

@media(max-width: 480px) {
    .drug-law {
        padding: 60px 0;
    }
}

.history-banner {
    background-image: url('assets/images/');
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.business-agreements {
    background-image: url('../images/business-agreements.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     filter: brightness(1.3);
}

.business-agreements::before {
    background: rgba(10, 15, 40, 0.25) !important;
}


.collaboration-agreements {
    background-image: url('../images/collaboration-agreements.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center  20%;
}

.franchise-agreement {
    background-image: url('../images/franchise-agreement.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 55%;
}
.franchise-agreement::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.litigation-law-firm {
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 85%;
}

.litigation-law-firm::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 40, 0.25);
    z-index: 1;
}

.litigation-law-firm .container {
    position: relative;
    z-index: 2;
}

.ipr-litigation::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.ipr-litigation .container {
    position: relative;
    z-index: 2;
}

.sale-and-conveyance-deed {
    background-image: url('../images/sale-and-conveyance-deed.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60%;
     filter: brightness(1.3);
}

.sale-and-conveyance-deed::before {
    background: rgba(10, 15, 40, 0.25) !important;
}


.double_arrow.inner-page-arrow {
    width: 100%;
    opacity: 1;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.double_arrow {
    position: absolute;
    left: 103px;
    top: 0;
    z-index: -1;
    opacity: .05;
}

.double_arrow.inner-page-arrow img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 16%; */
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

.banner-content p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    padding: 20px 0 0;
}

/* Nav bar */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #ffffff;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        /* padding:.5rem .5rem; */
        margin: 0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    /* simple dropdowns appear below the nav item, not full width */
    .navbar .simple-dropdown {
        position: relative;
    }

    .navbar .simple-dropdown .dropdown-menu {
        width: auto;
        min-width: 200px;
        left: 0;
        right: auto;
        top: 100%;
    }

    .navbar .simple-dropdown .dropdown-menu-right {
        left: auto;
        right: 0;
    }

    /* mega dropdowns (Trademark, Real Estate, Services) - constrained width, below item */
    .navbar .mega-dropdown {
        position: relative;
    }

    .navbar .mega-dropdown .dropdown-menu {
        width: auto;
        left: 0;
        right: auto;
        top: 100%;
    }

    .navbar .mega-dropdown .dropdown-menu-right {
        left: auto;
        right: 0;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        top: 60px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;

    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar .dropdown-menu {
        /* border: 1px solid rgba(0,0,0,.15); */
        background-color: #fff;
    }

}


/* End navbar */


.scrollup {
    bottom: 40px;
    display: none;
    font-size: 42px;
    color: #fb9902;
    height: 40px;
    position: fixed;
    right: 22px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

.bg-footer {
    background: #262324;
}

.copyright {
    border-top: solid 1px #f68e20;
}

.led-wrapper {
    background-image: url(../images/slider.jpg);
    padding: 200px 0;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
}

@media(max-width: 768px) {
    .led-wrapper {
        padding: 100px 0;
        background-attachment: scroll;
    }
}

@media(max-width: 480px) {
    .led-wrapper {
        padding: 60px 0;
        background-attachment: scroll;
    }
}

/* .why-choose{
    background-image: url(../images/why-choose.jpg);
    padding: 100px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000; 
} */

#testimonial {
    background-image: url(../images/testimonial.jpg);
    padding: 50px 0 0 0;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
}

@media(max-width: 768px) {
    #testimonial {
        padding: 30px 0 0 0;
        background-attachment: scroll;
    }
}

@media(max-width: 576px) {
    #testimonial {
        padding: 20px 0 0 0;
        background-attachment: scroll;
    }
}

@media(max-width: 480px) {
    #testimonial {
        padding: 15px 0 0 0;
        background-attachment: scroll;
    }
}

.home-banner {
    background-image: url(../images/home-banner.jpg);
    padding: 50px 0;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media(max-width: 768px) {
    .home-banner {
        padding: 30px 0;
    }
}

@media(max-width: 576px) {
    .home-banner {
        padding: 20px 0;
    }
}

@media(max-width: 480px) {
    .home-banner {
        padding: 15px 0;
    }
}

.lease-registration {
    background-image: url(../images/lease-registration.jpg);
    padding: 120px 0;
    background-size: cover;
    overflow: hidden;
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
     filter: brightness(1.3);
}

@media(max-width: 768px) {
    .lease-registration {
        padding: 30px 0;
    }
}

@media(max-width: 576px) {
    .lease-registration {
        padding: 20px 0;
    }
}

@media(max-width: 480px) {
    .lease-registration {
        padding: 15px 0;
    }
}

.transfer-deed {
    background-image: url('../images/lease-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.transfer-deed::before {
    background: rgba(10, 15, 40, 0.25) !important;
}

.sale-deed-registration {
    background-image: url('../images/sale-deed-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
}

@media(max-width: 768px) {
    .sale-deed-registration {
        padding: 30px 0;
        min-height: 200px;
        display: flex;
        align-items: center;
    }
}

@media(max-width: 576px) {
    .sale-deed-registration {
        padding: 20px 0;
        min-height: 170px;
    }
}

@media(max-width: 480px) {
    .sale-deed-registration {
        padding: 15px 0;
        min-height: 150px;
    }
}

.trademarkregistrationsale {
    background-image: url('../images/trademarkregistrationsale.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 55%);
}

.home-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 400px;
    z-index: 0;
}

@media(max-width: 768px) {
    .home-slider {
        height: 280px;
    }
}

@media(max-width: 576px) {
    .home-slider {
        height: 220px;
    }
}

@media(max-width: 480px) {
    .home-slider {
        height: 200px;
        min-height: 200px;
    }
}

.real-estate-litigation {
    background-image: url('../images/real-estate-litigation.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.llf-startup-facilitator {
    background-image: url('../images/llf-startup-facilitator.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgb(0 123 255 / 71%);
}

.gift-deed-registration {
    background-image: url('../images/gift-deed-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60%;
     filter: brightness(1.3);
}

.will-registration {
    background-image: url('../images/will-registration.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lease-agreement-drafting {
    background-image: url('../images/lease-agreement-drafting.jpg');
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
     filter: brightness(1.3);
}

@media(max-width: 768px) {
    .lease-agreement-drafting {
        padding: 30px 0;
    }
}

@media(max-width: 576px) {
    .lease-agreement-drafting {
        padding: 20px 0;
    }
}

@media(max-width: 480px) {
    .lease-agreement-drafting {
        padding: 15px 0;
    }
}

@media(max-width: 768px) {
    .h0 {
        font-size: 32px;
    }

    .h-0 {
        font-size: 24px;
    }

    .our_team .row .item {
        height: 180px;
    }

    .mob-pl-4 {
        padding-left: 15px;
    }

    .h-6 a {
        font-size: 13px;
    }

    img.logo {
        width: 60%;
    }

    .h1,
    h1 {
        font-size: 22px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .carousel-caption .pb-2 {
        margin: 0px;
        padding: 0px;
    }

    /* Top info bar */
    .top-info-bar .row .col-lg-6 a {
        font-size: 12px;
    }

    /* Navbar mobile */
    #navbar_top .navbar-toggler {
        border-color: #333;
    }

    #navbar_top .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #navbar_top .navbar-collapse {
        background: #fff;
        padding: 10px;
        border-top: 1px solid #eee;
    }

    #navbar_top .nav-link {
        font-size: 15px;
        padding: 8px 10px;
        color: #333;
    }

    #navbar_top .nav-link.active {
        color: #fb9902;
    }

    /* Hero section responsive */
    .hero-section-refined {
        min-height: 350px;
    }

    .hero-content .display-2 {
        font-size: 2rem;
    }

    .hero-content .h4 {
        font-size: 1rem;
    }

    /* About section */
    .about-us-section .stat-box .number {
        font-size: 2rem;
    }

    .about-us-section .display-4 {
        font-size: 1.5rem;
    }

    .about-cta-content .lead {
        font-size: 1rem;
    }

    /* Accordion services */
    .collapse-btn {
        font-size: 15px;
    }

    .service-square-card {
        width: 120px;
    }

    .service-square-card span {
        font-size: 11px;
    }

    /* Testimonials */
    .testimonials-section .display-5 {
        font-size: 1.8rem;
    }

    .testimonial-card {
        padding: 20px;
    }

    /* Footer */
    .nav-tabs {
        flex-wrap: wrap;
    }

    .nav-tabs .nav-item.nav-link {
        font-size: 13px;
        padding: 6px 10px;
    }

    footer .col-sm-3,
    section[style*="#041c85"] .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    section[style*="#041c85"] .col-sm-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section[style*="#041c85"] .col-sm-1 .float-right {
        float: none !important;
        text-align: center;
    }

    /* Firm overview */
    .bg-gradient .col-sm-5,
    .bg-gradient .col-sm-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bg-gradient .col-sm-5 {
        margin-bottom: 20px;
    }

    /* Why choose */
    .why-choose .radius-40 {
        border-radius: 15px;
    }

    /* Copyright bar */
    .copyright .col-lg-6 {
        text-align: center;
    }

    .copyright .pull-left {
        float: none;
        text-align: center;
    }

    /* Clients slider */
    .clients-section .client-logo {
        height: 40px;
    }

    /* Heading section */
    section.pt-5.pb-2 h3 {
        font-size: 18px;
    }

    .blockquote .h5 {
        font-size: 15px;
    }
}

@media(max-width: 576px) {
    .h0 {
        font-size: 24px;
    }

    .h-0 {
        font-size: 18px;
    }

    .our_team .row .item {
        height: 140px;
    }

    .mob-pl-4 {
        padding-left: 10px;
    }

    .h-6 a {
        font-size: 11px;
    }

    img.logo {
        width: 50%;
    }

    .h1,
    h1 {
        font-size: 18px;
    }

    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .carousel-caption {
        padding: 10px;
    }

    .carousel-caption .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .carousel-caption .col-lg-7 {
        padding-right: 5px;
        padding-left: 5px;
    }

    /* Top info bar */
    .top-info-bar .row .col-lg-6 a {
        font-size: 11px;
    }

    /* Hero section */
    .hero-section-refined {
        min-height: 280px;
    }

    .hero-content .display-2 {
        font-size: 1.6rem;
    }

    .hero-content .h4 {
        font-size: 0.9rem;
    }

    .consult-btn {
        font-size: 13px;
        padding: 10px 25px;
    }

    /* About section */
    .about-us-section .col-lg-3,
    .about-us-section .col-lg-5,
    .about-us-section .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-us-section .stat-box .number {
        font-size: 1.8rem;
    }

    .about-us-section .display-4 {
        font-size: 1.3rem;
    }

    /* Accordion */
    .service-square-card {
        width: 100px;
    }

    .service-square-card .icon-wrap img {
        max-height: 40px;
    }

    .service-square-card span {
        font-size: 10px;
    }

    /* Firm overview */
    .bg-gradient .h1,
    .bg-gradient h1 {
        font-size: 22px;
    }

    .bg-gradient .h4 {
        font-size: 16px;
    }

    /* Testimonials */
    .testimonials-section .display-5 {
        font-size: 1.5rem;
    }

    .testimonial-text {
        font-size: 13px;
    }

    /* Section heading */
    section.pt-5.pb-2 h3 {
        font-size: 16px;
    }

    .blockquote .h5 {
        font-size: 14px;
    }

    /* Footer */
    .nav-tabs .nav-item.nav-link {
        font-size: 12px;
        padding: 5px 8px;
    }

    section[style*="#041c85"] .h4 {
        font-size: 16px;
    }

    /* WhatsApp float */
    .float {
        width: 50px;
        height: 50px;
        font-size: 25px;
        bottom: 25px;
        right: 20px;
    }

    .float .my-float {
        margin-top: 12px !important;
    }
}

/* ==================== */
/* RESPONSIVENESS (MOBILE & TABLET) */
/* ==================== */

/* Tablets & Small Desktops */
@media(max-width: 1199px) {
    .service-square-card {
        width: 160px;
        height: 160px;
    }
}

@media(max-width: 991px) {
    .h0 {
        font-size: 24px;
    }

    .h-0 {
        font-size: 18px;
    }

    .our_team .row .item {
        height: 140px;
    }

    .mob-pl-4 {
        padding-left: 10px;
    }

    .h-6 a {
        font-size: 11px;
    }

    img.logo {
        width: 45%;
    }

    .h1,
    h1 {
        font-size: 20px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar .dropdown-menu {
        background-color: #fff !important;
        border: 1px solid #eee;
        padding: 10px 0;
    }

    .navbar .dropdown-menu .nav-link {
        font-size: 14px;
        padding: 8px 20px;
    }

    .hero-section-refined {
        min-height: 500px;
    }

    .service-square-card {
        width: 140px;
        height: 140px;
    }
}

@media(max-width: 767px) {
    .top-info-bar .row .col-lg-6 a {
        font-size: 11px;
        margin-right: 15px !important;
    }

    .hero-section-refined {
        min-height: auto;
        padding: 40px 0;
        align-items: center;
    }

    .hero-sticker-img {
        max-height: 250px;
        margin-bottom: 20px;
    }

    .hero-content {
        text-align: left !important;
        padding: 20px 15px;
    }

    .hero-content h1 {
        font-size: 1.6rem !important;
    }

    .consult-btn {
        padding: 12px 30px;
        font-size: 14px;
    }

    .stat-box {
        text-align: center;
        border-bottom: 1px solid #eee;
        padding: 20px 0;
    }

    .stat-box:last-child {
        border-bottom: none;
    }

    .stat-box .number {
        font-size: 2.2rem;
    }

    .service-square-card {
        width: calc(50% - 20px);
        height: 150px;
        margin: 10px;
    }

    .contact-us-form-dark {
        padding: 30px 20px;
    }
}

@media(max-width: 480px) {
    .top-info-bar .row .col-lg-6 {
        text-align: center !important;
        margin-bottom: 5px;
    }

    .hero-content .display-2 {
        font-size: 1.5rem;
    }

    .hero-section-refined {
        min-height: 350px;
    }

    img.logo {
        width: 180px !important;
    }

    .service-square-card {
        width: calc(100% - 20px);
        height: 120px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .service-square-card .icon-wrap {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .service-square-card img {
        max-height: 35px;
    }

    .service-square-card span {
        font-size: 10px;
        text-align: left;
    }

    .why-choose-box {
        padding: 20px;
    }
}

/* Base Premium Styles (Always Active) */
.h-1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.top-info-bar {
    padding: 5px 0;
}

.top-info-bar a {
    font-size: 14px;
}

#navbar_top.fixed-top {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hero-section-refined {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    background: #ffffff;
    overflow: hidden;
    padding: 40px 0;
}

.hero-overlay {
    display: none;
}

.hero-sticker-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding-bottom: 0;
}

.hero-sticker-img {
    max-height: 420px;
    width: auto;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.10));
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #16213E;
    padding: 40px 20px;
    max-width: 900px;
}

.hero-content .display-2 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.consult-btn {
    display: inline-block;
    padding: 15px 45px;
    border: 3px solid #16213E;
    color: #16213E;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 5px;
    text-transform: uppercase;
}

.consult-btn:hover {
    background: #16213E;
    color: #fff;
    box-shadow: 0 10px 20px rgba(22, 33, 62, 0.2);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.service-list li {
    flex: 0 0 calc(33.333% - 11px);
}

@media (max-width: 991px) {
    .service-list li {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 575px) {
    .service-list li {
        flex: 0 0 100%;
    }
}

.service-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: #ffffff;
    color: #16213E;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-list-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #16213E;
    border-radius: 12px 0 0 12px;
    transition: width 0.3s ease;
}

.service-list-btn i {
    font-size: 14px;
    color: #ffffff;
    background: #16213E;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.service-list-btn:hover {
    background: #16213E;
    color: #ffffff;
    text-decoration: none;
    border-color: #16213E;
    box-shadow: 0 8px 25px rgba(22,33,62,0.25);
    transform: translateY(-3px);
}

.service-list-btn:hover::before {
    width: 100%;
    border-radius: 12px;
    z-index: 0;
}

.service-list-btn:hover span,
.service-list-btn:hover i {
    position: relative;
    z-index: 1;
}

.service-list-btn:hover i {
    background: #dc3545;
    color: #ffffff;
    transform: translate(3px, -3px);
}

.service-list-btn span {
    position: relative;
    z-index: 1;
}




.clients-section {
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.clients-slider {
    display: flex;
    animation: scrollClients 25s linear infinite;
    width: max-content;
    padding: 20px 0;
}

.client-logo {
    height: 60px;
    margin: 0 40px;
    opacity: 1;
    transition: all 0.3s ease;
    filter: none;
    object-fit: contain;
}

.client-logo:hover {
    opacity: 1;
    filter: none;
    transform: scale(1.1);
}

@keyframes scrollClients {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.stat-box {
    padding: 25px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.stat-box:last-child {
    border-bottom: none;
}

.stat-box .number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #16213E;
    display: block;
}

.stat-box .label {
    font-size: 0.85rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.btn-cta-red {
    background: #E63946;
    color: #fff;
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(230, 57, 70, 0.2);
}

.btn-cta-red:hover {
    background: #d62828;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.4);
}

.collapse-btn {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #16213E;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapse-btn:not(.collapsed) {
    background: #16213E;
    color: #fff;
}

.service-square-card {
    background: #16213E;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 10px;
    text-decoration: none !important;
}

.service-square-card:hover {
    transform: translateY(-10px) rotate(2deg);
    background: #1b2a4e;
    box-shadow: 0 15px 30px rgba(22, 33, 62, 0.35);
}

.service-square-card .icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.service-square-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.service-square-card span {
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f5f5f5;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.user-role {
    color: #fb9902;
    font-size: 0.7rem;
    font-weight: 800;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    line-height: 1.7;
}

.why-choose-box {
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.why-choose-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.why-choose-box .h6 {
    font-size: 0.85rem;
}

.why-choose-box:hover {
    background: #16213E !important;
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.why-choose-box:hover .h6,
.why-choose-box:hover p {
    color: #fff !important;
}

.contact-us-form-dark {
    background: #1a1a2e;
    padding: 50px;
    border-radius: 20px;
    color: #fff;
}

.contact-us-form-dark .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    height: 50px;
}

.contact-us-form-dark .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFD700;
    box-shadow: none;
    color: #fff;
}

/* Office location cards */
.office-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(7, 131, 207, 0.2) !important;
}
.office-card p {
    margin-bottom: 0;
}


/* ============================================================
   INNER PAGE BANNER — Universal dark overlay + consistent font
   Ensures heading text is always readable on any background image
   ============================================================ */

.agreement-drafting::before,
.startup-registration-in-gurgaon::before,
.corporate-law::before,
.income-tax::before,
.goods-and-services-tax::before,
.arbitration-law::before,
.cheque-bouncing::before,
.civil-litigation::before,
.competition-commission-law::before,
.copyright-banner::before,
.contact-banner::before,
.criminal-litigation::before,
.cyber-law::before,
.commerce-laws::before,
.insolvency-law::before,
.international-trademark::before,
.legal-metrology::before,
.media-and-entertainment::before,
.msme-and-startup-registration::before,
.patent::before,
.property-documents-registration::before,
.society-registration::before,
.realestatereracover::before,
.atitle-search-of-property::before,
.trade-license::before,
.trademark-transfer::before,
.trademarks::before,
.labour-law::before,
.mortgage-deed::before,
.food-license::before,
.agreement-to-sell::before,

.geographical-indication::before,
.semiconductor::before,
.designs::before,
.drug-law::before,
.history-banner::before,
.business-agreements::before,
.collaboration-agreements::before,
.franchise-agreement::before,

.real-estate-litigation::before,
.gift-deed-registration::before,
.transfer-deed::before,
.will-registration::before,
.lease-agreement-drafting::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 40, 0.55);
    z-index: 1;
}

/* Lift the content above the overlay */
.agreement-drafting .container,
.startup-registration-in-gurgaon .container,
.corporate-law .container,
.income-tax .container,
.goods-and-services-tax .container,
.arbitration-law .container,
.cheque-bouncing .container,
.civil-litigation .container,
.competition-commission-law .container,
.copyright-banner .container,
.contact-banner .container,
.criminal-litigation .container,
.cyber-law .container,
.commerce-laws .container,
.insolvency-law .container,
.international-trademark .container,
.legal-metrology .container,
.media-and-entertainment .container,
.msme-and-startup-registration .container,
.patent .container,
.property-documents-registration .container,
.society-registration .container,
.realestatereracover .container,
.atitle-search-of-property .container,
.trade-license .container,
.trademark-transfer .container,
.trademarks .container,
.labour-law .container,
.mortgage-deed .container,
.food-license .container,
.agreement-to-sell .container,
.welknown-trademark .container,
.geographical-indication .container,
.semiconductor .container,
.designs .container,
.drug-law .container,
.history-banner .container,
.business-agreements .container,
.collaboration-agreements .container,
.franchise-agreement .container,

.real-estate-litigation .container,
.gift-deed-registration .container,
.transfer-deed .container,
.will-registration .container,
.lease-agreement-drafting .container {
    position: relative;
    z-index: 2;
}

/* Banner heading — Playfair Display, always visible on any image */
.text-shadow {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 16px rgba(0, 0, 0, 0.7),
        0 1px 0 rgba(0, 0, 0, 1) !important;
    letter-spacing: 0.5px;
}