/**
Theme Name: Al Arabia Factory Theme
Author: MAS MENA
Author URI: https://masmena.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-arabia-factory-theme
Template: astra
*/



        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'poppins', 'Segoe UI', Arial, sans-serif;
            color: #1a1a1a;
            line-height: 1.6;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Roboto', Characters;
        }
        @media (min-width: 922px) {
    .site-content .ast-container {
        display: flex;
        flex-direction: column;
    }
}

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        header {
            background: white;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        @media (min-width: 922px) {
            .ast-primary-header-bar {
                border-bottom-width: 0;
                border-bottom-color: #fff;
                border-bottom-style: solid;
                
            }
            
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }
        
        .ast-header-button-1 .ast-custom-button {
            border-radius: 0 !important;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 24px;
            font-weight: bold;
        }

        .logo-icon {
            width: 40px;
            height: 40px;
            background: #0f172a;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-icon-inner {
            width: 20px;
            height: 20px;
            border: 3px solid white;
            border-radius: 2px;
        }

        .nav-links {
            display: flex;
            gap: 40px;
            list-style: none;
            align-items: center;
        }

        .nav-links a {
            text-decoration: none;
            color: #666;
            font-weight: 500;
            transition: color 0.3s;
        }

        .nav-links a:hover {
            color: #0f172a;
        }

        .btn-primary {
            background: #0f172a;
            color: white;
            padding: 16px 30px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: background 0.3s;
        }

        .btn-primary:hover {
            background: #1e293b;
        }
        
        .brand-slide .btn-secondry {
          padding: 10px 20px;
          background-color: var(--e-global-color-primary);
          font-weight: 400 !important;
          color: #FFFFFF !important;
          border-radius: 0 !important;
          text-decoration: none !important;
          font-size: 14px;
          margin-bottom: 20px !important;
          display: inline-block !important;
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            cursor: pointer;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(to right, #eff6ff, white);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .hero-content h2 {
            font-size: 42px;
            font-weight: 700;
        }

        .hero h1 {
            font-size: 56px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            color: #0f172a;
        }

        .hero p {
            font-size: 18px;
            color: #64748b;
            margin-bottom: 40px;
        }

        .hero-image-container {
            position: relative;
        }
        
        .hero-image-container video {
            clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50px);
        }

        .hero-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50px);
        }
        
        .awards-badge {
            position: absolute;
            bottom: -30px;
            right: -30px;
            background: #1c6ec8;
            color: white;
            padding: 25px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
            clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30px);
        }

        .awards-content {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .awards-text {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.4;
            
        }

        .awards-icons {
            display: flex;
            gap: 10px;
        }

        .award-icon {
            width: 50px;
            height: 50px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
        }

        /* Services Section */
        .services {
            padding: 80px 0;
            background: #f2f5fb;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
        }

        .section-header h2 {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.3;
            color: #0f172a;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .service-card {
            background: #fbfbff;
            padding: 0;
            transition: all 0.3s;
            clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0 100%);
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }
        
        .arrow-button {
            padding: 0;
        }
        
        .arrow-button img {
            filter: brightness(0) invert(1);
        }
        
        .service-card button {
            position: absolute;
            bottom: 165px;
            right: 15px;
            padding: 15px !important;
            z-index: 9;
        }

        .service-icon {
            width: 60px;
            height: 60px;
            background: #eff6ff;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }

        .service-icon-shape {
            width: 30px;
            height: 30px;
            border: 3px solid #0f172a;
        }

        .service-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 700;
            min-height: 55px;
        }

        .service-card p {
            color: #64748b;
            font-size: 14px;
            margin: 0;
            min-height: 180px;
        }
        
        .image-container {
            position: relative;
            width: 100%;
            max-height: 280px;
            overflow: hidden;
            background: #f0f0f0;
            z-index: 1;
        }
        
        .image-container img {
            width: 100%;
        }
        
        .image-container button {
            position: absolute;
            
        }
        
        .card-content {
            padding: 30px 20px 30px;
            min-height: 280px;
        }

        /* Features Section */
        .features {
            background: #0f172a;
            color: white;
            padding: 80px 0;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }

        .features h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 80px;
            line-height: 1.3;
            color: #fff;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
        }

        .feature-item {
            position: relative;
        }

        .feature-number {
            font-size: 72px;
            font-weight: 700;
            opacity: 0.3;
            margin-bottom: 20px;
        }

        .feature-item h3 {
            font-size: 24px;
            font-weight: 700;
            margin: 20px 0;
            color: #fff !important;
        }

        .feature-item p {
            color: #cbd5e1;
            font-size: 16px;
        }

        /* Projects Section */
        .projects {
            padding: 80px 0;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }

        .projects h2 {
            font-size: 42px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 60px;
            color: #0f172a;
        }

        .project-carousel {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .project-slide {
            display: none;
        }

        .project-slide.active {
            display: block;
        }

        .project-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 30px;
        }

        .project-info h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .project-info p {
            color: #64748b;
        }

        .carousel-controls {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
        }

        .carousel-btn {
            width: 50px;
            height: 50px;
            border: 2px solid #cbd5e1;
            background: white;
            border-radius: 8px;
            cursor: pointer;
            font-size: 20px;
            transition: all 0.3s;
        }

        .carousel-btn:hover {
            border-color: #1e293b;
            background: #1e293b;
            color: white;
        }

        /* Expertise Section */
        .expertise {
            background: #1e293b;
            color: white;
            padding: 80px 0;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }
        

        .expertise-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }
        
        .expertise-content h2, .expertise-content h3, .expertise-content h4, .expertise-content h5 {
            color: #fff;
        }

        .experience-box {
            background: rgba(255,255,255,0.1);
            padding: 40px;
            border-radius: 0;
            margin-bottom: 0 !important;
            clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50px);
        }

        .experience-box .number {
            font-size: 64px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .experience-box .label {
            color: #cbd5e1;
        }
        
        .experience-box img {
        height: 400px !important;
        width: 100%;
        object-fit: cover;
        clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50px);
        }

        .expertise h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
            margin-top: 0;
        }
        
        

        /* brands */
        .brands {
            background: #fff;
            color: #000;
            padding: 40px 0;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }
        

        .brands-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }
        
        .brands-content h2, .brands-content h3, .brands-content h4, .brands-content h5 {
            color: #000;
        }

        .brands-box {
            background: rgba(255,255,255,0);
            padding: 10px;
            border-radius: 0;
            margin-bottom: 0 !important;
            clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50px);
        }

        .brands-box .number {
            font-size: 64px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .brands-box .label {
            color: #cbd5e1;
        }
        
        .brands-box img {
        height: 400px !important;
        width: 100%;
        object-fit: cover;
        clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50px);
        }

        .brands h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
            margin-top: 0;
        }
        
        
        .ast-header-without-markup {
            display: none;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 0;
        }

        .stat-item .number {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .stat-item .label {
            color: #cbd5e1;
            font-size: 14px;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .team-card {
            background: rgba(255,255,255,0.1);
            padding: 25px;
            border-radius: 0;
        }

        .team-avatar {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-bottom: 15px;
            object-fit: cover;
        }

        .team-card h4 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .team-card p {
            color: #cbd5e1;
            font-size: 14px;
        }

        /* Contact Section */
        .contact {
            padding: 80px 0;
        }

        .contact h2 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #0f172a;
        }

        .contact-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
        }

        .contact-info h3 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .contact-item {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
        }

        .contact-icon {
            width: 24px;
            height: 24px;
            color: #0f172a;
        }

        .contact-details h4 {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .contact-details p {
            color: #64748b;
            font-size: 14px;
        }

        .map-placeholder {
            background: #e2e8f0;
            height: 400px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
        }
        
        
        /* CTA Section */
        .cta-section {
            background: #f8fafc;
            padding: 100px 20px;
            margin: 0;
            background-image: repeating-linear-gradient(to right, rgb(0 0 0 / 4%) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, #00000000 400px);
        }

        .cta-wrapper {
            display: grid;
            grid-template-columns: 5fr 4fr;
            min-height: 400px;
            max-width: 1280px;
            margin: 0 auto;
            background: #0f172a;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
        }

        .cta-content {
            background: #0f172a;
            padding: 80px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
        }

        .cta-title {
            font-size: 52px;
            font-weight: 800;
            color: white;
            line-height: 1.2;
            margin-bottom: 40px;
            letter-spacing: -0.5px;
        }

        .cta-btn {
            background: white;
            color: #2c4564;
            padding: 16px 32px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            align-self: flex-start;
        }

        .cta-btn:hover {
            background: #f0f4f8;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        .cta-image {
            background: #c5d3e0;
            overflow: hidden;
            height: 100%;
        }

        .cta-image img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .cta-image:hover img {
            transform: scale(1.05);
        }


        /* Gallery */
        .gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding: 20px;
        }

        .gallery img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 12px;
        }
        
        
        
        .features {
            position: relative;
            background-color: #0f172a;
            color: white;
            padding: 80px 0;
            overflow: hidden;
        }

