/*
 Theme Name:   Restart Energy 2024
 Theme URI:    https://restartenergy.ro/
 Description:  
 Author:       Cristian Uibar @ Buff Up Media
 Author URI:   https://buffup.media/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Color styles */
:root {
	--black: #000619;
	--yellow: #ffd400;
	--gradient-green: linear-gradient(70deg, #6BBF2A 15.26%, #0C7E3A 81.86%);
	--gradient-dark-green: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(70deg, #6BBF2A 15.26%, #0C7E3A 81.86%);
	--gradient-dark: linear-gradient(0deg, rgba(0, 71, 30, 0.30) 0%, rgba(0, 71, 30, 0.30) 100%), var(--black);
}

/* Text styles */
.green-gradient-text {
	background: var(--gradient-green, linear-gradient(70deg, #6BBF2A 15.26%, #0C7E3A 81.86%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.green-gradient-text-2 {
	background: linear-gradient(212deg, #6BBF2A 21.73%, #0C7E3A 79.66%, #0C7E3A 81.21%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Effect styles */
.green-shadow {
  box-shadow: 0px 13px 17px rgba(71, 161, 1, 0.2);
}

/* Default button style */
.brxe-button {
  background: var(--gradient-green);
}

.brxe-button:hover {
  background: linear-gradient(0deg, rgba(0, 71, 30, 0.30) 0%, rgba(0, 71, 30, 0.30) 100%), linear-gradient(70deg, #6BBF2A 15.26%, #0C7E3A 81.86%);
  box-shadow: 0px 13px 17px 0px rgba(71, 161, 1, 0.20);
}

.bricks-background-primary:hover {
	color: var(--black);
	background: var(--yellow);
}

/* button arrow animation */
.btn-primary-wrapper {
    transition: all 0.3s ease-out;
}

.btn-text-m, .btn-text-l {
    order: 1;
}

.btn-icon {
    order: 2;
}

.btn-primary-wrapper:hover {
	padding-right: 2.4rem;
	padding-left: 0.8rem;
}

.btn-primary-wrapper:hover .btn-text-m, .btn-primary-wrapper:hover .btn-text-l {
    order: 2;
}

.btn-primary-wrapper:hover .btn-icon {
    order: 1;
}

.no-wrap {
  white-space: nowrap;
}

/* Set the SVG icon color to #6BBF2A when tabs are not active */
.tab-title .brxe-svg.tabs-title-icon {
  fill: #6BBF2A;
}

/* Override the SVG icon color to white when the tab is active */
.tab-title.brx-open .brxe-svg.tabs-title-icon {
  fill: white;
}

/* Target only the text within the active tab title */
.tab-title.brx-open .brxe-text-basic {
  color: white;
}

/* Style for the active tab title background, not affecting the tab body */
.tabs-title-wrapper.tab-title.brx-open {
  border-radius: 0px 10px;
  background: linear-gradient(70deg, #6BBF2A 15.26%, #0C7E3A 81.86%);
  box-shadow: 10px 18px 34px 0px rgba(51, 51, 51, 0.05);
}

/* Base styles for the tab titles */
/* Smooth transition for color, background-color, fill, and box-shadow */
.tab-title {
  transition: background-color 0.3s ease, color 0.3s ease, fill 0.3s ease, box-shadow 0.3s ease;
}

/* CSS for the tab title hover effect */
.tab-title:hover {
  background-color: #231F20!important; /* Dark background on hover */
  box-shadow: 10px 18px 34px 0px rgba(51, 51, 51, 0.05); /* Shadow effect on hover */
}

/* White SVG icon on hover */
.tab-title:hover .brxe-svg.tabs-title-icon {
  fill: white;
}

/* Ensures text within the tab title is also white */
.tab-title:hover .brxe-text-basic {
  color: white;
}

/* Assuming .brxe-block.has-bg-video is the container of the video */
/* This will ensure that the border-radius affects the child video */
.brxe-block.has-bg-video {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 24px;
}

/* Just in case, ensure the video itself does not overflow its bounds */
.brxe-block.has-bg-video video {
  border-top-right-radius: 24px;
}

/* This should fix any 1px artifacts at the top of the video */
.brxe-block.has-bg-video video {
  object-fit: cover;
}

#fluentform_11 > fieldset > div > div.ff-t-cell.ff-t-column-2 > div > button,
#fluentform_11 > fieldset > div > div.ff-t-cell.ff-t-column-2 > div,
#fluentform_11 > fieldset > div > div.ff-t-cell.ff-t-column-1 > div {
    margin: 0!important;
}

#fluentform_11 > fieldset > div > div.ff-t-cell.ff-t-column-2 > div > button {
	height: 100%;
}

#ff_11_email {
    background-color: transparent;
    margin-left: 1.3rem!important;
    border: none;
    margin: auto;
    height: 4.6rem;
}

#fluentform_11 .ff-btn-submit {
    border: 0;
    border-radius: 2.55rem;
	background: var(--gradient-green);
    padding: 1.2rem 1.6rem;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    min-width: auto!important;
	white-space: nowrap!important;
}

#fluentform_11 .ff-btn-submit:hover {
        background: var(--gradient-dark-green)!important;
}

#fluentform_11 > fieldset > div > div.ff-t-cell.ff-t-column-1 {
    flex-basis: 80%!important;
}

#fluentform_11 > fieldset > div > div.ff-t-cell.ff-t-column-2 {
    flex-basis: 20%!important;
}

.fluent_form_11 .ff-el-input--content input[type="email"]{
    height: 51px;
    border: none;
    background-color: transparent;
    outline: none;
}

 @media (max-width: 768px) {
    .fluent_form_11 .ff-el-input--content input[type="email"]{
        border-radius: 3rem;
        background-color: white;
        padding-left: 20px;
    }
	 
	.fluentform_wrapper_11 {
        border-radius: 0;
        background: rgba(0,0,0,0);
        padding: 0;
    }
}

.ff-message-success{
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 4px 20px;
    font-size: 16px;
    line-height: 140%;
}

.fluentform_wrapper_11 {
    border-radius: 3rem;
    background: #FFF;
    padding: 0.6rem;
    align-items: center;
}

#fluentform_11 .ff_columns_total_2 input{
    margin-bottom: 0!important;  
    box-shadow: none !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

#fluentform_11 .ff_columns_total_2{
    margin-bottom: 0!important; 
	display: flex!important;
}

#brxe-qkqbdx {
    column-gap: 40px;
    font-size: 16px;
    padding-left: 18px;
}

#brxe-causqq > ul > li {
	line-height: 1;
}

.btn-primary-wrapper-simple:hover svg path {
  fill: var(--black);
  stroke: var(--black);
}

.slider-experti-slide:hover > div.slider-experti-block-bottom > h4.brxe-heading {
	color: white;
}

.slider-experti-slide:hover > div.slider-experti-block-top > svg > circle {
	fill: #6BBF2A;
}

.slider-experti-slide:hover > div.slider-experti-block-top > svg > path {
	fill: white;
	stroke: white;
}


/* Responsize sizes */

.h1-extra {
	font-size: 7rem;
}

@media only screen and (max-width: 1024px) {
	.hide-on-small-screens {
        display: none;
    }

	.hoss-laptop {
      display: none;
  }
}

@media only screen and (max-width: 800px) {
	.hoss-tablet {
      display: none;
  }
}

@media only screen and (max-width: 599px) {
	
}

@media only screen and (max-width: 479px) {
	.hoss-mobile {
    display: none;
}
}

@media only screen and (max-width: 319px) {
	
}

