/* 
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 */
.about_section_shape {
  position: absolute;
  left: -140px;
  transform: rotate(-90deg);
}
.about_section_shape::before {
  position: absolute;
  content: '';
  background: #1E1E1E;
  width: 1px;
  height: 90px;
  transform: rotate(-90deg);
  bottom: -25px;
  left: 240px;
}
.marquee_slider .slick-slide{
    margin: 0px 10px;
}
.elementor-element.service_item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}
.elementor-element.price_table_item:hover .elementor-widget.elementor-widget-text-editor{
  color: #fff;
}
.elementor-element.price_table_item:hover .elementor-heading-title{
  color: #fff;
}
.elementor-element.price_table_item:hover .elementor-icon-list-text{
  color: #fff;
}
.elementor-element.price_table_item:hover .elementor-icon-list-icon svg path{
  fill: #fff;
}
.elementor-element.process_item {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}
.counter_section-pefix .elementor-counter-number-suffix{
   font-weight: 300;
}
.marquee_slider_list img {
	max-width: 170px;
}
.country_slider_list {
	margin-left: 40px;
}



.custom-progress-bar-widget {
    width: 100%;
}


.progress-bar-title {
    color: #7A7A7A;
    font-family: Kanit;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
}


.progress-bar-container {
    background-color: #e0e0e0;
    border-radius: 25px;
    height: 40px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.progress-bar-fill {
    background-color: #ff0000;
    height: 100%;
    border-radius: 25px;
    display: block;
    transition: width 0.5s ease-in-out;
}


.progress-bar-value {
    position: absolute;
    right: 20px; 
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}


.progress-bar-value.grey-text {
    color: #888888;
}
.we_lost_count .progress-bar-value {
	color: #a29a9a;
}

.progress-bar-fill {
    background-color: #ff0000;
    height: 100%;
    border-radius: 0px;
    width: 0;
    transition: width 1.5s ease-in-out;
}

@media (max-width: 767px) {
    .progress-bar-title {
      font-size: 16px;
      margin-bottom: 5px;
    }
    .progress-bar-container {
      height: 25px;
    }
    .progress-bar-value {
        font-size: 14px;
        right: 15px;
    }
}


.interactive-hero-container {
    height: 420px; 
    width: 100%;
    overflow: hidden;
}

.desktop-panels {
    display: flex;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.panel {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    flex: 3;
    cursor: pointer;
    filter: brightness(0.8);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel.is-active {
    flex: 5; /* The active panel grows much larger */
    filter: brightness(1);
}
.panel-content h2{
  color: #FFF;
  font-size:  27px;
  font-weight:700;
  line-height:27px;
  margin-bottom: 5px;
}


/* Dark overlay for the active panel only */
.panel.is-active::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.panel-content h2{
  color: #fff;
}

.panel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    z-index: 2;
    width: 80%;
    opacity: 0; 
    transition: opacity 0.3s ease-in-out 0.2s;
}

.panel.is-active .panel-content {
    opacity: 1; 
}
.panel-content p {
   color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height:23.94px;
}

@media (max-width: 767px) {
    .interactive-hero-container {
        height: 310;
    }

    .desktop-panels {
        display: block; 
    }

    .interactive-hero-container .slick-slide {
        height: 310px;
        position: relative;
        transition: transform 0.4s ease, filter 0.4s ease;
    }
    .slick-center {
        transform: scale(1);     /* Make it full size */
        filter: brightness(1);   /* Make it fully bright */
    }
    .slick-center.panel::before {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .slick-slide .panel {
        filter: brightness(0.6);
    }
    
    /* Make ONLY the centered slide bright. */
    .slick-center .panel {
        filter: brightness(1);
    }
    .panel-content {
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.4s ease, visibility 0.4s ease;
      }

      /* Show text ONLY on the CENTER slide */
      .slick-center .panel-content {
          opacity: 1;
          visibility: visible;
      }

    .panel-content h2,
    .panel.is-active .panel-content h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .slick-dots {
        position: absolute;
        bottom: 55px;
        z-index: 10;
        width: 100%;
    }
    .slick-dots li button:before { display: none; }
    .slick-dots li { margin: 0 5px; width: 12px; height: 12px; }
    .slick-dots li button {
        width: 12px; 
        height: 12px; 
        padding: 0;
        border-radius: 40px;
        background: #CFCFCF;   
        border: 2px solid white; 
        border-radius: 50%;
    }
    .slick-dots li.slick-active button {
        width: 20px; 
        border-radius: 40px;
        background: #ED2939;
        border-color: #ED2939;
    }
}


@media (max-width: 1440px) {
  .about_section_shape {
      left: -115px;
  }
}

@media (max-width: 1366px) {
  .about_section_shape {
    left: -60px;
  }
  .about_section_shape::before {
    bottom: -25px;
  }
}

@media (max-width: 1334px) {
  .progress-bar-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .marquee_slider_list img {
    max-width: 130px;
  }
  .country_slider_list {
    margin-left: 30px;
  }
}