.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url('blueprint.png') no-repeat left center;
  background-size: cover;
  opacity: 0.05;
  z-index: 0;
}

.features .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.features h2 {
  font-size: 48px;
  margin-bottom: 60px;
  line-height: 1.2;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.feature-item {
  position: relative;
}

.feature-number {
  font-size: 40px;
  font-weight: 700;
  opacity: 0.3;
  margin-bottom: 10px;
}

.feature-item hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 10px 0 20px;
}

.feature-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}




        /* Contact Section with Interactive Map */
        .contact {
            padding: 0;
            background: #e8eef5;
        }

        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 450px;
            max-width: 1280px;
            margin: auto;
            padding: 80px 20px;
        }

        .contact-left {
            background: white;
            padding: 60px 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
        }

        .contact-title {
            font-size: 48px;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 60px;
            line-height: 1.2;
        }

        .office-info {
            display: none;
            animation: slideIn 0.5s ease;
        }

        .office-info.active {
            display: block;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .office-name {
            font-size: 42px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 15px;
        }

        .contact-detail-title {
            font-size: 20px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 20px !important;
        }

        .detail-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 10px;
        }
        
        .detail-item .fa {
            width: 15px;
            text-align: center;
            color: #1c6ec8;
        }

        .detail-icon {
            width: 24px;
            height: 24px;
            font-size: 20px;
            margin-top: 2px;
        }

        .detail-content p {
            color: #0f172a;
            font-size: 16px;
            margin: 4px 0;
            line-height: 1.6;
        }

        .schedule-btn {
            margin-top: 35px;
        }

        /* Map Section */
        .map-container {
            background: #fff;
            position: relative;
            overflow: hidden;
            display: flex;
            align-content: center;
            justify-content: center;
            padding: 0;
        }
        
        .map-container img {
            width: 500px;
        }

        .map-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.3;
        }

        .canada-map {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            max-width: 600px;
            height: auto;
        }

        .location-pin {
            position: absolute;
            width: 20px;
            height: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .location-pin .fa {
            color: #046bd2;
            font-size: 25px;
        }

        .pin-circle {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            position: relative;
        }

        .pin-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .location-pin:hover .pin-circle {
            transform: scale(1.15);
            border-color: #0f172a;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        }

        .location-pin.active .pin-circle {
            border-color: #0f172a;
            border-width: 5px;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.5);
        }

        .pin-pulse {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid #0f172a;
            opacity: 0;
        }

        .location-pin.active .pin-pulse {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.8;
            }
            100% {
                transform: translate(-50%, -50%) scale(1.8);
                opacity: 0;
            }
        }


        /* Pin Positions (adjusted for Canada map) */
        #pin-toronto {
            top: 48%;
            right: 25%;
        }

        #pin-vancouver {
            top: 42%;
            left: 15%;
        }

        #pin-montreal {
            top: 45%;
            right: 18%;
        }

        #pin-calgary {
            top: 37%;
            left: 34%;
        }
        
        

