/* =========================================
   1. Typography & Global Styles
   ========================================= */
body, .navbar-nav, p, .small {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.brand-title, .banner-heading, h1, h2, h3, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}

/* =========================================
   2. Header & Navigation Styles
   ========================================= */
.site-header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-navbar {
    background-color: #1F3358;
}

.brand-logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.brand-name {
    color: #c5a059;
}

.navbar-nav .nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #c5a059 !important;
}

.nav-phone-link {
    color: #ffffff;
}

.nav-phone-icon {
    color: #c5a059;
}

.consult-btn {
    background-color: #c5a059;
    color: #172030;
    border-radius: 6px;
}
.consult-btn:hover {
background-color: #c5a059;
    color: #172030;
}
/* =========================================
   3. Banner Section Styles (Equal Top Align)
   ========================================= */
.banner-section {
    position: relative;
    overflow: hidden;
    background-color: #fcfaf7;
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Ensures Left Text and Right Image align equally from the top */
.banner-row {
    align-items: flex-start !important;
}

.banner-subheading {
    color: #c5a059;
    letter-spacing: 3px;
    font-size: 11px;
}

.banner-heading {
    color: #1F3358;
    line-height: 1.2;
}

.banner-heading-highlight {
    color: #c5a059;
    font-style: italic;
}

.banner-subtitle {
    font-style: italic;
    color: #c5a059 !important;
}

.banner-description {
    line-height: 1.7;
    color: #6c757d;
}

.btn-dark-custom {
    background-color: #1F3358;
    border-radius: 4px;
}
a.btn.text-light.px-4.py-2.fw-semibold.d-flex.align-items-center.gap-2.shadow-sm.btn-dark-custom:hover {
    color: #000 !important;
    border: 1.4px solid #1F3358;
}
a.btn.btn-outline-dark.px-4.py-2.fw-semibold.shadow-sm.btn-outline-custom:hover {
    background: #1F3358 !important;
}
.btn-outline-custom {
    border: 1.4px solid #1F3358;
}

.banner-stats-row {
    border-color: #e6e0d5 !important;
}

.banner-stats-heading {
    color: #1F3358;
}

/* =========================================
   4. Right Image & Overlay Card Styles
   ========================================= */
.banner-image-wrapper {
    position: relative;

    min-height: 521px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.banner-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
 /*   opacity: 0.4;*/
}

.banner-overlay-box {
    position: relative;
    z-index: 1;
    background: #1F3358;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.overlay-avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 2px solid #c5a059;
}

.overlay-subtitle {
    font-size: 12px;
    color: #d1d5db !important;
}

/* =========================================
   5. Responsive Adjustments
   ========================================= */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #1F3358;
        padding: 1.5rem;
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
    
    .banner-row {
        align-items: center !important;
    }
	br {
		display: none;
	}
.banner-section {
    position: relative;
    overflow: hidden;
    background-color: #fcfaf7;
    padding-top: 60px;
    padding-bottom: 40px;
}
}
/* =========================================
   About Section Styles
   ========================================= */


.institutional-bar {
    background-color: #1F3358;
    color: #ffffff;
}

.institutional-title {
    color: #c5a059;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.client-name {
    font-size: 14px;
    font-weight: 500;
    color: #d1d5db;
}

.about-subheading {
    color: #c5a059;
    letter-spacing: 1px;
}

.about-heading {
    color: #1F3358;
}
.display-6 {
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 1.2;
}
.about-text {
    line-height: 1.8;
    font-size: 15px;
}

.about-check-icon {
    color: #c5a059;
    font-size: 1.2rem;
    font-weight: bold;
}

.about-quote-box {
    background-color: #1F3358;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.about-quote-icon {
    color: #c5a059;
    line-height: 0.5;
}

.about-quote-text {
    line-height: 1.6;
    color: #f3f4f6;
}

.about-founder-sub {
    color: #9ca3af !important;
}

.about-sidebar-sticky {
    top: 100px;
}
/* =========================================
   Practice Areas Section Styles
   ========================================= */
.practice-areas-section {
    background-color: #f2f2f2;
}

