/*
Theme Name: enjazoffice THEME
Theme URI: https://enjazoffice.com/
Author: Powered By enjazoffice
Author URI: https://wordpress.org/
Description: enjazoffice 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.
*/

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;
  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-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 */
.navbar{
  background-color: white !important;
}
.navbar a{
  color:black !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 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Style form elements */
.wpcf7-form {
  max-width: 400px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  direction: rtl;

}

form.wpcf7-form.sent {
    margin-top: 50px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form label {
  font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  border: none;
  color: white;
  cursor: pointer;
}

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

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
}
/* 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 */
}
