/* -------------------------------------------------------------
   AISouq CCTV Landing Page - Main Styles
   ------------------------------------------------------------- */

/* Reset and Core Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1f2937;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    background: radial-gradient(circle at 10% 20%, rgb(248 216 255 / 40%) 0%, rgba(255, 255, 255, 0.6) 100%);
    position: relative;
    min-height: 70vh;
}

/* Left Content Column */
.hero-content {
    max-width: 100%;
}

/* SIRA & ADMCC Badge */
.badge-container {
    display: inline-block;
}

.badge-sira-admcc {
    background-color: #fdf2f8; /* Very light pink/purple tint */
    color: #d14d9a; /* Bright purple/pink color */
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 50px;
    letter-spacing: 0.2px;
    border: 1px solid rgba(209, 77, 154, 0.1);
    box-shadow: 0 2px 10px rgba(209, 77, 154, 0.05);
}

.badge-sira-admcc i {
    font-size: 1rem;
    color: #d14d9a;
}

/* Hero Title */
.hero-title {
    color: #1e3a8a; /* Deep navy blue */
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

/* Hero Description */
.hero-description {
    color: #4b5563; /* Muted gray */
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}

/* Feature Cards Grid */
.features-grid .col {
    margin-bottom: 0.5rem;
}

.feature-card {
    background-color: #ffffff;
    border: 1.5px solid rgba(209, 77, 154, 0.12); /* Subtle pink/purple border */
    border-radius: 16px;
    padding: 0.5rem 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(209, 77, 154, 0.08);
    border-color: rgba(209, 77, 154, 0.25);
}

.feature-icon-wrapper {
    background: linear-gradient(135deg, #fdf2f8 0%, #fae8ff 100%);
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d14d9a;
    font-size: 1.4rem;
}

.feature-text-wrapper {
    display: flex;
    flex-direction: column;
}

.feature-value {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1e3a8a;
    line-height: 1.2;
}

.feature-label {
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.2;
}


/* Right Hikvision Promo Card */
.hikvision-promo-card {
    width: 100%;
    max-width: 380px;
    background-color: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Promo Top Section */
.promo-top-section {
    background-color: #f3f4f6; /* Very light gray */
    padding: 2.5rem 2rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Brand Logo (HIKVISION) */
.brand-logo {
    font-size: 2.2rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
    line-height: 1;
    user-select: none;
}

.logo-red {
    color: #d3121a; /* Hikvision Red */
}

.logo-gray {
    color: #4b5563; /* Dark gray */
}

.logo-registered {
    font-size: 0.8rem;
    vertical-align: super;
    font-weight: 600;
    margin-left: 2px;
    font-style: normal;
    color: #4b5563;
}

/* Promo Image Container */
.promo-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: -1rem; /* Overlaps with red wavy bottom section */
    position: relative;
    z-index: 5;
    transition: transform 0.3s ease;
}

.promo-image {
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.hikvision-promo-card:hover .promo-image-container {
    transform: scale(1.04);
}

/* Promo Bottom Section */
.promo-bottom-section {
    background-color: #d3121a; /* Hikvision Red */
    padding: 3rem 2rem 2.5rem 2rem;
    position: relative;
    z-index: 2;
    margin-top: -1px; /* Prevents tiny gaps */
}

/* Wave Background Shape */
.wave-container {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 48px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.wave-svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Promo Bottom Content */
.promo-bottom-content {
    position: relative;
    z-index: 3;
}

.promo-tagline {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.2px;
}

/* Shop Now Button */
.btn-shop-now {
    background-color: #ffffff;
    color: #d3121a;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.75rem 2.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-shop-now:hover {
    background-color: #f8fafc;
    color: #be123c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-shop-now:active {
    transform: translateY(0);
}

/* Brand Slider Card */
.brand-slider-card {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Brand Slider */
.brand-slider {
    width: 100%;
}

.slider-item {
    border-radius: 12px;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-item img {
    width: 100%;
    border-radius: 15px;
}

.hero-static-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-slider .slick-dots {
    bottom: -24px;
}

.brand-slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 10px;
    opacity: 0.6;
}

.brand-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.brand-slider .slick-prev,
.brand-slider .slick-next {
    width: 24px;
    height: 24px;
    z-index: 5;
}

.brand-slider .slick-prev:before,
.brand-slider .slick-next:before {
    color: #ffffff;
    font-size: 20px;
}

.brand-slider .slick-prev {
    left: -12px;
}

.brand-slider .slick-next {
    right: -12px;
}


/* -------------------------------------------------------------
   Services Section (SIRA Dubai Section)
   ------------------------------------------------------------- */
.services-section {
    background-color: #fffcff; /* Premium soft warm off-white */
}

.services-tag {
    color: #d14d9a; /* Clean orange */
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
}

.services-title {
    color: #111827; /* Near black */
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.services-subtitle {
    color: #6b7280; /* Muted slate gray */
    font-size: 1.1rem;
    font-weight: 400;
}

/* Service Cards */
.service-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.1);
}

/* Service Icons */
.service-icon-wrapper {
    width: 42px;
    height: 42px;
    background-color: #fcecfd; /* Soft gray/blue circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155; /* Dark gray icon color */
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrapper {
    background-color: #e2e8f0;
    color: #1e293b;
    transform: scale(1.05);
}

.service-card-title {
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

.service-card-text {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #6b7280;
}

/* Process Section */
.process-section {
    background-color: #ffffff;
}

.process-label {
    display: block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.process-title {
    color: #111827;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.process-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.process-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.process-number {
    position: absolute;
    top: -16px;
    left: 20px;
    width: 32px;
    height: 32px;
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.process-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.process-card-title {
    color: #111827;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-card-text {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 0;
}

/* Process Steps Section */
.process-steps-section {
    background-color: #ffffff;
}

.process-steps-label {
    display: block;
    color: #ca4a95;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.process-steps-title {
    color: #111827;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    max-width: 420px;
    margin-bottom: 1rem;
}

.process-steps-subtitle {
    color: #6b7280;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.process-steps-image {
    border-radius: 20px;
    overflow: hidden;
}

.process-steps-image img {
    width: 100%;
    height: 395px;
    display: block;
    object-fit: cover;
}

.process-steps-list {
    position: relative;
}

.process-steps-list::before {
    content: '';
    position: absolute;
    top: 18px;
    bottom: 45px;
    left: 17px;
    border-left: 2px dotted #f2d3e6;
    z-index: 1;
}

.process-step {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 3rem;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #f2d3e6;
    color: #cc5e9c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    z-index: 2;
}

.process-step-content {
    flex: 1;
    padding-top: 0.25rem;
}

.process-step-title {
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-step-text {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .process-steps-title {
        font-size: 2rem;
    }

    .process-steps-list::before {
        left: 17px;
    }
}

/* FAQ Section */
.faq-section {
    background-color: #f9fafb;
}

.faq-label {
    display: block;
    color: #cc5e9c;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.75rem;
}

.faq-title {
    color: #111827;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.faq-accordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.faq-accordion .accordion-button {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: #e5e7eb;
}

.faq-accordion .accordion-body {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0 1.5rem 1.5rem;
}

.faq-accordion .accordion-button::after {
    background-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
}

@media (max-width: 767.98px) {
    .faq-title {
        font-size: 1.6rem;
    }

    .faq-accordion .accordion-button {
        font-size: 0.95rem;
        padding: 1rem 1.25rem;
    }

    .faq-accordion .accordion-body {
        padding: 0 1.25rem 1.25rem;
    }
}

/* UAE CCTV Support Section */
.uae-support-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.uae-support-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 90% 10%, rgba(209, 77, 154, 0.06) 0%, transparent 35%);
    pointer-events: none;
}

.uae-support-label {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.uae-support-title {
    color: #1a1a2e;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 700px;
    margin-bottom: 1rem;
}

.uae-support-subtitle {
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 760px;
    margin-bottom: 3rem;
}

.uae-support-grid {
    position: relative;
    z-index: 1;
}

.uae-support-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 1.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.uae-support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.uae-support-card .card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background-color: rgba(209, 77, 154, 0.1);
    color: #d14d9a;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.uae-support-card h4 {
    color: #1a1a2e;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.uae-support-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.uae-support-featured {
    background-color: #1a1a2e;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.uae-support-featured img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.uae-support-featured .overlay {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, rgba(26, 26, 46, 0.92) 0%, rgba(26, 26, 46, 0.5) 60%, transparent 100%);
    padding: 2rem;
    margin-top: auto;
}

.uae-support-featured .overlay .badge-emirate {
    display: inline-block;
    background-color: #d14d9a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.uae-support-featured .overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .uae-support-title {
        font-size: 1.85rem;
    }

    .uae-support-featured {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .uae-support-title {
        font-size: 1.55rem;
    }

    .uae-support-subtitle {
        font-size: 0.95rem;
    }

    .uae-support-card {
        padding: 1.25rem;
    }
}

/* Industries We Safeguard Section */
.industries-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.industries-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(209, 77, 154, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.industries-label {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.15);
    border-radius: 50px;
}

.industries-title {
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 600px;
    margin: 0 auto 1rem;
}

.industries-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 700px;
    margin: 0 auto 0;
}

.industry-card {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.industry-card:hover {
    transform: translateY(-6px);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

.industry-card .card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: rgba(209, 77, 154, 0.15);
    color: #d14d9a;
    font-size: 1.6rem;
    margin: 0 auto 1.25rem;
}

.industry-card h4 {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .industries-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 767.98px) {
    .industries-title {
        font-size: 1.55rem;
    }

    .industry-card {
        padding: 1.25rem;
    }
}

/* Industries Access Control Section */
.industries-access-section {
    background-color: #f9fafb;
    position: relative;
    overflow: hidden;
}

.industries-access-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(209, 77, 154, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.industries-access-label {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.industries-access-title {
    color: #111827;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.industries-access-subtitle {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.industries-access-image {
    margin-top: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.industries-access-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.industries-access-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.industries-access-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
    border-color: rgba(209, 77, 154, 0.15);
}

.industries-access-card .card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background-color: rgba(209, 77, 154, 0.1);
    color: #d14d9a;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.industries-access-card h4 {
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.industries-access-card p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .industries-access-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 767.98px) {
    .industries-access-title {
        font-size: 1.55rem;
    }

    .industries-access-card {
        padding: 1.25rem;
    }

    .industries-access-image img {
        height: 220px;
    }
}

/* Industries We Serve Section (index.html) */
.industries-serve-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.industries-serve-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(209, 77, 154, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.industries-serve-label {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.industries-serve-title {
    color: #111827;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.industries-serve-subtitle {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.industries-serve-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    min-height: 150px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.industries-serve-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
    border-color: rgba(209, 77, 154, 0.15);
}

.industries-serve-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(209, 77, 154, 0.1);
    color: #d14d9a;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.industries-serve-card-title {
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .industries-serve-title {
        font-size: 1.55rem;
    }

    .industries-serve-card {
        padding: 1.25rem 0.75rem;
        min-height: 130px;
    }
}

/* Why Choose Us Section */
.why-choose-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-label {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.why-choose-title {
    color: #111827;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.why-choose-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-align: center;
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
    border-color: rgba(209, 77, 154, 0.15);
}

.why-choose-card .card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: rgba(209, 77, 154, 0.1);
    color: #d14d9a;
    font-size: 1.6rem;
    margin: 0 auto 1.25rem;
}

.why-choose-card p {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .why-choose-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 767.98px) {
    .why-choose-title {
        font-size: 1.55rem;
    }

    .why-choose-card {
        padding: 1.25rem;
    }
}

/* Areas We Serve Section */
.areas-serve-section {
    background-color: #f9fafb;
    position: relative;
    overflow: hidden;
}

.areas-serve-section::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(209, 77, 154, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.areas-serve-label {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.areas-serve-title {
    color: #111827;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.area-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.area-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
    border-color: rgba(209, 77, 154, 0.15);
}

.area-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.area-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: rgba(209, 77, 154, 0.1);
    color: #d14d9a;
    font-size: 1.35rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.area-card h3 {
    color: #111827;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.area-card p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .areas-serve-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 767.98px) {
    .areas-serve-title {
        font-size: 1.55rem;
    }

    .area-card {
        padding: 1.5rem;
    }
}

/* ADMCC Services Section */
.admcc-services-section {
    background: linear-gradient(135deg, #fffcff 0%, #f9fbfb 100%);
    position: relative;
    overflow: hidden;
}

.admcc-badge {
    background-color: #0f766e;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
}

.admcc-services-title {
    color: #0f172a;
    font-size: 2.25rem;
}

.admcc-service-card {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(15, 118, 110, 0.06);
    border: 1px solid rgba(15, 118, 110, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    align-items: stretch;
}

.admcc-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.12);
}

.admcc-card-img-col {
    width: 110px;
    flex-shrink: 0;
}

.admcc-card-img-vertical {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.admcc-card-content {
    flex-grow: 1;
}

.admcc-card-title {
    font-size: 1.15rem;
    line-height: 1.3;
    color: #0f172a;
}

.admcc-card-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
}

.admcc-featured-image-wrapper {
    position: relative;
    height: 100%;
}

.admcc-featured-image-wrapper img {
    height: 100%;
    max-height: 520px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .admcc-services-title {
        font-size: 1.85rem;
    }
    
    .admcc-featured-image-wrapper {
        margin-top: 2rem;
    }
}

/* Solutions Across UAE Emirates Section - Elegant Two-Column Split Layout */
.solutions-emirates-section {
    background: #f8fafc;
    position: relative;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

.solutions-emirates-tag {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.solutions-emirates-title {
    color: #0f172a;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.solutions-emirates-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

.solutions-list-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.04);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.01);
}

.solutions-list-card:hover {
    transform: translateX(8px);
    border-color: rgba(209, 77, 154, 0.2);
    box-shadow: 0 12px 30px rgba(209, 77, 154, 0.05);
}

.solutions-icon-box {
    width: 56px;
    height: 56px;
    background-color: rgba(209, 77, 154, 0.06);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d14d9a;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.solutions-list-card:hover .solutions-icon-box {
    background-color: #d14d9a;
    color: #ffffff;
    transform: scale(1.05);
}

.solutions-card-title {
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 700;
}

.solutions-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
}

/* Cabling & Intercom 6-Step Installation Process */
.cabling-process-section {
    background-color: #ffffff;
    position: relative;
}

.cabling-process-tag {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.cabling-process-title {
    color: #0f172a;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.cabling-process-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 20px;
    padding: 2.25rem 1.75rem;
    position: relative;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.cabling-process-card:hover {
    transform: translateY(-5px);
    border-color: rgba(209, 77, 154, 0.25);
    box-shadow: 0 15px 30px rgba(209, 77, 154, 0.05);
}

.cabling-process-number-badge {
    position: absolute;
    top: -10px;
    right: 24px;
    font-size: 2.75rem;
    font-weight: 900;
    color: rgba(209, 77, 154, 0.06);
    line-height: 1;
    transition: all 0.3s ease;
    user-select: none;
}

.cabling-process-card:hover .cabling-process-number-badge {
    color: rgba(209, 77, 154, 0.15);
    transform: scale(1.1);
}

.cabling-process-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(209, 77, 154, 0.05);
    color: #d14d9a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.cabling-process-card:hover .cabling-process-icon {
    background-color: #d14d9a;
    color: #ffffff;
}

.cabling-process-card-title {
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 700;
}

.cabling-process-card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
}

/* IT Solutions Intro Section */
.it-intro-section {
    background-color: #ffffff;
    position: relative;
}

.it-intro-tag {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.it-intro-title {
    color: #0f172a;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.25;
}

.it-intro-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #475569;
}

.it-intro-feature-box {
    background: #f8fafc;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.04);
}

.it-intro-feature-item {
    padding: 1.5rem;
}

.it-intro-feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.04);
}

.it-intro-feature-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(209, 77, 154, 0.06);
    color: #d14d9a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.it-intro-feature-title {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
}

/* Cybersecurity Section Styles - Premium Tech Theme */
.cyber-section {
    background-color: #0f172a;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.cyber-badge {
    display: inline-flex;
    align-items: center;
    color: #38bdf8;
    background-color: rgba(56, 189, 248, 0.08);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    border: 1px solid rgba(56, 189, 248, 0.15);
}

.cyber-pulse-dot {
    width: 6px;
    height: 6px;
    background-color: #4ade80;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
    animation: cyber-pulsing 1.5s infinite;
}

@keyframes cyber-pulsing {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
    }
}

.cyber-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.25;
}

.cyber-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #94a3b8;
}

.cyber-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
}

.cyber-grid-card {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cyber-grid-card:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(209, 77, 154, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.cyber-icon-box {
    width: 44px;
    height: 44px;
    background-color: rgba(209, 77, 154, 0.08);
    color: #d14d9a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.cyber-grid-card:hover .cyber-icon-box {
    background-color: #d14d9a;
    color: #ffffff;
    transform: scale(1.05);
}

.cyber-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #f1f5f9;
}

/* Why Choose US Section Styles */
.why-choose-section {
    background-color: #f8fafc;
}

.why-choose-tag {
    display: inline-block;
    color: #d14d9a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    background-color: rgba(209, 77, 154, 0.08);
    border-radius: 50px;
}

.why-choose-title {
    color: #0f172a;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.why-choose-card {
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -2px rgba(0, 0, 0, 0.01);
}

.why-choose-card:hover {
    transform: translateY(-5px);
    border-color: rgba(209, 77, 154, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.why-choose-icon-wrapper {
    width: 48px;
    height: 48px;
    background-color: rgba(209, 77, 154, 0.06);
    color: #d14d9a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
    transition: all 0.25s ease;
}

.why-choose-card:hover .why-choose-icon-wrapper {
    background-color: #d14d9a;
    color: #ffffff;
}

.why-choose-card-title {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* Brand Solutions Card Styles */
.brand-solutions-section {
    background-color: #ffffff;
}

.brand-solution-card {
    background-color: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.04);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-solution-card:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    border-color: rgba(209, 77, 154, 0.15);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.brand-solution-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(209, 77, 154, 0.08);
    color: #d14d9a;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
    transition: all 0.3s ease;
}

.brand-solution-card:hover .brand-solution-icon {
    background-color: #d14d9a;
    color: #ffffff;
}

.brand-solution-card-title {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 700;
}

/* Smart Home CCTV Section */
.smart-home-section {
    background-color: #f8fafc;
}

.smart-home-feature-box {
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.03);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
}

.smart-home-feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    border-color: rgba(209, 77, 154, 0.1);
}

.smart-home-icon-box {
    width: 48px;
    height: 48px;
    background-color: rgba(209, 77, 154, 0.08);
    color: #d14d9a;
    border-radius: 12px;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.smart-home-image-wrapper {
    height: 480px;
    width: 100%;
}

.smart-home-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .smart-home-image-wrapper {
        height: 350px;
    }
}

/* Problems We Fix Section */
.problems-section {
    background-color: #ffffff;
}

.problem-card {
    background-color: #fff8f8;
    border: 1px solid rgba(220, 53, 69, 0.05);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.problem-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.05);
    background-color: #ffffff;
    border-color: rgba(220, 53, 69, 0.2);
}

.problem-icon-wrapper {
    width: 36px;
    height: 36px;
    background-color: rgba(220, 53, 69, 0.08);
    color: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.problem-card:hover .problem-icon-wrapper {
    background-color: #dc3545;
    color: #ffffff;
}

.problem-text {
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Why Choose AI Souq Section */
.why-choose-souq-section {
    background-color: #f8fafc;
}

.why-choose-souq-card {
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.04);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-souq-card:hover {
    transform: translateY(-3px);
    border-color: rgba(209, 77, 154, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.why-choose-souq-icon-box {
    width: 44px;
    height: 44px;
    background-color: rgba(209, 77, 154, 0.08);
    color: #d14d9a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.why-choose-souq-card:hover .why-choose-souq-icon-box {
    background-color: #d14d9a;
    color: #ffffff;
}

.why-choose-souq-card-title {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.why-choose-souq-footer-box {
    background-color: #ffffff;
    border-left: 0px solid #d14d9a;
    border-radius: 16px
}

