﻿/* ================================================
   FULL RESPONSIVE LAYOUT (All styles per breakpoint)
   ================================================ */

@media (min-width: 1921px) {
/* ------------------------------
   Section: Global
   ------------------------------ */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Matching Figma Design */
    --primary-blue: #1e3a5f;
    --primary-blue-dark: #152a45;
    --primary-blue-light: #2a4d75;
    --nav-blue: #1f4a6b;
    --light-blue: #e8f4f8;
    --white: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --card-border-blue: #3b82f6;
    --red: #ef4444;
    --orange: #f97316;
    --yellow: #eab308;
    --green: #22c55e;
    --purple: #a855f7;
    
    /* Typography */
    --font-arabic: 'Cairo', 'Arial', sans-serif;
    --font-english: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-full: 50%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-arabic);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--white);
    direction: rtl;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ------------------------------
   Section: Header
   ------------------------------ */
/* Top Header - White Background */
.top-header-white {
    background-color: var(--white);
    padding: 1.25rem 0;
    border-top: 2px solid #e0f2fe;
    position: relative;
}

.top-header-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0f172a;
}

.header-content-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: row-reverse;
}

.logo-section-white {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logo-main {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.2;
}

.logo-part {
    display: inline-block;
}

.logo-separator {
    color: #1e3a5f;
    font-weight: 400;
    font-size: 28px;
    opacity: 0.6;
    margin: 0 0.25rem;
}

.logo-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.contact-link:hover {
    opacity: 0.85;
}

.contact-link:active {
    opacity: 0.75;
    transform: scale(0.98);
}

.contact-link:focus {
    outline: 2px solid #22c55e;
    outline-offset: 4px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-text-section {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: right;
}

.contact-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.profile-image-small {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background-color: #f0f0f0;
    border: 3px solid #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
    overflow: hidden;
}

.profile-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-icon-green {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 32px;
    height: 32px;
    background-color: #22c55e;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.help-text {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.contact-name {
    font-size: 20px;
    color: #313541;
    font-weight: 400;
    margin: 0;
    margin-top: 0.25rem;
    padding-right: 0.25rem;
}

/* ------------------------------
   Section: Hero
   ------------------------------ */
/* Hero Section - Dark Blue */
.hero-section-blue {
    background-color: #002144;
    padding: 4rem 0 8rem;
    position: relative;
    height: 415px;
}

.hero-main-title {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 45px;
    line-height: 52.57px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

/* ------------------------------
   Section: Workflow
   ------------------------------ */
/* Workflow Steps */
.workflow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 20px;
}

.workflow-step {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
}

.step-icon {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s;
}

.step-icon:hover {
    transform: scale(1.05);
}

.step-content {
    text-align: center;
    color: var(--white);
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.step-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

.workflow-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0.5rem;
    position: relative;
}

.workflow-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.workflow-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

/* ------------------------------
   Section: Search
   ------------------------------ */
/* Search Form Section - Light Background Overlay */
.search-form-section {
    margin-top: -11rem;
    position: relative;
    z-index: 10;
    padding-bottom: 2rem;
}

/* ------------------------------
   Section: Banner
   ------------------------------ */
.banner-top {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.banner-top-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

.search-form-container {
    background-color: #f8f9fa;
    border-radius: 16px 16px 0 0;
    padding: 2rem 2.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

/* ------------------------------
   Section: Tabs
   ------------------------------ */
/* Insurance Type Tabs */
.insurance-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.insurance-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-arabic);
    font-size: 24px;
    color: #000000;
    position: relative;
}

.insurance-tab .tab-icon {
    font-size: 20px;
}

.insurance-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background-color: rgba(37, 99, 235, 0.08);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.insurance-tab.active .tab-icon {
    color: #2563eb;
}

.insurance-tab:not(.active) .tab-icon {
    color: #9ca3af;
}

/* ------------------------------
   Section: Inputs
   ------------------------------ */
/* Search Input Fields */
.search-inputs-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-input {
    flex: 1;
    min-width: 150px;
    padding: 0.875rem 1.25rem;
    padding-left: 2.5rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-size: 20px;
    background-color: var(--white);
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.search-input[type="text"],
.search-input[type="date"] {
    background-image: none;
    padding-left: 1.25rem;
    cursor: text;
}

.search-input[type="date"] {
    position: relative;
    padding-right: 2.5rem;
}

.search-input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0.75rem;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    height: 20px;
}

/* Input field with currency indicator */
.search-input.currency-input {
    position: relative;
}

.search-input.currency-input::after {
    content: 'ط¬.ظ…';
    position: absolute;
    left: 0.75rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    pointer-events: none;
}
.car-value{
    min-width: 107px;
    padding-left: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.car-value span{
color:#0D75DD;
font-weight: 700;
}

.search-input.currency-input {
    padding-left: 0rem;
    border: none;
}

.search-input:focus {
    outline: none;
    border-color: #2563eb;
}

/* Global placeholder color for all inputs */
::-webkit-input-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; opacity: 1; }
::-ms-input-placeholder { color: #000; opacity: 1; }
::placeholder { color: #000; opacity: 1; }

/* Ensure text entered in inputs, selects and textareas is black */
input,
textarea,
select,
.search-input,
.form-input,
.form-select {
    color: #000;
}

.search-button {
    padding: 0.875rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: 120px;
}

.search-button:hover {
    background-color: #1d4ed8;
}

/* ------------------------------
   Section: Products
   ------------------------------ */
/* Products Section */
.products-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.products-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: var(--spacing-xl);
    animation: fadeIn 0.4s ease-in;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}







.product-card {
    background-color: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    border: 1px solid #eef6ff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0.25rem;
    align-items: start;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Product Brand */
.product-brand {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
}

.product-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-type-name {
     background-color: #FEC536;
    font-family: IBM Plex Sans Arabic;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    text-transform: capitalize;
    color: #0A0A0A;
     border-radius: 10px;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
}

.brand-img {
    width: auto;
    max-height: 72px;
    display: block;
    margin: 0 auto;
}


/* Product Pricing */
.product-pricing {
    margin-bottom: 1rem;
    text-align: center;
}

.product-price-main {
    font-size: 34px;
    font-weight: 800;
    color: #2563eb;
    margin: 0.25rem 0 0.5rem;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-align: center;
}

.price-tax {
    font-size: 13px;
    color: #60a5fa;
    margin-bottom: 0.75rem;
    font-weight: 400;
    text-align: center;
}

.monthly-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #374151;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.payment-text {
    font-weight: 400;
}

/* Financing Partners */
.financing-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.aman-logo {
    background-color: #14b8a6;
    color: var(--white);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-arabic);
    min-width: 60px;
}

.valu-logo-item {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.valu-text {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    text-transform: lowercase;
}

.valu-asterisk {
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
}

.suhoola-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.suhoola-icon {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #6b7280;
    font-family: 'Arial', sans-serif;
}

.suhoola-text {
    font-size: 10px;
    color: #6b7280;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

/* Repair Feature - Car Insurance */
.repair-feature {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.4;
    width: 100%;
}

/* Coverage Badge - Medical & Home Insurance */
.coverage-badge {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.4;
    width: 100%;
}

/* Hide repair feature for medical and home cards */
.medical-card .repair-feature,
.home-card .repair-feature {
    display: none;
}

/* Ensure coverage badge only shows for medical and home */
.car-card .coverage-badge {
    display: none;
}

/* Info Buttons */
.info-buttons {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.info-btn {
    flex: 1;
    padding: 0.5rem 0.75rem;
    background-color: var(--white);
    color: #1e40af;
    border: 1px solid #93c5fd;
    border-radius: 6px;
    font-family: var(--font-arabic);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-btn:hover {
    background-color: #f0f9ff;
    border-color: #60a5fa;
}

/* Product Button */
.product-button {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.product-button:hover {
    background-color: #1d4ed8;
}

.arrow-icon-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.view-more-container {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.view-more-button {
    padding: 0.875rem 2.5rem;
    background-color: #e0f2fe;
    color: #000000;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-button:hover {
    background-color: #bfdbfe;
    border-color: #93c5fd;
}

/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Partners Section */
.partners-section {
   background: #0D75DDB2;
    padding: 1rem 0;
}

.partners-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin-bottom: var(--spacing-xl);
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xl);
    flex-wrap: wrap;
    margin-bottom: var(--spacing-lg);
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
}

.img-partner-logo{
    width: 130px;
    height: 130px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.partner-logo img {
    width: 105px;
    height: 105px;
    object-fit: contain;
   
}

.logo-circle {
    width: 90px;
    height: 90px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.logo-circle:hover {
    transform: scale(1.1);
}

.logo-name {
   font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
width: 130px;
}

.partners-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin-top: var(--spacing-xl);
}

/* Info Blocks Section */
.info-blocks-section {
    background-color: #fafafa;
    padding: 4rem 0;
}

.info-blocks-title{
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.info-text-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-block {
    padding: var(--spacing-md);
}

.info-block img {
    padding-left: 5px;
}
.info-block-title {
    font-size: 20px;
    font-weight: 700;
    color:#0D75DD;
    margin-bottom: var(--spacing-sm);
    display: flex;
    align-items: center;
}

.info-block-text {
    font-size: 18px;
    color:#0A0A0A;
    line-height: 1.6;
}

.info-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-image-card {
    text-align: center;
}

.image-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.image-placeholder:hover {
    transform: scale(1.02);
}

.image-label {
    background-color: #0D75DD80;
    position: absolute;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
    margin-top: -225px;
    margin-right: 15px;
    opacity: 1;
border-radius: 8px;
padding: 10px;
color: #F1F1F1;
font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;

}

.info-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.info-description p {
    color: #0A0A0A;
    font-family: IBM Plex Sans Arabic;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    vertical-align: middle;
}

/* CTA Gradient Section */
.cta-gradient-section {
    /* Background image with 75% semi-transparent overlay color (#0D75DDBF) */
    background-image: linear-gradient(rgba(13,117,221,0.75), rgba(13,117,221,0.75)), url("img/4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

/* Ensure CTA text sits above the overlay */
.cta-gradient-section .cta-content {
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #FEC536;
    margin-bottom: 2rem;
}
 
.cta-subtext{
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.18;
    text-align: justify;
    color: rgba(255,255,255,0.95);
    max-width: 900px;
    margin: 0 auto;
}

.cta-list {
    list-style-position: inside;
    text-align: right;
    color: rgba(255,255,255,0.95);
    font-size: 20px;
    line-height: 1.8;
}

.cta-list li {
    margin-bottom: 0.75rem;
}

.cta-list strong {
    color: #ffffff;
    font-weight: 700;
}
/* ------------------------------
   Section: Blog
   ------------------------------ */
/* Blog Section */
.blog-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.blog-content {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

/* Left column - compact list */
.blog-side {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.most-read-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: right;
}

.blog-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.img-post-item{
     width: 150px;
    height: 150px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}
.post-thumb {
    width: 145px;
    height: 145px;
    object-fit: contain;
}

.post-info {
    text-align: right;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.post-excerpt {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0.5rem 0;
}

.post-link {
    font-size: 18px;
    color: #0D75DD;
    text-decoration: none;
}

/* Right column - featured article */
.monitoring-card.featured-article {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.monitoring-hero-image {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    margin-bottom: 1rem;
}

.monitoring-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.monitoring-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.line-separator { display:none; }

.monitoring-text {
    font-size: 22px;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.monitoring-description {
    color:#000000;
    margin-bottom: 1rem;
}

.monitoring-link {
    display: inline-block;
    background-color: #0D75DD;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
}



/* Testimonials Section */
.testimonials-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.testimonials-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.testimonial-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    background-color: var(--light-blue);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto var(--spacing-md);
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-role {
    font-size: 14px;
    font-weight: 600;
    color: #0D75DD;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
    background-color: var(--border-color);
    cursor: pointer;
}

.indicator.active {
    background-color: var(--card-border-blue);
}

/* About Section */
.about-section {
    background-color: #0D75DD; /* main blue */
    padding: 2rem  0;
    color: var(--white);
}

.about-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0.75rem;
    color: #FEC536; /* yellow accent */
}

.about-content {
    display: grid;
    grid-template-columns: 75% 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 1.75rem;
    border-radius: 12px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 30px rgba(13,117,221,0.12);
}

/* dotted inner frame */
.about-content::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,0.18);
    pointer-events: none;
}

.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 10%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 6px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 34px rgba(13,117,221,0.25);
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.profile-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.05;
    color: #FFFFFF;
    text-align: right;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
    text-align: justify;
}

/* Responsive */


/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Brand Partners Section */
.brand-partners-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.brand-partners-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.brand-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xl);
    justify-content: center;
    align-items: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 140px;
}

.brand-logo-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0.75rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-logo:hover .brand-logo-img {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.brand-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}



/* FAQ Section */
.faq-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.faq-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

.faq-intro {
    padding: var(--spacing-lg);
}

.faq-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: var(--spacing-md);
}

.faq-description {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.faq-button {
    background: linear-gradient(90deg,#0D75DD,#0B62C9);
    color: #fff;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}

.faq-box {
    background: #fff;
    padding: var(--spacing-md);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }

.accordion-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6edf5;
    transition: transform .25s ease;
}

.accordion-header button {
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-size: 20px;
    color: #0f172a;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.accordion-icon {
    display:inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    text-align:center;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 1.25rem;
    background: transparent;
}

.accordion-content p { padding: 0.75rem 0; color: #0f172a; line-height:1.6; }

.accordion-item.active {
    background: linear-gradient(180deg,#0D75DD,#0B62C9);
    color: #fff;
}

.accordion-item.active .accordion-header button { color: #fff; }

.accordion-item.active .accordion-icon { transform: rotate(0deg); background: rgba(255,255,255,0.12); color: #fff; }

.accordion-item.active .accordion-content {
    max-height: 400px; /* enough for content */
    padding-bottom: 1rem;
}




.faq-button {
    padding: 1rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.faq-button:hover {
    background-color: #2563eb;
}

.faq-box {
    background-color: #2563eb;
    color: var(--white);
    padding: var(--spacing-lg);
    border-radius: 12px;
    margin-bottom: var(--spacing-md);
    text-align: center;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.2);
}

.faq-box-text {
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.faq-item {
    background-color: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: var(--spacing-sm);
}

.faq-item:hover {
    background-color: var(--light-blue);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.5;
}

/* Footer */
.footer {
    background-color: #eef4f8; /* light blue */
    color: #0f172a;
    padding: 0 0 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 35% 1fr 1fr 1fr; /* logos column 35% */
    gap: var(--spacing-lg);
    align-items: start;
    padding: var(--spacing-lg) 0 var(--spacing-md);
}

.footer-col { padding: 0 1rem; }

.social-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.social-icons { display:flex; gap:0.5rem; justify-content:flex-start; }

.social-btn {
    display:inline-flex; align-items:center; justify-content:center;
    width:36px; height:36px; border-radius:50%; background:#0f172a; color:#fff; text-decoration:none; font-weight:700;
}

.footer-column-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.contact-line { font-size: 15px; color: #0f172a; margin-bottom: 0.45rem; text-align: right; }

.muted { color: rgba(0,0,0,0.45); margin-left: 0.5rem; }

.sitemap-links { list-style:none; padding:0; margin:0; text-align:right; }
.sitemap-links li { margin-bottom:0.5rem; }
.sitemap-links a { color:#0f172a; text-decoration:none; font-size:14px; }
.sitemap-links a:hover { text-decoration:underline; }

.footer-note { font-size: 13px; color:#0f172a; line-height:1.4; text-align:right; margin-bottom:0.75rem; }

.authority-logos { display:flex; gap:0.75rem; justify-content:flex-start; }
.authority-logos img { max-width:100%; height:60px; object-fit:contain; }

.footer-bottom {
    background: #0b1f33;
    color: #e2e8f0;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .copyright {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    font-size: 18px;
    color: #cbd5e1;
}

.copyright a {
    color: #7dd3fc;
    text-decoration: none;
    font-weight: 600;
}

.copyright a:hover {
    color: #bae6fd;
    text-decoration: underline;
}
/* Desktop spacing adjustment for container inside footer */
.footer .container { padding-top:1rem; }





/* Responsive Design */






/* ================================================
   BLOG PAGE STYLES
   ================================================ */

.blog-hero-section {
    background: transparent;
    padding: 2.75rem 0 2.25rem;
    color: white;
    position: relative;
}

.blog-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #0b2a4a;
    z-index: 0;
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.blog-hero-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    color: white;
}

.blog-hero-image {
    width: 100%;
    max-width: 1200px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.blog-hero-image img {
    width: 100%;
    height: 360px;
    display: block;
    object-fit: cover;
}

.blog-content-section {
    padding: 2.5rem 0;
    max-width: 1100px;
    margin: 0 auto;
}

.blog-text-content {
    font-size: 16px;
    line-height: 1.9;
    color: #1f2937;
    text-align: right;
    margin-bottom: 1.75rem;
}

.blog-text-content p {
    margin-bottom: 1.5rem;
}

.blog-text-content strong {
    font-weight: 600;
    color: #1e3a5f;
}

.blog-cards-section {
    padding: 2.75rem 0 3.25rem;
}

.blog-cards-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 2rem;
    color: #1e3a5f;
}

.blog-cards-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.1rem 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: right;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.blog-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.blog-card-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e3a5f;
}

.blog-card-text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
}

.blog-footer-section {
    background-color: #0f172a;
    color: white;
    padding: 3rem 0 1rem;
}

.blog-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-divider {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #94a3b8;
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
}

.footer-socials a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* ================================================
   CAR INSURANCE FORM PAGE STYLES
   ================================================ */

.form-section {
    background-color: #f7f8fb;
    padding: 5rem 0 3rem;
    /* pull card upwards to overlap hero */
    margin-top: -220px;
}

.form-container {
    max-width: 1100px;
    background: white;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 18px 50px rgba(2,6,23,0.12);
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #0D75DD;
    margin-bottom: 0.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2rem;
    align-items: start;
}

.card-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.insurance-company {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 6px 20px rgba(13, 37, 77, 0.06);
    border: 1px solid #eef6ff;
    text-align: center;
}

.company-badge {
    background: linear-gradient(90deg, #FEC536, #FCA311);
    color: #0b1220;
    font-weight: 800;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.company-logo img {
    display: block;
    margin: 0 auto 0.5rem auto;
    max-width: 120px;
}

.company-price {
    font-size: 28px;
    color: #0D75DD;
    font-weight: 800;
    margin-top: 0.25rem;
}

.company-price .currency{ font-size: 14px; margin-right: 4px; color:#0D75DD; }

.price-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 0.5rem;
}

.price-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.price-actions .info-btn {
    flex: 1;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.price-actions .info-btn-info { background:#f0f9ff; border-color:#93c5fd }

.price-actions .info-btn-active {
    background:#2563eb; color: #fff; border-color: #2563eb;
}

.company-details.compact {
    background: transparent;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.company-details .detail-row { justify-content: space-between; padding: 0.4rem 0 }

/* Right column / form */
.card-right { background: #ffffff; padding: 1rem; border-radius: 10px; border: 1px solid #eef6ff; box-shadow: 0 6px 20px rgba(13, 37, 77, 0.04); }

.form-group { margin-bottom: 1rem; }

.form-label { display: block; font-weight: 700; color: #0A0A0A; margin-bottom: 0.5rem; font-size: 14px; }

.form-input, .form-select { width: 100%; padding: 0.8rem; border: 1px solid #e6edf6; border-radius: 10px; font-size: 15px; }

.payment-toggle { display:flex; gap:0.5rem; }
.pay-btn { flex:1; padding: 0.7rem; border-radius: 8px; border:1px solid #d1d5db; background: #fff; cursor:pointer; font-weight:600 }
.pay-btn.active { background: #fff; border-color: #0D75DD; box-shadow: 0 6px 18px rgba(13,117,221,0.08); color:#0D75DD }

.payment-methods { display:flex; gap:0.8rem; align-items:center; }
.pay-method { display:flex; gap:0.5rem; align-items:center; border:1px solid #e5e7eb; padding:0.4rem 0.6rem; border-radius:8px; cursor:pointer }
.pay-method img { height:28px; display:block }
.pay-method input[type="radio"]{ display:none }
.pay-method span{ font-weight:600; color:#0A0A0A }

.documents-section { margin-top: 1.25rem; border-top: none; padding-top: 0 }
.documents-title { font-weight:700; color:#0A0A0A; margin-bottom:0.5rem; font-size:14px }
.documents-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; }

.upload-box { display:block; cursor:pointer; }
.upload-placeholder { height:84px; border:2px dashed #e6eef9; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-direction:column; background:#fbfdff }
.upload-placeholder .upload-text { font-size:12px; color:#6b7280; margin-top:6px }

.button-group { display:flex; gap:0.75rem; margin-top:1.25rem }
.btn-submit { background:#0D75DD; color:#fff; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }
.btn-cancel { background:#fff; border:1px solid #c8d5ee; color:#0A0A0A; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }

/* Responsive adjustments */



.document-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.document-item:hover {
    background-color: #f3f4f6;
}

.document-icon {
    font-size: 2rem;
}

.document-name {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
}

.company-details {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.detail-label {
    color: #6b7280;
    font-weight: 500;
}

.detail-value {
    color: #1f2937;
    font-weight: 600;
}

.insurance-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.option-tag {
    background-color: white;
    border: 1px solid #d1d5db;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    color: #6b7280;
}

/* ================================================
   CONTACT PAGE STYLES
   ================================================ */

.contact-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.contact-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.contact-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 80vh;
}

.contact-form-container {
    max-width: 600px;
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .form-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.contact-form-section .form-label .required {
    color: #ef4444;
}

.contact-form-section .form-input,
.contact-form-section .form-select,
.contact-form-section textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-family: var(--font-arabic);
    transition: border-color 0.3s ease;
}

.contact-form-section .form-input:focus,
.contact-form-section .form-select:focus,
.contact-form-section textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form-section textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact form placeholders: set to grey for this page */
.contact-form-section .form-input::-webkit-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-moz-placeholder,
.contact-form-section textarea::-moz-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input:-ms-input-placeholder,
.contact-form-section textarea:-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-ms-input-placeholder,
.contact-form-section textarea::-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::placeholder,
.contact-form-section textarea::placeholder { color: #9ca3af; opacity: 1; }

.contact-btn {
    width: 100%;
    padding: 0.875rem;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--font-arabic);
    margin-top: 1rem;
}

.contact-btn:hover {
    background-color: #1d4ed8;
}

/* ================================================
   FAQ PAGE STYLES
   ================================================ */

.faq-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.faq-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.faq-section {
    padding: 3rem 0;
    background-color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #2563eb;
    border-color: #2563eb;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-family: var(--font-arabic);
    text-align: right;
}

.accordion-item.active .accordion-header {
    background-color: #2563eb;
    color: white;
}

.accordion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.accordion-item.active .accordion-title {
    color: white;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    color: white;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #2563eb;
    color: white;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ================================================
   HOME INSURANCE FORM PAGE STYLES
   ================================================ */

.home-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   MEDICAL INSURANCE FORM PAGE STYLES
   ================================================ */

.medical-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   RESPONSIVE DESIGN FOR FORMS AND PAGES
   ================================================ */





/* ------------------------------
   Section: Medical Layout
   ------------------------------ */
/* Medical insurance page styles */
.medical-page {
    padding: 3.5rem 0 2rem;
    position: relative;
}
/* make hero deeper so card can overlap */
.hero-section-blue {
    padding: 0.5rem 0 7rem;
}

/* Centered white card overlapping hero */
.medical-layout-wrapper {
    max-width: 980px;
    margin: -110px auto 0;
    background: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12);
    border: 1px solid rgba(13, 23, 54, 0.06);
}

.medical-layout {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 2rem;
    align-items: start;
}
.plan-card {
    background: transparent;
    border-radius: 8px;
    padding: 0;
}
.plan-badge{
    background:#FFD966;
    color:#7a4f00;
    display:inline-block;
    padding:5px 10px;
    border-radius:10px;
    font-weight:700;
    margin-bottom:10px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03);
}
.plan-logo img{width:72px;height:auto;margin-bottom:8px}
.plan-name{font-size:1.25rem;margin:0 0 .25rem;font-weight:700}
.plan-price{font-size:1.8rem;color:#2563eb;font-weight:800}
.plan-sub{color:#6b7280;margin-top:6px}
.plan-actions{display:flex;gap:.5rem;margin:12px 0;flex-wrap:wrap}
.small-btn{background:#fff;border:1px solid #e6eefc;color:#2563eb;padding:.45rem .7rem;border-radius:8px;cursor:pointer;font-weight:600}
.plan-details{margin:12px 0;padding-left:0;list-style:none;color:#374151}
.plan-details li{padding:.5rem 0;border-top:1px dashed #eef2f7}
.plan-meta{margin-top:12px;color:#374151}
.plan-meta div{display:flex;justify-content:space-between;padding:.35rem 0}
.page-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}
.medical-right{font-size:1rem;margin-bottom:1rem;text-align:right}
.medical-form{background:transparent;padding:0;border-radius:0}
.medical-form-inner{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 6px 18px rgba(6,10,20,0.04);border:1px solid rgba(13,23,54,0.03)}
.grid-2{display: flex;
    gap: 1rem;
    flex-direction: column;}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:700}
.form-input{width:100%;padding:.75rem;border:1px solid #e6eef0;border-radius:8px;background:#fff;color:#111}
.form-input::placeholder{color:#9ca3af}
.tabs{display:flex;gap:.5rem;margin-top:.5rem}
.tab{width: 50%;padding:.6rem 1rem;border:1px solid #e6eefc;border-radius:8px;background:#fff;cursor:pointer;font-weight:700}
.tab.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}
.installment-providers{display:flex;gap:1rem;margin-top:.75rem}
.provider{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #eef6ff;border-radius:8px;background:#fff}
.provider input{margin-left:6px}
.upload-area{margin-top:.5rem;border:1px dashed #d1d5db;padding:0.75rem;border-radius:8px;display:flex;gap:1rem;align-items:center}
.file-label{cursor:pointer;color:#2563eb;font-weight:700}
.preview img{max-width:160px;border-radius:8px;margin-right:.5rem;border:1px solid rgba(0,0,0,0.06)}
.actions-row{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}
.btn-primary{background:#0d4ecf;color:#fff;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;box-shadow:0 6px 18px rgba(13,67,161,0.12)}
.btn-outline{background:#fff;border:1px solid #d1d5db;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer}



/* ------------------------------
   Section: Floating Actions
   ------------------------------ */
/* Floating contact actions */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10000;
}

.floating-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .15s ease, box-shadow .15s;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-btn.whatsapp { background: #25D366; }
.floating-btn.call { background: #1d4ed8; }

.floating-btn:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }

.icon-whatsapp { width: 20px; height: 20px; }



/* ------------------------------
   Section: Logo Link
   ------------------------------ */
/* Logo link */
.logo-section-white .logo-link { display:inline-block; }
.logo-section-white .logo-link img { display:block; max-height:72px; height:auto; }
.logo-section-white .logo-link:focus { outline: 3px solid rgba(37,211,102,0.25); outline-offset:3px; border-radius:6px; }
/* ================================================
   RESPONSIVE BREAKPOINTS (Requested)
   ================================================ */

/* Overrides for this breakpoint */
body { font-size: 16px; }
    .container { max-width: 1480px; padding: 0 2.5rem; }

    .top-header-white { padding: 1.5rem 0; }
    .logo-main { font-size: 34px; }
    .logo-subtitle { font-size: 14px; }
    .profile-image-small { width: 64px; height: 64px; }
    .phone-number, .help-text { font-size: 30px; }
    .contact-name { font-size: 20px; }

    .hero-section-blue { padding: 4.5rem 0 9rem; height: 460px; }
    .hero-main-title { font-size: 52px; line-height: 1.2; }

    .workflow-steps { gap: 2.5rem; }
    .step-icon { width: 96px; height: 96px; font-size: 44px; }
    .step-title { font-size: 18px; }
    .step-subtitle { font-size: 15px; }

    .search-form-section { margin-top: -12rem; }
    .search-form-container { padding: 2.5rem 3rem; }
    .insurance-tab { font-size: 26px; }
    .search-input { font-size: 20px; }
    .search-button { font-size: 17px; }

    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
    .product-card { padding: 1.5rem; }
    .product-price-main { font-size: 36px; }

    .img-partner-logo { width: 140px; height: 140px; }

    .form-container { max-width: 1200px; padding: 3rem; }
    .card-grid { grid-template-columns: 380px 1fr; }

    .medical-layout-wrapper { max-width: 1040px; }

    .floating-actions { right: 24px; bottom: 90px; }
    .floating-btn { width: 44px; height: 44px; font-size: 23px; }

/* Screenshot-aligned adjustments (>= 1921px) */
    body { font-size: 18px; }
    .container { max-width: 1400px; padding: 0 2.5rem; }

    .top-header-white { padding: 1.4rem 0; }
    .header-content-white { min-height: 72px; }
    .logo-section-white .logo-link img { max-height: 48px; }
    .logo-main { font-size: 30px; }
    .logo-subtitle { font-size: 14px; }
    .profile-image-small { width: 56px; height: 56px; border-width: 3px; }
    .phone-icon-green { width: 28px; height: 28px; font-size: 14px; border-width: 3px; }
    .phone-number, .help-text { font-size: 16px; }
    .contact-name { font-size: 14px; }
    .contact-info { gap: 0.8rem; }

    .hero-section-blue { padding: 1.5rem 0 9.5rem; height: auto; }
    .hero-main-title { font-size: 36px; line-height: 1.3; }

    .contact-hero, .faq-hero { padding: 3rem 0; }
    .contact-hero-title, .faq-hero-title { font-size: 26px; }

    .workflow-steps { gap: 1.25rem; }
    .workflow-step { gap: 1rem; }
    .step-icon { width: 72px; height: 72px; font-size: 34px; }
    .step-title { font-size: 15px; }
    .step-subtitle { font-size: 13px; }

    .search-form-section { margin-top: -8rem; }
    .search-form-container { padding: 2rem 2.5rem; border-radius: 14px 14px 0 0; }
    .insurance-tabs { gap: 0.5rem; }
    .insurance-tab { font-size: 20px; padding: 0.85rem 1.3rem; }
    .search-input { font-size: 17px; padding: 0.95rem 1.1rem; }
    .search-button { font-size: 16px; padding: 0.95rem 1.4rem; }

    .products-section { padding: 3rem 0; }
    .products-section-title { font-size: 22px; }
    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
    .product-card { padding: 1.4rem; border-radius: 14px; }
    .product-name-arabic { font-size: 24px; }
    .product-price-main { font-size: 26px; }
    .monthly-payment { font-size: 14px; }
    .info-btn { font-size: 12.5px; padding: 0.55rem 0.8rem; }
    .product-button { font-size: 15px; padding: 0.9rem 1.2rem; }

    .partners-section { padding: 1.25rem 0; }
    .partners-title { font-size: 24px; }
    .img-partner-logo { width: 110px; height: 110px; }

    .form-section { margin-top: -120px; padding: 3rem 0 3.5rem; }
    .form-container { max-width: 1100px; padding: 2.25rem; margin: 1.5rem auto; border-radius: 14px; }
    .form-title { font-size: 1.25rem; }
    .form-label { font-size: 14px; }
    .form-input, .form-select { font-size: 15px; padding: 0.95rem; border-radius: 10px; }
    .button-group { gap: 0.8rem; }

    .card-grid { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -180px; padding: 1.5rem; }
    .plan-name { font-size: 1.3rem; }
    .plan-price { font-size: 1.8rem; }

    .contact-form-section { padding: 3rem 0; }
    .contact-form-container { padding: 2rem; margin: 1.5rem auto; border-radius: 14px; }
    .contact-form-section .form-label { font-size: 14px; }
    .contact-form-section .form-input,
    .contact-form-section .form-select,
    .contact-form-section textarea { font-size: 15px; padding: 1rem; border-radius: 10px; }
    .contact-btn { font-size: 16px; padding: 1rem; }

    .faq-section { padding: 3rem 0; }
    .faq-container { padding: 0 2rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-title { font-size: 15px; }
    .accordion-body { padding: 1.25rem; font-size: 15px; }

    .blog-hero-title { font-size: 1.7rem; }
    .blog-cards-title { font-size: 1.4rem; }

    .blog-footer-content { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
    .footer-section h3 { font-size: 1.1rem; }
    .footer-section a, .footer-section li { font-size: 0.95rem; }
    .footer-logo { width: 160px; }
    .footer-bottom { flex-direction: row; text-align: right; gap: 2rem; }

    .footer-bottom {
        background: #0b1f33;
        color: #e2e8f0;
        padding: 0.5rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-bottom .copyright {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
        text-align: center;
        font-size: 18px;
        color: #cbd5e1;
    }

    .copyright a {
        color: #7dd3fc;
        text-decoration: none;
        font-weight: 600;
    }

    .copyright a:hover {
        color: #bae6fd;
        text-decoration: underline;
    }
    .footer-socials a { width: 36px; height: 36px; font-size: 1.1rem; }

    .floating-actions { right: 20px; bottom: 80px; }
    .floating-btn { width: 38px; height: 38px; font-size: 18px; }
    
      .scroll-to-top{
        position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: rgb(59, 130, 246);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: 0.3s;
    }
} 
@media (min-width: 1441px)and (max-width: 1920px) {
/* ------------------------------
   Section: Global
   ------------------------------ */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Matching Figma Design */
    --primary-blue: #1e3a5f;
    --primary-blue-dark: #152a45;
    --primary-blue-light: #2a4d75;
    --nav-blue: #1f4a6b;
    --light-blue: #e8f4f8;
    --white: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --card-border-blue: #3b82f6;
    --red: #ef4444;
    --orange: #f97316;
    --yellow: #eab308;
    --green: #22c55e;
    --purple: #a855f7;
    
    /* Typography */
    --font-arabic: 'Cairo', 'Arial', sans-serif;
    --font-english: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-full: 50%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-arabic);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--white);
    direction: rtl;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ------------------------------
   Section: Header
   ------------------------------ */
/* Top Header - White Background */
.top-header-white {
    background-color: var(--white);
    padding: 1.25rem 0;
    border-top: 2px solid #e0f2fe;
    position: relative;
}

.top-header-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0f172a;
}

.header-content-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: row-reverse;
}

.logo-section-white {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logo-main {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.2;
}

.logo-part {
    display: inline-block;
}

.logo-separator {
    color: #1e3a5f;
    font-weight: 400;
    font-size: 28px;
    opacity: 0.6;
    margin: 0 0.25rem;
}

.logo-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.contact-link:hover {
    opacity: 0.85;
}

.contact-link:active {
    opacity: 0.75;
    transform: scale(0.98);
}

.contact-link:focus {
    outline: 2px solid #22c55e;
    outline-offset: 4px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-text-section {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: right;
}

.contact-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.profile-image-small {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background-color: #f0f0f0;
    border: 3px solid #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
    overflow: hidden;
}

.profile-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-icon-green {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 32px;
    height: 32px;
    background-color: #22c55e;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.help-text {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.contact-name {
    font-size: 20px;
    color: #313541;
    font-weight: 400;
    margin: 0;
    margin-top: 0.25rem;
    padding-right: 0.25rem;
}

/* ------------------------------
   Section: Hero
   ------------------------------ */
/* Hero Section - Dark Blue */
.hero-section-blue {
    background-color: #002144;
    padding: 4rem 0 8rem;
    position: relative;
    height: 415px;
}

.hero-main-title {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 45px;
    line-height: 52.57px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

/* ------------------------------
   Section: Workflow
   ------------------------------ */
/* Workflow Steps */
.workflow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 20px;
}

.workflow-step {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
}

.step-icon {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s;
}

.step-icon:hover {
    transform: scale(1.05);
}

.step-content {
    text-align: center;
    color: var(--white);
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.step-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

.workflow-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0.5rem;
    position: relative;
}

.workflow-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.workflow-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

/* ------------------------------
   Section: Search
   ------------------------------ */
/* Search Form Section - Light Background Overlay */
.search-form-section {
    margin-top: -11rem;
    position: relative;
    z-index: 10;
    padding-bottom: 2rem;
}

.search-form-container {
    background-color: #f8f9fa;
    border-radius: 16px 16px 0 0;
    padding: 2rem 2.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

/* ------------------------------
   Section: Tabs
   ------------------------------ */
/* Insurance Type Tabs */
.insurance-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.insurance-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-arabic);
    font-size: 24px;
    color: #000000;
    position: relative;
}

.insurance-tab .tab-icon {
    font-size: 20px;
}

.insurance-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background-color: rgba(37, 99, 235, 0.08);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.insurance-tab.active .tab-icon {
    color: #2563eb;
}

.insurance-tab:not(.active) .tab-icon {
    color: #9ca3af;
}

/* ------------------------------
   Section: Inputs
   ------------------------------ */
/* Search Input Fields */
.search-inputs-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-input {
    flex: 1;
    min-width: 150px;
    padding: 0.875rem 1.25rem;
    padding-left: 2.5rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-size: 20px;
    background-color: var(--white);
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.search-input[type="text"],
.search-input[type="date"] {
    background-image: none;
    padding-left: 1.25rem;
    cursor: text;
}

.search-input[type="date"] {
    position: relative;
    padding-right: 2.5rem;
}

.search-input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0.75rem;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    height: 20px;
}

/* Input field with currency indicator */
.search-input.currency-input {
    position: relative;
}

.search-input.currency-input::after {
    content: 'ط¬.ظ…';
    position: absolute;
    left: 0.75rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    pointer-events: none;
}
.car-value{
    min-width: 107px;
    padding-left: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.car-value span{
color:#0D75DD;
font-weight: 700;
}

.search-input.currency-input {
    padding-left: 0rem;
    border: none;
}

.search-input:focus {
    outline: none;
    border-color: #2563eb;
}

/* Global placeholder color for all inputs */
::-webkit-input-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; opacity: 1; }
::-ms-input-placeholder { color: #000; opacity: 1; }
::placeholder { color: #000; opacity: 1; }

/* Ensure text entered in inputs, selects and textareas is black */
input,
textarea,
select,
.search-input,
.form-input,
.form-select {
    color: #000;
}

.search-button {
    padding: 0.875rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: 120px;
}

.search-button:hover {
    background-color: #1d4ed8;
}

/* ------------------------------
   Section: Products
   ------------------------------ */
/* Products Section */
.products-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.products-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: var(--spacing-xl);
    animation: fadeIn 0.4s ease-in;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}







.product-card {
    background-color: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    border: 1px solid #eef6ff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0.25rem;
    align-items: start;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Product Brand */
.product-brand {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
}

.product-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-type-name {
     background-color: #FEC536;
    font-family: IBM Plex Sans Arabic;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    text-transform: capitalize;
    color: #0A0A0A;
     border-radius: 10px;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
}

.brand-img {
    width: auto;
    max-height: 72px;
    display: block;
    margin: 0 auto;
}


/* Product Pricing */
.product-pricing {
    margin-bottom: 1rem;
    text-align: center;
}

.product-price-main {
    font-size: 34px;
    font-weight: 800;
    color: #2563eb;
    margin: 0.25rem 0 0.5rem;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-align: center;
}

.price-tax {
    font-size: 13px;
    color: #60a5fa;
    margin-bottom: 0.75rem;
    font-weight: 400;
    text-align: center;
}

.monthly-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #374151;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.payment-text {
    font-weight: 400;
}

/* Financing Partners */
.financing-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.aman-logo {
    background-color: #14b8a6;
    color: var(--white);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-arabic);
    min-width: 60px;
}

.valu-logo-item {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.valu-text {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    text-transform: lowercase;
}

.valu-asterisk {
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
}

.suhoola-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.suhoola-icon {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #6b7280;
    font-family: 'Arial', sans-serif;
}

.suhoola-text {
    font-size: 10px;
    color: #6b7280;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

/* Repair Feature - Car Insurance */
.repair-feature {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.4;
    width: 100%;
}

/* Coverage Badge - Medical & Home Insurance */
.coverage-badge {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.4;
    width: 100%;
}

/* Hide repair feature for medical and home cards */
.medical-card .repair-feature,
.home-card .repair-feature {
    display: none;
}

/* Ensure coverage badge only shows for medical and home */
.car-card .coverage-badge {
    display: none;
}

/* Info Buttons */
.info-buttons {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.info-btn {
    flex: 1;
    padding: 0.5rem 0.75rem;
    background-color: var(--white);
    color: #1e40af;
    border: 1px solid #93c5fd;
    border-radius: 6px;
    font-family: var(--font-arabic);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-btn:hover {
    background-color: #f0f9ff;
    border-color: #60a5fa;
}

/* Product Button */
.product-button {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.product-button:hover {
    background-color: #1d4ed8;
}

.arrow-icon-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.view-more-container {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.view-more-button {
    padding: 0.875rem 2.5rem;
    background-color: #e0f2fe;
    color: #000000;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-button:hover {
    background-color: #bfdbfe;
    border-color: #93c5fd;
}

/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Partners Section */
.partners-section {
   background: #0D75DDB2;
    padding: 1rem 0;
}

.partners-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin-bottom: var(--spacing-xl);
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xl);
    flex-wrap: wrap;
    margin-bottom: var(--spacing-lg);
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
}

.img-partner-logo{
    width: 130px;
    height: 130px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.partner-logo img {
    width: 125px;
    height: 125px;
    object-fit: contain;
   
}

.logo-circle {
    width: 90px;
    height: 90px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.logo-circle:hover {
    transform: scale(1.1);
}

.logo-name {
   font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
width: 130px;
}

.partners-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin-top: var(--spacing-xl);
}

/* Info Blocks Section */
.info-blocks-section {
    background-color: #fafafa;
    padding: 4rem 0;
}

.info-blocks-title{
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.info-text-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-block {
    padding: var(--spacing-md);
}

.info-block img {
    padding-left: 5px;
}
.info-block-title {
    font-size: 20px;
    font-weight: 700;
    color:#0D75DD;
    margin-bottom: var(--spacing-sm);
    display: flex;
    align-items: center;
}

.info-block-text {
    font-size: 18px;
    color:#0A0A0A;
    line-height: 1.6;
}

.info-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-image-card {
    text-align: center;
}

.image-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.image-placeholder:hover {
    transform: scale(1.02);
}

.image-label {
    background-color: #0D75DD80;
    position: absolute;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
    margin-top: -225px;
    margin-right: 15px;
    opacity: 1;
border-radius: 8px;
padding: 10px;
color: #F1F1F1;
font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;

}

.info-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.info-description p {
    color: #0A0A0A;
    font-family: IBM Plex Sans Arabic;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    vertical-align: middle;
}

/* CTA Gradient Section */
.cta-gradient-section {
    /* Background image with 75% semi-transparent overlay color (#0D75DDBF) */
    background-image: linear-gradient(rgba(13,117,221,0.75), rgba(13,117,221,0.75)), url("img/4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

/* Ensure CTA text sits above the overlay */
.cta-gradient-section .cta-content {
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #FEC536;
    margin-bottom: 2rem;
}
 
.cta-subtext{
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.18;
    text-align: justify;
    color: rgba(255,255,255,0.95);
    max-width: 900px;
    margin: 0 auto;
}

.cta-list {
    list-style-position: inside;
    text-align: right;
    color: rgba(255,255,255,0.95);
    font-size: 20px;
    line-height: 1.8;
}

.cta-list li {
    margin-bottom: 0.75rem;
}

.cta-list strong {
    color: #ffffff;
    font-weight: 700;
}
/* ------------------------------
   Section: Blog
   ------------------------------ */
/* Blog Section */
.blog-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.blog-content {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

/* Left column - compact list */
.blog-side {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.most-read-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: right;
}

.blog-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.img-post-item{
     width: 150px;
    height: 150px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}
.post-thumb {
    width: 145px;
    height: 145px;
    object-fit: contain;
}

.post-info {
    text-align: right;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.post-excerpt {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0.5rem 0;
}

.post-link {
    font-size: 18px;
    color: #0D75DD;
    text-decoration: none;
}

/* Right column - featured article */
.monitoring-card.featured-article {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.monitoring-hero-image {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    margin-bottom: 1rem;
}

.monitoring-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.monitoring-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.line-separator { display:none; }

.monitoring-text {
    font-size: 22px;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.monitoring-description {
    color:#000000;
    margin-bottom: 1rem;
}

.monitoring-link {
    display: inline-block;
    background-color: #0D75DD;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
}



/* Testimonials Section */
.testimonials-section {
    background-color: #f8fafc;
    padding: 1rem 0;
}

.testimonials-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.testimonial-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    background-color: var(--light-blue);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto var(--spacing-md);
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-role {
    font-size: 14px;
    font-weight: 600;
    color: #0D75DD;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
    background-color: var(--border-color);
    cursor: pointer;
}

.indicator.active {
    background-color: var(--card-border-blue);
}

/* About Section */
.about-section {
    background-color: #0D75DD; /* main blue */
    padding: 1rem 0;
    color: var(--white);
}

.about-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0.75rem;
    color: #FEC536; /* yellow accent */
}

.about-content {
    display: grid;
    grid-template-columns: 75% 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 1.75rem;
    border-radius: 12px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 30px rgba(13,117,221,0.12);
}

/* dotted inner frame */
.about-content::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,0.18);
    pointer-events: none;
}

.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 10%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 6px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 34px rgba(13,117,221,0.25);
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.profile-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.05;
    color: #FFFFFF;
    text-align: right;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
    text-align: justify;
}

/* Responsive */


/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Brand Partners Section */
.brand-partners-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.brand-partners-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.brand-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xl);
    justify-content: center;
    align-items: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 140px;
}

.brand-logo-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0.75rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-logo:hover .brand-logo-img {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.brand-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}



/* FAQ Section */
.faq-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.faq-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

.faq-intro {
    padding: var(--spacing-lg);
}

.faq-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: var(--spacing-md);
}

.faq-description {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.faq-button {
    background: linear-gradient(90deg,#0D75DD,#0B62C9);
    color: #fff;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}

.faq-box {
    background: #fff;
    padding: var(--spacing-md);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }

.accordion-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6edf5;
    transition: transform .25s ease;
}

.accordion-header button {
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-size: 20px;
    color: #0f172a;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.accordion-icon {
    display:inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    text-align:center;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 1.25rem;
    background: transparent;
}

.accordion-content p { padding: 0.75rem 0; color: #0f172a; line-height:1.6; }

.accordion-item.active {
    background: linear-gradient(180deg,#0D75DD,#0B62C9);
    color: #fff;
}

.accordion-item.active .accordion-header button { color: #fff; }

.accordion-item.active .accordion-icon { transform: rotate(0deg); background: rgba(255,255,255,0.12); color: #fff; }

.accordion-item.active .accordion-content {
    max-height: 400px; /* enough for content */
    padding-bottom: 1rem;
}




.faq-button {
    padding: 1rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.faq-button:hover {
    background-color: #2563eb;
}

.faq-box {
    background-color: #2563eb;
    color: var(--white);
    padding: var(--spacing-lg);
    border-radius: 12px;
    margin-bottom: var(--spacing-md);
    text-align: center;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.2);
}

.faq-box-text {
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.faq-item {
    background-color: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: var(--spacing-sm);
}

.faq-item:hover {
    background-color: var(--light-blue);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.5;
}

/* Footer */
.footer {
    background-color: #eef4f8; /* light blue */
    color: #0f172a;
    padding:0rem 0 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 35% 1fr 1fr 1fr; /* logos column 35% */
    gap: var(--spacing-lg);
    align-items: start;
    padding: var(--spacing-lg) 0 var(--spacing-md);
}

.footer-col { padding: 0 1rem; }

.social-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.social-icons { display:flex; gap:0.5rem; justify-content:flex-start; }

.social-btn {
    display:inline-flex; align-items:center; justify-content:center;
    width:36px; height:36px; border-radius:50%; background:#0f172a; color:#fff; text-decoration:none; font-weight:700;
}

.footer-column-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.contact-line { font-size: 15px; color: #0f172a; margin-bottom: 0.45rem; text-align: right; }

.muted { color: rgba(0,0,0,0.45); margin-left: 0.5rem; }

.sitemap-links { list-style:none; padding:0; margin:0; text-align:right; }
.sitemap-links li { margin-bottom:0.5rem; }
.sitemap-links a { color:#0f172a; text-decoration:none; font-size:14px; }
.sitemap-links a:hover { text-decoration:underline; }

.footer-note { font-size: 13px; color:#0f172a; line-height:1.4; text-align:right; margin-bottom:0.75rem; }

.authority-logos { display:flex; gap:0.75rem; justify-content:flex-start; }
.authority-logos img { max-width:100%; height:60px; object-fit:contain; }

.footer-bottom {
    background:#0b0b0b; color:#fff; padding:0 0;
}

.footer-bottom .copyright { width:100%; max-width:1200px; margin:0 auto; padding:0 1rem; text-align:center; font-size:20px; }
.copyright a{ color:#2563eb; text-decoration:none; font-weight:600; }
/* Desktop spacing adjustment for container inside footer */
.footer .container { padding-top:1rem; }





/* Responsive Design */






/* ================================================
   BLOG PAGE STYLES
   ================================================ */

.blog-hero-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.blog-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.blog-hero-image {
    width: 100%;
    max-width: 1500px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content-section {
    padding: 3rem 0;
    max-width: 900px;
    margin: 0 auto;
}

.blog-text-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #1f2937;
    text-align: justify;
    margin-bottom: 2rem;
}

.blog-text-content p {
    margin-bottom: 1.5rem;
}

.blog-text-content strong {
    font-weight: 600;
    color: #1e3a5f;
}

.blog-cards-section {
    padding: 3rem 0;
    background-color: #f9fafb;
}

.blog-cards-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    margin-bottom: 3rem;
    color: #1e3a5f;
}

.blog-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}


.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.blog-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e3a5f;
}

.blog-card-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
}

.blog-footer-section {
    background-color: #0f172a;
    color: white;
    padding: 3rem 0 1rem;
}

.blog-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-divider {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #94a3b8;
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
}

.footer-socials a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* ================================================
   CAR INSURANCE FORM PAGE STYLES
   ================================================ */

.form-section {
    background-color: #f7f8fb;
    padding: 5rem 0 3rem;
    /* pull card upwards to overlap hero */
    margin-top: -220px;
}

.form-container {
    max-width: 1100px;
    background: white;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 18px 50px rgba(2,6,23,0.12);
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #0D75DD;
    margin-bottom: 0.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2rem;
    align-items: start;
}

.card-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.insurance-company {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 6px 20px rgba(13, 37, 77, 0.06);
    border: 1px solid #eef6ff;
    text-align: center;
}

.company-badge {
    background: linear-gradient(90deg, #FEC536, #FCA311);
    color: #0b1220;
    font-weight: 800;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.company-logo img {
    display: block;
    margin: 0 auto 0.5rem auto;
    max-width: 120px;
}

.company-price {
    font-size: 28px;
    color: #0D75DD;
    font-weight: 800;
    margin-top: 0.25rem;
}

.company-price .currency{ font-size: 14px; margin-right: 4px; color:#0D75DD; }

.price-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 0.5rem;
}

.price-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.price-actions .info-btn {
    flex: 1;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.price-actions .info-btn-info { background:#f0f9ff; border-color:#93c5fd }

.price-actions .info-btn-active {
    background:#2563eb; color: #fff; border-color: #2563eb;
}

.company-details.compact {
    background: transparent;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.company-details .detail-row { justify-content: space-between; padding: 0.4rem 0 }

/* Right column / form */
.card-right { background: #ffffff; padding: 1rem; border-radius: 10px; border: 1px solid #eef6ff; box-shadow: 0 6px 20px rgba(13, 37, 77, 0.04); }

.form-group { margin-bottom: 1rem; }

.form-label { display: block; font-weight: 700; color: #0A0A0A; margin-bottom: 0.5rem; font-size: 14px; }

.form-input, .form-select { width: 100%; padding: 0.8rem; border: 1px solid #e6edf6; border-radius: 10px; font-size: 15px; }

.payment-toggle { display:flex; gap:0.5rem; }
.pay-btn { flex:1; padding: 0.7rem; border-radius: 8px; border:1px solid #d1d5db; background: #fff; cursor:pointer; font-weight:600 }
.pay-btn.active { background: #fff; border-color: #0D75DD; box-shadow: 0 6px 18px rgba(13,117,221,0.08); color:#0D75DD }

.payment-methods { display:flex; gap:0.8rem; align-items:center; }
.pay-method { display:flex; gap:0.5rem; align-items:center; border:1px solid #e5e7eb; padding:0.4rem 0.6rem; border-radius:8px; cursor:pointer }
.pay-method img { height:28px; display:block }
.pay-method input[type="radio"]{ display:none }
.pay-method span{ font-weight:600; color:#0A0A0A }

.documents-section { margin-top: 1.25rem; border-top: none; padding-top: 0 }
.documents-title { font-weight:700; color:#0A0A0A; margin-bottom:0.5rem; font-size:14px }
.documents-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; }

.upload-box { display:block; cursor:pointer; }
.upload-placeholder { height:84px; border:2px dashed #e6eef9; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-direction:column; background:#fbfdff }
.upload-placeholder .upload-text { font-size:12px; color:#6b7280; margin-top:6px }

.button-group { display:flex; gap:0.75rem; margin-top:1.25rem }
.btn-submit { background:#0D75DD; color:#fff; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }
.btn-cancel { background:#fff; border:1px solid #c8d5ee; color:#0A0A0A; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }

/* Responsive adjustments */



.documents-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.document-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.document-item:hover {
    background-color: #f3f4f6;
}

.document-icon {
    font-size: 2rem;
}

.document-name {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
}

.company-details {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.detail-label {
    color: #6b7280;
    font-weight: 500;
}

.detail-value {
    color: #1f2937;
    font-weight: 600;
}

.insurance-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.option-tag {
    background-color: white;
    border: 1px solid #d1d5db;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    color: #6b7280;
}

/* ================================================
   CONTACT PAGE STYLES
   ================================================ */

.contact-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.contact-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.contact-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 80vh;
}

.contact-form-container {
    max-width: 600px;
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .form-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.contact-form-section .form-label .required {
    color: #ef4444;
}

.contact-form-section .form-input,
.contact-form-section .form-select,
.contact-form-section textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-family: var(--font-arabic);
    transition: border-color 0.3s ease;
}

.contact-form-section .form-input:focus,
.contact-form-section .form-select:focus,
.contact-form-section textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form-section textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact form placeholders: set to grey for this page */
.contact-form-section .form-input::-webkit-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-moz-placeholder,
.contact-form-section textarea::-moz-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input:-ms-input-placeholder,
.contact-form-section textarea:-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-ms-input-placeholder,
.contact-form-section textarea::-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::placeholder,
.contact-form-section textarea::placeholder { color: #9ca3af; opacity: 1; }

.contact-btn {
    width: 100%;
    padding: 0.875rem;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--font-arabic);
    margin-top: 1rem;
}

.contact-btn:hover {
    background-color: #1d4ed8;
}

/* ================================================
   FAQ PAGE STYLES
   ================================================ */

.faq-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.faq-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.faq-section {
    padding: 3rem 0;
    background-color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #2563eb;
    border-color: #2563eb;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-family: var(--font-arabic);
    text-align: right;
}

.accordion-item.active .accordion-header {
    background-color: #2563eb;
    color: white;
}

.accordion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.accordion-item.active .accordion-title {
    color: white;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    color: white;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #2563eb;
    color: white;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ================================================
   HOME INSURANCE FORM PAGE STYLES
   ================================================ */

.home-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   MEDICAL INSURANCE FORM PAGE STYLES
   ================================================ */

.medical-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   RESPONSIVE DESIGN FOR FORMS AND PAGES
   ================================================ */





/* ------------------------------
   Section: Medical Layout
   ------------------------------ */
/* Medical insurance page styles */
.medical-page {
    padding: 0  0 2rem;
    position: relative;
}
/* make hero deeper so card can overlap */
.hero-section-blue {
    padding: 0.5rem 0 7rem;
}

/* Centered white card overlapping hero */
.medical-layout-wrapper {
    max-width: 980px;
    margin: -110px auto 0;
    background: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12);
    border: 1px solid rgba(13, 23, 54, 0.06);
}

.medical-layout {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 2rem;
    align-items: start;
}
.plan-card {
    background: transparent;
    border-radius: 8px;
    padding: 0;
}
.plan-badge{
    background:#FFD966;
    color:#7a4f00;
    display:inline-block;
    padding:5px 10px;
    border-radius:10px;
    font-weight:700;
    margin-bottom:10px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03);
}
.plan-logo img{width:72px;height:auto;margin-bottom:8px}
.plan-name{font-size:1.25rem;margin:0 0 .25rem;font-weight:700}
.plan-price{font-size:1.8rem;color:#2563eb;font-weight:800}
.plan-sub{color:#6b7280;margin-top:6px}
.plan-actions{display:flex;gap:.5rem;margin:12px 0;flex-wrap:wrap}
.small-btn{background:#fff;border:1px solid #e6eefc;color:#2563eb;padding:.45rem .7rem;border-radius:8px;cursor:pointer;font-weight:600}
.plan-details{margin:12px 0;padding-left:0;list-style:none;color:#374151}
.plan-details li{padding:.5rem 0;border-top:1px dashed #eef2f7}
.plan-meta{margin-top:12px;color:#374151}
.plan-meta div{display:flex;justify-content:space-between;padding:.35rem 0}
.page-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}
.medical-right{font-size:1rem;margin-bottom:1rem;text-align:right}
.medical-form{background:transparent;padding:0;border-radius:0}
.medical-form-inner{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 6px 18px rgba(6,10,20,0.04);border:1px solid rgba(13,23,54,0.03)}
.grid-2{display: flex;
    gap: 1rem;
    flex-direction: column;}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:700}
.form-input{width:100%;padding:.75rem;border:1px solid #e6eef0;border-radius:8px;background:#fff;color:#111}
.form-input::placeholder{color:#9ca3af}
.tabs{display:flex;gap:.5rem;margin-top:.5rem}
.tab{width: 50%;padding:.6rem 1rem;border:1px solid #e6eefc;border-radius:8px;background:#fff;cursor:pointer;font-weight:700}
.tab.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}
.installment-providers{display:flex;gap:1rem;margin-top:.75rem}
.provider{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #eef6ff;border-radius:8px;background:#fff}
.provider input{margin-left:6px}
.upload-area{margin-top:.5rem;border:1px dashed #d1d5db;padding:0.75rem;border-radius:8px;display:flex;gap:1rem;align-items:center}
.file-label{cursor:pointer;color:#2563eb;font-weight:700}
.preview img{max-width:160px;border-radius:8px;margin-right:.5rem;border:1px solid rgba(0,0,0,0.06)}
.actions-row{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}
.btn-primary{background:#0d4ecf;color:#fff;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;box-shadow:0 6px 18px rgba(13,67,161,0.12)}
.btn-outline{background:#fff;border:1px solid #d1d5db;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer}



/* ------------------------------
   Section: Floating Actions
   ------------------------------ */
/* Floating contact actions */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10000;
}

.floating-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .15s ease, box-shadow .15s;
  background: #fff;
}

.floating-btn.whatsapp { background: #25D366; }
.floating-btn.call { background: #1d4ed8; }

.floating-btn:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }



/* ------------------------------
   Section: Logo Link
   ------------------------------ */
/* Logo link */
.logo-section-white .logo-link { display:inline-block; }
.logo-section-white .logo-link img { display:block; max-height:72px; height:auto; }
.logo-section-white .logo-link:focus { outline: 3px solid rgba(37,211,102,0.25); outline-offset:3px; border-radius:6px; }
/* ================================================
   RESPONSIVE BREAKPOINTS (Requested)
   ================================================ */

/* Overrides for this breakpoint */
body { font-size: 16px; }
    .container { max-width: 1250x; padding: 0 2.5rem; }

    .top-header-white { padding: 1.5rem 0; }
    .logo-main { font-size: 34px; }
    .logo-subtitle { font-size: 14px; }
    .profile-image-small { width: 64px; height: 64px; }
    .phone-number, .help-text { font-size: 30px; }
    .contact-name { font-size: 20px; }

    .hero-section-blue { padding: 4.5rem 0 9rem; height: 460px; }
    .hero-main-title { font-size: 52px; line-height: 1.2; }

    .workflow-steps { gap: 2.5rem; }
    .step-icon { width: 96px; height: 96px; font-size: 44px; }
    .step-title { font-size: 18px; }
    .step-subtitle { font-size: 15px; }

    .search-form-section { margin-top: -12rem; }
    .search-form-container { padding: 2.5rem 3rem; }
    .insurance-tab { font-size: 26px; }
    .search-input { font-size: 20px; }
    .search-button { font-size: 17px; }

    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
    .product-card { padding: 1.5rem; }
    .product-price-main { font-size: 36px; }

    .img-partner-logo { width: 140px; height: 140px; }

    .form-container { max-width: 1200px; padding: 3rem; }
    .card-grid { grid-template-columns: 380px 1fr; }

    .medical-layout-wrapper { max-width: 1040px; }

    .floating-actions { right: 24px; bottom: 90px; }
    .floating-btn { width: 44px; height: 44px; font-size: 23px; }

/* Screenshot-aligned adjustments (1441px–1920px) */
    body { font-size: 17px; }
    .container { max-width: 1200px; padding: 0 2rem; }

    .top-header-white { padding: 1.2rem 0; }
    .header-content-white { min-height: 68px; }
    .logo-section-white .logo-link img { max-height: 44px; }
    .logo-main { font-size: 28px; }
    .logo-subtitle { font-size: 13px; }
    .profile-image-small { width: 52px; height: 52px; border-width: 3px; }
    .phone-icon-green { width: 26px; height: 26px; font-size: 13px; border-width: 3px; }
    .phone-number, .help-text { font-size: 15px; }
    .contact-name { font-size: 13px; }
    .contact-info { gap: 0.75rem; }

    .hero-section-blue { padding: 1.2rem 0 9rem; height: auto; }
    .hero-main-title { font-size: 32px; line-height: 1.3; }

    .contact-hero, .faq-hero { padding: 2.75rem 0; }
    .contact-hero-title, .faq-hero-title { font-size: 24px; }

    .workflow-steps { gap: 1.1rem; }
    .workflow-step { gap: 0.9rem; }
    .step-icon { width: 66px; height: 66px; font-size: 30px; }
    .step-title { font-size: 14px; }
    .step-subtitle { font-size: 12px; }

    .search-form-section { margin-top: -7.5rem; }
    .search-form-container { padding: 1.8rem 2.25rem; border-radius: 14px 14px 0 0; }
    .insurance-tabs { gap: 0.45rem; }
    .insurance-tab { font-size: 18px; padding: 0.8rem 1.2rem; }
    .search-input { font-size: 16px; padding: 0.9rem 1.05rem; }
    .search-button { font-size: 15px; padding: 0.9rem 1.3rem; }

    .products-section { padding: 2.75rem 0; }
    .products-section-title { font-size: 20px; }
    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
    .product-card { padding: 1.3rem; border-radius: 14px; }
    .product-name-arabic { font-size: 23px; }
    .product-price-main { font-size: 24px; }
    .monthly-payment { font-size: 13.5px; }
    .info-btn { font-size: 12px; padding: 0.55rem 0.75rem; }
    .product-button { font-size: 15px; padding: 0.85rem 1.1rem; }

    .partners-section { padding: 1.1rem 0; }
    .partners-title { font-size: 23px; }
    .img-partner-logo { width: 130px; height: 130px; }

    .form-section { margin-top: -110px; padding: 2.8rem 0 3.2rem; }
    .form-container { max-width: 1000px; padding: 2rem; margin: 1.25rem auto; border-radius: 14px; }
    .form-title { font-size: 1.2rem; }
    .form-label { font-size: 13.5px; }
    .form-input, .form-select { font-size: 14.5px; padding: 0.9rem; border-radius: 10px; }
    .button-group { gap: 0.75rem; }

    .card-grid { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -100px; padding: 1.35rem; }
    .plan-name { font-size: 1.25rem; }
    .plan-price { font-size: 1.7rem; }

    .contact-form-section { padding: 2.8rem 0; }
    .contact-form-container { padding: 1.9rem; margin: 1.25rem auto; border-radius: 14px; }
    .contact-form-section .form-label { font-size: 13.5px; }
    .contact-form-section .form-input,
    .contact-form-section .form-select,
    .contact-form-section textarea { font-size: 14.5px; padding: 0.95rem; border-radius: 10px; }
    .contact-btn { font-size: 15px; padding: 0.95rem; }

    .faq-section { padding: 2.8rem 0; }
    .faq-container { padding: 0 2rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-title { font-size: 14.5px; }
    .accordion-body { padding: 1.2rem; font-size: 14.5px; }

    .blog-hero-title { font-size: 1.6rem; }
    .blog-cards-title { font-size: 1.3rem; }

    .blog-footer-content { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }
    .footer-section h3 { font-size: 1.05rem; }
    .footer-section a, .footer-section li { font-size: 0.95rem; }
    .footer-logo { width: 150px; }
    .footer-bottom { flex-direction: row; text-align: right; gap: 1.75rem; }

    .footer-bottom {
        background: #0b1f33;
        color: #e2e8f0;
        padding: 0.5rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-bottom .copyright {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
        text-align: center;
        font-size: 18px;
        color: #cbd5e1;
    }

    .copyright a {
        color: #7dd3fc;
        text-decoration: none;
        font-weight: 600;
    }

    .copyright a:hover {
        color: #bae6fd;
        text-decoration: underline;
    }
    .footer-socials a { width: 35px; height: 35px; font-size: 1.05rem; }

    .floating-actions { right: 18px; bottom: 76px; }
    .floating-btn { width: 36px; height: 36px; font-size: 17px; }

    /* Banner */
    .banner-top {
        max-width: 1200px;
        margin: 2rem auto;
        padding: 0 2rem;
    }

    .banner-top-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        object-fit: cover;
    }

    /* Blog hero split background (top half only) */
    .blog-hero-section {
        background: transparent;
        position: relative;
    }

    .blog-hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: #0b2a4a;
        z-index: 0;
    }

    .blog-hero-content {
        position: relative;
        z-index: 1;
    }
    
      .scroll-to-top{
        position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: rgb(59, 130, 246);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: 0.3s;
    }
} 

@media (min-width: 1025px) and (max-width: 1440px) {
/* ------------------------------
   Section: Global
   ------------------------------ */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Matching Figma Design */
    --primary-blue: #1e3a5f;
    --primary-blue-dark: #152a45;
    --primary-blue-light: #2a4d75;
    --nav-blue: #1f4a6b;
    --light-blue: #e8f4f8;
    --white: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --card-border-blue: #3b82f6;
    --red: #ef4444;
    --orange: #f97316;
    --yellow: #eab308;
    --green: #22c55e;
    --purple: #a855f7;
    
    /* Typography */
    --font-arabic: 'Cairo', 'Arial', sans-serif;
    --font-english: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-full: 50%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-arabic);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--white);
    direction: rtl;
}

.container {
    max-width: 905px;
    margin: 0 auto;
    padding: 0 0rem;
}

/* ------------------------------
   Section: Header
   ------------------------------ */
/* Top Header - White Background */
.top-header-white {
    background-color: var(--white);
    padding: 1.25rem 0;
    border-top: 2px solid #e0f2fe;
    position: relative;
}

.top-header-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0f172a;
}

.header-content-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: row-reverse;
}

.logo-section-white {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logo-main {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.2;
}

.logo-part {
    display: inline-block;
}

.logo-separator {
    color: #1e3a5f;
    font-weight: 400;
    font-size: 28px;
    opacity: 0.6;
    margin: 0 0.25rem;
}

.logo-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.contact-link:hover {
    opacity: 0.85;
}

.contact-link:active {
    opacity: 0.75;
    transform: scale(0.98);
}

.contact-link:focus {
    outline: 2px solid #22c55e;
    outline-offset: 4px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-text-section {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: right;
}

.contact-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.profile-image-small {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background-color: #f0f0f0;
    border: 3px solid #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
    overflow: hidden;
}

.profile-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-icon-green {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 32px;
    height: 32px;
    background-color: #22c55e;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.help-text {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.contact-name {
    font-size: 20px;
    color: #313541;
    font-weight: 400;
    margin: 0;
    margin-top: 0.25rem;
    padding-right: 0.25rem;
}

/* ------------------------------
   Section: Hero
   ------------------------------ */
/* Hero Section - Dark Blue */
.hero-section-blue {
    background-color: #002144;
    padding: 4rem 0 8rem;
    position: relative;
    height: 415px;
}

.hero-main-title {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 45px;
    line-height: 52.57px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

/* ------------------------------
   Section: Workflow
   ------------------------------ */
/* Workflow Steps */
.workflow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 20px;
}

.workflow-step {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
}

.step-icon {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s;
}

.step-icon:hover {
    transform: scale(1.05);
}

.step-content {
    text-align: center;
    color: var(--white);
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.step-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

.workflow-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0.5rem;
    position: relative;
}

.workflow-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.workflow-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

/* ------------------------------
   Section: Search
   ------------------------------ */
/* Search Form Section - Light Background Overlay */
.search-form-section {
    margin-top: -11rem;
    position: relative;
    z-index: 10;
    padding-bottom: 2rem;
}

.search-form-container {
    background-color: #f8f9fa;
    border-radius: 16px 16px 0 0;
    padding: 2rem 2.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

/* ------------------------------
   Section: Tabs
   ------------------------------ */
/* Insurance Type Tabs */
.insurance-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.insurance-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-arabic);
    font-size: 24px;
    color: #000000;
    position: relative;
}

.insurance-tab .tab-icon {
    font-size: 20px;
}

.insurance-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background-color: rgba(37, 99, 235, 0.08);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.insurance-tab.active .tab-icon {
    color: #2563eb;
}

.insurance-tab:not(.active) .tab-icon {
    color: #9ca3af;
}

/* ------------------------------
   Section: Inputs
   ------------------------------ */
/* Search Input Fields */
.search-inputs-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    padding-left: 2.5rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-size: 20px;
    background-color: var(--white);
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.search-input[type="text"],
.search-input[type="date"] {
    background-image: none;
    padding-left: 1.25rem;
    cursor: text;
}

.search-input[type="date"] {
    position: relative;
    padding-right: 2.5rem;
}

.search-input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0.75rem;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    height: 20px;
}

/* Input field with currency indicator */
.search-input.currency-input {
    position: relative;
}

.search-input.currency-input::after {
    content: 'ط¬.ظ…';
    position: absolute;
    left: 0.75rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    pointer-events: none;
}
.car-value{
     width: 150px;
    padding-left: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.car-value span{
color:#0D75DD;
font-weight: 700;

}

.search-input.currency-input {
    width: 103px;
    padding-left: 0rem;
    border: none;
}

.search-input:focus {
    outline: none;
    border-color: #2563eb;
}

/* Global placeholder color for all inputs */
::-webkit-input-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; opacity: 1; }
::-ms-input-placeholder { color: #000; opacity: 1; }
::placeholder { color: #000; opacity: 1; }

/* Ensure text entered in inputs, selects and textareas is black */
input,
textarea,
select,
.search-input,
.form-input,
.form-select {
    color: #000;
}

.search-button {
    padding: 0.875rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: 120px;
}

.search-button:hover {
    background-color: #1d4ed8;
}

/* ------------------------------
   Section: Products
   ------------------------------ */
/* Products Section */
.products-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.products-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:0.5rem;
    margin-bottom: var(--spacing-xl);
    animation: fadeIn 0.4s ease-in;
    max-width: 1400px;
    margin: 0 auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    background-color: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    border: 1px solid #eef6ff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0.25rem;
    align-items: start;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Product Brand */
.product-brand {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
}

.product-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-type-name {
    background-color: #FEC536;
        font-family: IBM Plex Sans Arabic;
        font-size: 14px;
        line-height: 1.2;
        text-align: right;
        text-transform: capitalize;
        color: #0A0A0A;
        border-radius: 10px;
        padding: 7px 5px;
        position: absolute;
        top: 6px;
        right: 5px;
        height: 30px;
        box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
        z-index: 5;
}

.brand-img {
    width: auto;
    max-height: 72px;
    display: block;
    margin: 0 auto;
}


/* Product Pricing */
.product-pricing {
    text-align: center;
}

.product-price-main {
    font-size: 34px;
    font-weight: 800;
    color: #2563eb;
    margin: 0.25rem 0 0.5rem;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-align: center;
}

.price-tax {
    font-size: 13px;
    color: #60a5fa;
    margin-bottom: 0.75rem;
    font-weight: 400;
    text-align: center;
}

.monthly-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #374151;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.payment-text {
    font-weight: 400;
}

/* Financing Partners */
.financing-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.aman-logo {
    background-color: #14b8a6;
    color: var(--white);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-arabic);
    min-width: 60px;
}

.valu-logo-item {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.valu-text {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    text-transform: lowercase;
}

.valu-asterisk {
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
}

.suhoola-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.suhoola-icon {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #6b7280;
    font-family: 'Arial', sans-serif;
}

.suhoola-text {
    font-size: 10px;
    color: #6b7280;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

/* Repair Feature - Car Insurance */
.repair-feature {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.25rem 0 0.25rem ;
    line-height: 1.4;
    width: 100%;
}

/* Coverage Badge - Medical & Home Insurance */
.coverage-badge {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.4;
    width: 100%;
}

/* Hide repair feature for medical and home cards */
.medical-card .repair-feature,
.home-card .repair-feature {
    display: none;
}

/* Ensure coverage badge only shows for medical and home */
.car-card .coverage-badge {
    display: none;
}

/* Info Buttons */
.info-buttons {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.25rem ;
    flex-wrap: wrap;
}

.info-btn {
    flex: 1;
    padding: 0.25rem 0.25rem  ;
    background-color: var(--white);
    color: #1e40af;
    border: 1px solid #93c5fd;
    border-radius: 6px;
    font-family: var(--font-arabic);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-btn:hover {
    background-color: #f0f9ff;
    border-color: #60a5fa;
}

/* Product Button */
.product-button {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.product-button:hover {
    background-color: #1d4ed8;
}

.arrow-icon-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.view-more-container {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.view-more-button {
    padding: 0.875rem 2.5rem;
    background-color: #e0f2fe;
    color: #000000;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-button:hover {
    background-color: #bfdbfe;
    border-color: #93c5fd;
}

/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Partners Section */
.partners-section {
   background: #0D75DDB2;
    padding: 1rem 0;
}

.partners-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin-bottom: var(--spacing-xl);
}

.partners-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: var(--spacing-lg);
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
}

.img-partner-logo{
    width: 130px;
    height: 130px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.partner-logo img {
    width: 85px;
    height: 85px;
    object-fit: contain;
   
}

.logo-circle {
    width: 90px;
    height: 90px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.logo-circle:hover {
    transform: scale(1.1);
}

.logo-name {
   font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
width: 130px;
}

.partners-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin-top: var(--spacing-xl);
}

/* Info Blocks Section */
.info-blocks-section {
    background-color: #fafafa;
    padding: 4rem 0;
}

.info-blocks-title{
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.info-text-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    margin-bottom: var(--spacing-xl);
}

.info-block {
    padding: var(--spacing-md);
}

.info-block img {
    padding-left: 5px;
}
.info-block-title {
    font-size: 20px;
    font-weight: 700;
    color:#0D75DD;
    margin-bottom: var(--spacing-sm);
    display: flex;
    align-items: center;
}

.info-block-text {
    font-size: 18px;
    color:#0A0A0A;
    line-height: 1.6;
}

.info-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-image-card {
    text-align: center;
}

.image-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.image-placeholder:hover {
    transform: scale(1.02);
}

.image-label {
    background-color: #0D75DD80;
    position: absolute;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
    margin-top: -225px;
    margin-right: 15px;
    opacity: 1;
border-radius: 8px;
padding: 10px;
color: #F1F1F1;
font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;

}

.info-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.info-description p {
    color: #0A0A0A;
    font-family: IBM Plex Sans Arabic;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    vertical-align: middle;
}

/* CTA Gradient Section */
.cta-gradient-section {
    /* Background image with 75% semi-transparent overlay color (#0D75DDBF) */
    background-image: linear-gradient(rgba(13,117,221,0.75), rgba(13,117,221,0.75)), url("img/4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

/* Ensure CTA text sits above the overlay */
.cta-gradient-section .cta-content {
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #FEC536;
    margin-bottom: 2rem;
}
 
.cta-subtext{
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.18;
    text-align: justify;
    color: rgba(255,255,255,0.95);
    max-width: 900px;
    margin: 0 auto;
}

.cta-list {
    list-style-position: inside;
    text-align: right;
    color: rgba(255,255,255,0.95);
    font-size: 20px;
    line-height: 1.8;
}

.cta-list li {
    margin-bottom: 0.75rem;
}

.cta-list strong {
    color: #ffffff;
    font-weight: 700;
}
/* ------------------------------
   Section: Blog
   ------------------------------ */
/* Blog Section */
.blog-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.blog-content {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

/* Left column - compact list */
.blog-side {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.most-read-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: right;
}

.blog-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.img-post-item{
     width: 150px;
    height: 150px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}
.post-thumb {
    width: 145px;
    height: 145px;
    object-fit: contain;
}

.post-info {
    text-align: right;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.post-excerpt {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0.5rem 0;
}

.post-link {
    font-size: 18px;
    color: #0D75DD;
    text-decoration: none;
}

/* Right column - featured article */
.monitoring-card.featured-article {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.monitoring-hero-image {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    margin-bottom: 1rem;
}

.monitoring-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.monitoring-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.line-separator { display:none; }

.monitoring-text {
    font-size: 22px;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.monitoring-description {
    color:#000000;
    margin-bottom: 1rem;
}

.monitoring-link {
    display: inline-block;
    background-color: #0D75DD;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
}



/* Testimonials Section */
.testimonials-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.testimonials-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.testimonial-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    background-color: var(--light-blue);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto var(--spacing-md);
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-role {
    font-size: 14px;
    font-weight: 600;
    color: #0D75DD;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
    background-color: var(--border-color);
    cursor: pointer;
}

.indicator.active {
    background-color: var(--card-border-blue);
}

/* About Section */
.about-section {
    background-color: #0D75DD; /* main blue */
    padding: 4rem 0;
    color: var(--white);
}

.about-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0.75rem;
    color: #FEC536; /* yellow accent */
}

.about-content {
    display: grid;
    grid-template-columns: 72% 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 1.75rem;
    border-radius: 12px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 30px rgba(13,117,221,0.12);
}

/* dotted inner frame */
.about-content::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,0.18);
    pointer-events: none;
}

.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 10%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 6px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 34px rgba(13,117,221,0.25);
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.profile-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.05;
    color: #FFFFFF;
    text-align: right;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
    text-align: justify;
}

/* Responsive */


/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Brand Partners Section */
.brand-partners-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.brand-partners-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.brand-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xs);
    justify-content: center;
    align-items: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 140px;
}

.brand-logo-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0.75rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-logo:hover .brand-logo-img {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.brand-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}



/* FAQ Section */
.faq-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.faq-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: start;
}

.faq-intro {
    padding: var(--spacing-lg);
}

.faq-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: var(--spacing-md);
}

.faq-description {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.faq-button {
    background: linear-gradient(90deg,#0D75DD,#0B62C9);
    color: #fff;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}

.faq-box {
    background: #fff;
    padding: var(--spacing-md);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }

.accordion-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6edf5;
    transition: transform .25s ease;
}

.accordion-header button {
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-size: 20px;
    color: #0f172a;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.accordion-icon {
    display:inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    text-align:center;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 1.25rem;
    background: transparent;
}

.accordion-content p { padding: 0.75rem 0; color: #0f172a; line-height:1.6; }

.accordion-item.active {
    background: linear-gradient(180deg,#0D75DD,#0B62C9);
    color: #fff;
}

.accordion-item.active .accordion-header button { color: #fff; }

.accordion-item.active .accordion-icon { transform: rotate(0deg); background: rgba(255,255,255,0.12); color: #fff; }

.accordion-item.active .accordion-content {
    max-height: 400px; /* enough for content */
    padding-bottom: 1rem;
}




.faq-button {
    padding: 1rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.faq-button:hover {
    background-color: #2563eb;
}

.faq-box {
    background-color: #2563eb;
    color: var(--white);
    padding: var(--spacing-lg);
    border-radius: 12px;
    margin-bottom: var(--spacing-md);
    text-align: center;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.2);
}

.faq-box-text {
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.faq-item {
    background-color: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: var(--spacing-sm);
}

.faq-item:hover {
    background-color: var(--light-blue);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.5;
}

/* Footer */
.footer {
    background-color: #eef4f8; /* light blue */
    color: #0f172a;
    padding: 0 0 0 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 35% 1fr 1fr 1fr; /* logos column 35% */
    gap: var(--spacing-lg);
    align-items: start;
    padding: var(--spacing-lg) 0 var(--spacing-md);
}

.footer-col { padding: 0 1rem; }

.social-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.social-icons { display:flex; gap:0.5rem; justify-content:flex-start; }

.social-btn {
    display:inline-flex; align-items:center; justify-content:center;
    width:36px; height:36px; border-radius:50%; background:#0f172a; color:#fff; text-decoration:none; font-weight:700;
}

.footer-column-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.contact-line { font-size: 15px; color: #0f172a; margin-bottom: 0.45rem; text-align: right; }

.muted { color: rgba(0,0,0,0.45); margin-left: 0.5rem; }

.sitemap-links { list-style:none; padding:0; margin:0; text-align:right; }
.sitemap-links li { margin-bottom:0.5rem; }
.sitemap-links a { color:#0f172a; text-decoration:none; font-size:14px; }
.sitemap-links a:hover { text-decoration:underline; }

.footer-note { font-size: 13px; color:#0f172a; line-height:1.4; text-align:right; margin-bottom:0.75rem; }

.authority-logos { display:flex; gap:0.75rem; justify-content:flex-start; }
.authority-logos img { max-width:100%; height:60px; object-fit:contain; }

.footer-bottom {
    background:#0b0b0b; color:#fff; padding:0 0;
}

.footer-bottom .copyright { width:100%; max-width:1200px; margin:0 auto; padding:0 1rem; text-align:center; font-size:20px; }
.copyright a{ color:#2563eb; text-decoration:none; font-weight:600; }
/* Desktop spacing adjustment for container inside footer */
.footer .container { padding-top:1rem; }





/* Responsive Design */






/* ================================================
   BLOG PAGE STYLES
   ================================================ */

.blog-hero-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.blog-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.blog-hero-image {
    width: 100%;
    max-width: 1500px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content-section {
    padding: 3rem 0;
    max-width: 900px;
    margin: 0 auto;
}

.blog-text-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #1f2937;
    text-align: justify;
    margin-bottom: 2rem;
}

.blog-text-content p {
    margin-bottom: 1.5rem;
}

.blog-text-content strong {
    font-weight: 600;
    color: #1e3a5f;
}

.blog-cards-section {
    padding: 3rem 0;
    background-color: #f9fafb;
}

.blog-cards-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    margin-bottom: 3rem;
    color: #1e3a5f;
}

.blog-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}


.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.blog-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e3a5f;
}

.blog-card-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
}

.blog-footer-section {
    background-color: #0f172a;
    color: white;
    padding: 3rem 0 1rem;
}

.blog-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-divider {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #94a3b8;
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
}

.footer-socials a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* ================================================
   CAR INSURANCE FORM PAGE STYLES
   ================================================ */

.form-section {
    background-color: #f7f8fb;
    padding: 5rem 0 3rem;
    /* pull card upwards to overlap hero */
    margin-top: -220px;
}

.form-container {
    max-width: 1100px;
    background: white;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 18px 50px rgba(2,6,23,0.12);
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #0D75DD;
    margin-bottom: 0.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2rem;
    align-items: start;
}

.card-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.insurance-company {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 6px 20px rgba(13, 37, 77, 0.06);
    border: 1px solid #eef6ff;
    text-align: center;
}

.company-badge {
    background: linear-gradient(90deg, #FEC536, #FCA311);
    color: #0b1220;
    font-weight: 800;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.company-logo img {
    display: block;
    margin: 0 auto 0.5rem auto;
    max-width: 120px;
}

.company-price {
    font-size: 28px;
    color: #0D75DD;
    font-weight: 800;
    margin-top: 0.25rem;
}

.company-price .currency{ font-size: 14px; margin-right: 4px; color:#0D75DD; }

.price-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 0.5rem;
}

.price-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.price-actions .info-btn {
    flex: 1;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.price-actions .info-btn-info { background:#f0f9ff; border-color:#93c5fd }

.price-actions .info-btn-active {
    background:#2563eb; color: #fff; border-color: #2563eb;
}

.company-details.compact {
    background: transparent;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.company-details .detail-row { justify-content: space-between; padding: 0.4rem 0 }

/* Right column / form */
.card-right { background: #ffffff; padding: 1rem; border-radius: 10px; border: 1px solid #eef6ff; box-shadow: 0 6px 20px rgba(13, 37, 77, 0.04); }

.form-group { margin-bottom: 1rem; }

.form-label { display: block; font-weight: 700; color: #0A0A0A; margin-bottom: 0.5rem; font-size: 14px; }

.form-input, .form-select { width: 100%; padding: 0.8rem; border: 1px solid #e6edf6; border-radius: 10px; font-size: 15px; }

.payment-toggle { display:flex; gap:0.5rem; }
.pay-btn { flex:1; padding: 0.7rem; border-radius: 8px; border:1px solid #d1d5db; background: #fff; cursor:pointer; font-weight:600 }
.pay-btn.active { background: #fff; border-color: #0D75DD; box-shadow: 0 6px 18px rgba(13,117,221,0.08); color:#0D75DD }

.payment-methods { display:flex; gap:0.8rem; align-items:center; }
.pay-method { display:flex; gap:0.5rem; align-items:center; border:1px solid #e5e7eb; padding:0.4rem 0.6rem; border-radius:8px; cursor:pointer }
.pay-method img { height:28px; display:block }
.pay-method input[type="radio"]{ display:none }
.pay-method span{ font-weight:600; color:#0A0A0A }

.documents-section { margin-top: 1.25rem; border-top: none; padding-top: 0 }
.documents-title { font-weight:700; color:#0A0A0A; margin-bottom:0.5rem; font-size:14px }
.documents-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; }

.upload-box { display:block; cursor:pointer; }
.upload-placeholder { height:84px; border:2px dashed #e6eef9; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-direction:column; background:#fbfdff }
.upload-placeholder .upload-text { font-size:12px; color:#6b7280; margin-top:6px }

.button-group { display:flex; gap:0.75rem; margin-top:1.25rem }
.btn-submit { background:#0D75DD; color:#fff; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }
.btn-cancel { background:#fff; border:1px solid #c8d5ee; color:#0A0A0A; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }

/* Responsive adjustments */




.document-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.document-item:hover {
    background-color: #f3f4f6;
}

.document-icon {
    font-size: 2rem;
}

.document-name {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
}

.company-details {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.detail-label {
    color: #6b7280;
    font-weight: 500;
}

.detail-value {
    color: #1f2937;
    font-weight: 600;
}

.insurance-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.option-tag {
    background-color: white;
    border: 1px solid #d1d5db;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    color: #6b7280;
}

/* ================================================
   CONTACT PAGE STYLES
   ================================================ */

.contact-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.contact-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.contact-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 80vh;
}

.contact-form-container {
    max-width: 600px;
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .form-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.contact-form-section .form-label .required {
    color: #ef4444;
}

.contact-form-section .form-input,
.contact-form-section .form-select,
.contact-form-section textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-family: var(--font-arabic);
    transition: border-color 0.3s ease;
}

.contact-form-section .form-input:focus,
.contact-form-section .form-select:focus,
.contact-form-section textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form-section textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact form placeholders: set to grey for this page */
.contact-form-section .form-input::-webkit-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-moz-placeholder,
.contact-form-section textarea::-moz-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input:-ms-input-placeholder,
.contact-form-section textarea:-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-ms-input-placeholder,
.contact-form-section textarea::-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::placeholder,
.contact-form-section textarea::placeholder { color: #9ca3af; opacity: 1; }

.contact-btn {
    width: 100%;
    padding: 0.875rem;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--font-arabic);
    margin-top: 1rem;
}

.contact-btn:hover {
    background-color: #1d4ed8;
}

/* ================================================
   FAQ PAGE STYLES
   ================================================ */

.faq-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.faq-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.faq-section {
    padding: 3rem 0;
    background-color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #2563eb;
    border-color: #2563eb;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-family: var(--font-arabic);
    text-align: right;
}

.accordion-item.active .accordion-header {
    background-color: #2563eb;
    color: white;
}

.accordion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.accordion-item.active .accordion-title {
    color: white;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    color: white;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #2563eb;
    color: white;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ================================================
   HOME INSURANCE FORM PAGE STYLES
   ================================================ */

.home-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   MEDICAL INSURANCE FORM PAGE STYLES
   ================================================ */

.medical-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   RESPONSIVE DESIGN FOR FORMS AND PAGES
   ================================================ */





/* ------------------------------
   Section: Medical Layout
   ------------------------------ */
/* Medical insurance page styles */
.medical-page {
    padding: 0  0 2rem;
    position: relative;
}
/* make hero deeper so card can overlap */
.hero-section-blue {
    padding: 0.5rem 0 7rem;
}

/* Centered white card overlapping hero */
.medical-layout-wrapper {
    max-width: 980px;
    margin: -110px auto 0;
    background: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12);
    border: 1px solid rgba(13, 23, 54, 0.06);
}

.medical-layout {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 2rem;
    align-items: start;
}
.plan-card {
    background: transparent;
    border-radius: 8px;
    padding: 0;
}
.plan-badge{
    background:#FFD966;
    color:#7a4f00;
    display:inline-block;
    padding:5px 10px;
    border-radius:10px;
    font-weight:700;
    margin-bottom:10px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03);
}
.plan-logo img{width:72px;height:auto;margin-bottom:8px}
.plan-name{font-size:1.25rem;margin:0 0 .25rem;font-weight:700}
.plan-price{font-size:1.8rem;color:#2563eb;font-weight:800}
.plan-sub{color:#6b7280;margin-top:6px}
.plan-actions{display:flex;gap:.5rem;margin:12px 0;flex-wrap:wrap}
.small-btn{background:#fff;border:1px solid #e6eefc;color:#2563eb;padding:.45rem .7rem;border-radius:8px;cursor:pointer;font-weight:600}
.plan-details{margin:12px 0;padding-left:0;list-style:none;color:#374151}
.plan-details li{padding:.5rem 0;border-top:1px dashed #eef2f7}
.plan-meta{margin-top:12px;color:#374151}
.plan-meta div{display:flex;justify-content:space-between;padding:.35rem 0}
.page-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}
.medical-right{font-size:1rem;margin-bottom:1rem;text-align:right}
.medical-form{background:transparent;padding:0;border-radius:0}
.medical-form-inner{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 6px 18px rgba(6,10,20,0.04);border:1px solid rgba(13,23,54,0.03)}
.grid-2{display: flex;
    gap: 1rem;
    flex-direction: column;}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:700}
.form-input{width:100%;padding:.75rem;border:1px solid #e6eef0;border-radius:8px;background:#fff;color:#111}
.form-input::placeholder{color:#9ca3af}
.tabs{display:flex;gap:.5rem;margin-top:.5rem}
.tab{width: 50%;padding:.6rem 1rem;border:1px solid #e6eefc;border-radius:8px;background:#fff;cursor:pointer;font-weight:700}
.tab.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}
.installment-providers{display:flex;gap:1rem;margin-top:.75rem}
.provider{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #eef6ff;border-radius:8px;background:#fff}
.provider input{margin-left:6px}
.upload-area{margin-top:.5rem;border:1px dashed #d1d5db;padding:0.75rem;border-radius:8px;display:flex;gap:1rem;align-items:center}
.file-label{cursor:pointer;color:#2563eb;font-weight:700}
.preview img{max-width:160px;border-radius:8px;margin-right:.5rem;border:1px solid rgba(0,0,0,0.06)}
.actions-row{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}
.btn-primary{background:#0d4ecf;color:#fff;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;box-shadow:0 6px 18px rgba(13,67,161,0.12)}
.btn-outline{background:#fff;border:1px solid #d1d5db;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer}



/* ------------------------------
   Section: Floating Actions
   ------------------------------ */
/* Floating contact actions */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10000;
}

.floating-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .15s ease, box-shadow .15s;
  background: #fff;
}

.floating-btn.whatsapp { background: #25D366; }
.floating-btn.call { background: #1d4ed8; }

.floating-btn:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }



/* ------------------------------
   Section: Logo Link
   ------------------------------ */
/* Logo link */
.logo-section-white .logo-link { display:inline-block; }
.logo-section-white .logo-link img { display:block; max-height:72px; height:auto; }
.logo-section-white .logo-link:focus { outline: 3px solid rgba(37,211,102,0.25); outline-offset:3px; border-radius:6px; }
/* ================================================
   RESPONSIVE BREAKPOINTS (Requested)
   ================================================ */

/* Overrides for this breakpoint */
body { font-size: 16px; }

    .logo-main { font-size: 30px; }
    .logo-subtitle { font-size: 13px; }
    .profile-image-small { width: 58px; height: 58px; }
    .phone-number, .help-text { font-size: 26px; }
    .contact-name { font-size: 18px; }

    .hero-section-blue { padding: 3.5rem 0 7.5rem; height: 420px; }
    .hero-main-title { font-size: 42px; line-height: 1.25; }

    .workflow-steps { gap: 1.75rem; }
    .step-icon { width: 84px; height: 84px; font-size: 38px; }
    .step-title { font-size: 16px; }
    .step-subtitle { font-size: 14px; }

    .search-form-section { margin-top: -10rem; }
    .search-form-container { padding: 2rem 2.25rem; }
    .insurance-tab { font-size: 22px; }
    .search-input { font-size: 18px; }
    .search-button { font-size: 16px; }

    .product-price-main { font-size: 30px; }

    .img-partner-logo { width: 120px; height: 120px; }

    .form-section { margin-top: -180px; }
    .form-container { max-width: 1100px; padding: 2.5rem; }
    .card-grid { grid-template-columns: 320px 1fr; }

    .medical-layout-wrapper { max-width: 980px; }
    .medical-layout { grid-template-columns: 60% 1fr; }

/* Screenshot-aligned adjustments (1025px–1440px) */
    body { font-size: 16px; }
    .top-header-white { padding: 1.1rem 0; }
    .header-content-white { min-height: 66px; }
    .logo-section-white .logo-link img { max-height: 42px; }
    .logo-main { font-size: 26px; }
    .logo-subtitle { font-size: 12px; }
    .profile-image-small { width: 50px; height: 50px; border-width: 3px; }
    .phone-icon-green { width: 25px; height: 25px; font-size: 13px; border-width: 3px; }
    .phone-number, .help-text { font-size: 15px; }
    .contact-name { font-size: 13px; }
    .contact-info { gap: 0.7rem; }

    .hero-section-blue { padding: 1rem 0 8.5rem; height: auto; }
    .hero-main-title { font-size: 30px; line-height: 1.3; }

    .contact-hero, .faq-hero { padding: 2.6rem 0; }
    .contact-hero-title, .faq-hero-title { font-size: 23px; }

    .workflow-steps { gap: 1rem; }
    .workflow-step { gap: 0.85rem; }
    .step-icon { width: 64px; height: 64px; font-size: 28px; }
    .step-title { font-size: 14px; }
    .step-subtitle { font-size: 12px; }

    .search-form-section { margin-top: -7rem; }
    .search-form-container { padding: 1.7rem 2rem; border-radius: 14px 14px 0 0; }
    .insurance-tabs { gap: 0.4rem; }
    .insurance-tab { font-size: 17px; padding: 0.75rem 1.1rem; }
    .search-input { font-size: 15px; padding: 0.85rem 1rem; }
    .search-button { font-size: 15px; padding: 0.85rem 1.2rem; }

    .products-section { padding: 2.6rem 0; }
    .products-section-title { font-size: 19px; }
    .product-card { padding: 1.2rem; border-radius: 14px; }
    .product-name-arabic { font-size: 22px; }
    .product-price-main { font-size: 23px; }
    .monthly-payment { font-size: 13px; }
    .info-btn { font-size: 12px; padding: 0.5rem 0.7rem; }
    .product-button { font-size: 15px; padding: 0.85rem 1.05rem; }

    .partners-section { padding: 1rem 0; }
    .partners-title { font-size: 22px; }
    .img-partner-logo { width: 95px; height: 95px; }

    .form-section { margin-top: -105px; padding: 2.6rem 0 3rem; }
    .form-container { max-width: 950px; padding: 1.8rem; margin: 1.1rem auto; border-radius: 14px; }
    .form-title { font-size: 1.15rem; }
    .form-label { font-size: 13px; }
    .form-input, .form-select { font-size: 14px; padding: 0.85rem; border-radius: 10px; }
    .button-group { gap: 0.7rem; }

    .card-grid { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -95px; padding: 1.25rem; }
    .plan-name { font-size: 1.2rem; }
    .plan-price { font-size: 1.6rem; }

    .contact-form-section { padding: 2.6rem 0; }
    .contact-form-container { padding: 1.7rem; margin: 1.1rem auto; border-radius: 14px; }
    .contact-form-section .form-label { font-size: 13px; }
    .contact-form-section .form-input,
    .contact-form-section .form-select,
    .contact-form-section textarea { font-size: 14px; padding: 0.9rem; border-radius: 10px; }
    .contact-btn { font-size: 15px; padding: 0.9rem; }

    .faq-section { padding: 2.6rem 0; }
    .faq-container { padding: 0 1.75rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-title { font-size: 14px; }
    .accordion-body { padding: 1.1rem; font-size: 14px; }

    .blog-hero-title { font-size: 1.5rem; }
    .blog-cards-title { font-size: 1.25rem; }

    .blog-footer-content { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
    .footer-section h3 { font-size: 1rem; }
    .footer-section a, .footer-section li { font-size: 0.9rem; }
    .footer-logo { width: 140px; }
    .footer-bottom { flex-direction: row; text-align: right; gap: 1.6rem; }

    .footer-bottom {
        background: #0b1f33;
        color: #e2e8f0;
        padding: 0.5rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-bottom .copyright {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
        text-align: center;
        font-size: 18px;
        color: #cbd5e1;
    }

    .copyright a {
        color: #7dd3fc;
        text-decoration: none;
        font-weight: 600;
    }

    .copyright a:hover {
        color: #bae6fd;
        text-decoration: underline;
    }
    .footer-socials a { width: 34px; height: 34px; font-size: 1.05rem; }

    .floating-actions { right: 16px; bottom: 72px; }
    .floating-btn { width: 50px; height: 50px; font-size: 25px; }

    /* Banner */
    .banner-top {
        max-width: 905px;
        margin: 1.75rem auto;
        padding: 0 1.5rem;
    }

    .banner-top-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        object-fit: cover;
    }

    /* Blog hero split background (top half only) */
    .blog-hero-section {
        background: transparent;
        position: relative;
    }

    .blog-hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: #0b2a4a;
        z-index: 0;
    }

    .blog-hero-content {
        position: relative;
        z-index: 1;
    }
    
      .scroll-to-top{
        position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: rgb(59, 130, 246);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: 0.3s;
    }
}

 @media (min-width: 451px) and (max-width: 1024px) {
/* ------------------------------
   Section: Global
   ------------------------------ */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Matching Figma Design */
    --primary-blue: #1e3a5f;
    --primary-blue-dark: #152a45;
    --primary-blue-light: #2a4d75;
    --nav-blue: #1f4a6b;
    --light-blue: #e8f4f8;
    --white: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --card-border-blue: #3b82f6;
    --red: #ef4444;
    --orange: #f97316;
    --yellow: #eab308;
    --green: #22c55e;
    --purple: #a855f7;
    
    /* Typography */
    --font-arabic: 'Cairo', 'Arial', sans-serif;
    --font-english: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-full: 50%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-arabic);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--white);
    direction: rtl;
}

.container { max-width: 450px; padding: 0 1.5rem; }

/* ------------------------------
   Section: Header
   ------------------------------ */
/* Top Header - White Background */
.top-header-white {
    background-color: var(--white);
    padding: 1.25rem 0;
    border-top: 2px solid #e0f2fe;
    position: relative;
}

.top-header-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0f172a;
}

.header-content-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: row-reverse;
}

.logo-section-white {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logo-main {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.2;
}

.logo-part {
    display: inline-block;
}

.logo-separator {
    color: #1e3a5f;
    font-weight: 400;
    font-size: 28px;
    opacity: 0.6;
    margin: 0 0.25rem;
}

.logo-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.contact-link:hover {
    opacity: 0.85;
}

.contact-link:active {
    opacity: 0.75;
    transform: scale(0.98);
}

.contact-link:focus {
    outline: 2px solid #22c55e;
    outline-offset: 4px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-text-section {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: right;
}

.contact-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.profile-image-small {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background-color: #f0f0f0;
    border: 3px solid #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
    overflow: hidden;
}

.profile-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-icon-green {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 32px;
    height: 32px;
    background-color: #22c55e;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.help-text {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.contact-name {
    font-size: 20px;
    color: #313541;
    font-weight: 400;
    margin: 0;
    margin-top: 0.25rem;
    padding-right: 0.25rem;
}

/* ------------------------------
   Section: Hero
   ------------------------------ */
/* Hero Section - Dark Blue */
.hero-section-blue {
    background-color: #002144;
    padding: 4rem 0 8rem;
    position: relative;
    height: 415px;
}

.hero-main-title {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 45px;
    line-height: 52.57px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

/* ------------------------------
   Section: Workflow
   ------------------------------ */
/* Workflow Steps */
.workflow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 20px;
}

.workflow-step {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
}

.step-icon {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s;
}

.step-icon:hover {
    transform: scale(1.05);
}

.step-content {
    text-align: center;
    color: var(--white);
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.step-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

.workflow-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0.5rem;
    position: relative;
}

.workflow-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.workflow-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

/* ------------------------------
   Section: Search
   ------------------------------ */
/* Search Form Section - Light Background Overlay */
.search-form-section {
    margin-top: -11rem;
    position: relative;
    z-index: 10;
    padding-bottom: 2rem;
}

.search-form-container {
    background-color: #f8f9fa;
    border-radius: 16px 16px 0 0;
    padding: 2rem 2.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

/* ------------------------------
   Section: Tabs
   ------------------------------ */
/* Insurance Type Tabs */
.insurance-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.insurance-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-arabic);
    font-size: 24px;
    color: #000000;
    position: relative;
}

.insurance-tab .tab-icon {
    display: none;
    font-size: 20px;
}

.insurance-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background-color: rgba(37, 99, 235, 0.08);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.insurance-tab.active .tab-icon {
    color: #2563eb;
}

.insurance-tab:not(.active) .tab-icon {
    color: #9ca3af;
}

/* ------------------------------
   Section: Inputs
   ------------------------------ */
/* Search Input Fields */
.search-inputs-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-input {
    flex: 1;
    min-width: 150px;
    padding: 0.875rem 1.25rem;
    padding-left: 2.5rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-size: 20px;
    background-color: var(--white);
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.search-input[type="text"],
.search-input[type="date"] {
    background-image: none;
    padding-left: 1.25rem;
    cursor: text;
}

.search-input[type="date"] {
    position: relative;
    padding-right: 2.5rem;
}

.search-input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0.75rem;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    height: 20px;
}

/* Input field with currency indicator */
.search-input.currency-input {
    position: relative;
}

.search-input.currency-input::after {
    content: 'ط¬.ظ…';
    position: absolute;
    left: 0.75rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    pointer-events: none;
}
.car-value{
    min-width: 107px;
    padding-left: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.car-value span{
color:#0D75DD;
font-weight: 700;
}

.search-input.currency-input {
    padding-left: 0rem;
    border: none;
}

.search-input:focus {
    outline: none;
    border-color: #2563eb;
}

/* Global placeholder color for all inputs */
::-webkit-input-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; opacity: 1; }
::-ms-input-placeholder { color: #000; opacity: 1; }
::placeholder { color: #000; opacity: 1; }

/* Ensure text entered in inputs, selects and textareas is black */
input,
textarea,
select,
.search-input,
.form-input,
.form-select {
    color: #000;
}

.search-button {
    padding: 0.875rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: 120px;
}

.search-button:hover {
    background-color: #1d4ed8;
}

/* ------------------------------
   Section: Products
   ------------------------------ */
/* Products Section */
.products-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.products-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease;
}

.products-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}







.product-card {
    background-color: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    border: 1px solid #eef6ff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0.25rem;
    align-items: start;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Product Brand */
.product-brand {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
}

.product-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-type-name {
     background-color: #FEC536;
    font-family: IBM Plex Sans Arabic;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    text-transform: capitalize;
    color: #0A0A0A;
     border-radius: 10px;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
}

.brand-img {
    width: auto;
    max-height: 72px;
    display: block;
    margin: 0 auto;
}


/* Product Pricing */
.product-pricing {
    text-align: center;
}

.product-price-main {
    font-size: 34px;
    font-weight: 800;
    color: #2563eb;
    margin: 0.25rem 0 0.5rem;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-align: center;
}

.price-tax {
    font-size: 13px;
    color: #60a5fa;
    margin-bottom: 0.75rem;
    font-weight: 400;
    text-align: center;
}

.monthly-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #374151;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.payment-text {
    font-weight: 400;
}

/* Financing Partners */
.financing-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.aman-logo {
    background-color: #14b8a6;
    color: var(--white);
    padding: 0.25rem 0.25rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-arabic);
}

.valu-logo-item {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.valu-text {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    text-transform: lowercase;
}

.valu-asterisk {
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
}

.suhoola-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.suhoola-icon {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #6b7280;
    font-family: 'Arial', sans-serif;
}

.suhoola-text {
    font-size: 10px;
    color: #6b7280;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

/* Repair Feature - Car Insurance */
.repair-feature {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.25rem 0.25rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.25rem 0 0.25rem;
    line-height: 1.4;
    width: 100%;
}

/* Coverage Badge - Medical & Home Insurance */
.coverage-badge {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.4;
    width: 100%;
}

/* Hide repair feature for medical and home cards */
.medical-card .repair-feature,
.home-card .repair-feature {
    display: none;
}

/* Ensure coverage badge only shows for medical and home */
.car-card .coverage-badge {
    display: none;
}

/* Info Buttons */
.info-buttons {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
}

.info-btn {
    flex: 1;
    padding: 0.25rem 0.25rem;
    background-color: var(--white);
    color: #1e40af;
    border: 1px solid #93c5fd;
    border-radius: 6px;
    font-family: var(--font-arabic);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-btn:hover {
    background-color: #f0f9ff;
    border-color: #60a5fa;
}

/* Product Button */
.product-button {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.product-button:hover {
    background-color: #1d4ed8;
}

.arrow-icon-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.view-more-container {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.view-more-button {
    padding: 0.875rem 2.5rem;
    background-color: #e0f2fe;
    color: #000000;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-button:hover {
    background-color: #bfdbfe;
    border-color: #93c5fd;
}

/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Partners Section */
.partners-section {
   background: #0D75DDB2;
    padding: 1rem 0;
}

.partners-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin-bottom: var(--spacing-xl);
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xl);
    flex-wrap: wrap;
    margin-bottom: var(--spacing-lg);
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
}

.img-partner-logo{
    width: 130px;
    height: 130px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.partner-logo img {
    width: 125px;
    height: 125px;
    object-fit: contain;
   
}

.logo-circle {
    width: 90px;
    height: 90px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.logo-circle:hover {
    transform: scale(1.1);
}

.logo-name {
   font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
width: 130px;
}

.partners-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin-top: var(--spacing-xl);
}

/* Info Blocks Section */
.info-blocks-section {
    background-color: #fafafa;
    padding: 4rem 0;
}

.info-blocks-title{
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.info-text-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-block {
    padding: var(--spacing-md);
}

.info-block img {
    padding-left: 5px;
}
.info-block-title {
    font-size: 20px;
    font-weight: 700;
    color:#0D75DD;
    margin-bottom: var(--spacing-sm);
    display: flex;
    align-items: center;
}

.info-block-text {
    font-size: 18px;
    color:#0A0A0A;
    line-height: 1.6;
}

.info-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-image-card {
    text-align: center;
}

.image-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.image-placeholder:hover {
    transform: scale(1.02);
}

.image-label {
    background-color: #0D75DD80;
    position: absolute;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
    margin-top: -225px;
    margin-right: 15px;
    opacity: 1;
border-radius: 8px;
padding: 10px;
color: #F1F1F1;
font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;

}

.info-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.info-description p {
    color: #0A0A0A;
    font-family: IBM Plex Sans Arabic;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    vertical-align: middle;
}

/* CTA Gradient Section */
.cta-gradient-section {
    /* Background image with 75% semi-transparent overlay color (#0D75DDBF) */
    background-image: linear-gradient(rgba(13,117,221,0.75), rgba(13,117,221,0.75)), url("img/4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

/* Ensure CTA text sits above the overlay */
.cta-gradient-section .cta-content {
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #FEC536;
    margin-bottom: 2rem;
}
 
.cta-subtext{
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.18;
    text-align: justify;
    color: rgba(255,255,255,0.95);
    max-width: 900px;
    margin: 0 auto;
}

.cta-list {
    list-style-position: inside;
    text-align: right;
    color: rgba(255,255,255,0.95);
    font-size: 20px;
    line-height: 1.8;
}

.cta-list li {
    margin-bottom: 0.75rem;
}

.cta-list strong {
    color: #ffffff;
    font-weight: 700;
}
/* ------------------------------
   Section: Blog
   ------------------------------ */
/* Blog Section */
.blog-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.blog-content {
    display: grid;
    gap: var(--spacing-xs);
    align-items: start;
}

/* Left column - compact list */
.blog-side {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.most-read-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: right;
}

.blog-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.img-post-item{
     width: 150px;
    height: 150px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}
.post-thumb {
    width: 145px;
    height: 145px;
    object-fit: contain;
}

.post-info {
    text-align: right;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.post-excerpt {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0.5rem 0;
}

.post-link {
    font-size: 18px;
    color: #0D75DD;
    text-decoration: none;
}

/* Right column - featured article */
.monitoring-card.featured-article {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.monitoring-hero-image {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    margin-bottom: 1rem;
}

.monitoring-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.monitoring-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.line-separator { display:none; }

.monitoring-text {
    font-size: 22px;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.monitoring-description {
    color:#000000;
    margin-bottom: 1rem;
}

.monitoring-link {
    display: inline-block;
    background-color: #0D75DD;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
}



/* Testimonials Section */
.testimonials-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.testimonials-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.testimonial-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    background-color: var(--light-blue);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto var(--spacing-md);
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-role {
    font-size: 14px;
    font-weight: 600;
    color: #0D75DD;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
    background-color: var(--border-color);
    cursor: pointer;
}

.indicator.active {
    background-color: var(--card-border-blue);
}

/* About Section */
.about-section {
    background-color: #0D75DD; /* main blue */
    padding: 4rem 0;
    color: var(--white);
}

.about-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0.75rem;
    color: #FEC536; /* yellow accent */
}

.about-content {
            display: flex;;
            flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 1.75rem;
    border-radius: 12px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 30px rgba(13,117,221,0.12);
}

/* dotted inner frame */
.about-content::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,0.18);
    pointer-events: none;
}

.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 10%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 6px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 34px rgba(13,117,221,0.25);
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.profile-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.05;
    color: #FFFFFF;
    text-align: right;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
    text-align: justify;
}

/* Responsive */


/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Brand Partners Section */
.brand-partners-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.brand-partners-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.brand-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xl);
    justify-content: center;
    align-items: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 140px;
}

.brand-logo-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0.75rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-logo:hover .brand-logo-img {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.brand-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}



/* FAQ Section */
.faq-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.faq-content {
        display: flex;
        flex-direction: column;
    gap: var(--spacing-xl);
    align-items: start;
}

.faq-intro {
    padding: var(--spacing-lg);
}

.faq-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: var(--spacing-md);
}

.faq-description {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}

.faq-button {
    background: linear-gradient(90deg,#0D75DD,#0B62C9);
    color: #fff;
    border: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}

.faq-box {
    background: #fff;
    padding: var(--spacing-md);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }

.accordion-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6edf5;
    transition: transform .25s ease;
}

.accordion-header button {
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-size: 20px;
    color: #0f172a;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.accordion-icon {
    display:inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    text-align:center;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 1.25rem;
    background: transparent;
}

.accordion-content p { padding: 0.75rem 0; color: #0f172a; line-height:1.6; }

.accordion-item.active {
    background: linear-gradient(180deg,#0D75DD,#0B62C9);
    color: #fff;
}

.accordion-item.active .accordion-header button { color: #fff; }

.accordion-item.active .accordion-icon { transform: rotate(0deg); background: rgba(255,255,255,0.12); color: #fff; }

.accordion-item.active .accordion-content {
    max-height: 400px; /* enough for content */
    padding-bottom: 1rem;
}




.faq-button {
    padding: 1rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.faq-button:hover {
    background-color: #2563eb;
}

.faq-box {
    background-color: #2563eb;
    color: var(--white);
    padding: var(--spacing-lg);
    border-radius: 12px;
    margin-bottom: var(--spacing-md);
    text-align: center;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.2);
}

.faq-box-text {
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.faq-item {
    background-color: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: var(--spacing-sm);
}

.faq-item:hover {
    background-color: var(--light-blue);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.5;
}

/* Footer */
.footer {
    background-color: #eef4f8; /* light blue */
    color: #0f172a;
    padding: 3.5rem 0 0 0;
}

.footer-top {
      display: flex;;
            flex-direction: column-reverse;
    gap: var(--spacing-xs);
    align-items: start;
    padding: var(--spacing-xs) 0 var(--spacing-md);
}

.footer-col { padding: 0 1rem; }

.social-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.social-icons { display:flex; gap:0.5rem; justify-content:flex-start; }

.social-btn {
    display:inline-flex; align-items:center; justify-content:center;
    width:36px; height:36px; border-radius:50%; background:#0f172a; color:#fff; text-decoration:none; font-weight:700;
}

.footer-column-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.contact-line { font-size: 15px; color: #0f172a; margin-bottom: 0.45rem; text-align: right; }

.muted { color: rgba(0,0,0,0.45); margin-left: 0.5rem; }

.sitemap-links { list-style:none; padding:0; margin:0; text-align:right; }
.sitemap-links li { margin-bottom:0.5rem; }
.sitemap-links a { color:#0f172a; text-decoration:none; font-size:14px; }
.sitemap-links a:hover { text-decoration:underline; }

.footer-note { font-size: 13px; color:#0f172a; line-height:1.4; text-align:right; margin-bottom:0.75rem; }

.authority-logos { display:flex; gap:0.75rem; justify-content:flex-start; }
.authority-logos img { max-width:100%; height:60px; object-fit:contain; }

.footer-bottom {
    background:#0b0b0b; color:#fff; padding:0 0;
}

.footer-bottom .copyright { width:100%; max-width:1200px; margin:0 auto; padding:0 1rem; text-align:center; font-size:20px; }
.copyright a{ color:#2563eb; text-decoration:none; font-weight:600; }
/* Desktop spacing adjustment for container inside footer */
.footer .container { padding-top:1rem; }





/* Responsive Design */






/* ================================================
   BLOG PAGE STYLES
   ================================================ */

.blog-hero-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.blog-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.blog-hero-image {
    width: 100%;
    max-width: 1500px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content-section {
    padding: 3rem 0;
    max-width: 900px;
    margin: 0 auto;
}

.blog-text-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #1f2937;
    text-align: justify;
    margin-bottom: 2rem;
}

.blog-text-content p {
    margin-bottom: 1.5rem;
}

.blog-text-content strong {
    font-weight: 600;
    color: #1e3a5f;
}

.blog-cards-section {
    padding: 3rem 0;
    background-color: #f9fafb;
}

.blog-cards-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    margin-bottom: 3rem;
    color: #1e3a5f;
}

.blog-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}


.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.blog-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e3a5f;
}

.blog-card-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
}

.blog-footer-section {
    background-color: #0f172a;
    color: white;
    padding: 3rem 0 1rem;
}

.blog-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-divider {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #94a3b8;
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
}

.footer-socials a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* ================================================
   CAR INSURANCE FORM PAGE STYLES
   ================================================ */

.form-section {
    background-color: #f7f8fb;
    padding: 5rem 0 3rem;
    /* pull card upwards to overlap hero */
    margin-top: -220px;
}

.form-container {
    max-width: 1100px;
    background: white;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 18px 50px rgba(2,6,23,0.12);
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #0D75DD;
    margin-bottom: 0.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2rem;
    align-items: start;
}

.card-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.insurance-company {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 6px 20px rgba(13, 37, 77, 0.06);
    border: 1px solid #eef6ff;
    text-align: center;
}

.company-badge {
    background: linear-gradient(90deg, #FEC536, #FCA311);
    color: #0b1220;
    font-weight: 800;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.company-logo img {
    display: block;
    margin: 0 auto 0.5rem auto;
    max-width: 120px;
}

.company-price {
    font-size: 28px;
    color: #0D75DD;
    font-weight: 800;
    margin-top: 0.25rem;
}

.company-price .currency{ font-size: 14px; margin-right: 4px; color:#0D75DD; }

.price-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 0.5rem;
}

.price-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.price-actions .info-btn {
    flex: 1;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.price-actions .info-btn-info { background:#f0f9ff; border-color:#93c5fd }

.price-actions .info-btn-active {
    background:#2563eb; color: #fff; border-color: #2563eb;
}

.company-details.compact {
    background: transparent;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.company-details .detail-row { justify-content: space-between; padding: 0.4rem 0 }

/* Right column / form */
.card-right { background: #ffffff; padding: 1rem; border-radius: 10px; border: 1px solid #eef6ff; box-shadow: 0 6px 20px rgba(13, 37, 77, 0.04); }

.form-group { margin-bottom: 1rem; }

.form-label { display: block; font-weight: 700; color: #0A0A0A; margin-bottom: 0.5rem; font-size: 14px; }

.form-input, .form-select { width: 100%; padding: 0.8rem; border: 1px solid #e6edf6; border-radius: 10px; font-size: 15px; }

.payment-toggle { display:flex; gap:0.5rem; }
.pay-btn { flex:1; padding: 0.7rem; border-radius: 8px; border:1px solid #d1d5db; background: #fff; cursor:pointer; font-weight:600 }
.pay-btn.active { background: #fff; border-color: #0D75DD; box-shadow: 0 6px 18px rgba(13,117,221,0.08); color:#0D75DD }

.payment-methods { display:flex; gap:0.8rem; align-items:center; }
.pay-method { display:flex; gap:0.5rem; align-items:center; border:1px solid #e5e7eb; padding:0.4rem 0.6rem; border-radius:8px; cursor:pointer }
.pay-method img { height:28px; display:block }
.pay-method input[type="radio"]{ display:none }
.pay-method span{ font-weight:600; color:#0A0A0A }

.documents-section { margin-top: 1.25rem; border-top: none; padding-top: 0 }
.documents-title { font-weight:700; color:#0A0A0A; margin-bottom:0.5rem; font-size:14px }
.documents-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; }

.upload-box { display:block; cursor:pointer; }
.upload-placeholder { height:84px; border:2px dashed #e6eef9; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-direction:column; background:#fbfdff }
.upload-placeholder .upload-text { font-size:12px; color:#6b7280; margin-top:6px }

.button-group { display:flex; gap:0.75rem; margin-top:1.25rem }
.btn-submit { background:#0D75DD; color:#fff; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }
.btn-cancel { background:#fff; border:1px solid #c8d5ee; color:#0A0A0A; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }

/* Responsive adjustments */




.document-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.document-item:hover {
    background-color: #f3f4f6;
}

.document-icon {
    font-size: 2rem;
}

.document-name {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
}

.company-details {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.detail-label {
    color: #6b7280;
    font-weight: 500;
}

.detail-value {
    color: #1f2937;
    font-weight: 600;
}

.insurance-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.option-tag {
    background-color: white;
    border: 1px solid #d1d5db;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    color: #6b7280;
}

/* ================================================
   CONTACT PAGE STYLES
   ================================================ */

.contact-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.contact-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.contact-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 80vh;
}

.contact-form-container {
    max-width: 600px;
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .form-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.contact-form-section .form-label .required {
    color: #ef4444;
}

.contact-form-section .form-input,
.contact-form-section .form-select,
.contact-form-section textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-family: var(--font-arabic);
    transition: border-color 0.3s ease;
}

.contact-form-section .form-input:focus,
.contact-form-section .form-select:focus,
.contact-form-section textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form-section textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact form placeholders: set to grey for this page */
.contact-form-section .form-input::-webkit-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-moz-placeholder,
.contact-form-section textarea::-moz-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input:-ms-input-placeholder,
.contact-form-section textarea:-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-ms-input-placeholder,
.contact-form-section textarea::-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::placeholder,
.contact-form-section textarea::placeholder { color: #9ca3af; opacity: 1; }

.contact-btn {
    width: 100%;
    padding: 0.875rem;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--font-arabic);
    margin-top: 1rem;
}

.contact-btn:hover {
    background-color: #1d4ed8;
}

/* ================================================
   FAQ PAGE STYLES
   ================================================ */

.faq-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.faq-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.faq-section {
    padding: 3rem 0;
    background-color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #2563eb;
    border-color: #2563eb;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-family: var(--font-arabic);
    text-align: right;
}

.accordion-item.active .accordion-header {
    background-color: #2563eb;
    color: white;
}

.accordion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.accordion-item.active .accordion-title {
    color: white;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    color: white;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #2563eb;
    color: white;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ================================================
   HOME INSURANCE FORM PAGE STYLES
   ================================================ */

.home-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   MEDICAL INSURANCE FORM PAGE STYLES
   ================================================ */

.medical-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   RESPONSIVE DESIGN FOR FORMS AND PAGES
   ================================================ */





/* ------------------------------
   Section: Medical Layout
   ------------------------------ */
/* Medical insurance page styles */
.medical-page {
    padding: 3.5rem 0 2rem;
    position: relative;
}
/* make hero deeper so card can overlap */
.hero-section-blue {
    padding: 0.5rem 0 7rem;
}

/* Centered white card overlapping hero */
.medical-layout-wrapper {
    max-width: 980px;
    margin: -110px auto 0;
    background: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12);
    border: 1px solid rgba(13, 23, 54, 0.06);
}

.medical-layout {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 2rem;
    align-items: start;
}
.plan-card {
    background: transparent;
    border-radius: 8px;
    padding: 0;
}
.plan-badge{
    background:#FFD966;
    color:#7a4f00;
    display:inline-block;
    padding:5px 10px;
    border-radius:10px;
    font-weight:700;
    margin-bottom:10px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03);
}
.plan-logo img{width:72px;height:auto;margin-bottom:8px}
.plan-name{font-size:1.25rem;margin:0 0 .25rem;font-weight:700}
.plan-price{font-size:1.8rem;color:#2563eb;font-weight:800}
.plan-sub{color:#6b7280;margin-top:6px}
.plan-actions{display:flex;gap:.5rem;margin:12px 0;flex-wrap:wrap}
.small-btn{background:#fff;border:1px solid #e6eefc;color:#2563eb;padding:.45rem .7rem;border-radius:8px;cursor:pointer;font-weight:600}
.plan-details{margin:12px 0;padding-left:0;list-style:none;color:#374151}
.plan-details li{padding:.5rem 0;border-top:1px dashed #eef2f7}
.plan-meta{margin-top:12px;color:#374151}
.plan-meta div{display:flex;justify-content:space-between;padding:.35rem 0}
.page-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}
.medical-right{font-size:1rem;margin-bottom:1rem;text-align:right}
.medical-form{background:transparent;padding:0;border-radius:0}
.medical-form-inner{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 6px 18px rgba(6,10,20,0.04);border:1px solid rgba(13,23,54,0.03)}
.grid-2{display: flex;
    gap: 1rem;
    flex-direction: column;}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:700}
.form-input{width:100%;padding:.75rem;border:1px solid #e6eef0;border-radius:8px;background:#fff;color:#111}
.form-input::placeholder{color:#9ca3af}
.tabs{display:flex;gap:.5rem;margin-top:.5rem}
.tab{width: 50%;padding:.6rem 1rem;border:1px solid #e6eefc;border-radius:8px;background:#fff;cursor:pointer;font-weight:700}
.tab.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}
.installment-providers{display:flex;gap:1rem;margin-top:.75rem}
.provider{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #eef6ff;border-radius:8px;background:#fff}
.provider input{margin-left:6px}
.upload-area{margin-top:.5rem;border:1px dashed #d1d5db;padding:0.75rem;border-radius:8px;display:flex;gap:1rem;align-items:center}
.file-label{cursor:pointer;color:#2563eb;font-weight:700}
.preview img{max-width:160px;border-radius:8px;margin-right:.5rem;border:1px solid rgba(0,0,0,0.06)}
.actions-row{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}
.btn-primary{background:#0d4ecf;color:#fff;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;box-shadow:0 6px 18px rgba(13,67,161,0.12)}
.btn-outline{background:#fff;border:1px solid #d1d5db;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer}



/* ------------------------------
   Section: Floating Actions
   ------------------------------ */
/* Floating contact actions */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10000;
}

.floating-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .15s ease, box-shadow .15s;
  background: #fff;
}

.floating-btn.whatsapp { background: #25D366; }
.floating-btn.call { background: #1d4ed8; }

.floating-btn:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }



/* ------------------------------
   Section: Logo Link
   ------------------------------ */
/* Logo link */
.logo-section-white .logo-link { display:inline-block; }
.logo-section-white .logo-link img { display:block; max-height:72px; height:auto; }
.logo-section-white .logo-link:focus { outline: 3px solid rgba(37,211,102,0.25); outline-offset:3px; border-radius:6px; }
/* ================================================
   RESPONSIVE BREAKPOINTS (Requested)
   ================================================ */

/* Overrides for this breakpoint */
body { font-size: 15px; }
    .container { max-width: 451px;        margin: 0 auto;  padding: 0 1.5rem; }

    .header-content-white { flex-direction: column; gap: 1rem; text-align: center; }
    .logo-section-white { align-items: center; }
    .contact-info { flex-direction: row; justify-content: center; }
    .contact-text-section { text-align: center; }
    .logo-main { font-size: 28px; }
    .logo-subtitle { font-size: 12px; }
    .profile-image-small { width: 54px; height: 54px; }
    .phone-number, .help-text { font-size: 24px; }
    .contact-name { font-size: 17px; }

    .hero-section-blue { padding: 2.5rem 0 6.5rem; height: auto; }
    .hero-main-title { font-size: 32px; line-height: 1.3; }

    .workflow-steps { gap: 1rem; }
    .workflow-step { gap: 0.75rem; }
    .step-icon { width: 70px; height: 70px; font-size: 30px; }
    .step-title { font-size: 14px; }
    .step-subtitle { font-size: 12px; }

    .search-form-section { margin-top: -7rem; }
    .search-form-container { padding: 1.5rem; }
    .insurance-tabs { flex-wrap: wrap; }
    .insurance-tab { font-size: 18px; padding: 0.75rem 1rem; }

    .search-inputs-row { flex-direction: column; align-items: stretch; }
    .search-input { width: 100%; font-size: 16px; min-width: 0; }
    .search-button { width: 100%; font-size: 15px; }
    .car-value { width: 100%; }
    .search-input.currency-input { width: 95%; }

    .products-section-title { font-size: 20px; text-align: center; }
    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
    .product-price-main { font-size: 26px; }
    .product-name-arabic { font-size: 26px; }
    .monthly-payment { flex-direction: column; align-items: flex-start; }
    .info-buttons { flex-direction: column; }
    .info-btn { width: 100%; }

    .partners-logos { gap: 1.5rem; }
    .img-partner-logo { width: 110px; height: 110px; }

    .form-section { margin-top: -80px; padding: 2rem 0 3rem; }
    .form-container { padding: 1.5rem; margin: 1rem; }
    .card-grid { grid-template-columns: 1fr; }
    .company-logo img { max-width: 100px; }
    .documents-grid { grid-template-columns: 1fr; }

    .blog-hero-title { font-size: 1.8rem; }
    .blog-cards-container { grid-template-columns: 1fr; }

    .contact-hero-title { font-size: 1.8rem; }
    .contact-form-container { padding: 1.5rem; margin: 1rem; }

    .faq-hero-title { font-size: 1.8rem; }
    .faq-container { padding: 1rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-body { padding: 1rem; }

    .footer-bottom { flex-direction: column; text-align: center; }
    .blog-footer-content { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -80px; padding: 1rem; }

    .floating-actions { right: 14px; bottom: 70px; }
    .floating-btn {         width: 46px;
        height: 46px;
        font-size: 23px;; }

    /* General compact adjustments */
    body { font-size: 14.5px; }
    .container { padding: 0 1rem; }

    .top-header-white { padding: 1rem 0; }
    .logo-main { font-size: 26px; }
    .logo-subtitle { font-size: 12px; }
    .profile-image-small { width: 52px; height: 52px; }
    .phone-number, .help-text { font-size: 22px; }
    .contact-name { font-size: 16px; }

    .hero-section-blue { padding: 2.2rem 0 6rem; }
    .hero-main-title { font-size: 28px; line-height: 1.35; }

    .workflow-steps { gap: 0.85rem; }
    .workflow-step { gap: 0.75rem; }
    .step-icon { width: 58px; height: 58px; font-size: 26px; }
    .step-title { font-size: 13px; }
    .step-subtitle { font-size: 11px; }

    .search-form-section { margin-top: -6rem; }
    .search-form-container { padding: 1.25rem; }
    .insurance-tab { font-size: 16px; padding: 0.7rem 0.95rem; }
    .search-input { font-size: 15px; padding: 0.75rem 0.95rem; }
    .search-button { font-size: 15px; }

    .products-section { padding: 2.5rem 0; }
    .products-section-title { font-size: 18px; }
    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
    .product-card { padding: 1.2rem; }
    .product-name-arabic { font-size: 22px; }
    .product-price-main { font-size: 22px; }
    .monthly-payment { font-size: 13px; }

    .info-buttons { flex-direction: column; }
    .info-btn { width: 100%; }

    .img-partner-logo { width: 90px; height: 90px; }
    .partners-title { font-size: 24px; }

    .card-grid { grid-template-columns: 1fr; }
    .documents-grid { grid-template-columns: 1fr; }

    .form-title { font-size: 1.1rem; }
    .form-container, .contact-form-container { padding: 1.2rem; margin: 0.75rem; }
    .form-input, .form-select { font-size: 14px; padding: 0.8rem; }

    .blog-hero-title { font-size: 1.5rem; }
    .blog-cards-title { font-size: 1.25rem; }

    .faq-hero-title { font-size: 1.5rem; }
    .accordion-title { font-size: 0.95rem; }

    .footer-socials a { width: 34px; height: 34px; font-size: 1.05rem; }

    .floating-actions { right: 12px; bottom: 64px; }
    .floating-btn {         width: 40px;
        height: 40px;
        font-size: 20px; }

/* Screenshot-aligned adjustments (451px–1024px) */
    body { font-size: 15px; }
    .container { max-width: 451px;margin: 0 auto; padding: 0 1.5rem; }

    .top-header-white { padding: 1rem 0; }
    .header-content-white { min-height: 64px; }
    .logo-section-white .logo-link img { max-height: 40px; }
    .logo-main { font-size: 24px; }
    .logo-subtitle { font-size: 12px; }
    .profile-image-small { width: 48px; height: 48px; border-width: 2px; }
    .phone-icon-green { width: 24px; height: 24px; font-size: 12px; border-width: 2px; }
    .phone-number, .help-text { font-size: 14px; }
    .contact-name { font-size: 12px; }
    .contact-info { gap: 0.6rem; }

    .hero-section-blue { padding: 2.25rem 0 6rem; height: auto; }
    .hero-main-title { font-size: 26px; line-height: 1.35; }

    .contact-hero, .faq-hero { padding: 2.5rem 0; }
    .contact-hero-title, .faq-hero-title { font-size: 22px; }

    .workflow-steps {display: none;gap: 0.75rem; }
    .workflow-step { gap: 0.75rem; }
    .step-icon { width: 58px; height: 58px; font-size: 26px; }
    .step-title { font-size: 13px; }
    .step-subtitle { font-size: 11px; }

    .search-form-section { margin-top: -6rem; }
    .search-form-container { padding: 1.5rem; border-radius: 12px 12px 0 0; }
    .insurance-tabs { gap: 0.4rem; }
    .insurance-tab { font-size: 16px; padding: 0.7rem 1rem; }
    .search-input { font-size: 15px; padding: 0.8rem 1rem; }
    .search-button { font-size: 15px; padding: 0.8rem 1.1rem; }

    .products-section { padding: 2.75rem 0; }
    .products-section-title { font-size: 18px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
    .product-card { padding: 1.2rem; border-radius: 12px; }
    .product-name-arabic { font-size: 22px; }
    .product-price-main { font-size: 22px; }
    .monthly-payment { font-size: 13px; }
    .info-btn { font-size: 11.5px; padding: 0.5rem 0.7rem; }
    .product-button { font-size: 14px; padding: 0.85rem 1.1rem; }

    .partners-section { padding: 1rem 0; }
    .partners-title { font-size: 22px; }
    .img-partner-logo { width: 90px; height: 90px; }

    .form-section { margin-top: -100px; padding: 2.5rem 0 3rem; }
    .form-container { max-width: 900px; padding: 1.5rem; margin: 1rem auto; border-radius: 12px; }
    .form-title { font-size: 1.1rem; }
    .form-label { font-size: 13px; }
    .form-input, .form-select { font-size: 14px; padding: 0.85rem; border-radius: 10px; }
    .button-group { gap: 0.7rem; }

    .card-grid { grid-template-columns: 1fr; }
    .documents-grid { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -90px; padding: 1.2rem; }
    .medical-layout { grid-template-columns: 1fr; }
    .plan-name { font-size: 1.2rem; }
    .plan-price { font-size: 1.6rem; }

    .contact-form-section { padding: 2.5rem 0; }
    .contact-form-container { padding: 1.6rem; margin: 1.1rem auto; border-radius: 12px; }
    .contact-form-section .form-label { font-size: 13.5px; }
    .contact-form-section .form-input,
    .contact-form-section .form-select,
    .contact-form-section textarea { font-size: 14px; padding: 0.9rem; border-radius: 10px; }
    .contact-btn { font-size: 15px; padding: 0.95rem; }

    .faq-section { padding: 2.5rem 0; }
    .faq-container { padding: 0 1.5rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-title { font-size: 14px; }
    .accordion-body { padding: 1.1rem; font-size: 14px; }

    .blog-hero-title { font-size: 1.5rem; }
    .blog-cards-title { font-size: 1.25rem; }

    .blog-footer-content { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
    .footer-section h3 { font-size: 1rem; }
    .footer-section a, .footer-section li { font-size: 0.9rem; }
    .footer-logo { width: 140px; }
    .footer-bottom { flex-direction: row; text-align: right; gap: 1.5rem; }

    .footer-bottom {
        background: #0b1f33;
        color: #e2e8f0;
        padding: 0.5rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-bottom .copyright {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
        text-align: center;
        font-size: 18px;
        color: #cbd5e1;
    }

    .copyright a {
        color: #7dd3fc;
        text-decoration: none;
        font-weight: 600;
    }

    .copyright a:hover {
        color: #bae6fd;
        text-decoration: underline;
    }
    .footer-socials a { width: 34px; height: 34px; font-size: 1.05rem; }

    .floating-actions { right: 14px; bottom: 70px; }
    .floating-btn {         width: 40px;
        height: 40px;
        font-size: 20px; }

    /* Banner */
    .banner-top {
        max-width: 451px;
        margin: 1.5rem auto;
        padding: 0 1rem;
    }

    .banner-top-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        object-fit: cover;
    }

    /* Blog hero split background (top half only) */
    .blog-hero-section {
        background: transparent;
        position: relative;
    }

    .blog-hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: #0b2a4a;
        z-index: 0;
    }

    .blog-hero-content {
        position: relative;
        z-index: 1;
    }
    
      .scroll-to-top{
        position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: rgb(59, 130, 246);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: 0.3s;
    }
}


@media screen and (max-width: 450px) {
/* ------------------------------
   Section: Global
   ------------------------------ */
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Colors - Matching Figma Design */
    --primary-blue: #1e3a5f;
    --primary-blue-dark: #152a45;
    --primary-blue-light: #2a4d75;
    --nav-blue: #1f4a6b;
    --light-blue: #e8f4f8;
    --white: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --card-border-blue: #3b82f6;
    --red: #ef4444;
    --orange: #f97316;
    --yellow: #eab308;
    --green: #22c55e;
    --purple: #a855f7;
    
    /* Typography */
    --font-arabic: 'Cairo', 'Arial', sans-serif;
    --font-english: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-full: 50%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-arabic);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--white);
    direction: rtl;
}

.container {
    max-width: 370px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ------------------------------
   Section: Header
   ------------------------------ */
/* Top Header - White Background */
.top-header-white {
    background-color: var(--white);
    padding: 1.25rem 0;
    border-top: 2px solid #e0f2fe;
    position: relative;
}

.top-header-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0f172a;
}

.header-content-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: column;
}

.logo-section-white {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logo-main {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.2;
}

.logo-part {
    display: inline-block;
}

.logo-separator {
    color: #1e3a5f;
    font-weight: 400;
    font-size: 28px;
    opacity: 0.6;
    margin: 0 0.25rem;
}

.logo-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #64748b;
    margin: 0;
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.contact-link:hover {
    opacity: 0.85;
}

.contact-link:active {
    opacity: 0.75;
    transform: scale(0.98);
}

.contact-link:focus {
    outline: 2px solid #22c55e;
    outline-offset: 4px;
    border-radius: 8px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-text-section {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.contact-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.profile-image-small {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background-color: #f0f0f0;
    border: 3px solid #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: relative;
    overflow: hidden;
}

.profile-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-icon-green {
    position: absolute;
    bottom: -2px;
    left: 38px;
    width: 32px;
    height: 32px;
    background-color: #22c55e;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.help-text {
    font-size: 28px;
    font-weight: 700;
    color: #313541;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0.25rem 0;
}

.contact-name {
    font-size: 20px;
    color: #313541;
    font-weight: 400;
    margin: 0;
}

/* ------------------------------
   Section: Hero
   ------------------------------ */
/* Hero Section - Dark Blue */
.hero-section-blue {
    background-color: #002144;
    padding: 4rem 0 8rem;
    position: relative;
    height: 415px;
}

.hero-main-title {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 45px;
    line-height: 52.57px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

/* ------------------------------
   Section: Workflow
   ------------------------------ */
/* Workflow Steps */
.workflow-steps {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 20px;
}

.workflow-step {
    display: flex;
    gap: 1rem;
    flex: 0 0 auto;
}

.step-icon {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s;
}

.step-icon:hover {
    transform: scale(1.05);
}

.step-content {
    text-align: center;
    color: var(--white);
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.step-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

.workflow-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    margin: 0 0.5rem;
    position: relative;
}

.workflow-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.workflow-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

/* ------------------------------
   Section: Search
   ------------------------------ */
/* Search Form Section - Light Background Overlay */
.search-form-section {
    margin-top: -11rem;
    position: relative;
    z-index: 10;
    padding-bottom: 2rem;
}

.search-form-container {
    background-color: #f8f9fa;
    border-radius: 16px 16px 0 0;
    padding: 2rem 2.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

/* ------------------------------
   Section: Tabs
   ------------------------------ */
/* Insurance Type Tabs */
.insurance-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.insurance-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--font-arabic);
    font-size: 24px;
    color: #000000;
    position: relative;
}

.insurance-tab .tab-icon {
    font-size: 14px;
    display: none;
}

.insurance-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background-color: rgba(37, 99, 235, 0.08);
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.insurance-tab.active .tab-icon {
    color: #2563eb;
}

.insurance-tab:not(.active) .tab-icon {
    color: #9ca3af;
}

/* ------------------------------
   Section: Inputs
   ------------------------------ */
/* Search Input Fields */
.search-inputs-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-input {
    flex: 1;
    min-width: 150px;
    padding: 0.875rem 1.25rem;
    padding-left: 2.5rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-size: 20px;
    background-color: var(--white);
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.search-input[type="text"],
.search-input[type="date"] {
    background-image: none;
    padding-left: 1.25rem;
    cursor: text;
}

.search-input[type="date"] {
    position: relative;
    padding-right: 2.5rem;
}

.search-input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0.75rem;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    height: 20px;
}

/* Input field with currency indicator */
.search-input.currency-input {
    position: relative;
}

.search-input.currency-input::after {
    content: 'ط¬.ظ…';
    position: absolute;
    left: 0.75rem;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    pointer-events: none;
}
.car-value{
    width: 100%;
    padding-left: 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}

.car-value span{
color:#0D75DD;
font-weight: 700;
}

.search-input.currency-input {
    width: 89%;
    padding-left: 0rem;
    border: none;
}

.search-input:focus {
    outline: none;
    border-color: #2563eb;
}

/* Global placeholder color for all inputs */
::-webkit-input-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1; }
:-ms-input-placeholder { color: #000; opacity: 1; }
::-ms-input-placeholder { color: #000; opacity: 1; }
::placeholder { color: #000; opacity: 1; }

/* Ensure text entered in inputs, selects and textareas is black */
input,
textarea,
select,
.search-input,
.form-input,
.form-select {
    color: #000;
}

.search-button {
    padding: 0.875rem 2.5rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: 120px;
}

.search-button:hover {
    background-color: #1d4ed8;
}

/* ------------------------------
   Section: Products
   ------------------------------ */
/* Products Section */
.products-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.products-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-align: right;
    margin-bottom: 2rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: var(--spacing-xl);
    animation: fadeIn 0.4s ease-in;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}







.product-card {
    background-color: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    border: 1px solid #eef6ff;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0.25rem;
    align-items: start;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Product Brand */
.product-brand {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative;
}

.product-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-type-name {
     background-color: #FEC536;
    font-family: IBM Plex Sans Arabic;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    text-transform: capitalize;
    color: #0A0A0A;
     border-radius: 10px;
    padding: 6px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
}

.brand-img {
    width: auto;
    max-height: 72px;
    display: block;
    margin: 0 auto;
}


/* Product Pricing */
.product-pricing {
    text-align: center;
}

.product-price-main {
    font-size: 34px;
    font-weight: 800;
    color: #2563eb;
    margin: 0.25rem 0 0.5rem;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-align: center;
}

.price-tax {
    font-size: 13px;
    color: #60a5fa;
    margin-bottom: 0.75rem;
    font-weight: 400;
    text-align: center;
}

.monthly-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
    color: #374151;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.payment-text {
    font-weight: 400;
}

/* Financing Partners */
.financing-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.aman-logo {
    background-color: #14b8a6;
    color: var(--white);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-arabic);
    min-width: 60px;
}

.valu-logo-item {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.valu-text {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    text-transform: lowercase;
}

.valu-asterisk {
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
}

.suhoola-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.suhoola-icon {
    width: 32px;
    height: 32px;
    background-color: #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #6b7280;
    font-family: 'Arial', sans-serif;
}

.suhoola-text {
    font-size: 10px;
    color: #6b7280;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

/* Repair Feature - Car Insurance */
.repair-feature {
    padding: 0.45rem 0.6rem;
    background-color:#495AFF1A;
    color: #0A0A0A;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    width: 100%;
}

/* Coverage Badge - Medical & Home Insurance */
.coverage-badge {
    background-color:#495AFF1A;
    color: #0A0A0A;
    padding: 0.75rem 1rem;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    width: 100%;
}

/* Hide repair feature for medical and home cards */
.medical-card .repair-feature,
.home-card .repair-feature {
    display: none;
}

/* Ensure coverage badge only shows for medical and home */
.car-card .coverage-badge {
    display: none;
}

/* Info Buttons */
.info-buttons {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.info-btn {
    flex: 1;
    padding: 0.5rem 0.75rem;
    background-color: var(--white);
    color: #1e40af;
    border: 1px solid #93c5fd;
    border-radius: 6px;
    font-family: var(--font-arabic);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-btn:hover {
    background-color: #f0f9ff;
    border-color: #60a5fa;
}

/* Product Button */
.product-button {
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #2563eb;
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.product-button:hover {
    background-color: #1d4ed8;
}

.arrow-icon-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.view-more-container {
    text-align: center;
    margin-top: var(--spacing-xl);
}

.view-more-button {
    padding: 0.875rem 2.5rem;
    background-color: #e0f2fe;
    color: #000000;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-family: var(--font-arabic);
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-button:hover {
    background-color: #bfdbfe;
    border-color: #93c5fd;
}

/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Partners Section */
.partners-section {
   background: #0D75DDB2;
    padding: 1rem 0;
}

.partners-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin-bottom: var(--spacing-lg);
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
    flex-wrap: wrap;
   ;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
    width: 100px;
}

.img-partner-logo{
    width: 130px;
    height: 130px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.partner-logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
   
}

.logo-circle {
    width: 90px;
    height: 90px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.logo-circle:hover {
    transform: scale(1.1);
}

.logo-name {
   font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 17px;
line-height: 100%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
width: 130px;
}

.partners-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin-top: var(--spacing-xl);
}

/* Info Blocks Section */
.info-blocks-section {
    background-color: #fafafa;
    padding: 4rem 0;
}

.info-blocks-title{
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.info-text-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}


.info-block img {
    padding-left: 5px;
}
.info-block-title {
    font-size: 16px;
    font-weight: 700;
    color:#0D75DD;
    margin-bottom: var(--spacing-sm);
    display: flex;
    align-items: center;
}

.info-block-text {
    font-size: 14px;
    color:#0A0A0A;
    line-height: 1.6;
}

.info-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.info-image-card {
    text-align: center;
}

.image-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.image-placeholder:hover {
    transform: scale(1.02);
}

.image-label {
    background-color: #0D75DD80;
    position: absolute;
    box-shadow: 0 2px 6px rgba(14, 22, 36, 0.06);
    z-index: 5;
    margin-top: -225px;
    margin-right: 15px;
    opacity: 1;
border-radius: 8px;
padding: 10px;
color: #F1F1F1;
font-family: IBM Plex Sans Arabic;
font-weight: 700;
font-size: 14px;
line-height: 100%;
text-align: center;

}

.info-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.info-description p {
    color: #0A0A0A;
    font-family: IBM Plex Sans Arabic;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    vertical-align: middle;
}

/* CTA Gradient Section */
.cta-gradient-section {
    /* Background image with 75% semi-transparent overlay color (#0D75DDBF) */
    background-image: linear-gradient(rgba(13,117,221,0.75), rgba(13,117,221,0.75)), url("img/4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

/* Ensure CTA text sits above the overlay */
.cta-gradient-section .cta-content {
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #FEC536;
    margin-bottom: 2rem;
}
 
.cta-subtext{
    font-family: IBM Plex Sans Arabic;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.18;
    text-align: justify;
    color: rgba(255,255,255,0.95);
    max-width: 900px;
    margin: 0 auto;
}

.cta-list {
    list-style-position: inside;
    text-align: right;
    color: rgba(255,255,255,0.95);
    font-size: 14px;
    line-height: 1.8;
}

.cta-list li {
    margin-bottom: 0.75rem;
}

.cta-list strong {
    color: #ffffff;
    font-weight: 700;
}
/* ------------------------------
   Section: Blog
   ------------------------------ */
/* Blog Section */
.blog-section {
    background-color: var(--white);
    padding: 4rem 0;
}

.blog-content {
    gap: var(--spacing-xl);
    align-items: start;
}

/* Left column - compact list */
.blog-side {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.most-read-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-align: right;
}

.blog-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    flex-direction: column;
}


.post-thumb {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 1rem;
}

.post-info {
    text-align: right;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.post-excerpt {
    font-size: 16px;
    color: #000000;
    margin: 0 0 0.5rem 0;
}

.post-link {
    font-size: 18px;
    color: #0D75DD;
    text-decoration: none;
}

/* Right column - featured article */
.monitoring-card.featured-article {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.monitoring-hero-image {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    margin-bottom: 1rem;
}

.monitoring-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.monitoring-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.line-separator { display:none; }

.monitoring-text {
    font-size: 16px;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.monitoring-description {
    color:#000000;
    margin-bottom: 1rem;
}

.monitoring-link {
    display: inline-block;
    background-color: #0D75DD;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
}



/* Testimonials Section */
.testimonials-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.testimonials-title {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.testimonial-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: var(--spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    background-color: var(--light-blue);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto var(--spacing-md);
}

.testimonial-text {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--spacing-md);
    font-style: italic;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-role {
    font-size: 14px;
    font-weight: 600;
    color: #0D75DD;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
    background-color: var(--border-color);
    cursor: pointer;
}

.indicator.active {
    background-color: var(--card-border-blue);
}

/* About Section */
.about-section {
    background-color: #0D75DD; /* main blue */
    padding: 1rem 0;
    color: var(--white);
}

.about-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0.75rem;
    color: #FEC536; /* yellow accent */
}

.about-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 1.75rem;
    border-radius: 12px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 30px rgba(13,117,221,0.12);
}

/* dotted inner frame */
.about-content::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px dashed rgba(255,255,255,0.18);
    pointer-events: none;
}

.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 10%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border: 6px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 34px rgba(13,117,221,0.25);
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.profile-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.05;
    color: #FFFFFF;
    text-align: right;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
    text-align: justify;
}

/* Responsive */


/* ------------------------------
   Section: Partners
   ------------------------------ */
/* Brand Partners Section */
.brand-partners-section {
    background-color: var(--white);
    padding: 0rem  0;
}

.brand-partners-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: var(--spacing-xs);
}

.brand-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xs);
    justify-content: center;
    align-items: center;
}

.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100px;
}

.brand-logo-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0.75rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-logo:hover .brand-logo-img {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.brand-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}



/* FAQ Section */
.faq-section {
    background-color: #f8fafc;
    padding: 4rem 0;
}

.faq-content {
    gap: var(--spacing-xl);
    align-items: start;
}

.faq-intro {
    padding: var(--spacing-lg);
}

.faq-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: var(--spacing-md);
}

.faq-description {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.6;
}



.faq-box {
    background: #fff;
    padding: var(--spacing-md);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.06);
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }

.accordion-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e6edf5;
    transition: transform .25s ease;
}

.accordion-header button {
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 1rem;
    padding: 0.5rem  0.5rem ;
    font-size: 20px;
    color: #0f172a;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.accordion-icon {
    display:inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 8px;
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    text-align:center;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 1.25rem;
    background: transparent;
}

.accordion-content p { padding: 0.75rem 0; color: #0f172a; line-height:1.6; }

.accordion-item.active {
    background: linear-gradient(180deg,#0D75DD,#0B62C9);
    color: #fff;
}

.accordion-item.active .accordion-header button { color: #fff; }

.accordion-item.active .accordion-icon { transform: rotate(0deg); background: rgba(255,255,255,0.12); color: #fff; }

.accordion-item.active .accordion-content {
    max-height: 400px; /* enough for content */
    padding-bottom: 1rem;
}




.faq-button {
    padding: 1rem 2.5rem;
    background: linear-gradient(90deg,#0D75DD,#0B62C9);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: var(--font-arabic);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.faq-button:hover {
    background-color: #2563eb;
}

.faq-box {
    background-color: #2563eb;
    color: var(--white);
    padding: var(--spacing-lg);
    border-radius: 12px;
    margin-bottom: var(--spacing-md);
    text-align: center;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.2);
}

.faq-box-text {
    font-size: 16px;
    font-weight: 500;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.faq-item {
    background-color: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: var(--spacing-sm);
}

.faq-item:hover {
    background-color: var(--light-blue);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.5;
}

/* Footer */
.footer {
    background-color: #eef4f8; /* light blue */
    color: #0f172a;
}

.footer-top {
    display: flex;
    align-items: start;
    padding: var(--spacing-lg) 0 var(--spacing-md);
    flex-direction: column-reverse;
}

.footer-col { padding: 0 1rem; }

.social-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.social-icons { display:flex; gap:0.5rem; justify-content:flex-start; }

.social-btn {
    display:inline-flex; align-items:center; justify-content:center;
    width:36px; height:36px; border-radius:50%; background:#0f172a; color:#fff; text-decoration:none; font-weight:700;
}

.footer-column-title { font-size: 16px; font-weight: 700; margin-bottom: 0.75rem; color: #0f172a; text-align: right; }

.contact-line { font-size: 15px; color: #0f172a; margin-bottom: 0.45rem; text-align: right; }

.muted { color: rgba(0,0,0,0.45); margin-left: 0.5rem; }

.sitemap-links { list-style:none; padding:0; margin:0; text-align:right; }
.sitemap-links li { margin-bottom:0.5rem; }
.sitemap-links a { color:#0f172a; text-decoration:none; font-size:14px; }
.sitemap-links a:hover { text-decoration:underline; }

.footer-note { font-size: 13px; color:#0f172a; line-height:1.4; text-align:right; margin-bottom:0.75rem; }

.authority-logos { display:flex; gap:0.75rem; justify-content:flex-start; }
.authority-logos img { max-width:100%; height:60px; object-fit:contain; }

.footer-bottom {
    background: #0b1f33;
    color: #e2e8f0;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .copyright {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    font-size: 18px;
    color: #cbd5e1;
}

.copyright a {
    color: #7dd3fc;
    text-decoration: none;
    font-weight: 600;
}

.copyright a:hover {
    color: #bae6fd;
    text-decoration: underline;
}
/* Desktop spacing adjustment for container inside footer */
.footer .container { padding-top:1rem; }





/* Responsive Design */






/* ================================================
   BLOG PAGE STYLES
   ================================================ */

.blog-hero-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 1rem 0;
    color: white;
}

.blog-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.blog-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.blog-hero-image {
    width: 100%;
    max-width: 1500px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.blog-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content-section {
    padding: 0 0;
    margin: 0 auto;
}

.blog-text-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #1f2937;
    text-align: justify;
    margin-bottom: 2rem;
}

.blog-text-content p {
    margin-bottom: 1.5rem;
}

.blog-text-content strong {
    font-weight: 600;
    color: #1e3a5f;
}

.blog-cards-section {
    padding: 3rem 0;
    background-color: #f9fafb;
}

.blog-cards-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    margin-bottom: 3rem;
    color: #1e3a5f;
}

.blog-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}


.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.blog-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e3a5f;
}

.blog-card-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
}

.blog-footer-section {
    background-color: #0f172a;
    color: white;
    padding: 3rem 0 1rem;
}

.blog-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-divider {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 0.9rem;
    color: #94a3b8;
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
}

.footer-socials a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* ================================================
   CAR INSURANCE FORM PAGE STYLES
   ================================================ */

.form-section {
    background-color: #f7f8fb;
    padding: 5rem 0 3rem;
    /* pull card upwards to overlap hero */
    margin-top: -220px;
}

.form-container {
    max-width: 1100px;
    background: white;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 18px 50px rgba(2,6,23,0.12);
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #0D75DD;
    margin-bottom: 0.5rem;
}

.card-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2rem;
    align-items: start;
}

.card-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.insurance-company {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 6px 20px rgba(13, 37, 77, 0.06);
    border: 1px solid #eef6ff;
    text-align: center;
}

.company-badge {
    background: linear-gradient(90deg, #FEC536, #FCA311);
    color: #0b1220;
    font-weight: 800;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.company-logo img {
    display: block;
    margin: 0 auto 0.5rem auto;
    max-width: 120px;
}

.company-price {
    font-size: 28px;
    color: #0D75DD;
    font-weight: 800;
    margin-top: 0.25rem;
}

.company-price .currency{ font-size: 14px; margin-right: 4px; color:#0D75DD; }

.price-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 0.5rem;
}

.price-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.price-actions .info-btn {
    flex: 1;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.price-actions .info-btn-info { background:#f0f9ff; border-color:#93c5fd }

.price-actions .info-btn-active {
    background:#2563eb; color: #fff; border-color: #2563eb;
}

.company-details.compact {
    background: transparent;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.company-details .detail-row { justify-content: space-between; padding: 0.4rem 0 }

/* Right column / form */
.card-right { background: #ffffff; padding: 1rem; border-radius: 10px; border: 1px solid #eef6ff; box-shadow: 0 6px 20px rgba(13, 37, 77, 0.04); }

.form-group { margin-bottom: 1rem; }

.form-label { display: block; font-weight: 700; color: #0A0A0A; margin-bottom: 0.5rem; font-size: 14px; }

.form-input, .form-select { width: 100%; padding: 0.8rem; border: 1px solid #e6edf6; border-radius: 10px; font-size: 15px; }

.payment-toggle { display:flex; gap:0.5rem; }
.pay-btn { flex:1; padding: 0.7rem; border-radius: 8px; border:1px solid #d1d5db; background: #fff; cursor:pointer; font-weight:600 }
.pay-btn.active { background: #fff; border-color: #0D75DD; box-shadow: 0 6px 18px rgba(13,117,221,0.08); color:#0D75DD }

.payment-methods { display:flex; gap:0.8rem; align-items:center; }
.pay-method { display:flex; gap:0.5rem; align-items:center; border:1px solid #e5e7eb; padding:0.4rem 0.6rem; border-radius:8px; cursor:pointer }
.pay-method img { height:28px; display:block }
.pay-method input[type="radio"]{ display:none }
.pay-method span{ font-weight:600; color:#0A0A0A }

.documents-section { margin-top: 1.25rem; border-top: none; padding-top: 0 }
.documents-title { font-weight:700; color:#0A0A0A; margin-bottom:0.5rem; font-size:14px }
.documents-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 0.75rem; }

.upload-box { display:block; cursor:pointer; }
.upload-placeholder {width: 100px; height:84px; border:2px dashed #e6eef9; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-direction:column; background:#fbfdff }
.upload-placeholder img { width:100px; height:60px; }
.upload-placeholder .upload-text { font-size:12px; color:#6b7280; margin-top:6px }

.button-group { display:flex; gap:0.75rem; margin-top:1.25rem }
.btn-submit { background:#0D75DD; color:#fff; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }
.btn-cancel { background:#fff; border:1px solid #c8d5ee; color:#0A0A0A; padding:0.9rem 1.25rem; border-radius:8px; font-weight:700; flex:1 }

/* Responsive adjustments */



.documents-grid {
    display: flex;
    justify-content: center;
}

.document-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.document-item:hover {
    background-color: #f3f4f6;
}

.document-icon {
    font-size: 2rem;
}

.document-name {
    font-size: 0.8rem;
    color: #6b7280;
    text-align: center;
}

.company-details {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.detail-label {
    color: #6b7280;
    font-weight: 500;
}

.detail-value {
    color: #1f2937;
    font-weight: 600;
}

.insurance-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.option-tag {
    background-color: white;
    border: 1px solid #d1d5db;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    color: #6b7280;
}

/* ================================================
   CONTACT PAGE STYLES
   ================================================ */

.contact-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.contact-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.contact-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 80vh;
}

.contact-form-container {
    max-width: 600px;
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-form-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .form-label {
    display: block;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.contact-form-section .form-label .required {
    color: #ef4444;
}

.contact-form-section .form-input,
.contact-form-section .form-select,
.contact-form-section textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-family: var(--font-arabic);
    transition: border-color 0.3s ease;
}

.contact-form-section .form-input:focus,
.contact-form-section .form-select:focus,
.contact-form-section textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.contact-form-section textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact form placeholders: set to grey for this page */
.contact-form-section .form-input::-webkit-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-moz-placeholder,
.contact-form-section textarea::-moz-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input:-ms-input-placeholder,
.contact-form-section textarea:-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::-ms-input-placeholder,
.contact-form-section textarea::-ms-input-placeholder { color: #9ca3af; opacity: 1; }
.contact-form-section .form-input::placeholder,
.contact-form-section textarea::placeholder { color: #9ca3af; opacity: 1; }

.contact-btn {
    width: 100%;
    padding: 0.875rem;
    background-color: #2563eb;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--font-arabic);
    margin-top: 1rem;
}

.contact-btn:hover {
    background-color: #1d4ed8;
}

/* ================================================
   FAQ PAGE STYLES
   ================================================ */

.faq-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 3rem 0;
    color: white;
    text-align: center;
}

.faq-hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.faq-section {
    padding: 1rem 0;
    background-color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background-color: #2563eb;
    border-color: #2563eb;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-family: var(--font-arabic);
    text-align: right;
}

.accordion-item.active .accordion-header {
    background-color: #2563eb;
    color: white;
}

.accordion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.accordion-item.active .accordion-title {
    color: white;
}

.accordion-icon {
    font-size: 1.5rem;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    color: white;
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #2563eb;
    color: white;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ================================================
   HOME INSURANCE FORM PAGE STYLES
   ================================================ */

.home-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   MEDICAL INSURANCE FORM PAGE STYLES
   ================================================ */

.medical-insurance-form-section {
    background-color: #f9fafb;
    padding: 3rem 0;
    min-height: 100vh;
}

/* Uses same form styles as car insurance */

/* ================================================
   RESPONSIVE DESIGN FOR FORMS AND PAGES
   ================================================ */





/* ------------------------------
   Section: Medical Layout
   ------------------------------ */
/* Medical insurance page styles */
.medical-page {
    padding: 3.5rem 0 2rem;
    position: relative;
}
/* make hero deeper so card can overlap */
.hero-section-blue {
    padding: 0.5rem 0 7rem;
}

/* Centered white card overlapping hero */
.medical-layout-wrapper {
    max-width: 980px;
    margin: -110px auto 0;
    background: var(--white);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12);
    border: 1px solid rgba(13, 23, 54, 0.06);
}

.medical-layout {
   display: flex;
   flex-direction: column-reverse;
    gap: 2rem;
    align-items: start;
}
.plan-card {
    background: transparent;
    border-radius: 8px;
    padding: 0;
}
.plan-badge{
    background:#FFD966;
    color:#7a4f00;
    display:inline-block;
    padding:5px 10px;
    border-radius:10px;
    font-weight:700;
    margin-bottom:10px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03);
}
.plan-logo img{width:72px;height:auto;margin-bottom:8px}
.plan-name{font-size:1.25rem;margin:0 0 .25rem;font-weight:700}
.plan-price{font-size:1.8rem;color:#2563eb;font-weight:800}
.plan-sub{color:#6b7280;margin-top:6px}
.plan-actions{display:flex;gap:.5rem;margin:12px 0;flex-wrap:wrap}
.small-btn{background:#fff;border:1px solid #e6eefc;color:#2563eb;padding:.45rem .7rem;border-radius:8px;cursor:pointer;font-weight:600}
.plan-details{margin:12px 0;padding-left:0;list-style:none;color:#374151}
.plan-details li{padding:.5rem 0;border-top:1px dashed #eef2f7}
.plan-meta{margin-top:12px;color:#374151}
.plan-meta div{display:flex;justify-content:space-between;padding:.35rem 0}
.page-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}
.medical-right{font-size:1rem;margin-bottom:1rem;text-align:right}
.medical-form{background:transparent;padding:0;border-radius:0}
.medical-form-inner{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 6px 18px rgba(6,10,20,0.04);border:1px solid rgba(13,23,54,0.03)}
.grid-2{display: flex;
    flex-direction: column;}
.form-group{margin-bottom:1rem}
.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:700}
.form-input{width:100%;padding:.75rem;border:1px solid #e6eef0;border-radius:8px;background:#fff;color:#111}
.form-input::placeholder{color:#9ca3af}
.tabs{display:flex;gap:.5rem;margin-top:.5rem}
.tab{width: 50%;padding:.6rem 1rem;border:1px solid #e6eefc;border-radius:8px;background:#fff;cursor:pointer;font-weight:700}
.tab.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}
.installment-providers{display:flex;gap:1rem;margin-top:.75rem}
.provider{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #eef6ff;border-radius:8px;background:#fff}
.provider input{margin-left:6px}
.upload-area{margin-top:.5rem;border:1px dashed #d1d5db;padding:0.75rem;border-radius:8px;display:flex;gap:1rem;align-items:center}
.file-label{cursor:pointer;color:#2563eb;font-weight:700}
.preview img{max-width:160px;border-radius:8px;margin-right:.5rem;border:1px solid rgba(0,0,0,0.06)}
.actions-row{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}
.btn-primary{background:#0d4ecf;color:#fff;padding:.75rem 1.25rem;border-radius:8px;border:none;cursor:pointer;box-shadow:0 6px 18px rgba(13,67,161,0.12)}
.btn-outline{background:#fff;border:1px solid #d1d5db;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer}



/* ------------------------------
   Section: Floating Actions
   ------------------------------ */
/* Floating contact actions */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10000;
}

.floating-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .15s ease, box-shadow .15s;
  background: #fff;
}

.floating-btn.whatsapp { background: #25D366; }
.floating-btn.call { background: #1d4ed8; }

.floating-btn:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }



/* ------------------------------
   Section: Logo Link
   ------------------------------ */
/* Logo link */
.logo-section-white .logo-link { display:inline-block; }
.logo-section-white .logo-link img { display:block; max-height:72px; height:auto; }
.logo-section-white .logo-link:focus { outline: 3px solid rgba(37,211,102,0.25); outline-offset:3px; border-radius:6px; }
/* ================================================
   RESPONSIVE BREAKPOINTS (Requested)
   ================================================ */

/* Overrides for this breakpoint */
body { font-size: 14px; }
    .container { padding: 0 0.6rem; }

    .logo-main { font-size: 24px; }
    .logo-subtitle { font-size: 10px; }
    .profile-image-small { width: 48px; height: 48px; }
    .phone-number, .help-text { font-size: 21px; }
    .contact-name { font-size: 15px; }

    .hero-section-blue { padding: 1.75rem 0 5.5rem; }
    .hero-main-title { font-size: 24px; line-height: 1.35; }

    .workflow-steps { gap: 0.6rem; }
    .step-icon { width: 54px; height: 54px; font-size: 24px; }
    .step-title { font-size: 12px; }
    .step-subtitle { font-size: 10px; }

    .insurance-tabs { gap: 0.25rem; }
    .insurance-tab { font-size: 15px; padding: 0.65rem 0.85rem; }
    .search-input { font-size: 14px; padding: 0.75rem 0.9rem; }
    .search-button { font-size: 14px; padding: 0.75rem 0.9rem; }

    .products-section-title { font-size: 16px; text-align: right; }
    .product-name-arabic { font-size: 22px; }
    .product-price-main { font-size: 22px; }

    .img-partner-logo { width: 80px; height: 80px; }

    .footer-socials a { width: 34px; height: 34px; font-size: 1rem; }

    .floating-actions { right: 10px; bottom: 60px; }
    .floating-btn {         width: 40px;
        height: 40px;
        font-size: 20px; }

/* Global compact adjustments (<= 375px) */
    body { font-size: 13px; }
    .container { padding: 0 0.5rem; }

    .top-header-white { padding: 0.75rem 0; }
    .logo-main { font-size: 22px; letter-spacing: 1px; }
    .logo-subtitle { font-size: 10px; }
    .profile-image-small { width: 44px; height: 44px; }
    .phone-number, .help-text { font-size: 20px; }
    .contact-name { font-size: 14px; }

    .hero-section-blue { padding: 1.5rem 0 5rem; }
    .hero-main-title { font-size: 22px; line-height: 1.35; }

    .workflow-steps { gap: 0.5rem; }
    .workflow-step { gap: 0.5rem; }
    .step-icon { width: 48px; height: 48px; font-size: 22px; }
    .step-title { font-size: 11px; }
    .step-subtitle { font-size: 9px; }

    .search-form-section { margin-top: -5rem; }
    .search-form-container { padding: 1rem; }
    .insurance-tabs { gap: 0.2rem; }
    .insurance-tab { font-size: 14px; padding: 0.6rem 0.75rem; }
    .search-input { font-size: 13px; padding: 0.65rem 0.75rem; }
    .search-button { font-size: 13px; padding: 0.7rem 0.9rem; }

    .products-section { padding: 2rem 0; }
    .products-section-title { font-size: 15px; }
    .products-grid { gap: 1rem; }
    .product-card { padding: 1rem; }
    .product-name-arabic { font-size: 20px; }
    .product-price-main { font-size: 20px; }
    .monthly-payment { font-size: 12px; }
    .info-btn { font-size: 11px; }
    .product-button { font-size: 14px; padding: 0.75rem 0.9rem; }

    .img-partner-logo { width: 70px; height: 70px; }
    .partners-title { font-size: 20px; }

    .form-title { font-size: 1rem; }
    .form-container, .contact-form-container { padding: 0.85rem; margin: 0.5rem; }
    .form-input, .form-select { font-size: 13px; padding: 0.7rem; }

    .blog-hero-title { font-size: 1.3rem; }
    .blog-cards-title { font-size: 1.1rem; }

    .faq-hero-title { font-size: 1.3rem; }
    .accordion-title { font-size: 0.85rem; }

    .footer-socials a { width: 30px; height: 30px; font-size: 0.95rem; }

    .floating-actions { right: 8px; bottom: 56px; }
    .floating-btn {         width: 40px;
        height: 40px;
        font-size: 20px; }

    /* General compact adjustments */
    body { font-size: 13px; }
    .container { padding: 0 0.5rem; }

    .top-header-white { padding: 0.7rem 0; }
    .logo-main { font-size: 22px; letter-spacing: 1px; }
    .logo-subtitle { font-size: 10px; }
    .profile-image-small { width: 44px; height: 44px; }
    .phone-number, .help-text { font-size: 20px; }
    .contact-name { font-size: 14px; }

    .hero-section-blue { padding: 1.5rem 0 5rem; }
    .hero-main-title { font-size: 22px; line-height: 1.35; }

    .workflow-steps { gap: 0.5rem; }
    .workflow-step { gap: 0.5rem; }
    .step-icon { width: 48px; height: 48px; font-size: 22px; }
    .step-title { font-size: 11px; }
    .step-subtitle { font-size: 9px; }

    .search-form-section { margin-top: -5rem; }
    .search-form-container { padding: 1rem; }
    .insurance-tabs { gap: 0.2rem; }
    .insurance-tab { font-size: 14px; padding: 0.6rem 0.75rem; }
    .search-input { font-size: 13px; padding: 0.65rem 0.75rem; }
    .search-button { font-size: 13px; padding: 0.7rem 0.9rem; }

    .products-section { padding: 2rem 0; }
    .products-section-title { font-size: 15px; }
    .products-grid { grid-template-columns: 1fr; gap: 1rem; }
    .product-card { padding: 1rem; }
    .product-name-arabic { font-size: 20px; }
    .product-price-main { font-size: 20px; }
    .monthly-payment { font-size: 12px; }
    .info-btn { font-size: 11px; }
    .product-button { font-size: 14px; padding: 0.75rem 0.9rem; }

    .img-partner-logo { width: 70px; height: 70px; }
    .partners-title { font-size: 20px; }

    .card-grid { grid-template-columns: 1fr; }
    .documents-grid { grid-template-columns: 1fr; }

    .form-title { font-size: 1rem; }
    .form-container, .contact-form-container { padding: 0.85rem; margin: 0.5rem; }
    .form-input, .form-select { font-size: 13px; padding: 0.7rem; }

    .blog-hero-title { font-size: 1.3rem; }
    .blog-cards-title { font-size: 1.1rem; }

    .faq-hero-title { font-size: 1.3rem; }
    .accordion-title { font-size: 0.85rem; }

    .footer-socials a { width: 30px; height: 30px; font-size: 0.95rem; }

    .floating-actions { right: 8px; bottom: 56px; }
    .floating-btn {         width: 40px;
        height: 40px;
        font-size: 20px;}

/* Screenshot-aligned adjustments (<= 375px) */
    body { font-size: 14px; }
    .container { padding: 0 1rem; }

    .top-header-white { padding: 0.75rem 0; }
    .header-content-white { min-height: 56px; }
    .logo-section-white .logo-link img { max-height: 34px; }
    .logo-main { font-size: 20px; letter-spacing: 1px; }
    .logo-subtitle { font-size: 10px; }
    .profile-image-small { width: 40px; height: 40px; border-width: 2px; }
    .phone-icon-green { width: 22px; height: 22px; font-size: 12px; border-width: 2px; }
    .phone-number {font-weight: 900;font-size: 14px; }
    .contact-name { font-size: 11px; }
    .contact-info { gap: 0.5rem; }

    .hero-section-blue { padding: 1.75rem 0 5rem; height: auto; }
    .hero-main-title { font-size: 22px; line-height: 1.35; }

    .contact-hero, .faq-hero { padding: 2rem 0; }
    .contact-hero-title, .faq-hero-title { font-size: 20px; }

    .workflow-steps { gap: 0.5rem; }
    .workflow-step { gap: 0.5rem; }
    .step-icon { width: 48px; height: 48px; font-size: 22px; }
    .step-title { font-size: 11px; }
    .step-subtitle { font-size: 9px; }

    .search-form-section { margin-top: -5rem; }
    .search-form-container { padding: 1rem; border-radius: 12px 12px 0 0; }
    .insurance-tabs { gap: 0.25rem; }
    .insurance-tab { font-size: 14px; padding: 0.6rem 0.75rem; }
    .search-input { font-size: 13px; padding: 0.7rem 0.75rem; }
    .search-button { font-size: 13px; padding: 0.7rem 0.9rem; }

    .products-section { padding: 2rem 0; }
    .products-section-title { font-size: 15px; }
    .products-grid { grid-template-columns: 1fr; gap: 1rem; }
    .product-card { padding: 1rem; border-radius: 12px; }
    .product-name-arabic { font-size: 20px; }
    .product-price-main { font-size: 20px; }
    .monthly-payment { font-size: 12px; }
    .info-btn { font-size: 11px; padding: 0.45rem 0.6rem; }
    .product-button { font-size: 14px; padding: 0.75rem 0.9rem; }

    .partners-section { padding: 0.75rem 0; }
    .partners-title { font-size: 18px; }
    .img-partner-logo { width: 70px; height: 70px; }

    .form-section { margin-top: -70px; padding: 2rem 0 2.5rem; }
    .form-container { padding: 1rem; margin: 0.5rem; border-radius: 12px; }
    .form-title { font-size: 1rem; }
    .form-label { font-size: 12px; }
    .form-input, .form-select { font-size: 13px; padding: 0.75rem; border-radius: 10px; }
    .button-group { gap: 0.5rem; }

    .card-grid { grid-template-columns: 1fr; }
    .documents-grid { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -70px; padding: 0.9rem; }
    .medical-layout { grid-template-columns: 1fr; }
    .plan-name { font-size: 1.1rem; }
    .plan-price { font-size: 1.4rem; }

    .contact-form-section { padding: 2rem 0; }
    .contact-form-container { padding: 1.25rem; margin: 0.75rem; border-radius: 12px; }
    .contact-form-section .form-label { font-size: 13px; }
    .contact-form-section .form-input,
    .contact-form-section .form-select,
    .contact-form-section textarea { font-size: 13px; padding: 0.8rem; border-radius: 10px; }
    .contact-btn { font-size: 15px; padding: 0.85rem; }
    .faq-container { padding: 0 1rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-title { font-size: 13px; }
    .accordion-body { padding: 1rem; font-size: 13px; }

    .blog-hero-title { font-size: 1.3rem; }
    .blog-cards-title { font-size: 1.1rem; }

    .blog-footer-content { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
    .footer-section h3 { font-size: 0.95rem; }
    .footer-section a, .footer-section li { font-size: 0.85rem; }
    .footer-logo { width: 120px; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 1rem; }
    .footer-socials a { width: 30px; height: 30px; font-size: 0.95rem; }

    .floating-actions { right: 8px; bottom: 56px; }
    .floating-btn {        width: 40px;
        height: 40px;
        font-size: 20px; }

/* Screenshot-aligned adjustments (<= 375px) */
    body { font-size: 14px; }
    .container { padding: 0 1rem; }

    .top-header-white { padding: 0.75rem 0; }
    .header-content-white { min-height: 56px; }
    .logo-section-white .logo-link img {display: none; max-height: 34px; }
    .logo-main { font-size: 20px; letter-spacing: 1px; }
    .logo-subtitle { font-size: 10px; }
    .profile-image-small { width: 60px; height: 60px; border-width: 2px; }
    .phone-icon-green { width: 22px; height: 22px; font-size: 12px; border-width: 2px; }
     .help-text {display: none; font-size: 12px; }
    .contact-name {font-weight: 700;
        font-size: 12px;}
    .contact-info { gap: 3rem; }

    .hero-section-blue { padding: 1.75rem 0 5rem; height: auto; }
    .hero-main-title { font-size: 22px; line-height: 1.35; }

    .contact-hero, .faq-hero { padding: 2rem 0; }
    .contact-hero-title, .faq-hero-title { font-size: 20px; }

    .workflow-steps { gap: 0.5rem; }
    .workflow-step { gap: 0.5rem; }
    .step-icon { width: 48px; height: 48px; font-size: 22px; }
    .step-title { font-size: 11px; }
    .step-subtitle { font-size: 9px; }

    .search-form-section { margin-top: -5rem; }
    .search-form-container { padding: 1rem; border-radius: 12px 12px 0 0; }
    .insurance-tabs { gap: 0.25rem; }
    .insurance-tab { font-size: 12px; padding: 0.6rem 0.75rem; }
    .search-input { font-size: 13px; padding: 0.7rem 0.75rem; }
    .search-button { font-size: 13px; padding: 0.7rem 0.9rem; }

    .products-section { padding: 2rem 0; }
    .products-section-title { font-size: 15px; }
    .products-grid { grid-template-columns: 1fr; gap: 1rem; }
    .product-card { padding: 1rem; border-radius: 12px; }
    .product-name-arabic { font-size: 20px; }
    .product-price-main { font-size: 20px; }
    .monthly-payment { font-size: 12px; }
    .info-btn { font-size: 11px; padding: 0.45rem 0.6rem; }
    .product-button { font-size: 14px; padding: 0.75rem 0.9rem; }

    .partners-section { padding: 0.75rem 0; }
    .partners-title { font-size: 18px; }
    .img-partner-logo { width: 75px; height: 75px; }

    .form-section { margin-top: -70px; padding: 2rem 0 2.5rem; }
    .form-container { padding: 1rem; margin: 0.5rem; border-radius: 12px; }
    .form-title { font-size: 1rem; }
    .form-label { font-size: 12px; }
    .form-input, .form-select { font-size: 13px; padding: 0.75rem; border-radius: 10px; }
    .button-group { gap: 0.5rem; }

    .card-grid { grid-template-columns: 1fr; }
    .documents-grid { grid-template-columns: 1fr; }

    .medical-layout-wrapper { margin-top: -126px; padding: 0.25rem; }
    .medical-layout { grid-template-columns: 1fr; }
    .plan-name { font-size: 1.1rem; }
    .plan-price { font-size: 1.4rem; }

    .contact-form-section { padding: 2rem 0; }
    .contact-form-container { padding: 1.25rem; margin: 0.75rem; border-radius: 12px; }
    .contact-form-section .form-label { font-size: 13px; }
    .contact-form-section .form-input,
    .contact-form-section .form-select,
    .contact-form-section textarea { font-size: 13px; padding: 0.8rem; border-radius: 10px; }
    .contact-btn { font-size: 15px; padding: 0.85rem; }
    .faq-container { padding: 0 1rem; }
    .accordion-header { padding: 0.01rem; }
    .accordion-title { font-size: 13px; }
    .accordion-body { padding: 1rem; font-size: 13px; }
    .blog-hero-title { font-size: 1.3rem; }
    .blog-cards-title { font-size: 1.1rem; }

    .blog-footer-content { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
    .footer-section h3 { font-size: 0.95rem; }
    .footer-section a, .footer-section li { font-size: 0.85rem; }
    .footer-logo { width: 120px; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 1rem; }
    .footer-socials a { width: 30px; height: 30px; font-size: 0.95rem; }

    .floating-actions { right: 8px; bottom: 56px; }
    .floating-btn {        width: 40px;
        height: 40px;
        font-size: 20px; }

    /* Banner */
    .banner-top {
        max-width: 100%;
        margin: 1rem auto;
        padding: 0 0.8rem;
    }

    .banner-top-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        object-fit: cover;
    }

    /* Blog hero split background (top half only) */
    .blog-hero-section {
        background: transparent;
        position: relative;
    }

    .blog-hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: #0b2a4a;
        z-index: 0;
    }

    .blog-hero-content {
        position: relative;
        z-index: 1;
    }
    
    .scroll-to-top{
        position: fixed;
    bottom: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: rgb(59, 130, 246);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: block;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    transition: 0.3s;
    }
}
