/*
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
*/

.content-box-percentage.content-box-counter {
font-size: 46px !important;
line-height: 30px !important;
text-transform: uppercase;
color: #000000;
font-weight: 600;
font-family: "Manrope";
margin-bottom: 20px;
}

.fusion-counters-box .fusion-counter-box .counter-box-container{
	border:none !important;
}

.white-icon-post img {
    background:#1998a5;
    padding: 10px 10px;
}

/* .vertical-divider {
    position: relative;
}

.vertical-divider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 1px; 
    height: 100%;
    background-color: #fff; 
    opacity: 0.2; 
} */

.vertical-divider {
    width: 1px !important;
    height: 80px;
    background-color: #fff;
    display: block;
    margin: 10px auto;
}

.contact-form-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group.half {
    flex: 0 0 calc(50% - 10px);
}

.form-group.full {
    flex: 0 0 100%;
}

.contact-form-wrapper label{
	margin-bottom: -20px !important;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
	font-size:18px;
	line-height: 30px;
	font-weight:400;
	font-family: "Manrope";
}


.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
    font-size: 16px;
    line-height: 34px;
    color: #a0a0a0;
    font-weight: 300;
    font-family: "Manrope", sans-serif;
}

.contact-form-wrapper textarea::placeholder {
    font-size: 16px;
    line-height: 34px;
    color: #a0a0a0;
    font-weight: 300;
    font-family: "Manrope", sans-serif;
}

#message::placeholder {
    font-size: 16px;
    line-height: 34px;
    color: #a0a0a0 !important;
    font-weight: 300;
    font-family: "Manrope", sans-serif;
}

.contact-form-wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 34px;
    color: #a0a0a0;
    font-weight: 300;
    font-family: "Manrope", sans-serif;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #a0a0a0 !important; 
	font-size: 16px;
	line-height: 34px;
	font-weight: 300;
	font-family: "Manrope";
	border-radius:0px !important;
}


.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    background-color:#1998a5 !important;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}


.wpcf7-submit.has-spinner.submit-btn {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: "Manrope";
    text-align: center;
    background-color: #1998a5 !important;
	border-radius:30px !important;
	border:1px solid #1998a5 !important;
	padding: 10px 30px !important;
	border-radius:30px !important;
}

.submit-btn:hover {
    background-color: #8a3a3a;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

/* copyright css code */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}

.footer-main-icon-logo img {
    background: #000000;
    padding: 20px;
}

.footer-links a {
    color: #3c3c3c;
    font-size: 18px;
    transition: color 0.3s ease;
/* 	opacity: 0.851; */
	height: 15px;
	line-height: 30px;
	text-decoration: none;
	font-weight: 400;
	font-family: "Manrope";
}

.footer-links a:hover {
    color: #1998a5;
    text-decoration: underline;
}

.copyright-text p {
/*     opacity: 0.380; */
    height: 29px;
    font-size: 16px;
    line-height: 25px;
    color: #3c3c3c !important;
    font-weight: 400;
    font-family: "Manrope";
	margin-bottom:10px;
}

a.quick-links-text {
    font-size: 18px;
    line-height: 34px;
    color: #3c3c3c;
    font-weight: 400;
    font-family: "Manrope";
}

a.quick-links-text:hover{
	color: #1998a5;
	font-weight:500;
}

a.footer-contact-no {
    font-size: 18px;
    line-height: 34px;
    color: #3c3c3c;
    font-weight: 400;
    font-family: "Manrope";
}

a.footer-contact-no:hover {
    color: #1998a5;
}

/* brand logo slider css start */
.custom-logo-slider img {
    width: 100%;
    padding: 20px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    display: block;
}

.custom-logo-slider .slick-slide {
    margin: 0 10px; /* Adjust spacing between logos if needed */
}

.slick-prev,
.slick-next {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
	color: #ffffff;
}

.slick-prev { left: -50px; } 
.slick-next { right: -50px; }
/* brand logo slider css end */



/* Vertical line before heading */
.home-slider-main-title {
    position: relative !important;
    display: inline-block !important;
}

