/* header css start here */
/* hero sec - home page css start */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px !important;
}

:root {
    --primary-color: #ffffff;
    --secondary-color: #2ecc71;
    --font-family-1: "Playfair", serif;
    --font-family-2: "Rubik", sans-serif;
    --font-family-3: "Source Sans 3", sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.5;
    --btn-bg: #ccbd99;
    --btn-color-hover: #ccbd99;
    --header-border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    --primary-color: #ffffff;
    --secondary-color: #2ecc71;
    --font-family-1: "Playfair", serif;
    --font-family-2: "Rubik", sans-serif;
    --font-family-3: "Source Sans 3", sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.5;
    --btn-bg: #ccbd99;
    --btn-color-hover: #ccbd99;

    --lc-bg-dark: #11141d;
    --lc-text-light: #ffffff;
    --lc-text-muted: #c7c7c7;
    --lc-btn-bg: #cdb07a;
    --lc-btn-bg-hover: #e1c488;
    --lc-hero-overlay-1: rgba(4, 6, 10, 0.92);
    --lc-hero-overlay-2: rgba(12, 15, 22, 0.65);

    --lc-btn-bg: #c0b18a;
    --lc-btn-text: #1c1c1c;
    --lc-btn-border: #c0b18a;
    --lc-btn-text-hover: #c0b18a;
    --lc-btn-bg-hover: transparent;

    --lc-bg-main: #0b0a16;
    --lc-hero-overlay: rgba(10, 8, 20, 0.7);
    --lc-text-main: #ffffff;
    --lc-text-muted: #d6d6d6;
    --lc-accent: #c3b48c;

    --lc-section-bg: #ffffff;
    --lc-heading-color: #111111;
    --lc-text-muted: #666666;

    --lc-card-bg: #ffffff;
    --lc-card-border: #eeeeee;
    --lc-card-hover-bg: #c3b48c;
    --lc-card-name: #111111;
    --lc-card-role: #777777;
    --lc-card-name-hover: #111111;
    --lc-card-role-hover: #111111;

    --hero-title-color: #ffffff;
    --hero-desc-color: #ffffff;

    --lc-bg-section: #f7f7f7;
    --lc-card-bg: #000000;
    --lc-card-gradient: linear-gradient(to top,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0) 55%);
    --lc-heading-color: #000000;
    --lc-subtitle-color: #555555;
    --lc-title-color: #ffffff;
    --lc-meta-color: #ffffffcc;

    --lc-footer-bg: #111111;
    --lc-footer-text: #f5f5f5;
    --lc-footer-muted: #c8c8c8;
    --lc-footer-border: #2a2a2a;
    --lc-footer-link: #ffffff;
    --lc-footer-link-hover: #d8b26f;
    --lc-footer-overlay: rgba(0, 0, 0, 0.1);

    --personal-heading-color: #1a1a1a;
    --personal-text-color: #555;
    --personal-hr-color: #dedede;

    --testimonial-card-shadow: rgba(0, 0, 0, 0.07);
    --testimonial-card-shadow-hover: rgba(0, 0, 0, 0.1);

    --about-hero-bg: #f8f9fb;
    --about-label-color: #8c8c8c;
    --about-title-color: #000000;
    --about-lead-color: #000000;

    --white-card-bg: #ffffff;
    --white-card-shadow: rgba(15, 23, 42, 0.06);

    --office-collab-bg: #f3f4f6;
    --office-title-color: #000000;

    --founder-quote-color: rgba(0, 0, 0, 0.15);
    --founder-subname-color: #6b7280;

    --contact-hero-bg-img: url('/assets/images/contact-page/Inner-Banner-Background-Image.png');
    --contact-hero-overlay: rgba(15, 20, 40, 0.75);

    --contact-section-bg: #f7f7f9;

    --office-panel-bg: #f1f1f5;
    --office-panel-border: #e0e0e0;

    --bg-dark: #191924;
    --bg-overlay: rgba(0, 0, 0, 0.3);
    --accent: #e6b980;
    --text-main: #ffffff;
    --text-muted: #d4d4d4;
    --title-color: #1a1a1a;
    --text-color: #555;
    --divider-color: #e5e5e5;

    --about-hero-bg-img: url('/assets/images/Home-1-Attention-Background-Image.png');
    --about-hero-overlay: rgba(10, 14, 20, 0.55);
    --hero-title-color: #ffffff;
    --hero-subtitle-color: #e7e7e7;

    --section-heading-color: #1a1a1a;
    --section-text-color: #555;
    --section-list-text: #444;

    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-shadow: rgba(0, 0, 0, 0.08);

    --profile-card-bg: #ffffff;
    --profile-card-shadow: rgba(0, 0, 0, 0.06);
    --profile-icon-color: #b58b3b;
    --profile-name-color: #000;
    --profile-role-color: #7f7f7f;

    --vision-icon-color: #b68c2c;

    --office-card-bg: #ffffff;
    --office-card-shadow: rgba(0, 0, 0, 0.08);
    --office-desc-text: #555;

    --founder-bg: #ffffff;
    --founder-shadow: rgba(0, 0, 0, 0.08);
    --founder-icon-color: #b58b3b;

    --primary-gold: #cdb58b;
    --primary-text: #1a1a1a;
    --secondary-text: #555;
    --light-text: #777;

    --bg-cream: #f7f5f0;

    --card-overlay: rgba(7, 13, 32, 0.1);
    --white: #ffffff;

    --heading-color: #1a1a1a;
    --body-text-color: #555555;
    --muted-text-color: #777777;

    --page-bg-color: #ffffff;
    --card-bg-color: #ffffff;

    --card-border-color: #e3e3e3;

    --accent-gold: #cdb58b;

    --white: #ffffff;
    --text-light: #dcdcdc;
    --overlay-dark: rgba(10, 20, 40, 0.2);
    --card-bg: rgba(255, 255, 255, 0.08);
    --card-border: rgba(255, 255, 255, 0.15);

    --about-bg-top: #eee2cc;
    --about-bg-bottom: #ffffff;
    --about-heading-color: #1a1a1a;
    --about-text-color: #777777;

    --white: #ffffff;
    --black: #000000;

    --gray-50: #f9fafb;
    --gray-100: #f5f5f7;
    --gray-200: #f8f8f8;
    --gray-300: #eee;
    --gray-400: #e5e7eb;
    --gray-500: #d6c79a;
    --gray-600: #cfcfcf;
    --gray-700: #9ca3af;
    --gray-800: #6b7280;
    --gray-900: #444;
    --gray-950: #111827;

    --text-dark: #1b1b1b;
    --text-mid: #555;
    --text-light: #777;
    --text-gold: #b68a2c;
    --text-brown: #b98a36;

    --accent-gold: #d4b063;
    --accent-gold-light: #fff2d2;
    --accent-gold-mid: #fbbf24;
    --accent-gold-dark: #f59e0b;

    --tag-yellow: #fff6df;
    --tag-light-yellow: #fff7d6;

    --highlight-yellow: #facc15;

    --bg-light: #f8f8f8;
    --bg-card: #ffffff;
    --bg-dark: #111827;
    --bg-gradient-light: #fffbeb;

    --border-light: #eee;
}