.practice-subheading {
    color: #c5a059;
    letter-spacing: 1px;
}

.practice-heading {
    color: #1F3358;
}

.practice-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
	border: 1px solid #1F3358;
}

/* Box Hover Effect */
.practice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 3rem rgba(23, 32, 48, 0.12) !important;
     
}

.practice-icon-box {
    width: 42px;
    height: 42px;
    background-color: #f8f6f0;
    color: #172030;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.practice-badge {
    background-color: #f8f6f0;
    color: #c5a059;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 10px;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.practice-card-title {
    color: #172030;
    font-size: 1.15rem;
	font-family: 'Playfair Display';
}

.practice-card-text {
    line-height: 1.6;
    font-size: 14px;
}
/* =========================================
   Courts & Locations Section Styles
   ========================================= */
.courts-section {
    background-color: #fcfaf7;
}

.courts-subheading {
    color: #c5a059;
    letter-spacing: 1px;
}

.courts-heading {
    color: #1F3358;
}

.courts-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    border-top: 4px solid #c5a059;
}

/* Box Hover Effect */
.courts-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 3rem rgba(23, 32, 48, 0.12) !important;
    border-color: #c5a059;
}

.courts-icon-box {
    width: 42px;
    height: 42px;
    background-color: #f8f6f0;
    color: #c5a059;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.courts-card-title {
    color: #172030;
    font-size: 1.15rem;
    font-family: 'Playfair Display';
}

.courts-card-text {
    line-height: 1.6;
    font-size: 13.5px;
}
/* =========================================
   Why Choose Us Section Styles
   ========================================= */
.why-choose-section {
    background-color: #f2f2f2;
}

.why-subheading {
    color: #c5a059;
    letter-spacing: 1px;
}

.why-heading {
    color: #1F3358;
}

.why-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.why-card-number {
    color: #1F3358;
    font-size: 2.2rem;
    transition: color 0.3s ease-in-out;
}

.why-card-text {
    line-height: 1.6;
    transition: color 0.3s ease-in-out;
}

/* Box Hover Effect with #1F3358 Background */
.why-card:hover {
    background-color: #1F3358 !important;
    transform: translateY(-6px);
    box-shadow: 0 1rem 3rem rgba(31, 51, 88, 0.2) !important;
    border-color: #1F3358;
}

.why-card:hover .why-card-number {
    color: #ffffff !important;
}

.why-card:hover .why-card-text {
    color: #d1d5db !important;
}
/* =========================================
   Legal Insights Section Styles
   ========================================= */
.insights-section {
    background-color: #fcfaf7;
}

.insights-subheading {
    color: #c5a059;
    letter-spacing: 1px;
}

.insights-heading {
    color: #1F3358;
}

.insights-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.insights-badge {
    background-color: #f8f6f0;
    color: #c5a059;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 10px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    transition: all 0.3s ease-in-out;
}

.insights-card-title {
    color: #1F3358;
    font-size: 15px;
    font-family: 'Playfair Display';
    line-height: 26px;
}
.insights-card-text {
    line-height: 1.6;
    transition: color 0.3s ease-in-out;
    font-size: 13px;
}

.insights-card-footer {
    border-color: rgba(0, 0, 0, 0.05) !important;
    transition: border-color 0.3s ease-in-out;
}

.insights-year {
    color: #9ca3af;
    transition: color 0.3s ease-in-out;
}

.insights-read-more {
    color: #172030;
    transition: color 0.3s ease-in-out;
}

/* Box Hover Effect with #1F3358 Background */
.insights-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 3rem rgba(31, 51, 88, 0.2) !important;
    border-color: #1F3358;
}

