/* Modal Base Styles */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .quote-modal.show {
    display: flex;
    opacity: 1;
  }
  
  .quote-modal .modal-dialog {
    transform: translateY(-40px);
    transition: transform 0.3s ease;
  }
  
  .quote-modal.show .modal-dialog {
    transform: translateY(0);
  }
  
  .quote-modal .modal-content {
    background: #F4ECE2;
    border-radius: 10px;
    padding: 30px;
    width: 640px;
    max-width: 100%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    animation: scaleIn 0.3s ease;
  }

  .quote-modal .modal-body-inner {
    max-height: calc(100vh - 300px);
    overflow: auto;
  }

  .quote-modal .modal-header {
    text-align: center;
    margin-bottom: 24px;
  }

  .quote-modal .modal-header .modal-title {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .quote-modal .modal-header .modal-description {
    padding-bottom: 0;
    max-width: 420px;
    margin: auto;
    line-height: 1.4;
  }

  
  .quote-modal .close-modal {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  
  .quote-modal .modal-form {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .quote-modal .modal-form li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .quote-modal .modal-form li label {
    font-family: Mulish;
    font-size: 16px !important;
  }

  .quote-modal .modal-form li p {
    padding: 0;
  }

  .quote-modal .modal-form li.two-col {
    width: calc(50% - 6px);
  }

  .quote-modal .modal-form li.full {
    width: 100%;
  }

  .quote-modal .modal-form .wpcf7-text,
  .quote-modal .modal-form .wpcf7-file,
  .quote-modal .modal-form .wpcf7-textarea {
    background: white;
    border: 1px solid #aaa;
    border-radius: 8px;
  }

  .quote-modal .modal-form .wpcf7-file {
    height: 46px;
    padding: 11px 10px;
  }

  .quote-modal .modal-form .wpcf7-textarea {
    height: 100px;
  }

  .quote-modal .modal-form .wpcf7-submit {
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
  }

  .quote-modal .contact-note {
    padding: 0;
    text-align: center;
  }

  .quote-modal .modal-form input.wpcf7-not-valid {
    border-color: red !important;
  }

  .quote-modal .modal-form .wpcf7-not-valid-tip {
    display: none;
  }

  @keyframes scaleIn {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }

    /* Contact Us Form  Css Start */

  .custom-contact-form {
	max-width: 800px !important;
	padding: 30px !important;
  margin: auto !important;
background: #f1f1f1 !important;
	padding: 30px !important;
  border-radius: 10px !important;
}
.custom-contact-form .col-row{
	display:flex !important;
	flex-wrap: wrap !important;
	gap:20px;
}
.custom-contact-form h2{
	font-size:35px !important;
	color:#000 !important;
	text-align:center !important;
	margin-bottom:20px !important;
}
.custom-contact-form .col-row .col-half {
  flex: 1 1 calc(50% - 10px) !important;
	margin-bottom:20px !important;
/* 	background-color: #ffffff !important; */
}
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="file"],
.custom-contact-form textarea {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #ededed !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

  .custom-contact-form .col-half input.wpcf7-not-valid {
	  
    border-color: red !important;
	  
  }

 .custom-contact-form .col-half .wpcf7-not-valid-tip {
    display: none;
  }

@media (max-width:999px){
	#top .container .row {
    padding-bottom: 10px;
}

	#header-outer.transparent #mobile-menu .menu-items-wrap{
		padding-top: 10px;
    padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	
	.custom-contact-form {
	padding: 15px !important;
}
	.custom-contact-form h2{
	font-size:25px !important;
	margin-bottom:15px !important;
}
	.custom-contact-form .col-row{
	display:flex !important;
	flex-wrap: wrap !important;
	gap:0px;
}
  .custom-contact-form .col-row .col-half {
    flex: 1 1 100% !important;
  }
	
/* 	model popup media query  */
	
/* 	.quote-modal .modal-form{
		flex-direction:column ;
	}  */
	
	.quote-modal .modal-content{
		width:unset;
		max-width: 90%;
		margin:auto;
	}
	.quote-modal .modal-form li.two-col {
    width: calc(100% - 6px);
}
	.quote-modal .modal-form .wpcf7-file {
    width: 100%;
}
	
}


.quote-modal .wpforms-container {
	margin: 0 !important;
}

.quote-modal .wpforms-container .wpforms-field-container {
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.quote-modal .wpforms-field-text,
.quote-modal .wpforms-field-email {
	width: calc(50% - 6px);
	padding: 0;
}

.quote-modal .wpforms-field input {
	background: white !important;
	border-radius: 6px !important;
}

.quote-modal .wpforms-field-textarea {
	width: 100% !important;
    padding: 0 !important;
}

.quote-modal .wpforms-field textarea {
	background: white !important;
	border-radius: 6px !important;
	height: 80px !important;
}

.quote-modal .wpforms-field-checkbox {
	width: 100% !important;
    padding: 0 !important;
}


@media (max-width: 767px) {
	
	.quote-modal .wpforms-field-text,
	.quote-modal .wpforms-field-email {
		width: 100%;
	}
	
	.quote-modal .wpforms-submit {
		width: 100%;
	}
	
}


