/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.29
Updated: 2024-08-13 11:44:13

*/

/*
.site-navigation-dropdown,
.site-navigation-dropdown ul.menu {
  position: unset;
}

body {
  overflow: hidden;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
  height: 100%;
  top: 80px;
}

*/

#menu-main-menu .sub-menu {
  background-color: #314650;
}

#menu-main-menu .menu-item {
  border-bottom: 2px solid transparent;
  margin-bottom: 2px;
}

#menu-main-menu .menu-item:hover {
  border-block-end: #6bd0e9 2px solid;
}

.site-navigation ul.menu li ul {
  top: 66px;
  width: 100%;
  min-width: 175px;
}

.site-navigation ul.menu li ul:nth-child(2) {
  min-width: 255px;
}

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

.site-navigation ul.menu li.menu-item-has-children::after {
  display: none;
}

.site-navigation ul.menu li.menu-item-has-children {
  padding-inline-end: 0px;
}

.site-navigation ul.menu li.menu-item-has-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-navigation > ul.menu > li.menu-item-has-children.main-menu-item-arrow > a {
  flex-direction: column;
}

.site-navigation ul.menu li.menu-item-has-children a span.submenu-arrow img,
.site-navigation-dropdown ul.menu li.menu-item-has-children a span.submenu-arrow img {
  width: 15px;
  height: 15px;
}

.site-navigation ul.menu li.menu-item-has-children ul li a span.submenu-arrow img {
  transform: rotate(270deg);
}

.site-navigation ul.menu li.menu-item-has-children ul li a span.submenu-arrow {
  display: flex;
}

.site-navigation .submenu::after {
  transform: rotate(-90deg) translateY(-10px) translateX(-5px) !important;
}

.site-navigation-dropdown ul.menu ul.sub-menu li {
  margin-left: 15px;
}

.site-navigation-dropdown ul.menu ul.sub-menu {
  background: #242F38;
}

#menu-main-menu .menu-item a:not([href]):not([tabindex]) {
  color: white;
  font-weight: bold;
}

#menu-main-menu .menu-item a:not([href]):not([tabindex]):hover {
  cursor: pointer;
}

#menu-main-menu .menu-item {
  font-weight: bold;
}

/* General styles for the footer */
/* Full-width footer */
.site-footer {
  width: 100%;
  color: #fff; /* Text color */
  padding: 20px 0; /* Padding */
  text-align: center; /* Center text */
  position: relative;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: 100% !important;
  /* background: #242f38; */
  background: linear-gradient(180deg, #1e2830 0%, #1e2730 100%);
  /* border: 1px solid #314650; */
  display: flex;
  font-size: 12px;
  justify-content: center;
}

/* Ensure the footer widgets and content span the full width */
.footer-widgets,
.footer-bottom {
  width: 100%;
  box-sizing: border-box;
}

.site-footer .footer-logo-section .footer-logo-image {
  max-width: 240px!important;
  height: auto;
}

.site-footer .footer-section-header {
  font-weight: bold;
  /* margin: 10px 0; */
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.site-footer .footer-logo-section {
  margin-right: 20px;
}

.footer-logo-section,
.footer-popular-pages-section,
.footer-top-reviews-section,
.footer-blog-section,
.footer-about-us-section,
.footer-rigth-side-wrapper {
  display: flex;
  flex-direction: column;
  /* border: 1px solid white; */
  flex: 1;
  gap: 6px;
  align-items: start;
}

.footer-rigth-side-wrapper {
  display: flex;
  flex: 3;
  gap: 16px;

  .footer-right-side-link-section {
    flex-direction: row;
    display: flex;
    width: 100%;
  }

  .footer-right-side-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    .upper-footer-logo-section {
      display: flex;
      margin-bottom: 8px;
      gap: 20px;
    }
  }
}

.site-footer .footer-link {
  color: #61b9ce;
  color: #7f8c8d;
  font-weight: bold;
  align-items: center;
  display: flex;
}

.site-footer .footer-link:hover {
  color: #61b9ce;
  /* color: #7f8c8d; */
  /* font-weight: bold; */
}

.site-footer .footer-wrapper {
  display: flex;
  width: 100%;
  max-width: 1150px;
  padding: 40px 20px 0;
}

.site-footer .footer-text {
  color: #7f8c8d;
  text-align: start;
}

#site-header .header-inner {
  gap: 20px;
}

.site-navigation-dropdown ul.menu li a {
  background-color: #242f38;
  color: white;
  font-weight: bold;
  box-shadow: unset;
}

.site-navigation-dropdown ul.menu {
  height: 100%;
}

.site-navigation-dropdown ul.menu li a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: white;
}

#comments.comments-area {
  background: #242f38;
  justify-content: center;
  display: flex;
  color: white;
  flex-direction: column-reverse;
}

#comments.comments-area .comment-respond {
  width: 100%;
  max-width: 1150px;
  padding: 40px 20px;
  align-self: center;
}

#comments #comment {
  background: #1d272c;
  color: white;
}

#comments #submit {
  color: #6ec1e4;
  border-color: #6ec1e4;
}

#comments #submit:hover {
  color: white;
  background: #6ec1e4;
}

#comments .title-comments {
  display: none;
}

