/*
Theme Name: Node Child
Theme URI: https://node.qodeinteractive.com/
Description: A child theme of Node Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.1.1
Template: node
*/
#wpcf7-f6152-o2 .wpcf7-form-control.wpcf7-text:focus {
  border: solid 2px #000 !important;
}

.floating-form {
  position: fixed;
  bottom: 60px;
  right: 60px;
  left: 10px;
  margin-left: auto;
  max-width: 400px;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
input{color:#000!important; border-radius:5px;}
body{font-size:16px!important;}
/* Tooltip styling */
.tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #f44336;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 5px;
}
 .wpcf7 form.sent .wpcf7-response-output{
	color: #ffc000!important;
}
input.wpcf7-form-control.wpcf7-submit{border:none; box-shadow:none;}
input.wpcf7-form-control.wpcf7-submit:hover {
  border: none;
  background-color: #000 !important;
  color: #fff !important;
	box-shadow:none;
}
.wpcf7-form-control.wpcf7-text:focus{border:none!important;}
.contact-form-container .wpcf7-form-control.wpcf7-text:focus{border:2px solid #000!important;} 
#submit-btn:disabled {
  background-color: #d3d3d3!important; /* Light gray background */
  cursor: not-allowed!important;      /* Visual cue for disabled state */
  color: #fff!important;              /* White text for contrast */
}
.inner-form-width{
	max-width:500px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#wpcf7-f5561-p424-o1 input.wpcf7-submit{padding:0!important;}
#wpcf7-f5561-p424-o1 input{padding:12px 17px!important;}
.edgtf-carousel-holder .edgtf-carousel-item-holder:hover .edgtf-carousel-first-image-holder.edgtf-image-change {
  opacity: 1!important;
}

/* Display the tooltip when an error exists */
.error + .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Add error styles to fields */
.error {
  border: 1px solid #f44336;
}

h2{font-size:36px!important;}
h3{font-size:23px!important;}
h4, h4.ui-helper-reset{font-size:19px!important;}
.entry-date, .posted-on, .date {
    display: none;
}
#text-8 p,#text-9 p{font-size:16px;}
.top-right-number {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
}
.required.error {
    border: 2px solid #ff6b6b;
}
@supports (-webkit-touch-callout: none) {
    .wpcf7-form-control {
        padding:15px 17px!important;
    }
}

.custom-tooltip {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    pointer-events: none;
}
#quote-button {
    position: fixed;
    bottom: 28px;
    right: 70px;
    background-color: #ffc000;
    color: #191200;
    padding: 12px 45px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    z-index: 999;
    transition: background-color 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    border-radius: 25px;
}
footer .edgtf-footer-bottom-holder {
  width: 100%;
  background-color: #000;
  vertical-align: middle;
  text-align: center;
  padding: 18px 0;
  position: relative;
  z-index: -9999;
}
#respond input[type="text"], #respond textarea, .post-password-form input[type="password"], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {margin-bottom:10px!important;}
footer .widget input[type="text"], footer .widget select{padding:15px 17px!important; height:auto!important; background:#fff!important;}
#quote-button:hover {
    background-color: #e6a900; /* Adjusted hover effect */
}

.faq-padding .edgtf-accordion-holder{ max-width:700px; display:block; margin:auto;}

footer>.widget input[type="text"], footer>.widget select{padding:15px 17px!important; height:auto!important; background:#fff!important;}
/replace/
.floating-form {
    position: fixed;
    bottom: 60px;
    right: 60px;
    left: 10px;
    margin-left: auto;
    max-width: 400px;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/add/
.floating-form input:not([type="button"]), .floating-form select {
    height: 57px!important;
    }
.floating-form.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.floating-form.show {
    display: block;
    transform: translateY(0); 
}


.floating-form .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #191200; 
}


.floating-form .form-content {
    max-width: 100%;
}


.floating-form .wpcf7-form {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.floating-form input,
.floating-form textarea,
.floating-form select {
    width: 100%;  
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 18px;
    box-sizing: border-box;
}

.floating-form input[type="submit"] {
    background-color: #ffc000;
    color: #191200;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 12px;
    border-radius: 4px;
}

.floating-form input[type="submit"]:hover {
    background-color: #e6a900;
}

.wpcf7-textarea{
    border: solid 2px #000 !important;
	height:100px;
	resize:none;
	margin-bottom:0!important;
}
.wpcf7 textarea::placeholder {
    color: #000; 
    opacity: 1; 
}
.describe-row{grid-column: span 2;}
.contact-form-container .wpcf7-form-control.wpcf7-text{
    margin-bottom: 0!important;
}
.contact-form-container .wpcf7-form-control.wpcf7-textarea {
    margin-block: 0!important;
}



#menu-locations {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
  
    list-style: none; 
    padding: 0; 
    margin: 0; 
}


#menu-locations .menu-item {
    text-align: left; 
}


#menu-locations .menu-item a {
    text-decoration: none; 
   
}


@media (max-width: 768px) {
    #menu-locations {
        grid-template-columns: 1fr; 
    }
}


@media (max-width: 768px) {
	.faq-padding .edgtf-accordion-holder{width:100%;}
	.padding-inner .vc_column-inner{padding:0!important;}
    #quote-button {
        padding: 10px 30px;
        font-size: 14px;
    }

    .floating-form {
        width: 90%;  /* Make form take more space on mobile */
    }

    .floating-form .close-button {
        font-size: 20px; /* Smaller close button */
        top: 5px; /* Ensure it remains in a good position */
    }

    /* Adjust form fields on smaller screens */
    .floating-form input,
    .floating-form textarea,
    .floating-form select {
        padding: 10px; /* Slightly reduced padding on mobile */
    }
}

