/* 
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 */
.toolkit-sec{
/* 	overflow: hidden; */
}
.card-item > .e-con-inner{
	position: relative;
}

.card-item .dots {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 100;
	transition: all 0.3s ease-in-out;
}
.card-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #aaa;
  cursor: pointer;
  transition: background 0.3s;
}
.card-item .dot.active { background: #02E9F1; }


.faq-sec .faq-item details{
    clip-path: polygon(2% 0px, 98% 0px, 100% 50%, 98% 100%, 2% 100%, 0px 50%);
    position: relative;
    background: #071D27;
    border: none;
}

.faq-sec .faq-item details summary{
	position:relative;
	border:none;
}
.faq-sec .faq-item details summary .e-n-accordion-item-title-icon{
	left:-19px
}
.faq-sec .faq-item details .elementor-element{
	border:none;
}
.faq-sec .faq-item details:before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: #06444D;
    border: none;
    width: 98.6%;
    margin: 0 auto;
    clip-path: polygon(2% 0px, 98% 0px, 100% 50%, 98% 100%, 2% 100%, 0px 50%);
}
.faq-sec .faq-item details summary{
	justify-content: space-between;
    background-color: transparent !important; 
}

.faq-sec .faq-item details summary + div > div[data-element_type="container"]{
	 background-color: transparent !important; 
}

.faq-sec .faq-item details .elementor-element{
 background-color: transparent !important; 
}
.faq-sec .faq-item details summary .e-n-accordion-item-title-icon{
height:31px;
width:31px;
}
.faq-sec .faq-item details summary .e-n-accordion-item-title-icon .e-opened{
height:100%;
width: 100%;
}
.faq-sec .faq-item details summary .e-n-accordion-item-title-icon .e-opened svg{
height:100%;
width: 100%;
}

.faq-sec .faq-item details summary .e-n-accordion-item-title-icon .e-closed{
height:100%;
width: 100%;
}
.faq-sec .faq-item details summary .e-n-accordion-item-title-icon .e-closed svg{
height:100%;
width: 100%;
}
/* .faq-sec .faq-item details summary .e-n-accordion-item-title-icon span{
width:100%;
height:100%;
display: block !important;
} */

/* .faq-sec .faq-item details summary .e-n-accordion-item-title-icon span svg{
width:100%;
height:100%;
display: block !important;
} */