/*
Theme Name: drivewayquotes
Author: 
Version: 1.0
*/
body {
    font-family: system-ui, sans-serif;
    color: #333;
}
.wpcf7-form br {
  display: none;
}
/* ===============================
   HEADER BASE
================================ */

.hd-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(252, 252, 252, 0.8);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.hd-header.hd-scrolled {
    padding: 10px 0;
    background-color: rgba(252,252,252,0.95);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.hd-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Logo */
.hd-logo-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.hd-logo-icon {
    width: 38px;
    height: 38px;
    background: #1a368d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: bold;
    font-size: 22px;
}

.hd-logo-text {
    font-size: 24px;
    font-weight: 900;
}

.hd-text-black { color: #1a1a1a; }
.hd-text-blue { color: #1a368d; }

/* Navigation */
.hd-menu {
	justify-content:center;
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.hd-menu li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #556677;
}

.hd-menu li a:hover {
    color: #1a368d;
}

/* Actions */
.hd-actions {
    display: flex;
    align-items: center;
}

.hd-phone-link {
    font-size: 20px;
    color: #1a368d;
    margin-right: 15px;
    text-decoration: none;
}

.hd-btn-quote {
    background: #ff5a00;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.hd-btn-quote:hover {
    background: #e65100;
}

/* Mobile Toggle */
.hd-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.hd-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #1a368d;
    border-radius: 2px;
}
/* Hide mobile-only actions on desktop */
.hd-actions-mobile {
    display: none;
}


/* ===============================
   MOBILE STYLES
================================ */

@media (max-width: 992px) {

    .hd-menu-toggle {
        display: flex;
    }

    .hd-actions {
        display: none;
    }

    .hd-nav-desktop {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        flex-direction: column;
    }

    .hd-nav-desktop.active {
        display: flex;
    }

    .hd-menu {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .hd-actions-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}


/* ===============================
  FRONT PAGE
================================ */

/* Base Layout */
.fp-hero-section {
    position: relative;
    padding: 80px 0;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.fp-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -2;
}

.fp-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(14, 26, 45, 0.85), rgba(14, 26, 45, 0.4));
    z-index: -1;
}

.fp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.fp-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

/* Left Content */
.fp-col-left { flex: 1; min-width: 320px; color: #fff; }

.fp-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(40, 167, 69, 0.15);
    border: 1px solid rgba(40, 167, 69, 0.3);
    padding: 6px 15px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.fp-badge-dot {
    width: 8px; height: 8px;
    background: #28a745;
    border-radius: 50%;
    margin-right: 10px;
}

.fp-badge-text { font-size: 14px; font-weight: 600; color: #70d88c; }

.fp-main-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.fp-highlight {
    display: block;
    color: #ff5a00;
}

.fp-lead-text {
    font-size: 18px;
    line-height: 1.6;
    color: #cbd5e0;
    margin-bottom: 40px;
    max-width: 500px;
}

/* Stats */
.fp-stats-grid { display: flex; gap: 30px; }
.fp-stat-val { font-size: 28px; font-weight: 800; }
.fp-stat-label { font-size: 13px; color: #a0aec0; }

/* Form Card */
.fp-col-right { flex: 0 0 480px; }

.fp-form-card {
	width: 36rem;
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.fp-form-title {
    text-align: center;
    color: #1a202c;
    margin-bottom: 5px;
}

.fp-form-subtitle {
    text-align: center;
    font-size: 13px;
    color: #718096;
    margin-bottom: 25px;
}

.fp-form-row { display: flex; gap: 15px; margin-bottom: 15px; }
.fp-form-group { flex: 1; margin-bottom: 15px; }

.fp-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2d3748;
}

.fp-input, .fp-select, .fp-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
}

.fp-btn-submit {
    width: 100%;
    background: #ff5a00;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.fp-btn-submit:hover { background: #e65100; }

.fp-trust-footer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    font-size: 16px;
    color: #718096;
}

/* 1. Updated Gradient Overlay */
.fp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Darker on the left for text readability, fading to transparent-ish on the right */
    background: linear-gradient(
        75deg, 
        rgba(14, 26, 45, 0.95) 0%, 
        rgba(14, 26, 45, 0.7) 40%, 
        rgba(14, 26, 45, 0.3) 100%
    );
    z-index: -1;
}

/* 2. Form Transition & Hover Effects */
.fp-form-card {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    
    /* Transition for the card itself */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s ease;
    
    /* Animation for page load */
    animation: fpFadeUp 0.8s ease-out forwards;
}

.fp-form-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

/* 3. Input Focus Transitions */
.fp-input, .fp-select, .fp-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    transition: all 0.3s ease; /* Smooth focus effect */
}

.fp-input:focus, .fp-select:focus, .fp-textarea:focus {
    outline: none;
    border-color: #ff5a00;
    box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.1);
}