body {
    overflow-x: hidden;
}


/* header css start here */
.navbar-brand {
    width: 15%;
}

#main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .3s ease;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a::after {
    content: "›";
    float: right;
}

.topbar {
    background: #1d2637;
    color: #fff;
    font-size: 13px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

.main-navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background: transparent;
    transition: background-color .3s ease,
        padding .3s ease,
        box-shadow .3s ease;
    border-bottom: var(--header-border-bottom);
}

.logo-img {
    height: 40px;
    transition: height .3s ease;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: #f0d9a6;
}

.navbar .dropdown-menu {
    background: #1d2637;
    border: 0;
}

.navbar .dropdown-item {
    color: #fff;
    font-size: 14px;
}

.navbar .dropdown-item:hover {
    background: #111827;
    color: #f0d9a6;
}

#main-header.header-scrolled .topbar {
    display: none;
}

#main-header.header-scrolled .main-navbar {
    background: rgba(22, 38, 66, 0.95);
    padding-top: .35rem;
    padding-bottom: .35rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
}

#main-header.header-scrolled .logo-img {
    height: 34px;
}

/* header css end here */

/* hero sec- home page css start */
.hero-banner {
    position: relative;
    /* min-height: 100vh; */
    background-image: url(/assets/images/home-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 100px 0;
}

.hero-banner .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            var(--lc-hero-overlay-1) 0%,
            var(--lc-hero-overlay-2) 40%,
            rgba(12, 15, 22, 0.15) 75%,
            transparent 100%);
}

.hero-content {
    position: relative;
    padding: 10rem 0 0rem;
}

.hero-title {
    font-family: "Playfair", serif;
    font-weight: 600;
    font-size: 3.25rem;
    line-height: 1.2;
    color: var(--lc-text-light);
    margin-bottom: 1.5rem;
}

