/*
Theme Name: taxisabahelsalem THEME
Theme URI: https://taxisabahelsalem.com/
Author: Powered By taxisabahelsalem
Author URI: https://wordpress.org/
Description: taxisabahelsalem Company is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
*/
    .stars i {
      color: #FFD700;
    }
header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* owl carousel arrows */
.owl-carousel {
    position: relative;
}

.owl-carousel .item {
    position: relative;
}

.image-container {
    position: relative;
}

.image-container .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff0000; /* Red background color */
    border-radius: 50%; /* Make it circular */
    width: 60px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    z-index: -1; /* Behind the image */
}

.owl-carousel img {
    display: block;
    max-width: 100%;
    height: auto;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.owl-carousel .owl-nav button {
    border: none;
    cursor: pointer;
    outline: none;
    width: 40px; /* Set a fixed width */
    height: 40px; /* Set a fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px; /* Adjust margin as needed */
    position: relative;
}

.owl-carousel .owl-nav button .circle {
    background: #ff0000; /* Red background color */
    border-radius: 50%; /* Make it circular */
    width: 60px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; /* Behind the arrow */
}

.owl-carousel .owl-nav button span {
    color: #fff; /* White text color */
    font-size: 24px;
    z-index: 1; /* On top of the circle */
}

.owl-carousel .owl-nav button:hover .circle {
    background: #990000; /* Darker red background color on hover */
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .owl-carousel .owl-nav {
        padding: 0 10px; /* Adjust padding for smaller screens */
    }

    .owl-carousel .owl-nav button {
        width: 30px; /* Adjust width for smaller screens */
        height: 30px; /* Adjust height for smaller screens */
        margin: 0 5px; /* Adjust margin for smaller screens */
    }

    .owl-carousel .owl-nav button .circle {
        width: 50px; /* Adjust width for smaller screens */
        height: 50px; /* Adjust height for smaller screens */
    }

    .owl-carousel .owl-nav button span {
        font-size: 18px; /* Adjust font size for smaller screens */
    }
}
/* Style for Next and Previous Navigation Buttons */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    /* Your styles for the next and previous buttons */
    background: #0b6b89; /* Red background color */
    color: #fff; /* White text color */
    font-size: 24px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background 0.3s, color 0.3s;
	margin-left: -18px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    /* Your styles for the next and previous buttons on hover */
    background: #990000; /* Darker red background color on hover */
}

/* Style for Pagination Dots */
.owl-carousel button.owl-dot {
    /* Your styles for the pagination dots */
    background: #ff0000; /* Red background color */
    border: none;
    cursor: pointer;
    outline: none;
    transition: background 0.3s;
}

.owl-carousel button.owl-dot.active {
    /* Your styles for the active pagination dot */
    background: #990000; /* Darker red background color for active dot */
}

/* End owl carousel arrows */



  body {
        font-family: 'Readex Pro', sans-serif;
  }

  .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    background: white;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 5px;
  }
  
  .social-icons a {
    display: block;
    margin: auto;
  }



/* Customizing the contact icon */
.contact-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-size: 35px;
  background-color: #05a400;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height:90px;
  text-align: center;
  line-height: 5s0px;
  transition: all 0.3s ease;
}

.contact-icon:hover {
  background-color: #a4d3fc;
  transform: scale(1.1);
}
.contact-icon i{
  margin-top: 22px;
}
/* Customizing the contact icon */

/* Customizing the contact icon 2 */

/* This code for to make it right */


.contact-icon2 {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  font-size: 35px;
  background-color: #05a400;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height:90px;
  text-align: center;
  line-height: 5s0px;
  transition: all 0.3s ease;
}

.contact-icon2:hover {
  background-color: #a4d3fc;
  transform: scale(1.1);
}
.contact-icon2 i{
  margin-top: 22px;
}

/* This code for to make it left */
/* .contact-icon2 {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  font-size: 35px;
  background-color: #05a400;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height:90px;
  text-align: center;
  line-height: 5s0px;
  transition: all 0.3s ease;
}

.contact-icon2:hover {
  background-color: #a4d3fc;
  transform: scale(1.1);
}
.contact-icon2 i{
  margin-top: 27px;
} */
/* Customizing the contact icon */

/* carousel */
.custom-bg-dark {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/banner-bg.webp');
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    color: #fff; /* White text color */
}

.carousel-item {
  position: relative;
}


.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* carousel */

/* image post responsive */


.wp-block-image img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/* end image post responsive */

/* home page posts pagination */

