@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #eb002a;
    --primary-light: #ffebed;
    --secondary-color: #000000;
    --text-color: #333;
    --light-text: #666;
    --white: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #000000;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: #c40023;
}

.bg-danger {
    background: #850404;
    background: linear-gradient(90deg, rgba(133, 4, 4, 1) 0%, rgba(235, 7, 7, 1) 35%, rgba(128, 3, 3, 1) 100%);
}

.bg-transy {
    background-color: rgb(255 255 255 / 19%) !important
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    color: var(--white) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(235, 0, 42, 0.25) !important;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 2px solid var(--primary-color) !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(235, 0, 42, 0.25) !important;
}

.btn-wyte {
    background-color: #fff !important;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 26px;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #fff;
}

.btn-wyte:hover {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

/* Global Theme Overrides */
:root {
    --bs-primary: #eb002a !important;
    --bs-primary-rgb: 235, 0, 42 !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--white) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

/* Global Focus Ring Overrides (Remove Bootstrap Blue) */
*:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.25rem rgba(235, 0, 42, 0.25) !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(235, 0, 42, 0.25) !important;
}

/* Navbar */
.navbar {
    padding: 5px 0;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 250px;
}

.nav-link {
    color: var(--secondary-color);
    font-weight: 600;
    margin-right: 20px;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-color);
}

.site-title-div {
    width: 70%;
    margin: auto;
}