.hero-text {
    max-width: 32rem;
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 2.25rem;
}

.btn-lc-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.8rem;
    border-radius: 999px;
    background-color: var(--lc-btn-bg);
    color: var(--lc-btn-text);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 2px solid var(--lc-btn-bg);
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-lc-cta:hover {
    background-color: var(--lc-btn-bg-hover);
    color: var(--lc-btn-text-hover);
    border-color: var(--lc-btn-border);
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.lc-attorneys-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.lc-attorneys-head h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #111111;
    margin-bottom: 15px;
    line-height: 1.3;
}

.lc-attorneys-head p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.lc-attorneys {
    background: var(--lc-section-bg);
    padding: 80px 0 0;
}

.lc-container {
    margin: 0 auto;
    padding: 0 20px;
}

.lc-attorneys-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.lc-attorneys-head h2 {
    font-size: 2.4rem;
    color: var(--lc-heading-color);
    margin-bottom: 15px;
    font-weight: 500;
}

.lc-attorneys-head p {
    color: var(--lc-text-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.lc-attorneys-grid.drag-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    border-top: 1px solid var(--lc-card-border);
    border-bottom: 1px solid var(--lc-card-border);
    cursor: grab;
}

.lc-attorneys-grid.drag-scroll:active {
    cursor: grabbing;
}

.lc-attorneys-grid.drag-scroll::-webkit-scrollbar {
    display: none;
}

.lc-attorney-card {
    flex: 0 0 25%;
    min-width: 260px;
    background: var(--lc-card-bg);
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--lc-card-border);
    transition: transform 0.25s ease;
}

.lc-attorney-card:last-child {
    border-right: none;
}

.lc-attorney-photo img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

/* name area */
.lc-attorney-info {
    padding: 18px 24px 24px;
    text-align: center;
    background: var(--lc-card-bg);
    transition: background 0.25s ease, color 0.25s ease;
}

.lc-attorney-info h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: var(--hero-desc-color);
    font-weight: 500;
}

.lc-attorney-info span {
    font-size: 0.88rem;
    color: var(--lc-card-role);
}

.lc-attorney-card:hover {
    transform: translateY(-4px);
}

.lc-attorney-card:hover .lc-attorney-info {
    background: var(--lc-card-hover-bg);
}

.lc-attorney-card:hover .lc-attorney-info h3,
.lc-attorney-card:hover .lc-attorney-info span {
    color: #111111;
}

/* hero sec- home page css end */

