@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Playfair Display", serif;
    font-size: 15px;
}

body p{
    font-family: "Poppins", sans-serif;
}
body ul li{
    font-family: "Poppins", sans-serif;
}

body a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #000;
}

.btn-primary{
    background-color: #B32020;
    border-color: #B32020;
}
.btn-primary:hover{
    background-color: #771616;
}
section {
    position: relative;
    padding: 60px 0;
}

.img-responsive {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.h1 {
    font-size: 45px;
    font-weight: 700;
}

.h2 {
    font-size: 40px;
    font-weight: 700;
}

.h3 {
    font-size: 35px;
    font-weight: 600;
}

.navbar-nav li a {
    font-size: 17px;
    font-weight: 400;
}

.navbar-nav li {
    padding: 0 12px;
}

.navbar {
    flex-wrap: wrap;
}

.appointment_button {
    background-color: #B32020;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.login_bgn i {
    /* background-color: #B32020; */
    color: #B32020;
    font-size: 40px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* Base dropdown hover */
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* width: 250px; */
}

/* Submenu container */
.dropdown-submenu {
    position: relative;
}

/* Base dropdown menu animation state */
.dropdown-menu {
    display: block;
    /* keep block for animation */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* slide up effect */
    transition: all 0.25s ease-in-out;
}

/* First level dropdown visible */
.nav-item.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu positioning */
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    /* slide from right */
    transition: all 0.25s ease-in-out;
}

/* Show submenu on hover with animation */
.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Arrow indicator */
/* .dropdown-submenu > a::after {
    content: "›";
    float: right;
    font-size: 14px;
    margin-left: 10px;
} */
.dropdown-item {
    padding: 10px;
}

/* Remove Bootstrap caret conflict */
.dropdown-menu>li>a.dropdown-toggle::after {
    border: none;
}

/* Optional: smoother font rendering */
.dropdown-menu li a {
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Optional: hover highlight polish */
.dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

/* ===============================
   HERO BANNER – LAW FIRM STYLE
================================ */

.hero-slider {
    position: relative;
}

.hero-image {
    min-height: 90vh;
    background-size: cover;
    background-position: center;
}

/* Smooth fade effect */
.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
}

/* White arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.slider_arrow {
    color: #B32020;
    font-size: 35px;
}

/* Content */
.small_text {
    font-size: 20px;
    color: #B32020;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #111;
}

.about-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #000000;
}

.about-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
}

/* Bullet List */
.about-list {
    list-style: none;
    padding-left: 0;
}

.about-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
    font-size: 0.95rem;
}

.about-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #B32020;
    font-size: 1.2rem;
    line-height: 1;
}

/* Button */
.about-btn {
    background-color: #B32020;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background-color: #B32020;
    color: #fff;
}

/* ===============================
   STATS SECTION – LAW FIRM
================================ */

.stats-section {
    background-color: #f1f0ee;
}

/* Item */
.stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon */
.stats-icon {
    font-size: 2.4rem;
    color: #B32020;
    margin-bottom: 10px;
}

/* Number */
.stats-number {
    font-size: 2rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}

/* Text */
.stats-text {
    font-size: 0.95rem;
    color: #333;
    margin: 0;
}

/* ===============================
   PRACTICE AREAS SLIDER
================================ */

.practice-slider-section {
    background-color: #f5f3f2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
}

/* Card Equal Height */
.practice-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image */
.practice-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content */
.practice-content {
    padding: 25px 25px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.practice-content h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

.practice-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
    flex-grow: 1;
}

/* Link */
.practice-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #B32020;
    text-decoration: none;
    margin-top: 15px;
}

.practice-link:hover {
    text-decoration: underline;
}

/* Owl Controls */
.practice-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: #B32020 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
}

.practice-carousel .owl-nav .owl-prev {
    left: -50px;
}

.practice-carousel .owl-nav .owl-next {
    right: -50px;
}

.practice-carousel .owl-dots {
    margin-top: 20px;
}


/* ===============================
   SERVICES – OUR EXPERTISE
================================ */

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
}

/* Card */
.service-card {
    background: #f1f0ee;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

/* Image */
.service-image {
    position: relative;
}

.service-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* Icon badge */
.service-icon {
    position: absolute;
    bottom: -18px;
    left: 20px;
    width: 42px;
    height: 42px;
    background: #0f2a2a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* Content */
.service-content {
    padding: 35px 20px 25px;
}

.service-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
}

/* Link */
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}


/* ===============================
   WORKFLOW – THE WAY WE WORK
================================ */

/* .workflow-section {
    background-color: #EBEBEB;
} */

/* Title */
.workflow-title {
    font-size: 2.6rem;
    font-weight: 600;
}