.insights-card:hover .insights-card-footer {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* View All Articles Button Style */
.insights-view-btn {
    background-color: transparent;
    border: 1px solid #1F3358;
    color: #1F3358;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.insights-view-btn:hover {
    background-color: #1F3358;
    color: #ffffff;
    border-color: #1F3358;
}
@media (max-width: 767px) {
    .insights-heading {
        text-align: start;
    }
	.insights-subheading {
		text-align: start;
	}
}
/* =========================================
   Contact Section Styles
   ========================================= */
.contact-section {
    background-color: #1F3358;
}

.contact-subheading {
    color: #c5a059;
    letter-spacing: 1px;
}

.contact-heading {
    color: #ffffff;
}
span.d-block.small.text-uppercase.text-light.opacity-50 {
    font-size: 12px;
}
.contact-icon-box {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #c5a059;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-link:hover {
    color: #c5a059 !important;
    text-decoration: underline !important;
}

.contact-form-box {
    background-color: #ffffff;
}

.contact-input {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #f9fafb;
    font-size: 14px;
    padding: 10px;
    margin-top: 7px;
}

.contact-input:focus {
    border-color: #172030;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(23, 32, 48, 0.1) !important;
}

.contact-submit-btn {
    background-color: #1F3358;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}

.contact-submit-btn:hover {
    background-color: #1F3358;
    color: #ffffff;
}
/* =========================================
   Footer Section Styles
   ========================================= */
.footer-section {
    background-color: #fcfaf7;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-disclaimer-wrap {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.footer-disclaimer {
    line-height: 1.7;
}

.footer-logo {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.footer-title {
    color: #172030;
}

.footer-tagline, .footer-locations {
    font-size: 13.5px;
}

.footer-nav-list a:hover {
    color: #c5a059 !important;
    transition: color 0.2s ease-in-out;
}
.contact-submit-btn {
    background-color: #1F3358;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
    width: 100% !important;
}




.about-banner{

    padding: 50px 0;
    background:#f8f6f2;

}

/* Breadcrumb */

.breadcrumb{

    display:flex;
    align-items:center;
    gap:12px;

    font-size:15px;

    margin-bottom:25px;

}

.breadcrumb a{

    text-decoration:none;
    color:#7a7f8f;

}

.breadcrumb span{

    color:#7a7f8f;

}

/* Small Heading */

.section-title{


    align-items:center;

    gap:14px;

    margin-bottom:10px;

}

.line{

    width:24px;

    height:2px;

    background:#b18b46;

}

.text{

    color:#b18b46;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

}

/* Main Heading */

.about-banner h1 {
    font-family: 'Cormorant Garamond',serif;
    font-size: 45px;
    line-height: 50px;
    color: #23396b;
    font-weight: 600;
    /* max-width: 900px; */
}

.about-banner h1 span{

    color:#b18b46;

    font-style:italic;

    font-weight:500;

}

/* Paragraph */
.about-banner p {
    margin-top: 15px;
    max-width: 760px;
    font-size: 15px;
    line-height: 1.7;
    color: #61697b;
}

/******** Tablet ********/

@media(max-width:991px){

.about-banner{

padding:90px 0;

}

.about-banner h1{

font-size:52px;

}

.about-banner p{

font-size:18px;

}

}

/******** Mobile ********/

@media(max-width:767px){

.about-banner{

padding:50px 0;

}

.breadcrumb{

margin-bottom:25px;

font-size:14px;

}

.section-title{

margin-bottom:18px;

}

.about-banner h1{

font-size:38px;

line-height:1.2;

}

.about-banner p{

font-size:16px;

line-height:1.8;

margin-top:25px;

}

}
img.Enrolled {
    border-radius: 10px;
   
}
.about-section py-5 .banner-image-wrapper {
    position: relative;
    background-color: #1F3358;
    min-height: 521px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.about-btn{

flex-wrap:wrap;

}
span.spanspan {
    font-size: 12px;
    border: 1px solid;
    padding: 4px 10px 6px;
    position: relative;
    top: -5px;
    left: 10px;
    border-radius: 30px;
    background: gainsboro;
    border: navajowhite;
    font-family: Plus Jakarta Sans !important;
    font-weight: 900;
    word-spacing: 2px;
}
section#regardless {
    background: #F3F0E9;
}
section#regardless .practice-card {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out;
    border: 1px solid #1F3358;
}
section#regardless .practice-icon-box {
    width: 42px;
    height: 42px;
    background-color: gainsboro;
    color: #172030;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
section#Knowledge {
    background: transparent;
}






.section-tag {
            color: #b39966;
            font-size: 0.85rem;
            letter-spacing: 1.5px;
            font-weight: 600;
            text-transform: uppercase;
        }
        .section-tag::before {
            content: "";
            display: inline-block;
            width: 25px;
            height: 1px;
            background-color: #b39966;
            vertical-align: middle;
            margin-right: 10px;
        }
        .section-title {
            color: #1a2b3c;
            font-family: 'Georgia', serif;
            font-weight: 400;
        }
        .practice-pill {
            background-color: #ffffff;
            border: 1px solid #e2ded4;
            border-radius: 50rem;
            padding: 10px 20px;
            font-size: 0.95rem;
            color: #1a2b3c;
            display: inline-flex;
            align-items: center;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            transition: all 0.2s ease;
        }
        .check-icon {
            color: #b39966;
            margin-right: 8px;
            font-weight: bold;
        }
        .btn-view-all:hover {
            background-color: transparent;
            border: 1px solid #1a2b3c;
            color: #1f3358;
            border-radius: 4px;
            padding: 10px 24px;
            font-size: 0.95rem;
            transition: all 0.2s ease;
        }
.btn-view-all {
    background-color: #1f3358;
    color: #fff;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}
       
.cta-section {
    background-color: #1f3358;
    color: #ffffff;
    padding: 60px 0 30px;
    text-align: center;
}
        .section-tag {
            color: #b39966;
            font-size: 0.85rem;
            letter-spacing: 2px;
            font-weight: 600;
            text-transform: uppercase;
        }
        .section-tag::before {
            content: "";
            display: inline-block;
            width: 25px;
            height: 1px;
            background-color: #b39966;
            vertical-align: middle;
            margin-right: 10px;
        }
   
        .section-desc {
            color: #fff !important;
            font-size: 1.05rem;
           
          
            line-height: 1.6;
        }
div#consultation {
    text-align: center !important;
    justify-content: center;
}
div#consultation h2.section-title.text-center {
    justify-content: center;
}
div#consultation .text-success {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
}
div#consultation .btn-dark-custom {
    background-color: #c5a059;
    border-radius: 4px;
}
div#consultation .btn-outline-custom {
    border: 1.4px solid #ffffff;
    color: white;
}
h2.section-title.text-center {
    justify-content: center;
}
section.cta-section h2 {
    color: white;
    font-size: 36px;
}
.banner-bg-img {
    opacity: 1 !important;
    right: 0 !important;
    height: auto !important;
    left: 0 !important;
    width: 100% !important;
}
#Srivastava {
    position: relative;
	    background-color: #1F3358;
    min-height: 521px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}



