/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


a.email-link {
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
	font-family: "Work Sans";
}

a.call-link{
	color: #ffffff;
    font-weight: 400;
    line-height: 24px;
	font-family: "Work Sans";
}


.custom-contact-form {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}



.right-field {
  flex: 1 1 48%;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
	margin-bottom: 0;
}


.main-submit-button {
  background-color: #fff !important;     
  color: #2B286C !important;                
  padding: 12px 24px;
  border: 2px solid #000;     
  border-radius: 6px;
  font-size: 18px;
	font-family:'Dm sans';
font-weight:600;
	line-height:24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.main-submit-button:hover {
  background-color: #f0f0f0 !important;;  
}

a.bottom-footer-text {
    color: #F2B705;
    text-decoration: underline;
}



/* Target all input and textarea fields in Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: rgba(255, 255, 255, 0.20);      
  border: 1px solid rgba(255, 255, 255, 0.20);      
  color: #ffffff !important;                 
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
	font-weight: 300 !important;
}


.wpcf7-form textarea{
background-color: #535272;      
  border: 1px solid #535272;      
  color: #ffffff !important; 
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #ffffff;   
  opacity: 1;       
}


/* Style only the textarea inside the .right-field container */
.custom-contact-form .right-field textarea {
   
background-color: rgba(255, 255, 255, 0.20) !important;       
  border: rgba(255, 255, 255, 0.20) !important;    
  color: #fff !important;                        
  border: 1px solid #fff;             
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.custom-contact-form .right-field textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}


/* button hover css */

.hover-icon-button {
  position: relative;
  transition: background-color 0.3s ease, padding-left 0.3s ease;
	color: inherit;
}

.hover-icon-button::after {
  content: "\f061"; /* Font Awesome arrow-right icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #fff; /* icon color */
}

.hover-icon-button:hover {
  background-color: #D3A907 !important; /* Replace with your hover background color */
  padding-right: 40px;
	
}

.hover-icon-button a:hover{
	color:#ffffff !important;
}

.hover-icon-button:hover::before {
  opacity: 1;
  transform: translateX(0);
}


.hover-main-button:hover {
    background:#D3A907 !important;
    color: yellow !important;
}

.hover-main-buttonspan:hover {
    color: red !important;
}

/* .fusion-button-default:hover .fusion-button-text, .wpcf7-form input[type="submit"]:hover .fusion-button-text, .wpcf7-submit:hover .fusion-button-text, input.button-default:hover .fusion-button-text {
    color: #ffffff !important;
} */





/*  button hover css end */

.fusion-content-boxes .content-wrapper-background {
    padding: 0px !important;
}






.benefit-section-text p.content-box-heading {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.benefit-section-text .content-container{
    color: #FFF;
    font-family: "Work Sans";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}



/* social media css start */



.social-icons-container a img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s;
}

.social-icons-container a:hover img {
  transform: scale(1.1);
}


/* social media css end */


.about-us-lorem-text .fusion-li-item-content {
    color: #2B286C;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}








@media (max-width: 768px) {
  .custom-contact-form {
    flex-direction: column;
  }

  .left-fields,
  .right-field {
    flex: 1 1 100%;
  }
	
	.main-submit-button {
    width: 100% !important;
    margin-left: 0px !important;
}

span.main-heading-mb {
    font-size: 27px !important;
}	
	
.services-main-heading p {
    font-size: 30px !important;
}	
	
.lets-talk-heading p {
    font-size: 30px !important;
}	
	

	
	
}
.custom-h4{
	margin-top: 60px !important;
}
.custom-footer-checklist.fusion-li-item-content a {
    color: red !important;
}






