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

.tab-slider:not(.active){
  display: none;
}
.video-wrapper .e-hosted-video.elementor-wrapper.elementor-open-inline {
    --video-aspect-ratio: 2.146;
}
.headline h2.premium-atext__headline {
    color:#172F57
}

@media screen and (min-width: 1025px) {
  .gs-header-menu .hfe-nav-menu li:first-of-type {
    padding-right: 24px;
    position: relative;
  }

  .gs-header-menu .hfe-nav-menu li:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 22px;
    background-color: #dbe3f0;
    z-index: 1;
    transform: translate(0px, -50%);
  }
}

.color-span strong {
  color: #172F57;
}

.color-span-head p strong {
  color: #65A628;
  font-weight: 700;
}

.current-menu-item .hfe-menu-item.elementor-button {
  color: #ffffff !important;
}

.gs-home-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
  padding-top: 24px;
}

.scalable-column,
.scalable-column .inner-text,
.scalable-column:hover .category .elementor-widget-container {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.scalable-column:hover .inner-text {
  color: #ffffff;
}

.scalable-column:hover .category .elementor-widget-container {
  background-color: #304870;
  color: #ffffff;
}

.gs-home-case-studies .elementor-shortcode {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}

.recent-posts-featured .inner-post {
  padding: 12px;
  border-radius: 30px;
  background-color: #304870;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.recent-posts-featured .inner-post .content-wrapper {
  padding: 24px;
  color: #ffffff;
  flex: 1;
}

.recent-posts-featured .category {
  padding: 5px 10px;
  background-color: #65a628;
  border-radius: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.recent-posts-featured .title {
  max-width: 488px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 13px;
}

.recent-posts-featured .title a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
}

.recent-posts-featured p {
  font-size: 14px;
  line-height: 20px;
  max-width: 511px;
  width: 100%;
}

.recent-posts-featured span {
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 500;
}

.recent-posts-featured span.date {
  color: #f1f4f9;
  opacity: 0.5;
}

.recent-posts-featured .post-meta {
  margin-top: 60px;
  border-top: 1px solid rgba(148, 171, 209, 0.2);
  padding-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.recent-posts-featured .inner-post .image-wrapper {
  max-width: 696px;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.recent-posts-featured .inner-post .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-posts-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}

.recent-posts-grid .recent-post {
  border-radius: 20px;
  background: #f1f4f9;
  padding: 24px;
}

.recent-posts-grid .recent-post h2 a,
.recent-posts-featured .title a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.recent-posts-grid .recent-post h2 a:hover,
.recent-posts-featured .title a:hover {
  text-decoration: underline;
}

.recent-posts-grid .category {
  padding: 5px 10px;
  background-color: #dbe3f0;
  border-radius: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #4d73b3;
}

.recent-posts-grid h2 {
  max-width: 488px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 13px;
}

.recent-posts-grid h2 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #172f57;
  text-decoration: none;
}

.recent-posts-grid p {
  font-size: 14px;
  line-height: 20px;
  max-width: 511px;
  width: 100%;
}

.recent-posts-grid span {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #172f57;
}

.recent-posts-grid span.date {
  color: #1a1a1a;
  opacity: 0.5;
}

.recent-posts-grid .post-meta {
  margin-top: 36px;
  border-top: 1px solid rgba(148, 171, 209, 0.2);
  padding-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.testimonial-slider .testimonial-wrapper {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(2px);
  padding: 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.book-demo .testimonial-slider .testimonial-wrapper {
  background-color: #fff;
}

.testimonial-slider .swiper-wrapper {
  align-items: stretch;
  padding: 20px 0;
}

.testimonial-slider {
  overflow: visible;
}

.testimonial-slider .top-image {
  max-width: 115px;
  width: 100%;
  margin-bottom: 24px;
}

.testimonial-slider .top-image img {
  height: 60px;
  width: auto;
}

.testimonial-slider .middle-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

.testimonial-slider .middle-content .testimonial-right {
  max-width: 178px;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  height: 170px;
}

.testimonial-image {
  width: 143px;
  height: 143px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-right::after {
  content: '';
  border-radius: 20px;
  background: linear-gradient(180deg, #304870 0%, rgba(48, 72, 112, 0.00) 100%);
  position: absolute;
  height: 143px;
  width: 143px;
  bottom: 0;
  right: 0;
}

.swiper-slide:nth-child(odd) .testimonial-right::after {
  background: linear-gradient(180deg, #304870 0%, rgba(48, 72, 112, 0.00) 100%);
}

.swiper-slide:nth-child(even) .testimonial-right::after {
  background: linear-gradient(180deg, #65A628 0%, rgba(101, 166, 40, 0.00) 100%);
}

.testimonial-left {
  position: relative;
}

.testimonial-left:before {
  content: "“";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  color: #7DCD32;
  display: block;
  height: 35px;
  margin-bottom: 20px;
}

.testimonial-left p {
  font-size: 14px;
  line-height: 20px;
  color: #172F57;
  margin-bottom: 15px;
}

.testimonial-meta .author {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #172F57
}

.testimonial-meta .position {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.case-studies-wrapper {
  display: flex;
  gap: 48px;
}

.case-studies-left {
  max-width: 280px;
  width: 100%;
  flex: 0 0 auto;
  height: fit-content;
  background-image: url(/wp-content/uploads/2025/07/left-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.case-studies-right {
  flex: 1;
}

.case-studies-right .case-study {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.33% - 22px);
  height: inherit;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.case-studies-right .case-study:hover {
  scale: 1.03;
}

.case-studies-right .case-study-grid {
  display: flex;
  gap: 32px;
  row-gap: 48px;
  flex-wrap: wrap;
  align-items: stretch;
}

.case-study-thumbnail {
  height: 240px;
}

.case-study-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-bottom {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  flex: 1;
}

.case-study-bottom .case-study-title {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 32px;
}

.case-study-bottom .case-study-title a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #172F57;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.case-study-bottom .case-study-title a:hover,
.case-study-meta a:hover {
  color: #65A628;
}

.case-study-content p {
  color: #808080;
}

.case-study-meta a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  color: #304870;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.case-study-meta a svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.case-study-meta a:hover svg path {
  stroke: #304870;
}

.case-studies-topics .main-title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  padding: 18px 24px;
  border-bottom: 1px solid #304870;
}

.case-studies-topics .topic-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  padding: 24px;
}

.case-studies-topics .topic-list li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #B3B3B3;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
}

.case-studies-topics .topic-list li a.active,
.case-studies-topics .topic-list li a:hover {
  background: #65A628;
}

.case-studies-topics .topic-list li a.active,
.case-studies-topics .topic-list li a:hover {
  color: #F5F5F5;
}

.case-studies-wrapper .load-more {
  flex: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.case-studies-wrapper .load-more a {
  display: flex;
  padding: 10px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #65A628;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.case-studies-wrapper .load-more a:hover {
  background: #7DCD32;
}

/**** single blog/case studies **/

.post-content-single {
  padding: 10px 0 40px;
}

.post-content-single .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;

}

.post-content-single .container p {
  margin-bottom: 20px;
}

.single-post-banner .e-con {
  padding: 0;
}

.single-post-banner img {
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#content:has(.single-post-banner) {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {

  .recent-posts-featured .title,
  .recent-posts-featured p,
  .recent-posts-grid h2 {
    max-width: 100%;
  }

  .testimonial-image,
  .testimonial-right::after {
    max-width: 100px;
    width: 100px;
    height: 100px;
  }

  .testimonial-slider .middle-content .testimonial-right {
    height: 120px;
    max-width: 120px;
  }

  .testimonial-slider .middle-content {
    gap: 30px;
  }

  .testimonial-slider .top-image {
    margin-bottom: 10px;
  }

  .case-studies-wrapper {
    gap: 24px;
  }

  .case-studies-right .case-study {
    width: calc(50% - 16px);
  }

}

@media screen and (max-width: 1024px) {
  .hfe-nav-menu>nav {
    overflow: hidden;
  }

  .case-studies-left {
    max-width: 240px;
  }

  .case-studies-wrapper {
    gap: 15px;
  }

  .case-studies-right .case-study {
    width: calc(50% - 8px);
  }

  .case-studies-right .case-study-grid {
    gap: 15px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .recent-posts-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .recent-posts-featured .inner-post {
    flex-direction: column-reverse;
    padding: 24px;
  }

  .recent-posts-featured .inner-post .content-wrapper {
    padding: 0;
  }

  .recent-posts-featured .title a {
    font-size: 24px;
    line-height: 32px;
  }

  .recent-posts-featured .post-meta {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .gs-home-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    padding-top: 20px;
  }

  .testimonial-slider .middle-content {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .case-studies-right .case-study {
    width: 100%;
  }

  .post-content-single {
    padding: 10px 0 60px;
  }

  #content:has(.single-post-banner) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 540px) {
  .case-studies-wrapper {
    flex-direction: column;
  }

  .case-studies-left {
    max-width: 100%;
  }

  .case-study-bottom {
    padding: 15px;
    gap: 20px;
  }

  .case-study-thumbnail {
    height: 180px;
  }

  .case-study-bottom .case-study-title a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 420px) {

  .recent-posts-grid .recent-post,
  .recent-posts-featured .inner-post {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

  .recent-posts-featured .inner-post .content-wrapper,
  .recent-posts-featured .inner-post .image-wrapper {
    flex: 1;
  }

  .recent-posts-featured .inner-post .image-wrapper {
    max-width: 100%;
  }
}