/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.site-header .header-inner {
  align-items: center;
}
.mb0 p {
  margin-bottom: 0;
}
.site-navigation ul.menu li.menu-item-has-children > a::after {
  display: none !important;
}
.search .search-bar {
  margin-bottom: 20px;
  text-align: center;
}
input.search-submit {
    color: white;
}
.custom_recent_post {
  padding: 50px 0;
}
div#post-container {
  margin-bottom: 50px;
}
.post-content h2 a {
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
}
h1.entry-title {
  color: black;
}
.e-n-tabs-content h2 {
  margin-top: 0;
}
/*.elementskit-single-testimonial-slider{
    height:340px;
}*/

.e-n-accordion-item:first-child .e-n-accordion-item-title {
  border-width: 0px 0px 0px 0px !important;
}
.site-navigation ul.menu li.menu-item-has-children:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/01/back-arrow.png);
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 13px;
  left: -6px;
}

.whitebtnhover a:hover {
  background-color: black !important;
}
.author h1.entry-title {
  color: #ffffff;
}
nav.breadcrumb a {
  color: white;
}
.page-template-template-blog .entry-title,
.category .entry-title {
  color: white;
}
.header-inner .elementor-button {
  border: 2px solid black;
}
.header-inner .elementor-button:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}
input.search-submit {
  padding: 9px !important;
  border: none;
}
.page-header {
  text-align: center;
  padding: 80px 0;
}
.swiper-pagination-bullets {
  display: none !important;
}

.selection span {
  background-color: white;
}

.submenu-toggle svg {
  fill: #000 !important;
  width: 16px;
  height: 16px;
}

button.site-navigation-toggle {
  background-color: white !important;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon {
  width: 1.5rem !important;
}

h4.footer-widget-title {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

header#site-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu {
  padding-left: 17px;
}
.footer-bottom-links ul {
  list-style-type: none;
  padding: 0;
  display: flex !important;
  gap: 10px;
}
.container.footer-container.site-footer {
  justify-content: space-between;
}
.footer-inner {
  display: block !important;
}
.site-footer {
  padding-bottom: 0;
}
.footer-container {
  padding-bottom: 20px;
}
.wp-block-social-links svg {
  fill: white;
}
.wp-block-social-links {
  list-style-type: none;
}
footer figure.wp-block-image.size-full {
  margin-left: 0;
}
.sidebarblog {
  margin-top: 15px;
}
.sidebarblog h3 {
  margin-bottom: 0px;
}
.wp-block-social-links {
  padding: 10px 0;
}
.post-thumbnail img {
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.container.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
.menu a {
  color: #f1f1f1;
}
.site-footer {
  display: flex;
  gap: 20px;
}

.footer-fixed {
  display: none;
}
footer#site-footer {
  background: black;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 99;
  font-size: 16px;
  outline: none;
  background-color: black;
  color: #ffffff;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #fff;
}
footer .menu a {
  color: #f1f1f1;
  font-size: 16px;
  font-family: "Jost";
}
.footer-copyright p {
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .header-inner .elementor-button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .elementor-button {
    display: none;
  }
  .footer-fixed {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 10;
  }
  .footer-bottom {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-bottom-links .menu {
    max-height: max-content;
  }
  .e-con-boxed {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container.footer-bottom-container {
    display: block;
  }

  button.toggle-button {
    border: none;
    padding: 0;
    position: absolute;
    right: 20px;
  }
  .site-footer {
    padding: 10px 0 !important;
  }
  .footer-column.w-20 {
    width: 100%;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-logo.show img {
    width: 70px;
  }
}
footer .sub-menu {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0; /* Initially collapsed */
}

footer .submenu-active .sub-menu {
  max-height: none; /* Expands fully */
}

footer .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  footer .menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  footer .sub-menu {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}

.footer-widget.collapsed .menu,
.footer-widget.collapsed ul {
  display: none;
}

/*customise */

.footer-column.w-20.text-center.products {
  display: none;
}

.single-post.elementor-kit-6 h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0;
}
.single-post .container a:hover {
  color: black ;
}
.ez-toc-widget-container li.active>a{
  font-weight:500;
}
.single-post-thumbnail img {
  border-radius: 20px;
}
.single-post-thumbnail {
  margin-bottom: 15px;
}
.single-post button {
  border: none;
}

.single-post ol,
.single-post ul {
  margin-bottom: 20px;
}
.single-post table {
  border-radius: 21px;
}
.single-post th:first-child {
  border-top-left-radius: 18px;
}
.single-post th:last-child {
  border-top-right-radius: 18px;
}
.single-post-text h1 {
  font-size: 40px;
  line-height: 1;
}
.rightblogspace {
  margin-top: 50px;
}
.footer-right-address ul {
  list-style-type: none;
  padding: 0;
}
.footer-right-address ul li {
  margin-bottom: 10px;
}

.single-post-content.container {
  display: block;
  grid-template-columns: 70% 27%;
  gap: 30px;
  margin: 50px auto;
  max-width: 1300px;
  padding: 0 20px;
}

.faq a {
  text-decoration: underline;
}
p a {
  text-decoration: underline !important;
}
.ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
form.search-form {
  display: flex;
  gap: 5px;
}

@media only screen and (max-width: 1024px) {
  .gallery-our-project a img {
    width: 370px;
    height: 170px;
    object-fit: cover;
  }

  div#ekit-megamenu-megamenu a br {
    display: none;
  }
  #ekit-megamenu-megamenu .e-n-tab-title::after {
    content: "";
    background: #fff url("/wp-content/uploads/2025/01/down.png") no-repeat
      center center;
    background-size: 19px;
    border: 1px solid;
    border-radius: 10px;
    width: 40px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    right: 20px;
    position: absolute;
  }

  .elementskit-menu-overlay {
    transition: none !important;
  }

  #ekit-megamenu-megamenu .e-n-tabs-content figure {
    display: none !important;
  }
  div#ekit-megamenu-megamenu a {
    font-size: 16px !important;
  }
  #ekit-megamenu-megamenu .e-n-tabs-content div {
    padding: 0;
  }
  #ekit-megamenu-megamenu .e-n-tab-title {
    margin: 0 !important;
  }
  #ekit-megamenu-megamenu a.ekit-menu-nav-link.active {
    color: white !important;
    background: black;
  }
  #ekit-megamenu-megamenu a.ekit-menu-nav-link.active i {
    color: white !important;
    fill: #101010;
  }
  #ekit-megamenu-megamenu a.ekit-menu-nav-link.active {
    background: black !important;
  }
  h4.elementor-image-box-title {
    text-align: left;
    padding-left: 30px;
  }
  #ekit-megamenu-megamenu .e-n-tab-title {
    background: white !important;
  }
  #ekit-megamenu-megamenu .e-n-tabs-content div {
    background: white !important;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .flex-set {
    display: block;
  }
  .single-post .flex-single-set {
    display: block;
    gap: 20px;
  }
  .sidebar {
    position: static !important;
  }
  .single-post-thumbnail img {
    border-radius: 10px;
  }
}