/* HERO MAIN SECTION CSS START HERE */
.lc-hero {
    position: relative;
    width: 100%;
    padding: 140px 20px 160px;
    background-image: url('/assets/images/case.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.lc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    z-index: 0;
}

.lc-hero-content {
    position: relative;
    z-index: 1;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.lc-hero-title {
    font-size: 2.8rem;
    color: var(--hero-title-color);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 22px;
}

.lc-hero-desc {
    font-size: 1.05rem;
    color: var(--hero-desc-color);
    max-width: 780px;
    margin: 0 auto 38px;
    line-height: 1.7;
}

/* HERO MAIN SECTION CSS END HERE */
.about-section {
    background: #f7f5f0;
}

.about-icon-wrap {
    width: 200px;
    height: 110px;
    border-radius: 50%;
    border: 2px dotted #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #fbe6c5;
}

.about-icon-wrap i {
    font-size: 40px;
}

.about-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.about-text {
    color: #777;
    font-size: 15px;
}

.cover_image img.img-fluid {
    width: 100%;
}

.link-consultation {
    border: 1px solid #000;
    padding: 13px 25px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
}

.practice-section {
    position: relative;
    padding: 80px 20px;
    color: var(--text-main);
    background: url("../images/Areas-of-Practice-Background-Image.png") center/cover no-repeat fixed;
    overflow: hidden;
}

.practice-overlay {
    position: absolute;
    inset: 0;
    background: var(--bg-overlay);
    z-index: 0;
}

.practice-inner {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.practice-subtitle {
    max-width: 750px;
    margin: 0 auto 20px;
    font-size: 14px;
    color: var(--text-muted);
}

.practice-title {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    margin-bottom: 20px;
}

.practice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.practice-card {
    padding: 26px 18px 28px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(15, 15, 24, 0.6);
    backdrop-filter: blur(4px);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
    opacity: 0;
    transform: translateY(40px);
}

.practice-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.practice-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.practice-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

.practice-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.practice-link {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    text-decoration: none;
}

.practice-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
    border-color: rgba(230, 185, 128, 0.7);
    background: rgba(20, 20, 32, 0.9);
}

/* FULL SECTION BACKGROUND IMAGE */
.personal-section {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
    /* fallback */
    /* background-image: url("../images/Home-1-Attention-Background-Image.png"); */
    background-image: url("../images/about-us1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

/* right side light panel (like reference) */
.personal-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* left side transparent, right side light */
    background: linear-gradient(to right,
            rgba(243, 243, 243, 0) 38%,
            #f5f5f5 55%,
            #f5f5f5 100%);
    opacity: 0.97;
}

.personal-section .container {
    position: relative;
    z-index: 1;
}

.personal-section .row {
    min-height: 420px;
}

/* HEADING / TEXT */
.personal-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--personal-heading-color);
}

.personal-desc,
.personal-text p {
    color: var(--personal-text-color);
    line-height: 1.6;
    font-size: 15px;
}

.personal-icon img {
    width: 52px;
    height: auto;
}

.personal-item+hr {
    border-color: var(--personal-hr-color);
}

/* optional animation */
.personal-image,
.personal-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.personal-image.in-view,
.personal-content.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* CLIENT TESTIMONIAL SECTION */
.client-section .custom-testimonial-card {
    border-radius: 12px;
    box-shadow: 0px 10px 25px var(--testimonial-card-shadow);
    transition: all 0.3s ease;
}

.client-section .custom-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 15px 30px var(--testimonial-card-shadow-hover);
}

.client-section .swiper {
    padding-bottom: 40px;
}

/* ABOUT HERO */
.about-hero {
    background: var(--about-hero-bg);
}

.about-label {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    color: var(--about-label-color);
}

.about-title {
    font-family: "Playfair", serif;
    font-weight: 700;
    color: var(--about-title-color);
}

.about-lead {
    font-size: 1rem;
    color: var(--about-lead-color);
}

.about-highlight-card,
.team-card,
.vision-card,
.office-card,
.founder-card {
    background: var(--white-card-bg);
    border-radius: 16px;
    padding: 24px 24px;
    box-shadow: 0 10px 30px var(--white-card-shadow);
}

.team-icon,
.vision-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-title {
    font-family: "Playfair", serif;
    font-weight: 600;
}

.practice-list,
.vision-list {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.office-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--office-title-color);
}

.office-collab {
    padding: 16px 18px;
    border-radius: 12px;
    background: var(--office-collab-bg);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.founder-card {
    text-align: center;
}

.founder-quote-icon i {
    font-size: 2.2rem;
    opacity: 1;
    color: var(--founder-quote-color);
}

.founder-name span {
    font-size: 0.9rem;
    color: var(--founder-subname-color);
}

/* BLOG SECTION WRAPPER */
.lc-blog-section {
    padding: 80px 0;
    background-color: var(--lc-bg-section);
}

.lc-blog-inner {
    max-width: 1170px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 15px;
}

.lc-blog-heading {
    font-family: "Playfair", serif;
    font-size: 34px;
    font-weight: 600;
    color: var(--lc-heading-color);
    margin-bottom: 15px;
}

.lc-blog-subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    color: var(--lc-subtitle-color);
}

.lc-blog-wrapper {
    width: 100%;
}

.lc-blog-slider {
    margin: 0 auto;
    padding: 0 15px 10px;
    display: flex;
    gap: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.lc-blog-slider::-webkit-scrollbar {
    display: none;
}

.lc-blog-slider.active {
    cursor: grabbing;
}

.lc-blog-card {
    flex: 0 0 calc(33.333% - 16.6px);
    /* 3 cards visible */
    min-width: 350px;
    height: 420px;
    background-color: var(--lc-card-bg);
    color: var(--lc-title-color);
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
}

.lc-blog-img,
.lc-blog-img img {
    width: 100%;
    height: 100%;
}

.lc-blog-img img {
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.lc-blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--lc-card-gradient);
    pointer-events: none;
}

.lc-blog-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 35px;
    z-index: 2;
}

.lc-blog-title {
    font-family: "Playfair", serif;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 12px;
    color: var(--lc-title-color);
}

