/*
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.1.1731404844
Updated: 2024-11-12 09:47:24
*/

body {
  max-width: 1920px;
  margin: 0 auto;
}

.benefits li.elementor-icon-list-item span.elementor-icon-list-text:hover {
  background: #cd2026 !important;
  transition: ease-in-out 0.3s all;
}

.benefits li.elementor-icon-list-item span.elementor-icon-list-text {
  cursor: pointer !important;
  transition: ease-in-out 0.3s all !important;
}

.blog-title h1 {
  height: 83px;
  overflow: hidden;
}

.blog-title h1 a {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
}

.foooter-link a {
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
  transition: ease-in-out 0.3s all;
}

.foooter-link a:hover {
  color: #a3a3a3;
}

.learn-mr-btn:hover .iconn {
  transform: translateX(10px) !important;
}
.learn-mr-btn {
  width: auto !important;
}

.learn-mr-btn .iconn {
  transition: ease-in-out 0.3s all !important;
  transform: translateX(0) !important;
}

.hr-card {
  filter: drop-shadow(6.428px 7.66px 4px rgba(22, 22, 22, 0.24));
  border-radius: 21px;
  background-image: linear-gradient(
    90deg,
    rgba(25, 58, 135, 1) 0%,
    rgba(25, 58, 135, 0) 100%
  );
  position: relative;
  background-color: transparent !important;
}

.hr-card:before {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(25, 58, 135, 1) 0%,
    rgba(19, 56, 99, 1) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 25px;
}

.hr-card:after {
  content: "";
  background: url("../wp-content/uploads/2024/11/blob.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.hr-card .rh-head .elementor-widget-container {
  transition: ease-in-out 0.3s all;
  cursor: pointer;
}

.hr-card .rh-head .elementor-widget-container:hover {
  background: #cd2026;
}

.post-content h2.wp-block-heading {
  font-size: 36px !important;
  letter-spacing: -1px;
  line-height: 44px;
  color: #323030;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 30px;
}

.post-image img,
.blog-title a {
  transition: ease-in-out 0.3s all;
}

.post-image {
  border-radius: 20px;
  overflow: hidden;
}

.post-image:hover img {
  scale: 1.1;
}

.blog-title a:hover {
  color: #1b3c95 !important;
}

.post-content figure.wp-block-image {
  margin-top: 87px;
}
.post-content h2.wp-block-heading strong {
  font-weight: 500;
}

.learn-mr-btn {
  width: fit-content !important;
}

.wppb-user-forms,
.wppb-error {
  max-width: 600px;
  margin: 0 auto;
}

.wppb-user-forms .wppb-form-field {
  display: flex;
  flex-direction: column;
}

.wppb-user-forms .wppb-form-field label {
  color: #000 !important;
  margin-bottom: 10px !important;
}

.wppb-user-forms .wppb-form-field input {
  width: 100% !important;
  height: 36px !important;
  padding: 10px !important;
}

.wppb-user-forms .wppb-form-field.login-remember {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
}

.wppb-user-forms .wppb-form-field.login-remember input#rememberme {
  width: auto !important;
}

.wppb-user-forms h4 {
  color: #000;
}

.wppb-user-forms .login-register-lost-password {
  display: flex;
  justify-content: space-between;
}

#wppb-login-wrap .login-remember label {
  margin-bottom: 0 !important;
}

input#send_credentials_via_email {
  width: auto !important;
  margin: 0 !important;
}

li.wppb-form-field.wppb-send-credentials-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.um-form .um-button {
  background-color: #cd2026 !important;
  font-family: "Lexend", Sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 27px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  border-radius: 6px 6px 6px 6px !important;
  padding: 10px 0 10px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cd2026 !important;
  box-shadow: none !important;
}

.um-form .um-button a.um-button {
  background: none !important;
}

.um-form a.um-button {
  background-color: #fff !important;

  color: #000 !important;
}

.um-form .um-button:hover,
.um-form a.um-button:hover {
  background-color: #102e50 !important;
  border-color: #102e50 !important;
  color: #fff !important;
}

.um-field-label label {
  color: #000;
  font-family: "Lexend", Sans-serif;
}

.single.single-post .post-image {
  min-height: 240px;
}

.single.single-post.no-post-image .post-ctn-ctainer {
  margin-top: 0;
}

.single.single-post.no-post-image .wave-bg .e-con-inner {
  padding-bottom: 50px;
}

form {
  font-family: "Lexend", Sans-serif !important;
}
.um-postmessage {
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  background: #4bb543;
  padding: 20px;
  border-radius: 12px;
}
.um-form-field {
  color: #000 !important;
  border-radius: 7px !important;
}
.wp-list-table {
  background-color: #ffffff !important;
}

.wp-list-table td {
  background: none !important;
  border: none;
}

.ticker-slider {
  overflow: hidden;
  padding: 6px 0;
  background: #CD2026 !important;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
}
.ticker-slide {
  white-space: nowrap; /* Ensures text doesn't break unexpectedly */
}
.splide__slide li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ticker-slid .splide__list {
  gap: 20px !important;
}

@media screen and (max-width: 767px) {
  .blog-cards .e-con-inner .lls {
    position: absolute;
    bottom: 0;
  }
  .blog-cards .e-con-inner {
    position: relative;
  }
  .post-content h2.wp-block-heading {
    font-size: 30px !important;
    line-height: 40px;
  }
  .blog-title h1 {
    height: auto;
  }
  .single.single-post .post-image {
    min-height: auto;
  }
  .ticker-slider {
    padding: 10px 0;
    font-size: 12px;
    line-height: 27px;
  }
}

@media screen and (max-width: 500px) {
  .loop-gridd-home .elementor-grid {
    flex-direction: column !important;
    display: flex !important;
  }
  .post-content h2.wp-block-heading {
    font-size: 25px !important;
    line-height: 35px;
  }
  .mo_customer_validation-modal-content {
    /* flex-direction: column; */
    /* align-items: center; */
    padding: 0;
  }

  .mo2f_modal-body.center {
    display: flex;
    flex-direction: column;
    padding: 20px 0 !important;
    width: 100% !important;
  }
  .um-page-register .elementor-element.e-flex {
    padding: 0 !important;
  }

  .um-page-register .e-con-inner {
    padding-top: 20px !important;
  }
}