/*customised end*/
@media (min-width: 768px) {
  .toggle-button {
    display: none;
  }
  .footer-widget ul {
    display: block;
  }
}

.footer-widget.collapsed .menu-footerservicesmenu-container,
.footer-widget.collapsed .menu-footerservicesmenu-container ul {
  display: none;
}
.footer-widget.collapsed .menu,
.footer-widget.collapsed ul {
  display: none;
}
html {
  scroll-behavior: smooth;
}
/* test */
/* General Navigation Styles */
.site-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 15px;
}

.site-navigation ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.site-header .header-inner {
  justify-content: space-between;
}

.site-navigation ul.menu li {
  position: relative;
}

.site-navigation ul.menu li a {
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  transition: color 0.3s ease;
}

.site-navigation ul.menu li a:hover {
  color: black;
}

/* Sub-menu Styles */
.site-navigation ul.menu li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 10px 0;
  border-radius: 5px;
}

.site-navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

.site-navigation ul.menu li.menu-item-has-children > ul.sub-menu li a {
  color: #333;
  font-size: 14px;
}

.site-navigation ul.menu li.menu-item-has-children > ul.sub-menu li a:hover {
  color: black;
}

/* Sub-menu arrow indicator */
.site-navigation ul.menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.site-navigation ul.menu li.menu-item-has-children:hover > a::after {
  transform: rotate(-135deg);
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
  .site-navigation-dropdown ul.menu > li li {
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    transform: translateX(10px);
    max-height: initial;
  }
  .site-navigation {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .site-navigation ul.menu {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .site-navigation ul.menu li {
    width: 100%;
  }

  .site-navigation ul.menu li a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .site-navigation ul.menu li a:hover {
    background-color: black;
    color: #ffffff;
  }

  .site-navigation ul.menu li.menu-item-has-children > ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    border: 1px solid #ddd;
    display: none; /* Hidden by default */
  }

  .site-navigation
    ul.menu
    li.menu-item-has-children.menu-item-active
    > ul.sub-menu {
    display: block; /* Show when active */
  }

  /* Toggle Button for Submenu */
  button.toggle-submenu {
    position: absolute;
    right: 10px;
    top: 25px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #333;
  }

  /* Default arrow down */
  button.toggle-submenu::after {
    content: "";
    display: inline-block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  /* Arrow up for active submenu */
  .menu-item-active button.toggle-submenu::after {
    transform: rotate(-135deg);
  }
  .site-navigation-dropdown ul.menu li.current-menu-item a {
    color: black;
    background: white;
  }
  .site-navigation-dropdown ul.menu a {
    color: black;
    background: white;
  }
  ul.sub-menu {
    display: none;
    overflow: hidden;
  }
  .site-navigation-dropdown ul.menu li a {
    padding: 15px;
  }
}

.blog-header {
  background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)),
    url(/wp-content/uploads/2025/01/blog-hero.jpg);
  width: 100%;

  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  background-size: cover;
  object-fit: contain;
  align-items: center;
  display: flex;
}
.single-post .blog-header {
  background: #1e1e1e;
}
.category .blog-header {
  background: #1e1e1e;
}
.blog-header .container {
  text-align: center;
  width: 100%;
}
nav.breadcrumb {
  color: #fff !important;
}
nav.breadcrumb a:hover {
  color: #fff !important;
}
.copyright p{
  margin:0;
}
.footercontact {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: flex
;
    justify-content: space-between;
    border-top: 1px solid;
    left:0;
}
.footercontact > div {
    padding: 15px;
    width: 50%;
    background:white;
}
.footercontact .consultation_opener {
    background: black;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #fff;
    z-index: 99;
}
.footercontact .consultation_opener i {
    margin-right: 1rem;
}
.footercontact>div a {
    display: flex
;
}
.footercontact>div a img {
    margin-right: 1rem;
}
@media (min-width: 768px) {
    .footercontact {
        display: none;
    }
}
.single-post .entry-title {
  color: #fff;
}
.post-template-default a:active,
.post-template-default a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.single-post-content h1 {
  color: #000000;
}
.archive.category   .single-post-content.container {
  display: grid
;
    grid-template-columns: 70% 27%;
    gap: 30px;
    margin: 50px auto;
    max-width: 1300px;
    padding: 0 20px;
}
.recent-posts-section {
  margin-bottom: 50px;
}
.recent-posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.single-post-author {
  margin-bottom: 50px;
}
.sidebarblog ul {
  list-style: none;
  padding-left: 0;
}
/*.sidebarblog ul li {
    border-bottom: 1px solid #000;
    padding: 5px 0 !important;
}*/
ul.wp-block-categories-list.wp-block-categories li {
  border: none;
}
.container.main-blog {
  display: grid;
  grid-template-columns: 70% 27%;
  gap: 30px;
  margin: 50px auto;
  max-width: 1300px;
  padding: 0 20px;
}

