/* Divorce Page Styles - Fresh Start */

/* Reset and Base Styles */
.divorce-page {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
    padding-bottom: 0;
    margin-bottom: 0;
}

.divorce-page * {
    box-sizing: border-box;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%), url('/assets4/images/Untitled-design-82.jpg') center/cover;
    padding: 120px 20px 80px;
    color: white;
    position: relative;
    min-height: 600px;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: start;
    position: relative;
    min-height: 500px;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 52px;
  font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.25;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.hero-content p {
    font-size: 17px;
    margin-bottom: 32px;
    opacity: 0.95;
    color: #ffffff;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

.what-we-offer {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.hero-features-wrapper {
    display: flex;
    gap: 60px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.hero-features-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.hero-features-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
  font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.hero-feature-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.hero-feature-item span {
    color: #ffffff;
    line-height: 1.4;
}

.credibility-logos {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 40px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
    box-sizing: border-box;
}

.trusted-by-title {
  text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #d3b574;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
    gap: 25px;
  align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.credibility-logos img {
    height: 45px;
  width: auto;
    max-width: 150px;
    min-width: 80px;
  object-fit: contain;
    opacity: 1;
    filter: none;
    flex-shrink: 0;
    display: block;
}

/* Free Case Evaluation Form */
.evaluation-form {
    background: #efdac7;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.evaluation-form h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
    border-bottom: 2px solid #a4161a;
    display: inline-block;
    padding-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.evaluation-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.evaluation-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.evaluation-form label {
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    font-family: 'Poppins', sans-serif;
}

.evaluation-form input,
.evaluation-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0c4b0;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #333;
    transition: border-color 0.3s;
}

.evaluation-form input::placeholder,
.evaluation-form textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.evaluation-form input:focus,
.evaluation-form textarea:focus {
    outline: none;
    border-color: #a4161a;
}

.evaluation-form textarea {
    height: 120px;
    resize: vertical;
}

.divorce-page .evaluation-form button,
.evaluation-form button {
    background-color: #d3b574 !important;
    color: #ffffff !important;
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

.divorce-page .evaluation-form button:hover,
.evaluation-form button:hover {
    background-color: #b89a5a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Section Styles */
.content-section {
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}

/* Alternating backgrounds for all sections */
.divorce-page > section:nth-of-type(2) {
    background: #ffffff !important; /* Legal Separation */
}

.divorce-page > section:nth-of-type(3) {
    background: #ffffff !important; /* What Does Separation Mean */
}

.divorce-page > section:nth-of-type(4) {
    background: #f9f9f9 !important; /* Why Hiring */
}

.divorce-page > section:nth-of-type(5) {
    background: #ffffff !important; /* Services */
}

.divorce-page > section:nth-of-type(6) {
    background: #f9f9f9 !important; /* Why Choose */
}

.divorce-page > section:nth-of-type(7) {
    background: #ffffff !important; /* Process */
}

.divorce-page > section:nth-of-type(8) {
    background: #f9f9f9 !important; /* Trusted Experts */
}

.divorce-page > section:nth-of-type(10) {
    background: #f9f9f9 !important; /* Testimonials */
}

.divorce-page > section:nth-of-type(11) {
    background: #ffffff !important; /* Stats */
}

.divorce-page > section:nth-of-type(12) {
    background: #ffffff !important; /* FAQs */
}

.content-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
}

.content-section .subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

.content-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.content-section img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 24px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Two Column Layout */
.two-column {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.two-column.reverse {
    grid-template-columns: 1fr 1fr;
}

.two-column.reverse > div:first-child {
    order: 2;
}

.two-column.reverse > div:last-child {
    order: 1;
}

.two-column img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    object-fit: cover;
}

.two-column h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
}

.two-column h3 {
    font-size: 38px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
}

.two-column h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0b1d33;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.two-column p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.sidebar-content {
    position: sticky;
    top: 20px;
    align-self: start;
}

.office-location-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.office-location-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b1d33;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.location-checkmarks {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.location-checkmark-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0b1d33;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: max-content;
}

.location-checkmark-item i {
    margin-right: 10px;
    color: #0b1d33;
    font-size: 16px;
}

.ready-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ready-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0b1d33;
    font-family: 'Poppins', sans-serif;
}

.ready-section p {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    font-weight: 500;
    max-width: 400px;
}

.btn-primary.btn-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #C9A961 !important;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    border: none;
    animation: scalePulse 2s ease-in-out infinite;
}

@keyframes scalePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.btn-primary.btn-with-icon:hover {
    background-color: #B8965A !important;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 8px rgba(201, 169, 97, 0.3);
    animation: none;
}

.btn-primary.btn-with-icon i {
    font-size: 16px;
}

/* Locations Served Section */
.locations-served-section {
    margin-top: 30px;
}

.locations-served-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b1d33;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.regions-list {
    margin-top: 15px;
}

.region-item {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    border-bottom: 1px solid #e0e0e0;
}

.region-item:last-child {
    border-bottom: none;
}

.region-item strong {
    color: #C9A961;
    font-weight: 600;
}

.divorce-page .btn-primary,
.btn-primary {
    background-color: #d3b574 !important;
    color: #ffffff !important;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.divorce-page .btn-primary:hover,
.btn-primary:hover {
    background-color: #b89a5a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Why Choose Section */
.why-choose {
    background: #ffffff;
    padding: 20px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
}

.why-choose-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.why-choose-feature-box {
    background: #faf8f5;
    border: 1px solid #e8e5e0;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.why-choose-feature-box .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9A961;
    font-size: 24px;
}

.why-choose-feature-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.why-choose-feature-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.why-choose-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.why-choose-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d3b574;
    font-weight: bold;
    font-size: 18px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d3b574;
    font-weight: bold;
    font-size: 18px;
}

.why-choose-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 40px 0;
}

.why-choose-image img {
    width: 100%;
    height: auto;
    max-height: 80%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    flex-shrink: 1;
}

/* Lawyer Profile Card */
.lawyer-profile-card {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 0;
    overflow: hidden;
}

.lawyer-profile-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #2b2b2b;
    border-radius: 15px 0 0 15px;
}

.lawyer-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px 0 0 15px;
}