/* Main content container */
.wp-site-blocks main,
.wp-block-post-content,
.entry-content,
.post-content,
.wp-block-group {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}

/* All child blocks */
.wp-block-post-content > *,
.entry-content > * {
    max-width: 100% !important;
}





.short-box {
    background: #233A69;
    border-radius: 22px;
    padding: 20px 34px;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    position: relative;
    border-left: 4px solid #c5a059;
}

.short-tag{

    display:block;

    color:#C49A4B;

    font-size:12px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:14px;

    font-family:'Inter',sans-serif;

}

.short-box p{

    margin:0;



    line-height:1.85;

    color:#E6EAF2;

    font-weight:400;

    font-family:'Inter',sans-serif;

}


/*************
Tablet
**************/

@media(max-width:991px){

.short-box{

padding:25px;

}

.short-box p{

font-size:18px;

line-height:1.8;

}

}


/*************
Mobile
**************/

@media(max-width:767px){

.short-box{

padding:22px 20px;

border-radius:18px;

}

.short-tag{

font-size:11px;

letter-spacing:2px;

margin-bottom:12px;

}

.short-box p{

font-size:16px;

line-height:1.8;

}

}
section#involved {
    background: #fcfaf7;
}
section#involved .practice-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    border: 1px solid #1f335821;
}
section#involved .practice-icon-box {
    width: 42px;
    height: 42px;
    background-color: #dcdcdcc9;
    color: #172030;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
 .section-container {
      padding: 50px 0;
    }

    /* Top Subheading with horizontal line */
    .section-subtitle-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .section-subtitle-line {
      width: 24px;
      height: 1px;
      background-color: #8c7b64;
    }

    .section-subtitle {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #8c7b64;
      margin: 0;
    }

    /* Main Section Heading */
    .section-title {
      font-family: 'Playfair Display', serif;
     
      font-weight: 500;
      color: #1a2c4e;
      margin-bottom: 30px !important;
    }

    /* Custom Cards */
