/* 
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 */



/* ✅ EZ Blog Grid Layout */
.ez-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ✅ Blog Card */
.ez-blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ez-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* ✅ Thumbnail */
.ez-blog-thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* ✅ Content */
.ez-blog-content {
  padding: 20px;
  flex-grow: 1;
}

.ez-blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.ez-blog-title a {
  text-decoration: none;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #25313A;
  font-weight: 500;
}


.ez-blog-title a:hover {
  color: #25313A;
}

.ez-blog-excerpt {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* ✅ Footer */
.ez-blog-footer {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ez-blog-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ez-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ez-author-avatar i {
  color: #777;
}

.ez-author-info strong {
  display: block;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #25313a;
}

.ez-author-info small {
  color: #888;
  font-size: 12px;
}

.ez-blog-arrow {
  color: #007bff;
  font-size: 20px;
  text-decoration: none;
}

.ez-blog-arrow:hover {
  color: #0056b3;
}

/* ✅ Pagination */
.ez-pagination {
  text-align: center;
  margin-top: 30px;
}

.ez-pagination ul {
  list-style: none;
  display: inline-flex;
  gap: 8px;
  padding: 0;
}

.ez-pagination a,
.ez-pagination span {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.ez-pagination .current {
  background: #4F46E5;
  color: #fff;
  border-color: #4F46E5;
}

.ez-author-avatar img {
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.d-flex.store-icon ul {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

.start_now_menu a {
  background: #155DFC;
  color: #fff !important;
  border: 1px solid #155DFC;
  border-radius: 12px;
  width: 300px;
  max-width: 205px;
  text-align: center;
  display: block !important;
}

.start_now_menu a:hover {
  background: #fff;
  border: 1px solid #155DFC;
  color: #155DFC !important;
}

.page-header {
  display: none;
}

ul#menu-1-c069ba1 {
  display: flex;
  flex-wrap: nowrap;
}

.rating-section {
  gap: 8px;
  border-radius: 10px;
}

.set_menu .hfe-nav-menu__layout-horizontal .start_now_menu a {
  background: #fff;
  border: none !important;
  border-radius: 0px !important;
  color: #7a7a7a !important;
}

.emp-banner-sec2 {
  height: 100%;
}

.single-post main#content {
  padding: 0px 20px;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.single-post .alignfull {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.single-post .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 100%;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 12px 12px 0px;
  border: 1px solid #e5e7eb;
  background: transparent;
  color: #000;
  font-size: 14px;
}

.contact-form-wrapper {
  box-shadow: 0 4px 64px 0 rgba(140, 157, 249, .161);
  color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  max-width: 400px;
}

.contact-form-wrapper h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.single-post .contact-form-wrapper p {
  margin-bottom: 20px !important;
}

.contact-form-wrapper p {
  color: #000;
  font-size: 14px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"] {
  border-radius: 100px;
  padding-left: 10px;
}

.contact-form-wrapper textarea {
  height: 90px;
  resize: none;
}

.contact-form-wrapper textarea {
  border-radius: 10px;
  padding-left: 10px;
}

.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit {
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  background-color: #155DFC;
  border-radius: 100px 100px 100px 100px;
  color: #fff;
  border-color: #155DFC;
  padding: 10px 30px;
}

.single-post {
  font-family: "Roboto", sans-serif;
}

.single-post p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.single-post h1.wp-block-post-title {
  font-size: 36px;
  line-height: 46px;
  color: #000;
}

.single-post h2 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 25px 0px;
  color: #000;
}

.single-post h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Roboto';
  margin-top: 30px;
  font-weight: 400;
  color: #000;
}

.wp-block-post-comments {
  display: none;
}

.contact-form-wrapper {
  transition: all 0.3s ease;
}

.post-tags {
  display: none;
}

section#comments {
  display: none;
}

.latest-posts-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.latest-post {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest-post {
  box-shadow: 0 4px 64px 0 rgba(140, 157, 249, .161);
  width: 32%;
  border-radius: .5em !important;
  border: 1px solid;
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}

h4.latest-post-title a {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #26374d;
  font-family: Roboto, sans-serif !important;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 15px;
}

.latest-posts-wrapper .latest-post p {
  margin-bottom: 20px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #26374d;
  text-transform: capitalize;
  padding: 0px 20px;
  width: 90%;
}

.latest-post .d-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.auth-av {
  padding-top: 10px;
}

.auth-name {
  font-size: 16px;
  font-weight: 500;
  color: #26374D;
  font-family: Roboto, sans-serif !important;
}

.auth-p {
  font-size: 11px;
  font-weight: 400;
  color: #26374D;
  font-family: Roboto, sans-serif !important;
}

.post-bottom-auth.d-flex {
  padding: 20px 20px 20px 20px;
  position: relative;
  border-top: 1px solid #E9E9E9;
}

.latest-post .post-bottom-auth.d-flex img {
  margin-bottom: 0 !important;
  border-radius: 100px;
}

.single-post .entry-content.wp-block-post-content img {
  width: 100% !important;
}

section.blog__author__sec {
  width: 100%;
  max-width: 66.66%;
  margin-left: 0 !important;
  margin-top: 50px;
}

.blog__author__sec {
  color: #464646;
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.blog__author__sec .blog__author__wrap {
  border: 1px solid;
  padding: 25px 25px;
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}

.blog__author__sec .author__box {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 20px 11px;
}

.blog__author__sec .author__figure .figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 100%;
  border-radius: 50%;
  background: linear-gradient(180deg, #1997AA 0%, #FFCD55 100%);
}

.blog__author__sec .author__figure .figure img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  padding-bottom: 0px !important;
}

.blog__author__sec .author__name {
  color: #464646;
  font-weight: 700;
  line-height: 1.3333333333;
  margin: 0;
  margin-bottom: 4px;
  text-transform: capitalize;
  font-size: 18px;
}

.blog__author__sec .author__des {
  color: #464646;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
}

.blog__author__wrap .content__wrap .content__box .content__common {
  margin-top: 25px !important;
}

section.latest-posts-section {
  margin-bottom: 60px;
}

.post-sec .post-meta-list {
  display: block;
  justify-content: space-between;
}

.post-sec .post-meta-list {
  padding: 20px 20px 0px 20px;
  position: relative;
  border-top: 1px solid #E9E9E9;
}

.post-sec span.meta-date-text {
  position: absolute;
  left: 86px;
  top: 60px;
  font-size: 11px !important;
}

.post-sec span.author-img {
  position: relative;
  top: 10px;
}

.post-sec .btn-wraper {
  position: absolute;
  bottom: 35px;
  right: 15px;
}

.post-sec .elementskit-post-body p {
  padding: 0 20px 20px 20px;
}

.post-sec h2.entry-title {
  padding: 0 20px 0px 20px;
}

.post-sec .elementskit-entry-header img {
  height: 200px !important;
  object-fit: cover;
}

.post-sec .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
  transform: none !important;
  opacity: 1 !important;
}

.privacy-con h2,
.ser-content h2 {
  font-size: 30px;
  margin-top: 30px;
}

.privacy-con h3,
.ser-content h3 {
  font-size: 26px;
}

.testimonial-mobile-sec .block-shadow.slider-container-block-background {
  background: transparent;
  box-shadow: 0px 1px 10.4px 1px #0000002E;
  border-radius: 10px;
  padding: 15px;
  font-family: "Inter", Sans-serif;
}

.testimonial-mobile-sec h4 {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #000;
}

.testimonial-mobile-sec p {
  font-family: "Inter", Sans-serif;
  ;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #000;
}

.testimonial-mobile-sec span.slide-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #000 !important;
  margin-bottom: 0 !important;
}