div#post-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.sidebarblog a:hover {
  color: #000;
  text-decoration: underline;
}
div#post-container article {
  background: #fafafa !important;
  border-radius: 20px !important;
  /*     padding: 20px 20px !important; */
}
div#post-container article .post-content {
  padding: 20px;
}
div#post-container article .post-content h2 {
  margin-top: 0;
  line-height: 25px !important;
}
.post-content h3 a {
  text-decoration: none;
  color: #000;
}
.post-content a {
  color: #000;
}
.box.recent-post-item {
  background: #fafafa !important;
  border-radius: 20px !important;
  padding: 20px 20px !important;
}
.box.recent-post-item h4 {
  color: #000;
}
ul.wp-block-categories-list li a {
  text-transform: uppercase;
  color: #000;
}
ul.wp-block-latest-posts__list li a {
  color: #000;
}
.author-info {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: white;
  margin-top: 50px;
  border: 1px solid black;
  border-radius: 20px;
}
.category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.category-buttons a.active {
  background-color: black;
  color: #fff;
  border-color: black;
}
.category-buttons a {
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}
.recent-posts-wrapper .post-categories a {
  color: black;
}
.recent-posts-wrapper .post-categories a:hover {
  color: black;
}
.recent-post-content a {
  color: black;
}
.recent-post-content a:hover {
  color: black;
}
.recent-post-thumbnail img {
  border-radius: 10px;
}
.single-post-meta a {
  color: black;
}
.single-post-meta a:hover {
  color: black;
}
.page-header.blog-header a {
  color: white;
  text-decoration: underline;
}
.category-buttons a:hover {
  color: black;
}
.category-buttons a.active:hover {
  color: white;
}
.author-avatar img {
  border-radius: 50%;
  width:100px;
}
.author-description h2 {
    font-size: 24px;
}
@media (max-width: 767px) {
  .page-header {
    text-align: center;
    padding: 30px 0;
  }

  .single-post-content.container {
    display: block;
    grid-template-columns: 100%;
    gap: 30px;
    margin-top: 30px;
  }
  .recent-posts-wrapper {
    display: block;
    gap: 30px;
  }
  .container.main-blog {
    display: block;
    margin: 50px 0;
  }
  .blog-sidebar {
    margin-top: 30px;
  }
  div#post-container {
    display: block;
  }
  div#post-container article {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent-posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .elementor-heading-title br {
    display: none;
  }
  .elementskit-submenu-panel {
    padding: 0 !important;
    padding-left: 0px !important;
  }
  .custom-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .wpfMainWrapper {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
