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

/* nav */
/* nav */
.hero-wrap {
  position: relative;
  background: url('https://enjazgov.com/wp-content/uploads/2025/08/d60de60f6e1b8b61b81a24c85e997fac-1-1.jpg  ') center center/cover no-repeat;
  color: white;
}

.hero-wrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.hero-navbar {
  background: transparent !important;
  position: relative;
  z-index: 2;
}

.navbar-brand img {
  max-height: 100px;
}

/* ====== Hero Section ====== */
.hero-section {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}


/* ====== Button Styles ====== */
.hero-cta {
  background-color: #ffc107;
  color: #000;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.hero-cta:hover {
  background-color: #ffeb3b;
  color: #000;
}

/* ====== Mobile Adjustments ====== */
@media (max-width: 991px) {
  /* Center logo in mobile */
  .navbar-brand {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 0.5rem;
	    position: relative;
  z-index: 3; /* higher than overlay's z-index:0 */
  }
  .navbar-toggler {
    margin: 0 auto 1rem auto;
    display: block;
  }
  /* Center hero text */
  .hero-section .text-right {
    text-align: center !important;
  }
}
/* end nav */
@font-face {
  font-family: 'ReadexPro-Regular';

  src: url('/wp-content/themes/enjazgov/webfonts/ReadexPro-Regular.woff2') format('woff2');
	  src: url('/wp-content/themes/enjazgov/webfonts/ReadexPro-Regular.woff') format('woff');
  /* Add more font formats if you have them */
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}





header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* menu icon */
@media (max-width: 991.98px) {
  .navbar-toggler {
    order: -1; /* Move the toggler to the left */
    margin-right: auto; /* Push the toggler to the left edge */
    margin-left: 15px; /* Add some space between the toggler and the logo */
  }
  
}


/* end menu icon */

  body {
    font-family: 'ReadexPro-Regular', 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;
  }


/* 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 */


/* end navbar */


/* 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 */
.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-title {
  font-weight: bold;
}

.card-text {
  font-size: 14px;
}

@media (min-width: 576px) {
  .card {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .card {
    max-width: 600px;
  }
}

/* end cards */


/*  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 */




/* 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: 75px;
  height:75px;
  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: 19px;
}
/* Customizing the contact icon */


/* Customizing the contact icon */
.contact-icon2 {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  font-size: 35px;
  background-color: #05a400;
  color: #fff;
  border-radius: 50%;
  width: 75px;
  height:75px;
  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: 19px;
}
/* Customizing the contact icon */

/* Plan style */


.card-header h4, .card-header h5 {
    margin: 0;
}

.card ul {
    padding-left: 0;
    list-style: none;
}

.card ul li {
    margin-bottom: 10px;
}

.card ul li i {
    margin-right: 10px;
}

.card button {
    transition: background-color 0.3s ease;
}

.card button:hover {
    background-color: #004085;
}

/* End Plan style */
