    /*---------------------------- GENERAL START -------------------------*/

    @import url("/assets/css/splide.min.css");


    @font-face {
        font-family: "Poppins";
        src: url("/assets/fonts/Poppins/Poppins-Light.ttf") format("truetype");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
      }
  
      @font-face {
          font-family: "Poppins";
          src: url("/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
          font-weight: 400;
          font-style: normal;
          font-display: swap;
      }
  
      @font-face {
        font-family: "Poppins";
        src: url("/assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }
  
      @font-face {
        font-family: "Poppins";
        src: url("/assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }
  
      @font-face {
        font-family: "Poppins";
        src: url("/assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
      }
  
      @font-face {
        font-family: "Poppins";
        src: url("/assets/fonts/Poppins/Poppins-Italic.ttf") format("truetype");
        font-weight: 400;
        font-style: italic;
        font-display: swap;
      }
   

    *{
        scroll-behavior: smooth;        
        word-wrap: break-word;
        
    }
   
    :root {
            --primary: #0D3920;
            --secondary: #1a6b3a;
            --light: #f8f9fa;
            --dark: #212529;
        }

        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 999999999;
            }

            /* ---------NOTIFICATION MODAL--------- */
    .dialogbox .modal-dialog {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 12000;
        display: flex;
        overflow: auto;
        align-items: center;
        justify-content: center;
        transform: translate(0, 0) !important;
        transform: scale(0.8) !important;
    }
      
    .dialogbox .modal-dialog .form-group {
      text-align: left;
    }
    
    .dialogbox .modal-dialog .modal-content {
      max-width: 270px;
      margin: auto;
      max-height: 560px;
      overflow: auto;
      border: 0;
      border-radius: 16px;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-list {
      margin: 0;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-list .btn {
      padding: 0px 10px;
      min-height: 58px;
      border-radius: 0;
      margin: 0;
      border: 0;
      border-bottom: 1px solid #DCDCE9 !important;
      
    }
    
    .dialogbox .modal-dialog .modal-content .btn-list .btn:hover, .dialogbox .modal-dialog .modal-content
      .btn-list .btn:focus, .dialogbox .modal-dialog .modal-content .btn-list .btn:active, 
      .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
      background: rgba(220, 220, 233, 0.3) !important;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-list .btn:last-child {
      border-radius: 0 0 16px 16px;
      border-bottom: 0 !important;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-inline {
      display: flex;
      margin: 0;
      background: #DCDCE9;
    }
    
    [data-bs-theme=dark] .dialogbox .modal-dialog .modal-content .btn-inline {
      background: #2F303D;
    }

    .dialogbox .modal-dialog .modal-content .btn-inline .btn {
      width: 100%;
      border-radius: 0;
      min-height: 58px;
      border: 0 !important;
      
      margin-right: 1px;
      background: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.25;
    }
    [data-bs-theme=dark] .dialogbox .modal-dialog .modal-content .btn-inline .btn {
      background-color: #1A1D20;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-inline .btn:hover,
      .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox 
      .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog 
      .modal-content .btn-inline .btn.active {
      /*background: rgba(255, 255, 255, 0.8) !important;*/
      color: #000;
    }

    [data-bs-theme=dark] .dialogbox .modal-dialog .modal-content .btn-inline .btn:hover,
    .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox 
    .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog 
    .modal-content .btn-inline .btn.active {
      color: #fff;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child {
      margin-right: 0;
      border-radius: 0 0 16px 0 !important;
    }
    
    .dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child {
      border-radius: 0 0 0 16px !important;
    }
    
    .dialogbox .modal-dialog .modal-content .modal-header {
      border: 0;
      padding: 20px 20px 10px 20px;
    }
    
    .dialogbox .modal-dialog .modal-content .modal-header .modal-title {
      
      text-align: center;
      margin: 0 auto;
      
    }
    
    .dialogbox .modal-dialog .modal-content .modal-body {
      padding: 0 20px;
      margin-bottom: 30px;
      text-align: center;
      
    }
    
    .dialogbox .modal-dialog .modal-content .modal-footer {
      border: 0;
      border-top: 1px solid;
      padding: 0;
      display: block;
      
    }
    
    .dialogbox.show .modal-dialog {
      transform: translate(0, 0) !important;
      transform: scale(1) !important;
    }


    .modal-icon {
      font-size: 35px;
      line-height: 1em;
      margin-top: 30px;
      margin-bottom: -10px;
      
      text-align: center;
    }
    
    .modalbox {
      padding-top: env(safe-area-inset-top);
      overflow: hidden;
    }

    .hideElement  {
      display: none;
    }
            
    .spinner {
        width: 50px;
        height: 50px;
        border: 5px solid #f3f3f3;
        border-top: 5px solid var(--primary);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
        
        body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
        }
        
        .navbar {
            background-color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand img {
            height: 40px;
        }
        
        .nav-link {
            color: var(--dark);
            font-weight: 500;
            margin: 0 10px;
            position: relative;
        }
        
        .nav-link:hover, .nav-link.active {
            color: var(--primary);
        }
        
        .nav-link.active:after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--primary);
            border-radius: 3px;
        }
        
        .btn-primary {
            background-color: var(--primary);
            border-color: var(--primary);
        }
        
        .btn-primary:hover {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }
        
        .btn-outline-primary {
            color: var(--primary);
            border-color: var(--primary);
        }
        
        .btn-outline-primary:hover {
            background-color: var(--primary);
            border-color: var(--primary);
        }
        
        .hero {
            background: linear-gradient(135deg, rgba(13,57,32,0.9) 0%, rgba(26,107,58,0.9) 100%), url('/assets/images/hero-bg.png') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 120px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero h1 {
            font-weight: 700;
            font-size: 3.5rem;
            margin-bottom: 20px;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }
        
        .bubble {
            position: absolute;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.1);
            animation: float 6s infinite ease-in-out;
        }
        
        @keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-50px) rotate(180deg);
            }
            100% {
                transform: translateY(0) rotate(360deg);
            }
        }
        
        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 50px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50%;
            height: 3px;
            background: var(--primary);
            border-radius: 3px;
        }
        
        .about-img {
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        
        .about-img:hover {
            transform: scale(1.03);
        }
        
        .product-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 30px;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .product-img {
            height: 220px;
            object-fit: contain;
            background-color: white;
            

        }

        .product-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        /*PRODUCT */
        /* Product Gallery */
        .product-gallery {
            margin-bottom: 30px;
        }
        
        .main-image {
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 15px;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            
        }
        
        .main-image img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }
        
        .thumbnail-container {
            display: flex;
            gap: 10px;
        }
        
        .thumbnail {
            width: 80px;
            height: 80px;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: border-color 0.3s;
        }
        
        .thumbnail:hover, .thumbnail.active {
            border-color: var(--primary);
        }
        
        .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Product Details */
        .product-details {
            margin-bottom: 40px;
        }
        
        .product-title {
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .product-price {
            
            font-size: 22px;
            color: var(--primary);
            
        }
        
        .product-stock {
            display: inline-block;
            padding: 5px 10px;
            
            border-radius: 5px;
            font-size: 0.9rem;
            font-weight: 600;
            
        }
        
        .product-description {
            margin-bottom: 25px;
            line-height: 1.7;
        }
        
        .product-meta {
            margin-bottom: 25px;
        }
        
        .product-meta div {
            margin-bottom: 10px;
        }
        
        .product-meta strong {
            display: inline-block;
            width: 120px;
        }
        
        /* Quantity Selector */
        .quantity-selector {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        
        .quantity-btn {
            width: 40px;
            height: 40px;
            border: 1px solid #dee2e6;
            background-color: white;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        
        .quantity-btn:first-child {
            border-radius: 5px 0 0 5px;
        }
        
        .quantity-btn:last-child {
            border-radius: 0 5px 5px 0;
        }
        
        .quantity-input {
            width: 60px;
            height: 40px;
            border-top: 1px solid #dee2e6;
            border-bottom: 1px solid #dee2e6;
            border-left: none;
            border-right: none;
            text-align: center;
            font-weight: 600;
        }
        
        /* Product Tabs */
        .product-tabs {
            margin-top: 50px;
        }
        
        .nav-tabs .nav-link {
            color: var(--dark);
            font-weight: 600;
            border: none;
            padding: 12px 20px;
            position: relative;
        }
        
        .nav-tabs .nav-link.active {
            color: var(--primary);
            background-color: transparent;
        }
        
        .nav-tabs .nav-link.active:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--primary);
            border-radius: 3px;
        }
        
        .tab-content {
            padding: 30px 0;
            border-bottom: 1px solid #dee2e6;
        }
        
        /* Related Products */
        .related-products {
            margin-top: 50px;
        }
        
        .related-title {
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
        }
        
        .related-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50%;
            height: 3px;
            background: var(--primary);
            border-radius: 3px;
        }
        
        .related-product-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 30px;
        }
        
        .related-product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .related-product-img {
            height: 180px;
            object-fit: cover;
        }
        
        .related-product-price {
            color: var(--primary);
            font-weight: 600;
        }

        /* Checkout Styles */
        .checkout-container {
            margin-bottom: 50px;
        }
        
        .checkout-card {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 30px;
            margin-bottom: 30px;
        }
        
        .checkout-title {
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dee2e6;
        }
        
        /* Form Styles */
        .form-label {
            font-weight: 600;
        }
        
        .form-control, .form-select {
            padding: 10px 15px;
            border-radius: 5px;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(13,57,32,0.25);
        }
        
        /* Payment Methods */
        .payment-method {
            display: flex;
            align-items: center;
            padding: 15px;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .payment-method:hover {
            border-color: var(--primary);
        }
        
        .payment-method.active {
            border-color: var(--primary);
            background-color: rgba(13,57,32,0.05);
        }
        
        .payment-method input {
            margin-right: 15px;
        }
        
        .payment-icon {
            font-size: 1.5rem;
            margin-right: 10px;
            color: var(--primary);
        }
        
        /* Order Summary */
        .order-summary {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 30px;
            position: sticky;
            top: 20px;
        }
        
        .order-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #dee2e6;
        }
        
        .order-item:last-child {
            border-bottom: none;
        }
        
        .order-item-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 5px;
            margin-right: 15px;
        }
        
        .order-item-name {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .order-item-meta {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .order-item-price {
            font-weight: 700;
            color: var(--primary);
        }
        
        .order-total-row {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #dee2e6;
            font-weight: 700;
            font-size: 1.1rem;
        }
        
        .order-total-price {
            color: var(--primary);
        }
        
        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .order-summary {
                position: static;
                margin-top: 40px;
            }
        }
        
        /* Responsive adjustments */
        @media (max-width: 767.98px) {
            .main-image {
                height: 300px;
            }
        }

        .contact-form {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            padding: 30px;
        }

        .contact-info {
            margin-top: 30px;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .contact-icon {
            background-color: rgba(13,57,32,0.1);
            color: var(--primary);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .contact-text h4 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .contact-text p {
            color: #6c757d;
            margin-bottom: 0;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .faq-header button {
            font-weight: 600;
            color: var(--dark);
        }
        
        .footer {
            background-color: var(--primary);
            color: white;
            padding: 60px 0 20px;
        }
        
        .footer-links a {
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            
            margin-bottom: 10px;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .footer-social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.1);
            color: white;
            margin-right: 10px;
            transition: background-color 0.3s;
        }
        
        .footer-social-icon:hover {
            background-color: rgba(255,255,255,0.2);
            color: white;
        }

        /* WhatsApp Floating Button */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25D366;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }
        
        .whatsapp-float:hover {
            background-color: #128C7E;
            transform: scale(1.1);
            color: white;
        }
        
        .whatsapp-tooltip {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
            background-color: var(--dark);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s;
            white-space: nowrap;
        }
        
        .whatsapp-float:hover .whatsapp-tooltip {
            opacity: 1;
            visibility: visible;
            right: 75px;
        }
        
        /* Animations */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s, transform 0.6s;
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }
        
        .delay-1 {
            transition-delay: 0.2s;
        }
        
        .delay-2 {
            transition-delay: 0.4s;
        }
        
        .delay-3 {
            transition-delay: 0.6s;
        }
    
        
  
        /* Page Title */
        .page-title {
            background-color: rgba(13,57,32,0.05);
            padding: 60px 0;
            margin-bottom: 50px;
        }
        
        .page-title h1 {
            font-weight: 700;
            color: var(--primary);
        }
        
        .page-title .breadcrumb {
            background: transparent;
            justify-content: center;
        }
        
        .page-title .breadcrumb-item.active {
            color: var(--primary);
            font-weight: 500;
        }
        
        /* Track Order Styles */
        .track-order-container {
            margin-bottom: 50px;
        }
        
        .track-order-card {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 30px;
            margin-bottom: 30px;
        }
        
        .track-order-title {
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dee2e6;
        }
        
        /* Tracking Form */
        .tracking-form {
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Order Status */
        .order-status {
            margin-top: 40px;
        }
        
        .status-timeline {
            position: relative;
            padding-left: 50px;
            margin-top: 30px;
        }
        
        .status-timeline::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: #dee2e6;
        }
        
        .status-step {
            position: relative;
            margin-bottom: 30px;
        }
        
        .status-step:last-child {
            margin-bottom: 0;
        }
        
        .status-icon {
            position: absolute;
            left: -50px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: white;
            border: 2px solid #dee2e6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
        }
        
        .status-step.active .status-icon {
            background-color: var(--primary);
            border-color: var(--primary);
            color: white;
        }
        
        .status-step.completed .status-icon {
            background-color: #28a745;
            border-color: #28a745;
            color: white;
        }
        
        .status-content {
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 5px;
        }
        
        .status-step.active .status-content {
            background-color: rgba(13,57,32,0.05);
            border-left: 3px solid var(--primary);
        }
        
        .status-step.completed .status-content {
            background-color: rgba(40,167,69,0.05);
            border-left: 3px solid #28a745;
        }
        
        .status-title {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .status-date {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .status-description {
            margin-top: 10px;
        }
        
        /* Order Details */
        .order-details {
            margin-top: 40px;
        }
        
        .order-details-card {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 20px;
            margin-bottom: 20px;
        }
        
        .order-details-title {
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        .order-details-row {
            display: flex;
            margin-bottom: 10px;
        }
        
        .order-details-label {
            font-weight: 600;
            width: 150px;
            color: var(--dark);
        }
        
        .order-details-value {
            flex-grow: 1;
        }
        
        /* Order Items */
        .order-items {
            margin-top: 20px;
        }
        
        .order-item {
            display: flex;
            padding: 15px 0;
            border-bottom: 1px solid #dee2e6;
        }
        
        .order-item:last-child {
            border-bottom: none;
        }
        
        .order-item-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 5px;
            margin-right: 15px;
        }
        
        .order-item-details {
            flex-grow: 1;
        }
        
        .order-item-name {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .order-item-meta {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        .order-item-price {
            font-weight: 700;
            color: var(--primary);
        }
        
        /* Delivery Info */
        .delivery-info {
            margin-top: 30px;
        }

        /* Meet The CEO Section */
        .ceo-section {
            background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%);
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .ceo-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') no-repeat center center;
            background-size: cover;
            opacity: 0.15;
        }
        
        .ceo-content {
            position: relative;
            z-index: 2;
        }
        
        .ceo-image {
            border-radius: 50%;
            width: 280px;
            height: 280px;
            object-fit: cover;
            border: 5px solid var(--primary);
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            margin-bottom: 30px;
        }
        
        .ceo-name {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: white;
        }
        
        .ceo-title {
            color: var(--primary);
            font-weight: 600;
            font-size: 1.2rem;
            margin-bottom: 20px;
        }
        
        .ceo-bio {
            font-size: 1.1rem;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 30px;
            color: rgba(255,255,255,0.9);
        }
        
        .ceo-social {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }
        
        .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.1);
            color: white;
            font-size: 1.5rem;
            transition: all 0.3s;
        }
        
        .social-icon:hover {
            background-color: var(--primary);
            transform: translateY(-5px);
        }
        
        /* Responsive adjustments */
        @media (max-width: 767.98px) {
            .status-timeline {
                padding-left: 40px;
            }
            
            .status-icon {
                left: -40px;
                width: 30px;
                height: 30px;
                font-size: 0.8rem;
            }
            
            .order-details-row {
                flex-direction: column;
            }
            
            .order-details-label {
                width: 100%;
                margin-bottom: 5px;
            }
        }