@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: Poppins !important;
}
html,
body {
  height: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

main {
  flex: 1;
}
.eiysys-copyright {
  margin-top: auto;
}
:root {
  --primary: #198f51;
}
.category-label:hover {
  color: #fff;
}
.wp-block-search__inside-wrapper {
  display: flex;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  display: inline-block;
  margin-right: 50px;
}

/* Reading Time & Updated Date */
.reading-time,
.updated-date {
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 5px;
}

/* FAQ Section */
.faq-section {
  margin-top: 40px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
}

.faq-section h2 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
}

.faq-answer {
  font-size: 16px;
  color: #555;
  margin-top: 5px;
}

.loader {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.load-more-btn {
  display: none;
  text-align: center;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.load-more-btn:hover {
  background-color: #0056b3;
}

/* Hover effect for card */
.post-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

/* Meta information styling */
.post-meta {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

/* Excerpt style */
.post-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-top: 10px;
}
.navbar-nav .menu-item a {
  text-decoration: none; /* Removes underline */
}

/* header  */
.navbar-nav .dropdown-menu {
  position: absolute !important;
}

.main-menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.main-menu li {
  position: relative;
}

.main-menu li a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  color: #333;
}

.main-menu li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  display: block;
  font-size: 18px;
  border-bottom: 0.5px solid #fff;
}

.dropdown-menu li a {
  padding: 10px;
  display: block;
  color: #333;
}

.dropdown-menu li a:hover {
  background: #f4f4f4;
}

button.btn.head-search-btn {
  background: #ffac02;
  color: #fff;
  cursor: pointer;
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
}

/* side bar  */

.sidebar {
  /* width: 300px; */
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}
.sidebar-widget {
  margin-bottom: 20px;
}
.widget-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.sidebar-menu {
  margin-top: 20px;
}
.sidebar-nav {
  list-style: none;
  padding: 0;
}
.sidebar-nav li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar-nav li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.sidebar-nav li a:hover {
  color: #007bff;
}

.navbar {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/* Index Main */
.bg {
  background: linear-gradient(rgb(0 48 119 / 0%), rgb(1 38 93 / 62%)),
    url(../images/image.jpg);
  background-size: cover;
  background-position: center;
}
.box-shadow {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.diff-clr {
  background: var(--primary);
}
.index-main {
  color: #002866;
}
.index-sec {
  min-height: 100vh;
  text-align: center;
  padding-top: 130px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.index-main h1 {
  font-size: 48px;
  font-weight: bolder;
  line-height: 58px;
}
.index-main h2 {
  margin: 0px 0px 33px;
  font-weight: bold;
  font-size: 24px;
}
.index-main h3 {
  margin: 0px;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}
.index-main span {
  font-size: 100px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1;
  color: rgb(255, 172, 2);
}
.index-main p {
  max-width: 425px;
  font-size: 22px;
  margin: auto;
}
.index-main a {
  font-size: 22px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  background-color: #ffac02;
  padding: 34px 10px;
  font-weight: bold;
  color: #002866;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.index-main a:hover {
  background: #002866;
  color: white;
}

/*Blog Listing Page  */

.border-title::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -2px;
  width: 40px;
  background-color: var(--primary);
  text-transform: capitalize;
}
.border-title {
  padding-bottom: 12px;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #161616;
  padding-top: 5px;
}
.blog-card a {
  text-decoration: none;
}
.blog-title:hover {
  color: #18a158;
}
.mute-clr {
  color: #8a8a8a;
  font-size: 13px;
}
.main-clr {
  color: var(--primary);
}
a.read-more-btn {
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
.read-more-btn:hover {
  color: #fff;
}
#sidebar h2 {
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  padding: 6px 7px;
  line-height: 34px;
}
#sidebar li {
  list-style: none;
}
#sidebar ol {
  padding: 0;
}
#sidebar li a {
  color: #000;
}
#sidebar ul {
  padding: 0;
}

a.wp-block-latest-posts__post-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.wp-block-latest-posts__post-title {
  color: #fff;
}
.wp-block-latest-posts__post-title:hover {
  color: #ffac02;
}
.footer {
  background: #0d3d77;
  color: #ffff;
}
.footer-btn {
  background: #ffac02;
}

.footer .wp-block-latest-posts__post-title::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.wp-block-group {
  padding: 25px 15px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.17);
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}
.wp-block-latest-posts__post-date {
  color: #8a8a8a;
  font-size: 13px;
}
.category-label {
  background: #0d3d77;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
.single-post .post-title {
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
  color: #161616;
}
.avatar {
  border-radius: 50%;
}
.post-thumbnail img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.wp-block-search__button-outside {
  padding: 10px;
  margin: 14px 0px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.17);
}
button.wp-block-search__button.wp-element-button {
  background: var(--primary);
  color: #ffff;
}
.vcard {
  display: flex;
  gap: 8px;
  align-content: center;
  align-items: center;
}
.comment-respond {
  background: #f7f7f7;
  padding: 25px;
  margin: 30px 0;
}
.comments-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h2.comments-title {
  border: 1px solid #e8e8e8;
  border-bottom-width: 2px;
  padding: 10px 14px;
  border-left: 0;
  border-right: 0;
}
.comment-list {
  border: 1px solid #e8e8e8;
  border-bottom-width: 2px;
  padding: 10px 14px;
  border-left: 0;
  border-right: 0;
  list-style: none;
}

