#whatsapp-button {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 60px;
  height: 60px;

  z-index: 1000;
}
#whatsapp-button-2 {
  position: fixed;
  bottom: 30px;
  left: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.circle,
.circle-fill {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #25d366;
  animation: pulsate 1.5s infinite;
}

.circle {
  width: 100%;
  height: 100%;
}

.circle-fill {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  opacity: 0.5;
}

.circle-img {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem; /* Adjust this size as needed */
  color: #3bb24f;
}
.circle-img-2 {
  transform: translateY(-50%); /* Offset for vertical centering */
  width: 55px; /* Circle diameter */
  height: 55px; /* Circle diameter */
  background-color: #0072ff; /* Circle background color */
  border-radius: 50%; /* Make it a perfect circle */
  display: flex; /* Flexbox to center content */
  align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
  font-size: 1.8rem; /* Icon size */
  color: white; /* Icon color */
  padding-left: 1px;
  cursor: pointer; /* Pointer cursor for clickable element */
}

.circle-img-2:hover {
  background-color: #0072ff; /* Slightly darker green on hover */
}

.sliderText {
  font-size: 32px;
  line-height: 100px;
  padding-right: 8px;
  font-style: normal;
  /* font-weight: semibold; */
  font-family: var(--title-font);
  color: white;
  user-select: none;
  text-transform: uppercase;
  /* color: transparent; */
  /* -webkit-text-stroke: 1px rgb(255, 255, 255); */
}

.sliderSpacer {
  width: 80px;
  height: 5px;
  margin: 0 20px;
  /* margin-right: 40px; */
  padding: 0px;
  border-radius: 50%;
  /* display: inline-block; */
  transform: translateY(-10px);
  background: var(--primary-color);
}

.services-list {
  margin-top: 20px;
  margin-bottom: -10%;
}

.service-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  padding-left: 0;
  list-style: none;
}
.service-columns-100 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  padding-left: 0;
  list-style: none;
}

.service-columns li {
  background: linear-gradient(
    90deg,
    #000000 0%,
    #002366 100%
  ); /* Black to Blue gradient similar to the image */
  color: white; /* White text */
  padding: 10px 15px;
  margin-bottom: 5px;
  list-style-type: none;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase; /* Makes text uppercase like in the logo */
  display: flex;
  align-items: center;
  font-family: "Arial", sans-serif; /* Adjust to match the font in your logo */
}
.service-columns-100 li {
  background: linear-gradient(
    90deg,
    #025b37 0%,
    #02d580 100%
  ); /* Black to Blue gradient similar to the image */
  color: white; /* White text */
  padding: 10px 15px;
  margin-bottom: 5px;
  list-style-type: none;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase; /* Makes text uppercase like in the logo */
  display: flex;
  align-items: center;
  font-family: "Arial", sans-serif; /* Adjust to match the font in your logo */
}

.service-columns li:hover {
  background: linear-gradient(
    90deg,
    #002366 0%,
    #000000 100%
  ); /* Inverted gradient on hover */
  cursor: pointer;
  transition: background 0.4s ease;
}
.service-columns-100 li:hover {
  background: linear-gradient(
    90deg,
    #02d580 0%,
    #005734 100%
  ); /* Inverted gradient on hover */
  cursor: pointer;
  transition: background 0.4s ease;
}
.custom-lineBtn {
  display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 20px 2px 20px;
  font-size: 14px;
  border: none;
  /* margin-right: 1rem; */
  text-transform: uppercase;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  animation: pulsate 1.5s infinite;
}
.animation-custome {
  animation: pulsate 1.5s infinite;
}

.name-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  background-color: #93c0c9ed; /* Light background color */
  color: #000; /* Text color */
  font-weight: bold;
  margin: 5% 2% 0 0;
  font-size: 1.2rem; /* Adjust font size as needed */
  border-radius: 50%; /* Makes it a perfect circle */
  text-transform: uppercase; /* Ensures the initial is uppercase */
}
.gigs-style {
  color: white; /* White text */
  padding: 25% 10%;
  font-size: 1rem;
  margin-bottom: 5px;
  list-style-type: none;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase; /* Makes text uppercase like in the logo */
  text-align: center;
  font-family: "Arial", sans-serif;
}