/* Timeline Wrapper */
.workflow-timeline {
    position: relative;
    padding-top: 40px;
}

/* Dotted Horizontal Line */
.workflow-line {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 2px;
    border-top: 2px dotted #1e1e1e;
    z-index: 1;
}

/* Step */
.workflow-step {
    position: relative;
    padding-top: 40px;
}

/* Circle */
.step-circle {
    position: absolute;
    top: -8px;
    left: 0;
    width: 42px;
    height: 42px;
    background: #B32020;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Heading */
.workflow-step h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
}

/* Text */
.workflow-step p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

/* ===============================
   TESTIMONIAL CAROUSEL
================================ */

.testimonials-section {
    background-color: #ffffff;
}

.testimonials-title {
    font-size: 2.6rem;
    font-weight: 600;
}

/* Card */
.testimonial-card {
    background: #f1f0ee;
    padding: 45px 40px;
    border-radius: 18px;
    position: relative;
}

/* Quote */
.testimonial-quote {
    font-size: 4rem;
    color: #B32020;
    line-height: 1;
    margin-bottom: 10px;
}

/* Text */
.testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

/* Client */
.testimonial-client h6 {
    margin: 0;
    font-weight: 600;
}

.testimonial-client span {
    font-size: 0.9rem;
    color: #666;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    background-color: #B32020;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* ===============================
   BOOK APPOINTMENT SECTION
================================ */

.appointment-section {
    background-color: #f1f0ee;
}

/* Title */
.appointment-title {
    font-size: 2.6rem;
    font-weight: 600;
}

/* Inputs */
.appointment-input,
.appointment-textarea {
    border: 1px solid #111;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 0.95rem;
}

.appointment-input:focus,
.appointment-textarea:focus {
    box-shadow: none;
    border-color: #B32020;
}

/* Button */
.appointment-btn {
    background-color: #B32020;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.appointment-btn:hover {
    background-color: #B32020;
    color: #fff;
}

/* Image */
.appointment-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.appointment-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ===============================
   FOOTER – LAW FIRM
================================ */

.site-footer {
    background: #000000;
    color: #d1d1d1;
    padding: 70px 0 30px;
}

/* Titles */
.footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Text */
.footer-text {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #B32020;
}

/* Social */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #B32020;
    color: #fff;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.footer-contact i {
    color: #B32020;
    margin-top: 4px;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.9rem;
}


/* about us page style start  */
.breadcrumb_section {
    background: url(../images/bread-crumb.png) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.breadcrumb_container h2 {
    font-size: 35px;
    text-transform: uppercase;
}

.breadcrumb_container a {
    color: #B32020;
    font-size: 16px;
}

.breadcrumb_container span {
    color: #fff;
    padding: 0 5px;
    font-size: 16px;
}

/* about us page style end  */

/* civil litigatio page style start  */
.litigation-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.litigation-card:hover {
    transform: translateY(-8px);
}

.litigation-icon {
    font-size: 40px;
    color: #B32020;
}

.accordion-button{
    font-size: 25px;
}
.accordion-button:not(.collapsed) {
    background-color: #B32020;
    color: #fff;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-body ul li{
    font-size: 17px;
    padding: 10px 0;
}
/* civil litigatio page style end  */

/* ===============================
   PRIVACY POLICY PAGE
================================ */

.policy-page {
    background-color: #faf7f5;
}

.policy-box {
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 18px;
}

.policy-box h4 {
    margin-top: 25px;
    font-weight: 600;
}

.policy-box p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333;
}

.policy-box ul {
    padding-left: 20px;
}

.policy-box ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}


/* ===============================
   DISCLAIMER POPUP
================================ */

.disclaimer-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.disclaimer-box {
    background: #ffffff;
    width: 90%;
    max-width: 700px;
    border-radius: 12px;
    overflow: hidden;
}

.disclaimer-header {
    background: #B32020;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.disclaimer-body {
    padding: 20px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

.disclaimer-body ul {
    padding-left: 20px;
}

.disclaimer-body li {
    margin-bottom: 8px;
}

.disclaimer-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
}

.disclaimer-footer button {
    margin: 0 8px;
    padding: 8px 22px;
    border-radius: 6px;
}


/* Responsive Adjustments */



@media (max-width: 991.98px) {
    .navbar {
        flex-wrap: nowrap;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .about-title {
        font-size: 2rem;
    }

    .workflow-line {
        display: none;
    }

    .step-circle {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .appointment-title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2rem;
    }

    .stats-number {
        font-size: 1.6rem;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .testimonials-title {
        font-size: 2rem;
    }

    .site-footer {
        text-align: center;
    }

    .footer-contact li {
        justify-content: center;
    }
}