/*!
Theme Name: Dar Al Awabeen Trading Est
Theme URI: http://daralawabeen.com/
Author: Dar Al Awabeen Trading Est
Author URI: http://daralawabeen.com/
Description: Custom WordPress theme for Dar Al Awabeen Trading Est
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: daralawabeen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dar Al Awabeen Trading Est theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 .card {
            transition: transform 0.3s, box-shadow 0.3s;
            margin-bottom: 25px;
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
        }
        
        .card-img-top {
            height: 85px;
            object-fit: cover;
        }
        
        .gallery-title {
            position: relative;
            margin-bottom: 40px;
            font-weight: 700;
        }
        
        .gallery-title:after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: #0d6efd;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }
        
      
        .pagination {
            justify-content: center;
            margin: 30px 0;
        }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
 .announcements-col {
            background-color: #f8f9fa;
            padding: 30px 20px;
            height: 100%;
            border-right: 1px solid #e0e0e0;
        }

        .announcements-container {
            height: 100%;
        }

        .announcements-title {
            color: #003366;
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 18px;
            border-bottom: 2px solid #003366;
            padding-bottom: 10px;
        }

        /* ===== Tabs Navigation ===== */
        .announcements-tabs {
            flex-direction: column;
            border: none;
        }

        .announcements-tabs .nav-item {
            margin-bottom: 5px;
            background: #f2f2f2;
        }

        .announcements-tabs .nav-link {
            border: none;
            padding: 12px 15px;
            color: #333;
            text-align: left;
            border-radius: 4px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .announcements-tabs .nav-link i {
            margin-right: 10px;
            font-size: 16px;
            color: #003366;
        }

        .announcements-tabs .nav-link:hover,
        .announcements-tabs .nav-link.active {
            background-color: #003366;
            color: white;
            width: 100%;
        }

        .announcements-tabs .nav-link.active i {
            color: white;
        }

        /* ===== Content Section ===== */
        .announcements-content-section {
            padding: 60px 0;
            background-color: #f9fafc;
            background-image: linear-gradient(to bottom, #ffffff 0%, #f9fafc 100%);
            border-top: 1px solid rgba(42, 58, 143, 0.1);
        }

        /* ===== Service Header ===== */
        .service-header {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: #003366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 32px;
            box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
        }

        .service-header h3 {
            color: #003366;
            font-size: 32px;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .service-header h3:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #003366;
        }

        .service-subtitle {
            color: #666;
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto;
        }

        /* ===== Feature Cards ===== */
        .service-features {
            margin-bottom: 40px;
        }

        .feature-card {
            background: white;
            border-radius: 10px;
            padding: 30px 25px;
            margin-bottom: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            border-left: 3px solid #003366;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .feature-card-lg {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: rgba(0, 51, 102, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #003366;
            font-size: 24px;
        }

        .feature-card h4 {
            color: #003366;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .feature-card p {
            color: #666;
            margin-bottom: 15px;
        }

        .feature-sublist {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .feature-sublist li {
            margin-bottom: 8px;
            color: #666;
            display: flex;
            align-items: center;
        }

        .feature-sublist li i {
            margin-right: 8px;
            color: #003366;
            font-size: 12px;
        }

        /* ===== Stats ===== */
        .service-stats {
            display: flex;
            justify-content: center;
            margin: 40px 0;
            gap: 30px;
        }

        .stat-item {
            text-align: center;
            padding: 20px 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .stat-number {
            font-size: 36px;
            font-weight: 700;
            color: #003366;
            line-height: 1;
        }

        .stat-label {
            color: #666;
            font-size: 14px;
            margin-top: 5px;
        }

        /* ===== CTA ===== */
        .service-cta {
            text-align: center;
            margin-top: 30px;
        }

        /* Video Hero Section */
        .video-hero {
            position: relative;
            overflow: hidden;
            /* height: 100vh; */
            min-height: 630px;
            background-color: #000; /* Fallback if video doesn't load */
        }

        /* Video Container */
        .video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Video Overlay */
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        /* Content Styling */
        .video-hero .container {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .video-hero .row {
            width: 100%;
        }

        /* Text Styling */
        .video-hero h1 {
            font-size: 3.5rem;
            line-height: 1.2;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .video-hero .lead {
            font-size: 1.5rem;
            max-width: 800px;
            margin-left: auto;
			color:#ffffff;
            margin-right: auto;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        }

        /* Badge Styling */
        .badge {
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            border-radius: 50px;
            animation-duration: 1s;
        }

        /* Button Styling */
        .btn-primary {
            background-color: #003366;
            border-color: #003366;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background-color: #002244;
            border-color: #002244;
            transform: translateY(-2px);
        }

        .btn-outline-light {
            transition: all 0.3s ease;
        }

        .btn-outline-light:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }

        /* Counter Styling */
        .counter-item {
            padding: 15px;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            transition: transform 0.3s ease;
        }

        .counter-item:hover {
            transform: translateY(-5px);
        }

        .counter-item p {
            font-size: 0.9rem;
            margin-top: 0.5rem;
        }

        /* Scroll Indicator */
        .scroll-indicator {
            z-index: 3;
            animation-duration: 2s;
        }

        .scroll-indicator span {
            color: white;
            font-size: 0.8rem;
            letter-spacing: 1px;
        }

        .scroll-indicator i {
            color: white;
            animation-duration: 1.5s;
        }

        /* Animations */
        .animate__animated {
            animation-fill-mode: both;
        }

        /* Services Block */
        .services-block {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #e0e0e0;
        }

        .services-block h4 {
            color: #003366;
            margin-bottom: 15px;
        }

        .download-pdf {
            display: flex;
            align-items: center;
            color: #003366;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .download-pdf:hover {
            color:  #990000;;
        }

        .download-pdf i {
            margin-right: 8px;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .video-hero h1 {
                font-size: 2.8rem;
            }
            
            .video-hero .lead {
                font-size: 1.25rem;
            }
        }

        @media (max-width: 768px) {
            .video-hero {
                min-height: 600px;
                height: auto;
                padding-top: 80px;
                padding-bottom: 80px;
            }
            
            .video-hero h1 {
                font-size: 2.2rem;
            }
            
            .video-hero .lead {
                font-size: 1.1rem;
            }
            
            .counter-item {
                padding: 10px;
            }
            
            .counter-item h2 {
                font-size: 1.8rem !important;
            }

            .announcements-col {
                border-right: none;
                border-bottom: 1px solid #e0e0e0;
            }
        }

        @media (max-width: 576px) {
            .video-hero h1 {
                font-size: 1.8rem;
            }
            
            .btn-lg {
                padding: 0.5rem 1rem;
                font-size: 1rem;
            }
            
            .counter-item {
                margin-bottom: 15px;
            }
        }

        /* Counter Animation */
        @keyframes counter {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .counter {
            display: inline-block;
            animation: counter 1s ease forwards;
        }
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* General Form Styling */
.swm-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.swm-column {
    flex: 1;
    margin-bottom: 20px;
}

.swm-column2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.swm-column1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.swm-column-gap {
    padding: 0 15px;
}

/* Input Fields and Icons */
.gyan-cf7-icon {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.gyan-cf7-icon i {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #555;
    z-index: 1;
}

.gyan-cf7-icon input[type="text"],
.gyan-cf7-icon input[type="email"],
.gyan-cf7-icon textarea {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.gyan-cf7-icon input[type="text"]:focus,
.gyan-cf7-icon input[type="email"]:focus,
.gyan-cf7-icon textarea:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
    outline: none;
}

.gyan-cf7-icon textarea {
    resize: vertical;
    height: 120px;
}

/* File Upload Fields */
.gyan-cf7-icon input[type="file"] {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.gyan-cf7-icon input[type="file"]:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
    outline: none;
}

/* Submit Button */
.wpcf7-submit {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
    .swm-column2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gyan-cf7-icon i {
        left: 10px;
        font-size: 16px;
    }

    .gyan-cf7-icon input[type="text"],
    .gyan-cf7-icon input[type="email"],
    .gyan-cf7-icon textarea,
    .gyan-cf7-icon input[type="file"] {
        padding-left: 35px;
    }
}

  #autocomplete {
            width: 100%;
            padding: 10px;
            font-size: 16px;}
        .booking-form {
            background: #9c2520;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 32px;
            max-width: 600px;
            margin: 50px auto;
        }
        
        .form-group,
        .form-group-row {
            margin-bottom: 2px;
            margin-right: 5px;
        }
        
        .form-group-row {
            display: flex;
            justify-content: space-between;
        }
        
        .half-width {
            flex: 0 0 50%;
        }
        
        .form-label {
            display: block;
            font-weight: bold;
            margin-bottom: 8px;
            color: white;
        }
        
        .input-icon {
            position: relative;
        }
        
        .input-icon i {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            color: #6c757d;
        }
        
        .form-control {
            width: 100%;
            padding: 10px 10px 10px 40px !important;
            font-size: 16px;
            border: 1px solid #ced4da;
            border-radius: 4px;
        }
        
        .btn {
            display: block;
/*             width: 100%; */
            padding: 10px;
            font-size: 18px;
            color: #fff;
            background-color: #000000;
            text-transform: capitalize;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            text-align: center;
        }
        
        .btn:hover {
            background-color: #0056b3;
        }
        
        .increment-decrement-group {
            display: flex;
            align-items: center;
        }
        
        .increment-decrement-group button {
            background: #f0f0f0;
            border: 1px solid #ced4da;
            padding: 5px 10px;
            cursor: pointer;
            font-size: 16px;
        }
        
        .increment-decrement-group button:hover {
            background: #e0e0e0;
        }
        
        .increment-decrement-group input {
            text-align: center;
            width: 60px;
            border: 1px solid #ced4da;
            border-radius: 0;
            margin: 0;
        }
        
        .page-container {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            /* height: 100vh; */
            background: #f4f4f4;
        }
        
        .button-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 40;
        }
        
        .button {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            text-decoration: none;
            color: white;
            font-size: 24px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .button:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
        }
        
        .whatsapp-button {
            background: #25D366;
        }
        
        .call-button {
            background: #007BFF;
        }
        
        .button i {
            transition: transform 0.3s ease;
        }
        
        .button:hover i {
            transform: scale(1.2);
        }
        
        @media (max-width: 768px) {
            .button {
                width: 60px;
                height: 60px;
                font-size: 40px;
            }
        }
/* Add this to your theme's CSS file */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.video-container iframe,
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fallback-image {
    display: none;
}

.video-container iframe[src*="youtube"] ~ .fallback-image,
.video-container iframe[src*="vimeo"] ~ .fallback-image,
.video-container video ~ .fallback-image {
    display: block;
    z-index: -1;
}

/* Ensure content stays above video */
.main-slider__content {
    position: relative;
    z-index: 10;
}



/* =====================
   Global Layout
===================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* =====================
   Header
===================== */



/* =====================
   Sections
===================== */
.section-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.section-title h2 {
  font-size: 2.5rem;
  color: var(--primary);
  display: inline-block;
}
.section-title h2:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--accent);
}

.intro {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.intro p {
  font-size: 1.1rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

/* =====================
   Product Cards
===================== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 20px;
}
.product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.product-info {
  padding: 25px;
}
.product-info h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #2c3e50;
}
.product-info p {
  color: #666;
  margin-bottom: 18px;
  font-size: 1rem;
}
.learn-more {
  display: inline-block;
  padding: 10px 18px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s;
}
.learn-more:hover {
  background-color: #2980b9;
}

/* =====================
   Specs
===================== */
.specs {
  background-color: #f8f9fa;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.specs h4 {
  margin-bottom: 8px;
  color: #2c3e50;
}
.specs ul {
  padding-left: 20px;
  color: #555;
}
.specs li {
  margin-bottom: 5px;
}

/* =====================
   Footer
===================== */


/* =====================
   Responsive
===================== */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  header h1 {
    font-size: 2.2rem;
  }
  header p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .product-card {
    padding: 20px 15px;
  }
}



  headers {
            text-align: center;
            padding: 30px 0;
            background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
            color: black;
            border-radius: 10px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        
        headers h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        headers p {
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 20px;
        }
        
        .product-card {
            background: white;
            border-radius: 10px;
            padding: 25px 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        
        .product-icon {
            font-size: 2.8rem;
            margin-bottom: 15px;
            color: #2c3e50;
        }
        
        .product-card h3 {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .product-card p {
            color: #7f8c8d;
            font-size: 0.95rem;
        }
        
        .category-header {
            text-align: center;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #3498db;
            color: #2c3e50;
        }
        
        footer {
            text-align: center;
            margin-top: 50px;
            padding: 20px;
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        @media (max-width: 768px) {
            .products-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                gap: 15px;
            }
            
            header h1 {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 480px) {
            .products-grid {
                grid-template-columns: 1fr;
            }
            
            .product-card {
                padding: 20px 15px;
            }
        }


.products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 20px;
        }
        
        .product-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .icon-container {
              background: linear-gradient(135deg, #f9f9f9, #ffffff);
    height: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .icon-container i {
            font-size: 50px;
            color: white;
        }
        
        .product-info {
            padding: 20px;
        }
        
        .product-info h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .product-info p {
            color: #666;
            margin-bottom: 15px;
            font-size: 0.95rem;
        }
        
        .learn-more {
            display: inline-block;
            padding: 8px 15px;
            background-color: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 0.9rem;
            transition: background-color 0.3s;
        }
        
        .learn-more:hover {
            background-color: #2980b9;
        }


.preloader {
            position: fixed;
            background-color: #0f172a;
            background-position: center center;
            background-repeat: no-repeat;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99999;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            flex-direction: column;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
        
        .preloader__image {
            animation-fill-mode: both;
            animation-name: flipInY;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" stroke="%2365b2ff" stroke-width="8" fill="none" stroke-dasharray="60 15" transform="rotate(0 50 50)"><animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50"/></circle></svg>');
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 80px auto;
            width: 100%;
            height: 200px;
            margin-bottom: 30px;
        }
        
        @keyframes flipInY {
            0% {
                transform: perspective(400px) rotateY(90deg);
                opacity: 0;
            }
            40% {
                transform: perspective(400px) rotateY(-10deg);
            }
            70% {
                transform: perspective(400px) rotateY(10deg);
            }
            100% {
                transform: perspective(400px) rotateY(0deg);
                opacity: 1;
            }
        }
        
        .preloader-content {
            color: white;
            max-width: 500px;
            padding: 0 20px;
        }
        
        .preloader-title {
            font-size: 2.5rem;
            margin-bottom: 15px;
            background: linear-gradient(90deg, #ff8e53, #ff6b6b, #65b2ff, #ffa760);
            background-size: 300% 100%;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradientShift 8s ease infinite;
        }
        
        .preloader-text {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .preloader-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .preloader-btn {
            padding: 12px 30px;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 180px;
        }
        
        .preloader-btn-primary {
            background: linear-gradient(45deg, #ff6b6b, #ff8e53);
            color: white;
        }
        
        .preloader-btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .preloader-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        /* Main content */
        .main-content {
            opacity: 1;
            display: block;
        }
        
        .bg-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        /* Particle animation */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .particle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            animation: float 15s infinite ease-in-out;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translate(0, 0) scale(1);
                opacity: 0.5;
            }
            50% {
                transform: translate(20px, -20px) scale(1.2);
                opacity: 0.8;
            }
        }
        
        /* Content styling */
        .content {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            color: white;
            text-align: center;
            padding: 20px;
        }
        
        h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        p {
            font-size: 1.2rem;
            max-width: 600px;
            margin-bottom: 30px;
        }
        
        .buttons {
            display: flex;
            gap: 20px;
        }
        
        .btn {
            padding: 12px 30px;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .btn-primary {
            background: linear-gradient(45deg, #ff6b6b, #ff8e53);
            color: white;
        }
        
        .btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .preloader-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .preloader-title {
                font-size: 2rem;
            }
            
            h1 {
                font-size: 2.5rem;
            }
            
            .buttons {
                flex-direction: column;
            }
        }