/* Medium screens (tablets, 768px and below) */
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }
  .services-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .card-content {
        padding: 30px 20px 30px;
        min-height: 180px;
    }
    .image-container {
        max-height: 180px;
    }
    .service-card button {
    bottom: 153px;
}
}

/* Small screens (mobile, 600px and below) */
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }
}

        
    @media (max-width: 768px) {
        .expertise-content {
            grid-template-columns: repeat(1, 1fr);
        }
        .experience-box {
            margin-bottom: 40px;
        }
        .hero-content {
            grid-template-columns: repeat(1, 1fr);
        }
        .cta-wrapper {
            display: flex;
            flex-direction: column-reverse;
        }
        .cta-section {
            padding: 100px 20px;
        }
        .cta-image {
            height: 250px;
        }
        .stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .expertise .container {
            padding: 0 20px;
        }
        
        .footer-links {
            margin: 0 !important;
            
        }
        
        .contact-left {
            padding: 40px;
        }

        
        }
        
        
        @media (max-width: 450px) {
            .services-grid {
                grid-template-columns: repeat(1, 1fr);
                gap: 20px;
            }
            .award-icon {
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
        }
        
        .awards-badge {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #1c6ec8;
    color: white;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30px);
}

        }
        

  .manufacturing-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    min-height: 350px;
    margin: auto;
    padding: 0 20px;
  }
  
  .manufacturing-section h1 {
      color: #fff;
  } 

  .text-box {
    background-color: #1e293b; /* dark blue */
    color: #ffffff;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));

  }

  .text-box h2 {
    font-size: 42px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #fff;
  }

  .text-box button {
    background-color: #ffffff;
    color: #1b3155;
    border: none;
    padding: 12px 24px;
    font-size: 1em;
    cursor: pointer;
    width: fit-content;
    transition: 0.3s;
  }

  .text-box button:hover {
    background-color: #f0f0f0;
  }

  .image-box {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/12/Al-Arabia-Factory-Drinks.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center;
  }
  
    .image-box-services-1 {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/12/services.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center;
  }
  
  
  .image-box-sustainability {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/10/Manufacturing-Co-Packing.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center;
  }
  
  .image-box-certificate {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/10/certificates.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center; 
  }
  
  .image-box-certificate-of-appreciation {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/12/Arabia-Certificate-Of-Appreciation-1.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center; 
  }
  
  .image-box-branding {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/10/brand-marketing.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center; 
  }
  
  .image-box-beverage {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/10/Manufacturing-Co-Packing.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center; 
  }
  
  .image-box-research {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/10/market-research.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center; 
  }
  
  .image-box-about {
    flex: 1 1 40%;
    background-image: url('/wp-content/uploads/2025/12/Production-line-Arabia-1.webp'); /* replace with your image path */
    background-size: cover;
    background-position: center; 
  }
  
  
  

  @media (max-width: 768px) {
    .manufacturing-section {
      flex-direction: column;
    }
    .text-box, .image-box {
      flex: 1 1 100%;
      clip-path: none;
    }
    .image-box {
        min-height: 200px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
    }
      
  .image-box-sustainability {
       min-height: 260px;
  }
  
  .image-box-certificate, .image-box-certificate-of-appreciation {
       min-height: 260px;
  }
  
  .image-box-branding {
       min-height: 260px;
  }
  
  .image-box-beverage {
       min-height: 260px;
  }
  
  .image-box-research {
       min-height: 260px;
  }
  
  .image-box-about {
       min-height: 260px;
  }
            .expertise-content {
            gap: 40px;
        }
  }


      .form-status {
  margin-top: 15px;
  padding: 12px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
}