/* 4. Keyframes for Entrance */
@keyframes fpFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fp-icon-check::before { content: '✔'; color: #38a169; margin-right: 4px; }

/* Responsive */
@media (max-width: 992px) {
    .fp-col-right { flex: 1 0 100%; }
    .fp-main-title { font-size: 38px; }
}

/* Container for the Custom Select */
.fp-select-custom {
    position: relative;
    user-select: none;
}

/* The Box the user clicks */
.fp-select-trigger {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.fp-select-trigger:hover {
    border-color: #cbd5e0;
}

/* The Dropdown Menu */
.fp-select-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Match reference 4 */
    z-index: 9999; /* Ensure it stays on top */
    padding: 8px;
    display: none; 
    border: 1px solid #f0f0f0;
}

/* Open State */
.fp-select-custom.active .fp-select-options {
    display: block;
    animation: fpSlideDown 0.2s ease-out;
}

/* Individual Option Item */
.fp-option {
	margin: 5px 0px;
    padding: 9px 9px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #2d3748;
    transition: all 0.2s ease;
}

/* THE ORANGE PILL HIGHLIGHT */
.fp-option:hover, .fp-option.active {
    background-color: #ff5a00; /* Exact orange from image */
    color: #fff;
}

@keyframes fpSlideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* ===============================
   HERO RESPONSIVE IMPROVEMENTS
================================ */

/* Tablets */
@media (max-width: 992px) {

    .fp-hero-section {
        padding: 60px 0;
        min-height: auto;
    }

    .fp-row {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-col-left,
    .fp-col-right {
        width: 100%;
    }

    .fp-main-title {
        font-size: 38px;
        line-height: 1.15;
    }

    .fp-lead-text {
        max-width: 100%;
        font-size: 17px;
    }

    .fp-stats-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .fp-col-right {
        margin-top: 40px;
    }

    .fp-form-card {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
}

/* Phones */
@media (max-width: 576px) {

    .fp-hero-section {
        padding: 50px 0;
        text-align: center;
    }

    .fp-badge {
        justify-content: center;
    }

    .fp-main-title {
        font-size: 30px;
    }

    .fp-highlight {
        display: inline;
    }

    .fp-lead-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .fp-stats-grid {
        justify-content: center;
    }

    .fp-stat-val {
        font-size: 24px;
    }

    .fp-form-card {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .fp-form-row {
        flex-direction: column;
        gap: 0;
    }

    .fp-btn-submit {
        font-size: 16px;
        padding: 14px;
    }
}

/* Ultra small phones */
@media (max-width: 400px) {

    .fp-main-title {
        font-size: 26px;
    }

    .fp-lead-text {
        font-size: 15px;
    }
}

/* Section Base */
.fpsc1-how-it-works {
    padding: 100px 0;
    background-color: #f8fafc; /* Very light blue/grey bg */
    font-family: system-ui, sans-serif;
}

.fpsc1-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fpsc1-text-center { text-align: center; }

/* Header Styling */
.fpsc1-subtitle {
    color: #10b981; /* Green color from image */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}

.fpsc1-section-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 20px;
}

.fpsc1-section-desc {
    color: #64748b;
    max-width: 650px;
    margin: 0 auto 60px;
    font-size: 17px;
    line-height: 1.6;
}

/* Steps Grid */
.fpsc1-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}

.fpsc1-col-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Connecting Line */
.fpsc1-connecting-line {
    position: absolute;
    top: 50px; /* Aligned to center of icon */
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #e2e8f0;
    z-index: 1;
}

/* Icon Design */
.fpsc1-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
}

.fpsc1-icon-circle {
    width: 100%;
    height: 100%;
    background-color: #ebf4ff; /* Light blue circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #1a368d; /* Dark blue icon */
}

.fpsc1-step-number {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1a368d;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 3px solid #f8fafc; /* Matches section bg */
}

/* Content Styling */
.fpsc1-step-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.fpsc1-step-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    padding: 0 15px;
}
/* 1. Scale the entire icon wrapper on hover */
.fpsc1-col-step:hover .fpsc1-icon-wrapper {
    transform: scale(1.08);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); /* Bouncy effect */
}

/* 2. Change icon circle color or shadow on hover */
.fpsc1-col-step:hover .fpsc1-icon-circle {
    background-color: #dbeafe; /* Slightly darker blue on hover */
    box-shadow: 0 10px 20px rgba(26, 54, 141, 0.1);
    color: #ff5a00; /* Icon turns orange to match your theme's primary color */
    transition: all 0.3s ease;
}

/* 3. Make the badge number pop slightly */
.fpsc1-col-step:hover .fpsc1-step-number {
    background-color: #ff5a00; /* Badge turns orange on hover */
    transform: translate(2px, -2px); /* Slight shift up/right */
    transition: all 0.3s ease;
}

/* 4. Ensure the base wrapper has a transition so it returns to normal smoothly */
.fpsc1-icon-wrapper {
    transition: transform 0.3s ease;
}

.fpsc1-icon-circle, .fpsc1-step-number {
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .fpsc1-row { flex-direction: column; }
    .fpsc1-connecting-line { display: none; }
    .fpsc1-col-step { margin-bottom: 40px; }
}

/* Benefits Section Layout */
.fpsc2-benefits-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.fpsc2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}

/* Benefit Card Styling */
.fpsc2-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: left; /* Aligned left as per reference image */
    transition: all 0.3s ease;
}

.fpsc2-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: #10b981;
}

