.contact-info-box .box-inner a:hover{
	color: var(--other-color);
}
.contact-map{
	height: 100%;
}
section.contact-upper h2, section.contact-upper p{
	text-align: center;
}
section.contact-upper p{
	margin-bottom: 0;
}
.contact-page-section{
	/* padding-top: 145px; */
}
.client-theme-benil .contact-page-section {
    background: linear-gradient(180deg, #fffaf1 0%, #ffffff 72%);
    padding: 78px 0 92px;
}
.contact-page-section .contact-details {
    padding-right: 7%;
}
.contact-detail {
    margin-bottom: 30px;
}
.client-theme-benil .contact-detail-premium {
    background: #0a5132;
    color: #fff;
    padding: 38px;
}
.client-theme-benil .contact-eyebrow {
    color: #f0bb73;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.client-theme-benil .contact-detail-premium h2 {
    color: #fff;
    font-family: var(--heading-font);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.03;
    margin-bottom: 18px;
}
.client-theme-benil .contact-detail-premium p {
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 0;
}
.client-theme-benil .contact-service-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 18px 0 24px;
}
.client-theme-benil .contact-service-card {
    background: #fff;
    border: 1px solid #eadfce;
    padding: 20px;
}
.client-theme-benil .contact-service-card h3 {
    color: #0a5132;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.client-theme-benil .contact-service-card p {
    color: #4f5d57;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}
.client-theme-benil .contact-info {
    margin: 0;
    padding: 0;
}
.contact-info li a{
	display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #143832;
}
.contact-info li a img{
	width: 20px;
	margin-right: 6px;
	height: auto;
	filter: invert(1);
}
.client-theme-benil .contact-info li a img {
    filter: none;
}
.client-theme-benil .contact-info li a i {
    color: #0a5132;
    width: 20px;
}
.contact-info li{
	margin-bottom: 10px;
}
.contact-info li a span{
	font-weight: bold;
}
select option:checked {
   color:black;
}




 .contact-page-section {
     position: relative;
     /* padding: 0px 0px 70px; */
 }
 .contact-info-box {
     position: relative;
     margin-bottom: 30px;
     border-right: 1px solid #cdcdcd;
 }
 .box-inner {
     position: relative;
     padding: 40px 0px 40px 0px;
     border-radius: 5px;
     background-color: transparent;
     box-shadow: 0px 0px 0px rgb(0 0 0 / 12%);
 }
 .contact-info-box .box-inner {
     position: relative;
     padding: 0px 9px;
 }
 .contact-info-box .box-inner a{
     color: var(--text-black);
 }
 .contact-info-box .box-inner a:hover{
     color: var(--other-color);
 }
 .contact-info-box .box-inner h5 {
   position: relative;
     font-family: var(--secondary-font);
     color: var(--secondary-color);
     margin-bottom: 10px;
     font-size: 15px;
     font-weight: 500;
     font-family: var(--heading-font);
     letter-spacing: 2px;
     line-height: 1.5;
 }
 .contact-info-box .box-inner p {
     position: relative;
     color: var(--text-black);
     opacity: 0.8;
     font-size: 16px;
     margin-bottom: 5px;
     line-height: 1.7em;
 }
 .contact-info-box:nth-last-child(1) {
     border-right: 0px solid #cdcdcd;
 }
 .contact-page-section .inner-container {
     position: relative;
     padding: 42px;
     box-shadow: 0px 18px 46px rgb(10 81 50 / 14%);
     background: #fff;
     min-height: 100%;
 }
 .sec-title {
     position: relative;
     z-index: 1;
     margin-bottom: 12px;
 }
.contact-page-section .sec-title{
    padding-left:12px;
    padding-right:12px;
    margin-bottom:40px;
}
 .contact-form {
     position: relative;
     margin-top: 0rem;
 }
 .contact-form .form-group {
     position: relative;
     display: block;
     /* width: 100%; */
     margin-bottom: 40px;
 }
 .contact-form .form-group label {
     position: relative;
     color: #2b2b2b;
     font-size: 16px;
     text-align: left;
     font-weight: 600;
     display: block;
 }
 .contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 43px;
     font-size: 13px;
     color: #000;
     line-height: 31px;
     font-weight: 400;
     border-radius: 0;
     padding: 10px 20px 10px 20px;
     background: rgba(196,196,196,.06);
     border: 1px solid rgba(196,196,196,.06);
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     border: 1px solid #cacaca;
 }
.client-theme-benil .contact-form .form-group input,
.client-theme-benil .contact-form .form-group select,
.client-theme-benil .contact-form .form-group textarea {
     background: #fbfaf7;
     border: 1px solid #d8d0c2;
     min-height: 48px;
}
.client-theme-benil .contact-form .form-group input:focus,
.client-theme-benil .contact-form .form-group select:focus,
.client-theme-benil .contact-form .form-group textarea:focus {
     border-color: #0a5132;
     box-shadow: 0 0 0 3px rgba(10, 81, 50, .12);
     outline: none;
}
 .contact-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 80px;
     resize: none;
 }
    option {
            color: black; /* Default option color */
        }

        option:checked {
            color: white; 
      
        }
 .contact-map {
     overflow: hidden;
     /* height: 100%; */
     box-shadow: 0px 0px 5px #ccc;
 }
 .contact-map iframe {
     position: relative;
     top: 0rem;
     /* height: 100%; */
 }
 
 .contact-page-section .sec-title h3{
   margin-bottom: 10px;
   line-height: 1.5;
   font-size: 25px;
   letter-spacing: 0;
   font-weight: 700;
 }
 .contact-page-section .sec-title p{
     font-weight: 700;
 }
















