span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid {
border: 2px solid red !important;
}
.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
    border: 0px !important;!i;!;
}
button.footer-widget-two__newsletter-btn {
    height: 58px !important;
}
section.google-map-one {
    padding: 0;
}
select.wpcf7-form-control.wpcf7-select,input.wpcf7-form-control.wpcf7-tel {height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--maroof-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: var(--maroof-gray);
    display: block;
    border-radius: 30px;}

input.wpcf7-form-control.wpcf7-submit.has-spinner.thm-btn-two {
    color: #fff;
    border: 0px;
}
.contact-page__contact-list-single {
    min-height: 160px;
}.contact-page__contact-list {
    padding-bottom: 0px;
}
section.service-details h3,section.service-details h4,section.service-details h2,section.service-details p,section.service-details b,section.service-details li,section.service-details strong {
    margin: 15px 0px;
}
section.project-two.gallery-list {
    padding: 60px 0px 60px 0px;
}
section.project-two.gallery-list .project-page__img img {
    height: 400px;
}
.about-two__text.m-20 {
    margin: 30px 0px;
}
.blog-one__img-box img {
    height: 300px;
    width:100%;
    object-fit:cover;
}
/* For WebKit browsers */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track (background) color */
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color:#ee0c07; /* Thumb (scroll handle) color */
  border-radius: 6px;
  border: 3px solid #fff4f3; /* Adds padding around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #fff4f3; /* Color on hover */
}
.testimonial-one__single {
  height: 500px; /* set your desired max height */
  overflow-y: auto; /* scrollbar will appear if content exceeds max-height */
margin:30px 0px;}

.testimonial-one__quote span {bottom:40px;}
.page-id-159 section.about-two.m-20 {
    padding: 60px 0px 0px 0px;
}
.banner-one__left a.about-two__btn.thm-btn-two span {
    color: #fff !important;
}
h3.cta-two__title.footer-title {
    line-height: 50px;
    font-size: 40px;
}
.footer-widget-two__logo img {
    width: 50% !important;
}
p.footer-widget-two__newsletter-title {
    margin: 30px 0px 0px 0px;
    line-height: 30px;
    font-size: 24px;
}

ul.footer-widget-two__contact-list.list-unstyled .text p a {
    font-size: 16px !important;!i;!;
}

.footer-widget-two__column.footer-widget-two__about ul.main-menu__list li a {color:#fff;}
.footer-widget-two__column.footer-widget-two__about ul.main-menu__list  {color:#fff;display:block !important}



.footer-widget-two__column.footer-widget-two__contact ul.main-menu__list li a {color:#fff;}
.footer-widget-two__column.footer-widget-two__contact ul.main-menu__list  {color:#fff;display:block !important;}



p.footer-widget-two__about-text {
    margin: 20px 0px;
}
.services-btn a {
    margin: 10px 20px 0px 0px !important;
}
.cta-two__bg::before {
    background: #242424;
}
a.cta-two__btn.thm-btn-two {
    border: 1px solid #242424;
    background-color: #0971bc !important;
}
.service-two,.counter-two__wrap,.project-two,.testimonial-two {padding: 90px 0 90px;}
.main-menu-two__social a:after,.footer-widget-two__social a:after{display:none;}
/* Base styles */
.phone-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    margin: 10px;
}

.phone-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
}

/* Menu hidden on mobile */
.main-menu__list {
    display: none;
    position: absolute;
    top: 60px; /* Adjust based on your header */
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

/* Active menu on click */
.main-menu__list.active {
    display: block;
}

/* Hamburger animation */
.phone-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.phone-menu.active span:nth-child(2) {
    opacity: 0;
}

.phone-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Responsive */
@media (min-width: 769px) {
    .phone-menu {
        display: none;
    }
    .main-menu__list {
        display: flex !important;
        position: static;
        flex-direction: row;
        gap: 20px;
        background: none;
    }
}