.edgtf-fullscreen-menu-holder-inner{height:100vh;}
.page-id-5873 .edgtf-logo-wrapper a img.edgtf-normal-logo ,.page-id-469 .edgtf-logo-wrapper a img.edgtf-normal-logo{opacity:0!important;}
.page-id-5873 .edgtf-logo-wrapper a img.edgtf-dark-logo,.page-id-469 .edgtf-logo-wrapper a img.edgtf-dark-logo{opacity:1!important;}
.inline-buttonhome .wpb_wrapper{display:flex; justify-content:center;}
footer .wp-block-image img{max-width:200px;}
.rev-btn{
	z-index: 12;
  background-color: rgb(255, 204, 0);
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  visibility: visible;
  display: inline-block;
  position: relative;
  outline: 0px;
  font-style: normal;
  font-weight: 600;
  font-family:inherit!important;
  padding: 12px 10px!important;
  border-radius: 25px;
  font-size: 30px!important;
  line-height: inherit!important;
  text-transform: uppercase;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  box-sizing: border-box;
  border-width: 0px;
  transform: translate(0px);
  opacity: 1;
}
}
.tricolorhome .edgtf-elements-holder-item-content{min-height:350px!important;}
.edgtf-top-bar .widget::after{top:15%!important;}
#comments {
  display: none!important;
}
 
#text-9 p{font-size:14px;}
.edgtf-top-bar{position:fixed; top:0;}
.edgtf-post-info-author, .edgtf-post-info-category {
  display: none !important;
}
.edgtf-post-info-author, .edgtf-post-info-category {
  display: none !important;
}
body.single-post .edgtf-logo-wrapper a img.edgtf-dark-logo {
  opacity: 1;
}

.reach-sec .edgtf-title-with-dots.edgtf-appeared::after{display:none!important;}
.edgtf-post-info-date {
  display: none !important;
}
.edgtf-logo-wrapper a img.edgtf-light-logo{filter:inherit;}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
  height: 100%;
  width: auto;
 
}
.edgtf-header-full-screen .edgtf-menu-area {
	background-color: transparent!important;}
#wpcf7-f2485-o1 input.wpcf7-form-control.wpcf7-submit{width:100%!important;}

.edgtf-top-bar .edgtf-btn {   padding: 5px 45px; }

.wpcf7-spinner{display:block;}
.text-white{color:#fff!important;}
.form-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  margin: auto;
  padding: 10px;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener{float:right!important;}

.form-container > div {
  display: flex;
  flex-direction: column;
}

.full-width {
  grid-column: span 3; /* Makes this item span all 3 columns */
  text-align: center;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100% !important;
  font-size: 18px;
  text-transform: capitalize;
	margin-top:10px;
}
#wpcf7-f5561-p424-o1 .wpcf7-form-control.wpcf7-submit.has-spinner{margin-top:0;}
#wpcf7-f5561-p424-o1 .wpcf7-spinner{display:none!important;}
.listlocation {display:flex; list-style: conic-gradient; justify-content:space-between;}
/* Base styles for the form container */
.form-container1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Creates 2 equal columns */
  gap: 15px; /* space between items */
  margin-bottom: 20px;
}

/* Make the last row span the entire width */
.form-container1 > .full-width {
  grid-column: span 2; /* This makes the last row take up 2 columns */
}

/* Ensure all form items use full width */
.form-container1 > div {
  width: 100%; /* Ensure that each item stretches across its grid area */
}

/* Placeholder styling */
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #aaa;
}

/* Style the submit button */
.form-container1 [type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

@media(min-width:1200px){
	.edgtf-elements-holder-item-content.edgtf-elements-holder-custom-264623{padding:100px 80px 110px 99px!important;}
}
@media(max-width:992px){
	.edgtf-vertical-align-containers .edgtf-position-center{text-align:left!important;}
}
/* Responsive adjustments */
@media (max-width: 768px) {
	.reach-sec .edgtf-title-with-dots.edgtf-appeared::after{display:none!important;}
  .form-container1 {
    grid-template-columns: 1fr; /* Stack items on smaller screens */
  }
  .top-right-number {display: none;}
}

@media (max-width: 480px) {
	
	.floating-form {width:300px; right:20px; margin-bottom:20px; padding:30px;}
	.reach-sec .edgtf-title-with-dots.edgtf-appeared::after{display:none!important;}
	.floating-form .close-button {
    font-size: 30px;
    top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
	.listlocation{flex-direction:column; list-style:none; }
	.edgtf-grid{width:90%!important;}
	.rev-btn{font-size:14px!important;}
  .form-container1 {
    gap: 10px; /* Reduce space on very small screens */
  }
	.edgtf-elements-holder .edgtf-elements-holder-item-content {
    padding: 0 10px !important;
  }
	footer .edgtf-footer-bottom-holder .edgtf-two-columns-50-50 .edgtf-column:last-child .edgtf-column-inner {
  text-align: left!important;
}
}


@media (max-width: 768px) {
  .form-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .full-width {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
    .floating-form {
        right: 10px;
    }
    .floating-form .wpcf7-form {
        font-size: 12px;
    }
	.rev-btn {
        font-size: 20px !important;
        padding: 10px 13px !important;
    }
	
}
@media (max-width: 480px) {
  .form-container {
    grid-template-columns: 1fr; 
  }
.mobilemethod.edgtf-grid-section .edgtf-section-inner{width:auto!important;}
  .full-width {
    grid-column: span 1; 
}