.represent-card {
    background-color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    height: 100%;
    border: 1px solid #00000021;
}
    /* Category Badges */
    .category-badge {
      display: inline-block;
      background-color: #f4eee1;
      color: #8c7b64;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 20px;
      margin-bottom: 20px;
    }

    /* Card Titles */
    .card-title-main {
      font-family: 'Playfair Display', serif;
      font-size: 1.25rem;
      font-weight: 600;
      color: #1a2c4e;
      margin-bottom: 28px;
    }

    /* List Items & Checkmarks */
    .feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .feature-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 20px;
      font-size: 0.92rem;
      color: #4a5568;
      line-height: 1.5;
    }

    .feature-list li:last-child {
      margin-bottom: 0;
    }

    /* Custom Checkmark Icon */
    .feature-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      width: 10px;
      height: 6px;
      border-left: 1.5px solid #6b7280;
      border-bottom: 1.5px solid #6b7280;
      transform: rotate(-45deg);
    }




.matter {
      background-color: #f7f3ec; /* Soft beige background tone */
    
    }

    .section-container {
      padding: 60px 0;

    }

    /* Top Subheading with horizontal line */
    .section-subtitle-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .section-subtitle-line {
      width: 24px;
      height: 1px;
      background-color: #8c7b64;
    }

    .section-subtitle {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #8c7b64;
      margin: 0;
    }

    /* Main Section Heading */
    .section-title {
 
      font-weight: 500;
      color: #1a2c4e;
      margin-bottom: 60px;
    }

    .process-timeline {
      position: relative;
    }

    @media (min-width: 992px) {
      .process-timeline::before {
        content: "";
        position: absolute;
        top: 52px;
        left: 60px;
        right: 60px;
        height: 1px;
        border-top: 1.5px dashed #c5a059;
        z-index: 1;
      }
    }

    /* Process Step Box */
    .process-step {
      position: relative;
      z-index: 2;
      margin-bottom: 30px;
    }

    /* Step Number Circle */
    .step-circle-wrapper {
      margin-bottom: 24px;
    }

    .step-circle {
      width: 56px;
      height: 56px;
      background-color: #f7f3ec;
      border: 1.5px solid #b8a994;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem;
      font-weight: 600;
      color: #1a2c4e;
    }

    /* Step Titles and Text */
    .step-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 600;
      color: #1a2c4e;
      margin-bottom: 12px;
    }

    .step-description {
      font-size: 0.88rem;
      color: #555e6d;
      line-height: 1.6;
      margin: 0;
    }




    .section-subtitle-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .section-subtitle-line {
      width: 24px;
      height: 1px;
      background-color: #8c7b64;
    }

    .section-subtitle {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #8c7b64;
      margin: 0;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
     
      font-weight: 500;
      color: #1a2c4e;
      margin-bottom: 16px;
    }

    .section-desc {
      font-size: 0.95rem;
      color: #555e6d;
      margin-bottom: 48px;
     
    }

    /* Custom Cards */
  .bench-card {
    background-color: #fcfaf7;
    border: none;
    border-radius: 16px;
    padding: 36px 30px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    height: 100%;
    position: relative;
    border-top: 4px solid #c5a059;
}

   
    .icon-box {
      width: 40px;
      height: 40px;
      background-color: #f7f3ec;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      color: #8c7b64;
    }

    .icon-box svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    .bench-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: #1a2c4e;
      margin-bottom: 14px;
    }

    .bench-text {
      font-size: 0.88rem;
      color: #555e6d;
      line-height: 1.6;
      margin: 0;
    }

  
    .address-box {
      background-color: #eef1f6;
      border-radius: 16px;
      padding: 28px 32px;
      margin-top: 30px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .address-icon-box {
      width: 40px;
      height: 40px;
      background-color: #ffffff;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #8c7b64;
    }

    .address-icon-box svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    .address-content {
      font-size: 0.9rem;
      color: #4a5568;
      line-height: 1.6;
      margin: 0;
    }

    .address-content strong {
      color: #1a2c4e;
      font-weight: 600;
    }

  
.faq-section {
            padding: 50px 15px;
        }
        .section-subtitle {
            letter-spacing: 2px;
            font-size: 0.85rem;
            color: #c5a059;
            text-transform: uppercase;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Georgia', serif;
            color: #1a2b4c;
            font-weight: 400;
            margin-bottom: 50px;
        }
        .faq-card {
            background-color: #ffffff;
            border: 1px solid #dfd7c5;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
            overflow: hidden; 
        }






 .faq-header {
            padding: 22px 25px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-decoration: none;
            background-color: #ffffff;
            border: none;
            width: 100%;
            text-align: left;
        }

        .faq-header:focus {
            box-shadow: none;
        }
        .faq-title {
            font-size: 1.05rem;
            font-weight: 600;
            color: #1a2b4c;
            margin: 0;
        }
        .faq-icon {
            width: 32px;
            height: 32px;
            background-color: #f4eee1;
            border-radius: 50%;
            display: flex;
         
            justify-content: center;
            font-size: 1.2rem;
            color: #c5a059;
            font-weight: bold;
            flex-shrink: 0;
            transition: background-color 0.3s ease;
        }

     
        .faq-section .collapse:not(.show) {
            display: block;
            height: 0;
            opacity: 0;
           
            transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        }
        
        .collapsing {
            height: 0;
            opacity: 0;
          
            transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        }
        
        .collapse.show {
            height: auto;
            opacity: 1;
        }
        /* ------------------------------ */

        .faq-body {
            padding: 0 25px 25px 25px;
            color: #555555;
            font-size: 0.95rem;
            line-height: 1.7;
        }
#Locations .display-6 {
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 1.2;
    text-align: start !important;
}
#Locations .courts-subheading {
    color: #c5a059;
    letter-spacing: 1px;
    text-align: start !important;
}
    }

