input.wpcf7-form-control.wpcf7-submit.has-spinner.gt-btn {
    width: fit-content;
    color: #fff;
    border-radius: 30px;
	border: 1px solid #292fb3;
	background:#292fb3;
}
.icon img {
    width: 40px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn {
	background-color: var(--brightOrange);
	 width: fit-content;
	 border: 1px solid var(--brightOrange);
}
.dark{background-color:#fcf3ee;}
.news-card-items.style-2 .news-content ul li {
  font-size: 14px;
  color: var(--black);
}
.recent-thumb {
    width: 100px;
}
.fullwidth p {margin:10px 0px;}
.hero-desc.text-white * {
    color: #fff !important;
    width:70%
}
/* Make CF7 radio buttons visible */
.wpcf7 input[type="radio"] {
    appearance: radio !important;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    margin-right: 6px;
    vertical-align: middle;
}

.wpcf7 .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.wpcf7 .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.wpcf7 input[type="checkbox"]{
    display:inline-block !important;
    appearance:checkbox !important;
    -webkit-appearance:checkbox !important;
    -moz-appearance:checkbox !important;
    opacity:1 !important;
    visibility:visible !important;
    position:static !important;
    width:18px !important;
    height:18px !important;
    margin-right:8px;
    cursor:pointer;
}

.wpcf7 .wpcf7-list-item{
    display:inline-flex !important;
    align-items:center;
    margin-right:20px;
    margin-bottom:10px;
}

.wpcf7 .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    cursor:pointer;
}
.about-wrapper-2 .about-content p{display:flex;}
select, .single-select, .form-control, .form-select, textarea, input
 {
   border: 1px solid #80808059;
 }
.header-main .main-menu ul li a {font-size:15px;}
.services-areas-section {
    width: 100%;
    background: #cfb05f;
    padding: 14px 20px 78px;
}
.services-areas-container {
    max-width: 1200px;
    margin: 0 auto;
} /* Heading */
.services-areas-heading {
    text-align: center;
    margin-bottom: 10px;
}
.services-areas-heading h2 {
    margin: 0;
    color: #000;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}
.services-areas-divider {
    display: block;
    width: 380px;
    max-width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 22px auto 0;
} /* Locations */
.services-areas-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: start;
    gap: 30px;
    margin-top: 15px;
}
.service-area-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}
.service-area-item:hover {
    color: #ffffff;
    opacity: 0.85;
    transform: translateY(-3px);
} /* Location Pin */
.service-area-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #292fb3;
    margin-bottom: 8px;
}
.service-area-icon svg {
    display: block;
    width: 20px;
    height: 20px;
} /* City Name */
.service-area-name {
    color: #292fb3;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
} /* Tablet */
@media (max-width: 991px) {
    .services-areas-section {
        padding: 15px 20px 60px;
    }
    .services-areas-heading h2 {
        font-size: 38px;
    }
    .services-areas-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
} /* Mobile */
@media (max-width: 767px) {
	.hero-desc.text-white * {
    color: #fff !important;
    width: 100%;
}
}
@media (max-width: 575px) {
    .services-areas-section {
        padding: 15px 20px 50px;
    }
    .services-areas-heading h2 {
        font-size: 30px;
    }
    .services-areas-divider {
        width: 250px;
        margin-top: 15px;
    }
    .services-areas-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 15px;
        margin-top: 20px;
    }
    .service-area-name {
        font-size: 15px;
    }
}
.breadcrumb-wrapper.banner-section.bg-cover {
    height: 450px;
}