.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
    display: block;
    height: auto;
    width: 150px;
}


.mkdf-mobile-header .mkdf-mobile-logo-wrapper a{
	display:inline;
}

.mkdf-footer-bottom-holder .wp-block-image .alignleft {
    margin: 0 !important;
}
.mkdf-footer-bottom-holder .mkdf-grid-col-4 {
    padding: 0;
}

.pro-team .mkdf-team-holder .mkdf-team-image img {
    display: block;
    height: 300px;
    object-fit: cover;
}
.page-id-1455 .mkdf-pli-image img.attachment-full.size-full.wp-post-image {
    height: 400px;
	  object-fit: cover;
}

.page-id-1455 .portfolio-item {
    pointer-events: none;
}
.contact-form input.wpcf7-form-control {
    padding: 0;
}
.contact-form form.wpcf7-form label {
    font-weight: 500;
    color: #001659;
}
.contact-form input[type=number]::-webkit-inner-spin-button, .contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

@media screen and (max-width: 600px){
.mob-heading h1 {
    font-size: 40px;
    word-wrap: unset;
}
		
.form-field .wpcf7-list-item {
    margin: 0 !important;
}
	
.form-field	label {
    font-size: 1.35rem;
}
span.wpcf7-list-item {
    width: 100%;
}
}
@media screen and (max-width: 320px){
.mob-heading h1 {
    font-size: 34px;    
}
.form-field	label {
    font-size: 1.35rem;
}
	
.form-field .wpcf7-list-item {
    margin: 0 !important;
}
span.wpcf7-list-item {
    width: 100%;
}
}

/* General Form Styling */
form.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr; /* Default to a single column layout */
  gap: 20px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-field {
  display: flex;
  flex-direction: column;
}

/* Two-column layout for the first 4 fields */
form.wpcf7-form .form-field:nth-child(1),
form.wpcf7-form .form-field:nth-child(2) {
  display: flex;
  gap: 20px;
}

form.wpcf7-form .form-field:nth-child(1) {
  flex: 1;
}

form.wpcf7-form .form-field:nth-child(2) {
  flex: 1;
}

form.wpcf7-form .form-field:nth-child(3),
form.wpcf7-form .form-field:nth-child(4) {
  display: flex;
  gap: 20px;
}

form.wpcf7-form .form-field:nth-child(3) {
  flex: 1;
}

form.wpcf7-form .form-field:nth-child(4) {
  flex: 1;
}

/* Styling for other fields (starting from row 5) - single column */
form.wpcf7-form .form-field:nth-child(n+5) {
  display: flex;
  flex-direction: column;
}

label {
	font-size: 1.5rem;
	font-weight: 300;
  margin-bottom: 5px;
  color: #333;
}
form.wpcf7-form .form-field:nth-child(n+5) {
    display: flex
;
    flex-direction: column;
    gap: 15px;
}
.form-field input[type='checkbox'] {
    width: 25px;
    height: 25px;
    line-height: 1;
    vertical-align: bottom;
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
}
.form-field  input[type="checkbox"]:not(:checked), .form-field  input[type="radio"]:not(:checked) {
    background-color: #f9f9f9;
    border: 1px solid #7b7b7b;
}
.form-field  input[type="radio"] {
    width: 25px;
    height: 25px;
    vertical-align: text-top;
}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="date"], textarea {
  border:none;
	font-size:26px;
}

input#start-date, input#completion-date {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
span[data-name="project-type"],
span[data-name="budget-range"],
span[data-name="preferred-contact-method"],
span[data-name="best-time-contact"]
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}

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

input[type="checkbox"] {
  margin-right: 8px;
}

input[type="checkbox"]:not(:checked), input[type="radio"]:not(:checked) {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

/* Submit Button Styling */
.submit-button {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #45a049;
}

/* Placeholder Styling */
input::placeholder, textarea::placeholder {
  color: #888;
  font-style: italic;
}
input[type="checkbox" i] {
    border: 1px solid #1b6ef3;
    background-color: #dedede;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    position: relative;
    width: 20px;  /* Set the width */
    height: 20px; /* Set the height */
    border-radius: 50%; /* Make the outer shape round */
    appearance: none; /* Remove default checkbox appearance */
}

input[type="checkbox" i]::before {
    content: '';
    position: absolute;
    top: 16%;
    left: 0.2556rem;
    width: 15px;
    height: 15px;
    border-radius: 50%; /* Inner circle */
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox" i]:checked::before {
    background-color: #1b6ef3;
    border-color: #1b6ef3;  /* Change color when checked */
}

input[type="checkbox" i]:checked {
    background-color: #ffffff;
}
.ui-datepicker-title {
    margin: 0 auto !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Yantramanav';
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
    content: "\e04b";
    margin: auto;
    left: 20%;
    position: absolute;
    top: 15%;
    font-weight: 900;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
    content: "\e03f";
    font-weight: 900;
    position: relative;
    top: 15%;
    left: 20%;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    color: #212121 !important;
}
a.ui-state-default {
    font-family: 'Yantramanav';
    font-weight: bolder;
    font-size: 16px;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 900;
    border: 0;
    font-family: 'Yantramanav';
    font-size: 0.965rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialised;
}
input::placeholder {
    font-size: 16px !important;
}


.white-color p {
  color: #ffffff;
}


.black-color p{
	color: black;
}

.blue-color p{
	color: #00235A;
	font-weight: 600;
}
span.wpcf7-form-control-wrap {
    padding-top: 15px;
}

.custom-cf7-form label {
    font-size: 18px;

}

#nav-menu-item-12608 .item_outer {
    border: 2px solid #00235A ;
    padding: 10px 18px;
    background-color: #00235A ;
    color:#ffff;
    border-radius: 22px;
}
#nav-menu-item-12608 .item_outer:hover{
	background-color: #FE5E15;
	border: 2px solid #FE5E15 
}


#sticky-nav-menu-item-12608 .item_outer {
    border: 2px solid #00235A ;
    padding: 10px 18px;
    background-color: #00235A ;
    color:#ffff;
    border-radius: 22px;
}


#sticky-nav-menu-item-12608 .item_outer:hover{
	background-color: #FE5E15;
	border: 2px solid #FE5E15 
}




