/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.as-head{
	color:#000;
}
.as-heading{
	color:#fff;
}
.as-image {
    text-decoration: none !important;
}
.sp-breadcrumbs {
    font-family: "Mulish", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
}

.sp-breadcrumbs a {
    color: #FFFFFF;
    text-decoration: none;
}

.sp-breadcrumbs a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.sp-breadcrumbs span {
    color: #FFFFFF;
}
.as-icon-box p {
    overflow-wrap: break-word;
}
/* .as-container {
    text-decoration: none !important;
} */
a{
	color:#3CB5DA ;
	text-decoration:none !important;
}
a:hover{
	color:#3CB5DA
}
/* home page css start*/
.cta-row{
	display:flex !important;
	gap:20px !important;
	padding:5px 0px;
}
.cta-row p {
    width: 100% !important;
}
/* .contact label {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
	padding-bottom:10px !important;
} */
.contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 54px;
	border:2px solid #3C3C3C !important;
	border-radius:10px !important;
	background: #1F1E1E;
	color: #fff !important;
}
.contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
	font-size:18px!important;
	font-weight:400;
	color:#adadad !important;
}
.contact textarea.wpcf7-form-control.wpcf7-textarea {
	  height: 120px;
	border:2px solid #3C3C3C !important;
	border-radius:10px !important;
	background: #1F1E1E;
	color: #fff !important;
}
.contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
	font-size:18px!important;
	font-weight:400;
	color:#adadad!important;
}
.contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 18px;
    background: #3CB5DA;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 9px 50px;
	margin-top:10px;
}
body.page-id-64 .wpcf7-response-output {
  color: #fff !important;
}

.contact input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000;
}
.col{
	width:100% !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
/* home page css end*/

/* contact page css start*/
.contact-form label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px !important;
}
.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 64px;
	border: solid 1px #B4B4B4;
	margin-bottom:20px;
	
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea{
	 height: 140px;
	border: solid 1px #B4B4B4;
}
.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
	font-size:18px!important;
	font-weight:400;
/* 	color:#adadad!important; */
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
	font-size:18px!important;
	font-weight:400;
/* 	color:#adadad!important; */
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 18px;
    background: #3CB5DA;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 9px 50px;
	margin-top:10px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000;
}
/* contact page css end*/

/* feedback page form css start*/
.feedback-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px 0px;
    border-bottom: 2px solid #000 !important;
    border: none;
    border-radius: 0px;
    width: 100%;
    float: left;
	margin-bottom:10px;
	outline: none !important;
}
.feedback-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
	color: #333333 !important;
    font-size: 18px;
    font-weight: 600;
}
.feedback-form span.wpcf7-list-item-label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 0px 10px;
}
.feedback-form .wpcf7-list-item {
    height: 30px;
}

.feedback-form textarea.wpcf7-form-control.wpcf7-textarea{
	 padding: 10px 0px;
    border-bottom: 2px solid #000 !important;
    border: none;
    border-radius: 0px;
    width: 100%;
    float: left;
	height:50px;
	outline: none !important;
}
.feedback-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
	color: #333333 !important;
    font-size: 18px;
    font-weight: 600;
}
.feedback-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 30px;
	font-size: 26px;
    background: #3CB5DA;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 9px 50px;
}
.feedback-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	 background: #000;
}
span.wpcf7-form-control-wrap
 {
    display: block;
}
/* feedback page form css end */

@media (max-width: 1324px){
	.contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: relative;
    left: 0px;
    bottom: 0px;
}
}
@media(max-width:600px){
	.cta-row{
	display: flex !important;
    gap: 10px !important;
    flex-direction: column;
}
}

/*11-12-2025*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #3CB5DA;
    color: #ffffff;
/*     border-radius: 50%; */
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

#backToTop:hover {
    background-color: #33a1c1;
    transform: translateY(-3px);
}