.lc-blog-meta {
    font-size: 13px;
    color: var(--lc-meta-color);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.lc-blog-meta i {
    font-size: 12px;
    margin-right: 3px;
}

.lc-blog-card:hover .lc-blog-img img {
    transform: scale(1.03);
}

/* MAIN FOOTER WRAPPER */
.lc-footer {
    padding: 80px 0 40px;
    background-color: var(--lc-footer-bg);
    color: var(--lc-footer-text);
    background-image: url("/assets/images/footer.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lc-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--lc-footer-overlay);
    z-index: 0;
}

.lc-footer .container {
    position: relative;
    z-index: 1;
}

.lc-footer-title {
    font-family: "Playfair", serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.lc-footer-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--lc-footer-muted);
    max-width: 260px;
}

.lc-footer-logo {
    max-width: 160px;
    margin-bottom: 25px;
}

.lc-footer-list li+li {
    margin-top: 6px;
}

.lc-footer-list a {
    font-size: 14px;
    color: var(--lc-footer-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.lc-footer-list a:hover {
    color: var(--lc-footer-link-hover);
}

.lc-footer-contact p {
    margin-bottom: 12px;
}

.lc-footer-divider {
    border-color: var(--lc-footer-border);
    opacity: 1;
}

.lc-footer-copy {
    font-size: 14px;
    color: var(--lc-footer-muted);
}

.lc-footer-social a {
    color: var(--lc-footer-muted);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--lc-footer-border);
    text-decoration: none;
    transition: all 0.2s ease;
}

.lc-footer-social a:hover {
    color: var(--lc-footer-link);
    border-color: var(--lc-footer-link-hover);
}

/* Contact Page Styles */
.contact-page .hero-section-custom,
.practice-page .hero-section-custom {
    background-image: url("../images/contant-banner.webp");
    background-size: cover;
    background-position: center;
    padding: 170px 0 120px;
    position: relative;
}

.contact-page .hero-section-custom::before,
.practice-page .hero-section-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--contact-hero-overlay);
}

.contact-page .hero-section-custom .container {
    position: relative;
    z-index: 2;
}

.contact-page .contact-section-custom .contact-section-custom {
    background: var(--contact-section-bg);
}

.contact-page .contact-section-custom .office-panel {
    background: var(--office-panel-bg);
    border-left: 1px solid var(--office-panel-border);
}

/* ------------------ HERO ------------------ */
.about-hero-sec {
    background: url('../images/about-banner.webp') center/cover no-repeat;
    padding: 140px 0;
    position: relative;
}

.about-hero-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--about-hero-overlay);
    /* backdrop-filter: blur(2px); */
}

.hero-title {
    position: relative;
    color: var(--hero-title-color);
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 700;
}

.hero-subtitle {
    color: var(--hero-subtitle-color);
    font-size: 20px;
    position: relative;
}

/* ------------------ COMMON ------------------ */
.section-heading {
    font-family: "Playfair", serif;
    font-size: 34px;
    color: var(--section-heading-color);
    margin-bottom: 15px;
}

.section-text {
    font-size: 16px;
    color: var(--section-text-color);
}

/* ------------------ CARDS ------------------ */
.glass-card {
    background: var(--glass-bg);
    border-radius: 16px;
    box-shadow: 0 8px 24px var(--glass-shadow);
    backdrop-filter: blur(4px);
}

.custom-list li {
    margin-bottom: 8px;
    color: var(--section-list-text);
}

/* ------------------ TEAM ------------------ */
.profile-card {
    padding: 28px;
    background: var(--profile-card-bg);
    border-radius: 14px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 8px 26px var(--profile-card-shadow);
}

.profile-card:hover {
    transform: translateY(-6px);
}

.profile-icon {
    font-size: 40px;
    color: var(--profile-icon-color);
}

.profile-name {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    color: var(--profile-name-color);
}

.profile-role {
    color: var(--profile-role-color);
    margin-bottom: 8px;
}

.profile-text {
    color: #000;
}


/* ------------------ VISION ------------------ */
.vision-box {
    text-align: center;
}

.vision-box i {
    font-size: 45px;
    color: var(--vision-icon-color);
}

/* ------------------ OFFICES ------------------ */
.office-card {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    background: var(--office-card-bg);
    box-shadow: 0 8px 26px var(--office-card-shadow);
    transition: .3s ease;
    min-height: 340px;
}

.office-card:hover {
    transform: translateY(-6px);
}

.office-img-box {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.office-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.office-card:hover .office-img-box img {
    transform: scale(1.06);
}

.office-card h4 {
    padding: 18px 20px 0 20px;
    font-size: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.office-card p {
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
    color: var(--office-desc-text);
    text-align: left;
}

/* ------------------ FOUNDER ------------------ */
.founder-box {
    padding: 35px;
    background: var(--founder-bg);
    border-radius: 16px;
    box-shadow: 0 10px 40px var(--founder-shadow);
}

.founder-box i {
    font-size: 40px;
    color: var(--founder-icon-color);
}

/* about page css end here */

/* blog page css start here */
.practice-sec {
    background: #f8f8f8;
}

.practice-card-main {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    transition: .35s ease;
    position: relative;
}

.practice-card-main:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    border-color: #d4b063;
}

.practice-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px auto;
    border-radius: 50%;
    background: #fff2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #b98a36;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}

.practice-card-main h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b1b1b;
    font-family: "Playfair", serif;
}