.testimonial-mobile-sec span.slide-subtitle {
  font-weight: 300;
  font-style: Italic;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #000 !important;
  padding-top: 5px;
}

.testimonial-mobile-sec .slide-block:before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  width: 100%;
  max-width: 60px;
  bottom: 3.2em;
}

.testimonial-mobile-sec .slide-block {
  margin-top: 15px !important;
  position: relative;
}

.testimonial-mobile-sec .d-flex {
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.scale-images img {
  overflow: hidden;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: invert(50%) sepia(30%) saturate(1%) hue-rotate(352deg) brightness(102%) contrast(83%);



}

.scale-images img {
  transition: transform 0.3s ease;
  height: auto;
}

.scale-images img:hover {
  filter: grayscale(0%);
}

.hero-form input,
.hero-form select {
  height: 52px;
}

.hero-form input#form-field-field_839a298-0 {
  display: none;
}

span.e-n-tab-icon svg {
  fill: transparent !important;
}

.home-tab .e-n-tab-title {
  width: 100%;
  max-width: 204px !important;
  flex-basis: unset;
  text-align: center;
  padding: 15px;
  justify-content: flex-start;
}

.home-tab .e-n-tabs-heading {
  flex-wrap: nowrap !important;
  display: flex !important;
  justify-content: space-between !important;
}

span.tab-bg {
  background: #FF980080;
  color: #000000;
  padding: 5px;
}

.slide-basic-info {
  flex-flow: row;
  width: 100%;
  flex-direction: row !important;
}

.swiper-arrows-position-outside .mySwiper {
  position: static;
  width: calc(100% - 0px) !important;
}

.left-scroll .swiper-wrapper {
  animation: scroll-left 30s linear infinite !important;
}

#elementor-popup-modal-19770 .dialog-message {
  width: 1029px;
  height: auto;
}

#elementor-popup-modal-19770 .dialog-widget-content {
  border-radius: 12px !important;
}

.video-content svg {
  display: none;
}

.hero-form label,
.popup-form-fir label {
  color: #000 !important;
  font-weight: 500 !important;
}

.hero-form a,
.popup-form-fir a {
  color: #433BC9;
  text-decoration: none;
}

.popup-form-fir input#form-field-field_839a298-0 {
  display: none;
}