.lawyer-profile-content {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lawyer-profile-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.lawyer-title {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.lawyer-profile-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.lawyer-profile-content p:last-of-type {
    margin-bottom: 30px;
}

.lawyer-profile-content .btn-primary.btn-with-icon {
    align-self: flex-start;
    margin-top: 10px;
}

/* Services Grid */
.services-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1400px;
        margin: 0 auto;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #eee;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-card .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    background-color: #d3b574;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.service-card h3 {
        font-size: 22px;
        font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.service-card p {
        font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Process Section */
.process-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.process-content {
    max-width: 1400px;
    margin: 0 auto;
}

.process-subheading {
    font-size: 28px;
    font-weight: 700;
    color: #0b1d33;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.process-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.process-steps-list li {
    padding: 20px 0;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    border-bottom: 1px solid #e0e0e0;
}

.process-steps-list li:last-child {
    border-bottom: none;
}

.process-steps-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 20px;
    top: 20px;
}

.process-steps-list li strong {
    color: #0b1d33;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.process-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-images img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.process-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
}

.process-step {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.process-step h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.process-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Team Section - Shared with Homepage */
.meet-team {
    background-color: transparent;
    padding: 80px 20px;
    text-align: center;
    color: #111;
    font-family: 'Inter', sans-serif;
}

.meet-team h2 {
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #0b1d33;
}

.team-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
}

.team-member {
    background: #fff;
    color: #111;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.team-member img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    display: block;
    min-height: 420px;
    max-height: 420px;
}

.team-info {
    padding: 30px 25px;
}

.team-info h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
}

.team-info h4 {
    font-size: 17px;
    color: #b37a2c;
    margin-bottom: 18px;
    font-weight: 600;
}

.team-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* Testimonials */
.testimonials-section {
    padding: 80px 20px;
    background: #ffffff;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-card.t-slide {
    display: none;
}

.testimonial-card.t-slide.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card .stars {
    font-size: 24px;
    color: #d3b574;
    margin-bottom: 20px;
}

.testimonial-card p {
    font-size: 18px;
    color: #333;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.8;
}

.testimonial-card .author {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.testimonial-dot.active {
    background: #d3b574;
}

/* Stats Section */
.stats-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.stats-grid {
        display: grid;
    grid-template-columns: 1fr 1fr;
        gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
        align-items: center;
    }

.stats-content h2 {
    font-size: 36px;
        font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    }

.stats-content p {
        font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

    .stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    }

    .stat-box {
        text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    }

    .stat-box h3 {
    font-size: 48px;
        font-weight: 700;
    color: #d3b574;
    margin-bottom: 10px;
    }

    .stat-box p {
        font-size: 16px;
      color: #666;
    margin: 0;
}

/* FAQ Section */
.faq-section {
  max-width: 900px;
  margin: 80px auto;
    padding: 0 20px;
  font-family: 'Inter', sans-serif;
  color: #111;
}

.faq-section h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 50px;
  font-weight: 700;
  color: #0b1d33;
}

.faq {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.faq input {
  display: none;
}

.faq label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
    color: #111;
}

.faq label:hover {
  color: #b37a2c;
}

.faq label::after {
  content: "+";
  font-size: 24px;
  transition: transform 0.3s ease;
    color: #111;
}

.faq input:checked + label::after {
  transform: rotate(45deg);
}

.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #444;
}

.faq input:checked ~ .answer {
  max-height: 400px;
  margin-top: 10px;
}

.faq .answer p {
  line-height: 1.7;
  font-size: 16px;
  padding-right: 10px;
}