.practice-card-main p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

.blog-page {
    background: #f8f8f8;
}

.blog-list-sec {
    padding-top: 70px;
    padding-bottom: 80px;
}

.blog-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.blog-img {
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.06);
}

.blog-content {
    padding: 22px 24px 24px 24px;
}

.blog-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b68a2c;
    background: #fff6df;
    padding: 4px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 22px;
    font-family: "Playfair", serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.blog-meta {
    font-size: 13px;
    color: #777;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.blog-meta i {
    margin-right: 4px;
}

.blog-excerpt {
    font-size: 15px;
    color: #555;
    margin-bottom: 14px;
}

.blog-readmore {
    font-size: 14px;
    font-weight: 500;
    color: #b68a2c;
    text-decoration: none;
}

.blog-readmore i {
    margin-left: 4px;
    transition: .3s;
}

.blog-readmore:hover i {
    transform: translateX(3px);
}

.blog-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 22px;
}

.sidebar-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.sidebar-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-list li {
    margin-bottom: 8px;
}

.sidebar-list a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
}

.sidebar-list a:hover {
    color: #b68a2c;
}

.blog-search-input {
    font-size: 14px;
    border-radius: 999px 0 0 999px;
    border-right: none;
}

.blog-search-btn {
    border-radius: 0 999px 999px 0;
    background: #111;
    border-color: #111;
    color: #fff;
}

.blog-cta-card {
    background: #111827;
    color: #f9fafb;
}

.blog-cta-card .sidebar-title {
    color: #fbbf24;
}

.btn-cta-full {
    display: inline-block;
    width: 100%;
    background: #fbbf24;
    border-radius: 999px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #111827;
    text-align: center;
}

.btn-cta-full:hover {
    background: #f59e0b;
    color: #111827;
}

.blog-pagination .page-link {
    border-radius: 999px;
    margin: 0 4px;
    font-size: 14px;
}

.blog-pagination .page-item.active .page-link {
    background-color: #111;
    border-color: #111;
}

/* BLOG DETAIL PAGE */
.blog-detail-page {
    background: #f5f5f7;
}

.blog-detail-sec {
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Breadcrumb */
.blog-breadcrumb .breadcrumb {
    background: transparent;
}

.blog-breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #e5e7eb;
    font-size: 13px;
}

.blog-breadcrumb .breadcrumb-item.active {
    color: #facc15;
}

.blog-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #9ca3af;
}

/* Meta row */
.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 13px;
    color: #6b7280;
}

.blog-detail-meta i {
    margin-right: 4px;
}

.blog-detail-meta .meta-tag {
    background: #fff7d6;
    color: #a16207;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Featured image */
.blog-detail-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    margin-bottom: 24px;
}

