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









.elementor-10 .elementor-element.elementor-element-d94fd5f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: #e32d7f00;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: #00000000;
}


.rotate-icon span.elementor-button-icon {
    rotate: 45deg;
}


.thinkfuel-form {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
/*   background: linear-gradient(to bottom, #fde7f0, #ffeef6); */
  font-family: 'Arial', sans-serif;
  box-sizing: border-box;
}

.thinkfuel-form h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.thinkfuel-form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-group {
/*   display: flex; */
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-group label {
/*   flex: 1; */
  min-width: 200px;
  font-size: 26px;
  font-weight: 600px;
  color: #000;
  margin-bottom: 10px;
}

.form-group input {
  flex: 2;
  min-width: 250px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #000;
  background: transparent;
  outline: none;
}

.thinkfuel-form button {
  align-self: flex-start;
  background-color: #EDAD0D;
  color: white;
  padding: 18px;
  font-size: 19px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.thinkfuel-form button:hover {
  background-color: #c2185b;
}
.thinkfuel-form p {
    display: flex;
    justify-content: end;
}
 
.thinkfuel-form form label span {
  display: inline-block;
  width: 300px;
}

.thinkfuel-form input {
  border: none;
  border-bottom: 2px solid #000;
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  background: transparent;
  outline: none;
	text-align: center;
	border-radius: unset;
}

.thinkfuel-form button {
  background-color: #e91e63;
  color: white;
  padding: 12px 30px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.thinkfuel-form button:hover {
  background-color: #c2185b;
}



@media (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-group input {
    width: 100%;
  }
.thinkfuel-form p {
    display: block;
}
	.thinkfuel-form{
		padding: 10px;
	}
.thinkfuel-form input{
	width: 100% !important;
	 text-align: start !important;
	}
	.form-group label{
		font-size: 22px;
	}
	
	#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 {
    display: flex;
    flex-wrap: wrap !important;
    gap: 10px!important;
}
	
#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 label {
    width: 100% !important;
}
	
	
	#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 input{
	text-align:start !important;
	
}

#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 textarea{
	text-align:start !important;
}
	
	
}








.dual-line {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.word {
  display: inline-block;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.word.creative.show {
  opacity: 1;
  transform: translateX(0);
}

.word.creative.hide {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  left: 0;
}

.word.smart {
  transform: translateX(50px);
  position: absolute;
  left: 0;
}

.word.smart.show {
  opacity: 1;
  transform: translateX(0);
}







#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}


#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 label{
	width: 30% ;
}


#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 input{
	text-align:center;
	
}

#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 input:focus{
	box-shadow: none !important;
}

#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 textarea:focus{
	box-shadow: none !important;
}


#thinkfuel-contact-form .elementor-field-group.elementor-column.elementor-col-100 textarea{
	text-align:center;
}

.icon-box-margin h3.elementor-icon-box-title {
    margin: 0;
}

.yellow-gradient-cs{
background: radial-gradient(circle at top left, #edad0d57, transparent 40%), radial-gradient(circle at bottom right, #edad0d57, transparent 40%);
}
.card-loop-gradient{
background: linear-gradient(155deg, #edad0d0d 0%, #edad0d80 100%);
	height: 170px;
}
.case-studio-page-loop {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-navigation-buttons {
    display: flex;
    justify-content: space-between;
}

.custom-navigation-buttons-div-1 ,.custom-navigation-buttons-div-2 {
    padding: 8px 20px;
    background: #edad0d;
    border-radius: 10px;
    width: 35%;
}

.custom-navigation-buttons h5 {
    padding-top: 5px;
    margin: 0;
	font-size: 16px;
	color: #fff;
}

.custom-navigation-buttons > div:nth-child(2) .nav-label {
    text-align: end;
}