.home-slider-main-title::before {
    content: "" !important;
    position: absolute !important;
    left: 70px !important;
    top: 0 !important;
    height: 100% !important;
    width: 2px !important;
    background-color: #d8d5db !important;
    display: block !important;
}


.main-category-name p::before {
    content: " / ";
    color:#1998a5;
    font-weight: 500;
    margin-right: 5px;
	font-size: 24px;
}

.services-cards-hover-section:hover .fusion-column-wrapper {
    background-color:#000000 !important;
}

.services-cards-hover-section:hover .fusion-column-wrapper, .services-cards-hover-section:hover .fusion-column-wrapper * {
    color: #FFFFFF !important;
}

.box-sections-post-cards-title {
    height: 17vh;
}

.box-sections-post-cards-text {
    height: 18vh;
}


.slick-prev {
    left:-48px;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
}

.slick-next {
    font-weight: bold;
    right: -50px;
    color: #ffffff;
    font-size: 40px;
}


/* newsletter form css */

/* Wrapper */
.newsletter-wrapper {
    width: 100%;
    max-width: 60% !important;
    margin: 0;
}

/* Form Layout */
.newsletter-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: flex-start;
}

/* Input Field */
.newsletter-input {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #1FA9A8 !important;
    padding: 10px 35px 10px 0 !important;
    outline: none !important;
    font-size: 16px !important;
    font-family: "Manrope", sans-serif !important;
    color: #ffffff !important;
	border-radius:0px !important;
}

.newsletter-input::placeholder {
    color: #ffffff !important;
    font-weight: 300 !important;
}

/* Arrow Button */
.newsletter-btn {
    position: absolute;
    right:-10% !important;
    top: 60%;
    transform: translateY(-50%);
    background: #1FA9A8;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* newsletter form css end */

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid #1998a5;
}

.social-icons-wrap {
    display: flex;
    gap: 15px;
  }

  .social-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #1aa3a3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
    fill: #1aa3a3;
  }

  .social-icon:hover {
    background-color: #1aa3a3;
  }

  .social-icon:hover svg {
    fill: #ffffff;
  }




/* For 991px and below - Mobile screens */
@media (max-width: 991px) {
    main#main {
        z-index: 1;
        position: relative;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) {
.box-sections-post-cards-title {
    height: 13vh;
}

.box-sections-post-cards-text {
    height: 13vh;
}	
	
}

@media only screen and (min-width: 768px)  and (max-width: 1024px) and (orientation: portrait){
	
}


@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 0 10px;
    }
    
    .form-control {
        font-size: 16px; 
    }
}


@media (min-width: 1920px){
	.newsletter-btn{
		right: 25%; /* consistent alignment */
        width: 36px;
        height: 36px;
        font-size: 18px;
	}
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-group.half {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    
    .form-control {
        padding: 10px;
    }
    
    .submit-btn {
        width: 100%;
        padding: 15px;
    }
	
	.footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 15px 0;
    }
    
    .copyright-text p,
    .footer-links a {
        font-size: 13px;
    }
	
	.footer-links{
	margin-top:0px;	
	}
	
	.footer-links a{
		font-size:18px !important;
	}
	
	.slick-prev { left: -30px; } 
.slick-next { right: -30px; }
	
.home-slider-main-title::before {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 0 !important;
    height: 100% !important;
    width: 2px !important;
    background-color: #d8d5db !important;
    display: block !important;
}	

.main-category-name p::before {
    content: " / ";
    color:#1998a5;
    font-weight: 500;
    margin-right: 5px;
	font-size: 24px;
}	
	
h1, h2, h3 {
        font-size: 30px !important;
        font-family: "Manrope", sans-serif !important;
        font-weight: 700 !important;
        line-height: 40px !important; 
    }

    p {
        font-size: 16px !important;
        font-family: "Manrope", sans-serif !important;
        font-weight: 400 !important;
        line-height: 26px !important; 
    }
	

.vertical-divider {
/*         margin: 10px 0; 
        margin-left: 0;  */
	display: none !important;
    }
	
	.newsletter-wrapper{
		    max-width:250px !important;
	}	
	.newsletter-btn{
		right: -18% !important;
	}
	
	.social-icons-wrap {
      flex-direction: column;
      align-items: flex-start;
    }
	
}