.blog-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article body */
.blog-detail-body {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 24px 28px 24px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.blog-detail-body .lead {
    font-size: 16px;
    color: #374151;
}

.blog-detail-body h2 {
    font-size: 22px;
    font-family: "Playfair", serif;
    margin-top: 22px;
    margin-bottom: 8px;
}

.blog-detail-body p {
    font-size: 15px;
    color: #4b5563;
}

.blog-detail-body ul {
    padding-left: 1.3rem;
    margin-bottom: 1rem;
}

.blog-detail-body li {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 4px;
}

.blog-detail-body blockquote {
    margin: 18px 0;
    padding: 14px 18px;
    border-left: 4px solid #facc15;
    background: #fffbeb;
    border-radius: 10px;
    font-style: italic;
    color: #4b5563;
}

/* Footer share */
.blog-detail-footer .blog-share span {
    font-size: 14px;
    margin-right: 8px;
    color: #4b5563;
}

.blog-detail-footer .blog-share a {
    margin-right: 8px;
    color: #6b7280;
    font-size: 18px;
}

.blog-detail-footer .blog-share a:hover {
    color: #111827;
}

.btn-cta-outline {
    border-radius: 999px;
    border: 1px solid #111827;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
}

.btn-cta-outline:hover {
    background: #111827;
    color: #f9fafb;
}

.blog-sidebar-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.sidebar-title {
    font-size: 18px;
    font-family: "Playfair", serif;
    margin-bottom: 10px;
}

.sidebar-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-list li {
    margin-bottom: 8px;
}

.sidebar-list a {
    font-size: 14px;
    text-decoration: none;
    color: #444;
}

.sidebar-list a:hover {
    color: #b68a2c;
}

.blog-cta-card {
    background: #111827;
    color: #f9fafb;
}

.blog-cta-card .sidebar-title {
    color: #fbbf24;
}

.btn-cta-full {
    display: inline-block;
    width: 100%;
    background: #fbbf24;
    border-radius: 999px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #111827;
    text-align: center;
}

.btn-cta-full:hover {
    background: #f59e0b;
    color: #111827;
}

/* blog page css end here */

.practice-page .lawyer-hero-section {
    background: url('/assets/images/Aggressive-Defense-Lawyer-Background-Image.png') center/cover no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.practice-page .lawyer-hero-section .container {
    position: relative;
    z-index: 2;
}

.practice-page .practice-section-custom .practice-section-custom {
    background-color: #fff;
}

.practice-page .testimonial-section-custom {
    background-image: url('/assets/images/Home-4-Testimonial-Background-Image.png');
    /* replace path */
    background-size: cover;
    background-repeat: no-repeat;

    padding: 80px 0;
    position: relative;
    color: #fff;
}

.practice-page .testimonial-section-custom .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #d6c79a;
    opacity: 0.5;
}

.practice-page .testimonial-section-custom .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.practice-page .testimonial-section-custom .swiper-wrapper {
    transition-timing-function: ease;
}

.practice-page .info-section-custom {
    background: linear-gradient(23deg, rgba(255, 255, 255, 1) 62%, rgba(242, 234, 208, 0.9) 100%);

}

.practice-page .info-section-custom .v-divider-sm {
    width: 1px;
    height: 100px;
    background-color: #cfcfcf;
    margin: 0 auto;
}



/* complainant page css start here */
.complainant .hero-section-custom {
    background-image: url(../images/defendant-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 170px 0 120px;
    position: relative;
}

.complainant .hero-section-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--contact-hero-overlay);
}

.complainant .hero-section-custom .container {
    position: relative;
    z-index: 2;
}

.complainant .contact-section-custom .contact-section-custom {
    background: var(--contact-section-bg);
}

.complainant .contact-section-custom .office-panel {
    background: var(--office-panel-bg);
    border-left: 1px solid var(--office-panel-border);
}

/* complainant page css end here */
/* ---- Business Law Section css start here---- */

.business-law-sec {
    background-color: var(--bg-cream);
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: "Poppins", system-ui, sans-serif;
}

.bl-heading {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-text);
    margin-bottom: 16px;
}

.bl-subtitle {
    font-size: 15px;
    color: var(--light-text);
    margin-bottom: 20px;
    max-width: 420px;
}

.bl-text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--secondary-text);
    margin-bottom: 12px;
    max-width: 520px;
}

.bl-btn-main {
    display: inline-block;
    margin-top: 22px;
    padding: 10px 32px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    background-color: var(--primary-gold);
    color: var(--white);
    text-decoration: none;
}

/* ---- Right Stats Card ---- */

.bl-stats-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    min-height: 320px;
    background-image: url("../images/Defendant.webp");
    background-size: cover;
    background-position: center;
}

.bl-stats-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--card-overlay);
}

.bl-card-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--white);
    padding: 60px 40px;
}

.bl-number {
    font-size: 46px;
    font-weight: 600;
    color: var(--primary-gold);
    margin-bottom: 8px;
}

.bl-card-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}

.bl-divider {
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--primary-gold);
    margin: 14px auto 18px;
}

.bl-card-text {
    font-size: 13px;
    line-height: 1.8;
    color: #d7d7d7;
    max-width: 420px;
    margin: 0 auto 26px;
}

.bl-btn-card {
    display: inline-block;
    padding: 9px 26px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--primary-gold);
    color: var(--white);
}


/* ---- Business Law Section css end here---- */
/* ---- Explore Our Service css start here---- */

.service-sec {
    background-color: var(--page-bg-color);
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.service-heading {
    font-size: 32px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 25px;
}

.service-subtitle {
    font-size: 14px;
    color: var(--muted-text-color);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.8;
}

.service-card {
    background-color: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    padding: 60px 40px 50px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    border-color: var(--accent-gold);
}

.service-icon {
    margin-bottom: 28px;
}

.service-icon img {
    max-width: 80px;
    height: auto;
}

.service-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 14px;
}

