
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
body {
  
  font-family: 'Maven Pro', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*   background-color: #f4f4f4; */
  
}

.form-row-right {
  display: flex;
  justify-content: flex-end; /* Push form to the right */
}

@media (max-width: 768px) {
  .form-row-right {
    justify-content: center;
  }
}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Background of the slider */
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px; /* Height of the slider circle */
    width: 26px; /* Width of the slider circle */
    left: 4px;
    bottom: 4px;
    background-color: white; /* Background of the slider circle */
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .custom-switch .slider {
  transform: scale(0.7);
}

.custom-switch .slider:before {
  transform: scale(0.7); /* Scale down the circle inside the switch */
}

/* Adjust the position to align properly after scaling */
.custom-switch .slider.round:before {
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}
  

.btn:hover {
    background-color: #7b4e9c; 
    color: #fff; 
    border: 1px solid #7b4e9c; 
}


.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}
 .const{
		display: flex;
  		align-items: center;
  		justify-content: center;
	 }
	
 .wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #F5F5F5;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
 
  
} 
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
  color:#0e6ba8;
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;

}
.slide-controls label.signup{
  color: #0e6ba8;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: #0e6ba8;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
  background-color:#0e6ba8;
}
#signup:checked ~ label.login{
  color:#0e6ba8;
}
#login:checked ~ label.signup{
  color: #0e6ba8;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
  background-color:#0e6ba8;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
  background-color:#0e6ba8;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #f33f3f;
  box-shadow: inset 0 0 3px #fb6aae;
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #b3b3b3;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
   color: #0000ff; 
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: #0e6ba8;
  border-radius: 5px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #000;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
} 
.center-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }


input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}
/* /* section subcribr */


Style the input and button group
.input-button-group {
  display: flex;
  align-items: center;
}

Style the input field
.input-button-group input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  outline: none;
}





/* Send Message */

/* Add this to your existing CSS or styles.css */
.container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 25px;
    margin-left: 25px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 768px) {
    .offset-md-3 {
        margin-right: 2%;
    }
} 


.section-heading {
	text-align: center;
/* 	margin-bottom: 30px; */
	border-bottom: 1px solid #eee;
	/* margin-top: 80px; */
}

.section-heading h2 {
	font-size: 38px;
	font-weight: 600;
	color: #162226 !important;
	margin-bottom: 15px;
	margin-top: -50px;
}
.send-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh; /* Optionally, make the section fill the viewport height */
}

.contact-form {
  background-color: #fff; /* Optionally, add a background color to the form container */
  padding: 30px; /* Optionally, add some padding to the form container */
  border-radius: 5px; /* Optionally, round the corners of the form container */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optionally, add a box shadow to the form container */
}

.contact-form input {
  font-size: 14px;
  width: 100%;
  height: 44px;
  display: inline-block;
  line-height: 42px;
  border: 1px solid #eee;
  border-radius: 5px; /* Optionally, round the corners of the input fields */
  margin-bottom: 20px; /* Adjusted margin for better spacing */
}

.contact-form input:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form textarea {
  font-size: 14px;
  width: 100%;
  min-width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 180px;
  border: 1px solid #eee;
  border-radius: 5px; /* Optionally, round the corners of the textarea */
  margin-bottom: 20px; /* Adjusted margin for better spacing */
}

.contact-form textarea:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.contact-form button.filled-button {
  background-color: #0e6ba8;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  width: auto; /* Remove the width restriction for the button */
}

.contact-form button.filled-button:hover {
  background-color: #1593f0;
}



   
/* responsive   */

/* Existing CSS styles */

/* Media query for small screens (up to 768px) */
@media screen and (max-width: 768px) {
    /* Header adjustments for smaller screens */
 
   input[type="email"] {
        margin-right: 0; /* Remove margin between input and button */
        margin-bottom: 10px; /* Add spacing below the input */
        width: 100%; /* Full width input */
    }

  



}


  
  
  
  
  