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

@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700');

.tab-teaser-new-section {
  font-family: 'Oswald', sans-serif;
}

.tab-teaser-new-section .tab-teaser {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* Tab Menu */
.tab-teaser-new-section .tab-menu {
  margin-top: 34px;
}
.tab-teaser-new-section .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 50px;
}
.tab-teaser-new-section .tab-menu ul li {
  flex: 1;
  /*text-align: center;*/
}
.tab-teaser-new-section .tab-menu ul li a {
  display: block;
  transition: 0.5s all;
  border-bottom: 0;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius:30px;

}
.tab-teaser-new-section .tab-menu ul li a:hover {
    background: #182F7D;
    
}
.tab-teaser-new-section .tab-menu ul li a.active {
    background: #182F7D;
    
}

.tab-teaser-new-section .tab-menu ul li a:hover h2 {
    color: #fff !important;
    
}
.tab-teaser-new-section .tab-menu ul li a.active h2 {
    color: #fff !important;
    
}

.tab-teaser-new-section .tab-menu ul li a.active .elementor-widget-divider {
    --divider-color: white !important;
}

.tab-teaser-new-section .tab-menu ul li a:hover .elementor-widget-divider {
    --divider-color: white !important;
}
.tab-teaser-new-section .tab-menu ul li a:hover .elementor-icon-list-items li span {
    color: white !important;
}
.tab-teaser-new-section .tab-menu ul li a.active .elementor-icon-list-items li span {
    color: white !important;
}

.tab-teaser-new-section .tab-menu ul li a:hover .elementor-icon-list-items li span svg {
    fill: white !important;
}
.tab-teaser-new-section .tab-menu ul li a.active .elementor-icon-list-items li span svg {
    fill: white !important;
}



/* Tab Content Area */
.tab-teaser-new-section .tab-main-box {
  background: #f4fcce;
  padding: 10px 30px;
  border: 2px solid #d0d062;
  margin-top: -2px;
}

.tab-teaser-new-section .tab-box {
  display: none;
}