#Locations .courts-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    border-top: 4px solid #c5a059;
    text-align: start !important;
    padding: 10px 25px !important;
    height: 170px !important;
}   
#Locations .courts-icon-box {
    width: 42px;
    height: 42px;
    background-color: #f8f6f0;
    color: #c5a059;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 15px  0px !important;
}
.contact-icon {
    width: 40px !important;
    height: 40px !important;
    background-color: #23396b !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border-radius: 50px !important;
    font-family: Playfair Display !important;
}
.contact-title {
    color: #23396b !important;
    font-size: 1.10rem !important;
    font-family: 'Playfair Display';
}
/* Mobile Responsive Blog Detail Styles */

@media (max-width: 768px) {
	section.insights-section.py-5 {
    padding-bottom: 0 !important;
}
	.postid-1 main.container.py-5 {
    padding-bottom: 0 !important;
}
.postid-1 h1 {
    font-size: 23px !important;
    line-height: 33px;
    margin-bottom: -10px !important;
}
.postid-1 h2.wp-block-heading {
    font-size: 20px;
    line-height: 27px;
    margin-top: 30px !important;
    margin-bottom: 16px !important;
}
	div#borrower {
    padding-bottom: 0px !important;
}
	#Knowledge {
    background-color: #fcfaf7;
    padding-bottom: 50px !important;
}
}
.page-id-364 {
    background: #fcfaf7;
}
.insights-section {
    background-color: #fcfaf7;
    padding-bottom: 0 !important;
}
.page-id-367 {
    background: #fcfaf7;
}

section#Knowledge {
    background: #fbf9f6;
	padding-bottom: 50px !important;
}