#comments .comment-list {
  max-width: 1150px;
  align-self: center;
  width: 100%;
  padding: 0 20px;
}

#comments .comment-form input {
  background: #1d272c;
  color: white;
}

#comments .comment .comment-body {
  border-block-end: 1px solid #7a7a7a;
}

@media (max-width: 1024px) {
  #site-header .header-inner {
    flex-direction: row;
  }

  #site-footer {
    .footer-right-side-link-section, .footer-wrapper {
      flex-direction: column;
      gap: 20px;
    }
  } 
}


.site-navigation ul.menu li ul li.menu-item-has-children:after {
	transform: translateY(20%) translateX(-10px) rotate(-90deg) !important;
}

.wpcf7 label {
  color: #7A7A7A;
  gap: 5px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.wpcf7 label input, .wpcf7 label textarea {
  background: #242F38;
  color: white;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 7px;
}

.wpcf7 p input.wpcf7-form-control.has-spinner {
  color: #6EC1E4;
  border-color: #6ec1e4;
  width: 120px;
  font-weight: bold;
}

.wpcf7 p input.wpcf7-form-control.has-spinner:hover, .wpcf7 p input.wpcf7-form-control.has-spinner:focus {
  background: #8BDDFF;
  color: white;
  background: #6EC1E4
}

.wpcf7 form .wpcf7-response-output {
  color: #6EC1E4;
  border: none;
}

/* Author page */

body.archive.author, body.archive.category  {
  background: #1D272C;
}

div.casespromocode-author-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

div.casespromocode-author-container div.author-info {
  text-align: center;
  margin-top: 60px;
}

div.casespromocode-author-container div.author-info h1.author-name {
  color: #ffffff;
} 

div.casespromocode-author-container div.author-info div.author-image img {
  border-radius: 50%;
}

div.casespromocode-author-container div.author-posts {
  margin-top: 40px;
}

div.casespromocode-author-container p.no-posts-found {
  color: #ffffff;
  text-align: center;
}

#armory-image-slider {
  max-width: 70%;
}

#armory-image-slider .elementor-swiper-button {
  background: #0000001c !important;
  height: 40%;
  align-items: center;
  transition: background 0.3s ease, opacity 0.3s ease; /* Added transition */
}

@media (max-width: 767px) {
  #armory-image-slider .elementor-swiper-button {
    scale: 0.7;
  }
}

@media (max-width: 600px) {
  #armory-image-slider {
    max-width: 100%;
  }
}

#armory-image-slider:hover {
  .elementor-swiper-button {
    background: #00000045 !important;
    opacity: 0.8; /* Change opacity on hover */

    svg {
      fill: #ffffffa6;
    }
  }
}

#armory-image-slider .elementor-swiper-button.elementor-swiper-button-prev {
  left: 3px;
}

#armory-image-slider .elementor-swiper-button.elementor-swiper-button-next {
  right: 3px;
}

#armory-image-slider > div > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > span.swiper-pagination-bullet {
  background: #dededea6 !important;
  width: 12px;
  height: 8px;
  border-radius: 2px;
}

#armory-image-slider > div > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8b8b8b !important;
}

.blogs-category-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 20px;
  min-height: 60vh;
}

.blog-category-name {
  font-weight: bold;
  color: #6EC1E4;
  margin-top: 60px;
}

.error-404-wrapper {
  display: flex;
  justify-content: center;
  background: #1D272C;
}

.error-404 {
  padding: 50px;
  min-height: 65vh;
  max-width: 1140px;
}

.text-404 {
  color: white!important;
  text-align: center;
  margin-bottom: 4rem;
}

.header-404 {
  color: #6ec1e4;
  text-align: center;
}

.twitter-logo {
  width: 20px;
}

/* Mobile menu - start */

/*
#rmp_menu_trigger-3810 {
  top: 20px;
}
*/

#rmp-menu-wrap-3810 .rmp-menu-item-link:hover {
  cursor: pointer;
}

#rmp-container-3810 .menu-item-has-children::after {
  content: unset !important;
}

#rmp_menu_trigger-3810 .responsive-menu-pro-inner::before,
#rmp_menu_trigger-3810 .responsive-menu-pro-inner::after,
#rmp_menu_trigger-3810 .responsive-menu-pro-inner {
  width: 20px;
  height: 2px;
}

#rmp_menu_trigger-3810 .responsive-menu-pro-inner::before {
  top: 7px;
}

#rmp_menu_trigger-3810 .responsive-menu-pro-inner::after {
  bottom: 7px;
}

.rmp-container .rmp-menu-title {
  width: fit-content;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
  width: 100%;
  max-width: 210px;
  margin: unset;
  padding: 1rem 0;
}

#rmp-menu-title-3810 {
  padding-top: unset;
}

#rmp-menu-wrap-3810 .rmp-menu {
  padding-bottom: 15px;
}

.site-navigation-toggle-holder {
  display:none;
}

@media screen and (max-width: 1200px) {
  .site-header .header-inner {
    max-width: unset !important;
    padding: 0 8px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
    display: none;
  }
}

/* Mobile menu - end */

/* RECAPTCHA HIDE */
div > div.grecaptcha-badge {
	display: none !important;
}
/* RECAPTCHA HIDE */
