/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   http://server.devbunch.com/qasim/wordpress/SolcellsJamforelse
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.comments-area a, .page-content a {
    text-decoration: none !important;
}
p a {
	color: #2f66d3;
	text-decoration: underline !important;
}
p a:hover {
  color: #2f66d3;
	text-decoration: none !important;
}
.home-accordion .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .title {
    padding-right: 20px;
}
/* Country Form */
.country-form p {
	margin: 0;
}
.country-form .radio {
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}
.country-form .radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin: 0;
    border-bottom: 1px solid #e6e8ed;
    padding: 19px 0;
}
.country-form .radio .wpcf7-list-item:nth-last-child(-n+3) {
    border-bottom: none;
}
.country-form [type="radio"]:checked,
.country-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.country-form [type="radio"]:checked + .wpcf7-list-item-label,
.country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
	font-size: 18px;
	color: #000000;
  line-height: 20px;
  display: inline-block;
}
.country-form  [type="radio"]:checked + .wpcf7-list-item-label:before,
.country-form  [type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #2f66d3;
    border-radius: 100%;
    background: #fff;
}
.country-form  [type="radio"]:checked +  .wpcf7-list-item-label:after,
.country-form  [type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2f66d3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.country-form  [type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.country-form  [type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Contact Form */
.contact-form p {
	margin: 0;
}
.contact-form .country {
    display: none;
}
.contact-form .select-box {
	padding: 48px 50px 50px 50px;
	background: #2f66d3;
	border-radius: 10px 10px 0 0;
}
.contact-form .select-box-inner {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.contact-form label {
	font-size: 15px;
	color: #000000;
	margin-bottom: 12px;
    letter-spacing: -0.1px;
}
.contact-form .form-control {
	border: 1px solid #e6e8ed;
	height: 52px;
	font-size: 18px;
	color: #888d99;
	padding: 10px 20px;
	background: transparent;
	border-radius: 10px;
    -webkit-appearance: none;
	position:relative;
}
.contact-form .form-control:focus {
	border-color: #e6e8ed;
}
.contact-form .form-control.select {
	background: #ffffff;
}
.contact-form .form-control.select {
    background-image: url('https://xn--solcellerjmfrelse-zqb85a.se/wp-content/uploads/2024/09/arrow-down.png'); 
    background-repeat: no-repeat;
    background-position: 95%;
}
.contact-form .select-box-inner label {
	color: #ffffff;
}
.contact-form .field-box {
	border: 1px solid #e6e8ed;
	background: #ffffff;
	padding: 48px 50px 52px;
	box-shadow: 0 20px 40px 0 rgba(47,102,211,0.1);
	border-radius: 0 0 10px 10px;
}
.contact-form .field-box-inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0 25px;
}
.contact-form .field-box .text-field {
	margin-bottom: 29px;
}
.contact-form .field-box textarea {
	height: 120px;
}
.contact-form .submit {
	font-size: 16px;
	line-height: 16px;
	gap: 15px;
	display: flex;
    align-items: center;
	border-radius: 10px ;
    padding: 23px 65px 21px 65px;
	background: #ffc425;
	color: #000000;
    margin: 0 auto;
	border: none;
	margin-bottom: 35px;
}
.contact-form .submit:hover, .contact-form .submit:focus {
	background: #2f66d3;
	color: #ffffff;
}
.contact-form .consent-text {
	text-align: center;
}
.contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
    position: absolute;
}
.contact-form .select-box .wpcf7-not-valid-tip {
    color: #fcb900;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
    text-align: center;
    font-size: 14px;
		border-radius: 10px;
}
.amarbetspartner-testimonial p a {
	color: #ffc425;
}
@media screen and (max-width: 1366px) {
.contact-form .select-box-inner {
    grid-template-columns: repeat(2, 1fr);
}
	.contact-form .form-control {
		font-size: 16px;
	}
.contact-form .submit {
    padding: 20px 40px 18px 40px;
margin-bottom: 30px;
}
	.contact-form .submit svg {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
  .country-form [type="radio"]:checked + .wpcf7-list-item-label, .country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label {
    font-size: 16px;
}
.country-form [type="radio"]:checked + .wpcf7-list-item-label:before, .country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
}
.country-form [type="radio"]:checked + .wpcf7-list-item-label:after, .country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
}
.country-form .radio .wpcf7-list-item {
    padding: 15px 0;
}
.contact-form .select-box {
    padding: 35px;
}
.contact-form .field-box {
    padding: 35px;
}
.contact-form .field-box .text-field {
    margin-bottom: 25px;
}
.contact-form .form-control {
    height: 48px;
}
.contact-form .form-control.select {
    background-position: 94%;
}
.contact-form .submit {
     padding: 18px 30px 16px 30px;
     margin-bottom: 25px;
    }
.contact-form .field-box textarea {
    height: 100px;
}
}

@media screen and (max-width: 767px) {
.country-form .radio {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
  .country-form [type="radio"]:checked + .wpcf7-list-item-label, .country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label {
    font-size: 14px;
line-height: 18px;
padding-left: 25px;
}
.country-form [type="radio"]:checked + .wpcf7-list-item-label:before, .country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    width: 16px;
    height: 16px;
}
.country-form [type="radio"]:checked + .wpcf7-list-item-label:after, .country-form [type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    width: 8px;
    height: 8px;
}
.country-form .radio .wpcf7-list-item {
    padding: 10px 0;
}
.contact-form .select-box {
    padding: 30px;
}
.contact-form .field-box {
    padding: 30px;
}
.contact-form label {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-form .form-control {
    font-size: 14px;
    height: 44px;
    padding: 10px 15px;
}
.contact-form .form-control.select {
    background-size: 10px;
    }
.contact-form .submit {
		font-size: 14px;
line-height: 14px;
     padding: 16px 22px 14px 22px;
     margin-bottom: 20px;
    }
	.contact-form .submit svg {
		font-size: 12px;
	}
.contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
}
}

@media screen and (max-width: 575px) {
.contact-form .select-box-inner {
        grid-template-columns: repeat(1, 1fr);
	gap: 20px;
    }
.contact-form .field-box-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 20px;
}
.contact-form .field-box .text-field {
        margin-bottom: 20px;
    }
}