.fn a {
  font-size: 17px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.comment-meta.commentmetadata a {
  color: #999;
}
#respond {
  color: #fff;
  background: #1c1c1c;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Input fields */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 98%;
  padding: 10px;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  background: white;
}

#commentform textarea {
  width: 100%;
  height: 170px;
  resize: none;
}

/* Checkbox (Save my name, email, website) */
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.comment-form-cookies-consent input {
  margin-right: 8px;
}

/* Submit button */
.custom-submit {
  background: var(--primary);
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.comment-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* search page css */
.search-box {
  background: #f9f9f9;
}
.search-btn {
  background: var(--primary) !important ;
  color: #fff !important;
}
.card-flex {
  flex-direction: row !important;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
  border: none !important;
}
.card-img-top {
  height: 231px !important;
  max-width: 311px !important;
  border-radius: 0 !important;
  object-fit: cover;
}
.card-title a {
  font-size: 20px;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none;
}
.card-title a:hover {
  color: var(--primary) !important;
}
.category-title {
  border-left: 1px solid #0d3d77;
  border-width: 3px;
  margin-top: 6px;
  padding-left: 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
/* pagination */

.page-numbers {
  background: transparent;
  color: var(--primary);
  border-radius: 4px;
  display: block;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0px 12px;
  margin: 4px;
  border-radius: 4px;
  border: 1px solid #898989;
  text-align: center;
  font-weight: 400;
}
.current {
  background: var(--primary);
  color: #fff;
}
/* from ab */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  background: #fff;
  color: #000;
  padding: 10px;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  button.toggler.toggle-fill {
    margin-left: 50%;
}
}
@media screen and (max-width: 480px) {
  button.toggler.toggle-fill {
    margin-left: 33%;
}
  .index-main span {
    font-size: 70px;
  }
  .comment-inputs {
    flex-direction: column;
  }
  .card-flex {
    flex-direction: column !important;
  }
}
/* .wp-caption: Style for image captions */
.wp-caption {
  text-align: center;
  margin: 1em 0;
}

/* .wp-caption-text: Style for the caption text under images */
.wp-caption-text {
  font-size: 0.875em;
  color: #666;
  margin-top: 0.5em;
}

/* .gallery-caption: Style for gallery captions */
.gallery-caption {
  font-size: 0.875em;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}

/* .bypostauthor: Style for author name in posts */
.bypostauthor {
  font-weight: bold;
  font-style: italic;
  color: #333;
}

/* .alignright: Style for right-aligned elements */
.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

/* .alignleft: Style for left-aligned elements */
.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* .aligncenter: Style for center-aligned elements */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*  Home New Design */

/* HERO */
.hero {
  padding: 80px 20px;
}
.hero img {
  width: 100%;
}
.hero h1 {
  color: var(--primary);
}
.eiysys-btn {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
a.eiysys-btn:hover {
  background: white;
  color: #18a158;
}

/* ABOUT */
.about {
  background: url("../images/welcom-bg.webp") no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 50px 20px;
  text-align: center;
}

/* SERVICES */
.services {
  background: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.service-cards .card {
  background: white;
  padding: 10px;
  border: none;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
  min-height: 480px;
}
.service-cards .card img {
  height: 200px;
}

.service-cards h3 {
  margin: 10px 0;
}
.about img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
}
/* header toggle Icon */
.toggler {
  /* border: none;
  background: transparent;
  font-size: 24px; */
  cursor: pointer;
  display: none;
}

/* === Minimal === */
.toggle-minimal {
  background: transparent;
  border: none;
  color: #fff;
}

/* === Outline === */
.toggle-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.toggle-outline:hover {
  background: #000;
  color: #fff;
}

/* === Fill === */
.toggle-fill {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.toggle-fill:hover {
  background: #444;
  border-color: #444;
}
.header-search {
  position: relative;
  display: inline-block;
}

/* icon button */
.search-toggle {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
.search-form {
  display: none;
  position: absolute;
  top:0;
  right: 0;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  align-items: center;
  gap: 6px;
}
.search-field{
  width: 170px;
}
.search-input {
  padding:5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.search-submit {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 3px 7px;
  border-radius: 4px;
  cursor: pointer;
}

.header.preset1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.header.preset2 .logo {
  text-align: center;
}
.header.preset2 .nav {
  margin-top: 10px;
  text-align: center;
}


.header.preset3 .full-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
    
}
.header.preset3 .nav-link{
  white-space: nowrap;
}
.header.preset3 .search-middle {
  flex: 1;
  text-align: center;
}


