/*
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.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/

/* base css  */
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.6;
  font-size: 18px;
  color: hwb(0deg 9% 91% / 80%);
  background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #181818;
  font-weight: 600;
  margin-top: 0;
}

a {
  transition: 0.3s;
}

.primary-color {
  color: #028a0f;
}

.banner-btn .primary-btn .label {
  font-size: 24px;
}

.banner-btn .primary-btn .icon {
  height: 62px;
  width: 62px;
}

.primary-btn {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.primary-btn .label {
  background: #028a0f;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px;
  border-radius: 1000px;
}

.primary-btn .icon {
  height: 56px;
  width: 56px;
  background: #ededed;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #181818;
}

.primary-btn .icon i {
  transform: rotate(-45deg);
  transition: 0.3s;
}

.primary-btn:hover .icon i {
  transform: rotate(0deg);
}

.slick-arrow {
  height: 56px;
  width: 56px;
  background: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
  font-size: 18px;
  background: #fff;
}

.slick-arrow:hover {
  background: #120707;
  color: #fff;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.slick-dots button {
  text-indent: -9999px;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
}

.slick-dots li.slick-active button {
  background: #3b2f2f;
}

/* Start Header area style
============================================================================================ */
.elementor-editor-active .fixed-position {
  position: relative;
}

.fixed-position {
  position: absolute;
  width: 100vw;
  top: 0;
}

.backdrop-filter-header {
  backdrop-filter: blur(16px);
}

.menu-custom-style .screen-reader-text {
  display: none !important;
}

.menu-custom-style .hfe-dropdown-expandible {
  position: absolute;
  top: calc(100% + 30px);
  width: 170px;
  padding: 20px;
  border-radius: 16px;
  background: hwb(0deg 100% 0% / 90%) !important;
}

.menu-custom-style ul.hfe-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.menu-custom-style ul.hfe-nav-menu:before {
  display: none;
}

.menu-custom-style ul.hfe-nav-menu li {
  border: none !important;
}

.menu-custom-style ul.hfe-nav-menu li a {
  font-weight: 500;
}

.menu-custom-style ul.hfe-nav-menu:after {
  display: none;
}

/* slider area  */
.vertical-slider img {
  width: 100%;
  border-radius: 8px;
}

.vertical-slider {
  margin: auto;
}

.vertical-slider .slick-list {
  padding-top: 0 !important;
}

/* mission   */
.mission-box p {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mission-box {
  position: relative;
  z-index: 1;
}

.mission-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #1a442e;
  opacity: 0;
}

.mission-box:hover:before {
  opacity: 0.9;
}

.mission-box:hover p {
  opacity: 1;
  visibility: visible;
}

/* process timeline  */
.timeline-item {
  position: relative !important;
  z-index: 1 !important;
}

.timeline-item:before {
  position: absolute !important;
  left: 42px !important;
  top: 20px !important;
  height: calc(100% + 100px) !important;
  width: 8px !important;
  background: hwb(0deg 9% 91% / 10%) !important;
  content: '' !important;
}

/* box slider  */
.single-box-slider {
  width: 640px;
  height: 500px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 50px;
  margin: 0 15px;
}

.single-box-slider:hover:after {
  opacity: 0.9;
}

.single-box-slider p {
  font-size: 22px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.single-box-slider:hover p {
  opacity: 1;
  visibility: visible;
}

/* contact form  */
.form-group {
  position: relative;
  z-index: 1;
}

.form-group p {
  margin: 0;
}

.form-group span {
  display: block;
}

.form-group i {
  position: absolute;
  left: 0;
  top: 5px;
}

.form-group br {
  display: none;
}

.contact-form .form-group label {
  font-size: 16px;
  color: #181818;
  margin-bottom: 10px;
}

.contact-form.white-form .form-group label {
  color: #fff;
}

.contact-form-wrapper.white {
  max-width: 750px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
  border: none;
  padding: 12px 22px;
  border: 1px solid #e9ebf5;
  border-radius: 8px;
  color: hwb(0deg 9% 91% / 50%);
  background: #f5f5f5;
}

.contact-form .form-group textarea {
  height: 100px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
  outline: none;
  box-shadow: none;
  border-color: #085698;
}

.contact-form .form-group select {
  color: #2b2b2b;
}

.contact-form input[type='submit'] {
  background: #085698;
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
}

.contact-form input[type='submit']:hover {
  background: #181818;
}

.contact-form .wpcf7-spinner {
  display: none;
}

.contact-form .submit {
  margin-bottom: 0;
}

.contact-form-wrapper {
  backdrop-filter: blur(100px);
}

@media (max-width: 1366px) {
  .banner-btn .primary-btn .label {
    font-size: 18px;
    padding: 13px 30px;
  }

  .banner-btn .primary-btn .icon {
    height: 53px;
    width: 53px;
  }

  .primary-btn .label {
    font-size: 16px;
    padding: 12px 26px;
  }

  .primary-btn .icon {
    height: 48px;
    width: 48px;
  }

  .single-box-slider {
    width: 540px;
    height: 400px;
    border-radius: 16px;
    padding: 30px;
  }

  .single-box-slider p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .single-box-slider {
    width: 320px;
    height: 300px;
    border-radius: 16px;
    padding: 20px 15px;
  }

  .single-box-slider p {
    font-size: 14px;
  }

  .timeline-item:before {
    display: none !important;
  }
}

span.tooptip-team i {
  color: #fff;
  cursor: pointer;
}

span.tooptip-team {
  padding-bottom: 10px;
  display: inline-block;
}