/* Icon Box Styling */
.fpsc2-icon-box {
    width: 48px;
    height: 48px;
    background-color: #ecfdf5; /* Very light emerald */
    color: #10b981; /* Emerald green */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

/* Card Typography */
.fpsc2-card-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.fpsc2-card-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Bottom Trust Bar Styling */
.fpsc2-trust-bar {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-weight: 500;
    font-size: 15px;
}

.fpsc2-trust-bar i {
    color: #10b981;
    margin-right: 8px;
}

/* Responsive Grid */
@media (max-width: 992px) {
    .fpsc2-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .fpsc2-grid { grid-template-columns: 1fr; }
    .fpsc2-trust-bar { flex-direction: column; align-items: center; gap: 15px; }
}

/* Section Layout */
.fpsc3-types-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.fpsc3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Container */
.fpsc3-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.fpsc3-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Image & Price Tag */
.fpsc3-img-wrapper {
    position: relative;
    height: 220px;
    margin: 10px; 
}

.fpsc3-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px; 
}

.fpsc3-price-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #ff5a00;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    /* font-style: italic; REMOVED */
    box-shadow: 0 4px 10px rgba(255, 90, 0, 0.3);
}

/* Content Typography */
.fpsc3-content {
    padding: 10px 20px 25px;
}

.fpsc3-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.fpsc3-card-desc {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 70px; 
}

/* Button Styling (Hollow Orange) */
.fpsc3-btn-outline {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1.5px solid #ff5a00;
    color: #ff5a00;
    padding: 12px;
    border-radius: 10px;
    font-weight: 800;
    /* font-style: italic; REMOVED */
    font-size: 14px;
    transition: all 0.3s ease;
}

.fpsc3-btn-outline:hover {
    background-color: #ff5a00;
    color: #fff;
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
    .fpsc3-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .fpsc3-grid { grid-template-columns: 1fr; }
}

/* Section Base */
.fpsc4-about-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.fpsc4-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fpsc4-col-content { flex: 1.2; }
.fpsc4-col-stats { flex: 1; }

/* Text Content */
.fpsc4-description {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 20px;
}

/* Checklist Styling */
/* Checklist Container */
.fpsc4-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px; /* Vertical and Horizontal spacing */
    margin-top: 35px;
}

/* Individual Item Styling */
.fpsc4-check-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600; /* Bold as per image */
    color: #1e293b;
    line-height: 1.2;
}

/* Bootstrap Icon Specific Styling */
.fpsc4-check-item i.bi {
    color: #10b981; /* Exact Emerald Green from reference images */
    margin-right: 12px;
    font-size: 20px; /* Slightly larger for visibility */
    display: flex;
    align-items: center;
}

/* Responsive fix for mobile */
@media (max-width: 576px) {
    .fpsc4-checklist {
        grid-template-columns: 1fr;
    }
}

/* Stat Cards Grid */
.fpsc4-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.fpsc4-stat-card {
    padding: 40px 20px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
}

.fpsc4-stat-card:hover {
    transform: translateY(-5px);
}

