/* ============================================
   English Custom Styles - Orontes Agro
   ============================================ */

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Offset for fixed navbar */
}

/* Navbar Active State Enhancement */
.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link.active {
    color: #db0c26 !important;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #004473;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        width: 0;
        left: 50%;
    }
    to {
        width: 100%;
        left: 0;
    }
}

/* About Box Icons */
.about-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
}

.about-box-icon svg {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    fill: #c5a47e;
    transition: all 0.3s ease;
}

.about-box-icon svg * {
    fill: currentColor !important;
}

.about-box-icon i {
    font-size: 70px;
    color: #c5a47e;
    transition: all 0.3s ease;
}

.about .item:hover .about-box-icon svg,
.about .item:hover .about-box-icon i {
    color: #fff;
    fill: #fff;
    transform: scale(1.1);
}

/* Service SVG Icons */
.service-icon-svg {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 70px;
    height: 70px;
    margin: 0 0 20px 0;
}

.service-icon-svg svg {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    fill: currentColor;
    transition: all 0.3s ease;
    display: block;
    margin: 0;
}

.service-icon-svg svg * {
    fill: currentColor !important;
}

.services .item:hover .service-icon-svg svg {
    transform: scale(1.15);
    color: #fff;
}

.services .item.active .service-icon-svg svg {
    color: #fff;
}

