.pages-footer ul li a {
    color: #74787C;
}
.input-half p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
form.wpcf7-form.init br {
    display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
    color: #fff !important;
    background-color: #f24224;
}
.wpcf7-form p {margin:0px;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.rts-btn.btn-primary {
    margin: 20px 0px;
    background-color: #f7b938;
    width: 100%;
}
.dark{background-color:#f7f7f7;}
.disc p {
    margin: 0px 0px 20px 0px;
}
.service-detials-step-2.mt--50 .title {
    font-size: 26px;
    margin: 0px 0px 30px 0px;
}
.contact-page-form.mt--30 input {
    margin-bottom: 20px;
}
 .two-column-list {
    columns: 2;          /* makes two columns */
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;    /* space between columns */
    padding-left: 20px;
	 list-style:none;
  }
  .two-column-list li {
    break-inside: avoid; /* prevents item splitting */
    margin-bottom: 6px;
  }
.single-contact--info-wrapper .icon img {
    width: 40% !important;
}
nav.main-nav ul li a {
    color: #000 !important;
}
.page-id-194 nav.main-nav ul li a {
    color: #f7b938 !important;
}
.single-contact--info-wrapper .content p {
    margin-bottom: 15px;
}
.contact-page-form select {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 100px;
    height: 60px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.wpcf7-list-item input[type="checkbox"] {
    opacity: 1 !important;
    position: absolute;
    width: auto !important;
    height: auto !important;
    left: 0px;
    margin-top: 5px;
}
.rts-bread-crumb-area.ptb--65.bg_image.bg-breadcrumb {
    background-color: #0000009e;
    background-blend-mode: color;
}
.yellow{background-color:#fabe4f;}
.pb-20 {
    padding-bottom: 20px;
}
.article-body.rte h2 {
    font-size: 30px;
}
.fixed-blog-image {
    width: 100%;
    height: 260px;       /* Adjust height as needed */
    object-fit: cover;   /* Keeps image centered & cropped */
    border-radius: 8px;  /* optional */
    display: block;
}
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    color: #333;
    background: #fff;
    border: 2px solid #fabe4f;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
    background: #fabe4f;
    color: #000;
}

.pagination-wrapper .page-numbers.current {
    background: #fabe4f;
    color: #000;
    border-color: #fabe4f;
    cursor: default;
}

.pagination-wrapper .next.page-numbers {
    font-weight: 600;
}
.page-id-194 .pagination-wrapper.text-center.mt--40 {
    display: none;
}