/* Hero Section */
.hero-section {
    padding: 120px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1593784991095-a205069470b6?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    color: var(--white);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-subtitle {
    color: var(--primary-color);
    display: block;
    font-size: 42px;
    line-height: 70px;
    font-weight: 400;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.hero-title span {
   color: var(--primary-color);
    display: block;
    font-size: 42px;
    line-height: 70px;
    font-weight: 400;
}

/* Why Us */
.why-div {
    background-color: #fff;
    padding: 20px;
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.why-div:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #f37d92 0%, #FFFFFF 100%);
}

/* Features */
.feature-card {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.feature-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Sections */
.section-padding {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
}

.site-heading.section-subtitle {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
}

.site-heading {
    font-size: 42px;
    margin-bottom: 0.5rem;
    line-height: 47px;
}

/* Pricing */
.pricing-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-header {
    background: var(--primary-color);
    color: var(--white);
    padding: 15px;
    text-align: center;
    font-weight: 700;
}

.pricing-body {
    padding: 30px;
    text-align: center;
}

.price-box {
    margin: 20px 0;
}

.price-symbol {
    font-size: 1.5rem;
    vertical-align: top;
}

.price-amount {
    font-size: 3rem;
    font-weight: 800;
}

/* FAQ */
.accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    transition: var(--transition);
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    transform: none;
    color: var(--primary-color);
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-light);
    color: var(--primary-color);
}

/* Privacy Page */
.policy-content {
    padding: 60px 0;
    color: var(--text-color);
}

.policy-content h2,
.policy-content h3,
.policy-content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.policy-content p,
.policy-content li {
    font-size: 0.95rem;
    color: var(--light-text);
}

.policy-header {
    background: var(--bg-dark);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.policy-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

/* Refund Page */
.policy-content {
    padding: 60px 0;
    color: var(--text-color);
}

.policy-content h2,
.policy-content h3,
.policy-content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.policy-content p,
.policy-content li {
    font-size: 0.95rem;
    color: var(--light-text);
}

.policy-header {
    background: var(--bg-dark);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.policy-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
}


/* Terms Page */
.terms-content .site-heading,
.policy-content .site-heading {
    font-size: 30px;
    line-height: 40px;
}

.terms-content {
    padding: 60px 0;
    color: var(--text-color);
}

.terms-content h2,
.terms-content h3,
.terms-content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.terms-content p,
.terms-content li {
    font-size: 0.95rem;
    color: var(--light-text);
}

.terms-header {
    background: var(--bg-dark);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.terms-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

/* Plan Page */
.activation-section {
    display: flex;
    align-items: center;
}

.activation-card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.activation-title {
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 2rem;
}

/* Activation Success Page */
.success-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 60px 0;
}

.success-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.status-success {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.status-text-primary {
    color: var(--primary-color) !important;
}

.redeem-text {
    color: #00a8ff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.pending-step {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.verification-required {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.instruction-text {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.call-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition);
    display: inline-block;
    text-decoration: none;
    margin-bottom: 40px;
}

.call-btn:hover {
    background-color: #c40023;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(235, 0, 42, 0.3);
}

.divider-with-star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
}

.divider-with-star::before,
.divider-with-star::after {
    content: "";
    height: 1px;
    background: #dee2e6;
    flex-grow: 1;
}

.star-icon {
    margin: 0 20px;
    color: #6c757d;
    font-size: 1.5rem;
}

/* Footer */
.footer {
    background: var(--bg-dark);
    color: var(--white);
    padding: 60px 0 20px;
    padding: 60px 0 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
}

/* Contact Page */
.contact-hero {
    padding: 100px 0;
    background: #fdfdfd;
}

.contact-label {
    display: inline-block;
    padding: 5px 15px;
    background: #fff5f6;
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.contact-hero h1 span {
    color: var(--primary-color);
}

.map-card-body {
    background: #f1f5f9;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
}

.map-placeholder-box {
    background: #e2e8f0;
    height: 180px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder-box img {
    opacity: 0.15;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-map-pill {
    position: absolute;
    background: #fff;
    color: #1e293b;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: var(--transition);
}

.view-map-pill:hover {
    background: var(--primary-color);
    color: #fff;
    transform: scale(1.05);
}

.modal-content {
    border-radius: 24px;
    border: none;
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.modal-title {
    font-weight: 800;
    color: #1e293b;
}

.modal-body {
    padding: 0;
}

#map-iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-info-card {
    text-align: left;
    padding: 40px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(235, 0, 42, 0.08);
}

.contact-icon-box {
    width: 65px;
    height: 65px;
    background: #fff5f6;
    color: var(--primary-color);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.map-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: auto;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
}

.view-map-btn {
    background: #fff;
    color: #333;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.toll-free-box {
    background: #f8fafc;
    padding: 20px 25px;
    border-radius: 20px;
    margin: 25px 0;
}

.toll-free-label {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.toll-free-number {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}

.start-call-btn {
    border: 2px solid #e2e8f0;
    background: transparent;
    color: var(--primary-color);
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    transition: var(--transition);
    margin-top: auto;
}

.start-call-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.social-icons-footer {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.social-icon-btn {
    width: 35px;
    height: 35px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}

.social-icon-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

/* ==========================================================================
   Media Queries (Responsiveness)
   ========================================================================== */

/* Laptop / Small Desktop (1200px - 1400px) */
@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
    }

    .hero-title {
        font-size: 2.5rem;
    }
}

/* Laptop (992px - 1199px) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .section-padding {
        padding: 60px 0;
    }
}

/* iPad / Tablet (768px - 991px) */
@media (max-width: 991px) {
    .navbar-brand img {
        max-width: 180px;
    }

    .hero-section {
        padding: 80px 0;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-title span {
        display: inline;
    }

    .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .section-padding {
        padding: 50px 0;
    }

    .pricing-card {
        margin-bottom: 30px;
    }
}

/* Mobile Devices (max 767px) */
@media (max-width: 767px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-section {
        min-height: auto;
        padding: 35px 0;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .feature-card {
        padding: 20px;
    }

    .btn-lg {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .footer {
        padding: 40px 0 20px;
    }
}

/* Small Mobile (max 575px) */
@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    .pricing-body {
        padding: 20px;
    }
}

/* Accordion Overrides to remove blue */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(235, 0, 42, 0.25) !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eb002a'%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;
}

/* How It Works Redesign - Exact Match to Image Style */
.step-card {
    background: #fffcfc;
    /* Very light red tint to match cream feel */
    padding: 50px 40px;
    border-radius: 40px;
    height: 100%;
    position: relative;
    border-left: 10px solid var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(235, 0, 42, 0.1);
}

.step-number {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
    color: var(--primary-color) !important;
    opacity: 0.2;
    /* Translucent numbers like in the image */
}

.step-card .site-heading {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
    color: var(--secondary-color);
}

.step-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Selection & Specialization Section */
:root {
    --accent-red: #eb002a;
}

.selection-section {
    padding: 100px 0;
    background-color: #fff;
}

.accent-subtitle {
    color: var(--accent-red);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.selection-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.selection-title span {
    color: var(--accent-red);
    display: block;
}
@media (max-width: 1400px) {
	.selection-title, .site-heading {
    font-size: 38px;line-height: 1.1;
	}
	.section-padding, .selection-section  {
    padding: 50px 0;
}
}

/* Laptop (992px - 1199px) */
@media (max-width: 1199px) {
	.selection-title, .site-heading {
    font-size: 38px;line-height: 1.1;
	}
	.section-padding, .selection-section {
    padding: 50px 0;
}
}

/* iPad / Tablet (768px - 991px) */
@media (max-width: 991px) {
		.selection-title, .site-heading {
    font-size: 33px;
    line-height: 38px;
	}
	.section-padding, .selection-section  {
    padding: 30px 0;
}
	.activation-card {
    padding: 30px;
    margin: 30px auto 0;
}
	.hero-title span {
    font-size: 33px;
    line-height: 38px;
}
	.lead {
    font-size: 1rem;
    font-weight: 300;
}
	.hero-section .d-flex.gap-3{
		justify-content: center;
	}
	.feature-card h5{
		font-size: 14px;
	}
	.feature-card .text-muted {
    font-size: 12px;
}
	.feature-card .feature-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 6px;
}
}
@media (max-width: 768px) {
	.selection-title, .site-heading {
    font-size: 30px;
    line-height: 35px;
	}
	.section-padding, .selection-section  {
    padding: 30px 0;
}
	.activation-card {
    padding: 30px;
    margin: 30px auto 0;
}
	.hero-title span {
    font-size: 33px;
    line-height: 38px;
}
	.lead {
    font-size: 1rem;
    font-weight: 300;
}
	.hero-section .d-flex.gap-3{
		justify-content: center;
	}
	.feature-card h5{
		font-size: 14px;
	}
	.feature-card .text-muted {
    font-size: 12px;
}
	.feature-card .feature-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 6px;
}
	.card.bg-danger{
		text-align: center;
	}
	.spec-card {
    border-radius: 14px;
    padding: 15px;
	}
}
.title-line {
    width: 60px;
    height: 4px;
    background-color: var(--accent-red);
    margin-bottom: 40px;
}

.feature-list {
    margin-top: 30px;
}

.feature-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.feature-icon-box {
    min-width: 50px;
    height: 50px;
    background-color: #fff5f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: var(--accent-red);
    font-size: 24px;
}

.feature-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

.special-col {
    background-color: #f8fafc;
    border-radius: 25px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(to right, rgba(235, 0, 42, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(235, 0, 42, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.spec-cards-container {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.spec-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    border: 1px solid transparent;
}

.spec-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: rgba(235, 0, 42, 0.2);
}

.spec-icon {
    font-size: 24px;
    color: var(--accent-red);
    margin-right: 20px;
}

.spec-info h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.spec-info p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.status-pill-container {
    margin-top: 80px;
    text-align: center;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    background-color: #f1f5f9;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #475569;
    text-transform: uppercase;
}

.status-pill i {
    font-size: 10px;
    margin-right: 12px;
}

@media (max-width: 991px) {

    .special-col {
        margin-top: 0px;
        padding: 30px;
    }
		.spec-card {
    border-radius: 14px;
    padding: 15px;
	}
}

/* Testimonial Redesign */
.testimonial-swiper {
    padding: 20px 10px 60px !important;
}

.testimonial-card {
    background: #f8fafc;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    height: 100%;
    transition: var(--transition);
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.swiper-slide {
    height: auto;
    transition: opacity var(--transition);
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}

.swiper-slide-active .testimonial-card {
    border-bottom: 5px solid #eb002a;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(235, 0, 42, 0.1);
    background: #fff;
}

.testimonial-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    font-size: 60px;
    color: #fff5f6;
    /* Light peach/orange tint */
    margin-bottom: -10px;
    display: block;
}

.testimonial-text {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 30px;
    flex-grow: 1;
}

.testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-user h6 {
    font-weight: 800;
    color: #1e293b;
    font-size: 16px;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cbd5e1 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #eb002a !important;
    /* Slider active dot orange as per image */
}

#faq .text-secondary {
    --bs-text-opacity: 1;
    color: rgb(191 191 191) !important;
}