/* Social Icons */
.social-icons {
  margin-top: 10px;
}

.social-icon {
  color: #fff;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #007bff;
}

/* Custom WhatsApp Button */
.whatsapp-btn {
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #20b358;
  text-decoration: none;
  color: rgb(3, 0, 0);
}
.hero-section {
    background: url('https://github.com/yazeedayesh/aldabouqi2/raw/main/image/6.jpg') no-repeat center center/cover;
    height: 70vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* Custom Call Button */
.call-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  transition: background-color 0.3s ease;
  margin-left: 10px; /* Adds space between the buttons */
}

.call-btn:hover {
  background-color: #0056b3; 
}

/* Carousel Item */
.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

/* Other Classes for Page Styling */
body {
  background: linear-gradient(to right, #cacaca, #cacaca);
}

.header {
  position: relative;
  background: url('https://github.com/yazeedayesh/aldabouqi2/raw/main/image/2.jpg') no-repeat center center;
  background-size: cover;
  height: 60vh; 
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.about-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.carousel-item.active {
  background: url('https://github.com/yazeedayesh/aldabouqi2/raw/main/image/2.jpg') no-repeat center center;
  background-size: cover;
  height: 400px; 
}


@media (max-width: 768px) {
  .about-image {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-image {
    margin-bottom: 15px;
  }

  .carousel-item.active {
    height: 300px; 
  }
}

header .container {
  position: relative;
  z-index: 2;
  padding: 20px;
}

header .text-white {
  background: rgba(0, 0, 0, 0.5); 
  padding: 20px; 
  border-radius: 5px; 
  color: #fff; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
  font-weight: bold; 
  text-transform: uppercase; 
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(5, 5, 5);
  opacity: 0.5;
  z-index: 1;
}
/* Custom Social Icon Style */
.social-icon {
  color: #070321;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #11457d; 
}

/* Define a common background color */
:root {
  --background-color: #343a40; 
}

/* Navigation Bar Style */
.navbar {
  background-color: var(--background-color); 
}
/* Navigation Bar Style */
.navbar {
  background-color: #333;
}

.navbar-nav .nav-link {
  color: #f8f9fa; 
}

.navbar-nav .nav-link:hover {
  color: #eb3656; 
}
/* Style for keyword list */
.keyword-list {
  list-style-type: none; /* Remove default list bullets */
  padding: 0; /* Remove padding */
}

.keyword-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.keyword-list i {
  font-size: 1.5rem;
  color: #007bff; 
  margin-right: 10px;
}

/* Style for main heading */
.main-heading {
  font-size: 36px; /* Increase font size */
  color: #000000; /* Set text color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Add text shadow for better visibility */
  margin-bottom: 20px; /* Add margin at the bottom */
}

.phone-number {
  color: #007bff; /* Set color for phone number */
  text-decoration: none; /* Remove underline from phone number */
  font-weight: bold; /* Make phone number bold */
}

.phone-number:hover {
  text-decoration: underline; /* Add underline on hover */
}
  .body {
  font-family: 'Roboto', sans-serif; /* استبدل 'Roboto' بالخط الذي اخترته */
}
.header-content h3 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .header-content a:hover {
            background-color: #333;
        }
        
        .about-section {
            padding-top: 40px;
        }
        
        .about-image {
            position: relative;
        }
        
        .about-image::before {
            position: absolute;
            content: '';
            background-image: url(https://i.ibb.co/d6KQxz0/dots.jpg);
            background-position: center center;
            background-size: cover;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: -1;
        }
        
        .about-image .single-image {
            width: 100%;
        }
        
        .about-content h3 {
            color: #333;
            font-family: 'Poppins', sans-serif;
            padding-bottom: 10px;
        }
        
        .about-content p {
            margin-bottom: 0px;
            line-height: 28px;
            letter-spacing: 0.5px;
            color: #646464;
            font-family: 'Poppins', sans-serif;
        }
        
        .main-btn {
            display: inline-block;
            font-weight: 600;
            text-align: center;
            border: 1px solid #eb3656;
            padding: 0 30px;
            line-height: 48px;
            color: #fff;
            transition: all .8s ease-out 0s;
            background-color: #eb3656;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-decoration: none;
        }
        
        .main-btn:hover {
            background: #333;
            color: #fff;
            border-color: #333;
            transition: all .8s ease-out 0s;
            text-decoration: none;
        }
.header-content h3 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        .header-content a:hover {
            background-color: #333;
        }
        #main-keywords {
            padding: 2rem 0;
        }
        .keyword-list {
            list-style-type: none;
            padding: 0;
        }
        .keyword-list li {
            margin-bottom: 0.5rem;
        }
        .keyword-list a {
            text-decoration: none;
            color: #2511ba;
            font-weight: 500;
        }
        .keyword-list a:hover {
            color: #090304;
        }
        .services {
            padding: 3rem 0;
        }
        .service-item {
            transition: transform 0.3s ease;
            background: #fff;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
            text-align: center;
        }
        .service-item:hover {
            transform: translateY(-10px);
        }
        .service-item h3 {
            margin-top: 1rem;
            color: #060707;
        }
        .service-item p {
            font-size: 1rem;
            color: #666;
        }
        .service-item i {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #1fb5ac;
        }

.body {
            background: #a09999b1;
            color: #020202;
            font-family: 'Arial', sans-serif;
        }

        .navbar {
            background: #098b83;
        }

        .navbar-brand,
        .nav-link {
            color: #fff;
        }

        .navbar-brand:hover,
        .nav-link:hover {
            color: #d1e7e2;
        }

        .hero-section {
            background: url('https://source.unsplash.com/1600x900/?furniture') no-repeat center center/cover;
            height: 70vh;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .hero-section h1 {
            font-size: 3rem;
            margin-bottom: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .hero-section p {
            font-size: 1.5rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }

        .services {
            padding: 3rem 0;
        }

        .service-item {
            transition: transform 0.3s ease;
            background: #fff;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 2rem;
            text-align: center;
        }

        .service-item:hover {
            transform: translateY(-10px);
        }

        .service-item h3 {
            margin-top: 1rem;
            color: #060707;
        }

        .service-item p {
            font-size: 1rem;
            color: #666;
        }
        .service-item i {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #1fb5ac;
        }

