/* 
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/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {font-family: 'Poppins' sans-serif !important;}
button.elementskit-menu-hamburger:hover,
button.elementskit-menu-hamburger:focus,
button.elementskit-menu-close:hover,
button.elementskit-menu-close:focus {
  background: transparent !important;
}

/* Header Css */
a.ekit-menu-nav-link {
  position: relative;
}
a.ekit-menu-nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--e-global-color-primary);
  bottom: 1px;
  left: 0;
  transition: width 0.3s;
}
a.ekit-menu-nav-link.active::after {
  width: 100%;
}
a.ekit-menu-nav-link:hover::after {
  width: 100%;
}
.reverse-text-tool {
    max-width: 1200px;
    margin: 0 auto;
}
.reverse-text-tool #reverseTextForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reverse-text-tool .input-container {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.reverse-text-tool .input-container .input-text-box {
  flex-grow: 1;
  position: relative;
}
.reverse-text-tool textarea, .reverse-text-tool > p {
  width: 100%;
  min-height: 270px;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  outline: none;
   resize: none;
}
.reverse-text-tool textarea:focus, .reverse-text-tool textarea:active {
  border-color: #c6c6c6 !important;
}
.reverse-text-tool .controls {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

button.action-btn {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 12px 22px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: var(--e-global-color-primary);
  color: var(--e-global-color-text);
}

button.action-btn span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}

button.action-btn:hover span {
  color: black;
}

button.action-btn::before,
button.action-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

button.action-btn::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

button.action-btn:hover::before {
  transform: translate3d(100%, 0, 0);
}
button.action-btn:hover {
  background-color: var(--e-global-color-primary) !important;
}

.reverse-text-tool .text-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;;
  position: absolute !important;
  right: 0;
  bottom: -30px;
}
.reverse-text-tool #copyBtn {
  padding: 5px 15px;
  background: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 13px !important;
  
}


/* Invisible text toolCss */
.invisible-space-tool {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-family: Arial, sans-serif;
}

.space-box {
    display: flex;
    gap: 10px;
    align-items: center;
	width:100%;
}

#invisibleOutput {
   
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-width: 200px;
	max-width:300px;
}
#invisibleOutput::selection {
   background: #ffe6e6;
}
.number-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}

.number-box button {
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
	border-radius:0;
}


.number-box input {
    width: 90px;
    text-align: center;
    border: none;
    outline: none;
    background: #e0e0e0;
    padding: 8px 12px;
}

#copyInvisibleBtn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

/* summarizer-tool css */
#summarizer-tool{display:flex;}
#summarizer-tool .summarizer-tool-box{flex:1;}

@media (max-width:768px){
	.reverse-text-tool .input-container{flex-direction:column;}
	.reverse-text-tool textarea {
		min-height:185px;
	}
	.reverse-text-tool .controls{margin-top:25px;}
	button.action-btn{font-size:15px;padding:8px 15px;}
	.space-box{flex-direction:column;align-items:flex-start;}
}