.form-status.loading {
  background: #f1f1f1;
  color: #555;
}

.form-status.success {
  background: #d4edda;
  color: #155724;
}

.form-status.error {
  background: #f8d7da;
  color: #721c24;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
  
  
  
  
  /* Multi-step form styling */
#company-form {
    max-width: 800px;
    margin: 30px auto;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

#company-form h3 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

#company-form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    color: #555;
}

#company-form input[type="text"],
#company-form input[type="email"],
#company-form select,
#company-form textarea,
#company-form input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    box-sizing: border-box;
}

#company-form textarea {
    min-height: 80px;
}

.form-navigation {
    text-align: center;
    margin-top: 20px;
}

.form-navigation button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-navigation button:hover {
    background: #005177;
}

.success {
    text-align: center;
    padding: 15px;
    background: #dff0d8;
    color: #3c763d;
    border-radius: 6px;
    margin-bottom: 20px;
}

.step {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Multi-select styling */
#company-form select[multiple] {
    height: 120px;
}


@media (min-width: 922px) {
    .ast-builder-menu .main-navigation > ul > li:last-child a {
        margin-right: 0;
        display: flex;
        align-items: center;
        line-height: 10px;
    }
}


.main-header-menu > .menu-item > .menu-link {
    height: 40px;
}

.multi-choice {
  margin-top: 20px;
}

.multi-choice label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.multi-choice .options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.multi-choice .option {
  display: inline-block;
  background: #f4f4f4;
  border: 2px solid #ddd;
  border-radius: 25px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease;
  user-select: none;
}

.multi-choice .option:hover {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.multi-choice .option.selected {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}



.newsletter-message {
    margin-top: 10px;
    position: absolute;
    top: 0;
    padding: 10px 14px;
    left: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    display: none;
}

.newsletter-success {
    background: #e5f8ea;
    color: #1a7f37;
    border-left: 3px solid #1a7f37;
}

.newsletter-error {
    background: #fdeaea;
    color: #d93025;
    border-left: 3px solid #d93025;
}

.post-navigation {
    display: none !important;
}