.core-hr-sec .e-con-inner {
  justify-content: flex-end !important;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.right-scroll .swiper-wrapper {
  display: flex;
  animation: scroll-right 30s linear infinite !important;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.swiper-wrapper:hover {
  animation-play-state: paused !important;
}

.right-scroll .slide-icons,
.left-scroll .slide-icons {
  text-align: right !important;
}

.left-scroll span.slide-subtitle,
.right-scroll span.slide-subtitle {
  margin-top: 10px;
}

.right-scroll .slide-image,
.left-scroll .slide-image {
  padding-top: 8px;
}

.plan-icon-box h3.elementor-icon-box-title {
  margin-top: 0;
}

.get-st-btn a.elementor-button.elementor-button-link.elementor-size-sm {
  width: 100%;
  max-width: 70%;
  height: 52px;
  padding: 0;
  line-height: 50px;
}

.full-st-btn a.elementor-button.elementor-button-link.elementor-size-sm {
  width: 100%;
  max-width: 100%;
  height: 52px;
  padding: 0;
  line-height: 50px;
}

.pric-sec span {
  color: #9B9DB2;
  font-size: 18px;
  padding-left: 10px;
  font-weight: 500;
}

.sing-bg-1 {
  background: linear-gradient(90deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-2 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-3 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-4 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-5 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-6 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-7 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.sing-bg-8 {
  background: linear-gradient(270deg, #FFFFFF 0%, #FAFAFA 100%);
}

.mega-a a {
  color: #16181F;
}

.e-n-menu-content.e-active {
  z-index: 9999 !important;
}

span.con-span {
  font-size: 30px;
  margin-bottom: -18px;
  color: #155dfc;
  display: block;
}

.mega-a figure.elementor-image-box-img {
  width: 14% !important;
}

.mega-a .elementor-image-box-content {
  width: 86%;
}

.mega-a h3.elementor-image-box-title {
  margin-top: 5px;
}

.mega-a .elementor-image-box-wrapper {
  display: flex;
}

div#ez-toc-container {
  box-shadow: 0 4px 64px 0 rgba(140, 157, 249, .161);
  color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  border: none;
}

@media(max-width: 1024px) {
  .header_menu_res ul#menu-1-c069ba1 {
    display: block !important;
  }

  .header_menu_res .start_now_menu a {
    background: #fff;
    border: none !important;
    border-radius: 0px !important;
    color: #7a7a7a !important;
  }
}

@media(max-width: 990px) {
  body .is-layout-flex {
    display: block;
  }

  .contact-form-wrapper {
    position: unset !important;
  }

  .single-post h1.wp-block-post-title {
    font-size: 26px;
    line-height: 36px;
  }

  .single-post .article {
    margin-top: 10px;
  }

  .single-post h2 {
    font-size: 22px;
    line-height: 32px;
  }

  section.blog__author__sec {
    width: 100%;
    max-width: 100%;
  }

}

@media(max-width: 768px) {
  .latest-post {
    width: 47%;
  }

  .home-tab button#e-n-tab-title-2414741721 {
    margin-block-end: unset !important;
  }

  .slide-basic-info {
    display: block !important;
  }

  .right-scroll .slide-icons,
  .left-scroll .slide-icons {
    text-align: left !important;
    margin-top: 20px;
  }

  .home-tab span.e-n-tab-title-text {
    display: none !important;
  }

  .home-tab .e-n-tab-title {
    width: 100% !important;
    max-width: 14% !important;
    flex-basis: unset;
    text-align: center;
    padding: 15px !important;
    margin: 0 !important;
  }
}

@media(max-width: 767px) {
  .latest-post {
    width: 100%;
  }

  .pos-sec {
    position: unset !important;
  }

  .pri-menu .hfe-nav-menu {
    margin: auto !important;
  }

  .home-tab span.e-n-tab-title-text {
    display: none !important;
  }

  .home-tab .e-n-tab-title {
    width: 100% !important;
    max-width: 14% !important;
    flex-basis: unset;
    text-align: center;
    padding: 15px !important;
    margin: 0 !important;
  }

  .home-tab span.e-n-tab-icon {
    font-size: 20px !important;
    width: 25px;
    height: 25px;

  }
  .call-a-2 .elementor-cta__content {
    display: block !important;
  }
.call-a-2 .elementor-cta__button-wrapper {
    text-align: center !important;
    margin-top: 20px;
  }
  .call-a-2 h2.elementor-cta__title {
    text-align: center !important;
  }
}

.a-color a {
  color: #000000;
  text-decoration: none;
}
.call-a-2 .elementor-cta__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.call-a-2 h2.elementor-cta__title {
    text-align: left;
    margin-bottom: 0px;
}
.call-a-2 .elementor-cta__button-wrapper {
    text-align: right;
}
#elementor-popup-modal-23277 .dialog-message {
    width: 800px !important;
    height: auto;
    border-radius: 12px;
}
#elementor-popup-modal-23277 .dialog-widget-content {
    border-radius: 12px !important;
}
#elementor-popup-modal-23277 label:last-child {
    font-size: 14px;
    position: relative;
    bottom: 2px;
}
.p-banner-btn a {
    width: 100% !important;
}