/* Ensure consistent icon sizing and centering */
.services .icon-1 {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.services .icon-1 i.icon {
    font-size: 70px !important;
    display: block;
    text-align: left;
    margin: 0;
}

/* Service Item Content Spacing */
.services .item {
    margin-bottom: 30px;
    height: 100%;
}

.services .item .wrap {
    padding: 45px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services .item .con {
    text-align: left;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.services .item .con h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
}

.services .item .con p {
    margin-bottom: 25px;
    line-height: 1.8;
    flex: 1;
    text-align: left;
}

.services .item .icon-2 {
    margin-top: auto;
    text-align: left;
}

.services .item .numb {
    margin-top: 20px;
}

/* Audiowide Font */
@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/audiowide-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-wrapper .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

/* Apply English Fonts */
body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, div,
.navbar, .nav-link,
.btn, button,
input, textarea, select {
    font-family: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Improve Headings */
h1, h2, h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

h4, h5, h6 {
    font-weight: 600;
    letter-spacing: -0.3px;
}

/* Improve Text */
p, span, a, li {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

/* Improve Buttons */
.btn, .btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Improve Navigation */
.navbar-nav .nav-link {
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* LTR Fixes */
.navbar-nav {
    text-align: left;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

/* Improve Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    text-align: left;
    direction: ltr;
}

/* Improve Footer */
.footer {
    text-align: left;
}

.footer ul {
    padding-left: 0;
}

/* Numbers */
.numb {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Search Input */
.search-input {
    text-align: left;
    direction: ltr;
}

/* Hero Slider Overlay - Industrial Blue/Gray (Darker) */
.header.slider-fade .item.bg-img::before {
    background: linear-gradient(135deg, 
        rgba(0, 68, 115, 0.92) 0%,      /* أزرق صناعي غامق جداً */
        rgba(44, 62, 80, 0.88) 50%,     /* رمادي معدني غامق */
        rgba(0, 68, 115, 0.92) 100%     /* أزرق صناعي غامق جداً */
    ) !important;
}

/* Page Header Styling (About, Contact, etc.) */
.header.pages-header {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.pages-header .caption {
    padding: 80px 0;
}

.header.pages-header .caption h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
}

.header.pages-header .butn-light {
    display: inline-block;
}

.header.pages-header .butn-light a {
    display: inline-block;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.header.pages-header .butn-light a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Alternative: Pure Industrial Gray (Darker) */
/* .header.slider-fade .item.bg-img::before {
    background: linear-gradient(135deg, 
        rgba(52, 73, 94, 0.92) 0%,
        rgba(44, 62, 80, 0.88) 50%,
        rgba(52, 73, 94, 0.92) 100%
    ) !important;
} */

/* Alternative: Metallic Blue (Darker) */
/* .header.slider-fade .item.bg-img::before {
    background: linear-gradient(135deg, 
        rgba(41, 128, 185, 0.88) 0%,
        rgba(0, 68, 115, 0.90) 50%,
        rgba(41, 128, 185, 0.88) 100%
    ) !important;
} */

/* Hero Section Typography */
.header.slider-fade .caption h1 {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 25px !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.header.slider-fade .caption h1 span {
    color: #004473;
    font-weight: 800;
}

.header.slider-fade .caption p {
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.header.slider-fade .caption .btn-1 {
    font-size: 1rem;
    padding: 15px 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

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

/* Mobile Responsive */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    .site-name-text {
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    
    /* Hero Section Mobile */
    .header.slider-fade .caption h1 {
        font-size: 1.8rem !important;
        line-height: 1.4 !important;
        margin-bottom: 18px !important;
        max-width: 100%;
    }
    
    .header.slider-fade .caption p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
        max-width: 100%;
    }
    
    .header.slider-fade .caption .btn-1 {
        font-size: 0.9rem !important;
        padding: 12px 32px !important;
    }
    
    /* Service Icons Mobile */
    .service-icon-svg {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 15px auto !important;
    }
    
    .service-icon-svg svg {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
    }
    
    .services .icon-1 {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto 15px auto !important;
    }
    
    .services .icon-1 i.icon {
        font-size: 50px !important;
    }
    
    .services .item .wrap {
        padding: 35px 25px !important;
    }
    
    .services .item .con h4 {
        margin-top: 8px !important;
        margin-bottom: 12px !important;
        font-size: 1.2rem !important;
    }
    
    .services .item .con p {
        margin-bottom: 18px !important;
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }
    
    .services .item .numb {
        margin-top: 15px !important;
    }
    
    /* About Box Icons Mobile */
    .about-box-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 15px auto !important;
    }
    
    .about-box-icon svg {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
    }
    
    .about-box-icon i {
        font-size: 50px !important;
    }
    
    /* Page Header Mobile */
    .header.pages-header {
        min-height: 300px !important;
    }
    
    .header.pages-header .caption {
        padding: 60px 0 !important;
    }
    
    .header.pages-header .caption h1 {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }
    
    .header.pages-header .butn-light a {
        padding: 10px 25px !important;
        font-size: 0.9rem !important;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    .header.slider-fade .caption h1 {
        font-size: 2.8rem !important;
        line-height: 1.35 !important;
    }
    
    .header.slider-fade .caption p {
        font-size: 1.1rem !important;
    }
    
    /* Page Header Tablet */
    .header.pages-header .caption h1 {
        font-size: 2.8rem !important;
    }
}

/* About Page Vision/Mission Icons in Headings */
.vision-box h3 svg,
.mission-box h3 svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #004473;
}

.vision-box h3 span,
.mission-box h3 span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Responsive Vision/Mission Icons */
@media (max-width: 768px) {
    .vision-box h3 svg,
    .mission-box h3 svg {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Large Desktop */
@media (min-width: 1400px) {
    .header.slider-fade .caption h1 {
        font-size: 4rem !important;
        max-width: 1000px;
    }
    
    .header.slider-fade .caption p {
        font-size: 1.3rem !important;
        max-width: 850px;
    }
}

/* Banner Header for Services Page */
.banner-header {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-header .v-middle {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.banner-header .caption {
    padding: 100px 0 80px;
}

.banner-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.banner-header .breadcrumbs {
    margin-top: 25px;
    font-size: 1rem;
}

.bg-img-position-top {
    background-position: center top !important;
}

/* Services Active State - First Item */
.services .item.active {
    background: linear-gradient(135deg, #004473 0%, #0066aa 100%);
}

.services .item.active .con h4,
.services .item.active .con p {
    color: #fff;
}

.services .item.active .icon-1 i,
.services .item.active .service-icon-svg svg {
    color: #fff;
}

.services .item.active .numb {
    color: rgba(255, 255, 255, 0.1);
}

.services .item.active .icon-2 a svg {
    color: #fff;
}

/* Responsive Banner Header */
@media (max-width: 768px) {
    .banner-header {
        min-height: 320px !important;
    }
    
    .banner-header .v-middle {
        min-height: 320px !important;
    }
    
    .banner-header .caption {
        padding: 60px 0 !important;
    }
    
    .banner-header h1 {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }
    
    .banner-header .breadcrumbs {
        font-size: 0.9rem !important;
        margin-top: 20px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner-header {
        min-height: 380px !important;
    }
    
    .banner-header .v-middle {
        min-height: 380px !important;
    }
    
    .banner-header .caption {
        padding: 80px 0 !important;
    }
    
    .banner-header h1 {
        font-size: 2.8rem !important;
    }
}

/* ============================================
   Services Sidebar List - Enhanced Styling
   ============================================ */

/* Fix sidebar widget positioning */
/* Reset the negative margin applied globally in theme */
.sidebar .sidebar-widget .widget-inner {
    margin-top: 0 !important;
}

/* Services widget padding refinement */
.sidebar .sidebar-widget.services .widget-inner {
    padding: 30px !important;
}

/* Services List Container */
.sidebar .sidebar-widget.services ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

/* Individual Service Item */
.sidebar .sidebar-widget.services ul li {
    position: relative;
    display: block;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
    padding: 0;
}

/* Service Link Styling */
.sidebar .sidebar-widget.services ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1b1b1b !important;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
    line-height: 1.5 !important;
    min-height: auto !important;
}

/* Arrow Icon */
.sidebar .sidebar-widget.services ul li a:after {
    content: '\f105' !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #db0c26;
    opacity: 1 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin-left: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Hover State */
.sidebar .sidebar-widget.services ul li:hover a {
    background: #db0c26;
    color: #fff !important;
    transform: translateX(5px);
    border-color: #db0c26;
    box-shadow: 0 4px 12px rgba(219, 12, 38, 0.25);
}

.sidebar .sidebar-widget.services ul li:hover a:after {
    color: #fff;
    transform: translateX(5px);
}

/* Active State */
.sidebar .sidebar-widget.services ul li.active a {
    background: #db0c26;
    color: #fff !important;
    border-color: #db0c26;
    box-shadow: 0 4px 15px rgba(219, 12, 38, 0.3);
}

.sidebar .sidebar-widget.services ul li.active a:after {
    color: #fff;
}

/* Remove default pseudo elements */
.sidebar .sidebar-widget.services ul li:before,
.sidebar .sidebar-widget.services ul li:after {
    display: none !important;
}

/* Widget Title */
.sidebar .sidebar-widget.services h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1b1b1b;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #db0c26;
}

/* Contact Info & CTA Widget Spacing */
.sidebar .sidebar-widget.contact-info .widget-inner,
.sidebar .sidebar-widget.cta-widget .widget-inner {
    padding: 30px !important;
}

/* ============================================
   Service Single Page Header - Enhanced Styling
   ============================================ */

.service-header {
    min-height: 450px !important;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.service-header .container {
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.service-header .caption {
    padding: 100px 0 !important;
}

.service-header .service-title {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    color: #fff;
    margin-bottom: 25px !important;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.2 !important;
    letter-spacing: -1px;
}

.service-header .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    font-size: 16px;
}

.service-header .breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.service-header .breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.service-header .breadcrumbs li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.service-header .breadcrumbs li a:hover {
    color: #db0c26;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-header .breadcrumbs li:last-child {
    color: #db0c26;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Responsive Service Header */
@media (max-width: 768px) {
    .service-header {
        min-height: 350px !important;
    }
    
    .service-header .container {
        min-height: 350px;
    }
    
    .service-header .caption {
        padding: 60px 0 !important;
    }
    
    .service-header .service-title {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }
    
    .service-header .breadcrumbs {
        font-size: 14px;
        gap: 8px;
    }
    
    .service-header .breadcrumbs li:not(:last-child)::after {
        margin-left: 8px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .service-header {
        min-height: 400px !important;
    }
    
    .service-header .container {
        min-height: 400px;
    }
    
    .service-header .caption {
        padding: 80px 0 !important;
    }
    
    .service-header .service-title {
        font-size: 2.8rem !important;
    }
}

/* ============================================
   Service Single Content - Enhanced Styling
   ============================================ */

/* Service Overview Section */
.service-overview {
    text-align: center;
    padding: 0 15px;
}

.service-overview .section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1b1b1b;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.service-overview .lead-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #4a4a4a;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
}

/* Content Titles */
.content-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 3px solid #db0c26;
    display: inline-block;
}

/* Service Block */
.service-block {
    margin-bottom: 35px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 5px solid #db0c26;
    transition: all 0.3s ease;
}

.service-block:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.service-block-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 15px;
}

.service-block p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Challenge Statement */
.challenge-statement {
    background: linear-gradient(135deg, #db0c26 0%, #a00919 100%);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(219, 12, 38, 0.25);
}

.challenge-statement .highlight-text {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Process Title */
.process-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1b1b1b;
    margin: 30px 0 25px 0;
    text-align: center;
}

/* Process Stage */
.process-stage {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

.process-stage::before {
    content: '';
    position: absolute;
    left: 41px;
    top: 75px;
    bottom: -30px;
    width: 2px;
    background: linear-gradient(to bottom, #db0c26 0%, transparent 100%);
}

.process-stage:last-child::before {
    display: none;
}

.process-stage:hover {
    border-color: #db0c26;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.stage-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #db0c26 0%, #a00919 100%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(219, 12, 38, 0.3);
    position: relative;
    z-index: 1;
}

.stage-content {
    flex: 1;
}

.stage-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 12px;
}

.stage-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Distinction Item */
.distinction-item {
    margin-bottom: 25px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #db0c26;
}

.distinction-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 10px;
}

.distinction-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Utility Classes */
.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* Responsive for Service Content */
@media (max-width: 768px) {
    .service-overview .section-title {
        font-size: 2rem;
    }
    
    .service-overview .lead-text {
        font-size: 1.1rem;
    }
    
    .content-title {
        font-size: 1.6rem;
    }
    
    .service-block {
        padding: 20px;
    }
    
    .service-block-title {
        font-size: 1.2rem;
    }
    
    .challenge-statement {
        padding: 25px;
    }
    
    .challenge-statement .highlight-text {
        font-size: 1.1rem;
    }
    
    .process-stage {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .process-stage::before {
        display: none;
    }
    
    .stage-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .stage-title {
        font-size: 1.1rem;
    }
    
    .distinction-item {
        padding: 20px;
    }
}

/* ============================================
   Contact CTA Section - Enhanced Styling
   ============================================ */

.contact-cta-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.contact-subtitle {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-main-title {
    font-size: 4rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}

.contact-main-title span {
    color: #db0c26;
    text-shadow: 2px 4px 10px rgba(219, 12, 38, 0.6);
}

.contact-description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-weight: 500;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

.contact-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact-btn {
    padding: 18px 40px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.contact-btn i {
    font-size: 1.2rem;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.btn-1.contact-btn {
    background: #db0c26 !important;
    border-color: #db0c26 !important;
}

.btn-1.contact-btn:hover {
    background: #a00919 !important;
    border-color: #a00919 !important;
}

.btn-5.contact-btn {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.btn-5.contact-btn:hover {
    background: #fff !important;
    color: #db0c26 !important;
}

/* Responsive Contact CTA */
@media (max-width: 768px) {
    .contact-cta-section {
        min-height: 400px;
        padding: 60px 0;
    }
    
    .contact-subtitle {
        font-size: 1rem !important;
        letter-spacing: 1px;
    }
    
    .contact-main-title {
        font-size: 2.5rem !important;
        margin-bottom: 20px !important;
    }
    
    .contact-description {
        font-size: 1.05rem;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .contact-buttons-wrapper {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    
    .contact-btn {
        padding: 15px 35px !important;
        font-size: 1rem !important;
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .contact-main-title {
        font-size: 3.2rem !important;
    }
    
    .contact-description {
        font-size: 1.15rem;
    }
}

/* ============================================
   Contact Page - Enhanced Styling
   ============================================ */

.contact-page-header {
    min-height: 450px !important;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.contact-page-header .container {
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.contact-page-header .caption {
    padding: 100px 0 !important;
}

.contact-page-header .page-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    letter-spacing: -1px;
}

.contact-page-header .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    font-size: 16px;
}

.contact-page-header .breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.contact-page-header .breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.contact-page-header .breadcrumbs li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-page-header .breadcrumbs li a:hover {
    color: #db0c26;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-page-header .breadcrumbs li:last-child {
    color: #db0c26;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 15px;
}

.contact-form-wrapper .section-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

/* Form Groups */
.form-group {
    position: relative;
}

.form-label {
    font-size: 1rem;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 10px;
    display: block;
}

.form-label .required {
    color: #db0c26;
    margin-left: 3px;
}

.form-control {
    width: 100%;
    padding: 15px 50px 15px 20px;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus {
    outline: none;
    border-color: #db0c26;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(219, 12, 38, 0.1);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.form-icon {
    position: absolute;
    right: 20px;
    top: 50px;
    color: #db0c26;
    font-size: 1.1rem;
    pointer-events: none;
}

textarea + .form-icon {
    top: 60px;
}

/* Submit Button */
.submit-btn {
    padding: 16px 45px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    background: #db0c26 !important;
    color: #fff !important;
    border: 2px solid #db0c26 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #a00919 !important;
    border-color: #a00919 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(219, 12, 38, 0.3);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Alerts */
.alert {
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert i {
    font-size: 1.3rem;
}

/* Contact Info Sidebar */
.contact-info-sidebar {
    position: sticky;
    top: 100px;
}

.contact-card {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.contact-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #db0c26;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #db0c26 0%, #a00919 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
}

.contact-details h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 5px;
}

.contact-details a,
.contact-details p {
    font-size: 1rem;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0;
}

.contact-details a:hover {
    color: #db0c26;
}

/* Social Card */
.social-card {
    background: linear-gradient(135deg, #db0c26 0%, #a00919 100%);
}

.social-card .card-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #fff;
    color: #db0c26;
    transform: translateY(-3px);
}

/* Responsive Contact Page */
@media (max-width: 768px) {
    .contact-page-header {
        min-height: 350px !important;
    }
    
    .contact-page-header .container {
        min-height: 350px;
    }
    
    .contact-page-header .caption {
        padding: 60px 0 !important;
    }
    
    .contact-page-header .page-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .contact-page-header .breadcrumbs {
        font-size: 14px;
        gap: 8px;
    }
    
    .contact-page-header .breadcrumbs li:not(:last-child)::after {
        margin-left: 8px;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .contact-form-wrapper .section-title {
        font-size: 1.8rem;
    }
    
    .form-control {
        padding: 12px 40px 12px 15px;
    }
    
    .form-icon {
        right: 15px;
        top: 45px;
        font-size: 1rem;
    }
    
    .submit-btn {
        width: 100%;
        justify-content: center;
    }
    
    .contact-info-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    
    .contact-card {
        padding: 25px;
    }
    
    .contact-item {
        padding: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .contact-page-header {
        min-height: 400px !important;
    }
    
    .contact-page-header .container {
        min-height: 400px;
    }
    
    .contact-page-header .caption {
        padding: 80px 0 !important;
    }
    
    .contact-page-header .page-title {
        font-size: 2.8rem;
    }
}

/* ============================================
   Navbar Scroll Effect - Clean & Modern
   ============================================ */

/* Navbar في أعلى الصفحة - شفاف وكبير */
.navbar {
    padding: 20px 0;
    background: transparent;
    transition: all 0.4s ease;
}

/* Navbar عند السكرول - خلفية بيضاء وثابت */
.navbar.scrolled {
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Logo عند السكرول - أصغر */
.navbar.scrolled .logo-img {
    max-height: 45px;
    transition: all 0.3s ease;
}

/* النصوص عند السكرول - لون غامق */
.navbar.scrolled .nav-link {
    color: #333 !important;
}

.navbar.scrolled .nav-link:hover {
    color: #db0c26 !important;
}

.navbar.scrolled .site-name-text {
    color: #333;
}

/* زر اللغة عند السكرول */
.navbar.scrolled .btn-lang-custom {
    border-color: rgba(0, 0, 0, 0.2);
    color: #333;
}

.navbar.scrolled .btn-lang-custom:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

/* رقم الهاتف عند السكرول */
.navbar.scrolled .navbar-right .text p,
.navbar.scrolled .navbar-right .text h5,
.navbar.scrolled .navbar-right .text h5 a {
    color: #333;
}

.navbar.scrolled .navbar-right .icon i {
    color: #db0c26;
}

/* Body padding عند السكرول لمنع القفز */
body {
    transition: padding-top 0.4s ease;
}

body.navbar-scrolled {
    padding-top: 80px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .navbar {
        padding: 15px 0;
        background: #fff;
    }
    
    .navbar.scrolled {
        padding: 12px 0;
    }
    
    body.navbar-scrolled {
        padding-top: 70px;
    }
}

/* ============================================
   Language Switcher - Simple & Clean Design
   ============================================ */

.navbar-lang {
    margin-left: 20px;
    margin-right: 20px;
}

/* Simple Language Button */
.btn-lang-custom {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-lang-custom:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.lang-icon {
    font-size: 14px;
    opacity: 0.9;
}

.lang-text {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.lang-arrow {
    font-size: 9px;
    margin-left: 2px;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.btn-lang-custom[aria-expanded="true"] .lang-arrow {
    transform: rotate(180deg);
}

/* Simple Dropdown Menu */
.lang-menu {
    min-width: 140px;
    padding: 6px;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Simple Menu Items */
.lang-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.lang-menu-item:hover {
    background: #f5f5f5;
}

.lang-flag {
    font-size: 18px;
}

.lang-name {
    flex: 1;
    font-weight: 500;
}

.lang-check {
    color: #666;
    font-size: 12px;
}

/* Active Language */
.lang-menu-item.active {
    background: #f8f8f8;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar-lang {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .btn-lang-custom {
        padding: 7px 12px;
        gap: 5px;
    }
    
    .lang-text {
        font-size: 12px;
    }
    
    .lang-menu {
        min-width: 130px;
    }
    
    .lang-menu-item {
        padding: 9px 10px;
        font-size: 13px;
    }
    
    .lang-flag {
        font-size: 16px;
    }
}
