/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770777583
Updated: 2026-02-11 02:39:43

*/

html, body{
	min-width:1200px;
	overflow-x: hidden;
}

a, a:hover{
	color:unset;
}


.menu-item:hover a, .current-menu-item a{
	font-weight:bold !important;
}

.gradient h2{
	background: linear-gradient(to bottom, #1582FF 0%, #203ECF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.form input[type='text'], .form textarea {
    padding: 20px;
    border-radius: 20px;
}
.form label span {
    font-size: 13px;
    color: white;
    font-family: 'Poppins';
}
.form .flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form label {
    font-size: .3px;
}

.form span, .form label {
    width: 100%;
}

.form textarea {
    height: 212px;
    margin-bottom: 10px;
}

.form .btn {
    display: block;
    margin: 20px auto 0;
    font-size: 18px;
    font-family: 'century gothic';
    letter-spacing: 2px;
    color: white;
    border: none;
    /* background: #FFC801; */
    background: linear-gradient(90deg, rgba(255, 200, 1, 1) 0%, rgba(223, 168, 0, 1) 100%);
    padding: 25px 50px;
    border-radius: 500px;
}

.form span.wpcf7-list-item {
    margin: 0 0 5px 0;
}


#reviews span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFF26;
}

#reviews .swiper-pagination-bullet {
    background: white;
    opacity: 1;
	width:9px;
	height:9px;
}

#reviews span.swiper-pagination-bullet {
    margin: 0 9px ! IMPORTANT;
}

.jobform {
  background: #0b57a4;
  padding: 30px;
  color: #fff;
  font-family: 'Montserrat';
}

.jobform h3 {
    margin-top: 30px;
    font-family: 'Formula 1';
	color: #F6BF01;
    font-weight: 700;
    text-shadow: 1px 3px 6px black;
	font-size: 25px;
	letter-spacing:.3px;
}

.jobform .note {
  font-size: 12px;
  margin-bottom: 15px;
}

.jobform label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.jobform input,
.jobform textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.jobform textarea {
  min-height: 100px;
}
.jobform span.wpcf7-form-control-wrap {
    margin: 5px 0;
    display: block;
}

.jobform  .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
	    grid-template-columns: 1fr 1fr;
}

.jobform  .row div {
    flex: 1;
}

.jobform  .col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.jobform  .col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.jobform  .row > div {
  display: flex;
  flex-direction: column;
}

.jobform  .submit-wrap {
  margin-top: 20px;
}

.jobform input[type="submit"] {
    background: #fff;
    color: #000;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    display: block;
    max-width: 170px;
    margin: 0 auto;
    border-radius: 5px;
}

.jobform h4 {
    text-align: center;
    margin-bottom: 40px;
}

.jobform h2.title {
    text-align: center;
    color: #F6BF01;
    font-family: 'Formula 1';
    letter-spacing: .2px;
    font-weight: 700;
    text-shadow: 1px 3px 6px black;
}


@media(max-width:1500px){
	.cta span {
		display: block;
		margin-top: 2px;
	}
}

@media(max-width:1024px){
	html, body{
		min-width:320px;
	}
	.jobform h2.title {
		font-size: 28px;
	}
}

@media(max-width:768px){
	.form .flex {
		display: block;
		gap: 20px;
		margin-bottom: 0;
	}
	.form input[type='text'], .form textarea{
		margin-bottom:10px;
	}
	.jobform .row {
		display: block;
		margin-bottom: 0;
	}
	
}