.d-priceNew {
  margin-bottom: 30px;
  position: relative;
  font-size: 80px;
  letter-spacing: -0.08em;
  line-height: 1em;
  padding-right: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.d-priceNew span {
  font-size: 24px; /* Smaller size for AED */
  position: relative;
  top: -0.4rem; /* Adjust vertical alignment */
  margin-left: 5px; /* Space between number and currency */
  letter-spacing: -0.2rem;
}

/* styling with new demands */
.custom-bg-color {
  background-color: rgb(171, 183, 193);
}

/* media quries starts from here */
@media (max-width: 768px) {
  .service-columns {
    grid-template-columns: 1fr; /* Single column on mobile for readability */
  }
  .service-columns-100 {
    grid-template-columns: 1fr; /* Single column on mobile for readability */
  }
  .customHeading {
    font-size: 2.6rem;
  }
}

/* Responsive styling for mobile screens */
@media (max-width: 768px) {
  .sliderText {
    font-size: 24px; /* Adjust font size for smaller screens */
    line-height: 40px; /* Reduced line-height for better readability */
    padding-right: 4px; /* Reduced padding to fit smaller screens */
    -webkit-text-stroke: 0.5px rgb(255, 255, 255); /* Thinner stroke */
  }
  .sliderContiner {
    margin-top: -20%;
  }
  .sliderSpacer {
    transform: translateY(-5px);
  }
  .topMarginWelcom {
    margin-top: -50%; /* Reduced top space for mobile */
  }
}

@media (max-width: 480px) {
  .sliderText {
    font-size: 20px; /* Even smaller font for very small screens */
    line-height: 30px;
    padding-right: 2px; /* Further reduced padding */
    -webkit-text-stroke: 0.3px rgb(255, 255, 255); /* Minimal stroke on smaller screens */
  }
  .sliderContiner {
    margin-top: -20%;
  }
  .sliderSpacer {
    transform: translateY(-5px);
  }
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* Mobile screens (376px and below) */
@media (max-width: 376px) {
  /* .float-text {
    display: none;
  } */
}

/* Small devices (up to 576px) */
@media (min-width: 377px) and (max-width: 576px) {
  /* .float-text {
    display: none;
  } */
}
/* Small devices (up to 576px) */
@media (min-width: 400px) and (max-width: 480px) {
  .menu_side_area {
    gap: 1.8rem;
  }
}

/* Medium devices (up to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  /* .float-text {
    display: none;
  } */
}

/* Large devices (up to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  /* .float-text {
    display: none;
  } */
}

/* Extra large devices (up to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  /* .float-text {
    display: none;
  } */
}

/* Larger screens (up to 1440px) */
@media (min-width: 1201px) and (max-width: 1440px) {
  /* .float-text {
    font-size: 16px;
    margin-left: 12%;
  } */
}

/* Larger screens (up to 1440px) */
@media (min-width: 1440px) and (max-width: 1680px) {
  /* .float-text {
    font-size: 16px;
    margin-left: 10%;
  } */
}

/* new styling for our services */

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service-card {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .service-card {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.service-box {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Hover effect for desktop */
.service-box:hover,
.service-box:active {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 4rem;
  color: #d9534f;
  margin-bottom: 15px;
}

.service-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.service-link {
  text-decoration: none;
  color: inherit;
}

.service-corner-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
}

.service-corner-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  display: none;
}

.service-box:hover .service-corner-icon {
  display: block;
}

.text-line-custom {
  color: transparent !important;
  -webkit-text-stroke: 2px #000;
}

/* Contact Form Section */
.contact-section {
  position: relative;
}

.form-container {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-main {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: auto;
  display: inline-block;
}

.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .form-container {
    padding: 20px;
    margin: 15px;
  }

  .form-control {
    padding: 10px 12px;
  }

  .btn-main {
    width: 100%;
    padding: 12px 20px;
  }
}

/* two images style */