.fpsc4-stat-val {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.fpsc4-stat-label {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
}

/* Stat Card Colors */
.fpsc4-stat-blue {
    background-color: #1a368d;
    color: #ffffff;
}

.fpsc4-stat-orange {
    background-color: #ff5a00;
    color: #ffffff;
}

.fpsc4-stat-green {
    background-color: #10b981;
    color: #ffffff;
}

.fpsc4-stat-light {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #1e293b;
}

/* Responsive */
@media (max-width: 992px) {
    .fpsc4-row { flex-direction: column; gap: 40px; }
    .fpsc4-checklist { grid-template-columns: 1fr; }
}

/* Section Layout */
.fpsc5-reviews-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

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

/* Card Styling */
.fpsc5-review-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.fpsc5-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Star Rating */
.fpsc5-stars i {
    color: #ffb400; /* Yellow star color */
    font-size: 18px;
    margin-right: 2px;
}

/* Quote Icon */
.fpsc5-quote-icon {
    font-size: 40px;
    color: #f1f5f9; /* Subtle light gray quote */
    line-height: 1;
}

/* Typography */
.fpsc5-review-text {
    font-size: 16px;
    line-height: 1.7;
    color: #1e293b;
    font-weight: 500;
    margin-bottom: 30px;
}

.fpsc5-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.fpsc5-author-name {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.fpsc5-author-loc {
    font-size: 14px;
    color: #64748b;
}

/* Type Badge (Pill) */
.fpsc5-type-badge {
    background-color: #ebf4ff; /* Very light blue */
    color: #1a368d; /* Dark blue text */
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

/* Bottom Overall Rating Pill */
.fpsc5-overall-rating {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin: 0 auto;
    display: flex;
    width: fit-content;
    gap: 10px;
    font-size: 15px;
}

.fpsc5-stars-small i {
    color: #ffb400;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .fpsc5-grid { grid-template-columns: 1fr; }
}

/* ===============================
    FAQ SECTION (FPSC6)
================================ */

.fpsc6-faq-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: system-ui, sans-serif;
}

.fpsc6-container {
    max-width: 800px; /* Narrower container for better readability */
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
.fpsc6-subtitle {
    color: #10b981; /* Emerald Green */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 10px;
}

.fpsc6-section-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a; /* Dark Blue/Black */
    margin-bottom: 20px;
}

.fpsc6-section-desc {
    color: #64748b;
    font-size: 17px;
    margin-bottom: 50px;
}

/* Accordion Customization */
.fpsc6-accordion {
    border: none;
}

.fpsc6-accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Active/Shadow state when open */
.fpsc6-accordion-item:has(.show) {
    border-color: #1a368d !important; /* Brand Blue */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.fpsc6-accordion-btn {
    padding: 22px 25px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    background-color: transparent !important;
    box-shadow: none !important;
}

.fpsc6-accordion-btn:not(.collapsed) {
    color: #0f172a;
    border-bottom: 1px solid #f1f5f9;
}

/* Change the Chevron Icon color */
.fpsc6-accordion-btn::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f172a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.fpsc6-accordion-body {
    padding: 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    background-color: #ffffff;
}

/* Remove default Bootstrap focus ring */
.fpsc6-accordion-btn:focus {
    border-color: rgba(26, 54, 141, 0.1);
    box-shadow: 0 0 0 0.25rem rgba(26, 54, 141, 0.05) !important;
}

/* ===============================
    FINAL CTA & TRUST (FPSC7)
================================ */

/* Trust Signals Bar Styling */
.fpsc7-trust-signals {
    background: linear-gradient(90deg, #1a368d 0%, #152c72 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.fpsc7-signals-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.fpsc7-signal-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fpsc7-signal-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.fpsc7-signal-title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.fpsc7-signal-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

/* Main CTA Section */
.fpsc7-final-cta {
    background: radial-gradient(circle at center, #1e3a8a 0%, #1a368d 100%);
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fpsc7-cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Orange Alert Badge */
.fpsc7-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ff5a00;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(255, 90, 0, 0.3);
}

.fpsc7-cta-title {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}

.fpsc7-cta-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 40px;
}

/* CTA Buttons */
.fpsc7-btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.fpsc7-btn-primary {
    background-color: #ff5a00;
    color: #fff;
    padding: 16px 35px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fpsc7-btn-primary:hover {
    background-color: #e65100;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color: #fff;
}

.fpsc7-btn-outline {
    background-color: transparent;
    color: #fff;
    padding: 16px 35px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fpsc7-btn-outline:hover {
    background-color: #fff;
    color: #1a368d;
}

.fpsc7-cta-footer {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .fpsc7-cta-title { font-size: 36px; }
    .fpsc7-btn-group { flex-direction: column; align-items: stretch; }
    .fpsc7-btn-primary, .fpsc7-btn-outline { justify-content: center; }
}
/* ===============================
    FOOTER STYLES (FT PREFIX)
================================ */
.ft-footer {
    background-color: #0a1128; /* Dark Navy Background */
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: system-ui, -apple-system, sans-serif;
}

.ft-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ft-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.ft-col {
    flex: 1;
    min-width: 200px;
}

.ft-col-brand {
    flex: 1.5;
}

/* Logo Styling */
.ft-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 25px;
}

.ft-logo-icon {
    background-color: #1a368d;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
}

.ft-logo-text {
    font-size: 22px;
    font-weight: 800;
}

.ft-text-white { color: #ffffff; }
.ft-text-blue { color: #3b82f6; } /* Brighter blue for contrast on dark */

/* Content Styling */
.ft-description {
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 25px;
}

.ft-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft-contact-item {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-contact-item i {
    color: #ffffff;
    font-size: 16px;
}

/* Headings & Links */
.ft-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

.ft-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-links li {
    margin-bottom: 12px;
}

.ft-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.ft-links a:hover {
    color: #ffffff;
}

/* Trust Section */
.ft-trust-box {
    margin-top: 30px;
}

.ft-trust-box p {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.ft-stars {
    color: #fbbf24; /* Gold Stars */
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.ft-stars span {
    color: #ffffff;
    margin-left: 5px;
    font-weight: 600;
}

/* Bottom Bar */
.ft-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #64748b;
}

/* Responsive */
@media (max-width: 768px) {
    .ft-row { flex-direction: column; }
    .ft-bottom-bar { flex-direction: column; gap: 10px; text-align: center; }
}

/* ===============================
    HOW IT WORKS HERO (PGHTW)
================================ */
.pghtw-hero-section {
    padding: 40px 0 80px;
    background-color: #1a368d; /* Matches your brand blue */
    color: #ffffff;
    font-family: system-ui, sans-serif;
}

.pghtw-text-center {
    text-align: center;
}

/* Inheriting and adapting fpsc1-subtitle style */
.pghtw-hero-section .fpsc1-subtitle {
    color: #10b981; /* Emerald Green */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 10px;
}

.pghtw-main-title {
    font-size: 52px; /* Matched to your fp-main-title scale */
    font-weight: 800;
    color: #ffffff;
    margin: 10px 0 20px;
    line-height: 1.1;
}

.pghtw-lead-text {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85); /* Slightly transparent white for better hierarchy */
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .pghtw-main-title {
        font-size: 36px;
    }
    .pghtw-hero-section {
        padding: 60px 0;
    }
}

/* ===============================
    HOW IT WORKS GRID (PGHTW)
================================ */

/* Section Background & Sizing */
.pghtw-section {
	padding:100px 0px;
    background-color: #f8fafc;
    padding-bottom: 100px;
}

.pghtw-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Header Area */
.pghtw-header {
    background-color: #1a368d;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 60px;
}

.pghtw-main-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.pghtw-subtitle {
    font-size: 18px;
    opacity: 0.85;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Timeline Components */
.pghtw-timeline-wrapper {
    display: flex;
    justify-content: center;
}

.pghtw-timeline-line {
    position: absolute;
    left: 45px; 
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e2e8f0;
    z-index: 1;
}

.pghtw-steps-list {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Number Badge Styling & Hover Prep */
.pghtw-number-badge {
    width: 50px;
    height: 50px;
    background-color: #1a368d; /* Original Blue */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    border: 5px solid #f8fafc; 
    z-index: 3;
    /* Transition for the hover effect */
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Card Styling */
.pghtw-step-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 25px;
    cursor: default;
}

.pghtw-card-body {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 30px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid #edf2f7;
    transition: transform 0.3s ease;
}

/* Content Styling */
.pghtw-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.pghtw-card-icon {
    color: #10b981; 
    font-size: 20px;
}

.pghtw-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.pghtw-card-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* ==========================================
   HOVER EFFECTS
   ========================================== */

/* When the user hovers over the entire card area */
.pghtw-step-card:hover .pghtw-number-badge {
    background-color: #ff5a00; /* Changes to your accent Orange */
    transform: scale(1.2); /* Bouncy enlargement */
    box-shadow: 0 0 15px rgba(255, 90, 0, 0.3);
}

/* Optional: Slight lift on the card itself */
.pghtw-step-card:hover .pghtw-card-body {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pghtw-main-title { font-size: 32px; }
    .pghtw-timeline-line { left: 35px; }
    .pghtw-number-badge { width: 40px; height: 40px; font-size: 16px; }
    .pghtw-step-card { gap: 15px; }
    .pghtw-card-body { padding: 20px; }
}

/* Container & Background */
.cta-pghtw-section {
    background-color: f3f5f7;
}

.cta-pghtw-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-pghtw-timeline-relative {
    position: relative;
    padding-bottom: 40px;
}

/* The Vertical Line */
.cta-pghtw-line {
    position: absolute;
    left: 45px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e2e8f0;
    z-index: 1;
}

.cta-pghtw-steps-wrapper {
    position: relative;
    z-index: 2;
}

/* The Number Badge & Hover Effect */
.cta-pghtw-number {
    width: 50px;
    height: 50px;
    background-color: #1a368d; /* Your brand blue */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    border: 5px solid #f8fafc;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Card Styling */
.cta-pghtw-step-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 30px;
}

.cta-pghtw-body {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf2f7;
    transition: transform 0.3s ease;
}

/* Hover States */
.cta-pghtw-step-card:hover .cta-pghtw-number {
    background-color: #ff5a00; /* Your brand orange */
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(255, 90, 0, 0.3);
}

.cta-pghtw-step-card:hover .cta-pghtw-body {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

/* Content Details */
.cta-pghtw-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.cta-pghtw-green-icon {
    color: #10b981; /* Your brand green */
    font-size: 20px;
}

.cta-pghtw-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.cta-pghtw-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Fix */
@media (max-width: 600px) {
    .cta-pghtw-line { left: 35px; }
    .cta-pghtw-number { width: 40px; height: 40px; font-size: 15px; }
    .cta-pghtw-step-card { gap: 15px; }
}

/* ===============================
   ABOUT SECTION (PGABT)
================================ */

.pgabt-about-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
}

.pgabt-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.pgabt-row {
	max-width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.pgabt-col-content {
    flex: 1;
    min-width: 320px;
}

.pgabt-col-stats {
    flex: 1;
    min-width: 320px;
}

/* Typography */
.pgabt-subtitle {
    color: #10b981;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 15px;
}

.pgabt-main-title {
    font-size: 44px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.pgabt-text-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
}

/* Stats Cards */
.pgabt-stats-grid {
	overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.pgabt-stat-card {
    padding: 45px 20px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.pgabt-stat-card i {
    font-size: 32px;
    margin-bottom: 10px;
}

.pgabt-stat-val {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
}

.pgabt-stat-label {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

/* Specific Card Colors */
.pgabt-bg-blue {
    background-color: #112d83;
    color: #ffffff;
}

.pgabt-bg-green {
    background-color: #10b981;
    color: #ffffff;
}

.pgabt-bg-orange {
    background-color: #e85a0c;
    color: #ffffff;
}

.pgabt-bg-light {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #1e293b;
}

/* Responsive */
@media (max-width: 768px) {
    .pgabt-row { flex-direction: column; }
    .pgabt-main-title { font-size: 32px; }
    .pgabt-col-content, .pgabt-col-stats { width: 100%; }
}

@media (max-width: 576px) {
    .pgabt-stats-grid { grid-template-columns: 1fr; }
}

/* --- Animation Keyframes --- */
@keyframes pgabtFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base state for animation */
.pgabt-animate {
    opacity: 0;
    animation: pgabtFadeUp 0.6s ease-out forwards;
}

/* Staggered Delays for the 4 cards */
.pgabt-stats-grid .pgabt-stat-card:nth-child(1) { animation-delay: 0.1s; }
.pgabt-stats-grid .pgabt-stat-card:nth-child(2) { animation-delay: 0.2s; }
.pgabt-stats-grid .pgabt-stat-card:nth-child(3) { animation-delay: 0.3s; }
.pgabt-stats-grid .pgabt-stat-card:nth-child(4) { animation-delay: 0.4s; }

/* Interactive Hover Animation */
.pgabt-stat-card {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.pgabt-stat-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* Specific icon bounce on card hover */
.pgabt-stat-card:hover i {
    animation: pgabtBounce 0.5s ease infinite alternate;
}

@keyframes pgabtBounce {
    from { transform: translateY(0); }
    to { transform: translateY(-5px); }
}

/* ===============================
   OUR VALUES SECTION (PGABT-OVS)
================================ */

.pgabt-ovs-section {
    padding: 90px 0;
    background-color: #f8fafc;
    overflow-x: clip;
}

/* Header */
.pgabt-ovs-header {
    margin-bottom: 60px;
}

.pgabt-ovs-subtitle {
    display: inline-block;
    color: #10b981;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pgabt-ovs-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
}

/* Card */
.pgabt-ovs-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pgabt-ovs-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

/* Icon */
.pgabt-ovs-icon {
    margin-bottom: 22px;
}

.pgabt-ovs-icon i {
    font-size: 38px;
    color: #10b981;
}

/* Card Text */
.pgabt-ovs-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.pgabt-ovs-card-text {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
}

/* Responsive */
@media (max-width: 768px) {
    .pgabt-ovs-title {
        font-size: 32px;
    }

    .pgabt-ovs-card {
        padding: 32px 24px;
    }
}
/* ===============================
   CTA SECTION (PGABT-CTA)
================================ */

.pgabt-cta-section {
    padding: 110px 0;
    background-color: #ffffff;
    overflow-x: clip;
}

/* Title */
.pgabt-cta-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

/* Text */
.pgabt-cta-text {
    max-width: 620px;
    margin: 0 auto 36px;
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
}

/* Button */
.pgabt-cta-btn {
	text-decoration:none;
	color:white;
    background-color: #f25c05;
    border-color: #f25c05;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 12px 25px rgba(242, 92, 5, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.pgabt-cta-btn:hover {
	
    background-color: #e55304;
    border-color: #e55304;
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(242, 92, 5, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
    .pgabt-cta-title {
        font-size: 30px;
    }

    .pgabt-cta-text {
        font-size: 16px;
    }
}

/* ===============================
   Contact page
================================ */

/* Typography & General */
.pgct-contact-section {
    
    color: #1a2b49; /* Deep blue text color from ref */
}

.pgct-title {
    font-weight: 700;
    font-size: 1.75rem;
}

.pgct-description {
    color: #6c757d;
    max-width: 450px;
}

/* Icon Box Styles */
.pgct-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.25rem;
}

.pgct-bg-blue { background-color: #f0f4ff; }
.pgct-bg-blue i { color: #2d50ed !important; }

.pgct-bg-green { background-color: #ecfdf5; }
.pgct-bg-green i { color: #10b981 !important; }

.pgct-bg-orange { background-color: #fff7ed; }
.pgct-bg-orange i { color: #f97316 !important; }

.pgct-bg-gray { background-color: #f8fafc; }
.pgct-bg-gray i { color: #64748b !important; }

.pgct-info-label {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.pgct-info-value {
    color: #4b5563;
    line-height: 1.4;
}

.pgct-info-sub {
    color: #9ca3af;
}

/* Form Card Styles */
.pgct-form-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 40px;
}

.pgct-form-title {
    font-weight: 700;
    color: #1a2b49;
}

.pgct-label {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #1a2b49;
}

.pgct-input {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.95rem;
}

.pgct-input::placeholder {
    color: #94a3b8;
}

.pgct-input:focus {
    background-color: #fff;
    border-color: #f97316;
    box-shadow: 0 0 0 0.25rem rgba(249, 115, 22, 0.1);
}

/* The exact orange from the button */
.pgct-btn-submit {
    background-color: #eb5e11;
    border: none;
    color: white;
    font-weight: 700;
    padding: 14px;
    border-radius: 8px;
    transition: background 0.2s;
}

.pgct-btn-submit:hover {
    background-color: #d4520f;
    color: white;
}
/* --- Hover Effects --- */

/* 1. Icon Box Interaction */
.pgct-info-item {
    transition: transform 0.2s ease;
    cursor: default;
}

.pgct-info-item:hover .pgct-icon-box {
    transform: scale(1.1); /* Subtle grow effect on the icon */
    filter: brightness(0.95); /* Slight deepen of the background color */
}

/* Specific Hover colors for each icon type */
.pgct-info-item:hover .pgct-bg-blue { background-color: #e0e9ff; }
.pgct-info-item:hover .pgct-bg-green { background-color: #d1fae5; }
.pgct-info-item:hover .pgct-bg-orange { background-color: #ffedd5; }
.pgct-info-item:hover .pgct-bg-gray { background-color: #f1f5f9; }

/* 2. Form Card "Lift" Effect */
.pgct-form-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pgct-form-card:hover {
    transform: translateY(-5px); /* Gentle lift */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

/* 3. Input Focus & Hover */
.pgct-input {
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.pgct-input:hover {
    border-color: #cbd5e1;
}

/* 4. Button Hover (Refined) */
.pgct-btn-submit {
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.pgct-btn-submit:hover {
    background-color: #d4520f;
    box-shadow: 0 4px 12px rgba(235, 94, 17, 0.3);
    transform: translateY(-1px);
}

.pgct-btn-submit:active {
    transform: translateY(0);
}
/* Responsive Adjustments */

/* Tablets and below (992px) */
@media (max-width: 991.98px) {
    .pgct-contact-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .pgct-form-card {
        padding: 30px;
        margin-top: 20px;
    }

    .pgct-title {
        text-align: center;
        font-size: 1.5rem;
    }

    .pgct-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }
}

/* Mobile Devices (576px) */
@media (max-width: 575.98px) {
    .pgct-form-card {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .pgct-icon-box {
        width: 40px;
        height: 40px;
        min-width: 40px; /* Prevents icon from shrinking in flexbox */
    }

    .pgct-info-label {
        font-size: 1rem;
    }

    .pgct-info-value, .pgct-info-sub {
        font-size: 0.85rem;
    }

    .pgct-btn-submit {
        padding: 12px;
        font-size: 0.95rem;
    }
}

/* ===============================
  Thank You Page
================================ */

/* General Typography & Layout */
.tk-thank-you-page {
    color: #1a2b49;
    background-color: #ffffff;
}

.tk-content-wrapper {
    max-width: 720px;
}

/* Success Header */
.tk-success-icon-bg {
    width: 80px;
    height: 80px;
    background-color: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.tk-main-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #1a2b49;
}

.tk-subtitle {
    font-size: 1.25rem;
    color: #64748b;
}

/* Expect Card */
.tk-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 50px;
}

.tk-card-header {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: none;
}

.tk-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.tk-bg-blue { background-color: #eff6ff; }
.tk-bg-green { background-color: #ecfdf5; }
.tk-bg-orange { background-color: #fff7ed; }

.tk-step-title {
    font-weight: 700;
    font-size: 1.05rem;
}

.tk-step-text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Tips Box */
.tk-tips-box {
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 30px;
}

.tk-tips-title {
    font-weight: 700;
    font-size: 1.1rem;
}

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

.tk-tips-list li {
    position: relative;
    padding-left: 20px;
    color: #64748b;
    margin-bottom: 8px;
}

.tk-tips-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #94a3b8;
}

/* Buttons */
.tk-btn-primary {
    background-color: #eb5e11;
    color: white;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 14px rgba(235, 94, 17, 0.3);
}

.tk-btn-primary:hover {
    background-color: #d4520f;
    color: white;
}

.tk-btn-outline {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #1a2b49;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
}

.tk-btn-outline:hover {
    background-color: #f1f5f9;
}

/* ===============================
   Blog Page - Prefixed blgpg
================================ */
/* Container & Card Base */
.blgpg-card {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.3s ease;
}

/* 50/50 Layout for Desktop */
.blgpg-image-container, .blgpg-content {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .blgpg-image-container, .blgpg-content {
        flex: 0 0 50%;
    }
}

/* Image Hover Effect Only */
.blgpg-image-container {
    overflow: hidden;
    position: relative;
    min-height: 300px;
}

.blgpg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blgpg-card:hover .blgpg-img {
    transform: scale(1.05);
}

/* Content Styling */
.blgpg-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* The "Featured" Badge */
.blgpg-badge {
    display: inline-block;
    background-color: #e9ecef;
    color: #495057;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    width: fit-content;
}

.blgpg-title {
    
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 1rem;
}

.blgpg-excerpt {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Meta Footer */
.blgpg-meta {
    display: flex;
    gap: 1.5rem;
    color: #94a3b8;
    font-size: 0.85rem;
}

.blgpg-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Container & Heading */
.lablgpg-main-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2rem;
}

/* Card Wrapper */
.lablgpg-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
    height: 100%;
}

.lablgpg-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

/* Image Hover Styling */
.lablgpg-img-wrapper {
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 10;
}

.lablgpg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Only scale the image when the link is hovered */
.lablgpg-card-link:hover .lablgpg-img {
    transform: scale(1.08);
}

/* Content Body */
.lablgpg-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lablgpg-category {
    display: inline-block;
    background-color: #f1f5f9;
    color: #64748b;
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    width: fit-content;
}

.lablgpg-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
    margin-bottom: 0.75rem;
    /* No italics allowed */
    font-style: normal; 
}

.lablgpg-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: normal;
}

/* Footer / Meta Data */
.lablgpg-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lablgpg-body {
        padding: 1.25rem;
    }
    .lablgpg-title {
        font-size: 1.1rem;
    }
}

/* ===============================
   Single page
================================ */

/* Container & Image */
.sglpg-hero {
    position: relative;
    height: 50vh;
    min-height: 350px;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.sglpg-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gradient Overlay - Darker at bottom for text contrast */
.sglpg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.2) 0%, 
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 1;
}

/* Content Layout */
.sglpg-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3rem;
    z-index: 2;
}

.sglpg-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

/* Typography & Elements */
.sglpg-back {
    color: #ffffff;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-style: normal;
}

.sglpg-arrow {
    margin-right: 6px;
    font-size: 1.1rem;
}

/* Exact Pill Badge Styling */
.sglpg-badge {
    background-color: #1a4ab9; /* Specific royal blue from image */
    color: #ffffff;
    padding: 2px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Exact Title Styling */
.sglpg-title {
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800; /* Ultra bold */
    line-height: 1.1;
    margin: 0;
    font-style: normal;
    letter-spacing: -0.03em; /* Tighter spacing for that premium look */
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .sglpg-hero {
        height: 40vh;
    }
    .sglpg-content {
        padding-bottom: 2rem;
    }
    .sglpg-title {
        letter-spacing: -0.01em;
    }
}

/* Global Reset & Typography */
.artsgpg-article {
    color: #1e293b;
    line-height: 1.6;
}

.artsgpg-article * {
    font-style: normal !important; /* Strictly no italics */
}

/* Header & Meta */
.artsgpg-header-meta {
    margin-bottom: 2.5rem;
}

.artsgpg-author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.artsgpg-avatar {
    width: 48px;
    height: 48px;
    background-color: #162f83;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.artsgpg-author-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.artsgpg-author-bio {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.artsgpg-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    color: #94a3b8;
    font-size: 0.85rem;
}

.artsgpg-meta-item, .artsgpg-share-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.artsgpg-share-btn {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    cursor: pointer;
    transition: color 0.2s;
}

.artsgpg-share-btn:hover { color: #162f83; }

/* Content Area */
.artsgpg-content {
    font-size: 1.15rem;
    color: #334155;
}

.artsgpg-content h2, .artsgpg-content h3 {
    font-weight: 800;
    color: #0f172a;
    margin-top: 2rem;
    letter-spacing: -0.02em;
}

/* Tags Section */
.artsgpg-tags-section {
    margin-top: 4rem;
}

.artsgpg-tags-title {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.artsgpg-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.artsgpg-tag {
    background-color: #f1f5f9;
    color: #64748b;
    padding: 4px 14px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: background 0.2s;
}

.artsgpg-tag:hover { background-color: #e2e8f0; }

/* CTA Box - Exact Match */
.artsgpg-cta {
    margin-top: 4rem;
    padding: 3.5rem 2rem;
    background-color: #162f83;
    color: white;
    border-radius: 16px;
    text-align: center;
}

.artsgpg-cta-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.artsgpg-cta-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ea580c;
    color: white !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s;
}

.artsgpg-cta-btn:hover {
    transform: translateY(-2px);
    background-color: #c2410c;
}

.artsgpg-btn-arrow { margin-left: 8px; font-size: 1.2rem; }

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .artsgpg-meta-info { justify-content: space-between; gap: 10px; }
    .artsgpg-cta { padding: 2.5rem 1rem; }
    .artsgpg-cta-title { font-size: 1.5rem; }
}

/* ===============================
   Quote Page
================================ */

/* Container & Typography */
.qtpg-main {
    background-color: #f8fafc;
    color: #1e293b;
   
}

.qtpg-main * {
    font-style: normal !important;
}

.qtpg-main-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.qtpg-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Progress Bar Styling */
.qtpg-progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.qtpg-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
}

.qtpg-step.active {
    color: #0f172a;
    font-weight: 600;
}

.qtpg-step-num {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    border-radius: 50%;
    font-size: 0.85rem;
}

.active .qtpg-step-num {
    background-color: #162f83;
    color: #fff;
}

.qtpg-step-arrow {
    color: #cbd5e1;
}

/* Card & Form Elements */
.qtpg-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.qtpg-section-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

.qtpg-label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.qtpg-input {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #1e293b;
    transition: all 0.2s;
}

.qtpg-input:focus {
    outline: none;
    border-color: #cbd5e1;
    background-color: #fff;
}

/* Primary Orange Button */
.qtpg-submit-btn {
    width: 100%;
    background-color: #ea580c; /* Specific orange from image */
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    transition: transform 0.2s, background 0.2s;
    cursor: pointer;
}

.qtpg-submit-btn:hover {
    background-color: #c2410c;
    transform: translateY(-2px);
}

/* Trust Badges Bar */
.qtpg-trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.qtpg-badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 500;
}

.qtpg-icon-check { color: #10b981; }
.qtpg-icon-shield { color: #10b981; }
.qtpg-icon-clock { color: #10b981; }

.qtpg-legal {
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
}

.qtpg-legal a {
    color: #162f83;
    text-decoration: none;
    font-weight: 500;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .qtpg-card { padding: 1.5rem; }
    .qtpg-progress-container { flex-direction: column; gap: 0.5rem; }
    .qtpg-step-arrow { display: none; }
}




/* PPPG Privacy Policy Styles - Matching Exact Image Styling */

.pppg-section {
    padding: 4rem 1.5rem;
    background-color: #ffffff;
}

.pppg-container {
    max-width: 768px;
    margin: 0 auto;
}

.pppg-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pppg-block {
    display: block;
}

.pppg-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.pppg-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #6b7280;
    margin: 0;
}

.pppg-text-mb {
    margin-bottom: 1rem;
}

.pppg-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pppg-list li {
    font-size: 1rem;
    line-height: 1.75;
    color: #6b7280;
}

.pppg-contact-block {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #6b7280;
}

.pppg-link {
    color: #2563eb;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.pppg-link:hover {
    text-decoration: underline;
}


/* ===============================
   Quote Page Form Drop Down
================================ */

/* Hide the actual select but keep it for form submission */
.qtform-dropdown-wrapper select {
    display: none;
}

.qtform-custom-select {
    position: relative;
    font-family: sans-serif;
}

/* The Box */
.qtform-select-trigger {
    background: #f9fafb;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    color: #1a2b49;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qtform-select-trigger:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #8898aa;
    border-bottom: 2px solid #8898aa;
    transform: rotate(45deg);
    margin-bottom: 4px;
}

/* The Dropdown Menu */
.qtform-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 100;
    display: none;
    overflow: hidden;
    padding: 8px 0;
}

.qtform-options.open {
    display: block;
}

/* Individual Items */
.qtform-option {
    padding: 2px 10px;
    font-size: 16px;
    color: #1a2b49;
    cursor: pointer;
    margin: 4px 0px!important;
}

/* The Orange Selection Bar  */
.qtform-option:hover, .qtform-option.selected {
    background-color: #e85a06; /* Exact orange shade */
    color: #fff;
    margin: 0 8px;
    border-radius: 10px; 
}

/* Checkmark logic */
.qtform-option.selected:before {
    content: '✓';
    margin-right: 10px;
}