/* end of home page posts pagination */
/* NAVBAR STYLES */
  /* NAVBAR STYLES */
    .navbar {
      font-weight: bold;
      background-color: rgba(248, 249, 250, 0.7);
      backdrop-filter: blur(10px);
      position: fixed;
      top: 1rem;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 0.5rem 1rem;
      border: 1px solid #000;
      border-radius: 40px;
      overflow: hidden; /* ensure background inside border */
      margin: 0 auto;
      max-width: 98%;
    }
    .navbar .container-fluid {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
    }
    .navbar-brand {
      flex: 0 0 auto;
      border-radius: 50%;
      padding: 4px;
      border: none;
    }
    .navbar-brand img {
      max-width: 100px;
      height: auto;
      display: block;
    }
    .navbar-nav {
      flex: 1 1 auto;
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin: 0;
      padding: 0;
    }
    .navbar-nav .nav-link {
      color: #333;
      position: relative;
      padding: 0.5rem;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #fcd307;
    }
    .navbar-nav .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 0;
      left: 0;
      height: 3px;
      background-color: #fcd307;
    }
    .btn-contact {
      flex: 0 0 auto;
      background-color: #fcd307;
      color: #000;
      border-radius: 25px;
      padding: 0.5rem 1rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      border: 1px solid #000;
      transition: background-color 0.3s ease;
    }
    .btn-contact:hover {
      background-color: #e6c305;
      color: #000;
    }
/* HERO SECTION STYLES */
.hero-section {
  position: relative;
  height: 100vh;
  background: url('https://taxisabahelsalem.com/wp-content/uploads/2025/05/taxi.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
}
.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.hero-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.hero-content .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.hero-content .btn-light {
  background-color: #fff;
  color: #000;
}
.hero-content .btn-light:hover {
  background-color: #e9e9e9;
}
.hero-content .btn-warning {
  background-color: #fcd307;
  color: #000;
}
.hero-content .btn-warning:hover {
  background-color: #e6c305;
}
/* navbar */
/* .navbar{
  
}
.navbar a{
  color:white !important;
}
.ltr{
direction: ltr !important;
}

.rtl{
  direction: rtl !important;
  }
 */
/* end navbar */


/* Packages  */

 .pricing {
      margin-top: 50px;
    }
    .pricing .card {
      border: none;
      border-radius: 15px;
      transition: all 0.3s;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .pricing .card:hover {
      transform: translateY(-10px);
    }
    .pricing .card-header {
      background-color: #f9f9f9;
      border-bottom: none;
      padding: 20px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    .pricing .card-body {
      padding: 40px;
    }
    .pricing .price {
      font-size: 25px;
      font-weight: bold;
      color: #007bff;
    }

/* End Packages */


/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
}

.pagination .page-link {
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.pagination .page-item.active .page-link {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* end pagination */


@media (max-width: 767px) {
.counter {
  margin-top: 50px;
}
}




/* cards */

/* end cards */

/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/*  embdaded video */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio (h/w * 100) */
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about us */

 /* CSS styles */
 .section-title {
  font-size: 24px;
  font-weight: bold;
}

.section-item {
  margin-bottom: 10px;
  font-size: 18px;
}

.icon {
  margin-right: 10px;
}
/* end about us */

/* contact us */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333; /* Default text color for the form */
}

.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333; /* Ensure labels are visible */
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff; /* White background for inputs */
    color: #333; /* Dark text for inputs */
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #555;
}

.wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff; /* White background for responses */
}

.wpcf7-mail-sent-ok {
    border-color: #4CAF50;
    color: #4CAF50;
}

.wpcf7-validation-errors {
    border-color: #f44336;
    color: #f44336;
}

.wpcf7-not-valid-tip {
    color: #f44336;
    font-size: 0.9em;
}

@media (max-width: 600px) {
    .wpcf7-form {
        padding: 10px;
    }
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form textarea {
        padding: 8px;
    }
}

/* end contact us  */


/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/* styles.css */

/* Service container styles */
.service {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; /* Added for smooth transition */
}

/* Icon wrapper styles */
.icon-wrapper {
  margin-bottom: 20px; /* Increased margin for better spacing */
}

/* Icon styles */
.service .icon-wrapper i {
  color: #007bff; /* Default icon color */
  font-size: 3rem; /* Increased icon size for better visibility */
  transition: all 0.3s ease; /* Added for smooth transition */
}

/* Title styles */
.service h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Paragraph styles */
.service p {
  font-size: 18px;
}

/* Hover effect */
.service:hover {
  transform: translateY(-5px); /* Move the service box up slightly on hover */
}

/* Color change */
.service:hover .icon-wrapper i {
  color: #ff6347; /* Change icon color on hover */
}