.service-text {
    font-size: 14px;
    color: var(--body-text-color);
    line-height: 1.9;
    max-width: 260px;
    margin: 0 auto;
}

/* ---- Explore Our Service css end here---- */

/* -----------------------------------
    Case Section
----------------------------------- */

.case-section {
    position: relative;
    padding: 120px 0;
    color: var(--white);
    overflow: hidden;
}

/* Background Image with Parallax */
.case-bg {
    position: absolute;
    inset: 0;
    background-image: url("/assets/images/complainant/Case-Studies-Background-Image.png");
    /* Replace here */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* 🔥 PARALLAX EFFECT */
    z-index: -1;
}

.case-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-dark);
    z-index: -1;
}

/* Text */
.case-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.case-subtext {
    font-size: 16px;
    line-height: 1.8;
    max-width: 900px;
    color: var(--text-main);
    margin-bottom: 60px;
}

/* Cards */
.case-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    padding: 20px;
    backdrop-filter: blur(8px);
    height: 100%;
    transition: 0.3s ease;
}

.case-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.case-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.case-card p,
.case-card li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-main);
}

.case-list {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}

.case-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.case-list li::before {
    content: "»";
    position: absolute;
    left: 0;
    color: var(--white);
}

/* ----  Something About LawCounsel css start here---- */

.about-law-sec {
    padding: 80px 0 90px;
    background: linear-gradient(to bottom,
            var(--about-bg-top) 0%,
            var(--about-bg-bottom) 55%);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-heading {
    font-size: 32px;
    font-weight: 500;
    color: var(--about-heading-color);
    margin-bottom: 16px;
}

.about-subtext {
    font-size: 14px;
    color: var(--about-text-color);
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.9;
}

/* Cards */

.about-card {
    padding: 20px 15px 0;
    height: 100%;
    border: 1px solid var(--card-border-color);
}

.about-icon {
    margin-bottom: 18px;
}

.about-icon img {
    max-width: 90px;
    height: auto;
}

.about-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--about-heading-color);
    margin-bottom: 10px;
}

.custom-icon {
    font-size: 72px;
    color: #c1b696;
    transition: color 0.3s ease;
}

.custom-icon3 {
    font-size: 72px;
    color: #4a4d5b;
    transition: color 0.3s ease;
}

.custom-icon1 {
    font-size: 48px;
    color: #4a4d5b;
    transition: color 0.3s ease;
}

.custom-icon2 {
    font-size: 48px;
    color: #c1b696;
    transition: color 0.3s ease;
}

/* ----  Something About LawCounsel css end here---- */

.wc-icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* common bg card */
.wc-bg-card {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* dark overlay */
.wc-bg-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* beige overlay */
.wc-bg-beige::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(201, 187, 152, 0.75);
}

/* background images */
.wc-bg-dark {
    background-image: url("/assets/images/section-bg-img.png");
}

.wc-bg-beige {
    /* background-image: url("/assets/images/section-bg-img.png"); */
}

/* spacing between slides like bootstrap g-4 */
.serviceSwiper {
    position: relative;
    /* padding: 0 50px; */
    /* arrows ke liye space */
}

.serviceSwiper .swiper-slide {
    height: auto;
}

.serviceSwiper {
    padding: 60px 0;
    /* pagination space */
}

.serviceSwiper .swiper-button-prev,
.serviceSwiper .swiper-button-next {
    width: 40px;
    height: 40px;
}

.serviceSwiper .swiper-button-prev {
    top: 7%;
    left: 91%;
}

.serviceSwiper .swiper-button-next {
    top: 7%;
    right: 0;
}

.serviceSwiper .swiper-button-prev:after,
.serviceSwiper .swiper-button-next:after {
    font-size: 17px;
    font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #22304b;
    border-radius: 50%;
}

.swiperTwo .service-card {
    padding: 20px;
}

.case-more-content {
    display: none;
}

.case-read-more {
    display: inline-block;
    margin-top: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.case-read-more:hover {
    color: #f0d9a6;
    border-color: #f0d9a6;
}

.form-control:focus {
    border-color: var(--lc-btn-bg);
    box-shadow: 0 0 0 .15rem var(--lc-btn-bg);
}

.thankyoupage .container {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou-icon {
    font-size: 60px;
    background: #c0b18a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background: linear-gradient(90deg, #ec4899, #3b82f6);
    border: none;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
}

.btn-gradient:hover {
    opacity: 0.9;
    color: #fff;
}

/* 👇 Hidden initially */
.message-text {
    display: none;
}