/* CTA Footer */
.cta-footer {
    background: #1a1a1a;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.cta-footer h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-footer p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.divorce-page .btn-secondary,
.btn-secondary {
    background-color: #d3b574 !important;
    color: #ffffff !important;
    padding: 14px 32px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.divorce-page .btn-secondary:hover,
.btn-secondary:hover {
    background-color: #b89a5a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .two-column,
    .why-choose-grid,
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .why-choose-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .why-choose-feature-box {
        padding: 25px 20px;
    }
    
    .two-column.reverse {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .sidebar-content {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    
    .office-location-section {
        padding: 20px;
        margin-top: 30px;
    }
    
    .office-location-section h3 {
        font-size: 20px;
    }
    
    .location-checkmarks {
        flex-direction: column;
        gap: 8px;
    }
    
    .location-checkmark-item {
        font-size: 14px;
    }
    
    .ready-section {
        margin-top: 30px;
        text-align: center;
    }
    
    .ready-section h3 {
        font-size: 24px;
    }
    
    .ready-section p {
        font-size: 15px;
    }
    
    .locations-served-section h3 {
        font-size: 20px;
    }
    
    .region-item {
        font-size: 15px;
        padding: 10px 0;
    }
    
    .region-item strong {
        font-size: 16px;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .lawyer-profile-card {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin: 0 15px;
    }
    
    .lawyer-profile-image {
        height: 400px;
        border-radius: 15px 15px 0 0;
    }
    
    .lawyer-profile-image img {
        border-radius: 15px 15px 0 0;
    }
    
    .lawyer-profile-content {
        padding: 30px 20px;
    }
    
    .lawyer-profile-content h2 {
        font-size: 28px;
    }
    
    .process-subheading {
        font-size: 24px;
    }
    
    .process-steps-list li {
        font-size: 15px;
        padding: 15px 0;
        padding-left: 30px;
    }
    
    .process-steps-list li strong {
        font-size: 16px;
    }
    
    .process-images {
        margin-top: 40px;
    }
    
    .process-images img {
        margin-bottom: 15px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-content {
        margin-top: 10px;
    }
    
    .stats-row {
        grid-template-columns: 1fr;
    }
    
    .credibility-logos {
        padding: 25px 20px;
        margin-top: 30px;
    }
    
    .logos-container {
        gap: 18px;
    }
    
    .credibility-logos img {
        height: 38px;
        max-width: 130px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 20px 60px;
    }
    
    .hero-content h1 {
    font-size: 28px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .stats-content {
        margin-top: 10px;
    }
    
    .content-section {
        padding: 60px 15px;
    }
    
    .content-section h2 {
        font-size: 28px;
    }
    
    .content-section h3 {
        font-size: 28px;
    }
    
    .content-section .subtitle {
        font-size: 18px;
    }
    
    .content-section p {
        font-size: 15px;
    }
    
    .content-section img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .credibility-logos {
        padding: 20px 15px;
        margin-top: 30px;
    }
    
    .trusted-by-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .logos-container {
        gap: 15px;
        justify-content: center;
    }
    
    .credibility-logos img {
        height: 35px;
        max-width: 110px;
        flex: 0 0 auto;
    }
    
    .team-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .team-member {
        width: 100%;
        max-width: 100%;
    }
    
    .team-member img {
        width: 100% !important;
        height: 420px !important;
        object-fit: cover !important;
        display: block;
    }
    
    .meet-team h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .credibility-logos {
        padding: 18px 12px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        border-radius: 0;
    }
    
    .logos-container {
        gap: 12px;
    }
    
    .credibility-logos img {
        height: 32px;
        max-width: 100px;
        min-width: 70px;
    }
}

@media (max-width: 480px) {
    .credibility-logos {
        padding: 15px 10px;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    
    .trusted-by-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .logos-container {
        gap: 10px;
        justify-content: center;
    }
    
    .credibility-logos img {
        height: 28px;
        max-width: 85px !important;
        min-width: 60px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }
    
    .team-member img {
        width: 100% !important;
        height: 420px !important;
        object-fit: cover !important;
        display: block;
    }
    
    .faq-section h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
  }

  @media (max-width: 768px) {
    .faq-section {
        padding: 0 15px;
    }
    
    .faq-section h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .faq-section h2 {
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    .credibility-logos {
        padding: 12px 8px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    
    .trusted-by-title {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .logos-container {
        gap: 8px;
    }
    
    .credibility-logos img {
        height: 25px;
        max-width: 70px;
        min-width: 50px;
    }
}

/* Free Case Review CTA Section */
.free-case-review-section {
    background: #2b2b2b;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.free-case-review-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.free-case-review-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.free-case-review-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.btn-free-review {
    display: inline-block;
    padding: 15px 35px;
    background-color: #C9A961;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}

.btn-free-review:hover {
    background-color: #B8965A;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(201, 169, 97, 0.3);
}

@media (max-width: 768px) {
    .free-case-review-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .free-case-review-content h2 {
        font-size: 28px;
    }
    
    .free-case-review-content p {
        font-size: 15px;
    }
    
    .free-case-review-button {
        display: flex;
        justify-content: center;
    }
    
    .btn-free-review {
        width: 100%;
        max-width: 300px;
    }
}
